Skip to content

Commit 682760a

Browse files
authored
Merge pull request #18 from speakeasy-api/speakeasy-sdk-regen-1737160850
chore: 🐝 Update SDK - Generate 2.1.2
2 parents cad8cc9 + 1f28a92 commit 682760a

File tree

9 files changed

+49
-37
lines changed

9 files changed

+49
-37
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.1
9-
configChecksum: 4b92b57c7f6bd5b3b6d7532b6b9cb49b
8+
releaseVersion: 2.1.2
9+
configChecksum: f91aceabddfdb401f2ce3e6afa47899c
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.1
19+
version: 2.1.2
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.469.1
22
sources:
33
speakeasy-OAS:
44
sourceNamespace: speakeasy-oas
5-
sourceRevisionDigest: sha256:c69fca1c1936f3efccfca1a87dec5637194adb3aeda5ab642b734e9e9aa52689
5+
sourceRevisionDigest: sha256:e6d911120c1606aefacff6434ffde0af22427fef7b078555cf8bbf135f0f5604
66
sourceBlobDigest: sha256:63701f5ff26c0ac6e0ea6e314b9dc7bf7063bf75b72a16206b62050baf740623
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1737159897
9+
- speakeasy-sdk-regen-1737160850
1010
- 0.4.0
1111
targets:
1212
code_samples_typescript_sdk:
1313
source: speakeasy-OAS
1414
sourceNamespace: speakeasy-oas
15-
sourceRevisionDigest: sha256:c69fca1c1936f3efccfca1a87dec5637194adb3aeda5ab642b734e9e9aa52689
15+
sourceRevisionDigest: sha256:e6d911120c1606aefacff6434ffde0af22427fef7b078555cf8bbf135f0f5604
1616
sourceBlobDigest: sha256:63701f5ff26c0ac6e0ea6e314b9dc7bf7063bf75b72a16206b62050baf740623
1717
codeSamplesNamespace: speakeasy-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:d21ba30bee6a57bc8e484768a7f4d9bd55420fe5439cc48ba23034941477356c
18+
codeSamplesRevisionDigest: sha256:6525fd16fb27952f652367104a9441915ba42b4a40a186f16aec54a6ca0cdb74
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest
@@ -41,4 +41,6 @@ workflow:
4141
codeSamples:
4242
registry:
4343
location: registry.speakeasyapi.dev/speakeasy-self/speakeasy-public/speakeasy-oas-typescript-code-samples
44+
labelOverride:
45+
fixedValue: TypeScript (SDK)
4446
blocking: false

.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.1",
5+
"version": "2.1.2",
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.1",
3+
"version": "2.1.2",
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.1",
60+
sdkVersion: "2.1.2",
6161
genVersion: "2.493.21",
6262
userAgent:
63-
"speakeasy-sdk/typescript 2.1.1 2.493.21 0.4.0 @speakeasyapi/code-samples",
63+
"speakeasy-sdk/typescript 2.1.2 2.493.21 0.4.0 @speakeasyapi/code-samples",
6464
} as const;

0 commit comments

Comments
 (0)