Skip to content

Commit b8e7832

Browse files
authored
Merge pull request #38 from mxenabled/openapi-generator-0.12.0
Generated version 0.12.0
2 parents 83abf6c + 0137d27 commit b8e7832

19 files changed

+1967
-21
lines changed

.openapi-generator/FILES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ docs/TaggingUpdateRequest.md
9494
docs/TaggingUpdateRequestBody.md
9595
docs/TaggingsResponseBody.md
9696
docs/TagsResponseBody.md
97+
docs/TaxDocumentResponse.md
98+
docs/TaxDocumentResponseBody.md
99+
docs/TaxDocumentsResponseBody.md
97100
docs/TransactionResponse.md
98101
docs/TransactionResponseBody.md
99102
docs/TransactionRuleCreateRequest.md
@@ -218,6 +221,9 @@ mx_platform_python/model/tagging_update_request.py
218221
mx_platform_python/model/tagging_update_request_body.py
219222
mx_platform_python/model/taggings_response_body.py
220223
mx_platform_python/model/tags_response_body.py
224+
mx_platform_python/model/tax_document_response.py
225+
mx_platform_python/model/tax_document_response_body.py
226+
mx_platform_python/model/tax_documents_response_body.py
221227
mx_platform_python/model/transaction_response.py
222228
mx_platform_python/model/transaction_response_body.py
223229
mx_platform_python/model/transaction_rule_create_request.py
@@ -343,6 +349,9 @@ test/test_tagging_update_request.py
343349
test/test_tagging_update_request_body.py
344350
test/test_taggings_response_body.py
345351
test/test_tags_response_body.py
352+
test/test_tax_document_response.py
353+
test/test_tax_document_response_body.py
354+
test/test_tax_documents_response_body.py
346355
test/test_transaction_response.py
347356
test/test_transaction_response_body.py
348357
test/test_transaction_rule_create_request.py

docs/MxPlatformApi.md

Lines changed: 340 additions & 0 deletions
Large diffs are not rendered by default.

docs/TaxDocumentResponse.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# TaxDocumentResponse
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**content_hash** | **str, none_type** | | [optional]
8+
**created_at** | **str, none_type** | | [optional]
9+
**document_type** | **str, none_type** | | [optional]
10+
**guid** | **str, none_type** | | [optional]
11+
**issued_on** | **str, none_type** | | [optional]
12+
**member_guid** | **str, none_type** | | [optional]
13+
**tax_year** | **str, none_type** | | [optional]
14+
**updated_at** | **str, none_type** | | [optional]
15+
**uri** | **str, none_type** | | [optional]
16+
**user_guid** | **str, none_type** | | [optional]
17+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
18+
19+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
20+
21+

docs/TaxDocumentResponseBody.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# TaxDocumentResponseBody
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**tax_document** | [**TaxDocumentResponse**](TaxDocumentResponse.md) | | [optional]
8+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+
12+

docs/TaxDocumentsResponseBody.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# TaxDocumentsResponseBody
2+
3+
4+
## Properties
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**pagination** | [**PaginationResponse**](PaginationResponse.md) | | [optional]
8+
**tax_documents** | [**[TaxDocumentResponse]**](TaxDocumentResponse.md) | | [optional]
9+
**any string name** | **bool, date, datetime, dict, float, int, list, str, none_type** | any string name can be used but the value must be the correct type | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+
13+

mx_platform_python/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"""
1111

1212

13-
__version__ = "0.11.0"
13+
__version__ = "0.12.0"
1414

1515
# import ApiClient
1616
from mx_platform_python.api_client import ApiClient

0 commit comments

Comments
 (0)