|
1 | 1 | lockVersion: 2.0.0 |
2 | 2 | id: 2858c6d9-f946-4185-ae68-3b8e708830fb |
3 | 3 | management: |
4 | | - docChecksum: 7e6e4688e0d59ac9a322a7d3f46fc6d8 |
| 4 | + docChecksum: 9bac3df452724b208c1bfd26a9444437 |
5 | 5 | 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 |
10 | 10 | repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go.git |
11 | 11 | repoSubDirectory: . |
12 | 12 | installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-go |
@@ -689,6 +689,7 @@ generatedFiles: |
689 | 689 | - tests/mockserver/internal/sdk/types/date.go |
690 | 690 | - tests/mockserver/internal/sdk/types/datetime.go |
691 | 691 | - tests/mockserver/internal/sdk/types/decimal.go |
| 692 | + - tests/mockserver/internal/sdk/types/jsonl/jsonl.go |
692 | 693 | - tests/mockserver/internal/sdk/types/pointers.go |
693 | 694 | - tests/mockserver/internal/sdk/utils/json.go |
694 | 695 | - tests/mockserver/internal/sdk/utils/reflect.go |
@@ -1358,17 +1359,17 @@ examples: |
1358 | 1359 | createSchemaStoreItem: |
1359 | 1360 | speakeasy-default-create-schema-store-item: |
1360 | 1361 | requestBody: |
1361 | | - application/json: {"format": "yaml", "spec": "<value>"} |
| 1362 | + application/json: {"format": "yaml", "packageName": "<value>", "sdkClassname": "<value>", "spec": "<value>"} |
1362 | 1363 | responses: |
1363 | 1364 | 4XX: |
1364 | 1365 | application/json: {"message": "<value>", "status_code": 532077} |
1365 | 1366 | 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>"} |
1367 | 1368 | getSchemaStoreItem: |
1368 | 1369 | speakeasy-default-get-schema-store-item: |
1369 | 1370 | responses: |
1370 | 1371 | 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>"} |
1372 | 1373 | 4XX: |
1373 | 1374 | application/json: {"message": "<value>", "status_code": 168509} |
1374 | 1375 | examplesVersion: 1.0.0 |
|
0 commit comments