Skip to content

Commit 264af4d

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.531.3
1 parent 2622137 commit 264af4d

File tree

12 files changed

+39
-26
lines changed

12 files changed

+39
-26
lines changed

.speakeasy/gen.lock

Lines changed: 6 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: 74feeb7d3ab996fefedb571ec9f06737
4+
docChecksum: d016f94831e6f41b132f11faa6b72e10
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.531.1
7-
generationVersion: 2.568.5
8-
releaseVersion: 3.26.2
9-
configChecksum: 54d3cdd15f4601d1ee498905fdfea906
6+
speakeasyVersion: 1.531.3
7+
generationVersion: 2.570.3
8+
releaseVersion: 3.26.3
9+
configChecksum: cb0cb610c63a2fb48af7eb6af50a2a90
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
@@ -15,7 +15,7 @@ features:
1515
go:
1616
additionalDependencies: 0.1.0
1717
constsAndDefaults: 0.1.12
18-
core: 3.7.3
18+
core: 3.7.4
1919
deepObjectParams: 0.1.1
2020
defaultEnabledRetries: 0.2.0
2121
deprecations: 2.81.3

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.531.1
1+
speakeasyVersion: 1.531.3
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:e5b3696476bc7597afe3b64b25ddcde47ba2eee3334778dbb88a55aa17dfe386
6-
sourceBlobDigest: sha256:68f7956d7c719348b690e596d2008eebcfed880cf34e81d540738ab3a939b4fd
5+
sourceRevisionDigest: sha256:f74c35832d488f45734e54fc319a73d5b0073a3d9328db4f148558096bf2e78a
6+
sourceBlobDigest: sha256:2e26ccca3ea2a78b348ef6193f9ee9bc345e6cec9d2104eafdc8c55ae1570425
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:e5b3696476bc7597afe3b64b25ddcde47ba2eee3334778dbb88a55aa17dfe386
16-
sourceBlobDigest: sha256:68f7956d7c719348b690e596d2008eebcfed880cf34e81d540738ab3a939b4fd
15+
sourceRevisionDigest: sha256:f74c35832d488f45734e54fc319a73d5b0073a3d9328db4f148558096bf2e78a
16+
sourceBlobDigest: sha256:2e26ccca3ea2a78b348ef6193f9ee9bc345e6cec9d2104eafdc8c55ae1570425
1717
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
18-
codeSamplesRevisionDigest: sha256:65885fdc3de66da59df3c6b5d0ee28ff921d364f5f8b8a0f52aa33ef8cc93bad
18+
codeSamplesRevisionDigest: sha256:d84730723f208cac819294ca12e474abf23ef9a95b03fb5be4857c158980f31a
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
@@ -1686,4 +1686,14 @@ Based on:
16861686
### Generated
16871687
- [go v3.26.2] .
16881688
### Releases
1689-
- [Go v3.26.2] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.26.2 - .
1689+
- [Go v3.26.2] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.26.2 - .
1690+
1691+
## 2025-04-11 22:02:21
1692+
### Changes
1693+
Based on:
1694+
- OpenAPI Doc
1695+
- Speakeasy CLI 1.531.3 (2.570.3) https://github.com/speakeasy-api/speakeasy
1696+
### Generated
1697+
- [go v3.26.3] .
1698+
### Releases
1699+
- [Go v3.26.3] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.26.3 - .

codeSamples.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1114,9 +1114,9 @@ actions:
11141114
11151115
res, err := s.Organizations.CreateBillingAddOns(ctx, shared.OrganizationBillingAddOnRequest{
11161116
AddOns: []shared.BillingAddOn{
1117+
shared.BillingAddOnCustomCodeRegions,
1118+
shared.BillingAddOnCustomCodeRegions,
11171119
shared.BillingAddOnSDKTesting,
1118-
shared.BillingAddOnSDKTesting,
1119-
shared.BillingAddOnWebhooks,
11201120
},
11211121
})
11221122
if err != nil {
@@ -1152,7 +1152,7 @@ actions:
11521152
)
11531153
11541154
res, err := s.Organizations.DeleteBillingAddOn(ctx, operations.DeleteBillingAddOnRequest{
1155-
AddOn: shared.BillingAddOnCustomCodeRegions,
1155+
AddOn: shared.BillingAddOnSnippetAi,
11561156
})
11571157
if err != nil {
11581158
log.Fatal(err)

docs/pkg/models/shared/billingaddon.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
| ------------------------------- | ------------------------------- |
88
| `BillingAddOnWebhooks` | webhooks |
99
| `BillingAddOnSDKTesting` | sdk_testing |
10-
| `BillingAddOnCustomCodeRegions` | custom_code_regions |
10+
| `BillingAddOnCustomCodeRegions` | custom_code_regions |
11+
| `BillingAddOnSnippetAi` | snippet_ai |

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ generation:
1919
tests:
2020
generateNewTests: true
2121
go:
22-
version: 3.26.2
22+
version: 3.26.3
2323
additionalDependencies: {}
2424
allowUnknownFieldsInWeakUnions: false
2525
clientServerStatusCodesAsErrors: true

pkg/models/shared/billingaddon.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const (
88
BillingAddOnWebhooks BillingAddOn = "webhooks"
99
BillingAddOnSDKTesting BillingAddOn = "sdk_testing"
1010
BillingAddOnCustomCodeRegions BillingAddOn = "custom_code_regions"
11+
BillingAddOnSnippetAi BillingAddOn = "snippet_ai"
1112
)
1213

1314
func (e BillingAddOn) ToPointer() *BillingAddOn {

speakeasy.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ func New(opts ...SDKOption) *Speakeasy {
193193
sdkConfiguration: sdkConfiguration{
194194
Language: "go",
195195
OpenAPIDocVersion: "0.4.0",
196-
SDKVersion: "3.26.2",
197-
GenVersion: "2.568.5",
198-
UserAgent: "speakeasy-sdk/go 3.26.2 2.568.5 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
196+
SDKVersion: "3.26.3",
197+
GenVersion: "2.570.3",
198+
UserAgent: "speakeasy-sdk/go 3.26.3 2.570.3 0.4.0 github.com/speakeasy-api/speakeasy-client-sdk-go",
199199
Globals: globals.Globals{},
200200
Hooks: hooks.New(),
201201
},

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.BillingAddOnSDKTesting,
116+
shared.BillingAddOnSnippetAi,
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: "/root",
42+
Path: "/mnt",
4343
},
4444
shared.UsageSnippet{
4545
Code: "<value>",
4646
Language: "<value>",
4747
Method: "<value>",
4848
OperationID: "<id>",
49-
Path: "/usr/bin",
49+
Path: "/opt/share",
5050
},
5151
shared.UsageSnippet{
5252
Code: "<value>",
5353
Language: "<value>",
5454
Method: "<value>",
5555
OperationID: "<id>",
56-
Path: "/sys",
56+
Path: "/usr",
5757
},
5858
},
5959
}, res.UsageSnippets)

0 commit comments

Comments
 (0)