Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.424.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 1, 2024
1 parent 405a127 commit 8f914d9
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
lockVersion: 2.0.0
id: 2858c6d9-f946-4185-ae68-3b8e708830fb
management:
docChecksum: 9d8960b41d01c918d779e3a2792448f5
docChecksum: 20ffde0fed2a54a8b864b5b7394ce01f
docVersion: 0.4.0
speakeasyVersion: 1.423.5
speakeasyVersion: 1.424.0
generationVersion: 2.445.1
releaseVersion: 3.15.0
configChecksum: e6adc35e39e6b3d86722be8d7286ef23
releaseVersion: 3.15.1
configChecksum: e5bcea91f51f2c17f01e7c3fdc8fc9a5
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
speakeasyVersion: 1.423.5
speakeasyVersion: 1.424.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:79c5fee6edfa60485aebc85cb1f7df97ef885359ec568b615d6d57dee15f2bee
sourceBlobDigest: sha256:c9342c661faa97efceef4bd635cb095c4d2eae9461661570f7dbc63d667c7baa
sourceRevisionDigest: sha256:2a7d07e332489ee43dc4c5af48570676bcc6943cf689f482a98e5d0ee66471ce
sourceBlobDigest: sha256:c7f689ada366ad6352d326c307dda1fb1b6d2abe31e06197e70d95af3310f6d0
tags:
- latest
- main
targets:
speakeasy-client-sdk-go:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:79c5fee6edfa60485aebc85cb1f7df97ef885359ec568b615d6d57dee15f2bee
sourceBlobDigest: sha256:c9342c661faa97efceef4bd635cb095c4d2eae9461661570f7dbc63d667c7baa
sourceRevisionDigest: sha256:2a7d07e332489ee43dc4c5af48570676bcc6943cf689f482a98e5d0ee66471ce
sourceBlobDigest: sha256:c7f689ada366ad6352d326c307dda1fb1b6d2abe31e06197e70d95af3310f6d0
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
codeSamplesRevisionDigest: sha256:3d586449b10c076309f1ec93a3761a47e91c4759d01634ecf0b7725699a2af7a
codeSamplesRevisionDigest: sha256:3f36b9a67ed0df63fd98f1c33494486eb12c4f34db2a55b17c9c121c935ab85f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1336,4 +1336,14 @@ Based on:
### Generated
- [go v3.15.0] .
### Releases
- [Go v3.15.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.15.0 - .
- [Go v3.15.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.15.0 - .

## 2024-11-01 22:02:21
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.424.0 (2.445.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v3.15.1] .
### Releases
- [Go v3.15.1] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.15.1 - .
1 change: 1 addition & 0 deletions docs/pkg/models/shared/clievent.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
| `GhActionRepository` | **string* | :heavy_minus_sign: | GitHub repository of the action. |
| `GhActionRunLink` | **string* | :heavy_minus_sign: | Link to the GitHub action run. |
| `GhActionVersion` | **string* | :heavy_minus_sign: | Version of the GitHub action. |
| `GhChangesCommitted` | **bool* | :heavy_minus_sign: | Whether or not changes were committed from generation in the Github Action. |
| `GhPullRequest` | **string* | :heavy_minus_sign: | The reference to a created pull request. |
| `GitRelativeCwd` | **string* | :heavy_minus_sign: | Current working directory relative to the git root. |
| `GitRemoteDefaultOwner` | **string* | :heavy_minus_sign: | Default owner for git remote. |
Expand Down
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: false
go:
version: 3.15.0
version: 3.15.1
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
9 changes: 9 additions & 0 deletions pkg/models/shared/clievent.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ type CliEvent struct {
GhActionRunLink *string `json:"gh_action_run_link,omitempty"`
// Version of the GitHub action.
GhActionVersion *string `json:"gh_action_version,omitempty"`
// Whether or not changes were committed from generation in the Github Action.
GhChangesCommitted *bool `json:"gh_changes_committed,omitempty"`
// The reference to a created pull request.
GhPullRequest *string `json:"gh_pull_request,omitempty"`
// Current working directory relative to the git root.
Expand Down Expand Up @@ -524,6 +526,13 @@ func (o *CliEvent) GetGhActionVersion() *string {
return o.GhActionVersion
}

func (o *CliEvent) GetGhChangesCommitted() *bool {
if o == nil {
return nil
}
return o.GhChangesCommitted
}

func (o *CliEvent) GetGhPullRequest() *string {
if o == nil {
return nil
Expand Down
4 changes: 2 additions & 2 deletions speakeasy.go
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,9 @@ func New(opts ...SDKOption) *Speakeasy {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.4.0",
SDKVersion: "3.15.0",
SDKVersion: "3.15.1",
GenVersion: "2.445.1",
UserAgent: "speakeasy-sdk/go 3.15.0 2.445.1 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
UserAgent: "speakeasy-sdk/go 3.15.1 2.445.1 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
Globals: globals.Globals{},
Hooks: hooks.New(),
},
Expand Down

0 comments on commit 8f914d9

Please sign in to comment.