Skip to content

Commit a4eb1d7

Browse files
committed
ci: regenerated with OpenAPI Doc 3.0.0, Speakeay CLI 1.77.1
1 parent 22b67ce commit a4eb1d7

Some content is hidden

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

64 files changed

+894
-182
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This allows generated code to be indexed correctly
2+
*.py linguist-generated=false

previous-versions/common/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,4 +590,14 @@ Based on:
590590
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
591591
- Speakeasy CLI 1.59.0 (2.65.0) https://github.com/speakeasy-api/speakeasy
592592
### Releases
593-
- [PyPI v0.33.1] https://pypi.org/project/codat-common/0.33.1 - common
593+
- [PyPI v0.33.1] https://pypi.org/project/codat-common/0.33.1 - common
594+
595+
## 2023-09-01 16:59:16
596+
### Changes
597+
Based on:
598+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
599+
- Speakeasy CLI 1.77.1 (2.91.4) https://github.com/speakeasy-api/speakeasy
600+
### Generated
601+
- [python v0.1.0] previous-versions/common
602+
### Releases
603+
- [PyPI v0.1.0] https://pypi.org/project/codat-common/0.1.0 - previous-versions/common
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CreateAPIKeyResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `api_key_details` | [Optional[shared.APIKeyDetails]](../../models/shared/apikeydetails.md) | :heavy_minus_sign: | Success |
9+
| `content_type` | *str* | :heavy_check_mark: | N/A |
10+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Bad Request |
11+
| `status_code` | *int* | :heavy_check_mark: | N/A |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateConnectionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------- |
8+
| `request_body` | [Optional[CreateConnectionRequestBody]](../../models/operations/createconnectionrequestbody.md) | :heavy_minus_sign: | N/A | |
9+
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |

previous-versions/common/docs/models/operations/createdataconnectionrequestbody.md renamed to previous-versions/common/docs/models/operations/createconnectionrequestbody.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CreateDataConnectionRequestBody
1+
# CreateConnectionRequestBody
22

33

44
## Fields

previous-versions/common/docs/models/operations/createdataconnectionresponse.md renamed to previous-versions/common/docs/models/operations/createconnectionresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CreateDataConnectionResponse
1+
# CreateConnectionResponse
22

33

44
## Fields

previous-versions/common/docs/models/operations/createdataconnectionrequest.md

Lines changed: 0 additions & 9 deletions
This file was deleted.
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# DeleteAPIKeyRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
8+
| `api_key_id` | *str* | :heavy_check_mark: | Unique identifier for api key. | 8a210b68-6988-11ed-a1eb-0242ac120002 |

previous-versions/common/docs/models/operations/deletecompanyconnectionresponse.md renamed to previous-versions/common/docs/models/operations/deleteapikeyresponse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# DeleteCompanyConnectionResponse
1+
# DeleteAPIKeyResponse
22

33

44
## Fields

previous-versions/common/docs/models/operations/getcompanyconnectionrequest.md renamed to previous-versions/common/docs/models/operations/deleteconnectionrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# GetCompanyConnectionRequest
1+
# DeleteConnectionRequest
22

33

44
## Fields

0 commit comments

Comments
 (0)