Skip to content

Commit f0bf870

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.91.3
1 parent d608339 commit f0bf870

File tree

117 files changed

+581
-510
lines changed

Some content is hidden

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

117 files changed

+581
-510
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ s = speakeasy.Speakeasy(
2222

2323
req = operations.GetApisRequest(
2424
metadata={
25-
"distinctio": [
26-
'quibusdam',
25+
"aut": [
26+
'bypassing',
2727
],
2828
},
2929
op=operations.GetApisOp(

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -926,4 +926,14 @@ Based on:
926926
### Generated
927927
- [python v1.56.1] .
928928
### Releases
929-
- [PyPI v1.56.1] https://pypi.org/project/speakeasy-client-sdk-python/1.56.1 - .
929+
- [PyPI v1.56.1] https://pypi.org/project/speakeasy-client-sdk-python/1.56.1 - .
930+
931+
## 2023-09-29 00:09:48
932+
### Changes
933+
Based on:
934+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
935+
- Speakeasy CLI 1.91.3 (2.139.1) https://github.com/speakeasy-api/speakeasy
936+
### Generated
937+
- [python v1.57.0] .
938+
### Releases
939+
- [PyPI v1.57.0] https://pypi.org/project/speakeasy-client-sdk-python/1.57.0 - .

USAGE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ s = speakeasy.Speakeasy(
1313

1414
req = operations.GetApisRequest(
1515
metadata={
16-
"corrupti": [
17-
'provident',
16+
"aut": [
17+
'bypassing',
1818
],
1919
},
2020
op=operations.GetApisOp(

docs/models/operations/deleteapiendpointrequest.md

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

66
| Field | Type | Required | Description |
77
| ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- | ----------------------------------------------------- |
8-
| `api_endpoint_id` | *str* | :heavy_check_mark: | The ID of the ApiEndpoint to delete. |
9-
| `api_id` | *str* | :heavy_check_mark: | The ID of the Api the ApiEndpoint belongs to. |
10-
| `version_id` | *str* | :heavy_check_mark: | The version ID of the Api the ApiEndpoint belongs to. |
8+
| `api_endpoint_id` | *Optional[str]* | :heavy_check_mark: | The ID of the ApiEndpoint to delete. |
9+
| `api_id` | *Optional[str]* | :heavy_check_mark: | The ID of the Api the ApiEndpoint belongs to. |
10+
| `version_id` | *Optional[str]* | :heavy_check_mark: | The version ID of the Api the ApiEndpoint belongs to. |

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-
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
8+
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `error` | [Optional[shared.Error]](undefined/models/shared/error.md) | :heavy_minus_sign: | Default error response |
10+
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `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/deleteapirequest.md

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

66
| Field | Type | Required | Description |
77
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
8-
| `api_id` | *str* | :heavy_check_mark: | The ID of the Api to delete. |
9-
| `version_id` | *str* | :heavy_check_mark: | The version ID of the Api to delete. |
8+
| `api_id` | *Optional[str]* | :heavy_check_mark: | The ID of the Api to delete. |
9+
| `version_id` | *Optional[str]* | :heavy_check_mark: | The version ID of the Api to delete. |

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-
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
8+
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `error` | [Optional[shared.Error]](undefined/models/shared/error.md) | :heavy_minus_sign: | Default error response |
10+
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `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/deleteschemarequest.md

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

66
| Field | Type | Required | Description |
77
| ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- |
8-
| `api_id` | *str* | :heavy_check_mark: | The ID of the Api to delete schemas for. |
9-
| `revision_id` | *str* | :heavy_check_mark: | The revision ID of the schema to delete. |
10-
| `version_id` | *str* | :heavy_check_mark: | The version ID of the Api to delete metadata for. |
8+
| `api_id` | *Optional[str]* | :heavy_check_mark: | The ID of the Api to delete schemas for. |
9+
| `revision_id` | *Optional[str]* | :heavy_check_mark: | The revision ID of the schema to delete. |
10+
| `version_id` | *Optional[str]* | :heavy_check_mark: | The version ID of the Api to delete metadata for. |

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-
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
9-
| `error` | [Optional[shared.Error]](../../models/shared/error.md) | :heavy_minus_sign: | Default error response |
10-
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
8+
| `content_type` | *Optional[str]* | :heavy_check_mark: | HTTP response content type for this operation |
9+
| `error` | [Optional[shared.Error]](undefined/models/shared/error.md) | :heavy_minus_sign: | Default error response |
10+
| `status_code` | *Optional[int]* | :heavy_check_mark: | HTTP response status code for this operation |
1111
| `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/deleteversionmetadatarequest.md

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

66
| Field | Type | Required | Description |
77
| ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- | ------------------------------------------------- |
8-
| `api_id` | *str* | :heavy_check_mark: | The ID of the Api to delete metadata for. |
9-
| `meta_key` | *str* | :heavy_check_mark: | The key of the metadata to delete. |
10-
| `meta_value` | *str* | :heavy_check_mark: | The value of the metadata to delete. |
11-
| `version_id` | *str* | :heavy_check_mark: | The version ID of the Api to delete metadata for. |
8+
| `api_id` | *Optional[str]* | :heavy_check_mark: | The ID of the Api to delete metadata for. |
9+
| `meta_key` | *Optional[str]* | :heavy_check_mark: | The key of the metadata to delete. |
10+
| `meta_value` | *Optional[str]* | :heavy_check_mark: | The value of the metadata to delete. |
11+
| `version_id` | *Optional[str]* | :heavy_check_mark: | The version ID of the Api to delete metadata for. |

0 commit comments

Comments
 (0)