Skip to content

Commit b668a8e

Browse files
authored
Merge pull request #15 from speakeasy-api/speakeasy-sdk-regen-1736995417
chore: 🐝 Update SDK - Generate 2.0.15
2 parents e36997f + 6f09dbb commit b668a8e

File tree

8 files changed

+27
-17
lines changed

8 files changed

+27
-17
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
lockVersion: 2.0.0
22
id: 521af75f-d011-41f9-a5ff-9f8033773118
33
management:
4-
docChecksum: ef41927baaf8adac37d125d0ae44097c
4+
docChecksum: 9937567df112ab271aff66d72d0fa2fb
55
docVersion: 0.4.0
66
speakeasyVersion: 1.468.8
77
generationVersion: 2.493.19
8-
releaseVersion: 2.0.14
9-
configChecksum: d413f3ea951f34adef2528339fa6640a
8+
releaseVersion: 2.0.15
9+
configChecksum: a7febf2d7327405b6ee7a59c114089ef
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.0.14
19+
version: 2.0.15
2020
additionalDependencies:
2121
dependencies: {}
2222
devDependencies: {}

.speakeasy/workflow.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@ speakeasyVersion: 1.468.8
22
sources:
33
speakeasy-OAS:
44
sourceNamespace: speakeasy-oas
5-
sourceRevisionDigest: sha256:3f07a3b9272ae4fbeb71c9533bafeba3dc62eca59431c354f4890bf6dfe9514d
6-
sourceBlobDigest: sha256:8d43792e5ba3b16a95d37ec0eb7a9a1e4e2cd81d1c9585e91edfea10f3dc24f3
5+
sourceRevisionDigest: sha256:1e19d685aeef858d928e7fefadbf2fdc737d6d93e20f009891ea65dbf11e87b3
6+
sourceBlobDigest: sha256:e0df819258d623f1b609d279d3017c64aac3e2156adc4dcf9fe1e2eed9ab0a93
77
tags:
88
- latest
9-
- speakeasy-sdk-regen-1736994552
9+
- speakeasy-sdk-regen-1736995417
1010
- 0.4.0
1111
targets:
1212
code_samples_typescript_sdk:
1313
source: speakeasy-OAS
1414
sourceNamespace: speakeasy-oas
15-
sourceRevisionDigest: sha256:3f07a3b9272ae4fbeb71c9533bafeba3dc62eca59431c354f4890bf6dfe9514d
16-
sourceBlobDigest: sha256:8d43792e5ba3b16a95d37ec0eb7a9a1e4e2cd81d1c9585e91edfea10f3dc24f3
15+
sourceRevisionDigest: sha256:1e19d685aeef858d928e7fefadbf2fdc737d6d93e20f009891ea65dbf11e87b3
16+
sourceBlobDigest: sha256:e0df819258d623f1b609d279d3017c64aac3e2156adc4dcf9fe1e2eed9ab0a93
1717
codeSamplesNamespace: speakeasy-oas-typescript-code-samples
18-
codeSamplesRevisionDigest: sha256:c74c236d2c1a72c1120f1056d2d78219eed15bf1d981b6946a691fb93c53d084
18+
codeSamplesRevisionDigest: sha256:a0dd50fa0bb6b51d5679f8a5916f63b01912ecd87ec94f339301a08b45030d30
1919
workflow:
2020
workflowVersion: 1.0.0
2121
speakeasyVersion: latest

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,14 @@ Based on:
6262
### Generated
6363
- [typescript v2.0.14] .
6464
### Releases
65-
- [NPM v2.0.14] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.0.14 - .
65+
- [NPM v2.0.14] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.0.14 - .
66+
67+
## 2025-01-16 02:43:22
68+
### Changes
69+
Based on:
70+
- OpenAPI Doc
71+
- Speakeasy CLI 1.468.8 (2.493.19) https://github.com/speakeasy-api/speakeasy
72+
### Generated
73+
- [typescript v2.0.15] .
74+
### Releases
75+
- [NPM v2.0.15] https://www.npmjs.com/package/@speakeasyapi/code-samples/v/2.0.15 - .

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

0 commit comments

Comments
 (0)