diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES
index e3ce76c0..41988c95 100644
--- a/.openapi-generator/FILES
+++ b/.openapi-generator/FILES
@@ -244,6 +244,8 @@ docs/VerifyEInvoiceXmlResponse.md
docs/VerifyEInvoiceXmlResponseData.md
docs/WebhooksApi.md
docs/WebhooksSubscription.md
+docs/WebhooksSubscriptionConfig.md
+docs/WebhooksSubscriptionMapping.md
fattureincloud_python_sdk/__init__.py
fattureincloud_python_sdk/api/__init__.py
fattureincloud_python_sdk/api/archive_api.py
@@ -495,6 +497,9 @@ fattureincloud_python_sdk/models/verify_e_invoice_xml_error_response_extra.py
fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py
fattureincloud_python_sdk/models/verify_e_invoice_xml_response_data.py
fattureincloud_python_sdk/models/webhooks_subscription.py
+fattureincloud_python_sdk/models/webhooks_subscription_config.py
+fattureincloud_python_sdk/models/webhooks_subscription_mapping.py
+fattureincloud_python_sdk/py.typed
fattureincloud_python_sdk/rest.py
pyproject.toml
requirements.txt
@@ -502,3 +507,5 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
+test/test_webhooks_subscription_config.py
+test/test_webhooks_subscription_mapping.py
diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION
index cd802a1e..73a86b19 100644
--- a/.openapi-generator/VERSION
+++ b/.openapi-generator/VERSION
@@ -1 +1 @@
-6.6.0
\ No newline at end of file
+7.0.1
\ No newline at end of file
diff --git a/README.md b/README.md
index 063edefe..d4ad11f7 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,9 @@ 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.29
-- Package version: 2.0.15
-- Build package: org.openapitools.codegen.languages.PythonNextgenClientCodegen
+- API version: 2.0.30
+- Package version: 2.0.16
+- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.fattureincloud.it](https://www.fattureincloud.it)
## Requirements.
@@ -98,7 +98,7 @@ Class | Method | HTTP request | Description
*ClientsApi* | [**list_clients**](docs/ClientsApi.md#list_clients) | **GET** /c/{company_id}/entities/clients | List Clients
*ClientsApi* | [**modify_client**](docs/ClientsApi.md#modify_client) | **PUT** /c/{company_id}/entities/clients/{client_id} | Modify Client
*CompaniesApi* | [**get_company_info**](docs/CompaniesApi.md#get_company_info) | **GET** /c/{company_id}/company/info | Get Company Info
-*EmailsApi* | [**list_emails**](docs/EmailsApi.md#list_emails) | **GET** /c/{company_id}/emails | List emails
+*EmailsApi* | [**list_emails**](docs/EmailsApi.md#list_emails) | **GET** /c/{company_id}/emails | List Emails
*InfoApi* | [**list_archive_categories**](docs/InfoApi.md#list_archive_categories) | **GET** /c/{company_id}/info/archive_categories | List Archive Categories
*InfoApi* | [**list_cities**](docs/InfoApi.md#list_cities) | **GET** /info/cities | List Cities
*InfoApi* | [**list_cost_centers**](docs/InfoApi.md#list_cost_centers) | **GET** /c/{company_id}/info/cost_centers | List Cost Centers
@@ -121,18 +121,18 @@ Class | Method | HTTP request | Description
*IssuedDocumentsApi* | [**get_email_data**](docs/IssuedDocumentsApi.md#get_email_data) | **GET** /c/{company_id}/issued_documents/{document_id}/email | Get Email Data
*IssuedDocumentsApi* | [**get_existing_issued_document_totals**](docs/IssuedDocumentsApi.md#get_existing_issued_document_totals) | **POST** /c/{company_id}/issued_documents/{document_id}/totals | Get Existing Issued Document Totals
*IssuedDocumentsApi* | [**get_issued_document**](docs/IssuedDocumentsApi.md#get_issued_document) | **GET** /c/{company_id}/issued_documents/{document_id} | Get Issued Document
-*IssuedDocumentsApi* | [**get_issued_document_pre_create_info**](docs/IssuedDocumentsApi.md#get_issued_document_pre_create_info) | **GET** /c/{company_id}/issued_documents/info | Get Issued Document Pre-create info
+*IssuedDocumentsApi* | [**get_issued_document_pre_create_info**](docs/IssuedDocumentsApi.md#get_issued_document_pre_create_info) | **GET** /c/{company_id}/issued_documents/info | Get Issued Document Pre-Create Info
*IssuedDocumentsApi* | [**get_new_issued_document_totals**](docs/IssuedDocumentsApi.md#get_new_issued_document_totals) | **POST** /c/{company_id}/issued_documents/totals | Get New Issued Document Totals
-*IssuedDocumentsApi* | [**join_issued_documents**](docs/IssuedDocumentsApi.md#join_issued_documents) | **GET** /c/{company_id}/issued_documents/join | Join issued documents
+*IssuedDocumentsApi* | [**join_issued_documents**](docs/IssuedDocumentsApi.md#join_issued_documents) | **GET** /c/{company_id}/issued_documents/join | Join Issued Documents
*IssuedDocumentsApi* | [**list_issued_documents**](docs/IssuedDocumentsApi.md#list_issued_documents) | **GET** /c/{company_id}/issued_documents | List Issued Documents
*IssuedDocumentsApi* | [**modify_issued_document**](docs/IssuedDocumentsApi.md#modify_issued_document) | **PUT** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document
*IssuedDocumentsApi* | [**schedule_email**](docs/IssuedDocumentsApi.md#schedule_email) | **POST** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email
-*IssuedDocumentsApi* | [**transform_issued_document**](docs/IssuedDocumentsApi.md#transform_issued_document) | **GET** /c/{company_id}/issued_documents/transform | Transform issued document
+*IssuedDocumentsApi* | [**transform_issued_document**](docs/IssuedDocumentsApi.md#transform_issued_document) | **GET** /c/{company_id}/issued_documents/transform | Transform Issued Document
*IssuedDocumentsApi* | [**upload_issued_document_attachment**](docs/IssuedDocumentsApi.md#upload_issued_document_attachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment
-*IssuedEInvoicesApi* | [**get_e_invoice_rejection_reason**](docs/IssuedEInvoicesApi.md#get_e_invoice_rejection_reason) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/error_reason | Get e-invoice rejection reason
-*IssuedEInvoicesApi* | [**get_e_invoice_xml**](docs/IssuedEInvoicesApi.md#get_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml | Get e-invoice XML
-*IssuedEInvoicesApi* | [**send_e_invoice**](docs/IssuedEInvoicesApi.md#send_e_invoice) | **POST** /c/{company_id}/issued_documents/{document_id}/e_invoice/send | Send the e-invoice
-*IssuedEInvoicesApi* | [**verify_e_invoice_xml**](docs/IssuedEInvoicesApi.md#verify_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml_verify | Verify e-invoice XML
+*IssuedEInvoicesApi* | [**get_e_invoice_rejection_reason**](docs/IssuedEInvoicesApi.md#get_e_invoice_rejection_reason) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/error_reason | Get E-Invoice Rejection Reason
+*IssuedEInvoicesApi* | [**get_e_invoice_xml**](docs/IssuedEInvoicesApi.md#get_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml | Get E-Invoice XML
+*IssuedEInvoicesApi* | [**send_e_invoice**](docs/IssuedEInvoicesApi.md#send_e_invoice) | **POST** /c/{company_id}/issued_documents/{document_id}/e_invoice/send | Send E-Invoice
+*IssuedEInvoicesApi* | [**verify_e_invoice_xml**](docs/IssuedEInvoicesApi.md#verify_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml_verify | Verify E-Invoice XML
*ProductsApi* | [**create_product**](docs/ProductsApi.md#create_product) | **POST** /c/{company_id}/products | Create Product
*ProductsApi* | [**delete_product**](docs/ProductsApi.md#delete_product) | **DELETE** /c/{company_id}/products/{product_id} | Delete Product
*ProductsApi* | [**get_product**](docs/ProductsApi.md#get_product) | **GET** /c/{company_id}/products/{product_id} | Get Product
@@ -418,6 +418,8 @@ Class | Method | HTTP request | Description
- [VerifyEInvoiceXmlResponse](docs/VerifyEInvoiceXmlResponse.md)
- [VerifyEInvoiceXmlResponseData](docs/VerifyEInvoiceXmlResponseData.md)
- [WebhooksSubscription](docs/WebhooksSubscription.md)
+ - [WebhooksSubscriptionConfig](docs/WebhooksSubscriptionConfig.md)
+ - [WebhooksSubscriptionMapping](docs/WebhooksSubscriptionMapping.md)
diff --git a/docs/ArchiveApi.md b/docs/ArchiveApi.md
index 8496aa30..4eaacec3 100644
--- a/docs/ArchiveApi.md
+++ b/docs/ArchiveApi.md
@@ -61,6 +61,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -135,6 +136,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -214,6 +216,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -298,6 +301,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -382,6 +386,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -461,6 +466,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/CashbookApi.md b/docs/CashbookApi.md
index 61019951..ba0c9c01 100644
--- a/docs/CashbookApi.md
+++ b/docs/CashbookApi.md
@@ -60,6 +60,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -134,6 +135,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -213,6 +215,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -296,6 +299,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -379,6 +383,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/Client.md b/docs/Client.md
index c045490f..055a5e63 100644
--- a/docs/Client.md
+++ b/docs/Client.md
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
**address_province** | **str** | Client address province | [optional]
**address_extra** | **str** | Client address extra info | [optional]
**country** | **str** | Client country | [optional]
+**country_iso** | **str** | Client country iso code | [optional]
**email** | **str** | Client email | [optional]
**certified_email** | **str** | Client certified email | [optional]
**phone** | **str** | Client phone | [optional]
diff --git a/docs/ClientsApi.md b/docs/ClientsApi.md
index 8ef7e5de..25170061 100644
--- a/docs/ClientsApi.md
+++ b/docs/ClientsApi.md
@@ -60,6 +60,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -132,6 +133,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -211,6 +213,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -295,6 +298,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -378,6 +382,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/CompaniesApi.md b/docs/CompaniesApi.md
index 617f269c..9bd1a8c7 100644
--- a/docs/CompaniesApi.md
+++ b/docs/CompaniesApi.md
@@ -54,6 +54,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/EmailsApi.md b/docs/EmailsApi.md
index 1a0876b6..11a62313 100644
--- a/docs/EmailsApi.md
+++ b/docs/EmailsApi.md
@@ -4,13 +4,13 @@ All URIs are relative to *https://api-v2.fattureincloud.it*
Method | HTTP request | Description
------------- | ------------- | -------------
-[**list_emails**](EmailsApi.md#list_emails) | **GET** /c/{company_id}/emails | List emails
+[**list_emails**](EmailsApi.md#list_emails) | **GET** /c/{company_id}/emails | List Emails
# **list_emails**
> ListEmailsResponse list_emails(company_id)
-List emails
+List Emails
List Emails.
@@ -45,7 +45,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
company_id = 12345 # int | The ID of the company.
try:
- # List emails
+ # List Emails
api_response = api_instance.list_emails(company_id)
print("The response of EmailsApi->list_emails:\n")
pprint(api_response)
@@ -54,6 +54,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/InfoApi.md b/docs/InfoApi.md
index 33a7bb27..0cb017c4 100644
--- a/docs/InfoApi.md
+++ b/docs/InfoApi.md
@@ -69,6 +69,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -145,6 +146,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -219,6 +221,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -293,6 +296,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
This endpoint does not need any parameter.
@@ -363,6 +367,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
This endpoint does not need any parameter.
@@ -433,6 +438,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
This endpoint does not need any parameter.
@@ -503,6 +509,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
This endpoint does not need any parameter.
@@ -573,6 +580,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
This endpoint does not need any parameter.
@@ -647,6 +655,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -728,6 +737,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -795,7 +805,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = fattureincloud_python_sdk.InfoApi(api_client)
company_id = 12345 # int | The ID of the company.
- context = 'context_example' # str |
+ context = 'context_example' # str | Categories resource type.
try:
# List Product Categories
@@ -807,12 +817,13 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
- **context** | **str**| |
+ **context** | **str**| Categories resource type. |
### Return type
@@ -883,6 +894,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -956,6 +968,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -1032,6 +1045,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -1106,6 +1120,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
This endpoint does not need any parameter.
@@ -1178,6 +1193,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/IssuedDocument.md b/docs/IssuedDocument.md
index 99c562d9..7ee27e06 100644
--- a/docs/IssuedDocument.md
+++ b/docs/IssuedDocument.md
@@ -87,6 +87,7 @@ Name | Type | Description | Notes
**attachment_token** | **str** | [Write Only] Issued document attachment token returned by POST /issued_documents/attachment | [optional]
**ei_raw** | **object** | Issued document advanced raw attributes for e-invoices | [optional]
**ei_status** | **str** | [Read only] Status of the e-invoice. * **attempt** - We are trying to send the invoice, please wait up to 2 hours * **missing** - The invoice is missing * **not_sent** - The invoice has yet to be sent * **sent** - The invoice was sent * **pending** - The checks for the digital signature and sending are in progress * **processing** - The SDI is delivering the invoice to the customer * **error** - An error occurred while handling the invoice, please try to resend it or contact support * **discarded** - The invoice has been rejected by the SDI, so it must be corrected and re-sent * **not_delivered** - The SDI was unable to deliver the invoice * **accepted** - The customer accepted the invoice * **rejected** - The customer rejected the invoice, so it must be corrected * **no_response** - A response has not yet been received whithin the deadline, contact the customer to ascertain the status of the invoice * **manual_accepted** - The customer accepted the invoice * **manual_rejected** - The customer rejected the invoice | [optional]
+**locked** | **bool** | Issued Document can't be edited | [optional]
**created_at** | **str** | Issued document creation date | [optional]
**updated_at** | **str** | Issued document last update date | [optional]
diff --git a/docs/IssuedDocumentEiData.md b/docs/IssuedDocumentEiData.md
index 0bf093e5..03c15e75 100644
--- a/docs/IssuedDocumentEiData.md
+++ b/docs/IssuedDocumentEiData.md
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
**od_date** | **date** | E-invoice original document date | [optional]
**cig** | **str** | E-invoice CIG | [optional]
**cup** | **str** | E-invoice CUP | [optional]
-**payment_method** | **str** | E-invoice payment method [required for e-invoices](see https://www.fatturapa.gov.it/export/documenti/fatturapa/v1.2.2/Rappresentazione_Tabellare_FattOrdinaria_V1.2.2.pdf for the accepted values of ModalitaPagamento) | [optional]
+**payment_method** | **str** | E-invoice payment method [required for e-invoices] (see [here](https://www.fatturapa.gov.it/export/documenti/fatturapa/v1.2.2/Rappresentazione_Tabellare_FattOrdinaria_V1.2.2.pdf) for the accepted values of ModalitaPagamento) | [optional]
**bank_name** | **str** | E-invoice bank name | [optional]
**bank_iban** | **str** | E-invoice bank IBAN | [optional]
**bank_beneficiary** | **str** | E-invoice bank beneficiary | [optional]
diff --git a/docs/IssuedDocumentPreCreateInfo.md b/docs/IssuedDocumentPreCreateInfo.md
index 33069107..e22cccef 100644
--- a/docs/IssuedDocumentPreCreateInfo.md
+++ b/docs/IssuedDocumentPreCreateInfo.md
@@ -4,8 +4,8 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**numerations** | **Dict[str, Dict]** | | [optional]
-**dn_numerations** | **Dict[str, Dict]** | | [optional]
+**numerations** | **Dict[str, Dict[str, int]]** | | [optional]
+**dn_numerations** | **Dict[str, Dict[str, int]]** | | [optional]
**default_values** | [**IssuedDocumentPreCreateInfoDefaultValues**](IssuedDocumentPreCreateInfoDefaultValues.md) | | [optional]
**extra_data_default_values** | [**IssuedDocumentPreCreateInfoExtraDataDefaultValues**](IssuedDocumentPreCreateInfoExtraDataDefaultValues.md) | | [optional]
**items_default_values** | [**IssuedDocumentPreCreateInfoItemsDefaultValues**](IssuedDocumentPreCreateInfoItemsDefaultValues.md) | | [optional]
diff --git a/docs/IssuedDocumentsApi.md b/docs/IssuedDocumentsApi.md
index f116bcfe..a9a02edd 100644
--- a/docs/IssuedDocumentsApi.md
+++ b/docs/IssuedDocumentsApi.md
@@ -10,13 +10,13 @@ Method | HTTP request | Description
[**get_email_data**](IssuedDocumentsApi.md#get_email_data) | **GET** /c/{company_id}/issued_documents/{document_id}/email | Get Email Data
[**get_existing_issued_document_totals**](IssuedDocumentsApi.md#get_existing_issued_document_totals) | **POST** /c/{company_id}/issued_documents/{document_id}/totals | Get Existing Issued Document Totals
[**get_issued_document**](IssuedDocumentsApi.md#get_issued_document) | **GET** /c/{company_id}/issued_documents/{document_id} | Get Issued Document
-[**get_issued_document_pre_create_info**](IssuedDocumentsApi.md#get_issued_document_pre_create_info) | **GET** /c/{company_id}/issued_documents/info | Get Issued Document Pre-create info
+[**get_issued_document_pre_create_info**](IssuedDocumentsApi.md#get_issued_document_pre_create_info) | **GET** /c/{company_id}/issued_documents/info | Get Issued Document Pre-Create Info
[**get_new_issued_document_totals**](IssuedDocumentsApi.md#get_new_issued_document_totals) | **POST** /c/{company_id}/issued_documents/totals | Get New Issued Document Totals
-[**join_issued_documents**](IssuedDocumentsApi.md#join_issued_documents) | **GET** /c/{company_id}/issued_documents/join | Join issued documents
+[**join_issued_documents**](IssuedDocumentsApi.md#join_issued_documents) | **GET** /c/{company_id}/issued_documents/join | Join Issued Documents
[**list_issued_documents**](IssuedDocumentsApi.md#list_issued_documents) | **GET** /c/{company_id}/issued_documents | List Issued Documents
[**modify_issued_document**](IssuedDocumentsApi.md#modify_issued_document) | **PUT** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document
[**schedule_email**](IssuedDocumentsApi.md#schedule_email) | **POST** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email
-[**transform_issued_document**](IssuedDocumentsApi.md#transform_issued_document) | **GET** /c/{company_id}/issued_documents/transform | Transform issued document
+[**transform_issued_document**](IssuedDocumentsApi.md#transform_issued_document) | **GET** /c/{company_id}/issued_documents/transform | Transform Issued Document
[**upload_issued_document_attachment**](IssuedDocumentsApi.md#upload_issued_document_attachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment
@@ -69,6 +69,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -142,6 +143,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -216,6 +218,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -293,6 +296,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -370,6 +374,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -450,6 +455,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -484,7 +490,7 @@ Name | Type | Description | Notes
# **get_issued_document_pre_create_info**
> GetIssuedDocumentPreCreateInfoResponse get_issued_document_pre_create_info(company_id, type)
-Get Issued Document Pre-create info
+Get Issued Document Pre-Create Info
Retrieves the information useful while creating a new document.
@@ -520,7 +526,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
type = 'type_example' # str | The type of the issued document.
try:
- # Get Issued Document Pre-create info
+ # Get Issued Document Pre-Create Info
api_response = api_instance.get_issued_document_pre_create_info(company_id, type)
print("The response of IssuedDocumentsApi->get_issued_document_pre_create_info:\n")
pprint(api_response)
@@ -529,6 +535,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -605,6 +612,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -636,7 +644,7 @@ Name | Type | Description | Notes
# **join_issued_documents**
> JoinIssuedDocumentsResponse join_issued_documents(company_id, ids, group=group, e_invoice=e_invoice)
-Join issued documents
+Join Issued Documents
Joins issued documents.
@@ -674,7 +682,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
e_invoice = 56 # int | New document e_invoice. (optional)
try:
- # Join issued documents
+ # Join Issued Documents
api_response = api_instance.join_issued_documents(company_id, ids, group=group, e_invoice=e_invoice)
print("The response of IssuedDocumentsApi->join_issued_documents:\n")
pprint(api_response)
@@ -683,6 +691,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -767,6 +776,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -853,6 +863,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -930,6 +941,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -963,7 +975,7 @@ void (empty response body)
# **transform_issued_document**
> TransformIssuedDocumentResponse transform_issued_document(company_id, original_document_id, new_type, e_invoice=e_invoice, transform_keep_copy=transform_keep_copy)
-Transform issued document
+Transform Issued Document
Transforms the document.
@@ -1002,7 +1014,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
transform_keep_copy = 56 # int | Keep the old document. (optional)
try:
- # Transform issued document
+ # Transform Issued Document
api_response = api_instance.transform_issued_document(company_id, original_document_id, new_type, e_invoice=e_invoice, transform_keep_copy=transform_keep_copy)
print("The response of IssuedDocumentsApi->transform_issued_document:\n")
pprint(api_response)
@@ -1011,6 +1023,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -1090,6 +1103,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/IssuedEInvoicesApi.md b/docs/IssuedEInvoicesApi.md
index de4223bd..e755f5ec 100644
--- a/docs/IssuedEInvoicesApi.md
+++ b/docs/IssuedEInvoicesApi.md
@@ -4,16 +4,16 @@ All URIs are relative to *https://api-v2.fattureincloud.it*
Method | HTTP request | Description
------------- | ------------- | -------------
-[**get_e_invoice_rejection_reason**](IssuedEInvoicesApi.md#get_e_invoice_rejection_reason) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/error_reason | Get e-invoice rejection reason
-[**get_e_invoice_xml**](IssuedEInvoicesApi.md#get_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml | Get e-invoice XML
-[**send_e_invoice**](IssuedEInvoicesApi.md#send_e_invoice) | **POST** /c/{company_id}/issued_documents/{document_id}/e_invoice/send | Send the e-invoice
-[**verify_e_invoice_xml**](IssuedEInvoicesApi.md#verify_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml_verify | Verify e-invoice XML
+[**get_e_invoice_rejection_reason**](IssuedEInvoicesApi.md#get_e_invoice_rejection_reason) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/error_reason | Get E-Invoice Rejection Reason
+[**get_e_invoice_xml**](IssuedEInvoicesApi.md#get_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml | Get E-Invoice XML
+[**send_e_invoice**](IssuedEInvoicesApi.md#send_e_invoice) | **POST** /c/{company_id}/issued_documents/{document_id}/e_invoice/send | Send E-Invoice
+[**verify_e_invoice_xml**](IssuedEInvoicesApi.md#verify_e_invoice_xml) | **GET** /c/{company_id}/issued_documents/{document_id}/e_invoice/xml_verify | Verify E-Invoice XML
# **get_e_invoice_rejection_reason**
> GetEInvoiceRejectionReasonResponse get_e_invoice_rejection_reason(company_id, document_id)
-Get e-invoice rejection reason
+Get E-Invoice Rejection Reason
Get e-invoice rejection reason
@@ -49,7 +49,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
document_id = 56 # int | The ID of the document.
try:
- # Get e-invoice rejection reason
+ # Get E-Invoice Rejection Reason
api_response = api_instance.get_e_invoice_rejection_reason(company_id, document_id)
print("The response of IssuedEInvoicesApi->get_e_invoice_rejection_reason:\n")
pprint(api_response)
@@ -58,6 +58,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -88,7 +89,7 @@ Name | Type | Description | Notes
# **get_e_invoice_xml**
> str get_e_invoice_xml(company_id, document_id, include_attachment=include_attachment)
-Get e-invoice XML
+Get E-Invoice XML
Downloads the e-invoice in XML format.
@@ -124,7 +125,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
include_attachment = True # bool | Include the attachment to the XML e-invoice. (optional)
try:
- # Get e-invoice XML
+ # Get E-Invoice XML
api_response = api_instance.get_e_invoice_xml(company_id, document_id, include_attachment=include_attachment)
print("The response of IssuedEInvoicesApi->get_e_invoice_xml:\n")
pprint(api_response)
@@ -133,6 +134,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -166,7 +168,7 @@ Name | Type | Description | Notes
# **send_e_invoice**
> SendEInvoiceResponse send_e_invoice(company_id, document_id, send_e_invoice_request=send_e_invoice_request)
-Send the e-invoice
+Send E-Invoice
Sends the e-invoice to SDI.
@@ -204,7 +206,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
send_e_invoice_request = {"data":{"withholding_tax_causal":"causale"}} # SendEInvoiceRequest | (optional)
try:
- # Send the e-invoice
+ # Send E-Invoice
api_response = api_instance.send_e_invoice(company_id, document_id, send_e_invoice_request=send_e_invoice_request)
print("The response of IssuedEInvoicesApi->send_e_invoice:\n")
pprint(api_response)
@@ -213,6 +215,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -246,7 +249,7 @@ Name | Type | Description | Notes
# **verify_e_invoice_xml**
> VerifyEInvoiceXmlResponse verify_e_invoice_xml(company_id, document_id)
-Verify e-invoice XML
+Verify E-Invoice XML
Verifies the e-invoice XML format. Checks if all of the mandatory fields are filled and compliant to the right format.
@@ -282,7 +285,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
document_id = 56 # int | The ID of the document.
try:
- # Verify e-invoice XML
+ # Verify E-Invoice XML
api_response = api_instance.verify_e_invoice_xml(company_id, document_id)
print("The response of IssuedEInvoicesApi->verify_e_invoice_xml:\n")
pprint(api_response)
@@ -291,6 +294,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/ProductsApi.md b/docs/ProductsApi.md
index 4c7ebe5c..d3227561 100644
--- a/docs/ProductsApi.md
+++ b/docs/ProductsApi.md
@@ -60,6 +60,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -132,6 +133,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -211,6 +213,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -295,6 +298,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -378,6 +382,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/ReceiptPreCreateInfo.md b/docs/ReceiptPreCreateInfo.md
index 1110af26..6b5138f0 100644
--- a/docs/ReceiptPreCreateInfo.md
+++ b/docs/ReceiptPreCreateInfo.md
@@ -4,7 +4,7 @@
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
-**numerations** | **Dict[str, Dict]** | | [optional]
+**numerations** | **Dict[str, Dict[str, int]]** | | [optional]
**numerations_list** | **List[str]** | Receipt used numerations list | [optional]
**rc_centers_list** | **List[str]** | Receipt used revenue centers list | [optional]
**payment_accounts_list** | [**List[PaymentAccount]**](PaymentAccount.md) | Payment accounts list | [optional]
diff --git a/docs/ReceiptsApi.md b/docs/ReceiptsApi.md
index deeccffa..71a6e8fb 100644
--- a/docs/ReceiptsApi.md
+++ b/docs/ReceiptsApi.md
@@ -62,6 +62,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -135,6 +136,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -214,6 +216,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -292,6 +295,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -369,6 +373,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -452,6 +457,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -535,6 +541,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/ReceivedDocument.md b/docs/ReceivedDocument.md
index aed4a474..e40a2c79 100644
--- a/docs/ReceivedDocument.md
+++ b/docs/ReceivedDocument.md
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
**attachment_preview_url** | **str** | [Temporary] [Read Only] Received document url of the attachment preview | [optional] [readonly]
**auto_calculate** | **bool** | Received document total items amount and total payments amount can differ if this field is set to false | [optional]
**attachment_token** | **str** | [Write Only] Received document attachment token returned by POST /received_documents/attachment | [optional]
+**locked** | **bool** | Received Document can't be edited | [optional]
**created_at** | **str** | Received document creation date | [optional]
**updated_at** | **str** | Received document last update date | [optional]
diff --git a/docs/ReceivedDocumentsApi.md b/docs/ReceivedDocumentsApi.md
index 7a90811a..6e406515 100644
--- a/docs/ReceivedDocumentsApi.md
+++ b/docs/ReceivedDocumentsApi.md
@@ -65,6 +65,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -137,6 +138,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -211,6 +213,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -290,6 +293,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -367,6 +371,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -446,6 +451,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -525,6 +531,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -606,6 +613,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -690,6 +698,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -769,6 +778,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/SettingsApi.md b/docs/SettingsApi.md
index 7225140c..72ead256 100644
--- a/docs/SettingsApi.md
+++ b/docs/SettingsApi.md
@@ -67,6 +67,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -143,6 +144,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -219,6 +221,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -291,6 +294,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -363,6 +367,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -435,6 +440,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -512,6 +518,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -591,6 +598,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -668,6 +676,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -745,6 +754,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -823,6 +833,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -901,6 +912,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/Supplier.md b/docs/Supplier.md
index 45ed306e..99ec143a 100644
--- a/docs/Supplier.md
+++ b/docs/Supplier.md
@@ -19,6 +19,7 @@ Name | Type | Description | Notes
**address_province** | **str** | Supplier province | [optional]
**address_extra** | **str** | Supplier address extra info | [optional]
**country** | **str** | Supplier country | [optional]
+**country_iso** | **str** | Supplier country iso code | [optional]
**email** | **str** | Supplier email | [optional]
**certified_email** | **str** | Supplier certified email | [optional]
**phone** | **str** | Supplier phone | [optional]
diff --git a/docs/SuppliersApi.md b/docs/SuppliersApi.md
index c42e814a..c0cd5506 100644
--- a/docs/SuppliersApi.md
+++ b/docs/SuppliersApi.md
@@ -60,6 +60,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -132,6 +133,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -211,6 +213,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -295,6 +298,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -378,6 +382,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/TaxesApi.md b/docs/TaxesApi.md
index b55df78e..74d13134 100644
--- a/docs/TaxesApi.md
+++ b/docs/TaxesApi.md
@@ -62,6 +62,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -136,6 +137,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -210,6 +212,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -289,6 +292,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -373,6 +377,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -456,6 +461,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -535,6 +541,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/UserApi.md b/docs/UserApi.md
index f2f0e16a..b21883d1 100644
--- a/docs/UserApi.md
+++ b/docs/UserApi.md
@@ -54,6 +54,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
This endpoint does not need any parameter.
@@ -124,6 +125,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
This endpoint does not need any parameter.
diff --git a/docs/WebhooksApi.md b/docs/WebhooksApi.md
index 508ed05d..5784b8af 100644
--- a/docs/WebhooksApi.md
+++ b/docs/WebhooksApi.md
@@ -60,6 +60,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -132,6 +133,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -207,6 +209,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -281,6 +284,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
@@ -357,6 +361,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
```
+
### Parameters
Name | Type | Description | Notes
diff --git a/docs/WebhooksSubscription.md b/docs/WebhooksSubscription.md
index 4141792f..94758a90 100644
--- a/docs/WebhooksSubscription.md
+++ b/docs/WebhooksSubscription.md
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
**sink** | **str** | Webhooks callback uri. | [optional]
**verified** | **bool** | [Read Only] True if the webhooks subscription has been verified. | [optional]
**types** | [**List[EventType]**](EventType.md) | Webhooks events types. | [optional]
+**config** | [**WebhooksSubscriptionConfig**](WebhooksSubscriptionConfig.md) | | [optional]
## Example
diff --git a/docs/WebhooksSubscriptionConfig.md b/docs/WebhooksSubscriptionConfig.md
new file mode 100644
index 00000000..6efdd4a6
--- /dev/null
+++ b/docs/WebhooksSubscriptionConfig.md
@@ -0,0 +1,28 @@
+# WebhooksSubscriptionConfig
+
+
+## Properties
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+**mapping** | [**WebhooksSubscriptionMapping**](WebhooksSubscriptionMapping.md) | | [optional]
+
+## Example
+
+```python
+from fattureincloud_python_sdk.models.webhooks_subscription_config import WebhooksSubscriptionConfig
+
+# TODO update the JSON string below
+json = "{}"
+# create an instance of WebhooksSubscriptionConfig from a JSON string
+webhooks_subscription_config_instance = WebhooksSubscriptionConfig.from_json(json)
+# print the JSON string representation of the object
+print WebhooksSubscriptionConfig.to_json()
+
+# convert the object into a dict
+webhooks_subscription_config_dict = webhooks_subscription_config_instance.to_dict()
+# create an instance of WebhooksSubscriptionConfig from a dict
+webhooks_subscription_config_form_dict = webhooks_subscription_config.from_dict(webhooks_subscription_config_dict)
+```
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
+
diff --git a/docs/WebhooksSubscriptionMapping.md b/docs/WebhooksSubscriptionMapping.md
new file mode 100644
index 00000000..63817ea2
--- /dev/null
+++ b/docs/WebhooksSubscriptionMapping.md
@@ -0,0 +1,11 @@
+# WebhooksSubscriptionMapping
+
+Webhooks Subscription mapping
+
+## Properties
+Name | Type | Description | Notes
+------------ | ------------- | ------------- | -------------
+
+[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
+
+
diff --git a/fattureincloud_python_sdk/__init__.py b/fattureincloud_python_sdk/__init__.py
index 65f0007d..99a55717 100644
--- a/fattureincloud_python_sdk/__init__.py
+++ b/fattureincloud_python_sdk/__init__.py
@@ -5,17 +5,17 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
-__version__ = "2.0.15"
+__version__ = "2.0.16"
# import apis into sdk package
from fattureincloud_python_sdk.api.archive_api import ArchiveApi
@@ -553,3 +553,9 @@
VerifyEInvoiceXmlResponseData,
)
from fattureincloud_python_sdk.models.webhooks_subscription import WebhooksSubscription
+from fattureincloud_python_sdk.models.webhooks_subscription_config import (
+ WebhooksSubscriptionConfig,
+)
+from fattureincloud_python_sdk.models.webhooks_subscription_mapping import (
+ WebhooksSubscriptionMapping,
+)
diff --git a/fattureincloud_python_sdk/api/archive_api.py b/fattureincloud_python_sdk/api/archive_api.py
index ad38e997..25f3aa3c 100644
--- a/fattureincloud_python_sdk/api/archive_api.py
+++ b/fattureincloud_python_sdk/api/archive_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictBytes, StrictInt, StrictStr, conint
from typing import Optional, Union
@@ -54,14 +54,14 @@
)
-class ArchiveApi(object):
+class ArchiveApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -93,10 +93,10 @@ def create_archive_document(
:type create_archive_document_request: CreateArchiveDocumentRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -104,9 +104,8 @@ def create_archive_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_archive_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_archive_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_archive_document_with_http_info(
company_id, create_archive_document_request, **kwargs
) # noqa: E501
@@ -272,10 +271,10 @@ def delete_archive_document(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -283,9 +282,8 @@ def delete_archive_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_archive_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_archive_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_archive_document_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -443,10 +441,10 @@ def get_archive_document(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -454,9 +452,8 @@ def get_archive_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_archive_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_archive_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_archive_document_with_http_info(
company_id, document_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -658,10 +655,10 @@ def list_archive_documents(
:type q: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -669,9 +666,8 @@ def list_archive_documents(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_archive_documents_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_archive_documents_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_archive_documents_with_http_info(
company_id, fields, fieldset, sort, page, per_page, q, **kwargs
) # noqa: E501
@@ -886,10 +882,10 @@ def modify_archive_document(
:type modify_archive_document_request: ModifyArchiveDocumentRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -897,9 +893,8 @@ def modify_archive_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_archive_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_archive_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_archive_document_with_http_info(
company_id, document_id, modify_archive_document_request, **kwargs
) # noqa: E501
@@ -1081,10 +1076,10 @@ def upload_archive_document_attachment(
:type attachment: bytearray
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1092,9 +1087,8 @@ def upload_archive_document_attachment(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the upload_archive_document_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the upload_archive_document_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.upload_archive_document_attachment_with_http_info(
company_id, filename, attachment, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/cashbook_api.py b/fattureincloud_python_sdk/api/cashbook_api.py
index 236cb051..5e5b733a 100644
--- a/fattureincloud_python_sdk/api/cashbook_api.py
+++ b/fattureincloud_python_sdk/api/cashbook_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictInt, StrictStr
from typing import Optional
@@ -51,14 +51,14 @@
)
-class CashbookApi(object):
+class CashbookApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -89,10 +89,10 @@ def create_cashbook_entry(
:type create_cashbook_entry_request: CreateCashbookEntryRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -100,9 +100,8 @@ def create_cashbook_entry(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_cashbook_entry_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_cashbook_entry_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_cashbook_entry_with_http_info(
company_id, create_cashbook_entry_request, **kwargs
) # noqa: E501
@@ -267,10 +266,10 @@ def delete_cashbook_entry(
:type document_id: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -278,9 +277,8 @@ def delete_cashbook_entry(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_cashbook_entry_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_cashbook_entry_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_cashbook_entry_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -438,10 +436,10 @@ def get_cashbook_entry(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -449,9 +447,8 @@ def get_cashbook_entry(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_cashbook_entry_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_cashbook_entry_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_cashbook_entry_with_http_info(
company_id, document_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -640,10 +637,10 @@ def list_cashbook_entries(
:type payment_account_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -651,9 +648,8 @@ def list_cashbook_entries(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_cashbook_entries_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_cashbook_entries_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_cashbook_entries_with_http_info(
company_id, date_from, date_to, year, type, payment_account_id, **kwargs
) # noqa: E501
@@ -850,10 +846,10 @@ def modify_cashbook_entry(
:type modify_cashbook_entry_request: ModifyCashbookEntryRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -861,9 +857,8 @@ def modify_cashbook_entry(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_cashbook_entry_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_cashbook_entry_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_cashbook_entry_with_http_info(
company_id, document_id, modify_cashbook_entry_request, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/clients_api.py b/fattureincloud_python_sdk/api/clients_api.py
index 9193b478..bfb63328 100644
--- a/fattureincloud_python_sdk/api/clients_api.py
+++ b/fattureincloud_python_sdk/api/clients_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictInt, StrictStr, conint
from typing import Optional
@@ -39,14 +39,14 @@
)
-class ClientsApi(object):
+class ClientsApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -77,10 +77,10 @@ def create_client(
:type create_client_request: CreateClientRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -88,9 +88,8 @@ def create_client(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_client_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_client_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_client_with_http_info(
company_id, create_client_request, **kwargs
) # noqa: E501
@@ -253,10 +252,10 @@ def delete_client(
:type client_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -264,9 +263,8 @@ def delete_client(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_client_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_client_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_client_with_http_info(
company_id, client_id, **kwargs
) # noqa: E501
@@ -424,10 +422,10 @@ def get_client(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -435,9 +433,8 @@ def get_client(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_client_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_client_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_client_with_http_info(
company_id, client_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -639,10 +636,10 @@ def list_clients(
:type q: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -650,9 +647,8 @@ def list_clients(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_clients_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_clients_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_clients_with_http_info(
company_id, fields, fieldset, sort, page, per_page, q, **kwargs
) # noqa: E501
@@ -868,10 +864,10 @@ def modify_client(
:type modify_client_request: ModifyClientRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -879,9 +875,8 @@ def modify_client(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_client_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_client_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_client_with_http_info(
company_id, client_id, modify_client_request, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/companies_api.py b/fattureincloud_python_sdk/api/companies_api.py
index 88feff07..cdcd80da 100644
--- a/fattureincloud_python_sdk/api/companies_api.py
+++ b/fattureincloud_python_sdk/api/companies_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictInt
from fattureincloud_python_sdk.models.get_company_info_response import (
@@ -34,14 +34,14 @@
)
-class CompaniesApi(object):
+class CompaniesApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -67,10 +67,10 @@ def get_company_info(
:type company_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -78,9 +78,8 @@ def get_company_info(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_company_info_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_company_info_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_company_info_with_http_info(company_id, **kwargs) # noqa: E501
@validate_arguments
diff --git a/fattureincloud_python_sdk/api/emails_api.py b/fattureincloud_python_sdk/api/emails_api.py
index 8a43d679..64b7867f 100644
--- a/fattureincloud_python_sdk/api/emails_api.py
+++ b/fattureincloud_python_sdk/api/emails_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictInt
from fattureincloud_python_sdk.models.list_emails_response import ListEmailsResponse
@@ -32,14 +32,14 @@
)
-class EmailsApi(object):
+class EmailsApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -52,7 +52,7 @@ def list_emails(
],
**kwargs
) -> ListEmailsResponse: # noqa: E501
- """List emails # noqa: E501
+ """List Emails # noqa: E501
List Emails. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -65,10 +65,10 @@ def list_emails(
:type company_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -76,9 +76,8 @@ def list_emails(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_emails_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_emails_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_emails_with_http_info(company_id, **kwargs) # noqa: E501
@validate_arguments
@@ -89,7 +88,7 @@ def list_emails_with_http_info(
],
**kwargs
) -> ApiResponse: # noqa: E501
- """List emails # noqa: E501
+ """List Emails # noqa: E501
List Emails. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
diff --git a/fattureincloud_python_sdk/api/info_api.py b/fattureincloud_python_sdk/api/info_api.py
index 1a3d9e5b..5f101a12 100644
--- a/fattureincloud_python_sdk/api/info_api.py
+++ b/fattureincloud_python_sdk/api/info_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictBool, StrictInt, StrictStr
from typing import Optional
@@ -79,14 +79,14 @@
)
-class InfoApi(object):
+class InfoApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -112,10 +112,10 @@ def list_archive_categories(
:type company_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -123,9 +123,8 @@ def list_archive_categories(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_archive_categories_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_archive_categories_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_archive_categories_with_http_info(
company_id, **kwargs
) # noqa: E501
@@ -275,10 +274,10 @@ def list_cities(
:type city: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -286,9 +285,8 @@ def list_cities(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_cities_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_cities_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_cities_with_http_info(
postal_code, city, **kwargs
) # noqa: E501
@@ -440,10 +438,10 @@ def list_cost_centers(
:type company_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -451,9 +449,8 @@ def list_cost_centers(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_cost_centers_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_cost_centers_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_cost_centers_with_http_info(company_id, **kwargs) # noqa: E501
@validate_arguments
@@ -587,10 +584,10 @@ def list_countries(self, **kwargs) -> ListCountriesResponse: # noqa: E501
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -598,9 +595,8 @@ def list_countries(self, **kwargs) -> ListCountriesResponse: # noqa: E501
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_countries_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_countries_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_countries_with_http_info(**kwargs) # noqa: E501
@validate_arguments
@@ -723,10 +719,10 @@ def list_currencies(self, **kwargs) -> ListCurrenciesResponse: # noqa: E501
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -734,9 +730,8 @@ def list_currencies(self, **kwargs) -> ListCurrenciesResponse: # noqa: E501
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_currencies_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_currencies_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_currencies_with_http_info(**kwargs) # noqa: E501
@validate_arguments
@@ -861,10 +856,10 @@ def list_delivery_notes_default_causals(
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -872,9 +867,8 @@ def list_delivery_notes_default_causals(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_delivery_notes_default_causals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_delivery_notes_default_causals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_delivery_notes_default_causals_with_http_info(
**kwargs
) # noqa: E501
@@ -1003,10 +997,10 @@ def list_detailed_countries(
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1014,9 +1008,8 @@ def list_detailed_countries(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_detailed_countries_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_detailed_countries_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_detailed_countries_with_http_info(**kwargs) # noqa: E501
@validate_arguments
@@ -1141,10 +1134,10 @@ def list_languages(self, **kwargs) -> ListLanguagesResponse: # noqa: E501
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1152,9 +1145,8 @@ def list_languages(self, **kwargs) -> ListLanguagesResponse: # noqa: E501
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_languages_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_languages_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_languages_with_http_info(**kwargs) # noqa: E501
@validate_arguments
@@ -1303,10 +1295,10 @@ def list_payment_accounts(
:type sort: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1314,9 +1306,8 @@ def list_payment_accounts(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_payment_accounts_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_payment_accounts_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_payment_accounts_with_http_info(
company_id, fields, fieldset, sort, **kwargs
) # noqa: E501
@@ -1505,10 +1496,10 @@ def list_payment_methods(
:type sort: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1516,9 +1507,8 @@ def list_payment_methods(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_payment_methods_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_payment_methods_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_payment_methods_with_http_info(
company_id, fields, fieldset, sort, **kwargs
) # noqa: E501
@@ -1674,7 +1664,9 @@ def list_product_categories(
company_id: Annotated[
StrictInt, Field(..., description="The ID of the company.")
],
- context: StrictStr,
+ context: Annotated[
+ StrictStr, Field(..., description="Categories resource type.")
+ ],
**kwargs
) -> ListProductCategoriesResponse: # noqa: E501
"""List Product Categories # noqa: E501
@@ -1688,14 +1680,14 @@ def list_product_categories(
:param company_id: The ID of the company. (required)
:type company_id: int
- :param context: (required)
+ :param context: Categories resource type. (required)
:type context: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1703,9 +1695,8 @@ def list_product_categories(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_product_categories_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_product_categories_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_product_categories_with_http_info(
company_id, context, **kwargs
) # noqa: E501
@@ -1716,7 +1707,9 @@ def list_product_categories_with_http_info(
company_id: Annotated[
StrictInt, Field(..., description="The ID of the company.")
],
- context: StrictStr,
+ context: Annotated[
+ StrictStr, Field(..., description="Categories resource type.")
+ ],
**kwargs
) -> ApiResponse: # noqa: E501
"""List Product Categories # noqa: E501
@@ -1730,7 +1723,7 @@ def list_product_categories_with_http_info(
:param company_id: The ID of the company. (required)
:type company_id: int
- :param context: (required)
+ :param context: Categories resource type. (required)
:type context: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
@@ -1855,10 +1848,10 @@ def list_received_document_categories(
:type company_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1866,9 +1859,8 @@ def list_received_document_categories(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_received_document_categories_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_received_document_categories_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_received_document_categories_with_http_info(
company_id, **kwargs
) # noqa: E501
@@ -2010,10 +2002,10 @@ def list_revenue_centers(
:type company_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -2021,9 +2013,8 @@ def list_revenue_centers(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_revenue_centers_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_revenue_centers_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_revenue_centers_with_http_info(
company_id, **kwargs
) # noqa: E501
@@ -2175,10 +2166,10 @@ def list_templates(
:type by_type: bool
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -2186,9 +2177,8 @@ def list_templates(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_templates_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_templates_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_templates_with_http_info(type, by_type, **kwargs) # noqa: E501
@validate_arguments
@@ -2335,10 +2325,10 @@ def list_units_of_measure(
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -2346,9 +2336,8 @@ def list_units_of_measure(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_units_of_measure_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_units_of_measure_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_units_of_measure_with_http_info(**kwargs) # noqa: E501
@validate_arguments
@@ -2486,10 +2475,10 @@ def list_vat_types(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -2497,9 +2486,8 @@ def list_vat_types(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_vat_types_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_vat_types_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_vat_types_with_http_info(
company_id, fieldset, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/issued_documents_api.py b/fattureincloud_python_sdk/api/issued_documents_api.py
index e37eecf9..dd96d75a 100644
--- a/fattureincloud_python_sdk/api/issued_documents_api.py
+++ b/fattureincloud_python_sdk/api/issued_documents_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictBytes, StrictInt, StrictStr, conint
from typing import Optional, Union
@@ -79,14 +79,14 @@
)
-class IssuedDocumentsApi(object):
+class IssuedDocumentsApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -118,10 +118,10 @@ def create_issued_document(
:type create_issued_document_request: CreateIssuedDocumentRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -129,9 +129,8 @@ def create_issued_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_issued_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_issued_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_issued_document_with_http_info(
company_id, create_issued_document_request, **kwargs
) # noqa: E501
@@ -296,10 +295,10 @@ def delete_issued_document(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -307,9 +306,8 @@ def delete_issued_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_issued_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_issued_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_issued_document_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -457,10 +455,10 @@ def delete_issued_document_attachment(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -468,9 +466,8 @@ def delete_issued_document_attachment(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_issued_document_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_issued_document_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_issued_document_attachment_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -618,10 +615,10 @@ def get_email_data(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -629,9 +626,8 @@ def get_email_data(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_email_data_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_email_data_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_email_data_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -791,10 +787,10 @@ def get_existing_issued_document_totals(
:type get_existing_issued_document_totals_request: GetExistingIssuedDocumentTotalsRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -802,9 +798,8 @@ def get_existing_issued_document_totals(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_existing_issued_document_totals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_existing_issued_document_totals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_existing_issued_document_totals_with_http_info(
company_id,
document_id,
@@ -994,10 +989,10 @@ def get_issued_document(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1005,9 +1000,8 @@ def get_issued_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_issued_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_issued_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_issued_document_with_http_info(
company_id, document_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -1165,7 +1159,7 @@ def get_issued_document_pre_create_info(
],
**kwargs
) -> GetIssuedDocumentPreCreateInfoResponse: # noqa: E501
- """Get Issued Document Pre-create info # noqa: E501
+ """Get Issued Document Pre-Create Info # noqa: E501
Retrieves the information useful while creating a new document. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -1180,10 +1174,10 @@ def get_issued_document_pre_create_info(
:type type: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1191,9 +1185,8 @@ def get_issued_document_pre_create_info(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_issued_document_pre_create_info_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_issued_document_pre_create_info_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_issued_document_pre_create_info_with_http_info(
company_id, type, **kwargs
) # noqa: E501
@@ -1209,7 +1202,7 @@ def get_issued_document_pre_create_info_with_http_info(
],
**kwargs
) -> ApiResponse: # noqa: E501
- """Get Issued Document Pre-create info # noqa: E501
+ """Get Issued Document Pre-Create Info # noqa: E501
Retrieves the information useful while creating a new document. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -1348,10 +1341,10 @@ def get_new_issued_document_totals(
:type get_new_issued_document_totals_request: GetNewIssuedDocumentTotalsRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1359,9 +1352,8 @@ def get_new_issued_document_totals(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_new_issued_document_totals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_new_issued_document_totals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_new_issued_document_totals_with_http_info(
company_id, get_new_issued_document_totals_request, **kwargs
) # noqa: E501
@@ -1512,7 +1504,7 @@ def join_issued_documents(
] = None,
**kwargs
) -> JoinIssuedDocumentsResponse: # noqa: E501
- """Join issued documents # noqa: E501
+ """Join Issued Documents # noqa: E501
Joins issued documents. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -1531,10 +1523,10 @@ def join_issued_documents(
:type e_invoice: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1542,9 +1534,8 @@ def join_issued_documents(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the join_issued_documents_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the join_issued_documents_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.join_issued_documents_with_http_info(
company_id, ids, group, e_invoice, **kwargs
) # noqa: E501
@@ -1562,7 +1553,7 @@ def join_issued_documents_with_http_info(
] = None,
**kwargs
) -> ApiResponse: # noqa: E501
- """Join issued documents # noqa: E501
+ """Join Issued Documents # noqa: E501
Joins issued documents. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -1753,10 +1744,10 @@ def list_issued_documents(
:type inclusive: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1764,9 +1755,8 @@ def list_issued_documents(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_issued_documents_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_issued_documents_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_issued_documents_with_http_info(
company_id,
type,
@@ -2011,10 +2001,10 @@ def modify_issued_document(
:type modify_issued_document_request: ModifyIssuedDocumentRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -2022,9 +2012,8 @@ def modify_issued_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_issued_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_issued_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_issued_document_with_http_info(
company_id, document_id, modify_issued_document_request, **kwargs
) # noqa: E501
@@ -2203,10 +2192,10 @@ def schedule_email(
:type schedule_email_request: ScheduleEmailRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -2214,9 +2203,8 @@ def schedule_email(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the schedule_email_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the schedule_email_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.schedule_email_with_http_info(
company_id, document_id, schedule_email_request, **kwargs
) # noqa: E501
@@ -2372,7 +2360,7 @@ def transform_issued_document(
] = None,
**kwargs
) -> TransformIssuedDocumentResponse: # noqa: E501
- """Transform issued document # noqa: E501
+ """Transform Issued Document # noqa: E501
Transforms the document. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -2393,10 +2381,10 @@ def transform_issued_document(
:type transform_keep_copy: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -2404,9 +2392,8 @@ def transform_issued_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the transform_issued_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the transform_issued_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.transform_issued_document_with_http_info(
company_id,
original_document_id,
@@ -2434,7 +2421,7 @@ def transform_issued_document_with_http_info(
] = None,
**kwargs
) -> ApiResponse: # noqa: E501
- """Transform issued document # noqa: E501
+ """Transform Issued Document # noqa: E501
Transforms the document. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -2606,10 +2593,10 @@ def upload_issued_document_attachment(
:type attachment: bytearray
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -2617,9 +2604,8 @@ def upload_issued_document_attachment(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the upload_issued_document_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the upload_issued_document_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.upload_issued_document_attachment_with_http_info(
company_id, filename, attachment, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/issued_e_invoices_api.py b/fattureincloud_python_sdk/api/issued_e_invoices_api.py
index 47267778..ba0928ed 100644
--- a/fattureincloud_python_sdk/api/issued_e_invoices_api.py
+++ b/fattureincloud_python_sdk/api/issued_e_invoices_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictBool, StrictInt
from typing import Optional
@@ -43,14 +43,14 @@
)
-class IssuedEInvoicesApi(object):
+class IssuedEInvoicesApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -66,7 +66,7 @@ def get_e_invoice_rejection_reason(
],
**kwargs
) -> GetEInvoiceRejectionReasonResponse: # noqa: E501
- """Get e-invoice rejection reason # noqa: E501
+ """Get E-Invoice Rejection Reason # noqa: E501
Get e-invoice rejection reason # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -81,10 +81,10 @@ def get_e_invoice_rejection_reason(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -92,9 +92,8 @@ def get_e_invoice_rejection_reason(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_e_invoice_rejection_reason_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_e_invoice_rejection_reason_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_e_invoice_rejection_reason_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -110,7 +109,7 @@ def get_e_invoice_rejection_reason_with_http_info(
],
**kwargs
) -> ApiResponse: # noqa: E501
- """Get e-invoice rejection reason # noqa: E501
+ """Get E-Invoice Rejection Reason # noqa: E501
Get e-invoice rejection reason # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -238,7 +237,7 @@ def get_e_invoice_xml(
] = None,
**kwargs
) -> str: # noqa: E501
- """Get e-invoice XML # noqa: E501
+ """Get E-Invoice XML # noqa: E501
Downloads the e-invoice in XML format. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -255,10 +254,10 @@ def get_e_invoice_xml(
:type include_attachment: bool
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -266,9 +265,8 @@ def get_e_invoice_xml(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_e_invoice_xml_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_e_invoice_xml_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_e_invoice_xml_with_http_info(
company_id, document_id, include_attachment, **kwargs
) # noqa: E501
@@ -288,7 +286,7 @@ def get_e_invoice_xml_with_http_info(
] = None,
**kwargs
) -> ApiResponse: # noqa: E501
- """Get e-invoice XML # noqa: E501
+ """Get E-Invoice XML # noqa: E501
Downloads the e-invoice in XML format. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -420,7 +418,7 @@ def send_e_invoice(
send_e_invoice_request: Optional[SendEInvoiceRequest] = None,
**kwargs
) -> SendEInvoiceResponse: # noqa: E501
- """Send the e-invoice # noqa: E501
+ """Send E-Invoice # noqa: E501
Sends the e-invoice to SDI. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -437,10 +435,10 @@ def send_e_invoice(
:type send_e_invoice_request: SendEInvoiceRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -448,9 +446,8 @@ def send_e_invoice(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the send_e_invoice_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the send_e_invoice_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.send_e_invoice_with_http_info(
company_id, document_id, send_e_invoice_request, **kwargs
) # noqa: E501
@@ -467,7 +464,7 @@ def send_e_invoice_with_http_info(
send_e_invoice_request: Optional[SendEInvoiceRequest] = None,
**kwargs
) -> ApiResponse: # noqa: E501
- """Send the e-invoice # noqa: E501
+ """Send E-Invoice # noqa: E501
Sends the e-invoice to SDI. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -606,7 +603,7 @@ def verify_e_invoice_xml(
],
**kwargs
) -> VerifyEInvoiceXmlResponse: # noqa: E501
- """Verify e-invoice XML # noqa: E501
+ """Verify E-Invoice XML # noqa: E501
Verifies the e-invoice XML format. Checks if all of the mandatory fields are filled and compliant to the right format. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
@@ -621,10 +618,10 @@ def verify_e_invoice_xml(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -632,9 +629,8 @@ def verify_e_invoice_xml(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the verify_e_invoice_xml_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the verify_e_invoice_xml_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.verify_e_invoice_xml_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -650,7 +646,7 @@ def verify_e_invoice_xml_with_http_info(
],
**kwargs
) -> ApiResponse: # noqa: E501
- """Verify e-invoice XML # noqa: E501
+ """Verify E-Invoice XML # noqa: E501
Verifies the e-invoice XML format. Checks if all of the mandatory fields are filled and compliant to the right format. # noqa: E501
This method makes a synchronous HTTP request by default. To make an
diff --git a/fattureincloud_python_sdk/api/products_api.py b/fattureincloud_python_sdk/api/products_api.py
index af28e6c1..0468953a 100644
--- a/fattureincloud_python_sdk/api/products_api.py
+++ b/fattureincloud_python_sdk/api/products_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictInt, StrictStr, conint
from typing import Optional
@@ -43,14 +43,14 @@
)
-class ProductsApi(object):
+class ProductsApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -79,10 +79,10 @@ def create_product(
:type create_product_request: CreateProductRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -90,9 +90,8 @@ def create_product(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_product_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_product_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_product_with_http_info(
company_id, create_product_request, **kwargs
) # noqa: E501
@@ -253,10 +252,10 @@ def delete_product(
:type product_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -264,9 +263,8 @@ def delete_product(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_product_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_product_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_product_with_http_info(
company_id, product_id, **kwargs
) # noqa: E501
@@ -424,10 +422,10 @@ def get_product(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -435,9 +433,8 @@ def get_product(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_product_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_product_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_product_with_http_info(
company_id, product_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -639,10 +636,10 @@ def list_products(
:type q: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -650,9 +647,8 @@ def list_products(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_products_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_products_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_products_with_http_info(
company_id, fields, fieldset, sort, page, per_page, q, **kwargs
) # noqa: E501
@@ -866,10 +862,10 @@ def modify_product(
:type modify_product_request: ModifyProductRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -877,9 +873,8 @@ def modify_product(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_product_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_product_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_product_with_http_info(
company_id, product_id, modify_product_request, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/receipts_api.py b/fattureincloud_python_sdk/api/receipts_api.py
index b7f21faa..0a88a16d 100644
--- a/fattureincloud_python_sdk/api/receipts_api.py
+++ b/fattureincloud_python_sdk/api/receipts_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictInt, StrictStr, conint
from typing import Optional
@@ -49,14 +49,14 @@
)
-class ReceiptsApi(object):
+class ReceiptsApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -87,10 +87,10 @@ def create_receipt(
:type create_receipt_request: CreateReceiptRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -98,9 +98,8 @@ def create_receipt(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_receipt_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_receipt_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_receipt_with_http_info(
company_id, create_receipt_request, **kwargs
) # noqa: E501
@@ -264,10 +263,10 @@ def delete_receipt(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -275,9 +274,8 @@ def delete_receipt(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_receipt_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_receipt_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_receipt_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -435,10 +433,10 @@ def get_receipt(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -446,9 +444,8 @@ def get_receipt(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_receipt_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_receipt_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_receipt_with_http_info(
company_id, document_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -616,10 +613,10 @@ def get_receipt_pre_create_info(
:type company_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -627,9 +624,8 @@ def get_receipt_pre_create_info(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_receipt_pre_create_info_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_receipt_pre_create_info_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_receipt_pre_create_info_with_http_info(
company_id, **kwargs
) # noqa: E501
@@ -781,10 +777,10 @@ def get_receipts_monthly_totals(
:type year: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -792,9 +788,8 @@ def get_receipts_monthly_totals(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_receipts_monthly_totals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_receipts_monthly_totals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_receipts_monthly_totals_with_http_info(
company_id, type, year, **kwargs
) # noqa: E501
@@ -986,10 +981,10 @@ def list_receipts(
:type q: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -997,9 +992,8 @@ def list_receipts(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_receipts_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_receipts_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_receipts_with_http_info(
company_id, fields, fieldset, page, per_page, sort, q, **kwargs
) # noqa: E501
@@ -1212,10 +1206,10 @@ def modify_receipt(
:type modify_receipt_request: ModifyReceiptRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1223,9 +1217,8 @@ def modify_receipt(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_receipt_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_receipt_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_receipt_with_http_info(
company_id, document_id, modify_receipt_request, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/received_documents_api.py b/fattureincloud_python_sdk/api/received_documents_api.py
index 6baf20eb..71c60a34 100644
--- a/fattureincloud_python_sdk/api/received_documents_api.py
+++ b/fattureincloud_python_sdk/api/received_documents_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictBytes, StrictInt, StrictStr, conint
from typing import Optional, Union
@@ -69,14 +69,14 @@
)
-class ReceivedDocumentsApi(object):
+class ReceivedDocumentsApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -108,10 +108,10 @@ def create_received_document(
:type create_received_document_request: CreateReceivedDocumentRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -119,9 +119,8 @@ def create_received_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_received_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_received_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_received_document_with_http_info(
company_id, create_received_document_request, **kwargs
) # noqa: E501
@@ -285,10 +284,10 @@ def delete_received_document(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -296,9 +295,8 @@ def delete_received_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_received_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_received_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_received_document_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -446,10 +444,10 @@ def delete_received_document_attachment(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -457,9 +455,8 @@ def delete_received_document_attachment(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_received_document_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_received_document_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_received_document_attachment_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -613,10 +610,10 @@ def get_existing_received_document_totals(
:type get_existing_received_document_totals_request: GetExistingReceivedDocumentTotalsRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -624,9 +621,8 @@ def get_existing_received_document_totals(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_existing_received_document_totals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_existing_received_document_totals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_existing_received_document_totals_with_http_info(
company_id,
document_id,
@@ -806,10 +802,10 @@ def get_new_received_document_totals(
:type get_new_received_document_totals_request: GetNewReceivedDocumentTotalsRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -817,9 +813,8 @@ def get_new_received_document_totals(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_new_received_document_totals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_new_received_document_totals_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_new_received_document_totals_with_http_info(
company_id, get_new_received_document_totals_request, **kwargs
) # noqa: E501
@@ -995,10 +990,10 @@ def get_received_document(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1006,9 +1001,8 @@ def get_received_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_received_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_received_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_received_document_with_http_info(
company_id, document_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -1181,10 +1175,10 @@ def get_received_document_pre_create_info(
:type type: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1192,9 +1186,8 @@ def get_received_document_pre_create_info(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_received_document_pre_create_info_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_received_document_pre_create_info_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_received_document_pre_create_info_with_http_info(
company_id, type, **kwargs
) # noqa: E501
@@ -1383,10 +1376,10 @@ def list_received_documents(
:type q: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1394,9 +1387,8 @@ def list_received_documents(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_received_documents_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_received_documents_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_received_documents_with_http_info(
company_id, type, fields, fieldset, sort, page, per_page, q, **kwargs
) # noqa: E501
@@ -1619,10 +1611,10 @@ def modify_received_document(
:type modify_received_document_request: ModifyReceivedDocumentRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1630,9 +1622,8 @@ def modify_received_document(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_received_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_received_document_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_received_document_with_http_info(
company_id, document_id, modify_received_document_request, **kwargs
) # noqa: E501
@@ -1814,10 +1805,10 @@ def upload_received_document_attachment(
:type attachment: bytearray
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1825,9 +1816,8 @@ def upload_received_document_attachment(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the upload_received_document_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the upload_received_document_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.upload_received_document_attachment_with_http_info(
company_id, filename, attachment, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/settings_api.py b/fattureincloud_python_sdk/api/settings_api.py
index d8d00a72..6700f5a2 100644
--- a/fattureincloud_python_sdk/api/settings_api.py
+++ b/fattureincloud_python_sdk/api/settings_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictInt, StrictStr
from typing import Optional
@@ -76,14 +76,14 @@
)
-class SettingsApi(object):
+class SettingsApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -112,10 +112,10 @@ def create_payment_account(
:type create_payment_account_request: CreatePaymentAccountRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -123,9 +123,8 @@ def create_payment_account(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_payment_account_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_payment_account_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_payment_account_with_http_info(
company_id, create_payment_account_request, **kwargs
) # noqa: E501
@@ -284,10 +283,10 @@ def create_payment_method(
:type create_payment_method_request: CreatePaymentMethodRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -295,9 +294,8 @@ def create_payment_method(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_payment_method_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_payment_method_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_payment_method_with_http_info(
company_id, create_payment_method_request, **kwargs
) # noqa: E501
@@ -456,10 +454,10 @@ def create_vat_type(
:type create_vat_type_request: CreateVatTypeRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -467,9 +465,8 @@ def create_vat_type(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_vat_type_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_vat_type_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_vat_type_with_http_info(
company_id, create_vat_type_request, **kwargs
) # noqa: E501
@@ -630,10 +627,10 @@ def delete_payment_account(
:type payment_account_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -641,9 +638,8 @@ def delete_payment_account(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_payment_account_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_payment_account_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_payment_account_with_http_info(
company_id, payment_account_id, **kwargs
) # noqa: E501
@@ -791,10 +787,10 @@ def delete_payment_method(
:type payment_method_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -802,9 +798,8 @@ def delete_payment_method(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_payment_method_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_payment_method_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_payment_method_with_http_info(
company_id, payment_method_id, **kwargs
) # noqa: E501
@@ -952,10 +947,10 @@ def delete_vat_type(
:type vat_type_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -963,9 +958,8 @@ def delete_vat_type(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_vat_type_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_vat_type_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_vat_type_with_http_info(
company_id, vat_type_id, **kwargs
) # noqa: E501
@@ -1123,10 +1117,10 @@ def get_payment_account(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1134,9 +1128,8 @@ def get_payment_account(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_payment_account_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_payment_account_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_payment_account_with_http_info(
company_id, payment_account_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -1317,10 +1310,10 @@ def get_payment_method(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1328,9 +1321,8 @@ def get_payment_method(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_payment_method_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_payment_method_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_payment_method_with_http_info(
company_id, payment_method_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -1501,10 +1493,10 @@ def get_vat_type(
:type vat_type_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1512,9 +1504,8 @@ def get_vat_type(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_vat_type_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_vat_type_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_vat_type_with_http_info(
company_id, vat_type_id, **kwargs
) # noqa: E501
@@ -1672,10 +1663,10 @@ def modify_payment_account(
:type modify_payment_account_request: ModifyPaymentAccountRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1683,9 +1674,8 @@ def modify_payment_account(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_payment_account_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_payment_account_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_payment_account_with_http_info(
company_id, payment_account_id, modify_payment_account_request, **kwargs
) # noqa: E501
@@ -1861,10 +1851,10 @@ def modify_payment_method(
:type modify_payment_method_request: ModifyPaymentMethodRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1872,9 +1862,8 @@ def modify_payment_method(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_payment_method_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_payment_method_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_payment_method_with_http_info(
company_id, payment_method_id, modify_payment_method_request, **kwargs
) # noqa: E501
@@ -2050,10 +2039,10 @@ def modify_vat_type(
:type modify_vat_type_request: ModifyVatTypeRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -2061,9 +2050,8 @@ def modify_vat_type(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_vat_type_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_vat_type_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_vat_type_with_http_info(
company_id, vat_type_id, modify_vat_type_request, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/suppliers_api.py b/fattureincloud_python_sdk/api/suppliers_api.py
index 8ae0acd3..c15ac364 100644
--- a/fattureincloud_python_sdk/api/suppliers_api.py
+++ b/fattureincloud_python_sdk/api/suppliers_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictInt, StrictStr, conint
from typing import Optional
@@ -49,14 +49,14 @@
)
-class SuppliersApi(object):
+class SuppliersApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -87,10 +87,10 @@ def create_supplier(
:type create_supplier_request: CreateSupplierRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -98,9 +98,8 @@ def create_supplier(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_supplier_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_supplier_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_supplier_with_http_info(
company_id, create_supplier_request, **kwargs
) # noqa: E501
@@ -263,10 +262,10 @@ def delete_supplier(
:type supplier_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -274,9 +273,8 @@ def delete_supplier(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_supplier_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_supplier_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_supplier_with_http_info(
company_id, supplier_id, **kwargs
) # noqa: E501
@@ -434,10 +432,10 @@ def get_supplier(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -445,9 +443,8 @@ def get_supplier(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_supplier_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_supplier_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_supplier_with_http_info(
company_id, supplier_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -649,10 +646,10 @@ def list_suppliers(
:type q: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -660,9 +657,8 @@ def list_suppliers(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_suppliers_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_suppliers_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_suppliers_with_http_info(
company_id, fields, fieldset, sort, page, per_page, q, **kwargs
) # noqa: E501
@@ -878,10 +874,10 @@ def modify_supplier(
:type modify_supplier_request: ModifySupplierRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -889,9 +885,8 @@ def modify_supplier(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_supplier_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_supplier_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_supplier_with_http_info(
company_id, supplier_id, modify_supplier_request, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/taxes_api.py b/fattureincloud_python_sdk/api/taxes_api.py
index 3261330a..796f8cd5 100644
--- a/fattureincloud_python_sdk/api/taxes_api.py
+++ b/fattureincloud_python_sdk/api/taxes_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictBytes, StrictInt, StrictStr, conint
from typing import Optional, Union
@@ -42,14 +42,14 @@
)
-class TaxesApi(object):
+class TaxesApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -80,10 +80,10 @@ def create_f24(
:type create_f24_request: CreateF24Request
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -91,9 +91,8 @@ def create_f24(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_f24_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_f24_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_f24_with_http_info(
company_id, create_f24_request, **kwargs
) # noqa: E501
@@ -258,10 +257,10 @@ def delete_f24(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -269,9 +268,8 @@ def delete_f24(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_f24_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_f24_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_f24_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -419,10 +417,10 @@ def delete_f24_attachment(
:type document_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -430,9 +428,8 @@ def delete_f24_attachment(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_f24_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_f24_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_f24_attachment_with_http_info(
company_id, document_id, **kwargs
) # noqa: E501
@@ -590,10 +587,10 @@ def get_f24(
:type fieldset: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -601,9 +598,8 @@ def get_f24(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_f24_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_f24_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_f24_with_http_info(
company_id, document_id, fields, fieldset, **kwargs
) # noqa: E501
@@ -805,10 +801,10 @@ def list_f24(
:type q: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -816,9 +812,8 @@ def list_f24(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_f24_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_f24_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_f24_with_http_info(
company_id, fields, fieldset, sort, page, per_page, q, **kwargs
) # noqa: E501
@@ -1031,10 +1026,10 @@ def modify_f24(
:type modify_f24_request: ModifyF24Request
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1042,9 +1037,8 @@ def modify_f24(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_f24_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_f24_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_f24_with_http_info(
company_id, document_id, modify_f24_request, **kwargs
) # noqa: E501
@@ -1225,10 +1219,10 @@ def upload_f24_attachment(
:type attachment: bytearray
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -1236,9 +1230,8 @@ def upload_f24_attachment(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the upload_f24_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the upload_f24_attachment_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.upload_f24_attachment_with_http_info(
company_id, filename, attachment, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api/user_api.py b/fattureincloud_python_sdk/api/user_api.py
index 2baec873..83c3651d 100644
--- a/fattureincloud_python_sdk/api/user_api.py
+++ b/fattureincloud_python_sdk/api/user_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,7 +18,6 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
from fattureincloud_python_sdk.models.get_user_info_response import GetUserInfoResponse
from fattureincloud_python_sdk.models.list_user_companies_response import (
@@ -33,14 +32,14 @@
)
-class UserApi(object):
+class UserApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -58,10 +57,10 @@ def get_user_info(self, **kwargs) -> GetUserInfoResponse: # noqa: E501
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -69,9 +68,8 @@ def get_user_info(self, **kwargs) -> GetUserInfoResponse: # noqa: E501
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_user_info_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_user_info_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_user_info_with_http_info(**kwargs) # noqa: E501
@validate_arguments
@@ -194,10 +192,10 @@ def list_user_companies(self, **kwargs) -> ListUserCompaniesResponse: # noqa: E
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -205,9 +203,8 @@ def list_user_companies(self, **kwargs) -> ListUserCompaniesResponse: # noqa: E
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_user_companies_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_user_companies_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_user_companies_with_http_info(**kwargs) # noqa: E501
@validate_arguments
diff --git a/fattureincloud_python_sdk/api/webhooks_api.py b/fattureincloud_python_sdk/api/webhooks_api.py
index 2ba6492b..1499af7b 100644
--- a/fattureincloud_python_sdk/api/webhooks_api.py
+++ b/fattureincloud_python_sdk/api/webhooks_api.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import re # noqa: F401
@@ -18,8 +18,8 @@
import warnings
from pydantic import validate_arguments, ValidationError
-from typing_extensions import Annotated
+from typing_extensions import Annotated
from pydantic import Field, StrictInt, StrictStr
from typing import Optional
@@ -51,14 +51,14 @@
)
-class WebhooksApi(object):
+class WebhooksApi:
"""NOTE: This class is auto generated by OpenAPI Generator
Ref: https://openapi-generator.tech
Do not edit the class manually.
"""
- def __init__(self, api_client=None):
+ def __init__(self, api_client=None) -> None:
if api_client is None:
api_client = ApiClient.get_default()
self.api_client = api_client
@@ -89,10 +89,10 @@ def create_webhooks_subscription(
:type create_webhooks_subscription_request: CreateWebhooksSubscriptionRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -100,9 +100,8 @@ def create_webhooks_subscription(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the create_webhooks_subscription_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the create_webhooks_subscription_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.create_webhooks_subscription_with_http_info(
company_id, create_webhooks_subscription_request, **kwargs
) # noqa: E501
@@ -265,10 +264,10 @@ def delete_webhooks_subscription(
:type subscription_id: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -276,9 +275,8 @@ def delete_webhooks_subscription(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the delete_webhooks_subscription_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the delete_webhooks_subscription_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.delete_webhooks_subscription_with_http_info(
company_id, subscription_id, **kwargs
) # noqa: E501
@@ -426,10 +424,10 @@ def get_webhooks_subscription(
:type subscription_id: str
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -437,9 +435,8 @@ def get_webhooks_subscription(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the get_webhooks_subscription_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the get_webhooks_subscription_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.get_webhooks_subscription_with_http_info(
company_id, subscription_id, **kwargs
) # noqa: E501
@@ -589,10 +586,10 @@ def list_webhooks_subscriptions(
:type company_id: int
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -600,9 +597,8 @@ def list_webhooks_subscriptions(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the list_webhooks_subscriptions_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the list_webhooks_subscriptions_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.list_webhooks_subscriptions_with_http_info(
company_id, **kwargs
) # noqa: E501
@@ -754,10 +750,10 @@ def modify_webhooks_subscription(
:type modify_webhooks_subscription_request: ModifyWebhooksSubscriptionRequest
:param async_req: Whether to execute the request asynchronously.
:type async_req: bool, optional
- :param _request_timeout: timeout setting for this request. If one
- number provided, it will be total request
- timeout. It can also be a pair (tuple) of
- (connection, read) timeouts.
+ :param _request_timeout: timeout setting for this request.
+ If one number provided, it will be total request
+ timeout. It can also be a pair (tuple) of
+ (connection, read)
:return: Returns the result object.
If the method is called asynchronously,
returns the request thread.
@@ -765,9 +761,8 @@ def modify_webhooks_subscription(
"""
kwargs["_return_http_data_only"] = True
if "_preload_content" in kwargs:
- raise ValueError(
- "Error! Please call the modify_webhooks_subscription_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data"
- )
+ message = "Error! Please call the modify_webhooks_subscription_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data" # noqa: E501
+ raise ValueError(message)
return self.modify_webhooks_subscription_with_http_info(
company_id, subscription_id, modify_webhooks_subscription_request, **kwargs
) # noqa: E501
diff --git a/fattureincloud_python_sdk/api_client.py b/fattureincloud_python_sdk/api_client.py
index 0ef0a2ef..601fc842 100644
--- a/fattureincloud_python_sdk/api_client.py
+++ b/fattureincloud_python_sdk/api_client.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import atexit
@@ -32,7 +32,7 @@
from fattureincloud_python_sdk.exceptions import ApiValueError, ApiException
-class ApiClient(object):
+class ApiClient:
"""Generic API client for OpenAPI client library builds.
OpenAPI generic API client. This client handles the client-
@@ -70,7 +70,7 @@ def __init__(
header_value=None,
cookie=None,
pool_threads=1,
- ):
+ ) -> None:
# use default configuration if none is provided
if configuration is None:
configuration = Configuration.get_default()
@@ -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.15/Python-SDK"
+ self.user_agent = "FattureInCloud/2.0.16/Python-SDK"
self.client_side_validation = configuration.client_side_validation
def __enter__(self):
@@ -248,6 +248,15 @@ def __call_api(
# data needs deserialization or returns HTTP data (deserialized) only
if _preload_content or _return_http_data_only:
response_type = response_types_map.get(str(response_data.status), None)
+ if (
+ not response_type
+ and isinstance(response_data.status, int)
+ and 100 <= response_data.status <= 599
+ ):
+ # if not found, look for '1XX', '2XX', etc.
+ response_type = response_types_map.get(
+ str(response_data.status)[0] + "XX", None
+ )
if response_type == "bytearray":
response_data.data = response_data.data
@@ -349,7 +358,7 @@ def __deserialize(self, data, klass):
if data is None:
return None
- if type(klass) == str:
+ if isinstance(klass, str):
if klass.startswith("List["):
sub_kls = re.match(r"List\[(.*)]", klass).group(1)
return [self.__deserialize(sub_data, sub_kls) for sub_data in data]
diff --git a/fattureincloud_python_sdk/api_response.py b/fattureincloud_python_sdk/api_response.py
index 0af0a2dd..bb7e4003 100644
--- a/fattureincloud_python_sdk/api_response.py
+++ b/fattureincloud_python_sdk/api_response.py
@@ -19,7 +19,9 @@ class ApiResponse:
)
raw_data: Optional[Any] = Field(None, description="Raw data (HTTP response body)")
- def __init__(self, status_code=None, headers=None, data=None, raw_data=None):
+ def __init__(
+ self, status_code=None, headers=None, data=None, raw_data=None
+ ) -> None:
self.status_code = status_code
self.headers = headers
self.data = data
diff --git a/fattureincloud_python_sdk/configuration.py b/fattureincloud_python_sdk/configuration.py
index 913c2137..011025cf 100644
--- a/fattureincloud_python_sdk/configuration.py
+++ b/fattureincloud_python_sdk/configuration.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import copy
@@ -20,7 +20,6 @@
import urllib3
import http.client as httplib
-from fattureincloud_python_sdk.exceptions import ApiValueError
JSON_SCHEMA_VALIDATION_KEYWORDS = {
"multipleOf",
@@ -36,7 +35,7 @@
}
-class Configuration(object):
+class Configuration:
"""This class contains various settings of the API client.
:param host: Base url.
@@ -58,7 +57,8 @@ class Configuration(object):
configuration.
:param server_operation_variables: Mapping from operation ID to a mapping with
string values to replace variables in templated server configuration.
- The validation of enums is performed for variables with defined enum values before.
+ The validation of enums is performed for variables with defined enum
+ values before.
:param ssl_ca_cert: str - the path to a file of concatenated CA certificates
in PEM format.
@@ -80,7 +80,7 @@ def __init__(
server_operation_index=None,
server_operation_variables=None,
ssl_ca_cert=None,
- ):
+ ) -> None:
"""Constructor"""
self._base_path = "https://api-v2.fattureincloud.it" if host is None else host
"""Default Base url
@@ -119,9 +119,6 @@ def __init__(
self.access_token = access_token
"""Access token
"""
- self.access_token = None
- """access token for OAuth/Bearer
- """
self.logger = {}
"""Logging Settings
"""
@@ -395,8 +392,8 @@ def to_debug_report(self):
"Python SDK Debug Report:\n"
"OS: {env}\n"
"Python Version: {pyversion}\n"
- "Version of the API: 2.0.29\n"
- "SDK Package Version: 2.0.15".format(
+ "Version of the API: 2.0.30\n"
+ "SDK Package Version: 2.0.16".format(
env=sys.platform, pyversion=sys.version
)
)
diff --git a/fattureincloud_python_sdk/exceptions.py b/fattureincloud_python_sdk/exceptions.py
index c4b1a738..3f9d2f5c 100644
--- a/fattureincloud_python_sdk/exceptions.py
+++ b/fattureincloud_python_sdk/exceptions.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
class OpenApiException(Exception):
@@ -18,7 +18,9 @@ class OpenApiException(Exception):
class ApiTypeError(OpenApiException, TypeError):
- def __init__(self, msg, path_to_item=None, valid_classes=None, key_type=None):
+ def __init__(
+ self, msg, path_to_item=None, valid_classes=None, key_type=None
+ ) -> None:
"""Raises an exception for TypeErrors
Args:
@@ -46,7 +48,7 @@ def __init__(self, msg, path_to_item=None, valid_classes=None, key_type=None):
class ApiValueError(OpenApiException, ValueError):
- def __init__(self, msg, path_to_item=None):
+ def __init__(self, msg, path_to_item=None) -> None:
"""
Args:
msg (str): the exception message
@@ -64,7 +66,7 @@ def __init__(self, msg, path_to_item=None):
class ApiAttributeError(OpenApiException, AttributeError):
- def __init__(self, msg, path_to_item=None):
+ def __init__(self, msg, path_to_item=None) -> None:
"""
Raised when an attribute reference or assignment fails.
@@ -83,7 +85,7 @@ def __init__(self, msg, path_to_item=None):
class ApiKeyError(OpenApiException, KeyError):
- def __init__(self, msg, path_to_item=None):
+ def __init__(self, msg, path_to_item=None) -> None:
"""
Args:
msg (str): the exception message
@@ -100,7 +102,7 @@ def __init__(self, msg, path_to_item=None):
class ApiException(OpenApiException):
- def __init__(self, status=None, reason=None, http_resp=None):
+ def __init__(self, status=None, reason=None, http_resp=None) -> None:
if http_resp:
self.status = http_resp.status
self.reason = http_resp.reason
@@ -124,23 +126,28 @@ def __str__(self):
return error_message
+class BadRequestException(ApiException):
+ def __init__(self, status=None, reason=None, http_resp=None) -> None:
+ super(BadRequestException, self).__init__(status, reason, http_resp)
+
+
class NotFoundException(ApiException):
- def __init__(self, status=None, reason=None, http_resp=None):
+ def __init__(self, status=None, reason=None, http_resp=None) -> None:
super(NotFoundException, self).__init__(status, reason, http_resp)
class UnauthorizedException(ApiException):
- def __init__(self, status=None, reason=None, http_resp=None):
+ def __init__(self, status=None, reason=None, http_resp=None) -> None:
super(UnauthorizedException, self).__init__(status, reason, http_resp)
class ForbiddenException(ApiException):
- def __init__(self, status=None, reason=None, http_resp=None):
+ def __init__(self, status=None, reason=None, http_resp=None) -> None:
super(ForbiddenException, self).__init__(status, reason, http_resp)
class ServiceException(ApiException):
- def __init__(self, status=None, reason=None, http_resp=None):
+ def __init__(self, status=None, reason=None, http_resp=None) -> None:
super(ServiceException, self).__init__(status, reason, http_resp)
diff --git a/fattureincloud_python_sdk/models/__init__.py b/fattureincloud_python_sdk/models/__init__.py
index 8f161756..809f7595 100644
--- a/fattureincloud_python_sdk/models/__init__.py
+++ b/fattureincloud_python_sdk/models/__init__.py
@@ -4,14 +4,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
# import models into model package
@@ -521,3 +521,9 @@
VerifyEInvoiceXmlResponseData,
)
from fattureincloud_python_sdk.models.webhooks_subscription import WebhooksSubscription
+from fattureincloud_python_sdk.models.webhooks_subscription_config import (
+ WebhooksSubscriptionConfig,
+)
+from fattureincloud_python_sdk.models.webhooks_subscription_mapping import (
+ WebhooksSubscriptionMapping,
+)
diff --git a/fattureincloud_python_sdk/models/archive_document.py b/fattureincloud_python_sdk/models/archive_document.py
index ba19f554..227f73ff 100644
--- a/fattureincloud_python_sdk/models/archive_document.py
+++ b/fattureincloud_python_sdk/models/archive_document.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/attachment_data.py b/fattureincloud_python_sdk/models/attachment_data.py
index 18163617..4b194811 100644
--- a/fattureincloud_python_sdk/models/attachment_data.py
+++ b/fattureincloud_python_sdk/models/attachment_data.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/cashbook_entry.py b/fattureincloud_python_sdk/models/cashbook_entry.py
index 7271fc97..26ff1eb2 100644
--- a/fattureincloud_python_sdk/models/cashbook_entry.py
+++ b/fattureincloud_python_sdk/models/cashbook_entry.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/cashbook_entry_document.py b/fattureincloud_python_sdk/models/cashbook_entry_document.py
index fdc07504..ab1816a4 100644
--- a/fattureincloud_python_sdk/models/cashbook_entry_document.py
+++ b/fattureincloud_python_sdk/models/cashbook_entry_document.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/cashbook_entry_kind.py b/fattureincloud_python_sdk/models/cashbook_entry_kind.py
index ed079423..2284634d 100644
--- a/fattureincloud_python_sdk/models/cashbook_entry_kind.py
+++ b/fattureincloud_python_sdk/models/cashbook_entry_kind.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/cashbook_entry_type.py b/fattureincloud_python_sdk/models/cashbook_entry_type.py
index 3c2421c4..bd4cd440 100644
--- a/fattureincloud_python_sdk/models/cashbook_entry_type.py
+++ b/fattureincloud_python_sdk/models/cashbook_entry_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/city.py b/fattureincloud_python_sdk/models/city.py
index e72fffa9..c9c63e70 100644
--- a/fattureincloud_python_sdk/models/city.py
+++ b/fattureincloud_python_sdk/models/city.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/client.py b/fattureincloud_python_sdk/models/client.py
index 85594c11..c39fc416 100644
--- a/fattureincloud_python_sdk/models/client.py
+++ b/fattureincloud_python_sdk/models/client.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -57,6 +57,9 @@ class Client(BaseModel):
None, description="Client address extra info"
)
country: Optional[StrictStr] = Field(None, description="Client country")
+ country_iso: Optional[StrictStr] = Field(
+ None, description="Client country iso code"
+ )
email: Optional[StrictStr] = Field(None, description="Client email")
certified_email: Optional[StrictStr] = Field(
None, description="Client certified email"
@@ -115,6 +118,7 @@ class Client(BaseModel):
"address_province",
"address_extra",
"country",
+ "country_iso",
"email",
"certified_email",
"phone",
@@ -217,6 +221,9 @@ def from_dict(cls, obj: dict) -> Client:
"country": obj.get("country")
if obj.get("country") is not None
else None,
+ "country_iso": obj.get("country_iso")
+ if obj.get("country_iso") is not None
+ else None,
"email": obj.get("email") if obj.get("email") is not None else None,
"certified_email": obj.get("certified_email")
if obj.get("certified_email") is not None
diff --git a/fattureincloud_python_sdk/models/client_type.py b/fattureincloud_python_sdk/models/client_type.py
index a64c58ef..013e4195 100644
--- a/fattureincloud_python_sdk/models/client_type.py
+++ b/fattureincloud_python_sdk/models/client_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/company.py b/fattureincloud_python_sdk/models/company.py
index 0fa68b48..26505b48 100644
--- a/fattureincloud_python_sdk/models/company.py
+++ b/fattureincloud_python_sdk/models/company.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/company_info.py b/fattureincloud_python_sdk/models/company_info.py
index 7ea5c4dc..c32ae406 100644
--- a/fattureincloud_python_sdk/models/company_info.py
+++ b/fattureincloud_python_sdk/models/company_info.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/company_info_access_info.py b/fattureincloud_python_sdk/models/company_info_access_info.py
index a8d042e9..31dec4c6 100644
--- a/fattureincloud_python_sdk/models/company_info_access_info.py
+++ b/fattureincloud_python_sdk/models/company_info_access_info.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/company_info_plan_info.py b/fattureincloud_python_sdk/models/company_info_plan_info.py
index 21dba371..01db4c99 100644
--- a/fattureincloud_python_sdk/models/company_info_plan_info.py
+++ b/fattureincloud_python_sdk/models/company_info_plan_info.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -34,7 +34,7 @@
class CompanyInfoPlanInfo(BaseModel):
"""
- Company plan info
+ Company plan info # noqa: E501
"""
limits: Optional[CompanyInfoPlanInfoLimits] = None
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 91f69773..09557cc9 100644
--- a/fattureincloud_python_sdk/models/company_info_plan_info_functions.py
+++ b/fattureincloud_python_sdk/models/company_info_plan_info_functions.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,7 @@
class CompanyInfoPlanInfoFunctions(BaseModel):
"""
- Access to functions for this company.
+ Access to functions for this company. # noqa: E501
"""
archive: Optional[StrictBool] = None
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 602681af..569b0763 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 c8c2d073..8cf19c3f 100644
--- a/fattureincloud_python_sdk/models/company_info_plan_info_limits.py
+++ b/fattureincloud_python_sdk/models/company_info_plan_info_limits.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,7 @@
class CompanyInfoPlanInfoLimits(BaseModel):
"""
- Company plan limits
+ Company plan limits # noqa: E501
"""
clients: Optional[StrictInt] = Field(
diff --git a/fattureincloud_python_sdk/models/company_type.py b/fattureincloud_python_sdk/models/company_type.py
index aedfeff6..ad5bcdff 100644
--- a/fattureincloud_python_sdk/models/company_type.py
+++ b/fattureincloud_python_sdk/models/company_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/controlled_company.py b/fattureincloud_python_sdk/models/controlled_company.py
index 5d395d7d..fa61da4f 100644
--- a/fattureincloud_python_sdk/models/controlled_company.py
+++ b/fattureincloud_python_sdk/models/controlled_company.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_archive_document_request.py b/fattureincloud_python_sdk/models/create_archive_document_request.py
index a1dd9ee5..cb3047bb 100644
--- a/fattureincloud_python_sdk/models/create_archive_document_request.py
+++ b/fattureincloud_python_sdk/models/create_archive_document_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class CreateArchiveDocumentRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ArchiveDocument] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/create_archive_document_response.py b/fattureincloud_python_sdk/models/create_archive_document_response.py
index 786bbf39..b6435a9e 100644
--- a/fattureincloud_python_sdk/models/create_archive_document_response.py
+++ b/fattureincloud_python_sdk/models/create_archive_document_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class CreateArchiveDocumentResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ArchiveDocument] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/create_cashbook_entry_request.py b/fattureincloud_python_sdk/models/create_cashbook_entry_request.py
index ef162fa2..ea870b6b 100644
--- a/fattureincloud_python_sdk/models/create_cashbook_entry_request.py
+++ b/fattureincloud_python_sdk/models/create_cashbook_entry_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class CreateCashbookEntryRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[CashbookEntry] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/create_cashbook_entry_response.py b/fattureincloud_python_sdk/models/create_cashbook_entry_response.py
index cf09f077..9952db48 100644
--- a/fattureincloud_python_sdk/models/create_cashbook_entry_response.py
+++ b/fattureincloud_python_sdk/models/create_cashbook_entry_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class CreateCashbookEntryResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[CashbookEntry] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/create_client_request.py b/fattureincloud_python_sdk/models/create_client_request.py
index 940632e0..3245905b 100644
--- a/fattureincloud_python_sdk/models/create_client_request.py
+++ b/fattureincloud_python_sdk/models/create_client_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_client_response.py b/fattureincloud_python_sdk/models/create_client_response.py
index 65a94a3e..474896c6 100644
--- a/fattureincloud_python_sdk/models/create_client_response.py
+++ b/fattureincloud_python_sdk/models/create_client_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_f24_request.py b/fattureincloud_python_sdk/models/create_f24_request.py
index f3192deb..e7cad73f 100644
--- a/fattureincloud_python_sdk/models/create_f24_request.py
+++ b/fattureincloud_python_sdk/models/create_f24_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class CreateF24Request(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[F24] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/create_f24_response.py b/fattureincloud_python_sdk/models/create_f24_response.py
index 7ed3f240..2fef6d6e 100644
--- a/fattureincloud_python_sdk/models/create_f24_response.py
+++ b/fattureincloud_python_sdk/models/create_f24_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class CreateF24Response(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[F24] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/create_issued_document_request.py b/fattureincloud_python_sdk/models/create_issued_document_request.py
index 0f2530e2..775ea518 100644
--- a/fattureincloud_python_sdk/models/create_issued_document_request.py
+++ b/fattureincloud_python_sdk/models/create_issued_document_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_issued_document_response.py b/fattureincloud_python_sdk/models/create_issued_document_response.py
index 959d97ff..8090d962 100644
--- a/fattureincloud_python_sdk/models/create_issued_document_response.py
+++ b/fattureincloud_python_sdk/models/create_issued_document_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_payment_account_request.py b/fattureincloud_python_sdk/models/create_payment_account_request.py
index c5262c14..57df2338 100644
--- a/fattureincloud_python_sdk/models/create_payment_account_request.py
+++ b/fattureincloud_python_sdk/models/create_payment_account_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_payment_account_response.py b/fattureincloud_python_sdk/models/create_payment_account_response.py
index f0459737..e6f3fd08 100644
--- a/fattureincloud_python_sdk/models/create_payment_account_response.py
+++ b/fattureincloud_python_sdk/models/create_payment_account_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_payment_method_request.py b/fattureincloud_python_sdk/models/create_payment_method_request.py
index 0670cc12..d766f8b9 100644
--- a/fattureincloud_python_sdk/models/create_payment_method_request.py
+++ b/fattureincloud_python_sdk/models/create_payment_method_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_payment_method_response.py b/fattureincloud_python_sdk/models/create_payment_method_response.py
index ccffb568..80dc73d3 100644
--- a/fattureincloud_python_sdk/models/create_payment_method_response.py
+++ b/fattureincloud_python_sdk/models/create_payment_method_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_product_request.py b/fattureincloud_python_sdk/models/create_product_request.py
index 762b98c9..273f55f8 100644
--- a/fattureincloud_python_sdk/models/create_product_request.py
+++ b/fattureincloud_python_sdk/models/create_product_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_product_response.py b/fattureincloud_python_sdk/models/create_product_response.py
index ed0c060a..40bb9011 100644
--- a/fattureincloud_python_sdk/models/create_product_response.py
+++ b/fattureincloud_python_sdk/models/create_product_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_receipt_request.py b/fattureincloud_python_sdk/models/create_receipt_request.py
index c9998d66..5bebe30c 100644
--- a/fattureincloud_python_sdk/models/create_receipt_request.py
+++ b/fattureincloud_python_sdk/models/create_receipt_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class CreateReceiptRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[Receipt] = None
autocomplete_number: Optional[StrictBool] = Field(
diff --git a/fattureincloud_python_sdk/models/create_receipt_response.py b/fattureincloud_python_sdk/models/create_receipt_response.py
index 9c495b4e..1a0ca744 100644
--- a/fattureincloud_python_sdk/models/create_receipt_response.py
+++ b/fattureincloud_python_sdk/models/create_receipt_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class CreateReceiptResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[Receipt] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/create_received_document_request.py b/fattureincloud_python_sdk/models/create_received_document_request.py
index ea03684d..9fd79fae 100644
--- a/fattureincloud_python_sdk/models/create_received_document_request.py
+++ b/fattureincloud_python_sdk/models/create_received_document_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class CreateReceivedDocumentRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
pending_id: Optional[StrictInt] = Field(
None,
diff --git a/fattureincloud_python_sdk/models/create_received_document_response.py b/fattureincloud_python_sdk/models/create_received_document_response.py
index cc0b28e7..34f6f730 100644
--- a/fattureincloud_python_sdk/models/create_received_document_response.py
+++ b/fattureincloud_python_sdk/models/create_received_document_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class CreateReceivedDocumentResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ReceivedDocument] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/create_supplier_request.py b/fattureincloud_python_sdk/models/create_supplier_request.py
index 043e60aa..7a7d457f 100644
--- a/fattureincloud_python_sdk/models/create_supplier_request.py
+++ b/fattureincloud_python_sdk/models/create_supplier_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_supplier_response.py b/fattureincloud_python_sdk/models/create_supplier_response.py
index 42658929..e8627136 100644
--- a/fattureincloud_python_sdk/models/create_supplier_response.py
+++ b/fattureincloud_python_sdk/models/create_supplier_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_vat_type_request.py b/fattureincloud_python_sdk/models/create_vat_type_request.py
index ccfb8a25..1c437d9a 100644
--- a/fattureincloud_python_sdk/models/create_vat_type_request.py
+++ b/fattureincloud_python_sdk/models/create_vat_type_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_vat_type_response.py b/fattureincloud_python_sdk/models/create_vat_type_response.py
index c8981eaa..c0323454 100644
--- a/fattureincloud_python_sdk/models/create_vat_type_response.py
+++ b/fattureincloud_python_sdk/models/create_vat_type_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py b/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py
index dcb411d6..5984d26c 100644
--- a/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py
+++ b/fattureincloud_python_sdk/models/create_webhooks_subscription_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py b/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py
index 1f9f3974..99c97033 100644
--- a/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py
+++ b/fattureincloud_python_sdk/models/create_webhooks_subscription_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/currency.py b/fattureincloud_python_sdk/models/currency.py
index 2ccdcab1..7491cccc 100644
--- a/fattureincloud_python_sdk/models/currency.py
+++ b/fattureincloud_python_sdk/models/currency.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/detailed_country.py b/fattureincloud_python_sdk/models/detailed_country.py
index b0abc785..fdc5c169 100644
--- a/fattureincloud_python_sdk/models/detailed_country.py
+++ b/fattureincloud_python_sdk/models/detailed_country.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/document_template.py b/fattureincloud_python_sdk/models/document_template.py
index ef265194..c6092362 100644
--- a/fattureincloud_python_sdk/models/document_template.py
+++ b/fattureincloud_python_sdk/models/document_template.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py b/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py
index f130166c..c25cf56d 100644
--- a/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py
+++ b/fattureincloud_python_sdk/models/e_invoice_rejection_reason.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/email.py b/fattureincloud_python_sdk/models/email.py
index 795bb644..36d2211b 100644
--- a/fattureincloud_python_sdk/models/email.py
+++ b/fattureincloud_python_sdk/models/email.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/email_attachment.py b/fattureincloud_python_sdk/models/email_attachment.py
index bb6436b5..88e109dc 100644
--- a/fattureincloud_python_sdk/models/email_attachment.py
+++ b/fattureincloud_python_sdk/models/email_attachment.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/email_data.py b/fattureincloud_python_sdk/models/email_data.py
index e2f55275..1264b01e 100644
--- a/fattureincloud_python_sdk/models/email_data.py
+++ b/fattureincloud_python_sdk/models/email_data.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 33b54f78..502172e7 100644
--- a/fattureincloud_python_sdk/models/email_data_default_sender_email.py
+++ b/fattureincloud_python_sdk/models/email_data_default_sender_email.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,7 @@
class EmailDataDefaultSenderEmail(BaseModel):
"""
- Default sender email. (Other emails can be found in **sender_emails_list**)
+ Default sender email. (Other emails can be found in **sender_emails_list**) # noqa: E501
"""
id: Optional[StrictInt] = Field(None, description="Default sender email id")
diff --git a/fattureincloud_python_sdk/models/email_recipient_status.py b/fattureincloud_python_sdk/models/email_recipient_status.py
index 0b107b35..56eea8da 100644
--- a/fattureincloud_python_sdk/models/email_recipient_status.py
+++ b/fattureincloud_python_sdk/models/email_recipient_status.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/email_schedule.py b/fattureincloud_python_sdk/models/email_schedule.py
index 440c8467..bbcfd3f4 100644
--- a/fattureincloud_python_sdk/models/email_schedule.py
+++ b/fattureincloud_python_sdk/models/email_schedule.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/email_schedule_include.py b/fattureincloud_python_sdk/models/email_schedule_include.py
index 79a3fe93..64b72a0c 100644
--- a/fattureincloud_python_sdk/models/email_schedule_include.py
+++ b/fattureincloud_python_sdk/models/email_schedule_include.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/email_status.py b/fattureincloud_python_sdk/models/email_status.py
index 65bc259f..bc635043 100644
--- a/fattureincloud_python_sdk/models/email_status.py
+++ b/fattureincloud_python_sdk/models/email_status.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/entity.py b/fattureincloud_python_sdk/models/entity.py
index 28e117a5..7d9a8f8c 100644
--- a/fattureincloud_python_sdk/models/entity.py
+++ b/fattureincloud_python_sdk/models/entity.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/entity_type.py b/fattureincloud_python_sdk/models/entity_type.py
index 224368f5..3c9b014d 100644
--- a/fattureincloud_python_sdk/models/entity_type.py
+++ b/fattureincloud_python_sdk/models/entity_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/event_type.py b/fattureincloud_python_sdk/models/event_type.py
index e1cd2879..bb453db4 100644
--- a/fattureincloud_python_sdk/models/event_type.py
+++ b/fattureincloud_python_sdk/models/event_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
@@ -171,6 +171,9 @@ class EventType(str, Enum):
PRODUCTS_DELETE = (
"it.fattureincloud.webhooks.products.delete"
)
+ PRODUCTS_STOCK_UPDATE = (
+ "it.fattureincloud.webhooks.products.stock_update"
+ )
ENTITIES_CLIENTS_CREATE = (
"it.fattureincloud.webhooks.entities.clients.create"
)
@@ -198,11 +201,11 @@ class EventType(str, Enum):
ENTITIES_ALL_DELETE = (
"it.fattureincloud.webhooks.entities.all.delete"
)
- ISSUED_DOCUMENTS_E_INVOICES = (
- "it.fattureincloud.webhooks.issued_documents.e_invoices"
+ ISSUED_DOCUMENTS_E_INVOICES_STATUS_UPDATE = (
+ "it.fattureincloud.webhooks.issued_documents.e_invoices.status_update"
)
- RECEIVED_DOCUMENTS_E_INVOICES = (
- "it.fattureincloud.webhooks.received_documents.e_invoices"
+ RECEIVED_DOCUMENTS_E_INVOICES_STATUS_UPDATE = (
+ "it.fattureincloud.webhooks.received_documents.e_invoices.status_update"
)
@classmethod
diff --git a/fattureincloud_python_sdk/models/f24.py b/fattureincloud_python_sdk/models/f24.py
index d9d830d8..cdcc62c9 100644
--- a/fattureincloud_python_sdk/models/f24.py
+++ b/fattureincloud_python_sdk/models/f24.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/f24_status.py b/fattureincloud_python_sdk/models/f24_status.py
index 9597cca7..d7c07b25 100644
--- a/fattureincloud_python_sdk/models/f24_status.py
+++ b/fattureincloud_python_sdk/models/f24_status.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/function_status.py b/fattureincloud_python_sdk/models/function_status.py
index a3c325e8..47ba2a8c 100644
--- a/fattureincloud_python_sdk/models/function_status.py
+++ b/fattureincloud_python_sdk/models/function_status.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/get_archive_document_response.py b/fattureincloud_python_sdk/models/get_archive_document_response.py
index 9ea73666..8bd93f62 100644
--- a/fattureincloud_python_sdk/models/get_archive_document_response.py
+++ b/fattureincloud_python_sdk/models/get_archive_document_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetArchiveDocumentResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ArchiveDocument] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/get_cashbook_entry_response.py b/fattureincloud_python_sdk/models/get_cashbook_entry_response.py
index 1c26c19f..ea57a7ac 100644
--- a/fattureincloud_python_sdk/models/get_cashbook_entry_response.py
+++ b/fattureincloud_python_sdk/models/get_cashbook_entry_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetCashbookEntryResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[CashbookEntry] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/get_client_response.py b/fattureincloud_python_sdk/models/get_client_response.py
index 9fe89ec5..991b6ee1 100644
--- a/fattureincloud_python_sdk/models/get_client_response.py
+++ b/fattureincloud_python_sdk/models/get_client_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/get_company_info_response.py b/fattureincloud_python_sdk/models/get_company_info_response.py
index 7779acd7..c12d0e08 100644
--- a/fattureincloud_python_sdk/models/get_company_info_response.py
+++ b/fattureincloud_python_sdk/models/get_company_info_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetCompanyInfoResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[CompanyInfo] = None
__properties = ["data"]
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 ce84783c..16610210 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/get_email_data_response.py b/fattureincloud_python_sdk/models/get_email_data_response.py
index 46144f88..646046e4 100644
--- a/fattureincloud_python_sdk/models/get_email_data_response.py
+++ b/fattureincloud_python_sdk/models/get_email_data_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 abbd5470..2646e1ff 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 4670dd92..0e9d6125 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetExistingIssuedDocumentTotalsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[IssuedDocumentTotals] = None
__properties = ["data"]
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 f55a2105..f76025d5 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetExistingReceivedDocumentTotalsRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ReceivedDocument] = None
__properties = ["data"]
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 ad30b314..0df8246a 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -27,7 +27,9 @@
class GetExistingReceivedDocumentTotalsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ReceivedDocumentTotals] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/get_f24_response.py b/fattureincloud_python_sdk/models/get_f24_response.py
index 34f2ff27..4b83cd49 100644
--- a/fattureincloud_python_sdk/models/get_f24_response.py
+++ b/fattureincloud_python_sdk/models/get_f24_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 1425d5d8..7899b97e 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/get_issued_document_response.py b/fattureincloud_python_sdk/models/get_issued_document_response.py
index 38f347a2..0093cc34 100644
--- a/fattureincloud_python_sdk/models/get_issued_document_response.py
+++ b/fattureincloud_python_sdk/models/get_issued_document_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 06ad38cc..3bebafea 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 c6564236..79c654aa 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetNewIssuedDocumentTotalsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[IssuedDocumentTotals] = None
__properties = ["data"]
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 b76f6ef5..537b7bcd 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetNewReceivedDocumentTotalsRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ReceivedDocument] = None
__properties = ["data"]
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 c4e42cc7..1ec7ef8b 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -27,7 +27,9 @@
class GetNewReceivedDocumentTotalsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ReceivedDocumentTotals] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/get_payment_account_response.py b/fattureincloud_python_sdk/models/get_payment_account_response.py
index d64dbc28..c1001a95 100644
--- a/fattureincloud_python_sdk/models/get_payment_account_response.py
+++ b/fattureincloud_python_sdk/models/get_payment_account_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/get_payment_method_response.py b/fattureincloud_python_sdk/models/get_payment_method_response.py
index 1bdfb27e..1b8157f6 100644
--- a/fattureincloud_python_sdk/models/get_payment_method_response.py
+++ b/fattureincloud_python_sdk/models/get_payment_method_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/get_product_response.py b/fattureincloud_python_sdk/models/get_product_response.py
index 71d1d946..be5f4f8f 100644
--- a/fattureincloud_python_sdk/models/get_product_response.py
+++ b/fattureincloud_python_sdk/models/get_product_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 9c73a8a5..b2b2947c 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -27,7 +27,9 @@
class GetReceiptPreCreateInfoResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ReceiptPreCreateInfo] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/get_receipt_response.py b/fattureincloud_python_sdk/models/get_receipt_response.py
index 252febf2..7066f419 100644
--- a/fattureincloud_python_sdk/models/get_receipt_response.py
+++ b/fattureincloud_python_sdk/models/get_receipt_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetReceiptResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[Receipt] = None
__properties = ["data"]
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 5ecc8aa1..5fa3fc5f 100644
--- a/fattureincloud_python_sdk/models/get_receipts_monthly_totals_response.py
+++ b/fattureincloud_python_sdk/models/get_receipts_monthly_totals_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetReceiptsMonthlyTotalsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(MonthlyTotal)] = None
__properties = ["data"]
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 b1279150..dfff9e77 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetReceivedDocumentPreCreateInfoResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ReceivedDocumentInfo] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/get_received_document_response.py b/fattureincloud_python_sdk/models/get_received_document_response.py
index 56cc5e7e..38bb6546 100644
--- a/fattureincloud_python_sdk/models/get_received_document_response.py
+++ b/fattureincloud_python_sdk/models/get_received_document_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class GetReceivedDocumentResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ReceivedDocument] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/get_supplier_response.py b/fattureincloud_python_sdk/models/get_supplier_response.py
index bf89b58b..2774febc 100644
--- a/fattureincloud_python_sdk/models/get_supplier_response.py
+++ b/fattureincloud_python_sdk/models/get_supplier_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/get_user_info_response.py b/fattureincloud_python_sdk/models/get_user_info_response.py
index 8255471d..6ceb5b4f 100644
--- a/fattureincloud_python_sdk/models/get_user_info_response.py
+++ b/fattureincloud_python_sdk/models/get_user_info_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -31,7 +31,9 @@
class GetUserInfoResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[User] = None
info: Optional[GetUserInfoResponseInfo] = None
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 e31735ce..46fe144c 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 cc8eba3d..53c4927f 100644
--- a/fattureincloud_python_sdk/models/get_user_info_response_info.py
+++ b/fattureincloud_python_sdk/models/get_user_info_response_info.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/get_vat_type_response.py b/fattureincloud_python_sdk/models/get_vat_type_response.py
index 31e101ed..6b724aa5 100644
--- a/fattureincloud_python_sdk/models/get_vat_type_response.py
+++ b/fattureincloud_python_sdk/models/get_vat_type_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py b/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py
index fcd6e224..ccd7659c 100644
--- a/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py
+++ b/fattureincloud_python_sdk/models/get_webhooks_subscription_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/issued_document.py b/fattureincloud_python_sdk/models/issued_document.py
index 51f06aaf..13e319da 100644
--- a/fattureincloud_python_sdk/models/issued_document.py
+++ b/fattureincloud_python_sdk/models/issued_document.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -286,6 +286,9 @@ class IssuedDocument(BaseModel):
None,
description="[Read only] Status of the e-invoice. * **attempt** - We are trying to send the invoice, please wait up to 2 hours * **missing** - The invoice is missing * **not_sent** - The invoice has yet to be sent * **sent** - The invoice was sent * **pending** - The checks for the digital signature and sending are in progress * **processing** - The SDI is delivering the invoice to the customer * **error** - An error occurred while handling the invoice, please try to resend it or contact support * **discarded** - The invoice has been rejected by the SDI, so it must be corrected and re-sent * **not_delivered** - The SDI was unable to deliver the invoice * **accepted** - The customer accepted the invoice * **rejected** - The customer rejected the invoice, so it must be corrected * **no_response** - A response has not yet been received whithin the deadline, contact the customer to ascertain the status of the invoice * **manual_accepted** - The customer accepted the invoice * **manual_rejected** - The customer rejected the invoice ",
)
+ locked: Optional[StrictBool] = Field(
+ None, description="Issued Document can't be edited"
+ )
created_at: Optional[StrictStr] = Field(
None, description="Issued document creation date"
)
@@ -376,6 +379,7 @@ class IssuedDocument(BaseModel):
"attachment_token",
"ei_raw",
"ei_status",
+ "locked",
"created_at",
"updated_at",
]
@@ -746,6 +750,7 @@ def from_dict(cls, obj: dict) -> IssuedDocument:
"ei_status": obj.get("ei_status")
if obj.get("ei_status") is not None
else None,
+ "locked": obj.get("locked") if obj.get("locked") is not None else None,
"created_at": obj.get("created_at")
if obj.get("created_at") is not None
else None,
diff --git a/fattureincloud_python_sdk/models/issued_document_ei_data.py b/fattureincloud_python_sdk/models/issued_document_ei_data.py
index f674250e..40afb6d1 100644
--- a/fattureincloud_python_sdk/models/issued_document_ei_data.py
+++ b/fattureincloud_python_sdk/models/issued_document_ei_data.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -27,7 +27,7 @@
class IssuedDocumentEiData(BaseModel):
"""
- Issued document e-invoice data [Only if e_invoice=true]
+ Issued document e-invoice data [Only if e_invoice=true] # noqa: E501
"""
vat_kind: Optional[VatKind] = None
@@ -42,7 +42,7 @@ class IssuedDocumentEiData(BaseModel):
cup: Optional[StrictStr] = Field(None, description="E-invoice CUP")
payment_method: Optional[StrictStr] = Field(
None,
- description="E-invoice payment method [required for e-invoices](see https://www.fatturapa.gov.it/export/documenti/fatturapa/v1.2.2/Rappresentazione_Tabellare_FattOrdinaria_V1.2.2.pdf for the accepted values of ModalitaPagamento)",
+ description="E-invoice payment method [required for e-invoices] (see [here](https://www.fatturapa.gov.it/export/documenti/fatturapa/v1.2.2/Rappresentazione_Tabellare_FattOrdinaria_V1.2.2.pdf) for the accepted values of ModalitaPagamento)",
)
bank_name: Optional[StrictStr] = Field(None, description="E-invoice bank name")
bank_iban: Optional[StrictStr] = Field(None, description="E-invoice bank IBAN")
diff --git a/fattureincloud_python_sdk/models/issued_document_extra_data.py b/fattureincloud_python_sdk/models/issued_document_extra_data.py
index 4036e38b..a9425845 100644
--- a/fattureincloud_python_sdk/models/issued_document_extra_data.py
+++ b/fattureincloud_python_sdk/models/issued_document_extra_data.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,7 @@
class IssuedDocumentExtraData(BaseModel):
"""
- Issued document extra data [TS fields follow the technical specifications provided by \"Sistema Tessera Sanitaria\"]
+ Issued document extra data [TS fields follow the technical specifications provided by \"Sistema Tessera Sanitaria\"] # noqa: E501
"""
show_sofort_button: Optional[StrictBool] = None
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 91a1de9b..640acf15 100644
--- a/fattureincloud_python_sdk/models/issued_document_items_list_item.py
+++ b/fattureincloud_python_sdk/models/issued_document_items_list_item.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/issued_document_options.py b/fattureincloud_python_sdk/models/issued_document_options.py
index d615cdc6..eabea942 100644
--- a/fattureincloud_python_sdk/models/issued_document_options.py
+++ b/fattureincloud_python_sdk/models/issued_document_options.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 ba42d9e9..c68bf21a 100644
--- a/fattureincloud_python_sdk/models/issued_document_payments_list_item.py
+++ b/fattureincloud_python_sdk/models/issued_document_payments_list_item.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 954808b2..c5eb698e 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 bc0112ad..1950e57a 100644
--- a/fattureincloud_python_sdk/models/issued_document_pre_create_info.py
+++ b/fattureincloud_python_sdk/models/issued_document_pre_create_info.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 9178f136..bcd8b4f6 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -27,7 +27,7 @@
class IssuedDocumentPreCreateInfoDefaultValues(BaseModel):
"""
- Issued document default values
+ Issued document default values # noqa: E501
"""
default_template: Optional[DocumentTemplate] = None
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 8be53f13..28ceedf0 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,7 @@
class IssuedDocumentPreCreateInfoExtraDataDefaultValues(BaseModel):
"""
- Issued document extra data default values
+ Issued document extra data default values # noqa: E501
"""
ts_communication: Optional[StrictBool] = None
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 88a51ae1..6d67ad8f 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -26,7 +26,7 @@
class IssuedDocumentPreCreateInfoItemsDefaultValues(BaseModel):
"""
- Issued document items default values
+ Issued document items default values # noqa: E501
"""
vat: Optional[VatType] = None
diff --git a/fattureincloud_python_sdk/models/issued_document_status.py b/fattureincloud_python_sdk/models/issued_document_status.py
index 863dcee3..c3292959 100644
--- a/fattureincloud_python_sdk/models/issued_document_status.py
+++ b/fattureincloud_python_sdk/models/issued_document_status.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/issued_document_totals.py b/fattureincloud_python_sdk/models/issued_document_totals.py
index 78f4ba79..d16724ea 100644
--- a/fattureincloud_python_sdk/models/issued_document_totals.py
+++ b/fattureincloud_python_sdk/models/issued_document_totals.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/issued_document_type.py b/fattureincloud_python_sdk/models/issued_document_type.py
index e6b2cef6..078451a0 100644
--- a/fattureincloud_python_sdk/models/issued_document_type.py
+++ b/fattureincloud_python_sdk/models/issued_document_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/join_issued_documents_response.py b/fattureincloud_python_sdk/models/join_issued_documents_response.py
index 1480a425..29e7405d 100644
--- a/fattureincloud_python_sdk/models/join_issued_documents_response.py
+++ b/fattureincloud_python_sdk/models/join_issued_documents_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/language.py b/fattureincloud_python_sdk/models/language.py
index 8fb04c59..42aca250 100644
--- a/fattureincloud_python_sdk/models/language.py
+++ b/fattureincloud_python_sdk/models/language.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_archive_categories_response.py b/fattureincloud_python_sdk/models/list_archive_categories_response.py
index cd78cfc7..c470073f 100644
--- a/fattureincloud_python_sdk/models/list_archive_categories_response.py
+++ b/fattureincloud_python_sdk/models/list_archive_categories_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_archive_documents_response.py b/fattureincloud_python_sdk/models/list_archive_documents_response.py
index 523cd0e2..ad160eba 100644
--- a/fattureincloud_python_sdk/models/list_archive_documents_response.py
+++ b/fattureincloud_python_sdk/models/list_archive_documents_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListArchiveDocumentsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
current_page: Optional[StrictInt] = Field(None, description="Current page number.")
first_page_url: Optional[StrictStr] = Field(None, description="First page url.")
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 259725af..02a54ad0 100644
--- a/fattureincloud_python_sdk/models/list_archive_documents_response_page.py
+++ b/fattureincloud_python_sdk/models/list_archive_documents_response_page.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_cashbook_entries_response.py b/fattureincloud_python_sdk/models/list_cashbook_entries_response.py
index a865ff66..df847143 100644
--- a/fattureincloud_python_sdk/models/list_cashbook_entries_response.py
+++ b/fattureincloud_python_sdk/models/list_cashbook_entries_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListCashbookEntriesResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(CashbookEntry)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_cities_response.py b/fattureincloud_python_sdk/models/list_cities_response.py
index 778b3478..b6559afe 100644
--- a/fattureincloud_python_sdk/models/list_cities_response.py
+++ b/fattureincloud_python_sdk/models/list_cities_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListCitiesResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(City)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_clients_response.py b/fattureincloud_python_sdk/models/list_clients_response.py
index abdd9bdd..6352d388 100644
--- a/fattureincloud_python_sdk/models/list_clients_response.py
+++ b/fattureincloud_python_sdk/models/list_clients_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_clients_response_page.py b/fattureincloud_python_sdk/models/list_clients_response_page.py
index 86c1b90d..fa5eb4ea 100644
--- a/fattureincloud_python_sdk/models/list_clients_response_page.py
+++ b/fattureincloud_python_sdk/models/list_clients_response_page.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_cost_centers_response.py b/fattureincloud_python_sdk/models/list_cost_centers_response.py
index 375237f0..21ed072e 100644
--- a/fattureincloud_python_sdk/models/list_cost_centers_response.py
+++ b/fattureincloud_python_sdk/models/list_cost_centers_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_countries_response.py b/fattureincloud_python_sdk/models/list_countries_response.py
index c0c50763..626bd547 100644
--- a/fattureincloud_python_sdk/models/list_countries_response.py
+++ b/fattureincloud_python_sdk/models/list_countries_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -24,7 +24,9 @@
class ListCountriesResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(StrictStr)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_currencies_response.py b/fattureincloud_python_sdk/models/list_currencies_response.py
index 1351e569..e4e20fbf 100644
--- a/fattureincloud_python_sdk/models/list_currencies_response.py
+++ b/fattureincloud_python_sdk/models/list_currencies_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListCurrenciesResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(Currency)] = None
__properties = ["data"]
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 cd2052eb..eb83c714 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -24,7 +24,9 @@
class ListDeliveryNotesDefaultCausalsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(StrictStr)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_detailed_countries_response.py b/fattureincloud_python_sdk/models/list_detailed_countries_response.py
index ac142fce..1610f7e6 100644
--- a/fattureincloud_python_sdk/models/list_detailed_countries_response.py
+++ b/fattureincloud_python_sdk/models/list_detailed_countries_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_emails_response.py b/fattureincloud_python_sdk/models/list_emails_response.py
index b0c38010..e6d63c59 100644
--- a/fattureincloud_python_sdk/models/list_emails_response.py
+++ b/fattureincloud_python_sdk/models/list_emails_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_emails_response_page.py b/fattureincloud_python_sdk/models/list_emails_response_page.py
index da8f3e91..7a93b557 100644
--- a/fattureincloud_python_sdk/models/list_emails_response_page.py
+++ b/fattureincloud_python_sdk/models/list_emails_response_page.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_f24_response.py b/fattureincloud_python_sdk/models/list_f24_response.py
index 392c08e9..8b32a5cb 100644
--- a/fattureincloud_python_sdk/models/list_f24_response.py
+++ b/fattureincloud_python_sdk/models/list_f24_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -28,7 +28,9 @@
class ListF24Response(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
current_page: Optional[StrictInt] = Field(None, description="Current page number.")
first_page_url: Optional[StrictStr] = Field(None, description="First page url.")
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 95e39949..ee128db9 100644
--- a/fattureincloud_python_sdk/models/list_f24_response_aggregated_data.py
+++ b/fattureincloud_python_sdk/models/list_f24_response_aggregated_data.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_f24_response_aggregation.py b/fattureincloud_python_sdk/models/list_f24_response_aggregation.py
index a3e02714..0ec29680 100644
--- a/fattureincloud_python_sdk/models/list_f24_response_aggregation.py
+++ b/fattureincloud_python_sdk/models/list_f24_response_aggregation.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_f24_response_page.py b/fattureincloud_python_sdk/models/list_f24_response_page.py
index 9725344a..4c4fcb9f 100644
--- a/fattureincloud_python_sdk/models/list_f24_response_page.py
+++ b/fattureincloud_python_sdk/models/list_f24_response_page.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_issued_documents_response.py b/fattureincloud_python_sdk/models/list_issued_documents_response.py
index bddce6ff..05fc80f8 100644
--- a/fattureincloud_python_sdk/models/list_issued_documents_response.py
+++ b/fattureincloud_python_sdk/models/list_issued_documents_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 f3148a9f..c7b4d505 100644
--- a/fattureincloud_python_sdk/models/list_issued_documents_response_page.py
+++ b/fattureincloud_python_sdk/models/list_issued_documents_response_page.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_languages_response.py b/fattureincloud_python_sdk/models/list_languages_response.py
index bbe35299..cdf1ae14 100644
--- a/fattureincloud_python_sdk/models/list_languages_response.py
+++ b/fattureincloud_python_sdk/models/list_languages_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListLanguagesResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(Language)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_payment_accounts_response.py b/fattureincloud_python_sdk/models/list_payment_accounts_response.py
index e6910241..b6a70105 100644
--- a/fattureincloud_python_sdk/models/list_payment_accounts_response.py
+++ b/fattureincloud_python_sdk/models/list_payment_accounts_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListPaymentAccountsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(PaymentAccount)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_payment_methods_response.py b/fattureincloud_python_sdk/models/list_payment_methods_response.py
index 01b4c593..ed2faafc 100644
--- a/fattureincloud_python_sdk/models/list_payment_methods_response.py
+++ b/fattureincloud_python_sdk/models/list_payment_methods_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListPaymentMethodsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(PaymentMethod)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_product_categories_response.py b/fattureincloud_python_sdk/models/list_product_categories_response.py
index 11488833..d1c061ff 100644
--- a/fattureincloud_python_sdk/models/list_product_categories_response.py
+++ b/fattureincloud_python_sdk/models/list_product_categories_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -24,7 +24,9 @@
class ListProductCategoriesResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(StrictStr)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_products_response.py b/fattureincloud_python_sdk/models/list_products_response.py
index c535742f..75455d28 100644
--- a/fattureincloud_python_sdk/models/list_products_response.py
+++ b/fattureincloud_python_sdk/models/list_products_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_products_response_page.py b/fattureincloud_python_sdk/models/list_products_response_page.py
index 919c2e87..6992e4a5 100644
--- a/fattureincloud_python_sdk/models/list_products_response_page.py
+++ b/fattureincloud_python_sdk/models/list_products_response_page.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_receipts_response.py b/fattureincloud_python_sdk/models/list_receipts_response.py
index 6cac4128..83824c63 100644
--- a/fattureincloud_python_sdk/models/list_receipts_response.py
+++ b/fattureincloud_python_sdk/models/list_receipts_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListReceiptsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
current_page: Optional[StrictInt] = Field(None, description="Current page number.")
first_page_url: Optional[StrictStr] = Field(None, description="First page url.")
diff --git a/fattureincloud_python_sdk/models/list_receipts_response_page.py b/fattureincloud_python_sdk/models/list_receipts_response_page.py
index 3db034e6..31b343a6 100644
--- a/fattureincloud_python_sdk/models/list_receipts_response_page.py
+++ b/fattureincloud_python_sdk/models/list_receipts_response_page.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 37413dd4..2df8d523 100644
--- a/fattureincloud_python_sdk/models/list_received_document_categories_response.py
+++ b/fattureincloud_python_sdk/models/list_received_document_categories_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -24,7 +24,9 @@
class ListReceivedDocumentCategoriesResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(StrictStr)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_received_documents_response.py b/fattureincloud_python_sdk/models/list_received_documents_response.py
index 125e7aac..6ebf4d2e 100644
--- a/fattureincloud_python_sdk/models/list_received_documents_response.py
+++ b/fattureincloud_python_sdk/models/list_received_documents_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListReceivedDocumentsResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
current_page: Optional[StrictInt] = Field(None, description="Current page number.")
first_page_url: Optional[StrictStr] = Field(None, description="First page url.")
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 e3c5be24..0e1eafdc 100644
--- a/fattureincloud_python_sdk/models/list_received_documents_response_page.py
+++ b/fattureincloud_python_sdk/models/list_received_documents_response_page.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_revenue_centers_response.py b/fattureincloud_python_sdk/models/list_revenue_centers_response.py
index f576ef2a..2c99aae0 100644
--- a/fattureincloud_python_sdk/models/list_revenue_centers_response.py
+++ b/fattureincloud_python_sdk/models/list_revenue_centers_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -24,7 +24,9 @@
class ListRevenueCentersResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(StrictStr)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_suppliers_response.py b/fattureincloud_python_sdk/models/list_suppliers_response.py
index 9e04b172..7de5e6b5 100644
--- a/fattureincloud_python_sdk/models/list_suppliers_response.py
+++ b/fattureincloud_python_sdk/models/list_suppliers_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_suppliers_response_page.py b/fattureincloud_python_sdk/models/list_suppliers_response_page.py
index 621defa8..b628a02a 100644
--- a/fattureincloud_python_sdk/models/list_suppliers_response_page.py
+++ b/fattureincloud_python_sdk/models/list_suppliers_response_page.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_templates_response.py b/fattureincloud_python_sdk/models/list_templates_response.py
index fc4d273e..1318bedf 100644
--- a/fattureincloud_python_sdk/models/list_templates_response.py
+++ b/fattureincloud_python_sdk/models/list_templates_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListTemplatesResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(DocumentTemplate)] = None
__properties = ["data"]
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 ce71d75d..78219dac 100644
--- a/fattureincloud_python_sdk/models/list_units_of_measure_response.py
+++ b/fattureincloud_python_sdk/models/list_units_of_measure_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -24,7 +24,9 @@
class ListUnitsOfMeasureResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(StrictStr)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_user_companies_response.py b/fattureincloud_python_sdk/models/list_user_companies_response.py
index 98260f12..f58ca013 100644
--- a/fattureincloud_python_sdk/models/list_user_companies_response.py
+++ b/fattureincloud_python_sdk/models/list_user_companies_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -27,7 +27,9 @@
class ListUserCompaniesResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ListUserCompaniesResponseData] = None
__properties = ["data"]
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 8df5bad2..a85e51cb 100644
--- a/fattureincloud_python_sdk/models/list_user_companies_response_data.py
+++ b/fattureincloud_python_sdk/models/list_user_companies_response_data.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/list_vat_types_response.py b/fattureincloud_python_sdk/models/list_vat_types_response.py
index 6f1b4c43..87d26b8b 100644
--- a/fattureincloud_python_sdk/models/list_vat_types_response.py
+++ b/fattureincloud_python_sdk/models/list_vat_types_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ListVatTypesResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[conlist(VatType)] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py b/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py
index b3155717..a296c657 100644
--- a/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py
+++ b/fattureincloud_python_sdk/models/list_webhooks_subscriptions_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_archive_document_request.py b/fattureincloud_python_sdk/models/modify_archive_document_request.py
index 8bc9bd92..6f1d9f85 100644
--- a/fattureincloud_python_sdk/models/modify_archive_document_request.py
+++ b/fattureincloud_python_sdk/models/modify_archive_document_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyArchiveDocumentRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ArchiveDocument] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_archive_document_response.py b/fattureincloud_python_sdk/models/modify_archive_document_response.py
index b31d490c..27ff2390 100644
--- a/fattureincloud_python_sdk/models/modify_archive_document_response.py
+++ b/fattureincloud_python_sdk/models/modify_archive_document_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyArchiveDocumentResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ArchiveDocument] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py b/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py
index e790fa39..8b212e55 100644
--- a/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py
+++ b/fattureincloud_python_sdk/models/modify_cashbook_entry_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyCashbookEntryRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[CashbookEntry] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py b/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py
index a97c0bee..d9195d27 100644
--- a/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py
+++ b/fattureincloud_python_sdk/models/modify_cashbook_entry_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyCashbookEntryResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[CashbookEntry] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_client_request.py b/fattureincloud_python_sdk/models/modify_client_request.py
index 5d2de93d..fe4ee3d3 100644
--- a/fattureincloud_python_sdk/models/modify_client_request.py
+++ b/fattureincloud_python_sdk/models/modify_client_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyClientRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[Client] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_client_response.py b/fattureincloud_python_sdk/models/modify_client_response.py
index 72fe89bc..dcf41873 100644
--- a/fattureincloud_python_sdk/models/modify_client_response.py
+++ b/fattureincloud_python_sdk/models/modify_client_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_f24_request.py b/fattureincloud_python_sdk/models/modify_f24_request.py
index 2434f05b..65ac8639 100644
--- a/fattureincloud_python_sdk/models/modify_f24_request.py
+++ b/fattureincloud_python_sdk/models/modify_f24_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyF24Request(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[F24] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_f24_response.py b/fattureincloud_python_sdk/models/modify_f24_response.py
index 1acf6451..2c536925 100644
--- a/fattureincloud_python_sdk/models/modify_f24_response.py
+++ b/fattureincloud_python_sdk/models/modify_f24_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyF24Response(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[F24] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_issued_document_request.py b/fattureincloud_python_sdk/models/modify_issued_document_request.py
index ed7bd993..353d103f 100644
--- a/fattureincloud_python_sdk/models/modify_issued_document_request.py
+++ b/fattureincloud_python_sdk/models/modify_issued_document_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -28,7 +28,9 @@
class ModifyIssuedDocumentRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[IssuedDocument] = None
options: Optional[IssuedDocumentOptions] = None
diff --git a/fattureincloud_python_sdk/models/modify_issued_document_response.py b/fattureincloud_python_sdk/models/modify_issued_document_response.py
index 0d217773..1d18c7e4 100644
--- a/fattureincloud_python_sdk/models/modify_issued_document_response.py
+++ b/fattureincloud_python_sdk/models/modify_issued_document_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_payment_account_request.py b/fattureincloud_python_sdk/models/modify_payment_account_request.py
index b062579c..6181f2bb 100644
--- a/fattureincloud_python_sdk/models/modify_payment_account_request.py
+++ b/fattureincloud_python_sdk/models/modify_payment_account_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_payment_account_response.py b/fattureincloud_python_sdk/models/modify_payment_account_response.py
index 3be66bae..412a01f6 100644
--- a/fattureincloud_python_sdk/models/modify_payment_account_response.py
+++ b/fattureincloud_python_sdk/models/modify_payment_account_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_payment_method_request.py b/fattureincloud_python_sdk/models/modify_payment_method_request.py
index 9cddb189..99fd7deb 100644
--- a/fattureincloud_python_sdk/models/modify_payment_method_request.py
+++ b/fattureincloud_python_sdk/models/modify_payment_method_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_payment_method_response.py b/fattureincloud_python_sdk/models/modify_payment_method_response.py
index 6db4fa6b..0105ade7 100644
--- a/fattureincloud_python_sdk/models/modify_payment_method_response.py
+++ b/fattureincloud_python_sdk/models/modify_payment_method_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_product_request.py b/fattureincloud_python_sdk/models/modify_product_request.py
index 4d878e25..1f3d6a3c 100644
--- a/fattureincloud_python_sdk/models/modify_product_request.py
+++ b/fattureincloud_python_sdk/models/modify_product_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_product_response.py b/fattureincloud_python_sdk/models/modify_product_response.py
index 9bab63e5..e70dd1b8 100644
--- a/fattureincloud_python_sdk/models/modify_product_response.py
+++ b/fattureincloud_python_sdk/models/modify_product_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_receipt_request.py b/fattureincloud_python_sdk/models/modify_receipt_request.py
index 43ede217..bfb10ef1 100644
--- a/fattureincloud_python_sdk/models/modify_receipt_request.py
+++ b/fattureincloud_python_sdk/models/modify_receipt_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyReceiptRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[Receipt] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_receipt_response.py b/fattureincloud_python_sdk/models/modify_receipt_response.py
index a7225322..655677bc 100644
--- a/fattureincloud_python_sdk/models/modify_receipt_response.py
+++ b/fattureincloud_python_sdk/models/modify_receipt_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyReceiptResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[Receipt] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_received_document_request.py b/fattureincloud_python_sdk/models/modify_received_document_request.py
index 8266af6e..db0f9d8c 100644
--- a/fattureincloud_python_sdk/models/modify_received_document_request.py
+++ b/fattureincloud_python_sdk/models/modify_received_document_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyReceivedDocumentRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ReceivedDocument] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_received_document_response.py b/fattureincloud_python_sdk/models/modify_received_document_response.py
index beaa04a8..c449f0ad 100644
--- a/fattureincloud_python_sdk/models/modify_received_document_response.py
+++ b/fattureincloud_python_sdk/models/modify_received_document_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ModifyReceivedDocumentResponse(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[ReceivedDocument] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/modify_supplier_request.py b/fattureincloud_python_sdk/models/modify_supplier_request.py
index 7322e9e5..7ad58fd4 100644
--- a/fattureincloud_python_sdk/models/modify_supplier_request.py
+++ b/fattureincloud_python_sdk/models/modify_supplier_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_supplier_response.py b/fattureincloud_python_sdk/models/modify_supplier_response.py
index 30a6a8b7..49ec84b3 100644
--- a/fattureincloud_python_sdk/models/modify_supplier_response.py
+++ b/fattureincloud_python_sdk/models/modify_supplier_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_vat_type_request.py b/fattureincloud_python_sdk/models/modify_vat_type_request.py
index 8df74079..68fde805 100644
--- a/fattureincloud_python_sdk/models/modify_vat_type_request.py
+++ b/fattureincloud_python_sdk/models/modify_vat_type_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_vat_type_response.py b/fattureincloud_python_sdk/models/modify_vat_type_response.py
index 4c5c5436..b42fb05d 100644
--- a/fattureincloud_python_sdk/models/modify_vat_type_response.py
+++ b/fattureincloud_python_sdk/models/modify_vat_type_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py b/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py
index 90f8e0ce..c7e04bd6 100644
--- a/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py
+++ b/fattureincloud_python_sdk/models/modify_webhooks_subscription_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py b/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py
index d2541c2a..8367f1e1 100644
--- a/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py
+++ b/fattureincloud_python_sdk/models/modify_webhooks_subscription_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/monthly_total.py b/fattureincloud_python_sdk/models/monthly_total.py
index e332d2a4..f43b8ba5 100644
--- a/fattureincloud_python_sdk/models/monthly_total.py
+++ b/fattureincloud_python_sdk/models/monthly_total.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/original_document_type.py b/fattureincloud_python_sdk/models/original_document_type.py
index c701d66a..182fe3e3 100644
--- a/fattureincloud_python_sdk/models/original_document_type.py
+++ b/fattureincloud_python_sdk/models/original_document_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/pagination.py b/fattureincloud_python_sdk/models/pagination.py
index 59b7f06d..c2cb39d4 100644
--- a/fattureincloud_python_sdk/models/pagination.py
+++ b/fattureincloud_python_sdk/models/pagination.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -24,7 +24,9 @@
class Pagination(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
current_page: Optional[StrictInt] = Field(None, description="Current page number.")
first_page_url: Optional[StrictStr] = Field(None, description="First page url.")
diff --git a/fattureincloud_python_sdk/models/payment_account.py b/fattureincloud_python_sdk/models/payment_account.py
index 5484f046..5eee3542 100644
--- a/fattureincloud_python_sdk/models/payment_account.py
+++ b/fattureincloud_python_sdk/models/payment_account.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/payment_account_type.py b/fattureincloud_python_sdk/models/payment_account_type.py
index 743ae581..d02dbd2d 100644
--- a/fattureincloud_python_sdk/models/payment_account_type.py
+++ b/fattureincloud_python_sdk/models/payment_account_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/payment_method.py b/fattureincloud_python_sdk/models/payment_method.py
index 76456a78..93138727 100644
--- a/fattureincloud_python_sdk/models/payment_method.py
+++ b/fattureincloud_python_sdk/models/payment_method.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/payment_method_details.py b/fattureincloud_python_sdk/models/payment_method_details.py
index 13d1651f..a48bfcd6 100644
--- a/fattureincloud_python_sdk/models/payment_method_details.py
+++ b/fattureincloud_python_sdk/models/payment_method_details.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/payment_method_type.py b/fattureincloud_python_sdk/models/payment_method_type.py
index 2739b929..17011ba5 100644
--- a/fattureincloud_python_sdk/models/payment_method_type.py
+++ b/fattureincloud_python_sdk/models/payment_method_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/payment_terms_type.py b/fattureincloud_python_sdk/models/payment_terms_type.py
index b55f6f99..9507b441 100644
--- a/fattureincloud_python_sdk/models/payment_terms_type.py
+++ b/fattureincloud_python_sdk/models/payment_terms_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/permission_level.py b/fattureincloud_python_sdk/models/permission_level.py
index cf63ae82..9b5cbe3a 100644
--- a/fattureincloud_python_sdk/models/permission_level.py
+++ b/fattureincloud_python_sdk/models/permission_level.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/permissions.py b/fattureincloud_python_sdk/models/permissions.py
index e6ba76de..a455ac57 100644
--- a/fattureincloud_python_sdk/models/permissions.py
+++ b/fattureincloud_python_sdk/models/permissions.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -28,7 +28,9 @@
class Permissions(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
fic_situation: Optional[PermissionLevel] = None
fic_clients: Optional[PermissionLevel] = None
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 eb265829..d22ccd3e 100644
--- a/fattureincloud_python_sdk/models/permissions_fic_issued_documents_detailed.py
+++ b/fattureincloud_python_sdk/models/permissions_fic_issued_documents_detailed.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/product.py b/fattureincloud_python_sdk/models/product.py
index a900b555..05d63764 100644
--- a/fattureincloud_python_sdk/models/product.py
+++ b/fattureincloud_python_sdk/models/product.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/receipt.py b/fattureincloud_python_sdk/models/receipt.py
index 4e277647..e8f52069 100644
--- a/fattureincloud_python_sdk/models/receipt.py
+++ b/fattureincloud_python_sdk/models/receipt.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/receipt_items_list_item.py b/fattureincloud_python_sdk/models/receipt_items_list_item.py
index 892196ca..b67c8c38 100644
--- a/fattureincloud_python_sdk/models/receipt_items_list_item.py
+++ b/fattureincloud_python_sdk/models/receipt_items_list_item.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/receipt_pre_create_info.py b/fattureincloud_python_sdk/models/receipt_pre_create_info.py
index 4dde5d36..7b0e0511 100644
--- a/fattureincloud_python_sdk/models/receipt_pre_create_info.py
+++ b/fattureincloud_python_sdk/models/receipt_pre_create_info.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/receipt_type.py b/fattureincloud_python_sdk/models/receipt_type.py
index 91d95685..3a4a2172 100644
--- a/fattureincloud_python_sdk/models/receipt_type.py
+++ b/fattureincloud_python_sdk/models/receipt_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/received_document.py b/fattureincloud_python_sdk/models/received_document.py
index 49bbb89e..76ac8b5f 100644
--- a/fattureincloud_python_sdk/models/received_document.py
+++ b/fattureincloud_python_sdk/models/received_document.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -121,6 +121,9 @@ class ReceivedDocument(BaseModel):
None,
description="[Write Only] Received document attachment token returned by POST /received_documents/attachment",
)
+ locked: Optional[StrictBool] = Field(
+ None, description="Received Document can't be edited"
+ )
created_at: Optional[StrictStr] = Field(
None, description="Received document creation date"
)
@@ -155,6 +158,7 @@ class ReceivedDocument(BaseModel):
"attachment_preview_url",
"auto_calculate",
"attachment_token",
+ "locked",
"created_at",
"updated_at",
]
@@ -306,6 +310,7 @@ def from_dict(cls, obj: dict) -> ReceivedDocument:
"attachment_token": obj.get("attachment_token")
if obj.get("attachment_token") is not None
else None,
+ "locked": obj.get("locked") if obj.get("locked") is not None else None,
"created_at": obj.get("created_at")
if obj.get("created_at") is not None
else None,
diff --git a/fattureincloud_python_sdk/models/received_document_info.py b/fattureincloud_python_sdk/models/received_document_info.py
index fec6aea3..9f7cb8f5 100644
--- a/fattureincloud_python_sdk/models/received_document_info.py
+++ b/fattureincloud_python_sdk/models/received_document_info.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 432aef4f..95ef4a9c 100644
--- a/fattureincloud_python_sdk/models/received_document_info_default_values.py
+++ b/fattureincloud_python_sdk/models/received_document_info_default_values.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,7 @@
class ReceivedDocumentInfoDefaultValues(BaseModel):
"""
- Received document default values
+ Received document default values # noqa: E501
"""
detailed: Optional[StrictBool] = None
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 7b44ffe4..61b3a087 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,7 @@
class ReceivedDocumentInfoItemsDefaultValues(BaseModel):
"""
- Received document items default values
+ Received document items default values # noqa: E501
"""
vat: Optional[Union[StrictFloat, StrictInt]] = Field(
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 b37479b8..3c44b2b8 100644
--- a/fattureincloud_python_sdk/models/received_document_items_list_item.py
+++ b/fattureincloud_python_sdk/models/received_document_items_list_item.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 c0b93922..66b330cc 100644
--- a/fattureincloud_python_sdk/models/received_document_payments_list_item.py
+++ b/fattureincloud_python_sdk/models/received_document_payments_list_item.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 f7e86de8..bbfe9a4d 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/received_document_totals.py b/fattureincloud_python_sdk/models/received_document_totals.py
index 7e8f31b2..0eced432 100644
--- a/fattureincloud_python_sdk/models/received_document_totals.py
+++ b/fattureincloud_python_sdk/models/received_document_totals.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/received_document_type.py b/fattureincloud_python_sdk/models/received_document_type.py
index 4c508e30..ff57793b 100644
--- a/fattureincloud_python_sdk/models/received_document_type.py
+++ b/fattureincloud_python_sdk/models/received_document_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/schedule_email_request.py b/fattureincloud_python_sdk/models/schedule_email_request.py
index a3a2bc43..f563ccee 100644
--- a/fattureincloud_python_sdk/models/schedule_email_request.py
+++ b/fattureincloud_python_sdk/models/schedule_email_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -25,7 +25,9 @@
class ScheduleEmailRequest(BaseModel):
- """ """
+ """
+ # noqa: E501
+ """
data: Optional[EmailSchedule] = None
__properties = ["data"]
diff --git a/fattureincloud_python_sdk/models/send_e_invoice_request.py b/fattureincloud_python_sdk/models/send_e_invoice_request.py
index 46954a85..16ad782b 100644
--- a/fattureincloud_python_sdk/models/send_e_invoice_request.py
+++ b/fattureincloud_python_sdk/models/send_e_invoice_request.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 3a6a9c35..6c91bed7 100644
--- a/fattureincloud_python_sdk/models/send_e_invoice_request_data.py
+++ b/fattureincloud_python_sdk/models/send_e_invoice_request_data.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 45c909d8..eaf895b4 100644
--- a/fattureincloud_python_sdk/models/send_e_invoice_request_options.py
+++ b/fattureincloud_python_sdk/models/send_e_invoice_request_options.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/send_e_invoice_response.py b/fattureincloud_python_sdk/models/send_e_invoice_response.py
index edb6b8cf..559e353a 100644
--- a/fattureincloud_python_sdk/models/send_e_invoice_response.py
+++ b/fattureincloud_python_sdk/models/send_e_invoice_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 5a5e82ec..269de3ac 100644
--- a/fattureincloud_python_sdk/models/send_e_invoice_response_data.py
+++ b/fattureincloud_python_sdk/models/send_e_invoice_response_data.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/sender_email.py b/fattureincloud_python_sdk/models/sender_email.py
index 48ec7fde..e66cd8ed 100644
--- a/fattureincloud_python_sdk/models/sender_email.py
+++ b/fattureincloud_python_sdk/models/sender_email.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/show_totals_mode.py b/fattureincloud_python_sdk/models/show_totals_mode.py
index 9c462140..9488a8b7 100644
--- a/fattureincloud_python_sdk/models/show_totals_mode.py
+++ b/fattureincloud_python_sdk/models/show_totals_mode.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/supplier.py b/fattureincloud_python_sdk/models/supplier.py
index a1614822..7bf7b607 100644
--- a/fattureincloud_python_sdk/models/supplier.py
+++ b/fattureincloud_python_sdk/models/supplier.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -52,6 +52,9 @@ class Supplier(BaseModel):
None, description="Supplier address extra info"
)
country: Optional[StrictStr] = Field(None, description="Supplier country")
+ country_iso: Optional[StrictStr] = Field(
+ None, description="Supplier country iso code"
+ )
email: Optional[StrictStr] = Field(None, description="Supplier email")
certified_email: Optional[StrictStr] = Field(
None, description="Supplier certified email"
@@ -80,6 +83,7 @@ class Supplier(BaseModel):
"address_province",
"address_extra",
"country",
+ "country_iso",
"email",
"certified_email",
"phone",
@@ -162,6 +166,9 @@ def from_dict(cls, obj: dict) -> Supplier:
"country": obj.get("country")
if obj.get("country") is not None
else None,
+ "country_iso": obj.get("country_iso")
+ if obj.get("country_iso") is not None
+ else None,
"email": obj.get("email") if obj.get("email") is not None else None,
"certified_email": obj.get("certified_email")
if obj.get("certified_email") is not None
diff --git a/fattureincloud_python_sdk/models/supplier_type.py b/fattureincloud_python_sdk/models/supplier_type.py
index 6b8543c0..8338fa1a 100644
--- a/fattureincloud_python_sdk/models/supplier_type.py
+++ b/fattureincloud_python_sdk/models/supplier_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/transform_issued_document_response.py b/fattureincloud_python_sdk/models/transform_issued_document_response.py
index 16893093..221182f6 100644
--- a/fattureincloud_python_sdk/models/transform_issued_document_response.py
+++ b/fattureincloud_python_sdk/models/transform_issued_document_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/upload_archive_attachment_response.py b/fattureincloud_python_sdk/models/upload_archive_attachment_response.py
index 10f3089e..909e92a9 100644
--- a/fattureincloud_python_sdk/models/upload_archive_attachment_response.py
+++ b/fattureincloud_python_sdk/models/upload_archive_attachment_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/upload_f24_attachment_response.py b/fattureincloud_python_sdk/models/upload_f24_attachment_response.py
index 113af7e8..afa40bad 100644
--- a/fattureincloud_python_sdk/models/upload_f24_attachment_response.py
+++ b/fattureincloud_python_sdk/models/upload_f24_attachment_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 7f0bf873..bf46ee54 100644
--- a/fattureincloud_python_sdk/models/upload_issued_document_attachment_response.py
+++ b/fattureincloud_python_sdk/models/upload_issued_document_attachment_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 0fa2943d..f6bca10f 100644
--- a/fattureincloud_python_sdk/models/upload_received_document_attachment_response.py
+++ b/fattureincloud_python_sdk/models/upload_received_document_attachment_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/user.py b/fattureincloud_python_sdk/models/user.py
index 48a6cad3..af9eeb8d 100644
--- a/fattureincloud_python_sdk/models/user.py
+++ b/fattureincloud_python_sdk/models/user.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/user_company_role.py b/fattureincloud_python_sdk/models/user_company_role.py
index f448d972..b3c73c13 100644
--- a/fattureincloud_python_sdk/models/user_company_role.py
+++ b/fattureincloud_python_sdk/models/user_company_role.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/vat_item.py b/fattureincloud_python_sdk/models/vat_item.py
index 1a3ac153..e05d1492 100644
--- a/fattureincloud_python_sdk/models/vat_item.py
+++ b/fattureincloud_python_sdk/models/vat_item.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/vat_kind.py b/fattureincloud_python_sdk/models/vat_kind.py
index ea6a5dfb..cc761667 100644
--- a/fattureincloud_python_sdk/models/vat_kind.py
+++ b/fattureincloud_python_sdk/models/vat_kind.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import json
diff --git a/fattureincloud_python_sdk/models/vat_type.py b/fattureincloud_python_sdk/models/vat_type.py
index a5b51b8c..c5c1d372 100644
--- a/fattureincloud_python_sdk/models/vat_type.py
+++ b/fattureincloud_python_sdk/models/vat_type.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 4fbfbcec..6e896bcc 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 cda8d0c4..06949a9b 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 d2d50336..99d25cbe 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 2dcfb838..029e1df7 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 9415f955..328d1c78 100644
--- a/fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py
+++ b/fattureincloud_python_sdk/models/verify_e_invoice_xml_response.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
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 00118e97..02599d30 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
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
diff --git a/fattureincloud_python_sdk/models/webhooks_subscription.py b/fattureincloud_python_sdk/models/webhooks_subscription.py
index 69878c5c..b0c65149 100644
--- a/fattureincloud_python_sdk/models/webhooks_subscription.py
+++ b/fattureincloud_python_sdk/models/webhooks_subscription.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from __future__ import annotations
@@ -22,6 +22,9 @@
from typing import List, Optional
from pydantic import BaseModel, Field, StrictBool, StrictStr, conlist
from fattureincloud_python_sdk.models.event_type import EventType
+from fattureincloud_python_sdk.models.webhooks_subscription_config import (
+ WebhooksSubscriptionConfig,
+)
class WebhooksSubscription(BaseModel):
@@ -38,7 +41,8 @@ class WebhooksSubscription(BaseModel):
types: Optional[conlist(EventType)] = Field(
None, description="Webhooks events types."
)
- __properties = ["id", "sink", "verified", "types"]
+ config: Optional[WebhooksSubscriptionConfig] = None
+ __properties = ["id", "sink", "verified", "types", "config"]
class Config:
"""Pydantic configuration"""
@@ -62,6 +66,9 @@ def from_json(cls, json_str: str) -> WebhooksSubscription:
def to_dict(self):
"""Returns the dictionary representation of the model using alias"""
_dict = self.dict(by_alias=True, exclude={}, exclude_none=True)
+ # override the default output from pydantic by calling `to_dict()` of config
+ if self.config:
+ _dict["config"] = self.config.to_dict()
return _dict
@classmethod
@@ -81,6 +88,9 @@ def from_dict(cls, obj: dict) -> WebhooksSubscription:
if obj.get("verified") is not None
else None,
"types": obj.get("types"),
+ "config": WebhooksSubscriptionConfig.from_dict(obj.get("config"))
+ if obj.get("config") is not None
+ else None,
}
)
return _obj
diff --git a/fattureincloud_python_sdk/models/webhooks_subscription_config.py b/fattureincloud_python_sdk/models/webhooks_subscription_config.py
new file mode 100644
index 00000000..1ce6de25
--- /dev/null
+++ b/fattureincloud_python_sdk/models/webhooks_subscription_config.py
@@ -0,0 +1,71 @@
+# coding: utf-8
+
+"""
+ Fatture in Cloud API v2 - API Reference
+
+ 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
+ Contact: info@fattureincloud.it
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
+
+ Do not edit the class manually.
+""" # noqa: E501
+
+
+from __future__ import annotations
+import pprint
+import re # noqa: F401
+import json
+
+
+from typing import Optional
+from pydantic import BaseModel
+from fattureincloud_python_sdk.models.webhooks_subscription_mapping import (
+ WebhooksSubscriptionMapping,
+)
+
+
+class WebhooksSubscriptionConfig(BaseModel):
+ """
+ WebhooksSubscriptionConfig
+ """
+
+ mapping: Optional[WebhooksSubscriptionMapping] = None
+ __properties = ["mapping"]
+
+ class Config:
+ """Pydantic configuration"""
+
+ allow_population_by_field_name = True
+ validate_assignment = True
+
+ def to_str(self) -> str:
+ """Returns the string representation of the model using alias"""
+ return pprint.pformat(self.dict(by_alias=True))
+
+ def to_json(self) -> str:
+ """Returns the JSON representation of the model using alias"""
+ return json.dumps(self.to_dict())
+
+ @classmethod
+ def from_json(cls, json_str: str) -> WebhooksSubscriptionConfig:
+ """Create an instance of WebhooksSubscriptionConfig from a JSON string"""
+ return cls.from_dict(json.loads(json_str))
+
+ def to_dict(self):
+ """Returns the dictionary representation of the model using alias"""
+ _dict = self.dict(by_alias=True, exclude={}, exclude_none=True)
+ return _dict
+
+ @classmethod
+ def from_dict(cls, obj: dict) -> WebhooksSubscriptionConfig:
+ """Create an instance of WebhooksSubscriptionConfig from a dict"""
+ if obj is None:
+ return None
+
+ if not isinstance(obj, dict):
+ return WebhooksSubscriptionConfig.parse_obj(obj)
+
+ _obj = WebhooksSubscriptionConfig.parse_obj({"mapping": obj.get("mapping")})
+ return _obj
diff --git a/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py b/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py
new file mode 100644
index 00000000..c8d7b76c
--- /dev/null
+++ b/fattureincloud_python_sdk/models/webhooks_subscription_mapping.py
@@ -0,0 +1,36 @@
+# coding: utf-8
+
+"""
+ Fatture in Cloud API v2 - API Reference
+
+ 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
+ Contact: info@fattureincloud.it
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
+
+ Do not edit the class manually.
+""" # noqa: E501
+
+
+import json
+import pprint
+import re # noqa: F401
+from aenum import Enum, no_arg
+
+
+class WebhooksSubscriptionMapping(str, Enum):
+ """
+ Webhooks Subscription mapping
+ """
+
+ """
+ allowed enum values
+ """
+ BINARY = "binary"
+ STRUCTURED = "structured"
+
+ @classmethod
+ def from_json(cls, json_str: str) -> WebhooksSubscriptionMapping:
+ """Create an instance of WebhooksSubscriptionMapping from a JSON string"""
+ return WebhooksSubscriptionMapping(json.loads(json_str))
diff --git a/fattureincloud_python_sdk/py.typed b/fattureincloud_python_sdk/py.typed
new file mode 100644
index 00000000..e69de29b
diff --git a/fattureincloud_python_sdk/rest.py b/fattureincloud_python_sdk/rest.py
index 547d457f..3d11ac55 100644
--- a/fattureincloud_python_sdk/rest.py
+++ b/fattureincloud_python_sdk/rest.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
import io
@@ -29,6 +29,7 @@
NotFoundException,
ServiceException,
ApiValueError,
+ BadRequestException,
)
@@ -36,7 +37,7 @@
class RESTResponse(io.IOBase):
- def __init__(self, resp):
+ def __init__(self, resp) -> None:
self.urllib3_response = resp
self.status = resp.status
self.reason = resp.reason
@@ -51,8 +52,8 @@ def getheader(self, name, default=None):
return self.urllib3_response.headers.get(name, default)
-class RESTClientObject(object):
- def __init__(self, configuration, pools_size=4, maxsize=None):
+class RESTClientObject:
+ def __init__(self, configuration, pools_size=4, maxsize=None) -> None:
# urllib3.PoolManager will pass all kw parameters to connectionpool
# https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/poolmanager.py#L75 # noqa: E501
# https://github.com/shazow/urllib3/blob/f9409436f83aeb79fbaf090181cd81b784f1b8ce/urllib3/connectionpool.py#L680 # noqa: E501
@@ -246,6 +247,9 @@ def request(
logger.debug("response body: %s", r.data)
if not 200 <= r.status <= 299:
+ if r.status == 400:
+ raise BadRequestException(http_resp=r)
+
if r.status == 401:
raise UnauthorizedException(http_resp=r)
diff --git a/pyproject.toml b/pyproject.toml
index 670674a8..e429ccc3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,12 +1,13 @@
[tool.poetry]
name = "fattureincloud_python_sdk"
-version = "2.0.15"
+version = "2.0.16"
description = "Fatture in Cloud API v2 - API Reference"
authors = ["Fatture in Cloud "]
license = "MIT"
readme = "README.md"
repository = "https://github.com/fattureincloud/fattureincloud-python-sdk"
keywords = ["OpenAPI", "OpenAPI-Generator", "Fatture in Cloud API v2 - API Reference"]
+include = ["fattureincloud_python_sdk/py.typed"]
[tool.poetry.dependencies]
python = "^3.7"
diff --git a/requirements.txt b/requirements.txt
index ec483c65..516a393b 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,5 +1,5 @@
python_dateutil >= 2.5.3
setuptools >= 21.0.0
-urllib3 >= 1.26.8
+urllib3 >= 1.26.8, < 2.1.0
pydantic >= 1.10.5, < 2
aenum >= 3.1.11
diff --git a/sdk-version.yaml b/sdk-version.yaml
index 6aca4728..eacdaaa8 100644
--- a/sdk-version.yaml
+++ b/sdk-version.yaml
@@ -1,2 +1,2 @@
info:
- version: 2.0.15
+ version: 2.0.16
diff --git a/setup.py b/setup.py
index 8ce53ded..e0f9b3cc 100644
--- a/setup.py
+++ b/setup.py
@@ -3,14 +3,14 @@
"""
Fatture in Cloud API v2 - API Reference
- 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. # noqa: E501
+ 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.29
+ The version of the OpenAPI document: 2.0.30
Contact: info@fattureincloud.it
Generated by OpenAPI Generator (https://openapi-generator.tech)
Do not edit the class manually.
-"""
+""" # noqa: E501
from setuptools import setup, find_packages # noqa: H301
@@ -22,9 +22,14 @@
# prerequisite: setuptools
# http://pypi.python.org/pypi/setuptools
NAME = "fattureincloud-python-sdk"
-VERSION = "2.0.15"
+VERSION = "2.0.16"
PYTHON_REQUIRES = ">=3.7"
-REQUIRES = ["urllib3 >= 1.25.3", "python-dateutil", "pydantic >= 1.10.5, < 2", "aenum"]
+REQUIRES = [
+ "urllib3 >= 1.26.8, < 2.1.0",
+ "python-dateutil",
+ "pydantic >= 1.10.5, < 2",
+ "aenum",
+]
def readme():
@@ -54,5 +59,6 @@ def readme():
include_package_data=True,
license="MIT",
long_description_content_type="text/markdown",
- long_description=file,
+ long_description=file, # noqa: E501
+ package_data={"fattureincloud_python_sdk": ["py.typed"]},
)
diff --git a/test/test_received_document_payments_list_item_payment_terms.py b/test/test_received_document_payments_list_item_payment_terms.py
index d52b8ec7..2c87c5ab 100644
--- a/test/test_received_document_payments_list_item_payment_terms.py
+++ b/test/test_received_document_payments_list_item_payment_terms.py
@@ -32,7 +32,9 @@ def tearDown(self):
def testReceivedDocumentPaymentsListItemPaymentTerms(self):
"""Test ReceivedDocumentPaymentsListItemPaymentTerms"""
- model = ReceivedDocumentPaymentsListItemPaymentTerms(days=20, type=PaymentTermsType.STANDARD)
+ model = ReceivedDocumentPaymentsListItemPaymentTerms(
+ days=20, type=PaymentTermsType.STANDARD
+ )
expected_json = '{"days": 20, "type": "standard"}'
actual_json = json.dumps(model.to_dict(), default=json_serial)
assert actual_json == expected_json
diff --git a/test/test_webhooks_api.py b/test/test_webhooks_api.py
index 12668c42..da731005 100644
--- a/test/test_webhooks_api.py
+++ b/test/test_webhooks_api.py
@@ -16,55 +16,162 @@
import unittest
import fattureincloud_python_sdk
+from fattureincloud_python_sdk.models.create_webhooks_subscription_response import CreateWebhooksSubscriptionResponse
+from fattureincloud_python_sdk.models.event_type import EventType
+from fattureincloud_python_sdk.models.get_webhooks_subscription_response import GetWebhooksSubscriptionResponse
+from fattureincloud_python_sdk.models.list_webhooks_subscriptions_response import ListWebhooksSubscriptionsResponse
+from fattureincloud_python_sdk.models.modify_webhooks_subscription_response import ModifyWebhooksSubscriptionResponse
+from fattureincloud_python_sdk.models.webhooks_subscription import WebhooksSubscription
+from fattureincloud_python_sdk.models.webhooks_subscription_config import WebhooksSubscriptionConfig
+from fattureincloud_python_sdk.models.webhooks_subscription_mapping import WebhooksSubscriptionMapping
+import functions
from fattureincloud_python_sdk.api.webhooks_api import WebhooksApi # noqa: E501
-from fattureincloud_python_sdk.rest import ApiException
+from fattureincloud_python_sdk.rest import RESTResponse
class TestWebhooksApi(unittest.TestCase):
"""WebhooksApi unit test stubs"""
def setUp(self):
- self.api = (
- fattureincloud_python_sdk.api.webhooks_api.WebhooksApi()
- ) # noqa: E501
+ self.api = WebhooksApi()
def tearDown(self):
pass
def test_create_webhooks_subscription(self):
- """Test case for create_webhooks_subscription
-
- Create a Webhook Subscription # noqa: E501
- """
- pass
+ resp = {
+ "status": 200,
+ "data": b'{"data":{"id": "SUB123", "sink": "https://endpoint.test", "verified": true, "types": ["it.fattureincloud.webhooks.cashbook.create"], "config": {"mapping": "binary"}}}',
+ "reason": "OK",
+ }
+
+ mock_resp = RESTResponse(functions.Dict2Class(resp))
+ mock_resp.getheader = unittest.mock.MagicMock(return_value=None)
+ mock_resp.getheaders = unittest.mock.MagicMock(return_value=None)
+
+ self.api.api_client.rest_client.post_request = unittest.mock.MagicMock(
+ return_value=mock_resp
+ )
+ expected = CreateWebhooksSubscriptionResponse(
+ data= WebhooksSubscription(
+ id="SUB1234",
+ sink="https://endpoint.test",
+ verified=True,
+ types=[EventType.CASHBOOK_CREATE],
+ config=WebhooksSubscriptionConfig(mapping=WebhooksSubscriptionMapping('binary')),
+ )
+ )
+
+ actual = self.api.create_webhooks_subscription(2)
+ actual.data.id = "SUB1234"
+ assert actual == expected
def test_delete_webhooks_subscription(self):
- """Test case for delete_webhooks_subscription
+ resp = {"status": 200, "data": b"{}", "reason": "OK"}
- Delete Webhooks Subscription # noqa: E501
- """
- pass
+ mock_resp = RESTResponse(functions.Dict2Class(resp))
+ mock_resp.getheader = unittest.mock.MagicMock(return_value=None)
+ mock_resp.getheaders = unittest.mock.MagicMock(return_value=None)
- def test_get_webhooks_subscription(self):
- """Test case for get_webhooks_subscription
+ self.api.api_client.rest_client.delete_request = unittest.mock.MagicMock(
+ return_value=mock_resp
+ )
+ actual = self.api.delete_webhooks_subscription(2, "SUB12345")
+ assert actual == None
- Get Webhooks Subscription # noqa: E501
- """
- pass
+ def test_get_webhooks_subscription(self):
+ resp = {
+ "status": 200,
+ "data": b'{"data":{"id": "SUB123", "sink": "https://endpoint.test", "verified": true, "types": ["it.fattureincloud.webhooks.cashbook.create"], "config": {"mapping": "binary"}}}',
+ "reason": "OK",
+ }
+
+ mock_resp = RESTResponse(functions.Dict2Class(resp))
+ mock_resp.getheader = unittest.mock.MagicMock(return_value=None)
+ mock_resp.getheaders = unittest.mock.MagicMock(return_value=None)
+
+ self.api.api_client.rest_client.get_request = unittest.mock.MagicMock(
+ return_value=mock_resp
+ )
+ expected = GetWebhooksSubscriptionResponse(
+ data= WebhooksSubscription(
+ id="SUB1234",
+ sink="https://endpoint.test",
+ verified=True,
+ types=[EventType.CASHBOOK_CREATE],
+ config=WebhooksSubscriptionConfig(mapping=WebhooksSubscriptionMapping('binary')),
+ )
+ )
+
+ actual = self.api.get_webhooks_subscription(2, "SUB12345")
+ actual.data.id = "SUB1234"
+ assert actual == expected
def test_list_webhooks_subscriptions(self):
- """Test case for list_webhooks_subscriptions
-
- List Webhooks Subscriptions # noqa: E501
- """
- pass
+ resp = {
+ "status": 200,
+ "data": b'{"data":[{"id": "SUB123", "sink": "https://endpoint.test", "verified": true, "types": ["it.fattureincloud.webhooks.cashbook.create"], "config": {"mapping": "binary"}}, {"id": "SUB1234", "sink": "https://endpoint.test", "verified": true, "types": ["it.fattureincloud.webhooks.cashbook.create"], "config": {"mapping": "binary"}}]}',
+ "reason": "OK",
+ }
+
+ mock_resp = RESTResponse(functions.Dict2Class(resp))
+ mock_resp.getheader = unittest.mock.MagicMock(return_value=None)
+ mock_resp.getheaders = unittest.mock.MagicMock(return_value=None)
+
+ self.api.api_client.rest_client.get_request = unittest.mock.MagicMock(
+ return_value=mock_resp
+ )
+ expected = ListWebhooksSubscriptionsResponse(
+ data = [
+ WebhooksSubscription(
+ id="SUB0",
+ sink="https://endpoint.test",
+ verified=True,
+ types=[EventType.CASHBOOK_CREATE],
+ config=WebhooksSubscriptionConfig(mapping=WebhooksSubscriptionMapping('binary')),
+ ),
+ WebhooksSubscription(
+ id="SUB1",
+ sink="https://endpoint.test",
+ verified=True,
+ types=[EventType.CASHBOOK_CREATE],
+ config=WebhooksSubscriptionConfig(mapping=WebhooksSubscriptionMapping('binary')),
+ )
+ ]
+ )
+
+ actual = self.api.list_webhooks_subscriptions(2)
+ actual.data[0].id = "SUB0"
+ actual.data[1].id = "SUB1"
+ assert actual == expected
def test_modify_webhooks_subscription(self):
- """Test case for modify_webhooks_subscription
-
- Modify Webhooks Subscription # noqa: E501
- """
- pass
+ resp = {
+ "status": 200,
+ "data": b'{"data":{"id": "SUB123", "sink": "https://endpoint.test", "verified": true, "types": ["it.fattureincloud.webhooks.cashbook.create"], "config": {"mapping": "binary"}}}',
+ "reason": "OK",
+ }
+
+ mock_resp = RESTResponse(functions.Dict2Class(resp))
+ mock_resp.getheader = unittest.mock.MagicMock(return_value=None)
+ mock_resp.getheaders = unittest.mock.MagicMock(return_value=None)
+
+ self.api.api_client.rest_client.put_request = unittest.mock.MagicMock(
+ return_value=mock_resp
+ )
+ expected = ModifyWebhooksSubscriptionResponse(
+ data= WebhooksSubscription(
+ id="SUB1234",
+ sink="https://endpoint.test",
+ verified=True,
+ types=[EventType.CASHBOOK_CREATE],
+ config=WebhooksSubscriptionConfig(mapping=WebhooksSubscriptionMapping('binary')),
+ )
+ )
+
+ actual = self.api.modify_webhooks_subscription(2, "SUB12345")
+ actual.data.id = "SUB1234"
+ assert actual == expected
if __name__ == "__main__":
diff --git a/test/test_webhooks_subscription.py b/test/test_webhooks_subscription.py
index cf01fab9..881bbde2 100644
--- a/test/test_webhooks_subscription.py
+++ b/test/test_webhooks_subscription.py
@@ -21,7 +21,9 @@
from fattureincloud_python_sdk.models.event_type import EventType
from fattureincloud_python_sdk.models.webhooks_subscription import (
WebhooksSubscription,
-) # noqa: E501
+)
+from fattureincloud_python_sdk.models.webhooks_subscription_config import WebhooksSubscriptionConfig
+from fattureincloud_python_sdk.models.webhooks_subscription_mapping import WebhooksSubscriptionMapping # noqa: E501
from fattureincloud_python_sdk.rest import ApiException
from functions import create_from_json, json_serial
@@ -42,8 +44,9 @@ def testWebhooksSubscription(self):
sink="https://endpoint.test",
verified=True,
types=[EventType.CASHBOOK_CREATE],
+ config=WebhooksSubscriptionConfig(mapping=WebhooksSubscriptionMapping('binary')),
)
- expected_json = '{"id": "SUB123", "sink": "https://endpoint.test", "verified": true, "types": ["it.fattureincloud.webhooks.cashbook.create"]}'
+ expected_json = '{"id": "SUB123", "sink": "https://endpoint.test", "verified": true, "types": ["it.fattureincloud.webhooks.cashbook.create"], "config": {"mapping": "binary"}}'
actual_json = json.dumps(model.to_dict(), default=json_serial)
assert actual_json == expected_json
diff --git a/test/test_webhooks_subscription_config.py b/test/test_webhooks_subscription_config.py
new file mode 100644
index 00000000..70e2fe35
--- /dev/null
+++ b/test/test_webhooks_subscription_config.py
@@ -0,0 +1,47 @@
+# coding: utf-8
+
+"""
+ Fatture in Cloud API v2 - API Reference
+
+ 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
+ Contact: info@fattureincloud.it
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
+
+ Do not edit the class manually.
+""" # noqa: E501
+
+
+import unittest
+import json
+from fattureincloud_python_sdk.models.webhooks_subscription_mapping import WebhooksSubscriptionMapping
+from functions import json_serial
+
+from fattureincloud_python_sdk.models.webhooks_subscription_config import (
+ WebhooksSubscriptionConfig,
+) # noqa: E501
+
+
+class TestWebhooksSubscriptionConfig(unittest.TestCase):
+ """WebhooksSubscriptionConfig unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testWebhooksSubscriptionConfig(self):
+ """Test WebhooksSubscriptionConfig"""
+
+ model = WebhooksSubscriptionConfig(
+ mapping = WebhooksSubscriptionMapping('binary')
+ )
+ expected_json = '{"mapping": "binary"}'
+ actual_json = json.dumps(model.to_dict(), default=json_serial)
+ assert actual_json == expected_json
+
+
+if __name__ == "__main__":
+ unittest.main()
diff --git a/test/test_webhooks_subscription_mapping.py b/test/test_webhooks_subscription_mapping.py
new file mode 100644
index 00000000..0a0e56b1
--- /dev/null
+++ b/test/test_webhooks_subscription_mapping.py
@@ -0,0 +1,42 @@
+# coding: utf-8
+
+"""
+ Fatture in Cloud API v2 - API Reference
+
+ 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
+ Contact: info@fattureincloud.it
+ Generated by OpenAPI Generator (https://openapi-generator.tech)
+
+ Do not edit the class manually.
+""" # noqa: E501
+
+
+import unittest
+import datetime
+
+from fattureincloud_python_sdk.models.webhooks_subscription_mapping import (
+ WebhooksSubscriptionMapping,
+) # noqa: E501
+
+
+class TestWebhooksSubscriptionMapping(unittest.TestCase):
+ """WebhooksSubscriptionMapping unit test stubs"""
+
+ def setUp(self):
+ pass
+
+ def tearDown(self):
+ pass
+
+ def testWebhooksSubscriptionMapping(self):
+ """Test WebhooksSubscriptionMapping"""
+ model = WebhooksSubscriptionMapping("binary")
+ expected_json = "binary"
+ actual_json = model.value
+ assert actual_json == expected_json
+
+
+if __name__ == "__main__":
+ unittest.main()