From e3c7e89b2363f22f6382fbe81d44e1aa45df5a4a Mon Sep 17 00:00:00 2001 From: fattureincloud-bot Date: Mon, 11 Dec 2023 13:42:53 +0000 Subject: [PATCH] chore: bumping version to 2.0.18 --- README.md | 4 +- fattureincloud_python_sdk/__init__.py | 4 +- fattureincloud_python_sdk/api/archive_api.py | 2 +- fattureincloud_python_sdk/api/cashbook_api.py | 2 +- fattureincloud_python_sdk/api/clients_api.py | 2 +- .../api/companies_api.py | 2 +- fattureincloud_python_sdk/api/emails_api.py | 2 +- fattureincloud_python_sdk/api/info_api.py | 2 +- .../api/issued_documents_api.py | 2 +- .../api/issued_e_invoices_api.py | 2 +- fattureincloud_python_sdk/api/products_api.py | 2 +- fattureincloud_python_sdk/api/receipts_api.py | 2 +- .../api/received_documents_api.py | 2 +- fattureincloud_python_sdk/api/settings_api.py | 2 +- .../api/suppliers_api.py | 2 +- fattureincloud_python_sdk/api/taxes_api.py | 2 +- fattureincloud_python_sdk/api/user_api.py | 2 +- fattureincloud_python_sdk/api/webhooks_api.py | 2 +- fattureincloud_python_sdk/api_client.py | 4 +- fattureincloud_python_sdk/configuration.py | 6 +- fattureincloud_python_sdk/exceptions.py | 2 +- fattureincloud_python_sdk/models/__init__.py | 2 +- .../models/archive_document.py | 2 +- .../models/attachment_data.py | 2 +- .../models/cashbook_entry.py | 2 +- .../models/cashbook_entry_document.py | 2 +- .../models/cashbook_entry_kind.py | 2 +- .../models/cashbook_entry_type.py | 2 +- fattureincloud_python_sdk/models/city.py | 2 +- fattureincloud_python_sdk/models/client.py | 2 +- .../models/client_type.py | 2 +- fattureincloud_python_sdk/models/company.py | 2 +- .../models/company_info.py | 2 +- .../models/company_info_access_info.py | 2 +- .../models/company_info_plan_info.py | 2 +- .../company_info_plan_info_functions.py | 2 +- ...company_info_plan_info_functions_status.py | 2 +- .../models/company_info_plan_info_limits.py | 2 +- .../models/company_type.py | 2 +- .../models/controlled_company.py | 2 +- .../models/create_archive_document_request.py | 2 +- .../create_archive_document_response.py | 2 +- .../models/create_cashbook_entry_request.py | 2 +- .../models/create_cashbook_entry_response.py | 2 +- .../models/create_client_request.py | 2 +- .../models/create_client_response.py | 2 +- .../models/create_f24_request.py | 2 +- .../models/create_f24_response.py | 2 +- .../models/create_issued_document_request.py | 2 +- .../models/create_issued_document_response.py | 2 +- .../models/create_payment_account_request.py | 2 +- .../models/create_payment_account_response.py | 2 +- .../models/create_payment_method_request.py | 2 +- .../models/create_payment_method_response.py | 2 +- .../models/create_product_request.py | 2 +- .../models/create_product_response.py | 2 +- .../models/create_receipt_request.py | 2 +- .../models/create_receipt_response.py | 2 +- .../create_received_document_request.py | 2 +- .../create_received_document_response.py | 2 +- .../models/create_supplier_request.py | 2 +- .../models/create_supplier_response.py | 2 +- .../models/create_vat_type_request.py | 2 +- .../models/create_vat_type_response.py | 2 +- .../create_webhooks_subscription_request.py | 2 +- .../create_webhooks_subscription_response.py | 2 +- fattureincloud_python_sdk/models/currency.py | 2 +- .../models/detailed_country.py | 2 +- .../models/document_template.py | 2 +- .../models/e_invoice_rejection_reason.py | 2 +- fattureincloud_python_sdk/models/email.py | 2 +- .../models/email_attachment.py | 2 +- .../models/email_data.py | 2 +- .../models/email_data_default_sender_email.py | 2 +- .../models/email_recipient_status.py | 2 +- .../models/email_schedule.py | 2 +- .../models/email_schedule_include.py | 2 +- .../models/email_status.py | 2 +- fattureincloud_python_sdk/models/entity.py | 2 +- .../models/entity_type.py | 2 +- .../models/event_type.py | 133 ++++++++++-------- fattureincloud_python_sdk/models/f24.py | 2 +- .../models/f24_status.py | 2 +- .../models/function_status.py | 2 +- .../models/get_archive_document_response.py | 2 +- .../models/get_cashbook_entry_response.py | 2 +- .../models/get_client_response.py | 2 +- .../models/get_company_info_response.py | 2 +- ...get_e_invoice_rejection_reason_response.py | 2 +- .../models/get_email_data_response.py | 2 +- ...existing_issued_document_totals_request.py | 2 +- ...xisting_issued_document_totals_response.py | 2 +- ...isting_received_document_totals_request.py | 2 +- ...sting_received_document_totals_response.py | 2 +- .../models/get_f24_response.py | 2 +- ...ssued_document_pre_create_info_response.py | 2 +- .../models/get_issued_document_response.py | 2 +- .../get_new_issued_document_totals_request.py | 2 +- ...get_new_issued_document_totals_response.py | 2 +- ...et_new_received_document_totals_request.py | 2 +- ...t_new_received_document_totals_response.py | 2 +- .../models/get_payment_account_response.py | 2 +- .../models/get_payment_method_response.py | 2 +- .../models/get_product_response.py | 2 +- .../get_receipt_pre_create_info_response.py | 2 +- .../models/get_receipt_response.py | 2 +- .../get_receipts_monthly_totals_response.py | 2 +- ...eived_document_pre_create_info_response.py | 2 +- .../models/get_received_document_response.py | 2 +- .../models/get_supplier_response.py | 2 +- .../models/get_user_info_response.py | 2 +- ..._info_response_email_confirmation_state.py | 2 +- .../models/get_user_info_response_info.py | 2 +- .../models/get_vat_type_response.py | 2 +- .../get_webhooks_subscription_response.py | 2 +- .../models/issued_document.py | 2 +- .../models/issued_document_ei_data.py | 2 +- .../models/issued_document_extra_data.py | 2 +- .../models/issued_document_items_list_item.py | 2 +- .../models/issued_document_options.py | 2 +- .../issued_document_payments_list_item.py | 2 +- ...cument_payments_list_item_payment_terms.py | 2 +- .../models/issued_document_pre_create_info.py | 2 +- ...document_pre_create_info_default_values.py | 2 +- ...e_create_info_extra_data_default_values.py | 2 +- ...nt_pre_create_info_items_default_values.py | 2 +- .../models/issued_document_status.py | 2 +- .../models/issued_document_totals.py | 4 +- .../models/issued_document_type.py | 2 +- .../models/join_issued_documents_response.py | 2 +- fattureincloud_python_sdk/models/language.py | 2 +- .../list_archive_categories_response.py | 2 +- .../models/list_archive_documents_response.py | 2 +- .../list_archive_documents_response_page.py | 2 +- .../models/list_cashbook_entries_response.py | 2 +- .../models/list_cities_response.py | 2 +- .../models/list_clients_response.py | 2 +- .../models/list_clients_response_page.py | 2 +- .../models/list_cost_centers_response.py | 2 +- .../models/list_countries_response.py | 2 +- .../models/list_currencies_response.py | 2 +- ...delivery_notes_default_causals_response.py | 2 +- .../list_detailed_countries_response.py | 2 +- .../models/list_emails_response.py | 2 +- .../models/list_emails_response_page.py | 2 +- .../models/list_f24_response.py | 2 +- .../list_f24_response_aggregated_data.py | 2 +- .../models/list_f24_response_aggregation.py | 2 +- .../models/list_f24_response_page.py | 2 +- .../models/list_issued_documents_response.py | 2 +- .../list_issued_documents_response_page.py | 2 +- .../models/list_languages_response.py | 2 +- .../models/list_payment_accounts_response.py | 2 +- .../models/list_payment_methods_response.py | 2 +- .../list_product_categories_response.py | 2 +- .../models/list_products_response.py | 2 +- .../models/list_products_response_page.py | 2 +- .../models/list_receipts_response.py | 2 +- .../models/list_receipts_response_page.py | 2 +- ...t_received_document_categories_response.py | 2 +- .../list_received_documents_response.py | 2 +- .../list_received_documents_response_page.py | 2 +- .../models/list_revenue_centers_response.py | 2 +- .../models/list_suppliers_response.py | 2 +- .../models/list_suppliers_response_page.py | 2 +- .../models/list_templates_response.py | 2 +- .../models/list_units_of_measure_response.py | 2 +- .../models/list_user_companies_response.py | 2 +- .../list_user_companies_response_data.py | 2 +- .../models/list_vat_types_response.py | 2 +- .../list_webhooks_subscriptions_response.py | 2 +- .../models/modify_archive_document_request.py | 2 +- .../modify_archive_document_response.py | 2 +- .../models/modify_cashbook_entry_request.py | 2 +- .../models/modify_cashbook_entry_response.py | 2 +- .../models/modify_client_request.py | 2 +- .../models/modify_client_response.py | 2 +- .../models/modify_f24_request.py | 2 +- .../models/modify_f24_response.py | 2 +- .../models/modify_issued_document_request.py | 2 +- .../models/modify_issued_document_response.py | 2 +- .../models/modify_payment_account_request.py | 2 +- .../models/modify_payment_account_response.py | 2 +- .../models/modify_payment_method_request.py | 2 +- .../models/modify_payment_method_response.py | 2 +- .../models/modify_product_request.py | 2 +- .../models/modify_product_response.py | 2 +- .../models/modify_receipt_request.py | 2 +- .../models/modify_receipt_response.py | 2 +- .../modify_received_document_request.py | 2 +- .../modify_received_document_response.py | 2 +- .../models/modify_supplier_request.py | 2 +- .../models/modify_supplier_response.py | 2 +- .../models/modify_vat_type_request.py | 2 +- .../models/modify_vat_type_response.py | 2 +- .../modify_webhooks_subscription_request.py | 2 +- .../modify_webhooks_subscription_response.py | 2 +- .../models/monthly_total.py | 2 +- .../models/original_document_type.py | 2 +- .../models/pagination.py | 2 +- .../models/payment_account.py | 2 +- .../models/payment_account_type.py | 2 +- .../models/payment_method.py | 2 +- .../models/payment_method_details.py | 2 +- .../models/payment_method_type.py | 2 +- .../models/payment_terms_type.py | 2 +- .../models/permission_level.py | 2 +- .../models/permissions.py | 2 +- ...rmissions_fic_issued_documents_detailed.py | 2 +- fattureincloud_python_sdk/models/product.py | 2 +- fattureincloud_python_sdk/models/receipt.py | 2 +- .../models/receipt_items_list_item.py | 2 +- .../models/receipt_pre_create_info.py | 2 +- .../models/receipt_type.py | 2 +- .../models/received_document.py | 2 +- .../models/received_document_info.py | 2 +- .../received_document_info_default_values.py | 2 +- ...ived_document_info_items_default_values.py | 2 +- .../received_document_items_list_item.py | 2 +- .../received_document_payments_list_item.py | 2 +- ...cument_payments_list_item_payment_terms.py | 2 +- .../models/received_document_totals.py | 2 +- .../models/received_document_type.py | 2 +- .../models/schedule_email_request.py | 2 +- .../models/send_e_invoice_request.py | 2 +- .../models/send_e_invoice_request_data.py | 2 +- .../models/send_e_invoice_request_options.py | 2 +- .../models/send_e_invoice_response.py | 2 +- .../models/send_e_invoice_response_data.py | 2 +- .../models/sender_email.py | 2 +- .../models/show_totals_mode.py | 2 +- fattureincloud_python_sdk/models/supplier.py | 2 +- .../models/supplier_type.py | 2 +- .../transform_issued_document_response.py | 2 +- .../upload_archive_attachment_response.py | 2 +- .../models/upload_f24_attachment_response.py | 2 +- ...oad_issued_document_attachment_response.py | 2 +- ...d_received_document_attachment_response.py | 2 +- fattureincloud_python_sdk/models/user.py | 2 +- .../models/user_company_role.py | 2 +- fattureincloud_python_sdk/models/vat_item.py | 2 +- fattureincloud_python_sdk/models/vat_kind.py | 2 +- fattureincloud_python_sdk/models/vat_type.py | 2 +- .../verify_e_invoice_xml_error_response.py | 2 +- ...rify_e_invoice_xml_error_response_error.py | 2 +- ..._error_response_error_validation_result.py | 2 +- ...rify_e_invoice_xml_error_response_extra.py | 2 +- .../models/verify_e_invoice_xml_response.py | 2 +- .../verify_e_invoice_xml_response_data.py | 2 +- .../models/webhooks_subscription.py | 2 +- .../models/webhooks_subscription_config.py | 2 +- .../models/webhooks_subscription_mapping.py | 2 +- fattureincloud_python_sdk/rest.py | 2 +- pyproject.toml | 2 +- sdk-version.yaml | 2 +- setup.py | 4 +- 256 files changed, 332 insertions(+), 325 deletions(-) diff --git a/README.md b/README.md index 1cbd98a2..af8b2645 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,8 @@ The Fatture in Cloud API is based on REST, and makes possible to interact with t This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 2.0.30 -- Package version: 2.0.17 +- API version: 2.0.31 +- Package version: 2.0.18 - Build package: org.openapitools.codegen.languages.PythonClientCodegen For more information, please visit [https://www.fattureincloud.it](https://www.fattureincloud.it) diff --git a/fattureincloud_python_sdk/__init__.py b/fattureincloud_python_sdk/__init__.py index 4932a6b6..620d2723 100644 --- a/fattureincloud_python_sdk/__init__.py +++ b/fattureincloud_python_sdk/__init__.py @@ -7,7 +7,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -15,7 +15,7 @@ """ # noqa: E501 -__version__ = "2.0.17" +__version__ = "2.0.18" # import apis into sdk package from fattureincloud_python_sdk.api.archive_api import ArchiveApi diff --git a/fattureincloud_python_sdk/api/archive_api.py b/fattureincloud_python_sdk/api/archive_api.py index c0de415e..727a522b 100644 --- a/fattureincloud_python_sdk/api/archive_api.py +++ b/fattureincloud_python_sdk/api/archive_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/cashbook_api.py b/fattureincloud_python_sdk/api/cashbook_api.py index d0246514..453f6a9a 100644 --- a/fattureincloud_python_sdk/api/cashbook_api.py +++ b/fattureincloud_python_sdk/api/cashbook_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/clients_api.py b/fattureincloud_python_sdk/api/clients_api.py index 35b334ae..3a881301 100644 --- a/fattureincloud_python_sdk/api/clients_api.py +++ b/fattureincloud_python_sdk/api/clients_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/companies_api.py b/fattureincloud_python_sdk/api/companies_api.py index 518557cb..af2ea1e1 100644 --- a/fattureincloud_python_sdk/api/companies_api.py +++ b/fattureincloud_python_sdk/api/companies_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/emails_api.py b/fattureincloud_python_sdk/api/emails_api.py index bf35face..1df3af81 100644 --- a/fattureincloud_python_sdk/api/emails_api.py +++ b/fattureincloud_python_sdk/api/emails_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/info_api.py b/fattureincloud_python_sdk/api/info_api.py index c79b7cc4..30aed889 100644 --- a/fattureincloud_python_sdk/api/info_api.py +++ b/fattureincloud_python_sdk/api/info_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/issued_documents_api.py b/fattureincloud_python_sdk/api/issued_documents_api.py index ca823128..ceb07ab5 100644 --- a/fattureincloud_python_sdk/api/issued_documents_api.py +++ b/fattureincloud_python_sdk/api/issued_documents_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/issued_e_invoices_api.py b/fattureincloud_python_sdk/api/issued_e_invoices_api.py index 9aa04537..a04ddd93 100644 --- a/fattureincloud_python_sdk/api/issued_e_invoices_api.py +++ b/fattureincloud_python_sdk/api/issued_e_invoices_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/products_api.py b/fattureincloud_python_sdk/api/products_api.py index fb806d6c..6266f1dc 100644 --- a/fattureincloud_python_sdk/api/products_api.py +++ b/fattureincloud_python_sdk/api/products_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/receipts_api.py b/fattureincloud_python_sdk/api/receipts_api.py index c149006a..b520a88c 100644 --- a/fattureincloud_python_sdk/api/receipts_api.py +++ b/fattureincloud_python_sdk/api/receipts_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/received_documents_api.py b/fattureincloud_python_sdk/api/received_documents_api.py index 17c44153..c72f8126 100644 --- a/fattureincloud_python_sdk/api/received_documents_api.py +++ b/fattureincloud_python_sdk/api/received_documents_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/settings_api.py b/fattureincloud_python_sdk/api/settings_api.py index 3bcda486..d683a603 100644 --- a/fattureincloud_python_sdk/api/settings_api.py +++ b/fattureincloud_python_sdk/api/settings_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/suppliers_api.py b/fattureincloud_python_sdk/api/suppliers_api.py index d18d043b..c17e87ac 100644 --- a/fattureincloud_python_sdk/api/suppliers_api.py +++ b/fattureincloud_python_sdk/api/suppliers_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/taxes_api.py b/fattureincloud_python_sdk/api/taxes_api.py index 55342ff5..1120b582 100644 --- a/fattureincloud_python_sdk/api/taxes_api.py +++ b/fattureincloud_python_sdk/api/taxes_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/user_api.py b/fattureincloud_python_sdk/api/user_api.py index bebc4160..4853513c 100644 --- a/fattureincloud_python_sdk/api/user_api.py +++ b/fattureincloud_python_sdk/api/user_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api/webhooks_api.py b/fattureincloud_python_sdk/api/webhooks_api.py index 65852d2f..68c2d9cb 100644 --- a/fattureincloud_python_sdk/api/webhooks_api.py +++ b/fattureincloud_python_sdk/api/webhooks_api.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/api_client.py b/fattureincloud_python_sdk/api_client.py index ded7f8f1..0c4b4e4d 100644 --- a/fattureincloud_python_sdk/api_client.py +++ b/fattureincloud_python_sdk/api_client.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -83,7 +83,7 @@ def __init__( self.default_headers[header_name] = header_value self.cookie = cookie # Set default User-Agent. - self.user_agent = "FattureInCloud/2.0.17/Python-SDK" + self.user_agent = "FattureInCloud/2.0.18/Python-SDK" self.client_side_validation = configuration.client_side_validation def __enter__(self): diff --git a/fattureincloud_python_sdk/configuration.py b/fattureincloud_python_sdk/configuration.py index d1df0496..c0f5f9dc 100644 --- a/fattureincloud_python_sdk/configuration.py +++ b/fattureincloud_python_sdk/configuration.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -383,8 +383,8 @@ def to_debug_report(self): "Python SDK Debug Report:\n" "OS: {env}\n" "Python Version: {pyversion}\n" - "Version of the API: 2.0.30\n" - "SDK Package Version: 2.0.17".format( + "Version of the API: 2.0.31\n" + "SDK Package Version: 2.0.18".format( env=sys.platform, pyversion=sys.version ) ) diff --git a/fattureincloud_python_sdk/exceptions.py b/fattureincloud_python_sdk/exceptions.py index e39bf722..9237bf2b 100644 --- a/fattureincloud_python_sdk/exceptions.py +++ b/fattureincloud_python_sdk/exceptions.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/__init__.py b/fattureincloud_python_sdk/models/__init__.py index 809f7595..76596362 100644 --- a/fattureincloud_python_sdk/models/__init__.py +++ b/fattureincloud_python_sdk/models/__init__.py @@ -6,7 +6,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/archive_document.py b/fattureincloud_python_sdk/models/archive_document.py index 16ed31bc..6809d2c4 100644 --- a/fattureincloud_python_sdk/models/archive_document.py +++ b/fattureincloud_python_sdk/models/archive_document.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/attachment_data.py b/fattureincloud_python_sdk/models/attachment_data.py index 1e028d11..59e5ab18 100644 --- a/fattureincloud_python_sdk/models/attachment_data.py +++ b/fattureincloud_python_sdk/models/attachment_data.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/cashbook_entry.py b/fattureincloud_python_sdk/models/cashbook_entry.py index 3ef87491..8c5eb8a0 100644 --- a/fattureincloud_python_sdk/models/cashbook_entry.py +++ b/fattureincloud_python_sdk/models/cashbook_entry.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/cashbook_entry_document.py b/fattureincloud_python_sdk/models/cashbook_entry_document.py index 25333f5c..49597d7c 100644 --- a/fattureincloud_python_sdk/models/cashbook_entry_document.py +++ b/fattureincloud_python_sdk/models/cashbook_entry_document.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/cashbook_entry_kind.py b/fattureincloud_python_sdk/models/cashbook_entry_kind.py index 83fb10d4..bfd8744b 100644 --- a/fattureincloud_python_sdk/models/cashbook_entry_kind.py +++ b/fattureincloud_python_sdk/models/cashbook_entry_kind.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/cashbook_entry_type.py b/fattureincloud_python_sdk/models/cashbook_entry_type.py index 98fda16d..73724ce7 100644 --- a/fattureincloud_python_sdk/models/cashbook_entry_type.py +++ b/fattureincloud_python_sdk/models/cashbook_entry_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/city.py b/fattureincloud_python_sdk/models/city.py index d650dde8..09ae0e98 100644 --- a/fattureincloud_python_sdk/models/city.py +++ b/fattureincloud_python_sdk/models/city.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/client.py b/fattureincloud_python_sdk/models/client.py index 00c89f1c..09ce897f 100644 --- a/fattureincloud_python_sdk/models/client.py +++ b/fattureincloud_python_sdk/models/client.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/client_type.py b/fattureincloud_python_sdk/models/client_type.py index 7cf6c90b..846ddfb5 100644 --- a/fattureincloud_python_sdk/models/client_type.py +++ b/fattureincloud_python_sdk/models/client_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/company.py b/fattureincloud_python_sdk/models/company.py index 02ba47f1..c2e6ff96 100644 --- a/fattureincloud_python_sdk/models/company.py +++ b/fattureincloud_python_sdk/models/company.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/company_info.py b/fattureincloud_python_sdk/models/company_info.py index 901927ff..74cd2c1b 100644 --- a/fattureincloud_python_sdk/models/company_info.py +++ b/fattureincloud_python_sdk/models/company_info.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/company_info_access_info.py b/fattureincloud_python_sdk/models/company_info_access_info.py index 112cb4fa..12808b75 100644 --- a/fattureincloud_python_sdk/models/company_info_access_info.py +++ b/fattureincloud_python_sdk/models/company_info_access_info.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/company_info_plan_info.py b/fattureincloud_python_sdk/models/company_info_plan_info.py index 03c6dc10..8f5569de 100644 --- a/fattureincloud_python_sdk/models/company_info_plan_info.py +++ b/fattureincloud_python_sdk/models/company_info_plan_info.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/company_info_plan_info_functions.py b/fattureincloud_python_sdk/models/company_info_plan_info_functions.py index 188a3dc8..4bad6734 100644 --- a/fattureincloud_python_sdk/models/company_info_plan_info_functions.py +++ b/fattureincloud_python_sdk/models/company_info_plan_info_functions.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/company_info_plan_info_functions_status.py b/fattureincloud_python_sdk/models/company_info_plan_info_functions_status.py index e691fb95..a5e37932 100644 --- a/fattureincloud_python_sdk/models/company_info_plan_info_functions_status.py +++ b/fattureincloud_python_sdk/models/company_info_plan_info_functions_status.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/company_info_plan_info_limits.py b/fattureincloud_python_sdk/models/company_info_plan_info_limits.py index 48365e4c..d0581dc2 100644 --- a/fattureincloud_python_sdk/models/company_info_plan_info_limits.py +++ b/fattureincloud_python_sdk/models/company_info_plan_info_limits.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/company_type.py b/fattureincloud_python_sdk/models/company_type.py index 169c01f1..b5671409 100644 --- a/fattureincloud_python_sdk/models/company_type.py +++ b/fattureincloud_python_sdk/models/company_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/controlled_company.py b/fattureincloud_python_sdk/models/controlled_company.py index 198ce3a8..04283adc 100644 --- a/fattureincloud_python_sdk/models/controlled_company.py +++ b/fattureincloud_python_sdk/models/controlled_company.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_archive_document_request.py b/fattureincloud_python_sdk/models/create_archive_document_request.py index 9e1cf4da..214d9973 100644 --- a/fattureincloud_python_sdk/models/create_archive_document_request.py +++ b/fattureincloud_python_sdk/models/create_archive_document_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_archive_document_response.py b/fattureincloud_python_sdk/models/create_archive_document_response.py index 58f9abd7..172608ef 100644 --- a/fattureincloud_python_sdk/models/create_archive_document_response.py +++ b/fattureincloud_python_sdk/models/create_archive_document_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_cashbook_entry_request.py b/fattureincloud_python_sdk/models/create_cashbook_entry_request.py index af217900..b99773ba 100644 --- a/fattureincloud_python_sdk/models/create_cashbook_entry_request.py +++ b/fattureincloud_python_sdk/models/create_cashbook_entry_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_cashbook_entry_response.py b/fattureincloud_python_sdk/models/create_cashbook_entry_response.py index 32533b82..64df050b 100644 --- a/fattureincloud_python_sdk/models/create_cashbook_entry_response.py +++ b/fattureincloud_python_sdk/models/create_cashbook_entry_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_client_request.py b/fattureincloud_python_sdk/models/create_client_request.py index 4e8a4695..ab2f215d 100644 --- a/fattureincloud_python_sdk/models/create_client_request.py +++ b/fattureincloud_python_sdk/models/create_client_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_client_response.py b/fattureincloud_python_sdk/models/create_client_response.py index 00b3337a..fcb58e76 100644 --- a/fattureincloud_python_sdk/models/create_client_response.py +++ b/fattureincloud_python_sdk/models/create_client_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_f24_request.py b/fattureincloud_python_sdk/models/create_f24_request.py index 426cea83..472a565e 100644 --- a/fattureincloud_python_sdk/models/create_f24_request.py +++ b/fattureincloud_python_sdk/models/create_f24_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_f24_response.py b/fattureincloud_python_sdk/models/create_f24_response.py index 7ef15fca..33381e00 100644 --- a/fattureincloud_python_sdk/models/create_f24_response.py +++ b/fattureincloud_python_sdk/models/create_f24_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_issued_document_request.py b/fattureincloud_python_sdk/models/create_issued_document_request.py index dade6c5d..1df3d9e2 100644 --- a/fattureincloud_python_sdk/models/create_issued_document_request.py +++ b/fattureincloud_python_sdk/models/create_issued_document_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_issued_document_response.py b/fattureincloud_python_sdk/models/create_issued_document_response.py index f0641e5a..6f2a794d 100644 --- a/fattureincloud_python_sdk/models/create_issued_document_response.py +++ b/fattureincloud_python_sdk/models/create_issued_document_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_payment_account_request.py b/fattureincloud_python_sdk/models/create_payment_account_request.py index 5ad15593..e7ddf339 100644 --- a/fattureincloud_python_sdk/models/create_payment_account_request.py +++ b/fattureincloud_python_sdk/models/create_payment_account_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_payment_account_response.py b/fattureincloud_python_sdk/models/create_payment_account_response.py index cee098da..0249950f 100644 --- a/fattureincloud_python_sdk/models/create_payment_account_response.py +++ b/fattureincloud_python_sdk/models/create_payment_account_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_payment_method_request.py b/fattureincloud_python_sdk/models/create_payment_method_request.py index 79d270d5..c1d70f06 100644 --- a/fattureincloud_python_sdk/models/create_payment_method_request.py +++ b/fattureincloud_python_sdk/models/create_payment_method_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_payment_method_response.py b/fattureincloud_python_sdk/models/create_payment_method_response.py index 649cfa06..d6fdf1fb 100644 --- a/fattureincloud_python_sdk/models/create_payment_method_response.py +++ b/fattureincloud_python_sdk/models/create_payment_method_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_product_request.py b/fattureincloud_python_sdk/models/create_product_request.py index 2a93cdfc..a503218c 100644 --- a/fattureincloud_python_sdk/models/create_product_request.py +++ b/fattureincloud_python_sdk/models/create_product_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_product_response.py b/fattureincloud_python_sdk/models/create_product_response.py index e9e0b2eb..cc096348 100644 --- a/fattureincloud_python_sdk/models/create_product_response.py +++ b/fattureincloud_python_sdk/models/create_product_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_receipt_request.py b/fattureincloud_python_sdk/models/create_receipt_request.py index a74d3717..733556d8 100644 --- a/fattureincloud_python_sdk/models/create_receipt_request.py +++ b/fattureincloud_python_sdk/models/create_receipt_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_receipt_response.py b/fattureincloud_python_sdk/models/create_receipt_response.py index bc927141..3c291216 100644 --- a/fattureincloud_python_sdk/models/create_receipt_response.py +++ b/fattureincloud_python_sdk/models/create_receipt_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_received_document_request.py b/fattureincloud_python_sdk/models/create_received_document_request.py index b8806077..789694f5 100644 --- a/fattureincloud_python_sdk/models/create_received_document_request.py +++ b/fattureincloud_python_sdk/models/create_received_document_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_received_document_response.py b/fattureincloud_python_sdk/models/create_received_document_response.py index 1d983bcf..32c6ee6a 100644 --- a/fattureincloud_python_sdk/models/create_received_document_response.py +++ b/fattureincloud_python_sdk/models/create_received_document_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_supplier_request.py b/fattureincloud_python_sdk/models/create_supplier_request.py index 4470e51d..2250e924 100644 --- a/fattureincloud_python_sdk/models/create_supplier_request.py +++ b/fattureincloud_python_sdk/models/create_supplier_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_supplier_response.py b/fattureincloud_python_sdk/models/create_supplier_response.py index cb3ad99f..06d4b8f0 100644 --- a/fattureincloud_python_sdk/models/create_supplier_response.py +++ b/fattureincloud_python_sdk/models/create_supplier_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_vat_type_request.py b/fattureincloud_python_sdk/models/create_vat_type_request.py index ce02bbd6..188201d9 100644 --- a/fattureincloud_python_sdk/models/create_vat_type_request.py +++ b/fattureincloud_python_sdk/models/create_vat_type_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_vat_type_response.py b/fattureincloud_python_sdk/models/create_vat_type_response.py index 3edc95dd..3c9a5458 100644 --- a/fattureincloud_python_sdk/models/create_vat_type_response.py +++ b/fattureincloud_python_sdk/models/create_vat_type_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py b/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py index febece2a..42d2a575 100644 --- a/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py +++ b/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py b/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py index 97b76500..db44be90 100644 --- a/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py +++ b/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/currency.py b/fattureincloud_python_sdk/models/currency.py index 44ede9a4..6bfde36e 100644 --- a/fattureincloud_python_sdk/models/currency.py +++ b/fattureincloud_python_sdk/models/currency.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/detailed_country.py b/fattureincloud_python_sdk/models/detailed_country.py index 9aa181e4..fee8c9f6 100644 --- a/fattureincloud_python_sdk/models/detailed_country.py +++ b/fattureincloud_python_sdk/models/detailed_country.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/document_template.py b/fattureincloud_python_sdk/models/document_template.py index 544adaf5..36b4b38c 100644 --- a/fattureincloud_python_sdk/models/document_template.py +++ b/fattureincloud_python_sdk/models/document_template.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py b/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py index b134d90a..49b1c43e 100644 --- a/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py +++ b/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/email.py b/fattureincloud_python_sdk/models/email.py index 5f320a53..c13af7d6 100644 --- a/fattureincloud_python_sdk/models/email.py +++ b/fattureincloud_python_sdk/models/email.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/email_attachment.py b/fattureincloud_python_sdk/models/email_attachment.py index fae67c17..215db423 100644 --- a/fattureincloud_python_sdk/models/email_attachment.py +++ b/fattureincloud_python_sdk/models/email_attachment.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/email_data.py b/fattureincloud_python_sdk/models/email_data.py index 3e68e930..6bcbf452 100644 --- a/fattureincloud_python_sdk/models/email_data.py +++ b/fattureincloud_python_sdk/models/email_data.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/email_data_default_sender_email.py b/fattureincloud_python_sdk/models/email_data_default_sender_email.py index c2be188b..560ca869 100644 --- a/fattureincloud_python_sdk/models/email_data_default_sender_email.py +++ b/fattureincloud_python_sdk/models/email_data_default_sender_email.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/email_recipient_status.py b/fattureincloud_python_sdk/models/email_recipient_status.py index 00dc1d75..5c300b3f 100644 --- a/fattureincloud_python_sdk/models/email_recipient_status.py +++ b/fattureincloud_python_sdk/models/email_recipient_status.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/email_schedule.py b/fattureincloud_python_sdk/models/email_schedule.py index e5e85489..7fcf1773 100644 --- a/fattureincloud_python_sdk/models/email_schedule.py +++ b/fattureincloud_python_sdk/models/email_schedule.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/email_schedule_include.py b/fattureincloud_python_sdk/models/email_schedule_include.py index 9c0e79dd..a0e3ab0c 100644 --- a/fattureincloud_python_sdk/models/email_schedule_include.py +++ b/fattureincloud_python_sdk/models/email_schedule_include.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/email_status.py b/fattureincloud_python_sdk/models/email_status.py index 0892f2d2..85828aae 100644 --- a/fattureincloud_python_sdk/models/email_status.py +++ b/fattureincloud_python_sdk/models/email_status.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/entity.py b/fattureincloud_python_sdk/models/entity.py index b1761288..a1db7e62 100644 --- a/fattureincloud_python_sdk/models/entity.py +++ b/fattureincloud_python_sdk/models/entity.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/entity_type.py b/fattureincloud_python_sdk/models/entity_type.py index c4f8f5bb..d805b5ce 100644 --- a/fattureincloud_python_sdk/models/entity_type.py +++ b/fattureincloud_python_sdk/models/entity_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/event_type.py b/fattureincloud_python_sdk/models/event_type.py index 9d288a21..4eb3139a 100644 --- a/fattureincloud_python_sdk/models/event_type.py +++ b/fattureincloud_python_sdk/models/event_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -34,185 +34,194 @@ class EventType(str, Enum): """ allowed enum values """ - ISSUED_DOCUMENTS_INVOICES_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_INVOICES_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.invoices.create" ) - ISSUED_DOCUMENTS_INVOICES_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_INVOICES_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.invoices.update" ) - ISSUED_DOCUMENTS_INVOICES_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_INVOICES_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.invoices.delete" ) - ISSUED_DOCUMENTS_QUOTES_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_QUOTES_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.quotes.create" ) - ISSUED_DOCUMENTS_QUOTES_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_QUOTES_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.quotes.update" ) - ISSUED_DOCUMENTS_QUOTES_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_QUOTES_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.quotes.delete" ) - ISSUED_DOCUMENTS_PROFORMAS_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_PROFORMAS_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.proformas.create" ) - ISSUED_DOCUMENTS_PROFORMAS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_PROFORMAS_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.proformas.update" ) - ISSUED_DOCUMENTS_PROFORMAS_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_PROFORMAS_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.proformas.delete" ) - ISSUED_DOCUMENTS_RECEIPTS_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_RECEIPTS_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.receipts.create" ) - ISSUED_DOCUMENTS_RECEIPTS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_RECEIPTS_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.receipts.update" ) - ISSUED_DOCUMENTS_RECEIPTS_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_RECEIPTS_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.receipts.delete" ) - ISSUED_DOCUMENTS_DELIVERY_NOTES_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_DELIVERY_NOTES_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.delivery_notes.create" ) - ISSUED_DOCUMENTS_DELIVERY_NOTES_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_DELIVERY_NOTES_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.delivery_notes.update" ) - ISSUED_DOCUMENTS_DELIVERY_NOTES_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_DELIVERY_NOTES_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.delivery_notes.delete" ) - ISSUED_DOCUMENTS_CREDIT_NOTES_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_CREDIT_NOTES_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.credit_notes.create" ) - ISSUED_DOCUMENTS_CREDIT_NOTES_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_CREDIT_NOTES_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.credit_notes.update" ) - ISSUED_DOCUMENTS_CREDIT_NOTES_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_CREDIT_NOTES_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.credit_notes.delete" ) - ISSUED_DOCUMENTS_ORDERS_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_ORDERS_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.orders.create" ) - ISSUED_DOCUMENTS_ORDERS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_ORDERS_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.orders.update" ) - ISSUED_DOCUMENTS_ORDERS_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_ORDERS_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.orders.delete" ) - ISSUED_DOCUMENTS_WORK_REPORTS_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_WORK_REPORTS_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.work_reports.create" ) - ISSUED_DOCUMENTS_WORK_REPORTS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_WORK_REPORTS_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.work_reports.update" ) - ISSUED_DOCUMENTS_WORK_REPORTS_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_WORK_REPORTS_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.work_reports.delete" ) - ISSUED_DOCUMENTS_SUPPLIER_ORDERS_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_SUPPLIER_ORDERS_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.supplier_orders.create" ) - ISSUED_DOCUMENTS_SUPPLIER_ORDERS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_SUPPLIER_ORDERS_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.supplier_orders.update" ) - ISSUED_DOCUMENTS_SUPPLIER_ORDERS_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_SUPPLIER_ORDERS_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.supplier_orders.delete" ) - ISSUED_DOCUMENTS_SELF_INVOICES_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_SELF_INVOICES_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.self_invoices.create" ) - ISSUED_DOCUMENTS_SELF_INVOICES_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_SELF_INVOICES_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.self_invoices.update" ) - ISSUED_DOCUMENTS_SELF_INVOICES_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_SELF_INVOICES_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.self_invoices.delete" ) - ISSUED_DOCUMENTS_ALL_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_ALL_DOT_CREATE = ( "it.fattureincloud.webhooks.issued_documents.all.create" ) - ISSUED_DOCUMENTS_ALL_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_ALL_DOT_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.all.update" ) - ISSUED_DOCUMENTS_ALL_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_ALL_DOT_DELETE = ( "it.fattureincloud.webhooks.issued_documents.all.delete" ) - RECEIVED_DOCUMENTS_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_RECEIVED_DOCUMENTS_DOT_CREATE = ( "it.fattureincloud.webhooks.received_documents.create" ) - RECEIVED_DOCUMENTS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_RECEIVED_DOCUMENTS_DOT_UPDATE = ( "it.fattureincloud.webhooks.received_documents.update" ) - RECEIVED_DOCUMENTS_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_RECEIVED_DOCUMENTS_DOT_DELETE = ( "it.fattureincloud.webhooks.received_documents.delete" ) - RECEIPTS_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_RECEIPTS_DOT_CREATE = ( "it.fattureincloud.webhooks.receipts.create" ) - RECEIPTS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_RECEIPTS_DOT_UPDATE = ( "it.fattureincloud.webhooks.receipts.update" ) - RECEIPTS_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_RECEIPTS_DOT_DELETE = ( "it.fattureincloud.webhooks.receipts.delete" ) - TAXES_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_TAXES_DOT_CREATE = ( "it.fattureincloud.webhooks.taxes.create" ) - TAXES_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_TAXES_DOT_UPDATE = ( "it.fattureincloud.webhooks.taxes.update" ) - TAXES_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_TAXES_DOT_DELETE = ( "it.fattureincloud.webhooks.taxes.delete" ) - CASHBOOK_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ARCHIVE_DOCUMENTS_DOT_CREATE = ( + "it.fattureincloud.webhooks.archive_documents.create" + ) + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ARCHIVE_DOCUMENTS_DOT_UPDATE = ( + "it.fattureincloud.webhooks.archive_documents.update" + ) + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ARCHIVE_DOCUMENTS_DOT_DELETE = ( + "it.fattureincloud.webhooks.archive_documents.delete" + ) + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_CASHBOOK_DOT_CREATE = ( "it.fattureincloud.webhooks.cashbook.create" ) - CASHBOOK_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_CASHBOOK_DOT_UPDATE = ( "it.fattureincloud.webhooks.cashbook.update" ) - CASHBOOK_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_CASHBOOK_DOT_DELETE = ( "it.fattureincloud.webhooks.cashbook.delete" ) - PRODUCTS_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_PRODUCTS_DOT_CREATE = ( "it.fattureincloud.webhooks.products.create" ) - PRODUCTS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_PRODUCTS_DOT_UPDATE = ( "it.fattureincloud.webhooks.products.update" ) - PRODUCTS_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_PRODUCTS_DOT_DELETE = ( "it.fattureincloud.webhooks.products.delete" ) - PRODUCTS_STOCK_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_PRODUCTS_DOT_STOCK_UPDATE = ( "it.fattureincloud.webhooks.products.stock_update" ) - ENTITIES_CLIENTS_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ENTITIES_DOT_CLIENTS_DOT_CREATE = ( "it.fattureincloud.webhooks.entities.clients.create" ) - ENTITIES_CLIENTS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ENTITIES_DOT_CLIENTS_DOT_UPDATE = ( "it.fattureincloud.webhooks.entities.clients.update" ) - ENTITIES_CLIENTS_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ENTITIES_DOT_CLIENTS_DOT_DELETE = ( "it.fattureincloud.webhooks.entities.clients.delete" ) - ENTITIES_SUPPLIERS_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ENTITIES_DOT_SUPPLIERS_DOT_CREATE = ( "it.fattureincloud.webhooks.entities.suppliers.create" ) - ENTITIES_SUPPLIERS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ENTITIES_DOT_SUPPLIERS_DOT_UPDATE = ( "it.fattureincloud.webhooks.entities.suppliers.update" ) - ENTITIES_SUPPLIERS_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ENTITIES_DOT_SUPPLIERS_DOT_DELETE = ( "it.fattureincloud.webhooks.entities.suppliers.delete" ) - ENTITIES_ALL_CREATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ENTITIES_DOT_ALL_DOT_CREATE = ( "it.fattureincloud.webhooks.entities.all.create" ) - ENTITIES_ALL_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ENTITIES_DOT_ALL_DOT_UPDATE = ( "it.fattureincloud.webhooks.entities.all.update" ) - ENTITIES_ALL_DELETE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ENTITIES_DOT_ALL_DOT_DELETE = ( "it.fattureincloud.webhooks.entities.all.delete" ) - ISSUED_DOCUMENTS_E_INVOICES_STATUS_UPDATE = ( + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_ISSUED_DOCUMENTS_DOT_E_INVOICES_DOT_STATUS_UPDATE = ( "it.fattureincloud.webhooks.issued_documents.e_invoices.status_update" ) - RECEIVED_DOCUMENTS_E_INVOICES_STATUS_UPDATE = ( - "it.fattureincloud.webhooks.received_documents.e_invoices.status_update" + IT_DOT_FATTUREINCLOUD_DOT_WEBHOOKS_DOT_RECEIVED_DOCUMENTS_DOT_E_INVOICES_DOT_RECEIVE = ( + "it.fattureincloud.webhooks.received_documents.e_invoices.receive" ) @classmethod diff --git a/fattureincloud_python_sdk/models/f24.py b/fattureincloud_python_sdk/models/f24.py index 053016f6..68f08121 100644 --- a/fattureincloud_python_sdk/models/f24.py +++ b/fattureincloud_python_sdk/models/f24.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/f24_status.py b/fattureincloud_python_sdk/models/f24_status.py index 9a2b6bdb..0be413fa 100644 --- a/fattureincloud_python_sdk/models/f24_status.py +++ b/fattureincloud_python_sdk/models/f24_status.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/function_status.py b/fattureincloud_python_sdk/models/function_status.py index e569fe65..e9c51e1a 100644 --- a/fattureincloud_python_sdk/models/function_status.py +++ b/fattureincloud_python_sdk/models/function_status.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_archive_document_response.py b/fattureincloud_python_sdk/models/get_archive_document_response.py index 52f0a817..6a400f2f 100644 --- a/fattureincloud_python_sdk/models/get_archive_document_response.py +++ b/fattureincloud_python_sdk/models/get_archive_document_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_cashbook_entry_response.py b/fattureincloud_python_sdk/models/get_cashbook_entry_response.py index 413de108..543dc88f 100644 --- a/fattureincloud_python_sdk/models/get_cashbook_entry_response.py +++ b/fattureincloud_python_sdk/models/get_cashbook_entry_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_client_response.py b/fattureincloud_python_sdk/models/get_client_response.py index 41c457f7..b5b523a9 100644 --- a/fattureincloud_python_sdk/models/get_client_response.py +++ b/fattureincloud_python_sdk/models/get_client_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_company_info_response.py b/fattureincloud_python_sdk/models/get_company_info_response.py index 3e84c4d0..0d3f5511 100644 --- a/fattureincloud_python_sdk/models/get_company_info_response.py +++ b/fattureincloud_python_sdk/models/get_company_info_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_e_invoice_rejection_reason_response.py b/fattureincloud_python_sdk/models/get_e_invoice_rejection_reason_response.py index af67711a..6c06e5e6 100644 --- a/fattureincloud_python_sdk/models/get_e_invoice_rejection_reason_response.py +++ b/fattureincloud_python_sdk/models/get_e_invoice_rejection_reason_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_email_data_response.py b/fattureincloud_python_sdk/models/get_email_data_response.py index dc4b9ba8..3415ba0e 100644 --- a/fattureincloud_python_sdk/models/get_email_data_response.py +++ b/fattureincloud_python_sdk/models/get_email_data_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_existing_issued_document_totals_request.py b/fattureincloud_python_sdk/models/get_existing_issued_document_totals_request.py index 744afc96..5714899a 100644 --- a/fattureincloud_python_sdk/models/get_existing_issued_document_totals_request.py +++ b/fattureincloud_python_sdk/models/get_existing_issued_document_totals_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_existing_issued_document_totals_response.py b/fattureincloud_python_sdk/models/get_existing_issued_document_totals_response.py index 868711fc..2e7cb6cc 100644 --- a/fattureincloud_python_sdk/models/get_existing_issued_document_totals_response.py +++ b/fattureincloud_python_sdk/models/get_existing_issued_document_totals_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_existing_received_document_totals_request.py b/fattureincloud_python_sdk/models/get_existing_received_document_totals_request.py index fafd70e6..aec21075 100644 --- a/fattureincloud_python_sdk/models/get_existing_received_document_totals_request.py +++ b/fattureincloud_python_sdk/models/get_existing_received_document_totals_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_existing_received_document_totals_response.py b/fattureincloud_python_sdk/models/get_existing_received_document_totals_response.py index d4d18d25..99b9af32 100644 --- a/fattureincloud_python_sdk/models/get_existing_received_document_totals_response.py +++ b/fattureincloud_python_sdk/models/get_existing_received_document_totals_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_f24_response.py b/fattureincloud_python_sdk/models/get_f24_response.py index 92ec762e..adeac2a1 100644 --- a/fattureincloud_python_sdk/models/get_f24_response.py +++ b/fattureincloud_python_sdk/models/get_f24_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_issued_document_pre_create_info_response.py b/fattureincloud_python_sdk/models/get_issued_document_pre_create_info_response.py index 30a23bd4..e88d62d9 100644 --- a/fattureincloud_python_sdk/models/get_issued_document_pre_create_info_response.py +++ b/fattureincloud_python_sdk/models/get_issued_document_pre_create_info_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_issued_document_response.py b/fattureincloud_python_sdk/models/get_issued_document_response.py index d7b8d7c2..cb89a1ef 100644 --- a/fattureincloud_python_sdk/models/get_issued_document_response.py +++ b/fattureincloud_python_sdk/models/get_issued_document_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_new_issued_document_totals_request.py b/fattureincloud_python_sdk/models/get_new_issued_document_totals_request.py index f61a4a3b..a75fab84 100644 --- a/fattureincloud_python_sdk/models/get_new_issued_document_totals_request.py +++ b/fattureincloud_python_sdk/models/get_new_issued_document_totals_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_new_issued_document_totals_response.py b/fattureincloud_python_sdk/models/get_new_issued_document_totals_response.py index bc9e98e0..f2c59cd4 100644 --- a/fattureincloud_python_sdk/models/get_new_issued_document_totals_response.py +++ b/fattureincloud_python_sdk/models/get_new_issued_document_totals_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_new_received_document_totals_request.py b/fattureincloud_python_sdk/models/get_new_received_document_totals_request.py index 82f7be32..e0c0c330 100644 --- a/fattureincloud_python_sdk/models/get_new_received_document_totals_request.py +++ b/fattureincloud_python_sdk/models/get_new_received_document_totals_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_new_received_document_totals_response.py b/fattureincloud_python_sdk/models/get_new_received_document_totals_response.py index 5d942246..b18031b7 100644 --- a/fattureincloud_python_sdk/models/get_new_received_document_totals_response.py +++ b/fattureincloud_python_sdk/models/get_new_received_document_totals_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_payment_account_response.py b/fattureincloud_python_sdk/models/get_payment_account_response.py index 8a9344d9..d271d35a 100644 --- a/fattureincloud_python_sdk/models/get_payment_account_response.py +++ b/fattureincloud_python_sdk/models/get_payment_account_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_payment_method_response.py b/fattureincloud_python_sdk/models/get_payment_method_response.py index c0aaf12e..35ae857f 100644 --- a/fattureincloud_python_sdk/models/get_payment_method_response.py +++ b/fattureincloud_python_sdk/models/get_payment_method_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_product_response.py b/fattureincloud_python_sdk/models/get_product_response.py index 4ec0bf72..33d2c76a 100644 --- a/fattureincloud_python_sdk/models/get_product_response.py +++ b/fattureincloud_python_sdk/models/get_product_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_receipt_pre_create_info_response.py b/fattureincloud_python_sdk/models/get_receipt_pre_create_info_response.py index fab518cf..4cb6ab91 100644 --- a/fattureincloud_python_sdk/models/get_receipt_pre_create_info_response.py +++ b/fattureincloud_python_sdk/models/get_receipt_pre_create_info_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_receipt_response.py b/fattureincloud_python_sdk/models/get_receipt_response.py index ca750aab..a37b8aa8 100644 --- a/fattureincloud_python_sdk/models/get_receipt_response.py +++ b/fattureincloud_python_sdk/models/get_receipt_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_receipts_monthly_totals_response.py b/fattureincloud_python_sdk/models/get_receipts_monthly_totals_response.py index 912f38e1..7245d3f1 100644 --- a/fattureincloud_python_sdk/models/get_receipts_monthly_totals_response.py +++ b/fattureincloud_python_sdk/models/get_receipts_monthly_totals_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_received_document_pre_create_info_response.py b/fattureincloud_python_sdk/models/get_received_document_pre_create_info_response.py index dea8fb98..86bcaeec 100644 --- a/fattureincloud_python_sdk/models/get_received_document_pre_create_info_response.py +++ b/fattureincloud_python_sdk/models/get_received_document_pre_create_info_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_received_document_response.py b/fattureincloud_python_sdk/models/get_received_document_response.py index 2242501c..179b5bc2 100644 --- a/fattureincloud_python_sdk/models/get_received_document_response.py +++ b/fattureincloud_python_sdk/models/get_received_document_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_supplier_response.py b/fattureincloud_python_sdk/models/get_supplier_response.py index c20afeb1..b3aa8264 100644 --- a/fattureincloud_python_sdk/models/get_supplier_response.py +++ b/fattureincloud_python_sdk/models/get_supplier_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_user_info_response.py b/fattureincloud_python_sdk/models/get_user_info_response.py index 83f29cf7..7053c2dc 100644 --- a/fattureincloud_python_sdk/models/get_user_info_response.py +++ b/fattureincloud_python_sdk/models/get_user_info_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_user_info_response_email_confirmation_state.py b/fattureincloud_python_sdk/models/get_user_info_response_email_confirmation_state.py index 7ed09c01..b815d391 100644 --- a/fattureincloud_python_sdk/models/get_user_info_response_email_confirmation_state.py +++ b/fattureincloud_python_sdk/models/get_user_info_response_email_confirmation_state.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_user_info_response_info.py b/fattureincloud_python_sdk/models/get_user_info_response_info.py index b1f23d5f..29113bfe 100644 --- a/fattureincloud_python_sdk/models/get_user_info_response_info.py +++ b/fattureincloud_python_sdk/models/get_user_info_response_info.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_vat_type_response.py b/fattureincloud_python_sdk/models/get_vat_type_response.py index 17988519..eba2d7fa 100644 --- a/fattureincloud_python_sdk/models/get_vat_type_response.py +++ b/fattureincloud_python_sdk/models/get_vat_type_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py b/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py index 6dff830b..e5a7d345 100644 --- a/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py +++ b/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document.py b/fattureincloud_python_sdk/models/issued_document.py index 6168b028..de1390be 100644 --- a/fattureincloud_python_sdk/models/issued_document.py +++ b/fattureincloud_python_sdk/models/issued_document.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_ei_data.py b/fattureincloud_python_sdk/models/issued_document_ei_data.py index 2527f0e4..021a378d 100644 --- a/fattureincloud_python_sdk/models/issued_document_ei_data.py +++ b/fattureincloud_python_sdk/models/issued_document_ei_data.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_extra_data.py b/fattureincloud_python_sdk/models/issued_document_extra_data.py index 3bf54922..55487b66 100644 --- a/fattureincloud_python_sdk/models/issued_document_extra_data.py +++ b/fattureincloud_python_sdk/models/issued_document_extra_data.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_items_list_item.py b/fattureincloud_python_sdk/models/issued_document_items_list_item.py index 7e8623f3..aae7f58e 100644 --- a/fattureincloud_python_sdk/models/issued_document_items_list_item.py +++ b/fattureincloud_python_sdk/models/issued_document_items_list_item.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_options.py b/fattureincloud_python_sdk/models/issued_document_options.py index 1c1e2ce7..05444fee 100644 --- a/fattureincloud_python_sdk/models/issued_document_options.py +++ b/fattureincloud_python_sdk/models/issued_document_options.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_payments_list_item.py b/fattureincloud_python_sdk/models/issued_document_payments_list_item.py index ff9c5f71..9365c3dd 100644 --- a/fattureincloud_python_sdk/models/issued_document_payments_list_item.py +++ b/fattureincloud_python_sdk/models/issued_document_payments_list_item.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_payments_list_item_payment_terms.py b/fattureincloud_python_sdk/models/issued_document_payments_list_item_payment_terms.py index 1d9c451e..4abf2725 100644 --- a/fattureincloud_python_sdk/models/issued_document_payments_list_item_payment_terms.py +++ b/fattureincloud_python_sdk/models/issued_document_payments_list_item_payment_terms.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_pre_create_info.py b/fattureincloud_python_sdk/models/issued_document_pre_create_info.py index 3ccd6f24..2dfaa5d2 100644 --- a/fattureincloud_python_sdk/models/issued_document_pre_create_info.py +++ b/fattureincloud_python_sdk/models/issued_document_pre_create_info.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_pre_create_info_default_values.py b/fattureincloud_python_sdk/models/issued_document_pre_create_info_default_values.py index 4c229c88..95c926b0 100644 --- a/fattureincloud_python_sdk/models/issued_document_pre_create_info_default_values.py +++ b/fattureincloud_python_sdk/models/issued_document_pre_create_info_default_values.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_pre_create_info_extra_data_default_values.py b/fattureincloud_python_sdk/models/issued_document_pre_create_info_extra_data_default_values.py index bef69a21..f6d2adcd 100644 --- a/fattureincloud_python_sdk/models/issued_document_pre_create_info_extra_data_default_values.py +++ b/fattureincloud_python_sdk/models/issued_document_pre_create_info_extra_data_default_values.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_pre_create_info_items_default_values.py b/fattureincloud_python_sdk/models/issued_document_pre_create_info_items_default_values.py index 620a533b..0f897060 100644 --- a/fattureincloud_python_sdk/models/issued_document_pre_create_info_items_default_values.py +++ b/fattureincloud_python_sdk/models/issued_document_pre_create_info_items_default_values.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_status.py b/fattureincloud_python_sdk/models/issued_document_status.py index 4f3434db..beb86f4e 100644 --- a/fattureincloud_python_sdk/models/issued_document_status.py +++ b/fattureincloud_python_sdk/models/issued_document_status.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/issued_document_totals.py b/fattureincloud_python_sdk/models/issued_document_totals.py index b809c1c5..62d52667 100644 --- a/fattureincloud_python_sdk/models/issued_document_totals.py +++ b/fattureincloud_python_sdk/models/issued_document_totals.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -23,8 +23,6 @@ from pydantic import BaseModel, StrictBool, StrictFloat, StrictInt from pydantic import Field -from fattureincloud_python_sdk.models.vat_item import VatItem - try: from typing import Self except ImportError: diff --git a/fattureincloud_python_sdk/models/issued_document_type.py b/fattureincloud_python_sdk/models/issued_document_type.py index 8b9172f3..3cbb588d 100644 --- a/fattureincloud_python_sdk/models/issued_document_type.py +++ b/fattureincloud_python_sdk/models/issued_document_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/join_issued_documents_response.py b/fattureincloud_python_sdk/models/join_issued_documents_response.py index b5e47637..b7da04e0 100644 --- a/fattureincloud_python_sdk/models/join_issued_documents_response.py +++ b/fattureincloud_python_sdk/models/join_issued_documents_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/language.py b/fattureincloud_python_sdk/models/language.py index af8d8754..d1712049 100644 --- a/fattureincloud_python_sdk/models/language.py +++ b/fattureincloud_python_sdk/models/language.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_archive_categories_response.py b/fattureincloud_python_sdk/models/list_archive_categories_response.py index ccd73407..79405d20 100644 --- a/fattureincloud_python_sdk/models/list_archive_categories_response.py +++ b/fattureincloud_python_sdk/models/list_archive_categories_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_archive_documents_response.py b/fattureincloud_python_sdk/models/list_archive_documents_response.py index 7161b933..0a7327a4 100644 --- a/fattureincloud_python_sdk/models/list_archive_documents_response.py +++ b/fattureincloud_python_sdk/models/list_archive_documents_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_archive_documents_response_page.py b/fattureincloud_python_sdk/models/list_archive_documents_response_page.py index 066cb9d1..9100ec8d 100644 --- a/fattureincloud_python_sdk/models/list_archive_documents_response_page.py +++ b/fattureincloud_python_sdk/models/list_archive_documents_response_page.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_cashbook_entries_response.py b/fattureincloud_python_sdk/models/list_cashbook_entries_response.py index 20c8a13c..fe8f8b42 100644 --- a/fattureincloud_python_sdk/models/list_cashbook_entries_response.py +++ b/fattureincloud_python_sdk/models/list_cashbook_entries_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_cities_response.py b/fattureincloud_python_sdk/models/list_cities_response.py index 139130f3..59d9b401 100644 --- a/fattureincloud_python_sdk/models/list_cities_response.py +++ b/fattureincloud_python_sdk/models/list_cities_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_clients_response.py b/fattureincloud_python_sdk/models/list_clients_response.py index 5419d7a3..c73e9201 100644 --- a/fattureincloud_python_sdk/models/list_clients_response.py +++ b/fattureincloud_python_sdk/models/list_clients_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_clients_response_page.py b/fattureincloud_python_sdk/models/list_clients_response_page.py index cc4594df..6fe6300f 100644 --- a/fattureincloud_python_sdk/models/list_clients_response_page.py +++ b/fattureincloud_python_sdk/models/list_clients_response_page.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_cost_centers_response.py b/fattureincloud_python_sdk/models/list_cost_centers_response.py index 3998b797..0802f6c1 100644 --- a/fattureincloud_python_sdk/models/list_cost_centers_response.py +++ b/fattureincloud_python_sdk/models/list_cost_centers_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_countries_response.py b/fattureincloud_python_sdk/models/list_countries_response.py index a839a6fb..e6c89c4d 100644 --- a/fattureincloud_python_sdk/models/list_countries_response.py +++ b/fattureincloud_python_sdk/models/list_countries_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_currencies_response.py b/fattureincloud_python_sdk/models/list_currencies_response.py index 940078db..87b73678 100644 --- a/fattureincloud_python_sdk/models/list_currencies_response.py +++ b/fattureincloud_python_sdk/models/list_currencies_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_delivery_notes_default_causals_response.py b/fattureincloud_python_sdk/models/list_delivery_notes_default_causals_response.py index 92d64f9a..5513d040 100644 --- a/fattureincloud_python_sdk/models/list_delivery_notes_default_causals_response.py +++ b/fattureincloud_python_sdk/models/list_delivery_notes_default_causals_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_detailed_countries_response.py b/fattureincloud_python_sdk/models/list_detailed_countries_response.py index 82f444ee..869625a2 100644 --- a/fattureincloud_python_sdk/models/list_detailed_countries_response.py +++ b/fattureincloud_python_sdk/models/list_detailed_countries_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_emails_response.py b/fattureincloud_python_sdk/models/list_emails_response.py index 72ba1b15..a3a975cf 100644 --- a/fattureincloud_python_sdk/models/list_emails_response.py +++ b/fattureincloud_python_sdk/models/list_emails_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_emails_response_page.py b/fattureincloud_python_sdk/models/list_emails_response_page.py index 47cea868..5d320f19 100644 --- a/fattureincloud_python_sdk/models/list_emails_response_page.py +++ b/fattureincloud_python_sdk/models/list_emails_response_page.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_f24_response.py b/fattureincloud_python_sdk/models/list_f24_response.py index 24ba34a6..af29efb7 100644 --- a/fattureincloud_python_sdk/models/list_f24_response.py +++ b/fattureincloud_python_sdk/models/list_f24_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_f24_response_aggregated_data.py b/fattureincloud_python_sdk/models/list_f24_response_aggregated_data.py index a5690344..6df22b2f 100644 --- a/fattureincloud_python_sdk/models/list_f24_response_aggregated_data.py +++ b/fattureincloud_python_sdk/models/list_f24_response_aggregated_data.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_f24_response_aggregation.py b/fattureincloud_python_sdk/models/list_f24_response_aggregation.py index 1cd3a131..3cf61173 100644 --- a/fattureincloud_python_sdk/models/list_f24_response_aggregation.py +++ b/fattureincloud_python_sdk/models/list_f24_response_aggregation.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_f24_response_page.py b/fattureincloud_python_sdk/models/list_f24_response_page.py index d7aa62fa..879e96f7 100644 --- a/fattureincloud_python_sdk/models/list_f24_response_page.py +++ b/fattureincloud_python_sdk/models/list_f24_response_page.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_issued_documents_response.py b/fattureincloud_python_sdk/models/list_issued_documents_response.py index 2c43551e..0f5a7e11 100644 --- a/fattureincloud_python_sdk/models/list_issued_documents_response.py +++ b/fattureincloud_python_sdk/models/list_issued_documents_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_issued_documents_response_page.py b/fattureincloud_python_sdk/models/list_issued_documents_response_page.py index 0bd95bd0..9da765db 100644 --- a/fattureincloud_python_sdk/models/list_issued_documents_response_page.py +++ b/fattureincloud_python_sdk/models/list_issued_documents_response_page.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_languages_response.py b/fattureincloud_python_sdk/models/list_languages_response.py index be580681..12208e2d 100644 --- a/fattureincloud_python_sdk/models/list_languages_response.py +++ b/fattureincloud_python_sdk/models/list_languages_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_payment_accounts_response.py b/fattureincloud_python_sdk/models/list_payment_accounts_response.py index 67c7986e..7e7020a2 100644 --- a/fattureincloud_python_sdk/models/list_payment_accounts_response.py +++ b/fattureincloud_python_sdk/models/list_payment_accounts_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_payment_methods_response.py b/fattureincloud_python_sdk/models/list_payment_methods_response.py index 99b008f6..56ae1318 100644 --- a/fattureincloud_python_sdk/models/list_payment_methods_response.py +++ b/fattureincloud_python_sdk/models/list_payment_methods_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_product_categories_response.py b/fattureincloud_python_sdk/models/list_product_categories_response.py index 3c7007fa..7de52a49 100644 --- a/fattureincloud_python_sdk/models/list_product_categories_response.py +++ b/fattureincloud_python_sdk/models/list_product_categories_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_products_response.py b/fattureincloud_python_sdk/models/list_products_response.py index 0d9eaef0..abf20ca8 100644 --- a/fattureincloud_python_sdk/models/list_products_response.py +++ b/fattureincloud_python_sdk/models/list_products_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_products_response_page.py b/fattureincloud_python_sdk/models/list_products_response_page.py index a180d0b6..c2e7b37b 100644 --- a/fattureincloud_python_sdk/models/list_products_response_page.py +++ b/fattureincloud_python_sdk/models/list_products_response_page.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_receipts_response.py b/fattureincloud_python_sdk/models/list_receipts_response.py index e354cae3..a5bea9b3 100644 --- a/fattureincloud_python_sdk/models/list_receipts_response.py +++ b/fattureincloud_python_sdk/models/list_receipts_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_receipts_response_page.py b/fattureincloud_python_sdk/models/list_receipts_response_page.py index bbc6c43c..d7fdb434 100644 --- a/fattureincloud_python_sdk/models/list_receipts_response_page.py +++ b/fattureincloud_python_sdk/models/list_receipts_response_page.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_received_document_categories_response.py b/fattureincloud_python_sdk/models/list_received_document_categories_response.py index 98dd23a4..26e48bf3 100644 --- a/fattureincloud_python_sdk/models/list_received_document_categories_response.py +++ b/fattureincloud_python_sdk/models/list_received_document_categories_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_received_documents_response.py b/fattureincloud_python_sdk/models/list_received_documents_response.py index c6573a86..91c0b5f7 100644 --- a/fattureincloud_python_sdk/models/list_received_documents_response.py +++ b/fattureincloud_python_sdk/models/list_received_documents_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_received_documents_response_page.py b/fattureincloud_python_sdk/models/list_received_documents_response_page.py index 9b270978..12ea55b4 100644 --- a/fattureincloud_python_sdk/models/list_received_documents_response_page.py +++ b/fattureincloud_python_sdk/models/list_received_documents_response_page.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_revenue_centers_response.py b/fattureincloud_python_sdk/models/list_revenue_centers_response.py index 83a88249..2c4fafb7 100644 --- a/fattureincloud_python_sdk/models/list_revenue_centers_response.py +++ b/fattureincloud_python_sdk/models/list_revenue_centers_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_suppliers_response.py b/fattureincloud_python_sdk/models/list_suppliers_response.py index fa2c782f..999e1483 100644 --- a/fattureincloud_python_sdk/models/list_suppliers_response.py +++ b/fattureincloud_python_sdk/models/list_suppliers_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_suppliers_response_page.py b/fattureincloud_python_sdk/models/list_suppliers_response_page.py index 256fb690..b555f6e5 100644 --- a/fattureincloud_python_sdk/models/list_suppliers_response_page.py +++ b/fattureincloud_python_sdk/models/list_suppliers_response_page.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_templates_response.py b/fattureincloud_python_sdk/models/list_templates_response.py index 6afd7c8e..17ad4011 100644 --- a/fattureincloud_python_sdk/models/list_templates_response.py +++ b/fattureincloud_python_sdk/models/list_templates_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_units_of_measure_response.py b/fattureincloud_python_sdk/models/list_units_of_measure_response.py index 930b4ed1..c29a4d5c 100644 --- a/fattureincloud_python_sdk/models/list_units_of_measure_response.py +++ b/fattureincloud_python_sdk/models/list_units_of_measure_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_user_companies_response.py b/fattureincloud_python_sdk/models/list_user_companies_response.py index dbd63d97..1678cef3 100644 --- a/fattureincloud_python_sdk/models/list_user_companies_response.py +++ b/fattureincloud_python_sdk/models/list_user_companies_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_user_companies_response_data.py b/fattureincloud_python_sdk/models/list_user_companies_response_data.py index d83bbe8c..96dd45e7 100644 --- a/fattureincloud_python_sdk/models/list_user_companies_response_data.py +++ b/fattureincloud_python_sdk/models/list_user_companies_response_data.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_vat_types_response.py b/fattureincloud_python_sdk/models/list_vat_types_response.py index ec1d31d5..bae951ed 100644 --- a/fattureincloud_python_sdk/models/list_vat_types_response.py +++ b/fattureincloud_python_sdk/models/list_vat_types_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py b/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py index 87700e4b..6d7c4fe5 100644 --- a/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py +++ b/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_archive_document_request.py b/fattureincloud_python_sdk/models/modify_archive_document_request.py index f4d5f762..c00643c7 100644 --- a/fattureincloud_python_sdk/models/modify_archive_document_request.py +++ b/fattureincloud_python_sdk/models/modify_archive_document_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_archive_document_response.py b/fattureincloud_python_sdk/models/modify_archive_document_response.py index fbb9b392..8e14564c 100644 --- a/fattureincloud_python_sdk/models/modify_archive_document_response.py +++ b/fattureincloud_python_sdk/models/modify_archive_document_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py b/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py index 7151bb84..a9c7de82 100644 --- a/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py +++ b/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py b/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py index c57ddb2b..63307e26 100644 --- a/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py +++ b/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_client_request.py b/fattureincloud_python_sdk/models/modify_client_request.py index bf2711c3..95f41787 100644 --- a/fattureincloud_python_sdk/models/modify_client_request.py +++ b/fattureincloud_python_sdk/models/modify_client_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_client_response.py b/fattureincloud_python_sdk/models/modify_client_response.py index eea41f49..0c9644d6 100644 --- a/fattureincloud_python_sdk/models/modify_client_response.py +++ b/fattureincloud_python_sdk/models/modify_client_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_f24_request.py b/fattureincloud_python_sdk/models/modify_f24_request.py index cdb84831..723f53ec 100644 --- a/fattureincloud_python_sdk/models/modify_f24_request.py +++ b/fattureincloud_python_sdk/models/modify_f24_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_f24_response.py b/fattureincloud_python_sdk/models/modify_f24_response.py index 41833fe7..cb9fef79 100644 --- a/fattureincloud_python_sdk/models/modify_f24_response.py +++ b/fattureincloud_python_sdk/models/modify_f24_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_issued_document_request.py b/fattureincloud_python_sdk/models/modify_issued_document_request.py index 1222a3cb..b825f716 100644 --- a/fattureincloud_python_sdk/models/modify_issued_document_request.py +++ b/fattureincloud_python_sdk/models/modify_issued_document_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_issued_document_response.py b/fattureincloud_python_sdk/models/modify_issued_document_response.py index 8cdbfb18..b0dbfba5 100644 --- a/fattureincloud_python_sdk/models/modify_issued_document_response.py +++ b/fattureincloud_python_sdk/models/modify_issued_document_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_payment_account_request.py b/fattureincloud_python_sdk/models/modify_payment_account_request.py index 3a7dbd6d..bb6cabde 100644 --- a/fattureincloud_python_sdk/models/modify_payment_account_request.py +++ b/fattureincloud_python_sdk/models/modify_payment_account_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_payment_account_response.py b/fattureincloud_python_sdk/models/modify_payment_account_response.py index 89597adf..1bbaf2c5 100644 --- a/fattureincloud_python_sdk/models/modify_payment_account_response.py +++ b/fattureincloud_python_sdk/models/modify_payment_account_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_payment_method_request.py b/fattureincloud_python_sdk/models/modify_payment_method_request.py index cb7912c4..72edc919 100644 --- a/fattureincloud_python_sdk/models/modify_payment_method_request.py +++ b/fattureincloud_python_sdk/models/modify_payment_method_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_payment_method_response.py b/fattureincloud_python_sdk/models/modify_payment_method_response.py index 179db7d2..efb27aa5 100644 --- a/fattureincloud_python_sdk/models/modify_payment_method_response.py +++ b/fattureincloud_python_sdk/models/modify_payment_method_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_product_request.py b/fattureincloud_python_sdk/models/modify_product_request.py index 2dc748dc..cec59d6b 100644 --- a/fattureincloud_python_sdk/models/modify_product_request.py +++ b/fattureincloud_python_sdk/models/modify_product_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_product_response.py b/fattureincloud_python_sdk/models/modify_product_response.py index 27f3bdef..44dec948 100644 --- a/fattureincloud_python_sdk/models/modify_product_response.py +++ b/fattureincloud_python_sdk/models/modify_product_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_receipt_request.py b/fattureincloud_python_sdk/models/modify_receipt_request.py index 99b2b161..16b9b62f 100644 --- a/fattureincloud_python_sdk/models/modify_receipt_request.py +++ b/fattureincloud_python_sdk/models/modify_receipt_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_receipt_response.py b/fattureincloud_python_sdk/models/modify_receipt_response.py index dfa93167..b6e64d94 100644 --- a/fattureincloud_python_sdk/models/modify_receipt_response.py +++ b/fattureincloud_python_sdk/models/modify_receipt_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_received_document_request.py b/fattureincloud_python_sdk/models/modify_received_document_request.py index 7b4c074a..9cb16295 100644 --- a/fattureincloud_python_sdk/models/modify_received_document_request.py +++ b/fattureincloud_python_sdk/models/modify_received_document_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_received_document_response.py b/fattureincloud_python_sdk/models/modify_received_document_response.py index 68ee664a..e2fe8ba4 100644 --- a/fattureincloud_python_sdk/models/modify_received_document_response.py +++ b/fattureincloud_python_sdk/models/modify_received_document_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_supplier_request.py b/fattureincloud_python_sdk/models/modify_supplier_request.py index c5a76510..52626419 100644 --- a/fattureincloud_python_sdk/models/modify_supplier_request.py +++ b/fattureincloud_python_sdk/models/modify_supplier_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_supplier_response.py b/fattureincloud_python_sdk/models/modify_supplier_response.py index 3601b722..5c31bb82 100644 --- a/fattureincloud_python_sdk/models/modify_supplier_response.py +++ b/fattureincloud_python_sdk/models/modify_supplier_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_vat_type_request.py b/fattureincloud_python_sdk/models/modify_vat_type_request.py index 05782e31..17970b11 100644 --- a/fattureincloud_python_sdk/models/modify_vat_type_request.py +++ b/fattureincloud_python_sdk/models/modify_vat_type_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_vat_type_response.py b/fattureincloud_python_sdk/models/modify_vat_type_response.py index 775406f9..049fa21c 100644 --- a/fattureincloud_python_sdk/models/modify_vat_type_response.py +++ b/fattureincloud_python_sdk/models/modify_vat_type_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py b/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py index 4b76bb3a..84088769 100644 --- a/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py +++ b/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py b/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py index 6af7e1f6..1b7a4b89 100644 --- a/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py +++ b/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/monthly_total.py b/fattureincloud_python_sdk/models/monthly_total.py index 249a57d9..8d602582 100644 --- a/fattureincloud_python_sdk/models/monthly_total.py +++ b/fattureincloud_python_sdk/models/monthly_total.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/original_document_type.py b/fattureincloud_python_sdk/models/original_document_type.py index b6a6ca66..05ded476 100644 --- a/fattureincloud_python_sdk/models/original_document_type.py +++ b/fattureincloud_python_sdk/models/original_document_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/pagination.py b/fattureincloud_python_sdk/models/pagination.py index 8255c5f9..a4ccd149 100644 --- a/fattureincloud_python_sdk/models/pagination.py +++ b/fattureincloud_python_sdk/models/pagination.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/payment_account.py b/fattureincloud_python_sdk/models/payment_account.py index 1d353182..02186e54 100644 --- a/fattureincloud_python_sdk/models/payment_account.py +++ b/fattureincloud_python_sdk/models/payment_account.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/payment_account_type.py b/fattureincloud_python_sdk/models/payment_account_type.py index c648d2d4..bb2c7657 100644 --- a/fattureincloud_python_sdk/models/payment_account_type.py +++ b/fattureincloud_python_sdk/models/payment_account_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/payment_method.py b/fattureincloud_python_sdk/models/payment_method.py index 30fa60aa..5907c4e7 100644 --- a/fattureincloud_python_sdk/models/payment_method.py +++ b/fattureincloud_python_sdk/models/payment_method.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/payment_method_details.py b/fattureincloud_python_sdk/models/payment_method_details.py index 08ae55da..9f4306e7 100644 --- a/fattureincloud_python_sdk/models/payment_method_details.py +++ b/fattureincloud_python_sdk/models/payment_method_details.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/payment_method_type.py b/fattureincloud_python_sdk/models/payment_method_type.py index 3fbe15ee..f701be3b 100644 --- a/fattureincloud_python_sdk/models/payment_method_type.py +++ b/fattureincloud_python_sdk/models/payment_method_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/payment_terms_type.py b/fattureincloud_python_sdk/models/payment_terms_type.py index 8e0fcdc0..36958cca 100644 --- a/fattureincloud_python_sdk/models/payment_terms_type.py +++ b/fattureincloud_python_sdk/models/payment_terms_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/permission_level.py b/fattureincloud_python_sdk/models/permission_level.py index f4b207dc..e92a49eb 100644 --- a/fattureincloud_python_sdk/models/permission_level.py +++ b/fattureincloud_python_sdk/models/permission_level.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/permissions.py b/fattureincloud_python_sdk/models/permissions.py index a374370e..54f86f82 100644 --- a/fattureincloud_python_sdk/models/permissions.py +++ b/fattureincloud_python_sdk/models/permissions.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/permissions_fic_issued_documents_detailed.py b/fattureincloud_python_sdk/models/permissions_fic_issued_documents_detailed.py index 32a4f8fc..1104228e 100644 --- a/fattureincloud_python_sdk/models/permissions_fic_issued_documents_detailed.py +++ b/fattureincloud_python_sdk/models/permissions_fic_issued_documents_detailed.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/product.py b/fattureincloud_python_sdk/models/product.py index ab9082a7..003c4b0c 100644 --- a/fattureincloud_python_sdk/models/product.py +++ b/fattureincloud_python_sdk/models/product.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/receipt.py b/fattureincloud_python_sdk/models/receipt.py index b9a3bc60..49eed853 100644 --- a/fattureincloud_python_sdk/models/receipt.py +++ b/fattureincloud_python_sdk/models/receipt.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/receipt_items_list_item.py b/fattureincloud_python_sdk/models/receipt_items_list_item.py index 2efe15e9..c2c375f0 100644 --- a/fattureincloud_python_sdk/models/receipt_items_list_item.py +++ b/fattureincloud_python_sdk/models/receipt_items_list_item.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/receipt_pre_create_info.py b/fattureincloud_python_sdk/models/receipt_pre_create_info.py index 8ed89598..f46a15be 100644 --- a/fattureincloud_python_sdk/models/receipt_pre_create_info.py +++ b/fattureincloud_python_sdk/models/receipt_pre_create_info.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/receipt_type.py b/fattureincloud_python_sdk/models/receipt_type.py index 3f16598d..5f030612 100644 --- a/fattureincloud_python_sdk/models/receipt_type.py +++ b/fattureincloud_python_sdk/models/receipt_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/received_document.py b/fattureincloud_python_sdk/models/received_document.py index 21b6ad3b..b9e185b3 100644 --- a/fattureincloud_python_sdk/models/received_document.py +++ b/fattureincloud_python_sdk/models/received_document.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/received_document_info.py b/fattureincloud_python_sdk/models/received_document_info.py index ddd3297e..6189fd16 100644 --- a/fattureincloud_python_sdk/models/received_document_info.py +++ b/fattureincloud_python_sdk/models/received_document_info.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/received_document_info_default_values.py b/fattureincloud_python_sdk/models/received_document_info_default_values.py index c3cbe4e9..7fb7275b 100644 --- a/fattureincloud_python_sdk/models/received_document_info_default_values.py +++ b/fattureincloud_python_sdk/models/received_document_info_default_values.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/received_document_info_items_default_values.py b/fattureincloud_python_sdk/models/received_document_info_items_default_values.py index a28acf99..5665115b 100644 --- a/fattureincloud_python_sdk/models/received_document_info_items_default_values.py +++ b/fattureincloud_python_sdk/models/received_document_info_items_default_values.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/received_document_items_list_item.py b/fattureincloud_python_sdk/models/received_document_items_list_item.py index f0abd03f..571b04b2 100644 --- a/fattureincloud_python_sdk/models/received_document_items_list_item.py +++ b/fattureincloud_python_sdk/models/received_document_items_list_item.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/received_document_payments_list_item.py b/fattureincloud_python_sdk/models/received_document_payments_list_item.py index cfc08afb..2268ad6c 100644 --- a/fattureincloud_python_sdk/models/received_document_payments_list_item.py +++ b/fattureincloud_python_sdk/models/received_document_payments_list_item.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/received_document_payments_list_item_payment_terms.py b/fattureincloud_python_sdk/models/received_document_payments_list_item_payment_terms.py index e98773dd..dc740159 100644 --- a/fattureincloud_python_sdk/models/received_document_payments_list_item_payment_terms.py +++ b/fattureincloud_python_sdk/models/received_document_payments_list_item_payment_terms.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/received_document_totals.py b/fattureincloud_python_sdk/models/received_document_totals.py index 803e245c..584f6dbc 100644 --- a/fattureincloud_python_sdk/models/received_document_totals.py +++ b/fattureincloud_python_sdk/models/received_document_totals.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/received_document_type.py b/fattureincloud_python_sdk/models/received_document_type.py index f5f1fc20..9d28158c 100644 --- a/fattureincloud_python_sdk/models/received_document_type.py +++ b/fattureincloud_python_sdk/models/received_document_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/schedule_email_request.py b/fattureincloud_python_sdk/models/schedule_email_request.py index 60a55f02..67c69f57 100644 --- a/fattureincloud_python_sdk/models/schedule_email_request.py +++ b/fattureincloud_python_sdk/models/schedule_email_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/send_e_invoice_request.py b/fattureincloud_python_sdk/models/send_e_invoice_request.py index eafd6543..badf0620 100644 --- a/fattureincloud_python_sdk/models/send_e_invoice_request.py +++ b/fattureincloud_python_sdk/models/send_e_invoice_request.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/send_e_invoice_request_data.py b/fattureincloud_python_sdk/models/send_e_invoice_request_data.py index 2fc94d3b..51861ba4 100644 --- a/fattureincloud_python_sdk/models/send_e_invoice_request_data.py +++ b/fattureincloud_python_sdk/models/send_e_invoice_request_data.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/send_e_invoice_request_options.py b/fattureincloud_python_sdk/models/send_e_invoice_request_options.py index b67f2c52..7fb308cb 100644 --- a/fattureincloud_python_sdk/models/send_e_invoice_request_options.py +++ b/fattureincloud_python_sdk/models/send_e_invoice_request_options.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/send_e_invoice_response.py b/fattureincloud_python_sdk/models/send_e_invoice_response.py index 580a8933..4e29fca2 100644 --- a/fattureincloud_python_sdk/models/send_e_invoice_response.py +++ b/fattureincloud_python_sdk/models/send_e_invoice_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/send_e_invoice_response_data.py b/fattureincloud_python_sdk/models/send_e_invoice_response_data.py index bcb5dd9a..3ce25f6f 100644 --- a/fattureincloud_python_sdk/models/send_e_invoice_response_data.py +++ b/fattureincloud_python_sdk/models/send_e_invoice_response_data.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/sender_email.py b/fattureincloud_python_sdk/models/sender_email.py index f6a4720a..add521ed 100644 --- a/fattureincloud_python_sdk/models/sender_email.py +++ b/fattureincloud_python_sdk/models/sender_email.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/show_totals_mode.py b/fattureincloud_python_sdk/models/show_totals_mode.py index 64aedfcf..bf845945 100644 --- a/fattureincloud_python_sdk/models/show_totals_mode.py +++ b/fattureincloud_python_sdk/models/show_totals_mode.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/supplier.py b/fattureincloud_python_sdk/models/supplier.py index a74715cc..4ce83f50 100644 --- a/fattureincloud_python_sdk/models/supplier.py +++ b/fattureincloud_python_sdk/models/supplier.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/supplier_type.py b/fattureincloud_python_sdk/models/supplier_type.py index 9069fed4..a6a04f91 100644 --- a/fattureincloud_python_sdk/models/supplier_type.py +++ b/fattureincloud_python_sdk/models/supplier_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/transform_issued_document_response.py b/fattureincloud_python_sdk/models/transform_issued_document_response.py index e0d419ea..01fd4890 100644 --- a/fattureincloud_python_sdk/models/transform_issued_document_response.py +++ b/fattureincloud_python_sdk/models/transform_issued_document_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/upload_archive_attachment_response.py b/fattureincloud_python_sdk/models/upload_archive_attachment_response.py index 38540b9f..b9d819da 100644 --- a/fattureincloud_python_sdk/models/upload_archive_attachment_response.py +++ b/fattureincloud_python_sdk/models/upload_archive_attachment_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/upload_f24_attachment_response.py b/fattureincloud_python_sdk/models/upload_f24_attachment_response.py index cb6c5e4a..fdbea74f 100644 --- a/fattureincloud_python_sdk/models/upload_f24_attachment_response.py +++ b/fattureincloud_python_sdk/models/upload_f24_attachment_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/upload_issued_document_attachment_response.py b/fattureincloud_python_sdk/models/upload_issued_document_attachment_response.py index 463cb62e..a0cb82c7 100644 --- a/fattureincloud_python_sdk/models/upload_issued_document_attachment_response.py +++ b/fattureincloud_python_sdk/models/upload_issued_document_attachment_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/upload_received_document_attachment_response.py b/fattureincloud_python_sdk/models/upload_received_document_attachment_response.py index bd6b9b8f..1209c6d2 100644 --- a/fattureincloud_python_sdk/models/upload_received_document_attachment_response.py +++ b/fattureincloud_python_sdk/models/upload_received_document_attachment_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/user.py b/fattureincloud_python_sdk/models/user.py index 6264bc36..b59c5fa3 100644 --- a/fattureincloud_python_sdk/models/user.py +++ b/fattureincloud_python_sdk/models/user.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/user_company_role.py b/fattureincloud_python_sdk/models/user_company_role.py index 30481526..97c96373 100644 --- a/fattureincloud_python_sdk/models/user_company_role.py +++ b/fattureincloud_python_sdk/models/user_company_role.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/vat_item.py b/fattureincloud_python_sdk/models/vat_item.py index 5c720b3f..ff1cd67a 100644 --- a/fattureincloud_python_sdk/models/vat_item.py +++ b/fattureincloud_python_sdk/models/vat_item.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/vat_kind.py b/fattureincloud_python_sdk/models/vat_kind.py index ad450ca9..18be8212 100644 --- a/fattureincloud_python_sdk/models/vat_kind.py +++ b/fattureincloud_python_sdk/models/vat_kind.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/vat_type.py b/fattureincloud_python_sdk/models/vat_type.py index 3a55f3ac..ecabe17f 100644 --- a/fattureincloud_python_sdk/models/vat_type.py +++ b/fattureincloud_python_sdk/models/vat_type.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response.py index c2b94bc4..01025077 100644 --- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response.py +++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error.py index 2cf5a686..a0a2d2ea 100644 --- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error.py +++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.py index 3e8a03ea..c483ec9e 100644 --- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.py +++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_extra.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_extra.py index f14cb325..799466f6 100644 --- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_extra.py +++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_extra.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py index 5bab02fc..50d2b77d 100644 --- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py +++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/verify_e_invoice_xml_response_data.py b/fattureincloud_python_sdk/models/verify_e_invoice_xml_response_data.py index 5adcde43..0c4b67dd 100644 --- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_response_data.py +++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_response_data.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/webhooks_subscription.py b/fattureincloud_python_sdk/models/webhooks_subscription.py index 7aefa6b3..88e1cdc5 100644 --- a/fattureincloud_python_sdk/models/webhooks_subscription.py +++ b/fattureincloud_python_sdk/models/webhooks_subscription.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/webhooks_subscription_config.py b/fattureincloud_python_sdk/models/webhooks_subscription_config.py index 83a1f448..bd7eae5b 100644 --- a/fattureincloud_python_sdk/models/webhooks_subscription_config.py +++ b/fattureincloud_python_sdk/models/webhooks_subscription_config.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py b/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py index 53f753eb..debd5d00 100644 --- a/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py +++ b/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/fattureincloud_python_sdk/rest.py b/fattureincloud_python_sdk/rest.py index 105b8c1d..76eaf952 100644 --- a/fattureincloud_python_sdk/rest.py +++ b/fattureincloud_python_sdk/rest.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) diff --git a/pyproject.toml b/pyproject.toml index cd591672..e14b6d97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "fattureincloud_python_sdk" -version = "2.0.17" +version = "2.0.18" description = "Fatture in Cloud API v2 - API Reference" authors = ["Fatture in Cloud "] license = "MIT" diff --git a/sdk-version.yaml b/sdk-version.yaml index 382249ec..eefda0f6 100644 --- a/sdk-version.yaml +++ b/sdk-version.yaml @@ -1,2 +1,2 @@ info: - version: 2.0.17 + version: 2.0.18 diff --git a/setup.py b/setup.py index 68f6dce1..4017f2a5 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. - The version of the OpenAPI document: 2.0.30 + The version of the OpenAPI document: 2.0.31 Contact: info@fattureincloud.it Generated by OpenAPI Generator (https://openapi-generator.tech) @@ -22,7 +22,7 @@ # prerequisite: setuptools # http://pypi.python.org/pypi/setuptools NAME = "fattureincloud-python-sdk" -VERSION = "2.0.17" +VERSION = "2.0.18" PYTHON_REQUIRES = ">=3.7" REQUIRES = [ "urllib3 >= 1.26.8, < 2.1.0",