Skip to content

Commit 6e93709

Browse files
committed
ci: regenerated with OpenAPI Doc 0.3.0, Speakeay CLI 1.99.0
1 parent 5dd5bab commit 6e93709

File tree

103 files changed

+377
-330
lines changed

Some content is hidden

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

103 files changed

+377
-330
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ res = s.apis.get_apis(req)
3535

3636
if res.apis is not None:
3737
# handle response
38+
pass
3839
```
3940
<!-- End SDK Example Usage -->
4041

RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,4 +976,14 @@ Based on:
976976
### Generated
977977
- [python v1.59.0] .
978978
### Releases
979-
- [PyPI v1.59.0] https://pypi.org/project/speakeasy-client-sdk-python/1.59.0 - .
979+
- [PyPI v1.59.0] https://pypi.org/project/speakeasy-client-sdk-python/1.59.0 - .
980+
981+
## 2023-10-13 00:10:22
982+
### Changes
983+
Based on:
984+
- OpenAPI Doc 0.3.0 https://docs.speakeasyapi.dev/openapi.yaml
985+
- Speakeasy CLI 1.99.0 (2.154.1) https://github.com/speakeasy-api/speakeasy
986+
### Generated
987+
- [python v1.59.1] .
988+
### Releases
989+
- [PyPI v1.59.1] https://pypi.org/project/speakeasy-client-sdk-python/1.59.1 - .

USAGE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ res = s.apis.get_apis(req)
2626

2727
if res.apis is not None:
2828
# handle response
29+
pass
2930
```
3031
<!-- End SDK Example Usage -->

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` | *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. |
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. |

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` | *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 |
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 |
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` | *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. |
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. |

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` | *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 |
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 |
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` | *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. |
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. |

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` | *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 |
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 |
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` | *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. |
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. |

0 commit comments

Comments
 (0)