Skip to content

Commit b634121

Browse files
committed
ci: regenerated with OpenAPI Doc 0.4.0, Speakeasy CLI 1.183.3
1 parent 5af06fc commit b634121

File tree

6 files changed

+21
-11
lines changed

6 files changed

+21
-11
lines changed

.speakeasy/gen.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ management:
44
docChecksum: 90bb5b2f880d4a86868122f9a6b08d40
55
docVersion: 0.4.0
66
speakeasyVersion: internal
7-
generationVersion: 2.262.2
8-
releaseVersion: 3.1.2
9-
configChecksum: 2b345353b220e635143a63f8478cc4dc
7+
generationVersion: 2.263.3
8+
releaseVersion: 3.1.3
9+
configChecksum: 6e7872afaa92addfa1e52d318a9a621b
1010
repoURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript.git
1111
repoSubDirectory: .
1212
installationURL: https://github.com/speakeasy-api/speakeasy-client-sdk-typescript

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,4 +1146,14 @@ Based on:
11461146
### Generated
11471147
- [typescript v3.1.2] .
11481148
### Releases
1149-
- [NPM v3.1.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.2 - .
1149+
- [NPM v3.1.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.2 - .
1150+
1151+
## 2024-02-20 10:53:22
1152+
### Changes
1153+
Based on:
1154+
- OpenAPI Doc 0.4.0 https://docs.speakeasyapi.dev/openapi.yaml
1155+
- Speakeasy CLI 1.183.3 (2.263.3) https://github.com/speakeasy-api/speakeasy
1156+
### Generated
1157+
- [typescript v3.1.3] .
1158+
### Releases
1159+
- [NPM v3.1.3] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/3.1.3 - .

gen.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ generation:
88
parameterOrderingFeb2024: false
99
requestResponseComponentNamesFeb2024: false
1010
typescript:
11-
version: 3.1.2
11+
version: 3.1.3
1212
author: Speakeasy
1313
clientServerStatusCodesAsErrors: false
1414
flattenGlobalSecurity: false

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": "@speakeasy-api/speakeasy-client-sdk-typescript",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"author": "Speakeasy",
55
"scripts": {
66
"prepare": "tsc --build",

src/sdk/sdk.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ export class SDKConfiguration {
6464
serverDefaults: any;
6565
language = "typescript";
6666
openapiDocVersion = "0.4.0";
67-
sdkVersion = "3.1.2";
68-
genVersion = "2.262.2";
67+
sdkVersion = "3.1.3";
68+
genVersion = "2.263.3";
6969
userAgent =
70-
"speakeasy-sdk/typescript 3.1.2 2.262.2 0.4.0 @speakeasy-api/speakeasy-client-sdk-typescript";
70+
"speakeasy-sdk/typescript 3.1.3 2.263.3 0.4.0 @speakeasy-api/speakeasy-client-sdk-typescript";
7171
globals: any;
7272
retryConfig?: utils.RetryConfig;
7373
public constructor(init?: Partial<SDKConfiguration>) {

0 commit comments

Comments
 (0)