Skip to content

Commit 3028d79

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.101.0
1 parent 0f47688 commit 3028d79

File tree

90 files changed

+270
-341
lines changed

Some content is hidden

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

90 files changed

+270
-341
lines changed

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -996,4 +996,14 @@ Based on:
996996
### Generated
997997
- [python v1.59.2] .
998998
### Releases
999-
- [PyPI v1.59.2] https://pypi.org/project/speakeasy-client-sdk-python/1.59.2 - .
999+
- [PyPI v1.59.2] https://pypi.org/project/speakeasy-client-sdk-python/1.59.2 - .
1000+
1001+
## 2023-10-18 00:10:09
1002+
### Changes
1003+
Based on:
1004+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
1005+
- Speakeasy CLI 1.101.0 (2.161.0) https://github.com/speakeasy-api/speakeasy
1006+
### Generated
1007+
- [python v2.0.0] .
1008+
### Releases
1009+
- [PyPI v2.0.0] https://pypi.org/project/speakeasy-client-sdk-python/2.0.0 - .

docs/models/operations/getallapiendpointsresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `api_endpoints` | list[[shared.APIEndpoint](../../models/shared/apiendpoint.md)] | :heavy_minus_sign: | OK |
8+
| `api_endpoints` | List[[shared.APIEndpoint](../../models/shared/apiendpoint.md)] | :heavy_minus_sign: | OK |
99
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
1010
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
1111
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |

docs/models/operations/getallapiversionsrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |
88
| `api_id` | *str* | :heavy_check_mark: | The ID of the Api to retrieve. |
9-
| `metadata` | dict[str, list[*str*]] | :heavy_minus_sign: | Metadata to filter Apis on |
9+
| `metadata` | Dict[str, List[*str*]] | :heavy_minus_sign: | Metadata to filter Apis on |
1010
| `op` | [Optional[GetAllAPIVersionsOp]](../../models/operations/getallapiversionsop.md) | :heavy_minus_sign: | Configuration for filter operations |

docs/models/operations/getallapiversionsresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `apis` | list[[shared.API](../../models/shared/api.md)] | :heavy_minus_sign: | OK |
8+
| `apis` | List[[shared.API](../../models/shared/api.md)] | :heavy_minus_sign: | OK |
99
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
1010
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
1111
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |

docs/models/operations/getallforversionapiendpointsresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `api_endpoints` | list[[shared.APIEndpoint](../../models/shared/apiendpoint.md)] | :heavy_minus_sign: | OK |
8+
| `api_endpoints` | List[[shared.APIEndpoint](../../models/shared/apiendpoint.md)] | :heavy_minus_sign: | OK |
99
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
1010
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
1111
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |

docs/models/operations/getapisrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55

66
| Field | Type | Required | Description |
77
| ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- | ----------------------------------------------------------- |
8-
| `metadata` | dict[str, list[*str*]] | :heavy_minus_sign: | Metadata to filter Apis on |
8+
| `metadata` | Dict[str, List[*str*]] | :heavy_minus_sign: | Metadata to filter Apis on |
99
| `op` | [Optional[GetApisOp]](../../models/operations/getapisop.md) | :heavy_minus_sign: | Configuration for filter operations |

docs/models/operations/getapisresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8-
| `apis` | list[[shared.API](../../models/shared/api.md)] | :heavy_minus_sign: | OK |
8+
| `apis` | List[[shared.API](../../models/shared/api.md)] | :heavy_minus_sign: | OK |
99
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
1010
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
1111
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |

docs/models/operations/getpluginsresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
88
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `plugins` | list[[shared.Plugin](../../models/shared/plugin.md)] | :heavy_minus_sign: | OK |
10+
| `plugins` | List[[shared.Plugin](../../models/shared/plugin.md)] | :heavy_minus_sign: | OK |
1111
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1212
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

docs/models/operations/getschemasresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
88
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `schemata` | list[[shared.Schema](../../models/shared/schema.md)] | :heavy_minus_sign: | OK |
10+
| `schemata` | List[[shared.Schema](../../models/shared/schema.md)] | :heavy_minus_sign: | OK |
1111
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
1212
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

0 commit comments

Comments
 (0)