Skip to content

Commit 0980f64

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.91.0
1 parent 646bf90 commit 0980f64

File tree

76 files changed

+440
-119
lines changed

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

+440
-119
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ sdk.apis.getApis({
112112

113113
<!-- Start Dev Containers -->
114114

115-
116-
117115
<!-- End Dev Containers -->
118116

119117

@@ -126,8 +124,6 @@ returned response object will have a `next` method that can be called to pull do
126124
return value of `next` is `null`, then there are no more pages to be fetched.
127125

128126
Here's an example of one such pagination call:
129-
130-
131127
<!-- End Pagination -->
132128

133129
<!-- Placeholder for Future Speakeasy SDK Sections -->

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -896,4 +896,14 @@ Based on:
896896
### Generated
897897
- [typescript v1.56.6] .
898898
### Releases
899-
- [NPM v1.56.6] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.56.6 - .
899+
- [NPM v1.56.6] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.56.6 - .
900+
901+
## 2023-09-26 00:10:29
902+
### Changes
903+
Based on:
904+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
905+
- Speakeasy CLI 1.91.0 (2.129.1) https://github.com/speakeasy-api/speakeasy
906+
### Generated
907+
- [typescript v1.57.0] .
908+
### Releases
909+
- [NPM v1.57.0] https://www.npmjs.com/package/@speakeasy-api/speakeasy-client-sdk-typescript/v/1.57.0 - .

docs/models/operations/deleteapiendpointresponse.md

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

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
8+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `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 |
10+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/deleteapiresponse.md

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

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
8+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `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 |
10+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/deleteschemaresponse.md

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

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
8+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `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 |
10+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/deleteversionmetadataresponse.md

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

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
8+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `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 |
10+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
11+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/downloadschemaresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
8+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
1010
| `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 |
11+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
12+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/downloadschemarevisionresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- | ------------------------------------------------------- |
8-
| `contentType` | *string* | :heavy_check_mark: | N/A |
8+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
1010
| `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 |
11+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
12+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/findapiendpointresponse.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description |
77
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
88
| `apiEndpoint` | [shared.ApiEndpoint](../../models/shared/apiendpoint.md) | :heavy_minus_sign: | OK |
9-
| `contentType` | *string* | :heavy_check_mark: | N/A |
9+
| `contentType` | *string* | :heavy_check_mark: | HTTP response content type for this operation |
1010
| `error` | [shared.ErrorT](../../models/shared/errort.md) | :heavy_minus_sign: | Default error response |
11-
| `statusCode` | *number* | :heavy_check_mark: | N/A |
12-
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | N/A |
11+
| `statusCode` | *number* | :heavy_check_mark: | HTTP response status code for this operation |
12+
| `rawResponse` | [AxiosResponse](https://axios-http.com/docs/res_schema) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

0 commit comments

Comments
 (0)