Skip to content

Commit 58ef14f

Browse files
committed
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.441.0
1 parent 4230aaf commit 58ef14f

File tree

8 files changed

+24
-13
lines changed

8 files changed

+24
-13
lines changed

.speakeasy/gen.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ management:
55
docVersion: 0.4.0
66
speakeasyVersion: 1.441.0
77
generationVersion: 2.460.1
8-
releaseVersion: 0.36.4
9-
configChecksum: 7cd97fe24d7bd1e901e2cf45135421f8
8+
releaseVersion: 1.0.0
9+
configChecksum: 71305aa56b02d549908d5e2cbee7c48f
1010
repoURL: https://github.com/speakeasy-sdks/code-sample-api.git
1111
installationURL: https://github.com/speakeasy-sdks/code-sample-api
1212
published: true

.speakeasy/workflow.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@ speakeasyVersion: 1.441.0
22
sources:
33
speakeasy-OAS:
44
sourceNamespace: speakeasy-oas
5-
sourceRevisionDigest: sha256:c95eb66b87bdcd302d36a2ed0d5a92cb200c3e33e7c0cec9a51303a09e9a3035
5+
sourceRevisionDigest: sha256:3ce4076b437393a6fb3f102ac083c3d05a6e9e3e6daf47f99c6c4cf3a65b0e4c
66
sourceBlobDigest: sha256:785a83db337cb309aac27c4a805335396096391c489e7140d753840935ef8e55
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1732055161
9+
- speakeasy-sdk-regen-1732056263
1010
targets:
1111
code_samples_typescript_sdk:
1212
source: speakeasy-OAS
1313
sourceNamespace: speakeasy-oas
14-
sourceRevisionDigest: sha256:c95eb66b87bdcd302d36a2ed0d5a92cb200c3e33e7c0cec9a51303a09e9a3035
14+
sourceRevisionDigest: sha256:3ce4076b437393a6fb3f102ac083c3d05a6e9e3e6daf47f99c6c4cf3a65b0e4c
1515
sourceBlobDigest: sha256:785a83db337cb309aac27c4a805335396096391c489e7140d753840935ef8e55
1616
codeSamplesNamespace: speakeasy-oas-code-samples
17-
codeSamplesRevisionDigest: sha256:ef655eb742d4973556349e450791e8af860a71bc70f1a9bd20820b7f0962e26a
17+
codeSamplesRevisionDigest: sha256:e5da15a44c4e0e5137d00c8cba0a0349cac5002cb0232608b12c6d34a517724f
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -428,6 +428,7 @@ You can pass a logger that matches `console`'s interface as an SDK option.
428428

429429
> [!WARNING]
430430
> Beware that debug logging will reveal secrets, like API tokens in headers, in log messages printed to a console or files. It's recommended to use this feature only during local development and not in production.
431+
431432
```typescript
432433
import { SDK } from "@speakeasyapi/code-samples";
433434

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,14 @@ Based on:
3232
### Generated
3333
- [typescript v0.36.4] .
3434
### Releases
35-
- [NPM v0.36.4] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/0.36.4 - .
35+
- [NPM v0.36.4] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/0.36.4 - .
36+
37+
## 2024-11-19 22:44:20
38+
### Changes
39+
Based on:
40+
- OpenAPI Doc
41+
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
42+
### Generated
43+
- [typescript v1.0.0] .
44+
### Releases
45+
- [NPM v1.0.0] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/1.0.0 - .

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
{
44
"name": "@speakeasyapi/code-samples",
5-
"version": "0.36.4",
5+
"version": "1.0.0",
66
"exports": {
77
".": "./src/index.ts",
88
"./models/errors": "./src/models/errors/index.ts",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@speakeasyapi/code-samples",
3-
"version": "0.36.4",
3+
"version": "1.0.0",
44
"author": "Speakeasy",
55
"main": "./index.js",
66
"sideEffects": false,

src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
6161
export const SDK_METADATA = {
6262
language: "typescript",
6363
openapiDocVersion: "0.4.0",
64-
sdkVersion: "0.36.4",
64+
sdkVersion: "1.0.0",
6565
genVersion: "2.460.1",
6666
userAgent:
67-
"speakeasy-sdk/typescript 0.36.4 2.460.1 0.4.0 @speakeasyapi/code-samples",
67+
"speakeasy-sdk/typescript 1.0.0 2.460.1 0.4.0 @speakeasyapi/code-samples",
6868
} as const;

0 commit comments

Comments
 (0)