Skip to content

Commit 7a45a2d

Browse files
committed
ci: regenerated with OpenAPI Doc prealpha, Speakeay CLI 1.47.0
1 parent aeed9e1 commit 7a45a2d

124 files changed

Lines changed: 1585 additions & 499 deletions

File tree

Some content is hidden

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

expenses/README.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -37,39 +37,39 @@ if res.company_configuration is not None:
3737
## Available Resources and Operations
3838

3939

40-
### [configuration](docs/configuration/README.md)
40+
### [configuration](docs/sdks/configuration/README.md)
4141

42-
* [get_company_configuration](docs/configuration/README.md#get_company_configuration) - Get company configuration
43-
* [save_company_configuration](docs/configuration/README.md#save_company_configuration) - Set company configuration
42+
* [get_company_configuration](docs/sdks/configuration/README.md#get_company_configuration) - Get company configuration
43+
* [save_company_configuration](docs/sdks/configuration/README.md#save_company_configuration) - Set company configuration
4444

45-
### [connections](docs/connections/README.md)
45+
### [connections](docs/sdks/connections/README.md)
4646

47-
* [create_partner_expense_connection](docs/connections/README.md#create_partner_expense_connection) - Create Partner Expense connection
47+
* [create_partner_expense_connection](docs/sdks/connections/README.md#create_partner_expense_connection) - Create Partner Expense connection
4848

49-
### [expenses](docs/expenses/README.md)
49+
### [expenses](docs/sdks/expenses/README.md)
5050

51-
* [create_expense_dataset](docs/expenses/README.md#create_expense_dataset) - Create expense-transactions
52-
* [upload_attachment](docs/expenses/README.md#upload_attachment) - Upload attachment
51+
* [create_expense_dataset](docs/sdks/expenses/README.md#create_expense_dataset) - Create expense-transactions
52+
* [upload_attachment](docs/sdks/expenses/README.md#upload_attachment) - Upload attachment
5353

54-
### [mapping_options](docs/mappingoptions/README.md)
54+
### [mapping_options](docs/sdks/mappingoptions/README.md)
5555

56-
* [get_mapping_options](docs/mappingoptions/README.md#get_mapping_options) - Mapping options
56+
* [get_mapping_options](docs/sdks/mappingoptions/README.md#get_mapping_options) - Mapping options
5757

58-
### [sync](docs/sync/README.md)
58+
### [sync](docs/sdks/sync/README.md)
5959

60-
* [intiate_sync](docs/sync/README.md#intiate_sync) - Initiate sync
60+
* [intiate_sync](docs/sdks/sync/README.md#intiate_sync) - Initiate sync
6161

62-
### [sync_status](docs/syncstatus/README.md)
62+
### [sync_status](docs/sdks/syncstatus/README.md)
6363

64-
* [get_last_successful_sync](docs/syncstatus/README.md#get_last_successful_sync) - Last successful sync
65-
* [get_latest_sync](docs/syncstatus/README.md#get_latest_sync) - Latest sync status
66-
* [get_sync_by_id](docs/syncstatus/README.md#get_sync_by_id) - Get Sync status
67-
* [list_syncs](docs/syncstatus/README.md#list_syncs) - List sync statuses
64+
* [get_last_successful_sync](docs/sdks/syncstatus/README.md#get_last_successful_sync) - Last successful sync
65+
* [get_latest_sync](docs/sdks/syncstatus/README.md#get_latest_sync) - Latest sync status
66+
* [get_sync_by_id](docs/sdks/syncstatus/README.md#get_sync_by_id) - Get Sync status
67+
* [list_syncs](docs/sdks/syncstatus/README.md#list_syncs) - List sync statuses
6868

69-
### [transaction_status](docs/transactionstatus/README.md)
69+
### [transaction_status](docs/sdks/transactionstatus/README.md)
7070

71-
* [get_sync_transaction](docs/transactionstatus/README.md#get_sync_transaction) - Get Sync Transaction
72-
* [list_sync_transactions](docs/transactionstatus/README.md#list_sync_transactions) - Get Sync transactions
71+
* [get_sync_transaction](docs/sdks/transactionstatus/README.md#get_sync_transaction) - Get Sync Transaction
72+
* [list_sync_transactions](docs/sdks/transactionstatus/README.md#list_sync_transactions) - Get Sync transactions
7373
<!-- End SDK Available Operations -->
7474

7575
### SDK Generated by [Speakeasy](https://docs.speakeasyapi.dev/docs/using-speakeasy/client-sdks)

expenses/RELEASES.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,4 +470,12 @@ Based on:
470470
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
471471
- Speakeasy CLI 1.45.2 (2.37.2) https://github.com/speakeasy-api/speakeasy
472472
### Releases
473-
- [PyPI v0.24.1] https://pypi.org/project/codat-sync-for-expenses/0.24.1 - expenses
473+
- [PyPI v0.24.1] https://pypi.org/project/codat-sync-for-expenses/0.24.1 - expenses
474+
475+
## 2023-06-10 00:14:32
476+
### Changes
477+
Based on:
478+
- OpenAPI Doc prealpha https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Expenses.yaml
479+
- Speakeasy CLI 1.47.0 (2.39.0) https://github.com/speakeasy-api/speakeasy
480+
### Releases
481+
- [PyPI v0.25.0] https://pypi.org/project/codat-sync-for-expenses/0.25.0 - expenses

expenses/docs/configuration/README.md

Lines changed: 0 additions & 73 deletions
This file was deleted.

expenses/docs/connections/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

expenses/docs/mappingoptions/README.md

Lines changed: 0 additions & 35 deletions
This file was deleted.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# CreateExpenseDatasetRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------ |
8+
| `create_expense_request` | [Optional[shared.CreateExpenseRequest]](../../models/shared/createexpenserequest.md) | :heavy_minus_sign: | N/A | |
9+
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CreateExpenseDatasetResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `create_expense_response` | [Optional[shared.CreateExpenseResponse]](../../models/shared/createexpenseresponse.md) | :heavy_minus_sign: | OK |
10+
| `status_code` | *int* | :heavy_check_mark: | N/A |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
12+
| `schema` | [Optional[shared.Schema]](../../models/shared/schema.md) | :heavy_minus_sign: | The request made is not valid. |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# CreatePartnerExpenseConnectionRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
8+
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# CreatePartnerExpenseConnectionResponse
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description |
7+
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
8+
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `data_connection` | [Optional[shared.DataConnection]](../../models/shared/dataconnection.md) | :heavy_minus_sign: | Success |
10+
| `status_code` | *int* | :heavy_check_mark: | N/A |
11+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |
12+
| `schema` | [Optional[shared.Schema]](../../models/shared/schema.md) | :heavy_minus_sign: | The request made is not valid. |
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# GetCompanyConfigurationRequest
2+
3+
4+
## Fields
5+
6+
| Field | Type | Required | Description | Example |
7+
| ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ | ------------------------------------ |
8+
| `company_id` | *str* | :heavy_check_mark: | N/A | 8a210b68-6988-11ed-a1eb-0242ac120002 |

0 commit comments

Comments
 (0)