From 26c47ff17ba3440d7559182bf30d25ddd710cfbc Mon Sep 17 00:00:00 2001 From: speakeasybot Date: Tue, 19 Nov 2024 22:03:22 +0000 Subject: [PATCH] ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0 --- .speakeasy/gen.lock | 10 +++++----- .speakeasy/workflow.lock | 12 ++++++------ RELEASES.md | 12 +++++++++++- gen.yaml | 2 +- .../operations/generatecodesamplepreviewasync.go | 2 +- speakeasy.go | 4 ++-- 6 files changed, 26 insertions(+), 16 deletions(-) diff --git a/.speakeasy/gen.lock b/.speakeasy/gen.lock index eff5204..985a0b4 100755 --- a/.speakeasy/gen.lock +++ b/.speakeasy/gen.lock @@ -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 @@ -1624,7 +1624,7 @@ examples: multipart/form-data: {"languages": ["", "", ""], "schema_file": {"": "example.file"}} responses: "202": - application/json: {"jobID": "", "status": "running"} + application/json: {"job_id": "", "status": "running"} 4XX: application/json: {"message": "", "status_code": 242219} getCodeSamplePreviewAsync: diff --git a/.speakeasy/workflow.lock b/.speakeasy/workflow.lock index e8d055f..f7ec6d5 100644 --- a/.speakeasy/workflow.lock +++ b/.speakeasy/workflow.lock @@ -1,9 +1,9 @@ -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 @@ -11,10 +11,10 @@ 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 diff --git a/RELEASES.md b/RELEASES.md index 00a143e..404df0d 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 - . \ No newline at end of file +- [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 - . \ No newline at end of file diff --git a/gen.yaml b/gen.yaml index bc9366e..ae05775 100644 --- a/gen.yaml +++ b/gen.yaml @@ -14,7 +14,7 @@ generation: oAuth2ClientCredentialsEnabled: false oAuth2PasswordEnabled: false go: - version: 3.15.6 + version: 3.15.7 additionalDependencies: {} allowUnknownFieldsInWeakUnions: false clientServerStatusCodesAsErrors: true diff --git a/pkg/models/operations/generatecodesamplepreviewasync.go b/pkg/models/operations/generatecodesamplepreviewasync.go index acb19ac..c1c3a93 100644 --- a/pkg/models/operations/generatecodesamplepreviewasync.go +++ b/pkg/models/operations/generatecodesamplepreviewasync.go @@ -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"` } diff --git a/speakeasy.go b/speakeasy.go index 6634ad6..8284978 100644 --- a/speakeasy.go +++ b/speakeasy.go @@ -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(), },