Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot committed Nov 19, 2024
1 parent 4082efc commit 26c47ff
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 16 deletions.
10 changes: 5 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: be67da8c42c207e9bca0fa82315ff95a
docChecksum: f29435bb099891e387e6c1c61cb02f8c
docVersion: 0.4.0
speakeasyVersion: 1.440.1
speakeasyVersion: 1.441.0
generationVersion: 2.460.1
releaseVersion: 3.15.6
configChecksum: 9b93bd6880cebc8faf6a13bf936b47c9
releaseVersion: 3.15.7
configChecksum: 39dc83c7f77503ecfb0a808709ca74a1
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 @@ -1624,7 +1624,7 @@ examples:
multipart/form-data: {"languages": ["<value>", "<value>", "<value>"], "schema_file": {"": "example.file"}}
responses:
"202":
application/json: {"jobID": "<id>", "status": "running"}
application/json: {"job_id": "<id>", "status": "running"}
4XX:
application/json: {"message": "<value>", "status_code": 242219}
getCodeSamplePreviewAsync:
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.440.1
speakeasyVersion: 1.441.0
sources:
my-source:
sourceNamespace: my-source
sourceRevisionDigest: sha256:306f871a6a41c515c547df6677c7e02288c8a6a858673fc5f6640f8b7db4aab4
sourceBlobDigest: sha256:09ddb2e461603760c80a36a3e80f1e009e34e54d1a45c66c7732fce71d6d14b6
sourceRevisionDigest: sha256:d5eb4e8bd274e69dface113e5aee79f30878292bd9d77f27dbb4accfee1f8eca
sourceBlobDigest: sha256:7f479e2230654a7fc954584afd38a44cb6e0bb683b3a58e9b33dd2159400851a
tags:
- latest
- main
targets:
speakeasy-client-sdk-go:
source: my-source
sourceNamespace: my-source
sourceRevisionDigest: sha256:306f871a6a41c515c547df6677c7e02288c8a6a858673fc5f6640f8b7db4aab4
sourceBlobDigest: sha256:09ddb2e461603760c80a36a3e80f1e009e34e54d1a45c66c7732fce71d6d14b6
sourceRevisionDigest: sha256:d5eb4e8bd274e69dface113e5aee79f30878292bd9d77f27dbb4accfee1f8eca
sourceBlobDigest: sha256:7f479e2230654a7fc954584afd38a44cb6e0bb683b3a58e9b33dd2159400851a
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
codeSamplesRevisionDigest: sha256:074d6be9c4a46abe108607915cce01521b8d017497adfd2a9783ea0d341c38a9
codeSamplesRevisionDigest: sha256:d810c45b2459a2ece16044828173aec10f13df1991804b34b221b793d5a0c9d3
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 @@ -1396,4 +1396,14 @@ Based on:
### Generated
- [go v3.15.6] .
### Releases
- [Go v3.15.6] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.15.6 - .
- [Go v3.15.6] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.15.6 - .

## 2024-11-19 22:02:23
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [go v3.15.7] .
### Releases
- [Go v3.15.7] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.15.7 - .
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.6
version: 3.15.7
additionalDependencies: {}
allowUnknownFieldsInWeakUnions: false
clientServerStatusCodesAsErrors: true
Expand Down
2 changes: 1 addition & 1 deletion pkg/models/operations/generatecodesamplepreviewasync.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
// GenerateCodeSamplePreviewAsyncResponseBody - Job accepted, returns a job ID to poll for status and result
type GenerateCodeSamplePreviewAsyncResponseBody struct {
// The job ID for polling
JobID string `json:"jobID"`
JobID string `json:"job_id"`
// The current status of the job. Possible values are `pending` or `running`.
Status shared.CodeSamplesJobStatus `json:"status"`
}
Expand Down
4 changes: 2 additions & 2 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.6",
SDKVersion: "3.15.7",
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",
UserAgent: "speakeasy-sdk/go 3.15.7 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 26c47ff

Please sign in to comment.