Skip to content

Commit b443b53

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.3
1 parent 21893bc commit b443b53

16 files changed

+55
-38
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1+
.DS_Store
2+
**/.speakeasy/temp/
3+
**/.speakeasy/logs/
14
.speakeasy/reports
25
# .gitignore

.speakeasy/gen.lock

Lines changed: 7 additions & 6 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: 8e7108c1d91dd68426e05e155eea40e5
4+
docChecksum: 17226457b23fc2563102eb22d263bc30
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.535.1
7-
generationVersion: 2.585.2
8-
releaseVersion: 3.26.6
9-
configChecksum: 818f6e7fa2608e82f7daca365906612f
6+
speakeasyVersion: 1.542.3
7+
generationVersion: 2.597.9
8+
releaseVersion: 3.26.7
9+
configChecksum: bfeb51f5ecac40c606ed841c8725ab38
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
@@ -36,7 +36,7 @@ features:
3636
retries: 2.83.2
3737
sdkHooks: 0.1.0
3838
serverIDs: 2.81.1
39-
tests: 0.15.0
39+
tests: 0.15.1
4040
uploadStreams: 0.1.0
4141
generatedFiles:
4242
- .devcontainer/README.md
@@ -499,6 +499,7 @@ generatedFiles:
499499
- tests/files.go
500500
- tests/github_test.go
501501
- tests/metadata_test.go
502+
- tests/mockserver/.gitignore
502503
- tests/mockserver/Dockerfile
503504
- tests/mockserver/Makefile
504505
- tests/mockserver/README.md

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.535.1
1+
speakeasyVersion: 1.542.3
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:16b656838f47778df7338dbc955b828042ac50b4f43e8fab9c222cb750d6cfe8
6-
sourceBlobDigest: sha256:f2d1e073b00081bfb7918b31d08cb00e7cd6c8563bf488872251583b98c8be5c
5+
sourceRevisionDigest: sha256:402d99fabeef032d62c39870ff2b3f9eb8dd356a76a76f07295ac3b4a94af8e0
6+
sourceBlobDigest: sha256:0442ef7698d8979dd825b3eab0ab868ac86580f4cffcd3e0dff7afdd6191e6d9
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:16b656838f47778df7338dbc955b828042ac50b4f43e8fab9c222cb750d6cfe8
16-
sourceBlobDigest: sha256:f2d1e073b00081bfb7918b31d08cb00e7cd6c8563bf488872251583b98c8be5c
15+
sourceRevisionDigest: sha256:402d99fabeef032d62c39870ff2b3f9eb8dd356a76a76f07295ac3b4a94af8e0
16+
sourceBlobDigest: sha256:0442ef7698d8979dd825b3eab0ab868ac86580f4cffcd3e0dff7afdd6191e6d9
1717
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
18-
codeSamplesRevisionDigest: sha256:7ddfb50c020c0603a10f76dffff3fd36423345035f68a2a6ddfc9894e268814c
18+
codeSamplesRevisionDigest: sha256:367336fdd435084f895195faf801e7618cdb3d206b55fab1b1d220870ad39fd6
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,9 +280,9 @@ func main() {
280280

281281
You can override the default server globally using the `WithServer(server string)` option when initializing the SDK client instance. The selected server will then be used as the default on the operations that use it. This table lists the names associated with the available servers:
282282

283-
| Name | Server | Description |
284-
| ------ | ----------------------------------- | ----------- |
285-
| `prod` | `https://api.prod.speakeasyapi.dev` | |
283+
| Name | Server | Description |
284+
| ------ | -------------------------------- | ----------- |
285+
| `prod` | `https://api.prod.speakeasy.com` | |
286286

287287
#### Example
288288

@@ -334,7 +334,7 @@ func main() {
334334
ctx := context.Background()
335335

336336
s := speakeasyclientsdkgo.New(
337-
speakeasyclientsdkgo.WithServerURL("https://api.prod.speakeasyapi.dev"),
337+
speakeasyclientsdkgo.WithServerURL("https://api.prod.speakeasy.com"),
338338
speakeasyclientsdkgo.WithSecurity(shared.Security{
339339
APIKey: speakeasyclientsdkgo.String("<YOUR_API_KEY_HERE>"),
340340
}),

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1726,4 +1726,14 @@ Based on:
17261726
### Generated
17271727
- [go v3.26.6] .
17281728
### Releases
1729-
- [Go v3.26.6] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.26.6 - .
1729+
- [Go v3.26.6] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.26.6 - .
1730+
1731+
## 2025-05-06 22:02:21
1732+
### Changes
1733+
Based on:
1734+
- OpenAPI Doc
1735+
- Speakeasy CLI 1.542.3 (2.597.9) https://github.com/speakeasy-api/speakeasy
1736+
### Generated
1737+
- [go v3.26.7] .
1738+
### Releases
1739+
- [Go v3.26.7] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.26.7 - .

gen.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,17 @@ generation:
1111
parameterOrderingFeb2024: false
1212
requestResponseComponentNamesFeb2024: false
1313
securityFeb2025: false
14+
sharedErrorComponentsApr2025: false
1415
auth:
1516
oAuth2ClientCredentialsEnabled: false
1617
oAuth2PasswordEnabled: false
1718
mockServer:
1819
disabled: false
1920
tests:
2021
generateNewTests: true
22+
skipResponseBodyAssertions: false
2123
go:
22-
version: 3.26.6
24+
version: 3.26.7
2325
additionalDependencies: {}
2426
allowUnknownFieldsInWeakUnions: false
2527
clientServerStatusCodesAsErrors: true

speakeasy.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const (
2020

2121
// ServerList contains the list of servers available to the SDK
2222
var ServerList = map[string]string{
23-
ServerProd: "https://api.prod.speakeasyapi.dev",
23+
ServerProd: "https://api.prod.speakeasy.com",
2424
}
2525

2626
// HTTPClient provides an interface for suplying the SDK with a custom HTTP client
@@ -190,9 +190,9 @@ func New(opts ...SDKOption) *Speakeasy {
190190
sdkConfiguration: sdkConfiguration{
191191
Language: "go",
192192
OpenAPIDocVersion: "0.4.0",
193-
SDKVersion: "3.26.6",
194-
GenVersion: "2.585.2",
195-
UserAgent: "speakeasy-sdk/go 3.26.6 2.585.2 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
193+
SDKVersion: "3.26.7",
194+
GenVersion: "2.597.9",
195+
UserAgent: "speakeasy-sdk/go 3.26.7 2.597.9 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
196196
Globals: globals.Globals{},
197197
Hooks: hooks.New(),
198198
},

tests/auth_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func TestAuth_ValidateAPIKey(t *testing.T) {
113113
assert.Equal(t, &shared.APIKeyDetails{
114114
AccountTypeV2: shared.AccountTypeEnterprise,
115115
BillingAddOns: []shared.BillingAddOn{
116-
shared.BillingAddOnSnippetAi,
116+
shared.BillingAddOnCustomCodeRegions,
117117
},
118118
EnabledFeatures: []string{
119119
"<value>",

tests/codesamples_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,21 +39,21 @@ func TestCodesamples_GetCodeSamples(t *testing.T) {
3939
Language: "<value>",
4040
Method: "<value>",
4141
OperationID: "<id>",
42-
Path: "/opt/sbin",
42+
Path: "/usr/bin",
4343
},
4444
shared.UsageSnippet{
4545
Code: "<value>",
4646
Language: "<value>",
4747
Method: "<value>",
4848
OperationID: "<id>",
49-
Path: "/tmp",
49+
Path: "/sys",
5050
},
5151
shared.UsageSnippet{
5252
Code: "<value>",
5353
Language: "<value>",
5454
Method: "<value>",
5555
OperationID: "<id>",
56-
Path: "/opt/share",
56+
Path: "/root",
5757
},
5858
},
5959
}, res.UsageSnippets)

tests/mockserver/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_debug

0 commit comments

Comments
 (0)