Skip to content

Commit fa497c3

Browse files
authored
Merge pull request #250 from codatio/speakeasy-sdk-regen-1693587537
chore: speakeasy sdk regeneration - Generate Assess library
2 parents 837f636 + 912e06e commit fa497c3

File tree

185 files changed

+972
-2614
lines changed

Some content is hidden

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

185 files changed

+972
-2614
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/assess/RELEASES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,4 +582,14 @@ Based on:
582582
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
583583
- Speakeasy CLI 1.53.0 (2.58.0) https://github.com/speakeasy-api/speakeasy
584584
### Releases
585-
- [PyPI v0.31.1] https://pypi.org/project/codat-assess/0.31.1 - assess
585+
- [PyPI v0.31.1] https://pypi.org/project/codat-assess/0.31.1 - assess
586+
587+
## 2023-09-01 16:58:53
588+
### Changes
589+
Based on:
590+
- OpenAPI Doc 1.0 https://raw.githubusercontent.com/codatio/oas/main/yaml/Codat-Assess.yaml
591+
- Speakeasy CLI 1.77.1 (2.91.4) https://github.com/speakeasy-api/speakeasy
592+
### Generated
593+
- [python v0.1.0] previous-versions/assess
594+
### Releases
595+
- [PyPI v0.1.0] https://pypi.org/project/codat-assess/0.1.0 - previous-versions/assess

previous-versions/assess/USAGE.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
11
<!-- Start SDK Example Usage -->
2+
3+
24
```python
35
import codatassess
4-
from codatassess.models import operations
6+
from codatassess.models import operations, shared
57

68
s = codatassess.CodatAssess(
79
security=shared.Security(
810
auth_header="Basic BASE_64_ENCODED(API_KEY)",
911
),
1012
)
1113

12-
req = operations.GetAccountCategoryRequest(
13-
account_id='corrupti',
14+
req = operations.ListDataTypeDataIntegrityDetailsRequest(
1415
company_id='8a210b68-6988-11ed-a1eb-0242ac120002',
15-
connection_id='2e9d2c44-f675-40ba-8049-353bfcb5e171',
16+
data_type=shared.DataIntegrityDataType.BANKING_ACCOUNTS,
17+
order_by='-modifiedDate',
18+
page=1,
19+
page_size=100,
20+
query='corrupti',
1621
)
1722

18-
res = s.categories.get_account_category(req)
23+
res = s.data_integrity.details(req)
1924

20-
if res.categorised_account is not None:
25+
if res.details is not None:
2126
# handle response
2227
```
2328
<!-- End SDK Example Usage -->

previous-versions/assess/docs/models/operations/generateexcelreportresponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
88
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
910
| `excel_status` | [Optional[shared.ExcelStatus]](../../models/shared/excelstatus.md) | :heavy_minus_sign: | OK |
1011
| `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: | Your API request was not properly authorized. |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |

previous-versions/assess/docs/models/operations/getaccountcategoryrequest.md

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

previous-versions/assess/docs/models/operations/getaccountcategoryresponse.md

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

previous-versions/assess/docs/models/operations/getaccountingmarketingmetricsresponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
| Field | Type | Required | Description |
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
88
| `content_type` | *str* | :heavy_check_mark: | N/A |
9+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
910
| `report` | [Optional[shared.Report]](../../models/shared/report.md) | :heavy_minus_sign: | OK |
1011
| `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: | Your API request was not properly authorized. |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |

previous-versions/assess/docs/models/operations/getaccountsforenhancedbalancesheetresponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
88
| `content_type` | *str* | :heavy_check_mark: | N/A |
99
| `enhanced_report` | [Optional[shared.EnhancedReport]](../../models/shared/enhancedreport.md) | :heavy_minus_sign: | OK |
10+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
1011
| `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: | Your API request was not properly authorized. |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |

previous-versions/assess/docs/models/operations/getaccountsforenhancedprofitandlossresponse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
88
| `content_type` | *str* | :heavy_check_mark: | N/A |
99
| `enhanced_report` | [Optional[shared.EnhancedReport]](../../models/shared/enhancedreport.md) | :heavy_minus_sign: | OK |
10+
| `error_message` | [Optional[shared.ErrorMessage]](../../models/shared/errormessage.md) | :heavy_minus_sign: | Your API request was not properly authorized. |
1011
| `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: | Your API request was not properly authorized. |
12+
| `raw_response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_minus_sign: | N/A |

0 commit comments

Comments
 (0)