Skip to content

Commit 1efa46c

Browse files
committed
ci: regenerated with OpenAPI Doc 3.0.0, Speakeay CLI 1.100.2
1 parent 33835d5 commit 1efa46c

File tree

747 files changed

+4245
-4015
lines changed

Some content is hidden

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

747 files changed

+4245
-4015
lines changed

previous-versions/accounting/README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ pip install codat-accounting
1717

1818
## Example Usage
1919
<!-- Start SDK Example Usage -->
20-
21-
2220
```python
2321
import codataccounting
2422
from codataccounting.models import operations, shared
@@ -30,7 +28,7 @@ s = codataccounting.CodatAccounting(
3028
)
3129

3230
req = operations.GetAccountTransactionRequest(
33-
account_transaction_id='corrupti',
31+
account_transaction_id='Northeast Hatchback Kia',
3432
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
3533
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
3634
)
@@ -39,6 +37,7 @@ res = s.account_transactions.get(req)
3937

4038
if res.account_transaction is not None:
4139
# handle response
40+
pass
4241
```
4342
<!-- End SDK Example Usage -->
4443

@@ -113,7 +112,7 @@ if res.account_transaction is not None:
113112
* [get](docs/sdks/creditnotes/README.md#get) - Get credit note
114113
* [get_create_update_model](docs/sdks/creditnotes/README.md#get_create_update_model) - Get create/update credit note model
115114
* [list](docs/sdks/creditnotes/README.md#list) - List credit notes
116-
* [update](docs/sdks/creditnotes/README.md#update) - Update creditNote
115+
* [update](docs/sdks/creditnotes/README.md#update) - Update credit note
117116

118117
### [customers](docs/sdks/customers/README.md)
119118

@@ -248,4 +247,16 @@ if res.account_transaction is not None:
248247
* [list](docs/sdks/transfers/README.md#list) - List transfers
249248
* [upload_attachment](docs/sdks/transfers/README.md#upload_attachment) - Push invoice attachment
250249
<!-- End SDK Available Operations -->
250+
251+
252+
253+
<!-- Start Dev Containers -->
254+
255+
256+
257+
<!-- End Dev Containers -->
258+
259+
<!-- Placeholder for Future Speakeasy SDK Sections -->
260+
261+
251262
### Library generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

previous-versions/accounting/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,14 @@ Based on:
88
### Generated
99
- [python v0.30.0] previous-versions/accounting
1010
### Releases
11-
- [PyPI v0.30.0] https://pypi.org/project/codat-accounting/0.30.0 - previous-versions/accounting
11+
- [PyPI v0.30.0] https://pypi.org/project/codat-accounting/0.30.0 - previous-versions/accounting
12+
13+
## 2023-10-17 14:11:27
14+
### Changes
15+
Based on:
16+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
17+
- Speakeasy CLI 1.100.2 (2.159.2) https://github.com/speakeasy-api/speakeasy
18+
### Generated
19+
- [python v0.31.0] previous-versions/accounting
20+
### Releases
21+
- [PyPI v0.31.0] https://pypi.org/project/codat-accounting/0.31.0 - previous-versions/accounting

previous-versions/accounting/USAGE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ s = codataccounting.CodatAccounting(
1212
)
1313

1414
req = operations.GetAccountTransactionRequest(
15-
account_transaction_id='corrupti',
15+
account_transaction_id='Northeast Hatchback Kia',
1616
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
1717
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
1818
)
@@ -21,5 +21,6 @@ res = s.account_transactions.get(req)
2121

2222
if res.account_transaction is not None:
2323
# handle response
24+
pass
2425
```
2526
<!-- End SDK Example Usage -->

previous-versions/accounting/docs/models/operations/createaccountrequest.md

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

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- | ---------------------------------------------------------- |
8-
| `account` | [Optional[shared.Account]](../../models/shared/account.md) | :heavy_minus_sign: | N/A | |
9-
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
10-
| `connection_id` | *str* | :heavy_check_mark: | N/A | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
11-
| `timeout_in_minutes` | *Optional[int]* | :heavy_minus_sign: | N/A | |
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
8+
| `account` | [Optional[shared.Account]](../../models/shared/account.md) | :heavy_minus_sign: | N/A | |
9+
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
10+
| `connection_id` | *str* | :heavy_check_mark: | Unique identifier for a connection. | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
11+
| `timeout_in_minutes` | *Optional[int]* | :heavy_minus_sign: | Time limit for the push operation to complete before it is timed out. | |

previous-versions/accounting/docs/models/operations/createaccountresponse.md

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

66
| Field | Type | Required | Description |
77
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `create_account_response` | [Optional[shared.CreateAccountResponse]](../../models/shared/createaccountresponse.md) | :heavy_minus_sign: | Success |
1010
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | The request made is not valid. |
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 |
11+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | Raw HTTP response; suitable for custom response parsing |

previous-versions/accounting/docs/models/operations/createbankaccountrequest.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
## Fields
55

6-
| Field | Type | Required | Description | Example |
7-
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
8-
| `bank_account` | [Optional[shared.BankAccount]](../../models/shared/bankaccount.md) | :heavy_minus_sign: | N/A | |
9-
| `allow_sync_on_push_complete` | *Optional[bool]* | :heavy_minus_sign: | N/A | |
10-
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
11-
| `connection_id` | *str* | :heavy_check_mark: | N/A | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
12-
| `timeout_in_minutes` | *Optional[int]* | :heavy_minus_sign: | N/A | |
6+
| Field | Type | Required | Description | Example |
7+
| --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- | --------------------------------------------------------------------- |
8+
| `bank_account` | [Optional[shared.BankAccount]](../../models/shared/bankaccount.md) | :heavy_minus_sign: | N/A | |
9+
| `allow_sync_on_push_complete` | *Optional[bool]* | :heavy_minus_sign: | Allow a sync upon push completion. | |
10+
| `company_id` | *str* | :heavy_check_mark: | Unique identifier for a company. | 8a210b68-6988-11ed-a1eb-0242ac120002 |
11+
| `connection_id` | *str* | :heavy_check_mark: | Unique identifier for a connection. | 2e9d2c44-f675-40ba-8049-353bfcb5e171 |
12+
| `timeout_in_minutes` | *Optional[int]* | :heavy_minus_sign: | Time limit for the push operation to complete before it is timed out. | |

previous-versions/accounting/docs/models/operations/createbankaccountresponse.md

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

66
| Field | Type | Required | Description |
77
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
8-
| `content_type` | *str* | :heavy_check_mark: | N/A |
8+
| `content_type` | *str* | :heavy_check_mark: | HTTP response content type for this operation |
99
| `create_bank_account_response` | [Optional[shared.CreateBankAccountResponse]](../../models/shared/createbankaccountresponse.md) | :heavy_minus_sign: | Success |
1010
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | The request made is not valid. |
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 |
11+
| `status_code` | *int* | :heavy_check_mark: | HTTP response status code for this operation |
12+
| `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)