Skip to content

Commit 39bb183

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.453.3
1 parent b662604 commit 39bb183

File tree

5 files changed

+26
-16
lines changed

5 files changed

+26
-16
lines changed

.speakeasy/gen.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 2858c6d9-f946-4185-ae68-3b8e708830fb
33
management:
4-
docChecksum: 4370adb34e4b8d543b23bdcf77707fef
4+
docChecksum: 09696cca6dbcaa4fa372f51b4fa17ebc
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.451.2
7-
generationVersion: 2.471.2
8-
releaseVersion: 3.16.3
9-
configChecksum: 0fc0f235260897c4e7b53e0f19d0801a
6+
speakeasyVersion: 1.453.3
7+
generationVersion: 2.474.6
8+
releaseVersion: 3.16.4
9+
configChecksum: 4241318152302c33ea0675e5b8aec273
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.451.2
1+
speakeasyVersion: 1.453.3
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:59318165b8d1d30e30fcd18d5fb5a61564aaabc7d1e1dfed557902a54cc26289
6-
sourceBlobDigest: sha256:f6c3771ac108b66bd6ac472ceadab3b46b55de738b899dbe54bcb7a0f6a79570
5+
sourceRevisionDigest: sha256:43e5e2da5141605e6ea2682ca319610fb51a66217ef7a8ef1164734b66190889
6+
sourceBlobDigest: sha256:94614599491dcd3859835f58fbbadca00059a54206c33f328525b43e96e85be9
77
tags:
88
- latest
99
- main
@@ -12,10 +12,10 @@ targets:
1212
speakeasy-client-sdk-go:
1313
source: my-source
1414
sourceNamespace: my-source
15-
sourceRevisionDigest: sha256:59318165b8d1d30e30fcd18d5fb5a61564aaabc7d1e1dfed557902a54cc26289
16-
sourceBlobDigest: sha256:f6c3771ac108b66bd6ac472ceadab3b46b55de738b899dbe54bcb7a0f6a79570
15+
sourceRevisionDigest: sha256:43e5e2da5141605e6ea2682ca319610fb51a66217ef7a8ef1164734b66190889
16+
sourceBlobDigest: sha256:94614599491dcd3859835f58fbbadca00059a54206c33f328525b43e96e85be9
1717
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
18-
codeSamplesRevisionDigest: sha256:bfd50884596e9dd512799eb4fd67a93da7dfb357a041e800e1677ad4d90a3656
18+
codeSamplesRevisionDigest: sha256:6eca65a7c41aa2a8ac352446fbf490916d62ddc2a943e8ccb734506d3ce2a437
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1466,4 +1466,14 @@ Based on:
14661466
### Generated
14671467
- [go v3.16.3] .
14681468
### Releases
1469-
- [Go v3.16.3] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.16.3 - .
1469+
- [Go v3.16.3] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.16.3 - .
1470+
1471+
## 2024-12-07 22:02:25
1472+
### Changes
1473+
Based on:
1474+
- OpenAPI Doc
1475+
- Speakeasy CLI 1.453.3 (2.474.6) https://github.com/speakeasy-api/speakeasy
1476+
### Generated
1477+
- [go v3.16.4] .
1478+
### Releases
1479+
- [Go v3.16.4] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.16.4 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ generation:
1414
oAuth2ClientCredentialsEnabled: false
1515
oAuth2PasswordEnabled: false
1616
go:
17-
version: 3.16.3
17+
version: 3.16.4
1818
additionalDependencies: {}
1919
allowUnknownFieldsInWeakUnions: false
2020
clientServerStatusCodesAsErrors: true

speakeasy.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,9 @@ func New(opts ...SDKOption) *Speakeasy {
199199
sdkConfiguration: sdkConfiguration{
200200
Language: "go",
201201
OpenAPIDocVersion: "0.4.0",
202-
SDKVersion: "3.16.3",
203-
GenVersion: "2.471.2",
204-
UserAgent: "speakeasy-sdk/go 3.16.3 2.471.2 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
202+
SDKVersion: "3.16.4",
203+
GenVersion: "2.474.6",
204+
UserAgent: "speakeasy-sdk/go 3.16.4 2.474.6 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
205205
Globals: globals.Globals{},
206206
Hooks: hooks.New(),
207207
},

0 commit comments

Comments
 (0)