Skip to content

Commit

Permalink
Merge pull request #7 from speakeasy-sdks/speakeasy-sdk-regen-1732056263
Browse files Browse the repository at this point in the history
chore: 🐝 Update SDK - Generate 1.0.0
  • Loading branch information
ryan-timothy-albert authored Nov 19, 2024
2 parents 4230aaf + 58ef14f commit 5fc84a1
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ management:
docVersion: 0.4.0
speakeasyVersion: 1.441.0
generationVersion: 2.460.1
releaseVersion: 0.36.4
configChecksum: 7cd97fe24d7bd1e901e2cf45135421f8
releaseVersion: 1.0.0
configChecksum: 71305aa56b02d549908d5e2cbee7c48f
repoURL: https://github.com/speakeasy-sdks/code-sample-api.git
installationURL: https://github.com/speakeasy-sdks/code-sample-api
published: true
Expand Down
8 changes: 4 additions & 4 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,19 @@ speakeasyVersion: 1.441.0
sources:
speakeasy-OAS:
sourceNamespace: speakeasy-oas
sourceRevisionDigest: sha256:c95eb66b87bdcd302d36a2ed0d5a92cb200c3e33e7c0cec9a51303a09e9a3035
sourceRevisionDigest: sha256:3ce4076b437393a6fb3f102ac083c3d05a6e9e3e6daf47f99c6c4cf3a65b0e4c
sourceBlobDigest: sha256:785a83db337cb309aac27c4a805335396096391c489e7140d753840935ef8e55
tags:
- latest
- speakeasy-sdk-regen-1732055161
- speakeasy-sdk-regen-1732056263
targets:
code_samples_typescript_sdk:
source: speakeasy-OAS
sourceNamespace: speakeasy-oas
sourceRevisionDigest: sha256:c95eb66b87bdcd302d36a2ed0d5a92cb200c3e33e7c0cec9a51303a09e9a3035
sourceRevisionDigest: sha256:3ce4076b437393a6fb3f102ac083c3d05a6e9e3e6daf47f99c6c4cf3a65b0e4c
sourceBlobDigest: sha256:785a83db337cb309aac27c4a805335396096391c489e7140d753840935ef8e55
codeSamplesNamespace: speakeasy-oas-code-samples
codeSamplesRevisionDigest: sha256:ef655eb742d4973556349e450791e8af860a71bc70f1a9bd20820b7f0962e26a
codeSamplesRevisionDigest: sha256:e5da15a44c4e0e5137d00c8cba0a0349cac5002cb0232608b12c6d34a517724f
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ You can pass a logger that matches `console`'s interface as an SDK option.

> [!WARNING]
> 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.
```typescript
import { SDK } from "@speakeasyapi/code-samples";

Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,14 @@ Based on:
### Generated
- [typescript v0.36.4] .
### Releases
- [NPM v0.36.4] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/0.36.4 - .
- [NPM v0.36.4] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/0.36.4 - .

## 2024-11-19 22:44:20
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.441.0 (2.460.1) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v1.0.0] .
### Releases
- [NPM v1.0.0] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/1.0.0 - .
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

{
"name": "@speakeasyapi/code-samples",
"version": "0.36.4",
"version": "1.0.0",
"exports": {
".": "./src/index.ts",
"./models/errors": "./src/models/errors/index.ts",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@speakeasyapi/code-samples",
"version": "0.36.4",
"version": "1.0.0",
"author": "Speakeasy",
"main": "./index.js",
"sideEffects": false,
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.4.0",
sdkVersion: "0.36.4",
sdkVersion: "1.0.0",
genVersion: "2.460.1",
userAgent:
"speakeasy-sdk/typescript 0.36.4 2.460.1 0.4.0 @speakeasyapi/code-samples",
"speakeasy-sdk/typescript 1.0.0 2.460.1 0.4.0 @speakeasyapi/code-samples",
} as const;

0 comments on commit 5fc84a1

Please sign in to comment.