Skip to content

Commit

Permalink
Merge github.com:speakeasy-api/speakeasy-code-samples-ts
Browse files Browse the repository at this point in the history
  • Loading branch information
walker-tx committed Jan 18, 2025
2 parents 275aa76 + 682760a commit 3e3e219
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 36 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.469.1
generationVersion: 2.493.21
releaseVersion: 2.1.4
configChecksum: 22599104bf7d0e70df30902fae0020b5
releaseVersion: 2.1.5
configChecksum: 04582a1dd2d7ea07d7682cb354d2593a
repoURL: https://github.com/speakeasy-api/speakeasy-code-samples-ts.git
installationURL: https://github.com/speakeasy-api/speakeasy-code-samples-ts
published: true
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ generation:
oAuth2ClientCredentialsEnabled: false
oAuth2PasswordEnabled: false
typescript:
version: 2.1.4
version: 2.1.5
additionalDependencies:
dependencies: {}
devDependencies: {}
Expand Down
6 changes: 3 additions & 3 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ speakeasyVersion: 1.469.1
sources:
speakeasy-OAS:
sourceNamespace: speakeasy-oas
sourceRevisionDigest: sha256:6334bc3fe86d1f119e05db75370765ef6e503383b2e99d0de9041da31e61714d
sourceRevisionDigest: sha256:a284a288efce8e30ca155f36afa6d57032371ebf0ee011be67935518d5f6ed0e
sourceBlobDigest: sha256:63701f5ff26c0ac6e0ea6e314b9dc7bf7063bf75b72a16206b62050baf740623
tags:
- latest
Expand All @@ -11,10 +11,10 @@ targets:
code_samples_typescript_sdk:
source: speakeasy-OAS
sourceNamespace: speakeasy-oas
sourceRevisionDigest: sha256:6334bc3fe86d1f119e05db75370765ef6e503383b2e99d0de9041da31e61714d
sourceRevisionDigest: sha256:a284a288efce8e30ca155f36afa6d57032371ebf0ee011be67935518d5f6ed0e
sourceBlobDigest: sha256:63701f5ff26c0ac6e0ea6e314b9dc7bf7063bf75b72a16206b62050baf740623
codeSamplesNamespace: speakeasy-oas-typescript-code-samples
codeSamplesRevisionDigest: sha256:edde53e65546b1bb8548635d8e77eef0f83015b94f02882c97b54e3349cabbf5
codeSamplesRevisionDigest: sha256:0aedfcea07baf7ac910025bd5491f555d24eba851d90db84232eef11a8167b26
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
46 changes: 23 additions & 23 deletions .speakeasy/workflow.yaml
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
workflowVersion: 1.0.0
speakeasyVersion: latest
sources:
speakeasy-OAS:
inputs:
- location: https://www.speakeasy.com/openapi.yaml
overlays:
- location: overlay.yaml
transformations:
- filterOperations:
operations: getCodeSamples
include: true
registry:
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas
speakeasy-OAS:
inputs:
- location: https://www.speakeasy.com/openapi.yaml
overlays:
- location: overlay.yaml
transformations:
- filterOperations:
operations: getCodeSamples
include: true
registry:
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas
targets:
code_samples_typescript_sdk:
target: typescript
source: speakeasy-OAS
publish:
npm:
token: $npm_token
codeSamples:
registry:
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-typescript-code-samples
labelOverride:
fixedValue: TypeScript (SDK)
blocking: false
code_samples_typescript_sdk:
target: typescript
source: speakeasy-OAS
publish:
npm:
token: $npm_token
codeSamples:
registry:
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-typescript-code-samples
labelOverride:
fixedValue: TypeScript (SDK)
blocking: false
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,14 @@ Based on:
### Generated
- [typescript v2.1.1] .
### Releases
- [NPM v2.1.1] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.1.1 - .
- [NPM v2.1.1] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.1.1 - .

## 2025-01-18 00:40:35
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.469.1 (2.493.21) https://github.com/speakeasy-api/speakeasy
### Generated
- [typescript v2.1.2] .
### Releases
- [NPM v2.1.2] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.1.2 - .
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": "2.1.4",
"version": "2.1.5",
"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": "2.1.4",
"version": "2.1.5",
"author": "Speakeasy",
"type": "module",
"main": "./esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
export const SDK_METADATA = {
language: "typescript",
openapiDocVersion: "0.4.0",
sdkVersion: "2.1.4",
sdkVersion: "2.1.5",
genVersion: "2.493.21",
userAgent:
"speakeasy-sdk/typescript 2.1.4 2.493.21 0.4.0 @speakeasyapi/code-samples",
"speakeasy-sdk/typescript 2.1.5 2.493.21 0.4.0 @speakeasyapi/code-samples",
} as const;

0 comments on commit 3e3e219

Please sign in to comment.