Skip to content

Commit 3e3e219

Browse files
committed
Merge github.com:speakeasy-api/speakeasy-code-samples-ts
2 parents 275aa76 + 682760a commit 3e3e219

File tree

9 files changed

+46
-36
lines changed

9 files changed

+46
-36
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.469.1
77
generationVersion: 2.493.21
8-
releaseVersion: 2.1.4
9-
configChecksum: 22599104bf7d0e70df30902fae0020b5
8+
releaseVersion: 2.1.5
9+
configChecksum: 04582a1dd2d7ea07d7682cb354d2593a
1010
repoURL: https://github.com/speakeasy-api/speakeasy-code-samples-ts.git
1111
installationURL: https://github.com/speakeasy-api/speakeasy-code-samples-ts
1212
published: true

.speakeasy/gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ generation:
1616
oAuth2ClientCredentialsEnabled: false
1717
oAuth2PasswordEnabled: false
1818
typescript:
19-
version: 2.1.4
19+
version: 2.1.5
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ speakeasyVersion: 1.469.1
22
sources:
33
speakeasy-OAS:
44
sourceNamespace: speakeasy-oas
5-
sourceRevisionDigest: sha256:6334bc3fe86d1f119e05db75370765ef6e503383b2e99d0de9041da31e61714d
5+
sourceRevisionDigest: sha256:a284a288efce8e30ca155f36afa6d57032371ebf0ee011be67935518d5f6ed0e
66
sourceBlobDigest: sha256:63701f5ff26c0ac6e0ea6e314b9dc7bf7063bf75b72a16206b62050baf740623
77
tags:
88
- latest
@@ -11,10 +11,10 @@ targets:
1111
code_samples_typescript_sdk:
1212
source: speakeasy-OAS
1313
sourceNamespace: speakeasy-oas
14-
sourceRevisionDigest: sha256:6334bc3fe86d1f119e05db75370765ef6e503383b2e99d0de9041da31e61714d
14+
sourceRevisionDigest: sha256:a284a288efce8e30ca155f36afa6d57032371ebf0ee011be67935518d5f6ed0e
1515
sourceBlobDigest: sha256:63701f5ff26c0ac6e0ea6e314b9dc7bf7063bf75b72a16206b62050baf740623
1616
codeSamplesNamespace: speakeasy-oas-typescript-code-samples
17-
codeSamplesRevisionDigest: sha256:edde53e65546b1bb8548635d8e77eef0f83015b94f02882c97b54e3349cabbf5
17+
codeSamplesRevisionDigest: sha256:0aedfcea07baf7ac910025bd5491f555d24eba851d90db84232eef11a8167b26
1818
workflow:
1919
workflowVersion: 1.0.0
2020
speakeasyVersion: latest

.speakeasy/workflow.yaml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
workflowVersion: 1.0.0
22
speakeasyVersion: latest
33
sources:
4-
speakeasy-OAS:
5-
inputs:
6-
- location: https://www.speakeasy.com/openapi.yaml
7-
overlays:
8-
- location: overlay.yaml
9-
transformations:
10-
- filterOperations:
11-
operations: getCodeSamples
12-
include: true
13-
registry:
14-
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas
4+
speakeasy-OAS:
5+
inputs:
6+
- location: https://www.speakeasy.com/openapi.yaml
7+
overlays:
8+
- location: overlay.yaml
9+
transformations:
10+
- filterOperations:
11+
operations: getCodeSamples
12+
include: true
13+
registry:
14+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas
1515
targets:
16-
code_samples_typescript_sdk:
17-
target: typescript
18-
source: speakeasy-OAS
19-
publish:
20-
npm:
21-
token: $npm_token
22-
codeSamples:
23-
registry:
24-
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-typescript-code-samples
25-
labelOverride:
26-
fixedValue: TypeScript (SDK)
27-
blocking: false
16+
code_samples_typescript_sdk:
17+
target: typescript
18+
source: speakeasy-OAS
19+
publish:
20+
npm:
21+
token: $npm_token
22+
codeSamples:
23+
registry:
24+
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-typescript-code-samples
25+
labelOverride:
26+
fixedValue: TypeScript (SDK)
27+
blocking: false

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,14 @@ Based on:
9292
### Generated
9393
- [typescript v2.1.1] .
9494
### Releases
95-
- [NPM v2.1.1] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.1.1 - .
95+
- [NPM v2.1.1] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.1.1 - .
96+
97+
## 2025-01-18 00:40:35
98+
### Changes
99+
Based on:
100+
- OpenAPI Doc
101+
- Speakeasy CLI 1.469.1 (2.493.21) https://github.com/speakeasy-api/speakeasy
102+
### Generated
103+
- [typescript v2.1.2] .
104+
### Releases
105+
- [NPM v2.1.2] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.1.2 - .

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": "2.1.4",
5+
"version": "2.1.5",
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": "2.1.4",
3+
"version": "2.1.5",
44
"author": "Speakeasy",
55
"type": "module",
66
"main": "./esm/index.js",

src/lib/config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
5757
export const SDK_METADATA = {
5858
language: "typescript",
5959
openapiDocVersion: "0.4.0",
60-
sdkVersion: "2.1.4",
60+
sdkVersion: "2.1.5",
6161
genVersion: "2.493.21",
6262
userAgent:
63-
"speakeasy-sdk/typescript 2.1.4 2.493.21 0.4.0 @speakeasyapi/code-samples",
63+
"speakeasy-sdk/typescript 2.1.5 2.493.21 0.4.0 @speakeasyapi/code-samples",
6464
} as const;

0 commit comments

Comments
 (0)