Skip to content

Commit 36a19b6

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.528.1
1 parent 329c713 commit 36a19b6

File tree

19 files changed

+160
-50
lines changed

19 files changed

+160
-50
lines changed

.speakeasy/gen.lock

Lines changed: 9 additions & 8 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: 7e6e4688e0d59ac9a322a7d3f46fc6d8
4+
docChecksum: 9bac3df452724b208c1bfd26a9444437
55
docVersion: 0.4.0
6-
speakeasyVersion: 1.519.0
7-
generationVersion: 2.552.1
8-
releaseVersion: 3.26.0
9-
configChecksum: 28ec7a0fa2c75993e9e96d2f9830655a
6+
speakeasyVersion: 1.528.1
7+
generationVersion: 2.565.1
8+
releaseVersion: 3.26.1
9+
configChecksum: a76ea89f06727a67f80da746db49de9d
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
@@ -689,6 +689,7 @@ generatedFiles:
689689
- tests/mockserver/internal/sdk/types/date.go
690690
- tests/mockserver/internal/sdk/types/datetime.go
691691
- tests/mockserver/internal/sdk/types/decimal.go
692+
- tests/mockserver/internal/sdk/types/jsonl/jsonl.go
692693
- tests/mockserver/internal/sdk/types/pointers.go
693694
- tests/mockserver/internal/sdk/utils/json.go
694695
- tests/mockserver/internal/sdk/utils/reflect.go
@@ -1358,17 +1359,17 @@ examples:
13581359
createSchemaStoreItem:
13591360
speakeasy-default-create-schema-store-item:
13601361
requestBody:
1361-
application/json: {"format": "yaml", "spec": "<value>"}
1362+
application/json: {"format": "yaml", "packageName": "<value>", "sdkClassname": "<value>", "spec": "<value>"}
13621363
responses:
13631364
4XX:
13641365
application/json: {"message": "<value>", "status_code": 532077}
13651366
2XX:
1366-
application/json: {"created_at": "2025-11-20T07:47:04.136Z", "format": "yaml", "id": "<id>", "spec": "<value>"}
1367+
application/json: {"created_at": "2025-11-20T07:47:04.136Z", "format": "yaml", "id": "<id>", "packageName": "<value>", "sdkClassname": "<value>", "spec": "<value>"}
13671368
getSchemaStoreItem:
13681369
speakeasy-default-get-schema-store-item:
13691370
responses:
13701371
2XX:
1371-
application/json: {"created_at": "2023-02-14T01:44:55.437Z", "format": "yaml", "id": "<id>", "spec": "<value>"}
1372+
application/json: {"created_at": "2023-02-14T01:44:55.437Z", "format": "yaml", "id": "<id>", "packageName": "<value>", "sdkClassname": "<value>", "spec": "<value>"}
13721373
4XX:
13731374
application/json: {"message": "<value>", "status_code": 168509}
13741375
examplesVersion: 1.0.0

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
speakeasyVersion: 1.519.0
1+
speakeasyVersion: 1.528.1
22
sources:
33
my-source:
44
sourceNamespace: my-source
5-
sourceRevisionDigest: sha256:b8504c20e838fb71e66d3a3a89ee2e39e8006353b912bf50faf0d37d26fe988d
6-
sourceBlobDigest: sha256:08d4395be0ba0cfabbfb2b09a508b4ee5d6767548586b7a86724fc4bd8b188b2
5+
sourceRevisionDigest: sha256:00516f212a01c7df69e81727c142a8af5f90db67f68d8998786b344f65810b1e
6+
sourceBlobDigest: sha256:7d89bc5d5d174d4b21964c5c8e198e1910b6a2753080cc7c73a8cbede420c980
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:b8504c20e838fb71e66d3a3a89ee2e39e8006353b912bf50faf0d37d26fe988d
16-
sourceBlobDigest: sha256:08d4395be0ba0cfabbfb2b09a508b4ee5d6767548586b7a86724fc4bd8b188b2
15+
sourceRevisionDigest: sha256:00516f212a01c7df69e81727c142a8af5f90db67f68d8998786b344f65810b1e
16+
sourceBlobDigest: sha256:7d89bc5d5d174d4b21964c5c8e198e1910b6a2753080cc7c73a8cbede420c980
1717
codeSamplesNamespace: code-samples-go-speakeasy-client-sdk-go
18-
codeSamplesRevisionDigest: sha256:08b7e4e39489b3ced7fd153968059022b0d964bd87b1935312ad20cf8678bee8
18+
codeSamplesRevisionDigest: sha256:44fe6957332898fb1c06416472203f87f11f1f9448587a7c931efd7e87b9e56f
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
@@ -1666,4 +1666,14 @@ Based on:
16661666
### Generated
16671667
- [go v3.26.0] .
16681668
### Releases
1669-
- [Go v3.26.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.26.0 - .
1669+
- [Go v3.26.0] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.26.0 - .
1670+
1671+
## 2025-04-02 22:02:18
1672+
### Changes
1673+
Based on:
1674+
- OpenAPI Doc
1675+
- Speakeasy CLI 1.528.1 (2.565.1) https://github.com/speakeasy-api/speakeasy
1676+
### Generated
1677+
- [go v3.26.1] .
1678+
### Releases
1679+
- [Go v3.26.1] https://github.com/speakeasy-api/speakeasy-client-sdk-go/releases/tag/v3.26.1 - .

codeSamples.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1467,6 +1467,8 @@ actions:
14671467
14681468
res, err := s.SchemaStore.CreateSchemaStoreItem(ctx, operations.CreateSchemaStoreItemRequestBody{
14691469
Spec: "<value>",
1470+
PackageName: "<value>",
1471+
SDKClassname: "<value>",
14701472
Format: operations.FormatYaml,
14711473
})
14721474
if err != nil {

docs/pkg/models/operations/createschemastoreitemrequestbody.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- | ------------------------------------------------------------- |
8-
| `Format` | [operations.Format](../../../pkg/models/operations/format.md) | :heavy_check_mark: | N/A |
9-
| `Spec` | *string* | :heavy_check_mark: | N/A |
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
8+
| `Format` | [operations.Format](../../../pkg/models/operations/format.md) | :heavy_check_mark: | The format of the OpenAPI specification. |
9+
| `PackageName` | *string* | :heavy_check_mark: | The package name to use in code snippets / quickstart. |
10+
| `SDKClassname` | *string* | :heavy_check_mark: | The classname of the SDK to use in code snippets / quickstart. |
11+
| `Spec` | *string* | :heavy_check_mark: | The OpenAPI specification to store. |

docs/pkg/models/operations/format.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Format
22

3+
The format of the OpenAPI specification.
4+
35

46
## Values
57

docs/pkg/models/shared/schemastoreitem.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@
88
| `CreatedAt` | [time.Time](https://pkg.go.dev/time#Time) | :heavy_check_mark: | N/A |
99
| `Format` | [shared.Format](../../../pkg/models/shared/format.md) | :heavy_check_mark: | N/A |
1010
| `ID` | *string* | :heavy_check_mark: | N/A |
11+
| `PackageName` | *string* | :heavy_check_mark: | N/A |
12+
| `SDKClassname` | *string* | :heavy_check_mark: | N/A |
1113
| `Spec` | *string* | :heavy_check_mark: | N/A |

docs/sdks/schemastore/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ func main() {
3636

3737
res, err := s.SchemaStore.CreateSchemaStoreItem(ctx, operations.CreateSchemaStoreItemRequestBody{
3838
Format: operations.FormatYaml,
39+
PackageName: "<value>",
40+
SDKClassname: "<value>",
3941
Spec: "<value>",
4042
})
4143
if err != nil {

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.0
22+
version: 3.26.1
2323
additionalDependencies: {}
2424
allowUnknownFieldsInWeakUnions: false
2525
clientServerStatusCodesAsErrors: true

pkg/models/operations/createschemastoreitem.go

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"net/http"
1010
)
1111

12+
// Format - The format of the OpenAPI specification.
1213
type Format string
1314

1415
const (
@@ -36,8 +37,14 @@ func (e *Format) UnmarshalJSON(data []byte) error {
3637
}
3738

3839
type CreateSchemaStoreItemRequestBody struct {
40+
// The format of the OpenAPI specification.
3941
Format Format `json:"format"`
40-
Spec string `json:"spec"`
42+
// The package name to use in code snippets / quickstart.
43+
PackageName string `json:"packageName"`
44+
// The classname of the SDK to use in code snippets / quickstart.
45+
SDKClassname string `json:"sdkClassname"`
46+
// The OpenAPI specification to store.
47+
Spec string `json:"spec"`
4148
}
4249

4350
func (o *CreateSchemaStoreItemRequestBody) GetFormat() Format {
@@ -47,6 +54,20 @@ func (o *CreateSchemaStoreItemRequestBody) GetFormat() Format {
4754
return o.Format
4855
}
4956

57+
func (o *CreateSchemaStoreItemRequestBody) GetPackageName() string {
58+
if o == nil {
59+
return ""
60+
}
61+
return o.PackageName
62+
}
63+
64+
func (o *CreateSchemaStoreItemRequestBody) GetSDKClassname() string {
65+
if o == nil {
66+
return ""
67+
}
68+
return o.SDKClassname
69+
}
70+
5071
func (o *CreateSchemaStoreItemRequestBody) GetSpec() string {
5172
if o == nil {
5273
return ""

0 commit comments

Comments
 (0)