Skip to content

Commit d37a8d3

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.13.0
1 parent 89a93ab commit d37a8d3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+1158
-128
lines changed

RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,4 +222,12 @@ Based on:
222222
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
223223
- Speakeasy CLI 1.12.4 https://github.com/speakeasy-api/speakeasy
224224
### Releases
225-
- [NPM v1.11.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.2 - .
225+
- [NPM v1.11.2] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.11.2 - .
226+
227+
## 2023-03-22 00:09:23
228+
### Changes
229+
Based on:
230+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
231+
- Speakeasy CLI 1.13.0 https://github.com/speakeasy-api/speakeasy
232+
### Releases
233+
- [NPM v1.12.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.12.0 - .

gen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ configVersion: 1.0.0
22
management:
33
docChecksum: 2bba3b8f9d211b02569b3f9aff0d34b4
44
docVersion: 0.3.0
5-
speakeasyVersion: 1.12.4
5+
speakeasyVersion: 1.13.0
66
generation:
77
telemetryEnabled: true
88
sdkClassName: speakeasy
99
sdkFlattening: true
1010
typescript:
11-
version: 1.11.2
11+
version: 1.12.0
1212
author: Speakeasy
1313
packageName: '@speakeasy-api/speakeasy-client-sdk-typescript'

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": "1.11.2",
3+
"version": "1.12.0",
44
"author": "Speakeasy",
55
"scripts": {
66
"prepare": "tsc --build"

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
/*
2+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
*/
4+
15
export * from "./sdk";

src/internal/utils/contenttype.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
*/
4+
15
export function matchContentType(
26
contentType: string,
37
pattern: string

src/internal/utils/headers.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
*/
4+
15
import { AxiosResponseHeaders, RawAxiosResponseHeaders } from "axios";
26
import {
37
isBooleanRecord,

src/internal/utils/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
*/
4+
15
export * from "./contenttype";
26
export * from "./headers";
37
export * from "./pathparams";

src/internal/utils/pathparams.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
*/
4+
15
import {
26
encodeAndConvertPrimitiveVal,
37
ParamDecorator,

src/internal/utils/queryparams.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
3+
*/
4+
15
import {
26
convertIfDateObjectToISOString,
37
encodeAndConvertPrimitiveVal,

0 commit comments

Comments
 (0)