Skip to content

Commit 69cf058

Browse files
committed
ci: regenerated with OpenAPI Doc 2.1.0, Speakeay CLI 1.47.4
1 parent ec911c7 commit 69cf058

12 files changed

Lines changed: 33 additions & 20 deletions

File tree

common/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,4 +462,12 @@ Based on:
462462
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
463463
- Speakeasy CLI 1.47.2 (2.39.8) https://github.com/speakeasy-api/speakeasy
464464
### Releases
465-
- [PyPI v0.23.3] https://pypi.org/project/codat-common/0.23.3 - common
465+
- [PyPI v0.23.3] https://pypi.org/project/codat-common/0.23.3 - common
466+
467+
## 2023-06-15 00:19:19
468+
### Changes
469+
Based on:
470+
- OpenAPI Doc 2.1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Common.yaml
471+
- Speakeasy CLI 1.47.4 (2.40.1) https://github.com/speakeasy-api/speakeasy
472+
### Releases
473+
- [PyPI v0.24.0] https://pypi.org/project/codat-common/0.24.0 - common

common/docs/models/shared/company.md

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

common/docs/models/shared/profile.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ Describes your Codat client instance
55

66
## Fields
77

8-
| Field | Type | Required | Description | Example |
9-
| ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
10-
| `alert_auth_header` | *Optional[str]* | :heavy_minus_sign: | N/A | Bearer tXEiHiRK7XCtI8TNHbpGs1LI1pumdb4Cl1QIo7B2 |
11-
| `api_key` | *Optional[str]* | :heavy_minus_sign: | N/A | sartANTjHAkLdbyDfaynoTQb7pkmj6hXHmnQKMrB |
12-
| `confirm_company_name` | *Optional[bool]* | :heavy_minus_sign: | N/A | |
13-
| `icon_url` | *Optional[str]* | :heavy_minus_sign: | N/A | https://client-images.codat.io/icon/042399f5-d104-4f38-9ce8-cac3524f4e88_3f5623af-d992-4c22-bc08-e58c520a8526.ico |
14-
| `logo_url` | *Optional[str]* | :heavy_minus_sign: | N/A | https://client-images.codat.io/logo/042399f5-d104-4f38-9ce8-cac3524f4e88_5806cb1f-7342-4c0e-a0a8-99bfbc47b0ff.png |
15-
| `name` | *str* | :heavy_check_mark: | N/A | Bob's Burgers |
16-
| `redirect_url` | *str* | :heavy_check_mark: | N/A | https://bobs-burgers.{countrySuffix}/{companyId} |
17-
| `white_list_urls` | list[*str*] | :heavy_minus_sign: | N/A | |
8+
| Field | Type | Required | Description | Example |
9+
| -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------- |
10+
| `alert_auth_header` | *Optional[str]* | :heavy_minus_sign: | N/A | Bearer tXEiHiRK7XCtI8TNHbpGs1LI1pumdb4Cl1QIo7B2 |
11+
| ~~`api_key`~~ | *Optional[str]* | :heavy_minus_sign: | :warning: **DEPRECATED**: this will be removed in a future release, please migrate away from it as soon as possible. | sartANTjHAkLdbyDfaynoTQb7pkmj6hXHmnQKMrB |
12+
| ~~`confirm_company_name`~~ | *Optional[bool]* | :heavy_minus_sign: | :warning: **DEPRECATED**: this will be removed in a future release, please migrate away from it as soon as possible. | |
13+
| `icon_url` | *Optional[str]* | :heavy_minus_sign: | N/A | https://client-images.codat.io/icon/042399f5-d104-4f38-9ce8-cac3524f4e88_3f5623af-d992-4c22-bc08-e58c520a8526.ico |
14+
| `logo_url` | *Optional[str]* | :heavy_minus_sign: | N/A | https://client-images.codat.io/logo/042399f5-d104-4f38-9ce8-cac3524f4e88_5806cb1f-7342-4c0e-a0a8-99bfbc47b0ff.png |
15+
| `name` | *str* | :heavy_check_mark: | N/A | Bob's Burgers |
16+
| `redirect_url` | *str* | :heavy_check_mark: | N/A | https://bobs-burgers.{countrySuffix}/{companyId} |
17+
| `white_list_urls` | list[*str*] | :heavy_minus_sign: | N/A | |

0 commit comments

Comments
 (0)