Skip to content

Commit 646bf90

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.89.0
1 parent 8f7d7ed commit 646bf90

Some content is hidden

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

49 files changed

+318
-284
lines changed

README.md

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ yarn add @speakeasy-api/speakeasy-client-sdk-typescript
1818

1919
## SDK Example Usage
2020
<!-- Start SDK Example Usage -->
21-
22-
2321
```typescript
2422
import { Speakeasy } from "@speakeasy-api/speakeasy-client-sdk-typescript";
2523
import { GetApisResponse } from "@speakeasy-api/speakeasy-client-sdk-typescript/dist/sdk/models/operations";
@@ -32,8 +30,8 @@ const sdk = new Speakeasy({
3230

3331
sdk.apis.getApis({
3432
metadata: {
35-
"corrupti": [
36-
"provident",
33+
"distinctio": [
34+
"quibusdam",
3735
],
3836
},
3937
op: {
@@ -110,4 +108,30 @@ sdk.apis.getApis({
110108
* [registerSchema](docs/sdks/schemas/README.md#registerschema) - Register a schema.
111109
<!-- End SDK Available Operations -->
112110

111+
112+
113+
<!-- Start Dev Containers -->
114+
115+
116+
117+
<!-- End Dev Containers -->
118+
119+
120+
121+
<!-- Start Pagination -->
122+
# Pagination
123+
124+
Some of the endpoints in this SDK support pagination. To use pagination, you make your SDK calls as usual, but the
125+
returned response object will have a `next` method that can be called to pull down the next group of results. If the
126+
return value of `next` is `null`, then there are no more pages to be fetched.
127+
128+
Here's an example of one such pagination call:
129+
130+
131+
<!-- End Pagination -->
132+
133+
<!-- Placeholder for Future Speakeasy SDK Sections -->
134+
135+
136+
113137
### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,4 +886,14 @@ Based on:
886886
### Generated
887887
- [typescript v1.56.5] .
888888
### Releases
889-
- [NPM v1.56.5] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.56.5 - .
889+
- [NPM v1.56.5] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.56.5 - .
890+
891+
## 2023-09-22 00:10:35
892+
### Changes
893+
Based on:
894+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
895+
- Speakeasy CLI 1.89.0 (2.125.1) https://github.com/speakeasy-api/speakeasy
896+
### Generated
897+
- [typescript v1.56.6] .
898+
### Releases
899+
- [NPM v1.56.6] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.56.6 - .

docs/models/operations/deleteapiendpointresponse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
9-
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10-
| `statusCode` | *number* | :heavy_check_mark: | N/A |
11-
| `rawResponse` | [AxiosResponse>](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `contentType` | *string* | :heavy_check_mark: | N/A |
9+
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10+
| `statusCode` | *number* | :heavy_check_mark: | N/A |
11+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |

docs/models/operations/deleteapiresponse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
9-
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10-
| `statusCode` | *number* | :heavy_check_mark: | N/A |
11-
| `rawResponse` | [AxiosResponse>](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `contentType` | *string* | :heavy_check_mark: | N/A |
9+
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10+
| `statusCode` | *number* | :heavy_check_mark: | N/A |
11+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |

docs/models/operations/deleteschemaresponse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
9-
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10-
| `statusCode` | *number* | :heavy_check_mark: | N/A |
11-
| `rawResponse` | [AxiosResponse>](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `contentType` | *string* | :heavy_check_mark: | N/A |
9+
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10+
| `statusCode` | *number* | :heavy_check_mark: | N/A |
11+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |

docs/models/operations/deleteversionmetadataresponse.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
9-
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10-
| `statusCode` | *number* | :heavy_check_mark: | N/A |
11-
| `rawResponse` | [AxiosResponse>](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `contentType` | *string* | :heavy_check_mark: | N/A |
9+
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10+
| `statusCode` | *number* | :heavy_check_mark: | N/A |
11+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |

docs/models/operations/downloadschemaresponse.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description |
7-
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
9-
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10-
| `schema` | *Uint8Array* | :heavy_minus_sign: | OK |
11-
| `statusCode` | *number* | :heavy_check_mark: | N/A |
12-
| `rawResponse` | [AxiosResponse>](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8+
| `contentType` | *string* | :heavy_check_mark: | N/A |
9+
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
10+
| `schema` | *Uint8Array* | :heavy_minus_sign: | OK |
11+
| `statusCode` | *number* | :heavy_check_mark: | N/A |
12+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)