Skip to content

Commit 8e93c04

Browse files
authored
Merge pull request #519 from codatio/speakeasy-sdk-regen-1701775141
chore: 🐝 Update SDK - Generate Accounting library
2 parents 546efd1 + 7b79cd7 commit 8e93c04

File tree

905 files changed

+9248
-6036
lines changed

Some content is hidden

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

905 files changed

+9248
-6036
lines changed

β€Žprevious-versions/accounting/.gitattributesβ€Ž

100755100644
File mode changed.

β€Žprevious-versions/accounting/README.mdβ€Ž

Lines changed: 307 additions & 81 deletions
Large diffs are not rendered by default.

β€Žprevious-versions/accounting/RELEASES.mdβ€Ž

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,14 @@ Based on:
1818
### Generated
1919
- [python v0.31.0] previous-versions/accounting
2020
### Releases
21-
- [PyPI v0.31.0] https://pypi.org/project/codat-accounting/0.31.0 - previous-versions/accounting
21+
- [PyPI v0.31.0] https://pypi.org/project/codat-accounting/0.31.0 - previous-versions/accounting
22+
23+
## 2023-12-05 11:18:56
24+
### Changes
25+
Based on:
26+
- OpenAPI Doc 3.0.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Accounting.yaml
27+
- Speakeasy CLI 1.125.1 (2.210.3) https://github.com/speakeasy-api/speakeasy
28+
### Generated
29+
- [python v0.32.0] previous-versions/accounting
30+
### Releases
31+
- [PyPI v0.32.0] https://pypi.org/project/codat-accounting/0.32.0 - previous-versions/accounting

β€Žprevious-versions/accounting/USAGE.mdβ€Ž

100755100644
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
<!-- Start SDK Example Usage -->
2-
3-
1+
<!-- Start SDK Example Usage [usage] -->
42
```python
53
import codataccounting
64
from codataccounting.models import operations, shared
@@ -12,7 +10,7 @@ s = codataccounting.CodatAccounting(
1210
)
1311

1412
req = operations.GetAccountTransactionRequest(
15-
account_transaction_id='Northeast Hatchback Kia',
13+
account_transaction_id='string',
1614
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
1715
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
1816
)
@@ -23,4 +21,4 @@ if res.account_transaction is not None:
2321
# handle response
2422
pass
2523
```
26-
<!-- End SDK Example Usage -->
24+
<!-- End SDK Example Usage [usage] -->

previous-versions/accounting/docs/models/shared/errormessage.md renamed to previous-versions/accounting/docs/models/errors/errormessage.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# ErrorMessage
22

3+
Your API request was not properly authorized.
4+
35

46
## Fields
57

β€Žprevious-versions/accounting/docs/models/operations/createaccountrequest.mdβ€Ž

100755100644
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: | 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. | |
6+
| Field | Type | Required | Description | Example |
7+
| ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
8+
| `account_prototype` | [Optional[shared.AccountPrototype]](../../models/shared/accountprototype.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β€Ž

100755100644
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
88
| `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 |
10-
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | The request made is not valid. |
1110
| `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 |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

β€Žprevious-versions/accounting/docs/models/operations/createbankaccountrequest.mdβ€Ž

100755100644
File mode changed.

β€Žprevious-versions/accounting/docs/models/operations/createbankaccountresponse.mdβ€Ž

100755100644
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@
77
| ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------- |
88
| `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 |
10-
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | The request made is not valid. |
1110
| `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 |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |

β€Žprevious-versions/accounting/docs/models/operations/createbanktransactionsrequest.mdβ€Ž

100755100644
File mode changed.

0 commit comments

Comments
Β (0)