Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating SDK to 2.0.20 #75

Merged
merged 2 commits into from
May 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,3 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_company_plan_usage.py
test/test_fatture_in_cloud_plan_type.py
test/test_get_company_plan_usage_response.py
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.3.0
7.6.0
786 changes: 393 additions & 393 deletions README.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/ArchiveDocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ json = "{}"
# create an instance of ArchiveDocument from a JSON string
archive_document_instance = ArchiveDocument.from_json(json)
# print the JSON string representation of the object
print ArchiveDocument.to_json()
print(ArchiveDocument.to_json())

# convert the object into a dict
archive_document_dict = archive_document_instance.to_dict()
# create an instance of ArchiveDocument from a dict
archive_document_form_dict = archive_document.from_dict(archive_document_dict)
archive_document_from_dict = ArchiveDocument.from_dict(archive_document_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/AttachmentData.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ json = "{}"
# create an instance of AttachmentData from a JSON string
attachment_data_instance = AttachmentData.from_json(json)
# print the JSON string representation of the object
print AttachmentData.to_json()
print(AttachmentData.to_json())

# convert the object into a dict
attachment_data_dict = attachment_data_instance.to_dict()
# create an instance of AttachmentData from a dict
attachment_data_form_dict = attachment_data.from_dict(attachment_data_dict)
attachment_data_from_dict = AttachmentData.from_dict(attachment_data_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CashbookEntry.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ json = "{}"
# create an instance of CashbookEntry from a JSON string
cashbook_entry_instance = CashbookEntry.from_json(json)
# print the JSON string representation of the object
print CashbookEntry.to_json()
print(CashbookEntry.to_json())

# convert the object into a dict
cashbook_entry_dict = cashbook_entry_instance.to_dict()
# create an instance of CashbookEntry from a dict
cashbook_entry_form_dict = cashbook_entry.from_dict(cashbook_entry_dict)
cashbook_entry_from_dict = CashbookEntry.from_dict(cashbook_entry_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CashbookEntryDocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ json = "{}"
# create an instance of CashbookEntryDocument from a JSON string
cashbook_entry_document_instance = CashbookEntryDocument.from_json(json)
# print the JSON string representation of the object
print CashbookEntryDocument.to_json()
print(CashbookEntryDocument.to_json())

# convert the object into a dict
cashbook_entry_document_dict = cashbook_entry_document_instance.to_dict()
# create an instance of CashbookEntryDocument from a dict
cashbook_entry_document_form_dict = cashbook_entry_document.from_dict(cashbook_entry_document_dict)
cashbook_entry_document_from_dict = CashbookEntryDocument.from_dict(cashbook_entry_document_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/City.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ json = "{}"
# create an instance of City from a JSON string
city_instance = City.from_json(json)
# print the JSON string representation of the object
print City.to_json()
print(City.to_json())

# convert the object into a dict
city_dict = city_instance.to_dict()
# create an instance of City from a dict
city_form_dict = city.from_dict(city_dict)
city_from_dict = City.from_dict(city_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/Client.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@ json = "{}"
# create an instance of Client from a JSON string
client_instance = Client.from_json(json)
# print the JSON string representation of the object
print Client.to_json()
print(Client.to_json())

# convert the object into a dict
client_dict = client_instance.to_dict()
# create an instance of Client from a dict
client_form_dict = client.from_dict(client_dict)
client_from_dict = Client.from_dict(client_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
5 changes: 3 additions & 2 deletions docs/Company.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Name | Type | Description | Notes
**fic_plan** | [**FattureInCloudPlanType**](FattureInCloudPlanType.md) | | [optional]
**connection_id** | **int** | Company connection id | [optional]
**tax_code** | **str** | Company tax code | [optional]
**vat_number** | **str** | Company vat number | [optional]

## Example

Expand All @@ -25,12 +26,12 @@ json = "{}"
# create an instance of Company from a JSON string
company_instance = Company.from_json(json)
# print the JSON string representation of the object
print Company.to_json()
print(Company.to_json())

# convert the object into a dict
company_dict = company_instance.to_dict()
# create an instance of Company from a dict
company_form_dict = company.from_dict(company_dict)
company_from_dict = Company.from_dict(company_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CompanyInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ json = "{}"
# create an instance of CompanyInfo from a JSON string
company_info_instance = CompanyInfo.from_json(json)
# print the JSON string representation of the object
print CompanyInfo.to_json()
print(CompanyInfo.to_json())

# convert the object into a dict
company_info_dict = company_info_instance.to_dict()
# create an instance of CompanyInfo from a dict
company_info_form_dict = company_info.from_dict(company_info_dict)
company_info_from_dict = CompanyInfo.from_dict(company_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CompanyInfoAccessInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ json = "{}"
# create an instance of CompanyInfoAccessInfo from a JSON string
company_info_access_info_instance = CompanyInfoAccessInfo.from_json(json)
# print the JSON string representation of the object
print CompanyInfoAccessInfo.to_json()
print(CompanyInfoAccessInfo.to_json())

# convert the object into a dict
company_info_access_info_dict = company_info_access_info_instance.to_dict()
# create an instance of CompanyInfoAccessInfo from a dict
company_info_access_info_form_dict = company_info_access_info.from_dict(company_info_access_info_dict)
company_info_access_info_from_dict = CompanyInfoAccessInfo.from_dict(company_info_access_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CompanyInfoPlanInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ json = "{}"
# create an instance of CompanyInfoPlanInfo from a JSON string
company_info_plan_info_instance = CompanyInfoPlanInfo.from_json(json)
# print the JSON string representation of the object
print CompanyInfoPlanInfo.to_json()
print(CompanyInfoPlanInfo.to_json())

# convert the object into a dict
company_info_plan_info_dict = company_info_plan_info_instance.to_dict()
# create an instance of CompanyInfoPlanInfo from a dict
company_info_plan_info_form_dict = company_info_plan_info.from_dict(company_info_plan_info_dict)
company_info_plan_info_from_dict = CompanyInfoPlanInfo.from_dict(company_info_plan_info_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CompanyInfoPlanInfoFunctions.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ json = "{}"
# create an instance of CompanyInfoPlanInfoFunctions from a JSON string
company_info_plan_info_functions_instance = CompanyInfoPlanInfoFunctions.from_json(json)
# print the JSON string representation of the object
print CompanyInfoPlanInfoFunctions.to_json()
print(CompanyInfoPlanInfoFunctions.to_json())

# convert the object into a dict
company_info_plan_info_functions_dict = company_info_plan_info_functions_instance.to_dict()
# create an instance of CompanyInfoPlanInfoFunctions from a dict
company_info_plan_info_functions_form_dict = company_info_plan_info_functions.from_dict(company_info_plan_info_functions_dict)
company_info_plan_info_functions_from_dict = CompanyInfoPlanInfoFunctions.from_dict(company_info_plan_info_functions_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CompanyInfoPlanInfoFunctionsStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ json = "{}"
# create an instance of CompanyInfoPlanInfoFunctionsStatus from a JSON string
company_info_plan_info_functions_status_instance = CompanyInfoPlanInfoFunctionsStatus.from_json(json)
# print the JSON string representation of the object
print CompanyInfoPlanInfoFunctionsStatus.to_json()
print(CompanyInfoPlanInfoFunctionsStatus.to_json())

# convert the object into a dict
company_info_plan_info_functions_status_dict = company_info_plan_info_functions_status_instance.to_dict()
# create an instance of CompanyInfoPlanInfoFunctionsStatus from a dict
company_info_plan_info_functions_status_form_dict = company_info_plan_info_functions_status.from_dict(company_info_plan_info_functions_status_dict)
company_info_plan_info_functions_status_from_dict = CompanyInfoPlanInfoFunctionsStatus.from_dict(company_info_plan_info_functions_status_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CompanyInfoPlanInfoLimits.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ json = "{}"
# create an instance of CompanyInfoPlanInfoLimits from a JSON string
company_info_plan_info_limits_instance = CompanyInfoPlanInfoLimits.from_json(json)
# print the JSON string representation of the object
print CompanyInfoPlanInfoLimits.to_json()
print(CompanyInfoPlanInfoLimits.to_json())

# convert the object into a dict
company_info_plan_info_limits_dict = company_info_plan_info_limits_instance.to_dict()
# create an instance of CompanyInfoPlanInfoLimits from a dict
company_info_plan_info_limits_form_dict = company_info_plan_info_limits.from_dict(company_info_plan_info_limits_dict)
company_info_plan_info_limits_from_dict = CompanyInfoPlanInfoLimits.from_dict(company_info_plan_info_limits_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CompanyPlanUsage.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ json = "{}"
# create an instance of CompanyPlanUsage from a JSON string
company_plan_usage_instance = CompanyPlanUsage.from_json(json)
# print the JSON string representation of the object
print CompanyPlanUsage.to_json()
print(CompanyPlanUsage.to_json())

# convert the object into a dict
company_plan_usage_dict = company_plan_usage_instance.to_dict()
# create an instance of CompanyPlanUsage from a dict
company_plan_usage_form_dict = company_plan_usage.from_dict(company_plan_usage_dict)
company_plan_usage_from_dict = CompanyPlanUsage.from_dict(company_plan_usage_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/ControlledCompany.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ json = "{}"
# create an instance of ControlledCompany from a JSON string
controlled_company_instance = ControlledCompany.from_json(json)
# print the JSON string representation of the object
print ControlledCompany.to_json()
print(ControlledCompany.to_json())

# convert the object into a dict
controlled_company_dict = controlled_company_instance.to_dict()
# create an instance of ControlledCompany from a dict
controlled_company_form_dict = controlled_company.from_dict(controlled_company_dict)
controlled_company_from_dict = ControlledCompany.from_dict(controlled_company_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CreateArchiveDocumentRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateArchiveDocumentRequest from a JSON string
create_archive_document_request_instance = CreateArchiveDocumentRequest.from_json(json)
# print the JSON string representation of the object
print CreateArchiveDocumentRequest.to_json()
print(CreateArchiveDocumentRequest.to_json())

# convert the object into a dict
create_archive_document_request_dict = create_archive_document_request_instance.to_dict()
# create an instance of CreateArchiveDocumentRequest from a dict
create_archive_document_request_form_dict = create_archive_document_request.from_dict(create_archive_document_request_dict)
create_archive_document_request_from_dict = CreateArchiveDocumentRequest.from_dict(create_archive_document_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CreateArchiveDocumentResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateArchiveDocumentResponse from a JSON string
create_archive_document_response_instance = CreateArchiveDocumentResponse.from_json(json)
# print the JSON string representation of the object
print CreateArchiveDocumentResponse.to_json()
print(CreateArchiveDocumentResponse.to_json())

# convert the object into a dict
create_archive_document_response_dict = create_archive_document_response_instance.to_dict()
# create an instance of CreateArchiveDocumentResponse from a dict
create_archive_document_response_form_dict = create_archive_document_response.from_dict(create_archive_document_response_dict)
create_archive_document_response_from_dict = CreateArchiveDocumentResponse.from_dict(create_archive_document_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CreateCashbookEntryRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateCashbookEntryRequest from a JSON string
create_cashbook_entry_request_instance = CreateCashbookEntryRequest.from_json(json)
# print the JSON string representation of the object
print CreateCashbookEntryRequest.to_json()
print(CreateCashbookEntryRequest.to_json())

# convert the object into a dict
create_cashbook_entry_request_dict = create_cashbook_entry_request_instance.to_dict()
# create an instance of CreateCashbookEntryRequest from a dict
create_cashbook_entry_request_form_dict = create_cashbook_entry_request.from_dict(create_cashbook_entry_request_dict)
create_cashbook_entry_request_from_dict = CreateCashbookEntryRequest.from_dict(create_cashbook_entry_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CreateCashbookEntryResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateCashbookEntryResponse from a JSON string
create_cashbook_entry_response_instance = CreateCashbookEntryResponse.from_json(json)
# print the JSON string representation of the object
print CreateCashbookEntryResponse.to_json()
print(CreateCashbookEntryResponse.to_json())

# convert the object into a dict
create_cashbook_entry_response_dict = create_cashbook_entry_response_instance.to_dict()
# create an instance of CreateCashbookEntryResponse from a dict
create_cashbook_entry_response_form_dict = create_cashbook_entry_response.from_dict(create_cashbook_entry_response_dict)
create_cashbook_entry_response_from_dict = CreateCashbookEntryResponse.from_dict(create_cashbook_entry_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CreateClientRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateClientRequest from a JSON string
create_client_request_instance = CreateClientRequest.from_json(json)
# print the JSON string representation of the object
print CreateClientRequest.to_json()
print(CreateClientRequest.to_json())

# convert the object into a dict
create_client_request_dict = create_client_request_instance.to_dict()
# create an instance of CreateClientRequest from a dict
create_client_request_form_dict = create_client_request.from_dict(create_client_request_dict)
create_client_request_from_dict = CreateClientRequest.from_dict(create_client_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CreateClientResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ json = "{}"
# create an instance of CreateClientResponse from a JSON string
create_client_response_instance = CreateClientResponse.from_json(json)
# print the JSON string representation of the object
print CreateClientResponse.to_json()
print(CreateClientResponse.to_json())

# convert the object into a dict
create_client_response_dict = create_client_response_instance.to_dict()
# create an instance of CreateClientResponse from a dict
create_client_response_form_dict = create_client_response.from_dict(create_client_response_dict)
create_client_response_from_dict = CreateClientResponse.from_dict(create_client_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CreateF24Request.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateF24Request from a JSON string
create_f24_request_instance = CreateF24Request.from_json(json)
# print the JSON string representation of the object
print CreateF24Request.to_json()
print(CreateF24Request.to_json())

# convert the object into a dict
create_f24_request_dict = create_f24_request_instance.to_dict()
# create an instance of CreateF24Request from a dict
create_f24_request_form_dict = create_f24_request.from_dict(create_f24_request_dict)
create_f24_request_from_dict = CreateF24Request.from_dict(create_f24_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CreateF24Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateF24Response from a JSON string
create_f24_response_instance = CreateF24Response.from_json(json)
# print the JSON string representation of the object
print CreateF24Response.to_json()
print(CreateF24Response.to_json())

# convert the object into a dict
create_f24_response_dict = create_f24_response_instance.to_dict()
# create an instance of CreateF24Response from a dict
create_f24_response_form_dict = create_f24_response.from_dict(create_f24_response_dict)
create_f24_response_from_dict = CreateF24Response.from_dict(create_f24_response_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
4 changes: 2 additions & 2 deletions docs/CreateIssuedDocumentRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ json = "{}"
# create an instance of CreateIssuedDocumentRequest from a JSON string
create_issued_document_request_instance = CreateIssuedDocumentRequest.from_json(json)
# print the JSON string representation of the object
print CreateIssuedDocumentRequest.to_json()
print(CreateIssuedDocumentRequest.to_json())

# convert the object into a dict
create_issued_document_request_dict = create_issued_document_request_instance.to_dict()
# create an instance of CreateIssuedDocumentRequest from a dict
create_issued_document_request_form_dict = create_issued_document_request.from_dict(create_issued_document_request_dict)
create_issued_document_request_from_dict = CreateIssuedDocumentRequest.from_dict(create_issued_document_request_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)

Expand Down
Loading
Loading