Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.440.1
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 15, 2024
1 parent 788a115 commit 4082efc
Show file tree
Hide file tree
Showing 7 changed files with 48 additions and 16 deletions.
12 changes: 7 additions & 5 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: 02b88f594911af47ff6407c43e5990cb
docChecksum: be67da8c42c207e9bca0fa82315ff95a
docVersion: 0.4.0
speakeasyVersion: 1.440.0
generationVersion: 2.457.9
releaseVersion: 3.15.5
configChecksum: 04c295309d0585dcb3aa4c526b9ee5bb
speakeasyVersion: 1.440.1
generationVersion: 2.460.1
releaseVersion: 3.15.6
configChecksum: 9b93bd6880cebc8faf6a13bf936b47c9
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go.git
repoSubDirectory: .
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go
Expand Down Expand Up @@ -1617,6 +1617,7 @@ examples:
responses:
4XX:
application/json: {"message": "<value>", "status_code": 140843}
"200": {}
generateCodeSamplePreviewAsync:
speakeasy-default-generate-code-sample-preview-async:
requestBody:
Expand All @@ -1636,3 +1637,4 @@ examples:
application/json: {"status": "pending"}
4XX:
application/json: {"message": "<value>", "status_code": 44984}
"200": {}
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.440.0
speakeasyVersion: 1.440.1
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:043bb0f116c948d64f1131d82fc42964d4043212100641ffd69afbf71eb788d6
sourceBlobDigest: sha256:4524030d44bd115a1a4fb1d8db10bedf450abe2d10a7f923d129980b7157163a
sourceRevisionDigest: sha256:306f871a6a41c515c547df6677c7e02288c8a6a858673fc5f6640f8b7db4aab4
sourceBlobDigest: sha256:09ddb2e461603760c80a36a3e80f1e009e34e54d1a45c66c7732fce71d6d14b6
tags:
- latest
- main
targets:
speakeasy-client-sdk-go:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:043bb0f116c948d64f1131d82fc42964d4043212100641ffd69afbf71eb788d6
sourceBlobDigest: sha256:4524030d44bd115a1a4fb1d8db10bedf450abe2d10a7f923d129980b7157163a
sourceRevisionDigest: sha256:306f871a6a41c515c547df6677c7e02288c8a6a858673fc5f6640f8b7db4aab4
sourceBlobDigest: sha256:09ddb2e461603760c80a36a3e80f1e009e34e54d1a45c66c7732fce71d6d14b6
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
codeSamplesRevisionDigest: sha256:3908911c46687fabd0a449bb995cf51ae24f3b41901b58477557db35705ab391
codeSamplesRevisionDigest: sha256:074d6be9c4a46abe108607915cce01521b8d017497adfd2a9783ea0d341c38a9
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 @@ -1386,4 +1386,14 @@ Based on:
### Generated
- [go v3.15.5] .
### Releases
- [Go v3.15.5] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.15.5 - .
- [Go v3.15.5] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.15.5 - .

## 2024-11-15 22:02:40
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.440.1 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v3.15.6] .
### Releases
- [Go v3.15.6] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.15.6 - .
2 changes: 2 additions & 0 deletions docs/pkg/models/shared/targetsdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@
| `SourceNamespaceName` | **string* | :heavy_minus_sign: | The namespace name of the source. |
| `SourceRevisionDigest` | **string* | :heavy_minus_sign: | The revision digest of the source. |
| `Success` | **bool* | :heavy_minus_sign: | Indicates whether the event was successful. |
| `WorkflowLockPostRaw` | **string* | :heavy_minus_sign: | Workflow lock file (post execution) |
| `WorkflowLockPreRaw` | **string* | :heavy_minus_sign: | Workflow lock file (prior to execution) |
| `WorkflowPostRaw` | **string* | :heavy_minus_sign: | Workflow file (post execution) |
| `WorkflowPreRaw` | **string* | :heavy_minus_sign: | Workflow file (prior to execution) |
2 changes: 1 addition & 1 deletion gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
go:
version: 3.15.5
version: 3.15.6
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
18 changes: 18 additions & 0 deletions pkg/models/shared/targetsdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ type TargetSDK struct {
SourceRevisionDigest *string `json:"source_revision_digest,omitempty"`
// Indicates whether the event was successful.
Success *bool `json:"success,omitempty"`
// Workflow lock file (post execution)
WorkflowLockPostRaw *string `json:"workflow_lock_post_raw,omitempty"`
// Workflow lock file (prior to execution)
WorkflowLockPreRaw *string `json:"workflow_lock_pre_raw,omitempty"`
// Workflow file (post execution)
WorkflowPostRaw *string `json:"workflow_post_raw,omitempty"`
// Workflow file (prior to execution)
Expand Down Expand Up @@ -376,6 +380,20 @@ func (o *TargetSDK) GetSuccess() *bool {
return o.Success
}

func (o *TargetSDK) GetWorkflowLockPostRaw() *string {
if o == nil {
return nil
}
return o.WorkflowLockPostRaw
}

func (o *TargetSDK) GetWorkflowLockPreRaw() *string {
if o == nil {
return nil
}
return o.WorkflowLockPreRaw
}

func (o *TargetSDK) GetWorkflowPostRaw() *string {
if o == nil {
return nil
Expand Down
6 changes: 3 additions & 3 deletions speakeasy.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,9 +200,9 @@ func New(opts ...SDKOption) *Speakeasy {
sdkConfiguration: sdkConfiguration{
Language: "go",
OpenAPIDocVersion: "0.4.0",
SDKVersion: "3.15.5",
GenVersion: "2.457.9",
UserAgent: "speakeasy-sdk/go 3.15.5 2.457.9 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
SDKVersion: "3.15.6",
GenVersion: "2.460.1",
UserAgent: "speakeasy-sdk/go 3.15.6 2.460.1 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
Globals: globals.Globals{},
Hooks: hooks.New(),
},
Expand Down

0 comments on commit 4082efc

Please sign in to comment.