diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index ee4623f5..7176535b 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -543,20 +543,4 @@ lib/fattureincloud_ruby_sdk/models/webhooks_subscription_config.rb lib/fattureincloud_ruby_sdk/models/webhooks_subscription_mapping.rb lib/fattureincloud_ruby_sdk/models/webhooks_subscription_verification_method.rb lib/fattureincloud_ruby_sdk/version.rb -spec/api/price_lists_api_spec.rb -spec/models/entity_client_pre_create_info_spec.rb -spec/models/get_bin_issued_document_response_spec.rb -spec/models/get_bin_received_document_response_spec.rb -spec/models/get_entity_client_pre_create_info_response_spec.rb -spec/models/get_price_list_items_response_spec.rb -spec/models/list_bin_issued_documents_spec.rb -spec/models/list_bin_received_documents_spec.rb -spec/models/list_price_lists_response_spec.rb -spec/models/price_list_item_spec.rb -spec/models/price_list_prices_type_spec.rb -spec/models/price_list_spec.rb -spec/models/price_list_type_spec.rb -spec/models/verify_webhooks_subscription_request_spec.rb -spec/models/verify_webhooks_subscription_spec.rb -spec/models/webhooks_subscription_verification_method_spec.rb spec/spec_helper.rb diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 5f84a81d..971ecb25 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.12.0 +7.16.0 diff --git a/.travis.yml b/.travis.yml index 530fd08b..c13c38fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ script: - bundle install --path vendor/bundle - bundle exec rspec - gem build fattureincloud_ruby_sdk.gemspec - - gem install ./fattureincloud_ruby_sdk-2.1.2.gem + - gem install ./fattureincloud_ruby_sdk-2.1.3.gem diff --git a/README.md b/README.md index 9f22a282..76751f98 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ The Fatture in Cloud API is based on REST, and makes possible to interact with t This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 2.1.5 -- Package version: 2.1.2 +- API version: 2.1.9 +- Package version: 2.1.3 - Build package: org.openapitools.codegen.languages.RubyClientCodegen @@ -102,7 +102,7 @@ Class | Method | HTTP request | Description *FattureInCloud_Ruby_Sdk::InfoApi* | [**list_units_of_measure**](docs/InfoApi.md#list_units_of_measure) | **GET** /info/measures | List Units of Measure *FattureInCloud_Ruby_Sdk::InfoApi* | [**list_vat_types**](docs/InfoApi.md#list_vat_types) | **GET** /c/{company_id}/info/vat_types | List Vat Types *FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**create_issued_document**](docs/IssuedDocumentsApi.md#create_issued_document) | **POST** /c/{company_id}/issued_documents | Create Issued Document -*FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**delete_bin_issued_document**](docs/IssuedDocumentsApi.md#delete_bin_issued_document) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | +*FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**delete_bin_issued_document**](docs/IssuedDocumentsApi.md#delete_bin_issued_document) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | Delete Bin Issued Document *FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**delete_issued_document**](docs/IssuedDocumentsApi.md#delete_issued_document) | **DELETE** /c/{company_id}/issued_documents/{document_id} | Delete Issued Document *FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**delete_issued_document_attachment**](docs/IssuedDocumentsApi.md#delete_issued_document_attachment) | **DELETE** /c/{company_id}/issued_documents/{document_id}/attachment | Delete Issued Document Attachment *FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**get_bin_issued_document**](docs/IssuedDocumentsApi.md#get_bin_issued_document) | **GET** /c/{company_id}/bin/issued_documents/{document_id} | Get Bin Issued Documents List @@ -115,7 +115,7 @@ Class | Method | HTTP request | Description *FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**list_bin_issued_documents**](docs/IssuedDocumentsApi.md#list_bin_issued_documents) | **GET** /c/{company_id}/bin/issued_documents | Get Bin Issued Documents List *FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**list_issued_documents**](docs/IssuedDocumentsApi.md#list_issued_documents) | **GET** /c/{company_id}/issued_documents | List Issued Documents *FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**modify_issued_document**](docs/IssuedDocumentsApi.md#modify_issued_document) | **PUT** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document -*FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**recover_bin_issued_document**](docs/IssuedDocumentsApi.md#recover_bin_issued_document) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | +*FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**recover_bin_issued_document**](docs/IssuedDocumentsApi.md#recover_bin_issued_document) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | Recover Issued Document From The Bin *FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**schedule_email**](docs/IssuedDocumentsApi.md#schedule_email) | **POST** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email *FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**transform_issued_document**](docs/IssuedDocumentsApi.md#transform_issued_document) | **GET** /c/{company_id}/issued_documents/transform | Transform Issued Document *FattureInCloud_Ruby_Sdk::IssuedDocumentsApi* | [**upload_issued_document_attachment**](docs/IssuedDocumentsApi.md#upload_issued_document_attachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment @@ -138,7 +138,7 @@ Class | Method | HTTP request | Description *FattureInCloud_Ruby_Sdk::ReceiptsApi* | [**list_receipts**](docs/ReceiptsApi.md#list_receipts) | **GET** /c/{company_id}/receipts | List Receipts *FattureInCloud_Ruby_Sdk::ReceiptsApi* | [**modify_receipt**](docs/ReceiptsApi.md#modify_receipt) | **PUT** /c/{company_id}/receipts/{document_id} | Modify Receipt *FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**create_received_document**](docs/ReceivedDocumentsApi.md#create_received_document) | **POST** /c/{company_id}/received_documents | Create Received Document -*FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**delete_bin_received_document**](docs/ReceivedDocumentsApi.md#delete_bin_received_document) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | +*FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**delete_bin_received_document**](docs/ReceivedDocumentsApi.md#delete_bin_received_document) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | Delete Bin Received Document *FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**delete_received_document**](docs/ReceivedDocumentsApi.md#delete_received_document) | **DELETE** /c/{company_id}/received_documents/{document_id} | Delete Received Document *FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**delete_received_document_attachment**](docs/ReceivedDocumentsApi.md#delete_received_document_attachment) | **DELETE** /c/{company_id}/received_documents/{document_id}/attachment | Delete Received Document Attachment *FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**get_bin_received_document**](docs/ReceivedDocumentsApi.md#get_bin_received_document) | **GET** /c/{company_id}/bin/received_documents/{document_id} | Get Bin Received Documents List @@ -149,7 +149,7 @@ Class | Method | HTTP request | Description *FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**list_bin_received_documents**](docs/ReceivedDocumentsApi.md#list_bin_received_documents) | **GET** /c/{company_id}/bin/received_documents | Get Bin Received Documents List *FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**list_received_documents**](docs/ReceivedDocumentsApi.md#list_received_documents) | **GET** /c/{company_id}/received_documents | List Received Documents *FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**modify_received_document**](docs/ReceivedDocumentsApi.md#modify_received_document) | **PUT** /c/{company_id}/received_documents/{document_id} | Modify Received Document -*FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**recover_bin_received_document**](docs/ReceivedDocumentsApi.md#recover_bin_received_document) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | +*FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**recover_bin_received_document**](docs/ReceivedDocumentsApi.md#recover_bin_received_document) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | Recover Received Document From The Bin *FattureInCloud_Ruby_Sdk::ReceivedDocumentsApi* | [**upload_received_document_attachment**](docs/ReceivedDocumentsApi.md#upload_received_document_attachment) | **POST** /c/{company_id}/received_documents/attachment | Upload Received Document Attachment *FattureInCloud_Ruby_Sdk::SettingsApi* | [**create_payment_account**](docs/SettingsApi.md#create_payment_account) | **POST** /c/{company_id}/settings/payment_accounts | Create Payment Account *FattureInCloud_Ruby_Sdk::SettingsApi* | [**create_payment_method**](docs/SettingsApi.md#create_payment_method) | **POST** /c/{company_id}/settings/payment_methods | Create Payment Method diff --git a/docs/CompanyInfoPlanInfoFunctions.md b/docs/CompanyInfoPlanInfoFunctions.md index ebb79595..c90e084b 100644 --- a/docs/CompanyInfoPlanInfoFunctions.md +++ b/docs/CompanyInfoPlanInfoFunctions.md @@ -15,7 +15,6 @@ | **receipts** | **Boolean** | | [optional] | | **recurring** | **Boolean** | | [optional] | | **smtp** | **Boolean** | | [optional] | -| **sofort** | **Boolean** | | [optional] | | **stock** | **Boolean** | | [optional] | | **subaccounts** | **Boolean** | | [optional] | | **tessera_sanitaria** | **Boolean** | | [optional] | diff --git a/docs/IssuedDocumentsApi.md b/docs/IssuedDocumentsApi.md index b57731ed..d5d7aa38 100644 --- a/docs/IssuedDocumentsApi.md +++ b/docs/IssuedDocumentsApi.md @@ -5,7 +5,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | Method | HTTP request | Description | | ------ | ------------ | ----------- | | [**create_issued_document**](IssuedDocumentsApi.md#create_issued_document) | **POST** /c/{company_id}/issued_documents | Create Issued Document | -| [**delete_bin_issued_document**](IssuedDocumentsApi.md#delete_bin_issued_document) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | | +| [**delete_bin_issued_document**](IssuedDocumentsApi.md#delete_bin_issued_document) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | Delete Bin Issued Document | | [**delete_issued_document**](IssuedDocumentsApi.md#delete_issued_document) | **DELETE** /c/{company_id}/issued_documents/{document_id} | Delete Issued Document | | [**delete_issued_document_attachment**](IssuedDocumentsApi.md#delete_issued_document_attachment) | **DELETE** /c/{company_id}/issued_documents/{document_id}/attachment | Delete Issued Document Attachment | | [**get_bin_issued_document**](IssuedDocumentsApi.md#get_bin_issued_document) | **GET** /c/{company_id}/bin/issued_documents/{document_id} | Get Bin Issued Documents List | @@ -18,7 +18,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**list_bin_issued_documents**](IssuedDocumentsApi.md#list_bin_issued_documents) | **GET** /c/{company_id}/bin/issued_documents | Get Bin Issued Documents List | | [**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 | -| [**recover_bin_issued_document**](IssuedDocumentsApi.md#recover_bin_issued_document) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | | +| [**recover_bin_issued_document**](IssuedDocumentsApi.md#recover_bin_issued_document) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | Recover Issued Document From The Bin | | [**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 | | [**upload_issued_document_attachment**](IssuedDocumentsApi.md#upload_issued_document_attachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment | @@ -101,7 +101,7 @@ end > delete_bin_issued_document(company_id, document_id) - +Delete Bin Issued Document Delete Bin Issued Document @@ -121,7 +121,7 @@ company_id = 12345 # Integer | The ID of the company. document_id = 56 # Integer | The ID of the document. begin - # + # Delete Bin Issued Document api_instance.delete_bin_issued_document(company_id, document_id) rescue FattureInCloud_Ruby_Sdk::ApiError => e puts "Error when calling IssuedDocumentsApi->delete_bin_issued_document: #{e}" @@ -136,7 +136,7 @@ This returns an Array which contains the response data (`nil` in this case), sta ```ruby begin - # + # Delete Bin Issued Document data, status_code, headers = api_instance.delete_bin_issued_document_with_http_info(company_id, document_id) p status_code # => 2xx p headers # => { ... } @@ -1057,7 +1057,7 @@ end > recover_bin_issued_document(company_id, document_id) - +Recover Issued Document From The Bin Recover Issued Document From The Bin @@ -1077,7 +1077,7 @@ company_id = 12345 # Integer | The ID of the company. document_id = 56 # Integer | The ID of the document. begin - # + # Recover Issued Document From The Bin api_instance.recover_bin_issued_document(company_id, document_id) rescue FattureInCloud_Ruby_Sdk::ApiError => e puts "Error when calling IssuedDocumentsApi->recover_bin_issued_document: #{e}" @@ -1092,7 +1092,7 @@ This returns an Array which contains the response data (`nil` in this case), sta ```ruby begin - # + # Recover Issued Document From The Bin data, status_code, headers = api_instance.recover_bin_issued_document_with_http_info(company_id, document_id) p status_code # => 2xx p headers # => { ... } diff --git a/docs/PriceListsApi.md b/docs/PriceListsApi.md index 9749a705..4e1e6964 100644 --- a/docs/PriceListsApi.md +++ b/docs/PriceListsApi.md @@ -29,7 +29,7 @@ end api_instance = FattureInCloud_Ruby_Sdk::PriceListsApi.new company_id = 12345 # Integer | The ID of the company. -price_list_id = 'price_list_id_example' # String | +price_list_id = 'price_list_id_example' # String | The ID of the price begin # Get PriceList Items List @@ -63,7 +63,7 @@ end | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **company_id** | **Integer** | The ID of the company. | | -| **price_list_id** | **String** | | | +| **price_list_id** | **String** | The ID of the price | | ### Return type diff --git a/docs/ReceivedDocumentsApi.md b/docs/ReceivedDocumentsApi.md index 11cbb8ad..ab7c0077 100644 --- a/docs/ReceivedDocumentsApi.md +++ b/docs/ReceivedDocumentsApi.md @@ -5,7 +5,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | Method | HTTP request | Description | | ------ | ------------ | ----------- | | [**create_received_document**](ReceivedDocumentsApi.md#create_received_document) | **POST** /c/{company_id}/received_documents | Create Received Document | -| [**delete_bin_received_document**](ReceivedDocumentsApi.md#delete_bin_received_document) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | | +| [**delete_bin_received_document**](ReceivedDocumentsApi.md#delete_bin_received_document) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | Delete Bin Received Document | | [**delete_received_document**](ReceivedDocumentsApi.md#delete_received_document) | **DELETE** /c/{company_id}/received_documents/{document_id} | Delete Received Document | | [**delete_received_document_attachment**](ReceivedDocumentsApi.md#delete_received_document_attachment) | **DELETE** /c/{company_id}/received_documents/{document_id}/attachment | Delete Received Document Attachment | | [**get_bin_received_document**](ReceivedDocumentsApi.md#get_bin_received_document) | **GET** /c/{company_id}/bin/received_documents/{document_id} | Get Bin Received Documents List | @@ -16,7 +16,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**list_bin_received_documents**](ReceivedDocumentsApi.md#list_bin_received_documents) | **GET** /c/{company_id}/bin/received_documents | Get Bin Received Documents List | | [**list_received_documents**](ReceivedDocumentsApi.md#list_received_documents) | **GET** /c/{company_id}/received_documents | List Received Documents | | [**modify_received_document**](ReceivedDocumentsApi.md#modify_received_document) | **PUT** /c/{company_id}/received_documents/{document_id} | Modify Received Document | -| [**recover_bin_received_document**](ReceivedDocumentsApi.md#recover_bin_received_document) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | | +| [**recover_bin_received_document**](ReceivedDocumentsApi.md#recover_bin_received_document) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | Recover Received Document From The Bin | | [**upload_received_document_attachment**](ReceivedDocumentsApi.md#upload_received_document_attachment) | **POST** /c/{company_id}/received_documents/attachment | Upload Received Document Attachment | @@ -97,7 +97,7 @@ end > delete_bin_received_document(company_id, document_id) - +Delete Bin Received Document Delete Bin Received Document @@ -117,7 +117,7 @@ company_id = 12345 # Integer | The ID of the company. document_id = 56 # Integer | The ID of the document. begin - # + # Delete Bin Received Document api_instance.delete_bin_received_document(company_id, document_id) rescue FattureInCloud_Ruby_Sdk::ApiError => e puts "Error when calling ReceivedDocumentsApi->delete_bin_received_document: #{e}" @@ -132,7 +132,7 @@ This returns an Array which contains the response data (`nil` in this case), sta ```ruby begin - # + # Delete Bin Received Document data, status_code, headers = api_instance.delete_bin_received_document_with_http_info(company_id, document_id) p status_code # => 2xx p headers # => { ... } @@ -903,7 +903,7 @@ end > recover_bin_received_document(company_id, document_id) - +Recover Received Document From The Bin Recover Received Document From The Bin @@ -923,7 +923,7 @@ company_id = 12345 # Integer | The ID of the company. document_id = 56 # Integer | The ID of the document. begin - # + # Recover Received Document From The Bin api_instance.recover_bin_received_document(company_id, document_id) rescue FattureInCloud_Ruby_Sdk::ApiError => e puts "Error when calling ReceivedDocumentsApi->recover_bin_received_document: #{e}" @@ -938,7 +938,7 @@ This returns an Array which contains the response data (`nil` in this case), sta ```ruby begin - # + # Recover Received Document From The Bin data, status_code, headers = api_instance.recover_bin_received_document_with_http_info(company_id, document_id) p status_code # => 2xx p headers # => { ... } diff --git a/fattureincloud_ruby_sdk.gemspec b/fattureincloud_ruby_sdk.gemspec index 67c6abd3..35182cac 100644 --- a/fattureincloud_ruby_sdk.gemspec +++ b/fattureincloud_ruby_sdk.gemspec @@ -5,11 +5,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 - +Generator version: 7.16.0 =end $:.push File.expand_path("../lib", __FILE__) diff --git a/lib/fattureincloud_ruby_sdk.rb b/lib/fattureincloud_ruby_sdk.rb index 4027d3fe..a8e49acb 100644 --- a/lib/fattureincloud_ruby_sdk.rb +++ b/lib/fattureincloud_ruby_sdk.rb @@ -3,11 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 - +Generator version: 7.16.0 =end # Common files diff --git a/lib/fattureincloud_ruby_sdk/api/archive_api.rb b/lib/fattureincloud_ruby_sdk/api/archive_api.rb index 59ccbb0a..e2a2eba1 100644 --- a/lib/fattureincloud_ruby_sdk/api/archive_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/archive_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb b/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb index 729b2508..6e1aa995 100644 --- a/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/clients_api.rb b/lib/fattureincloud_ruby_sdk/api/clients_api.rb index 6207c050..a165476c 100644 --- a/lib/fattureincloud_ruby_sdk/api/clients_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/clients_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/companies_api.rb b/lib/fattureincloud_ruby_sdk/api/companies_api.rb index 6d014d98..2eb55cd7 100644 --- a/lib/fattureincloud_ruby_sdk/api/companies_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/companies_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/emails_api.rb b/lib/fattureincloud_ruby_sdk/api/emails_api.rb index 7852b2fe..05ff7ee3 100644 --- a/lib/fattureincloud_ruby_sdk/api/emails_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/emails_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/info_api.rb b/lib/fattureincloud_ruby_sdk/api/info_api.rb index 6ef706a9..8f568c6d 100644 --- a/lib/fattureincloud_ruby_sdk/api/info_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/info_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb b/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb index 9fb98f97..9f0b8188 100644 --- a/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end @@ -89,7 +89,7 @@ def create_issued_document_with_http_info(company_id, opts = {}) return data, status_code, headers end - # + # Delete Bin Issued Document # Delete Bin Issued Document # @param company_id [Integer] The ID of the company. # @param document_id [Integer] The ID of the document. @@ -100,7 +100,7 @@ def delete_bin_issued_document(company_id, document_id, opts = {}) nil end - # + # Delete Bin Issued Document # Delete Bin Issued Document # @param company_id [Integer] The ID of the company. # @param document_id [Integer] The ID of the document. @@ -1063,7 +1063,7 @@ def modify_issued_document_with_http_info(company_id, document_id, opts = {}) return data, status_code, headers end - # + # Recover Issued Document From The Bin # Recover Issued Document From The Bin # @param company_id [Integer] The ID of the company. # @param document_id [Integer] The ID of the document. @@ -1074,7 +1074,7 @@ def recover_bin_issued_document(company_id, document_id, opts = {}) nil end - # + # Recover Issued Document From The Bin # Recover Issued Document From The Bin # @param company_id [Integer] The ID of the company. # @param document_id [Integer] The ID of the document. diff --git a/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb b/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb index 281f8f81..164c3332 100644 --- a/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/issued_e_invoices_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/price_lists_api.rb b/lib/fattureincloud_ruby_sdk/api/price_lists_api.rb index d6d327e9..2a40b96c 100644 --- a/lib/fattureincloud_ruby_sdk/api/price_lists_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/price_lists_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end @@ -22,7 +22,7 @@ def initialize(api_client = ApiClient.default) # Get PriceList Items List # Retrieves all the Items of a PriceList # @param company_id [Integer] The ID of the company. - # @param price_list_id [String] + # @param price_list_id [String] The ID of the price # @param [Hash] opts the optional parameters # @return [GetPriceListItemsResponse] def get_price_list_items(company_id, price_list_id, opts = {}) @@ -33,7 +33,7 @@ def get_price_list_items(company_id, price_list_id, opts = {}) # Get PriceList Items List # Retrieves all the Items of a PriceList # @param company_id [Integer] The ID of the company. - # @param price_list_id [String] + # @param price_list_id [String] The ID of the price # @param [Hash] opts the optional parameters # @return [Array<(GetPriceListItemsResponse, Integer, Hash)>] GetPriceListItemsResponse data, response status code and response headers def get_price_list_items_with_http_info(company_id, price_list_id, opts = {}) diff --git a/lib/fattureincloud_ruby_sdk/api/products_api.rb b/lib/fattureincloud_ruby_sdk/api/products_api.rb index 02e868d3..9ae60f39 100644 --- a/lib/fattureincloud_ruby_sdk/api/products_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/products_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/receipts_api.rb b/lib/fattureincloud_ruby_sdk/api/receipts_api.rb index 444d1854..fd46a1c3 100644 --- a/lib/fattureincloud_ruby_sdk/api/receipts_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/receipts_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb b/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb index f14229bd..90d7f34e 100644 --- a/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end @@ -89,7 +89,7 @@ def create_received_document_with_http_info(company_id, opts = {}) return data, status_code, headers end - # + # Delete Bin Received Document # Delete Bin Received Document # @param company_id [Integer] The ID of the company. # @param document_id [Integer] The ID of the document. @@ -100,7 +100,7 @@ def delete_bin_received_document(company_id, document_id, opts = {}) nil end - # + # Delete Bin Received Document # Delete Bin Received Document # @param company_id [Integer] The ID of the company. # @param document_id [Integer] The ID of the document. @@ -903,7 +903,7 @@ def modify_received_document_with_http_info(company_id, document_id, opts = {}) return data, status_code, headers end - # + # Recover Received Document From The Bin # Recover Received Document From The Bin # @param company_id [Integer] The ID of the company. # @param document_id [Integer] The ID of the document. @@ -914,7 +914,7 @@ def recover_bin_received_document(company_id, document_id, opts = {}) nil end - # + # Recover Received Document From The Bin # Recover Received Document From The Bin # @param company_id [Integer] The ID of the company. # @param document_id [Integer] The ID of the document. diff --git a/lib/fattureincloud_ruby_sdk/api/settings_api.rb b/lib/fattureincloud_ruby_sdk/api/settings_api.rb index d36081cf..5992c008 100644 --- a/lib/fattureincloud_ruby_sdk/api/settings_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/settings_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb b/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb index 63a73a5a..5a88be92 100644 --- a/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/taxes_api.rb b/lib/fattureincloud_ruby_sdk/api/taxes_api.rb index 6ecb0abb..c7abf931 100644 --- a/lib/fattureincloud_ruby_sdk/api/taxes_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/taxes_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/user_api.rb b/lib/fattureincloud_ruby_sdk/api/user_api.rb index dac94baa..406e5890 100644 --- a/lib/fattureincloud_ruby_sdk/api/user_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/user_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api/webhooks_api.rb b/lib/fattureincloud_ruby_sdk/api/webhooks_api.rb index 92f25192..9655b778 100644 --- a/lib/fattureincloud_ruby_sdk/api/webhooks_api.rb +++ b/lib/fattureincloud_ruby_sdk/api/webhooks_api.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/api_client.rb b/lib/fattureincloud_ruby_sdk/api_client.rb index d0c688f2..b167b4f7 100644 --- a/lib/fattureincloud_ruby_sdk/api_client.rb +++ b/lib/fattureincloud_ruby_sdk/api_client.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end @@ -32,7 +32,7 @@ class ApiClient # @option config [Configuration] Configuration for initializing the object, default to Configuration.default def initialize(config = Configuration.default) @config = config - @user_agent = "FattureInCloud/2.1.2/Ruby-SDK" + @user_agent = "FattureInCloud/2.1.3/Ruby-SDK" @default_headers = { 'Content-Type' => 'application/json', 'User-Agent' => @user_agent diff --git a/lib/fattureincloud_ruby_sdk/api_error.rb b/lib/fattureincloud_ruby_sdk/api_error.rb index f20586be..9adffb09 100644 --- a/lib/fattureincloud_ruby_sdk/api_error.rb +++ b/lib/fattureincloud_ruby_sdk/api_error.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/configuration.rb b/lib/fattureincloud_ruby_sdk/configuration.rb index dcd2c877..a6392424 100644 --- a/lib/fattureincloud_ruby_sdk/configuration.rb +++ b/lib/fattureincloud_ruby_sdk/configuration.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/archive_document.rb b/lib/fattureincloud_ruby_sdk/models/archive_document.rb index 510e9aa5..5f7a908e 100644 --- a/lib/fattureincloud_ruby_sdk/models/archive_document.rb +++ b/lib/fattureincloud_ruby_sdk/models/archive_document.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/attachment_data.rb b/lib/fattureincloud_ruby_sdk/models/attachment_data.rb index 11c93390..f01b2d46 100644 --- a/lib/fattureincloud_ruby_sdk/models/attachment_data.rb +++ b/lib/fattureincloud_ruby_sdk/models/attachment_data.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb b/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb index 1654ae17..b875c7c3 100644 --- a/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb +++ b/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb b/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb index 9b166254..7a2b1e63 100644 --- a/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb +++ b/lib/fattureincloud_ruby_sdk/models/cashbook_entry_document.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb b/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb index 8f2bc0fb..cb9c8080 100644 --- a/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb +++ b/lib/fattureincloud_ruby_sdk/models/cashbook_entry_kind.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb b/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb index 5d437df9..ef17d9fb 100644 --- a/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/cashbook_entry_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/city.rb b/lib/fattureincloud_ruby_sdk/models/city.rb index 00bfb2af..25067d42 100644 --- a/lib/fattureincloud_ruby_sdk/models/city.rb +++ b/lib/fattureincloud_ruby_sdk/models/city.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/client.rb b/lib/fattureincloud_ruby_sdk/models/client.rb index 3e11d87a..4618be59 100644 --- a/lib/fattureincloud_ruby_sdk/models/client.rb +++ b/lib/fattureincloud_ruby_sdk/models/client.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/client_type.rb b/lib/fattureincloud_ruby_sdk/models/client_type.rb index ade8c2ee..d98fe39f 100644 --- a/lib/fattureincloud_ruby_sdk/models/client_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/client_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company.rb b/lib/fattureincloud_ruby_sdk/models/company.rb index 4e4ca5f5..24eb7642 100644 --- a/lib/fattureincloud_ruby_sdk/models/company.rb +++ b/lib/fattureincloud_ruby_sdk/models/company.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company_info.rb b/lib/fattureincloud_ruby_sdk/models/company_info.rb index 5d4f6fad..1e8d4c2b 100644 --- a/lib/fattureincloud_ruby_sdk/models/company_info.rb +++ b/lib/fattureincloud_ruby_sdk/models/company_info.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb b/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb index 4f5f45e3..4b0b42ac 100644 --- a/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb +++ b/lib/fattureincloud_ruby_sdk/models/company_info_access_info.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb b/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb index 285d5318..f467fc30 100644 --- a/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb +++ b/lib/fattureincloud_ruby_sdk/models/company_info_plan_info.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb b/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb index 8be7c469..69e190bf 100644 --- a/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb +++ b/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end @@ -38,8 +38,6 @@ class CompanyInfoPlanInfoFunctions attr_accessor :smtp - attr_accessor :sofort - attr_accessor :stock attr_accessor :subaccounts @@ -66,7 +64,6 @@ def self.attribute_map :'receipts' => :'receipts', :'recurring' => :'recurring', :'smtp' => :'smtp', - :'sofort' => :'sofort', :'stock' => :'stock', :'subaccounts' => :'subaccounts', :'tessera_sanitaria' => :'tessera_sanitaria', @@ -100,7 +97,6 @@ def self.openapi_types :'receipts' => :'Boolean', :'recurring' => :'Boolean', :'smtp' => :'Boolean', - :'sofort' => :'Boolean', :'stock' => :'Boolean', :'subaccounts' => :'Boolean', :'tessera_sanitaria' => :'Boolean', @@ -124,7 +120,6 @@ def self.openapi_nullable :'receipts', :'recurring', :'smtp', - :'sofort', :'stock', :'subaccounts', :'tessera_sanitaria', @@ -194,10 +189,6 @@ def initialize(attributes = {}) self.smtp = attributes[:'smtp'] end - if attributes.key?(:'sofort') - self.sofort = attributes[:'sofort'] - end - if attributes.key?(:'stock') self.stock = attributes[:'stock'] end @@ -254,7 +245,6 @@ def ==(o) receipts == o.receipts && recurring == o.recurring && smtp == o.smtp && - sofort == o.sofort && stock == o.stock && subaccounts == o.subaccounts && tessera_sanitaria == o.tessera_sanitaria && @@ -272,7 +262,7 @@ def eql?(o) # Calculates hash code according to all attributes. # @return [Integer] Hash code def hash - [archive, cerved, document_attachments, e_invoice, genius, mail_tracking, payment_notifications, paypal, receipts, recurring, smtp, sofort, stock, subaccounts, tessera_sanitaria, ts_digital, ts_invoice_trading, ts_pay].hash + [archive, cerved, document_attachments, e_invoice, genius, mail_tracking, payment_notifications, paypal, receipts, recurring, smtp, stock, subaccounts, tessera_sanitaria, ts_digital, ts_invoice_trading, ts_pay].hash end # Builds the object from hash diff --git a/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb b/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb index a4dbe095..ed59d3e3 100644 --- a/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb +++ b/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_functions_status.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb b/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb index c322f1b4..a8b83614 100644 --- a/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb +++ b/lib/fattureincloud_ruby_sdk/models/company_info_plan_info_limits.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company_plan_usage.rb b/lib/fattureincloud_ruby_sdk/models/company_plan_usage.rb index dab703fa..b32cccd9 100644 --- a/lib/fattureincloud_ruby_sdk/models/company_plan_usage.rb +++ b/lib/fattureincloud_ruby_sdk/models/company_plan_usage.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company_type.rb b/lib/fattureincloud_ruby_sdk/models/company_type.rb index 3afb275e..a1b640a6 100644 --- a/lib/fattureincloud_ruby_sdk/models/company_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/company_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/controlled_company.rb b/lib/fattureincloud_ruby_sdk/models/controlled_company.rb index 996bc25e..6d70398d 100644 --- a/lib/fattureincloud_ruby_sdk/models/controlled_company.rb +++ b/lib/fattureincloud_ruby_sdk/models/controlled_company.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb b/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb index b3474eaa..4d1ae9b4 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_archive_document_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb b/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb index 0f7ed956..2cb23042 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_archive_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb b/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb index 228b064d..0119c666 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb b/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb index fcac518d..f7691141 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_cashbook_entry_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_client_request.rb b/lib/fattureincloud_ruby_sdk/models/create_client_request.rb index 192da06c..68f9e5be 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_client_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_client_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_client_response.rb b/lib/fattureincloud_ruby_sdk/models/create_client_response.rb index ff0381d3..e334f337 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_client_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_client_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb b/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb index 8734f277..ac1694fb 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_f24_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb b/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb index 3e595194..cbe24a4d 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_f24_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb b/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb index a80abc7f..bee6ab4b 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_issued_document_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb b/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb index 51f8d48c..b049d688 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_issued_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb b/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb index bbd74356..a34155c7 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_payment_account_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb b/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb index 5694393f..91f0c7ab 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_payment_account_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb b/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb index 468b254b..d0c35f28 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_payment_method_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb b/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb index 9cb1fa08..41c1463c 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_payment_method_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_product_request.rb b/lib/fattureincloud_ruby_sdk/models/create_product_request.rb index 47029cef..9d58b6f4 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_product_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_product_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_product_response.rb b/lib/fattureincloud_ruby_sdk/models/create_product_response.rb index 4f2e72bc..69bf2479 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_product_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_product_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb b/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb index 7588f5c9..2cb8d78b 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_receipt_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb b/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb index 35e64383..7f30dacb 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_receipt_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb b/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb index 420e3bbc..0b481c90 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_received_document_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb b/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb index 11db0d2d..55951781 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_received_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb b/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb index c9024fbe..ff3286d1 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_supplier_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb b/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb index 11ea6669..6c97c00d 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_supplier_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb b/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb index 3e24b828..781bf638 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_vat_type_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb b/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb index 853e3030..cef1cd33 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_vat_type_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_request.rb b/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_request.rb index eea4efb4..9ef2c911 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_response.rb b/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_response.rb index 76c929bb..12071b37 100644 --- a/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/create_webhooks_subscription_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/currency.rb b/lib/fattureincloud_ruby_sdk/models/currency.rb index 21209219..9ef8555f 100644 --- a/lib/fattureincloud_ruby_sdk/models/currency.rb +++ b/lib/fattureincloud_ruby_sdk/models/currency.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/detailed_country.rb b/lib/fattureincloud_ruby_sdk/models/detailed_country.rb index a80aa6e9..1a00b816 100644 --- a/lib/fattureincloud_ruby_sdk/models/detailed_country.rb +++ b/lib/fattureincloud_ruby_sdk/models/detailed_country.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/document_template.rb b/lib/fattureincloud_ruby_sdk/models/document_template.rb index 50198f51..93135084 100644 --- a/lib/fattureincloud_ruby_sdk/models/document_template.rb +++ b/lib/fattureincloud_ruby_sdk/models/document_template.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/e_invoice_rejection_reason.rb b/lib/fattureincloud_ruby_sdk/models/e_invoice_rejection_reason.rb index 5bb3df03..16afb15c 100644 --- a/lib/fattureincloud_ruby_sdk/models/e_invoice_rejection_reason.rb +++ b/lib/fattureincloud_ruby_sdk/models/e_invoice_rejection_reason.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email.rb b/lib/fattureincloud_ruby_sdk/models/email.rb index 529b2698..175c45a7 100644 --- a/lib/fattureincloud_ruby_sdk/models/email.rb +++ b/lib/fattureincloud_ruby_sdk/models/email.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email_attachment.rb b/lib/fattureincloud_ruby_sdk/models/email_attachment.rb index b65f9364..484717bc 100644 --- a/lib/fattureincloud_ruby_sdk/models/email_attachment.rb +++ b/lib/fattureincloud_ruby_sdk/models/email_attachment.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email_data.rb b/lib/fattureincloud_ruby_sdk/models/email_data.rb index a5d0c0aa..32fbadf1 100644 --- a/lib/fattureincloud_ruby_sdk/models/email_data.rb +++ b/lib/fattureincloud_ruby_sdk/models/email_data.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb b/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb index c310ce3e..ad19b221 100644 --- a/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb +++ b/lib/fattureincloud_ruby_sdk/models/email_data_default_sender_email.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email_recipient_status.rb b/lib/fattureincloud_ruby_sdk/models/email_recipient_status.rb index a037803f..6578e3e2 100644 --- a/lib/fattureincloud_ruby_sdk/models/email_recipient_status.rb +++ b/lib/fattureincloud_ruby_sdk/models/email_recipient_status.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email_schedule.rb b/lib/fattureincloud_ruby_sdk/models/email_schedule.rb index 39ecd357..897f2c64 100644 --- a/lib/fattureincloud_ruby_sdk/models/email_schedule.rb +++ b/lib/fattureincloud_ruby_sdk/models/email_schedule.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb b/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb index dd9cd8ea..943020e4 100644 --- a/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb +++ b/lib/fattureincloud_ruby_sdk/models/email_schedule_include.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email_status.rb b/lib/fattureincloud_ruby_sdk/models/email_status.rb index d829de8a..78dcc7dd 100644 --- a/lib/fattureincloud_ruby_sdk/models/email_status.rb +++ b/lib/fattureincloud_ruby_sdk/models/email_status.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/entity.rb b/lib/fattureincloud_ruby_sdk/models/entity.rb index 4ca3f444..5ed72278 100644 --- a/lib/fattureincloud_ruby_sdk/models/entity.rb +++ b/lib/fattureincloud_ruby_sdk/models/entity.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/entity_client_pre_create_info.rb b/lib/fattureincloud_ruby_sdk/models/entity_client_pre_create_info.rb index 4b483ab2..7574bb98 100644 --- a/lib/fattureincloud_ruby_sdk/models/entity_client_pre_create_info.rb +++ b/lib/fattureincloud_ruby_sdk/models/entity_client_pre_create_info.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/entity_type.rb b/lib/fattureincloud_ruby_sdk/models/entity_type.rb index f4814e0f..e5eb9da2 100644 --- a/lib/fattureincloud_ruby_sdk/models/entity_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/entity_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/event_type.rb b/lib/fattureincloud_ruby_sdk/models/event_type.rb index d55f42a8..82fab548 100644 --- a/lib/fattureincloud_ruby_sdk/models/event_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/event_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/f24.rb b/lib/fattureincloud_ruby_sdk/models/f24.rb index c1fdf048..60fa8b76 100644 --- a/lib/fattureincloud_ruby_sdk/models/f24.rb +++ b/lib/fattureincloud_ruby_sdk/models/f24.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/f24_status.rb b/lib/fattureincloud_ruby_sdk/models/f24_status.rb index 13120d20..b4e2d900 100644 --- a/lib/fattureincloud_ruby_sdk/models/f24_status.rb +++ b/lib/fattureincloud_ruby_sdk/models/f24_status.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/fatture_in_cloud_plan_type.rb b/lib/fattureincloud_ruby_sdk/models/fatture_in_cloud_plan_type.rb index a935262c..e06d48ad 100644 --- a/lib/fattureincloud_ruby_sdk/models/fatture_in_cloud_plan_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/fatture_in_cloud_plan_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/function_status.rb b/lib/fattureincloud_ruby_sdk/models/function_status.rb index 9ee6d870..4b347b4a 100644 --- a/lib/fattureincloud_ruby_sdk/models/function_status.rb +++ b/lib/fattureincloud_ruby_sdk/models/function_status.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb b/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb index 2a787c63..a8e56c72 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_archive_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_bin_issued_document_response.rb b/lib/fattureincloud_ruby_sdk/models/get_bin_issued_document_response.rb index 40f5629d..8736e190 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_bin_issued_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_bin_issued_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_bin_received_document_response.rb b/lib/fattureincloud_ruby_sdk/models/get_bin_received_document_response.rb index 982aa547..62c7aeca 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_bin_received_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_bin_received_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb b/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb index 1fbfd04b..cd9b221a 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_cashbook_entry_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_client_response.rb b/lib/fattureincloud_ruby_sdk/models/get_client_response.rb index 6cd3ee1c..6faac6b8 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_client_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_client_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb b/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb index e1a45417..9dae3eb3 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_company_info_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_company_plan_usage_response.rb b/lib/fattureincloud_ruby_sdk/models/get_company_plan_usage_response.rb index 6a88bf51..3f6023af 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_company_plan_usage_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_company_plan_usage_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb b/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb index 9029cbf5..fcacd9db 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_e_invoice_rejection_reason_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb b/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb index 9a98e0ad..57e79ad4 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_email_data_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_entity_client_pre_create_info_response.rb b/lib/fattureincloud_ruby_sdk/models/get_entity_client_pre_create_info_response.rb index 11bfdc8e..8c370a81 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_entity_client_pre_create_info_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_entity_client_pre_create_info_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb b/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb index 349b46e9..0b86f11a 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb b/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb index 1c188bae..8bd1466b 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_existing_issued_document_totals_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb b/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb index c05b2249..bc671aa8 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb b/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb index 155ef6ee..6676673c 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_existing_received_document_totals_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb b/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb index fbad053b..ae6703a9 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_f24_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb b/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb index f2c97cf2..7a7a5c63 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_issued_document_pre_create_info_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb b/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb index 77c97ca4..625461ba 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_issued_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb b/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb index 941c6f8b..107d25b1 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb b/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb index 0b3ae5ad..16229a41 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_new_issued_document_totals_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb b/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb index a94b66cb..274df0c8 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb b/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb index 0d9ec310..60b4fdb2 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_new_received_document_totals_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb b/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb index 57878f88..0cfa01eb 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_payment_account_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb b/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb index bc2d659f..6e0606da 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_payment_method_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_price_list_items_response.rb b/lib/fattureincloud_ruby_sdk/models/get_price_list_items_response.rb index 171e4548..f001d187 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_price_list_items_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_price_list_items_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_product_response.rb b/lib/fattureincloud_ruby_sdk/models/get_product_response.rb index 5240ea8e..1387f4d3 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_product_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_product_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb b/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb index 2a04b78c..605d4ee5 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_receipt_pre_create_info_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb b/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb index cf041361..9d4e5235 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_receipt_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb b/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb index 787c7fff..6b83d0ef 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb b/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb index 342bad2e..ebbda8a2 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb b/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb index 9e661675..df2f4c20 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb b/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb index 44e64212..1c0049ce 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_tax_profile_response.rb b/lib/fattureincloud_ruby_sdk/models/get_tax_profile_response.rb index 2c741406..fda19e26 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_tax_profile_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_tax_profile_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb b/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb index 193cfef0..a08da3b6 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb b/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb index 4f55553d..a4ac0e07 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb b/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb index 79ac2892..f64cf12b 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb b/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb index 37738630..b0f5d0dd 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_vat_type_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/get_webhooks_subscription_response.rb b/lib/fattureincloud_ruby_sdk/models/get_webhooks_subscription_response.rb index 9c80dc7e..d25620b2 100644 --- a/lib/fattureincloud_ruby_sdk/models/get_webhooks_subscription_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/get_webhooks_subscription_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document.rb b/lib/fattureincloud_ruby_sdk/models/issued_document.rb index ff605450..db29cdce 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb index 59cf1df3..3e4f2296 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_ei_data.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb index 8c36da61..12311fdd 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_extra_data.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb index ee9c21ba..b18522b3 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_items_list_item.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb index 353e0f90..12bfe741 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_options.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb index 52f83168..4b10d5fa 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item_payment_terms.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item_payment_terms.rb index 77b75498..38f0e890 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item_payment_terms.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_payments_list_item_payment_terms.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb index d69b785a..a042376a 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb index 18ace2af..96213aee 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_default_values.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb index 44762784..1932b9c6 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_extra_data_default_values.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb index c25d4a2f..192f572c 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_pre_create_info_items_default_values.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb index 361fcc60..5ca87af9 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_status.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb index 51530e27..5b4b45a8 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_totals.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb b/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb index 360ed04a..5544d76f 100644 --- a/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/issued_document_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/join_issued_documents_response.rb b/lib/fattureincloud_ruby_sdk/models/join_issued_documents_response.rb index 1b995fbd..8201a220 100644 --- a/lib/fattureincloud_ruby_sdk/models/join_issued_documents_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/join_issued_documents_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/language.rb b/lib/fattureincloud_ruby_sdk/models/language.rb index 6e8b203e..27a21d76 100644 --- a/lib/fattureincloud_ruby_sdk/models/language.rb +++ b/lib/fattureincloud_ruby_sdk/models/language.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb b/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb index 8cf1f392..8cd3d727 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_archive_categories_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb b/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb index 10c19a34..87e057ec 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb b/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb index 6afce5b2..172b97d6 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_archive_documents_response_page.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_bin_issued_documents.rb b/lib/fattureincloud_ruby_sdk/models/list_bin_issued_documents.rb index 3054fd36..56efdc54 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_bin_issued_documents.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_bin_issued_documents.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_bin_received_documents.rb b/lib/fattureincloud_ruby_sdk/models/list_bin_received_documents.rb index d9dec05a..387ebc48 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_bin_received_documents.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_bin_received_documents.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb b/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb index 3dbced8f..32d5eda3 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_cashbook_entries_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb b/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb index 2b46376f..b8472f33 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_cities_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb b/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb index 1ef53d32..84dee494 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_clients_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb b/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb index 833b8746..61b95ee4 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_clients_response_page.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb b/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb index 745e5bca..44db9688 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_cost_centers_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb b/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb index 50b818b6..a312f322 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_countries_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb b/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb index f6b0d45a..fbdd3b85 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_currencies_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb b/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb index 68ad54e8..c6e94f8c 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_delivery_notes_default_causals_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb b/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb index 48bbc535..093014d8 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_detailed_countries_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_emails_response.rb b/lib/fattureincloud_ruby_sdk/models/list_emails_response.rb index c9db70e8..04d52b6b 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_emails_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_emails_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_emails_response_page.rb b/lib/fattureincloud_ruby_sdk/models/list_emails_response_page.rb index d43c275f..659f2e81 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_emails_response_page.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_emails_response_page.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_f24_response.rb b/lib/fattureincloud_ruby_sdk/models/list_f24_response.rb index 00effcb4..452a4324 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_f24_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_f24_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregated_data.rb b/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregated_data.rb index 85936d6c..6aaa63af 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregated_data.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregated_data.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregation.rb b/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregation.rb index 1c7e7d56..4c3ae4a7 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregation.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_f24_response_aggregation.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_f24_response_page.rb b/lib/fattureincloud_ruby_sdk/models/list_f24_response_page.rb index 5f237d1a..8bae995a 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_f24_response_page.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_f24_response_page.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response.rb b/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response.rb index 2b3d8a1f..7892cb25 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response_page.rb b/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response_page.rb index 9369b3f0..507f9d62 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response_page.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_issued_documents_response_page.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_languages_response.rb b/lib/fattureincloud_ruby_sdk/models/list_languages_response.rb index 65c06a9d..a0d2a21b 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_languages_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_languages_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_payment_accounts_response.rb b/lib/fattureincloud_ruby_sdk/models/list_payment_accounts_response.rb index 51638f1e..48d9547b 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_payment_accounts_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_payment_accounts_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_payment_methods_response.rb b/lib/fattureincloud_ruby_sdk/models/list_payment_methods_response.rb index 6867edf4..ba949b72 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_payment_methods_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_payment_methods_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_price_lists_response.rb b/lib/fattureincloud_ruby_sdk/models/list_price_lists_response.rb index 4bc6dbc8..db061105 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_price_lists_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_price_lists_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_product_categories_response.rb b/lib/fattureincloud_ruby_sdk/models/list_product_categories_response.rb index 9c04b65d..ef296808 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_product_categories_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_product_categories_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_products_response.rb b/lib/fattureincloud_ruby_sdk/models/list_products_response.rb index 5914ebd7..67844f35 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_products_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_products_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_products_response_page.rb b/lib/fattureincloud_ruby_sdk/models/list_products_response_page.rb index 691df150..1e9cbe93 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_products_response_page.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_products_response_page.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_receipts_response.rb b/lib/fattureincloud_ruby_sdk/models/list_receipts_response.rb index d25d28c7..61019e69 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_receipts_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_receipts_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_receipts_response_page.rb b/lib/fattureincloud_ruby_sdk/models/list_receipts_response_page.rb index cc31c91a..21df0595 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_receipts_response_page.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_receipts_response_page.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_received_document_categories_response.rb b/lib/fattureincloud_ruby_sdk/models/list_received_document_categories_response.rb index 1005b37b..bc402131 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_received_document_categories_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_received_document_categories_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_received_documents_response.rb b/lib/fattureincloud_ruby_sdk/models/list_received_documents_response.rb index 3889394a..2dcf82c9 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_received_documents_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_received_documents_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_received_documents_response_page.rb b/lib/fattureincloud_ruby_sdk/models/list_received_documents_response_page.rb index b99e2de4..2552df9d 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_received_documents_response_page.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_received_documents_response_page.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_revenue_centers_response.rb b/lib/fattureincloud_ruby_sdk/models/list_revenue_centers_response.rb index 6f3bdf8f..f9335356 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_revenue_centers_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_revenue_centers_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_suppliers_response.rb b/lib/fattureincloud_ruby_sdk/models/list_suppliers_response.rb index 652ef81b..30790b73 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_suppliers_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_suppliers_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_suppliers_response_page.rb b/lib/fattureincloud_ruby_sdk/models/list_suppliers_response_page.rb index 2712a188..fde673b4 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_suppliers_response_page.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_suppliers_response_page.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_templates_response.rb b/lib/fattureincloud_ruby_sdk/models/list_templates_response.rb index c2616a43..fee448ef 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_templates_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_templates_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_units_of_measure_response.rb b/lib/fattureincloud_ruby_sdk/models/list_units_of_measure_response.rb index 90ee0e14..2b9b8767 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_units_of_measure_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_units_of_measure_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_user_companies_response.rb b/lib/fattureincloud_ruby_sdk/models/list_user_companies_response.rb index 5284141a..e040bb39 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_user_companies_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_user_companies_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_user_companies_response_data.rb b/lib/fattureincloud_ruby_sdk/models/list_user_companies_response_data.rb index 4b3a19eb..dc22f5e0 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_user_companies_response_data.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_user_companies_response_data.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_vat_types_response.rb b/lib/fattureincloud_ruby_sdk/models/list_vat_types_response.rb index 28b30ebb..7f441816 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_vat_types_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_vat_types_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/list_webhooks_subscriptions_response.rb b/lib/fattureincloud_ruby_sdk/models/list_webhooks_subscriptions_response.rb index 41c46e79..d146675b 100644 --- a/lib/fattureincloud_ruby_sdk/models/list_webhooks_subscriptions_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/list_webhooks_subscriptions_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_archive_document_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_archive_document_request.rb index ef324793..ade4c845 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_archive_document_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_archive_document_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_archive_document_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_archive_document_response.rb index 77193d9f..539f1107 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_archive_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_archive_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_request.rb index 3fb44cc1..93e79094 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_response.rb index c651b089..8402119c 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_cashbook_entry_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_client_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_client_request.rb index 5062de74..42bf05e1 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_client_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_client_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_client_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_client_response.rb index c7bc350c..70424c96 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_client_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_client_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_f24_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_f24_request.rb index 9c16f538..4ed2d578 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_f24_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_f24_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_f24_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_f24_response.rb index c8adfe62..bf4c2769 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_f24_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_f24_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_issued_document_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_issued_document_request.rb index a302ec8e..7128df6d 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_issued_document_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_issued_document_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_issued_document_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_issued_document_response.rb index 727988a0..4167d25b 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_issued_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_issued_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_payment_account_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_payment_account_request.rb index 1823e87c..713b2807 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_payment_account_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_payment_account_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_payment_account_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_payment_account_response.rb index b795deda..9540991b 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_payment_account_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_payment_account_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_payment_method_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_payment_method_request.rb index 1e7f4b02..3fe2630a 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_payment_method_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_payment_method_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_payment_method_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_payment_method_response.rb index 6fec2c77..89a7d24d 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_payment_method_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_payment_method_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_product_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_product_request.rb index 46d9fa20..a9d2c9c6 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_product_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_product_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_product_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_product_response.rb index 6590f824..3f93dccc 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_product_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_product_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_receipt_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_receipt_request.rb index 22a747a6..5d0be5f5 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_receipt_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_receipt_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_receipt_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_receipt_response.rb index 343701c6..df8bb39c 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_receipt_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_receipt_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_received_document_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_received_document_request.rb index 978efdc0..8c831c29 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_received_document_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_received_document_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_received_document_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_received_document_response.rb index d975c532..ea9995a9 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_received_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_received_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_supplier_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_supplier_request.rb index 08004c52..accdc64f 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_supplier_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_supplier_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_supplier_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_supplier_response.rb index 251c3ff9..4adee14d 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_supplier_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_supplier_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_vat_type_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_vat_type_request.rb index 9f2e620d..445efdfe 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_vat_type_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_vat_type_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_vat_type_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_vat_type_response.rb index dcf077bb..1e6c07ae 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_vat_type_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_vat_type_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_request.rb b/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_request.rb index 65d29d22..add87bbc 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_response.rb b/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_response.rb index 11198b1c..fd7c0379 100644 --- a/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/modify_webhooks_subscription_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/monthly_total.rb b/lib/fattureincloud_ruby_sdk/models/monthly_total.rb index b432688d..3fa0d64f 100644 --- a/lib/fattureincloud_ruby_sdk/models/monthly_total.rb +++ b/lib/fattureincloud_ruby_sdk/models/monthly_total.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/original_document_type.rb b/lib/fattureincloud_ruby_sdk/models/original_document_type.rb index e9508263..5c85f0db 100644 --- a/lib/fattureincloud_ruby_sdk/models/original_document_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/original_document_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/pagination.rb b/lib/fattureincloud_ruby_sdk/models/pagination.rb index 9fd90f4f..3dbc0fcc 100644 --- a/lib/fattureincloud_ruby_sdk/models/pagination.rb +++ b/lib/fattureincloud_ruby_sdk/models/pagination.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/payment_account.rb b/lib/fattureincloud_ruby_sdk/models/payment_account.rb index 82714ff8..762cea6d 100644 --- a/lib/fattureincloud_ruby_sdk/models/payment_account.rb +++ b/lib/fattureincloud_ruby_sdk/models/payment_account.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/payment_account_type.rb b/lib/fattureincloud_ruby_sdk/models/payment_account_type.rb index 8f298b42..b37597f9 100644 --- a/lib/fattureincloud_ruby_sdk/models/payment_account_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/payment_account_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/payment_method.rb b/lib/fattureincloud_ruby_sdk/models/payment_method.rb index 4b103f8e..6c4bc3c1 100644 --- a/lib/fattureincloud_ruby_sdk/models/payment_method.rb +++ b/lib/fattureincloud_ruby_sdk/models/payment_method.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/payment_method_details.rb b/lib/fattureincloud_ruby_sdk/models/payment_method_details.rb index e4959dfe..5c2158b9 100644 --- a/lib/fattureincloud_ruby_sdk/models/payment_method_details.rb +++ b/lib/fattureincloud_ruby_sdk/models/payment_method_details.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/payment_method_type.rb b/lib/fattureincloud_ruby_sdk/models/payment_method_type.rb index 79b715ee..b06175c7 100644 --- a/lib/fattureincloud_ruby_sdk/models/payment_method_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/payment_method_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/payment_terms_type.rb b/lib/fattureincloud_ruby_sdk/models/payment_terms_type.rb index c2644bc8..fe185204 100644 --- a/lib/fattureincloud_ruby_sdk/models/payment_terms_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/payment_terms_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/permission_level.rb b/lib/fattureincloud_ruby_sdk/models/permission_level.rb index e1a4ba38..dafda2b6 100644 --- a/lib/fattureincloud_ruby_sdk/models/permission_level.rb +++ b/lib/fattureincloud_ruby_sdk/models/permission_level.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/permissions.rb b/lib/fattureincloud_ruby_sdk/models/permissions.rb index 2bcbb30b..8aa43409 100644 --- a/lib/fattureincloud_ruby_sdk/models/permissions.rb +++ b/lib/fattureincloud_ruby_sdk/models/permissions.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb b/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb index bc8eb520..b7cc286e 100644 --- a/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb +++ b/lib/fattureincloud_ruby_sdk/models/permissions_fic_issued_documents_detailed.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/price_list.rb b/lib/fattureincloud_ruby_sdk/models/price_list.rb index 77ced867..d41db6c2 100644 --- a/lib/fattureincloud_ruby_sdk/models/price_list.rb +++ b/lib/fattureincloud_ruby_sdk/models/price_list.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/price_list_item.rb b/lib/fattureincloud_ruby_sdk/models/price_list_item.rb index 7720311e..e1564dd4 100644 --- a/lib/fattureincloud_ruby_sdk/models/price_list_item.rb +++ b/lib/fattureincloud_ruby_sdk/models/price_list_item.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/price_list_prices_type.rb b/lib/fattureincloud_ruby_sdk/models/price_list_prices_type.rb index 321a2ad0..297deca5 100644 --- a/lib/fattureincloud_ruby_sdk/models/price_list_prices_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/price_list_prices_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/price_list_type.rb b/lib/fattureincloud_ruby_sdk/models/price_list_type.rb index d917c449..e383921f 100644 --- a/lib/fattureincloud_ruby_sdk/models/price_list_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/price_list_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/product.rb b/lib/fattureincloud_ruby_sdk/models/product.rb index 94e58ccb..6c8bb29b 100644 --- a/lib/fattureincloud_ruby_sdk/models/product.rb +++ b/lib/fattureincloud_ruby_sdk/models/product.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/receipt.rb b/lib/fattureincloud_ruby_sdk/models/receipt.rb index 4956a0b3..f7118b82 100644 --- a/lib/fattureincloud_ruby_sdk/models/receipt.rb +++ b/lib/fattureincloud_ruby_sdk/models/receipt.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb b/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb index b17411c0..7ecccb99 100644 --- a/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb +++ b/lib/fattureincloud_ruby_sdk/models/receipt_items_list_item.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb b/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb index 64f120de..9103a497 100644 --- a/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb +++ b/lib/fattureincloud_ruby_sdk/models/receipt_pre_create_info.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/receipt_type.rb b/lib/fattureincloud_ruby_sdk/models/receipt_type.rb index 88d4f915..92443040 100644 --- a/lib/fattureincloud_ruby_sdk/models/receipt_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/receipt_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/received_document.rb b/lib/fattureincloud_ruby_sdk/models/received_document.rb index 69826beb..d994cc17 100644 --- a/lib/fattureincloud_ruby_sdk/models/received_document.rb +++ b/lib/fattureincloud_ruby_sdk/models/received_document.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/received_document_info.rb b/lib/fattureincloud_ruby_sdk/models/received_document_info.rb index 8f2f9ae2..a4fd0ea4 100644 --- a/lib/fattureincloud_ruby_sdk/models/received_document_info.rb +++ b/lib/fattureincloud_ruby_sdk/models/received_document_info.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb b/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb index 57066122..0c066733 100644 --- a/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb +++ b/lib/fattureincloud_ruby_sdk/models/received_document_info_default_values.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb b/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb index f73b2fed..d4e83f50 100644 --- a/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb +++ b/lib/fattureincloud_ruby_sdk/models/received_document_info_items_default_values.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb b/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb index 80f9f4c7..ea878253 100644 --- a/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb +++ b/lib/fattureincloud_ruby_sdk/models/received_document_items_list_item.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb b/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb index dc3fb40c..bf5a5d07 100644 --- a/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb +++ b/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb b/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb index d71d6b7b..9be334fd 100644 --- a/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb +++ b/lib/fattureincloud_ruby_sdk/models/received_document_payments_list_item_payment_terms.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb b/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb index 8d8a2049..205ab052 100644 --- a/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb +++ b/lib/fattureincloud_ruby_sdk/models/received_document_totals.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/received_document_type.rb b/lib/fattureincloud_ruby_sdk/models/received_document_type.rb index d61cd47a..1dff0c5b 100644 --- a/lib/fattureincloud_ruby_sdk/models/received_document_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/received_document_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb b/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb index 6a3761b5..e987662d 100644 --- a/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/schedule_email_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb b/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb index 2d2f210a..3a6f3ded 100644 --- a/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb b/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb index 48f266d9..2879cb9b 100644 --- a/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb +++ b/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_data.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_options.rb b/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_options.rb index 58acc77c..2fd5c9d8 100644 --- a/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_options.rb +++ b/lib/fattureincloud_ruby_sdk/models/send_e_invoice_request_options.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb b/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb index 76f64089..5985cf43 100644 --- a/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb b/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb index 5291a9be..25c16706 100644 --- a/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb +++ b/lib/fattureincloud_ruby_sdk/models/send_e_invoice_response_data.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/sender_email.rb b/lib/fattureincloud_ruby_sdk/models/sender_email.rb index 1c6b8fb7..6604948b 100644 --- a/lib/fattureincloud_ruby_sdk/models/sender_email.rb +++ b/lib/fattureincloud_ruby_sdk/models/sender_email.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb b/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb index 4ea506bb..a13d46ea 100644 --- a/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb +++ b/lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/supplier.rb b/lib/fattureincloud_ruby_sdk/models/supplier.rb index 612d95d4..4969446f 100644 --- a/lib/fattureincloud_ruby_sdk/models/supplier.rb +++ b/lib/fattureincloud_ruby_sdk/models/supplier.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/supplier_type.rb b/lib/fattureincloud_ruby_sdk/models/supplier_type.rb index 6c93d51a..9c692eb1 100644 --- a/lib/fattureincloud_ruby_sdk/models/supplier_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/supplier_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/tax_profile.rb b/lib/fattureincloud_ruby_sdk/models/tax_profile.rb index db12ee4b..f2430a1b 100644 --- a/lib/fattureincloud_ruby_sdk/models/tax_profile.rb +++ b/lib/fattureincloud_ruby_sdk/models/tax_profile.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/transform_issued_document_response.rb b/lib/fattureincloud_ruby_sdk/models/transform_issued_document_response.rb index 32eab18f..42ade038 100644 --- a/lib/fattureincloud_ruby_sdk/models/transform_issued_document_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/transform_issued_document_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb b/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb index e9a093b9..2aaae449 100644 --- a/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb b/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb index 35203dc7..6803cf53 100644 --- a/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb b/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb index d2a096fb..483991e2 100644 --- a/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/upload_issued_document_attachment_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb b/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb index e13a604d..4379f028 100644 --- a/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/upload_received_document_attachment_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/user.rb b/lib/fattureincloud_ruby_sdk/models/user.rb index b3f22eb0..ea325ff7 100644 --- a/lib/fattureincloud_ruby_sdk/models/user.rb +++ b/lib/fattureincloud_ruby_sdk/models/user.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/user_company_role.rb b/lib/fattureincloud_ruby_sdk/models/user_company_role.rb index 01d6e733..13caf618 100644 --- a/lib/fattureincloud_ruby_sdk/models/user_company_role.rb +++ b/lib/fattureincloud_ruby_sdk/models/user_company_role.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/vat_item.rb b/lib/fattureincloud_ruby_sdk/models/vat_item.rb index 722cbf7c..e61f131e 100644 --- a/lib/fattureincloud_ruby_sdk/models/vat_item.rb +++ b/lib/fattureincloud_ruby_sdk/models/vat_item.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/vat_kind.rb b/lib/fattureincloud_ruby_sdk/models/vat_kind.rb index 6bb4fe8d..1901f8b8 100644 --- a/lib/fattureincloud_ruby_sdk/models/vat_kind.rb +++ b/lib/fattureincloud_ruby_sdk/models/vat_kind.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/vat_type.rb b/lib/fattureincloud_ruby_sdk/models/vat_type.rb index 2028fe7c..58794301 100644 --- a/lib/fattureincloud_ruby_sdk/models/vat_type.rb +++ b/lib/fattureincloud_ruby_sdk/models/vat_type.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb index 668e663a..5d5fa177 100644 --- a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb index 6761f8c5..59c158d1 100644 --- a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb +++ b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.rb b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.rb index 3e4e4743..1745faae 100644 --- a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.rb +++ b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_error_validation_result.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb index c945b18e..307eb94a 100644 --- a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb +++ b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_error_response_extra.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb index d9eb4c76..d3b6e585 100644 --- a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb +++ b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb index 25d01584..b3711a8d 100644 --- a/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb +++ b/lib/fattureincloud_ruby_sdk/models/verify_e_invoice_xml_response_data.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription.rb b/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription.rb index b9bfe972..03527bfe 100644 --- a/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription.rb +++ b/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription_request.rb b/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription_request.rb index b250cdf4..52c192ea 100644 --- a/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription_request.rb +++ b/lib/fattureincloud_ruby_sdk/models/verify_webhooks_subscription_request.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/webhooks_subscription.rb b/lib/fattureincloud_ruby_sdk/models/webhooks_subscription.rb index 047e991d..4edaf745 100644 --- a/lib/fattureincloud_ruby_sdk/models/webhooks_subscription.rb +++ b/lib/fattureincloud_ruby_sdk/models/webhooks_subscription.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_config.rb b/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_config.rb index 10af2dc9..341fd191 100644 --- a/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_config.rb +++ b/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_config.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_mapping.rb b/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_mapping.rb index 7808f69f..828926ec 100644 --- a/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_mapping.rb +++ b/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_mapping.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_verification_method.rb b/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_verification_method.rb index 616e2c43..01dcff17 100644 --- a/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_verification_method.rb +++ b/lib/fattureincloud_ruby_sdk/models/webhooks_subscription_verification_method.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end diff --git a/lib/fattureincloud_ruby_sdk/version.rb b/lib/fattureincloud_ruby_sdk/version.rb index dbe6fedc..3fc10f5c 100644 --- a/lib/fattureincloud_ruby_sdk/version.rb +++ b/lib/fattureincloud_ruby_sdk/version.rb @@ -3,13 +3,13 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end module FattureInCloud_Ruby_Sdk - VERSION = '2.1.2' + VERSION = '2.1.3' end diff --git a/sdk-version.yaml b/sdk-version.yaml index 16565b6b..f82ddaa2 100644 --- a/sdk-version.yaml +++ b/sdk-version.yaml @@ -1,2 +1,2 @@ info: - version: 2.1.2 + version: 2.1.3 diff --git a/spec/api/price_lists_api_spec.rb b/spec/api/price_lists_api_spec.rb index ba9504ba..ef57c898 100644 --- a/spec/api/price_lists_api_spec.rb +++ b/spec/api/price_lists_api_spec.rb @@ -48,12 +48,12 @@ # @return [GetPriceListItemsResponse] describe 'get_price_list_items test' do it 'should work' do - response = @api_instance.get_price_list_items(2, '10') - response_obj = JSON.parse(response.to_json, object_class: OpenStruct) - expected_json = @get_price_list_items_response_obj.to_json - actual_json = response.to_json + response = @api_instance.get_price_list_items(2, '10') + response_obj = JSON.parse(response.to_json, object_class: OpenStruct) + expected_json = @get_price_list_items_response_obj.to_json + actual_json = response.to_json - expect(actual_json).to eq(expected_json) + expect(actual_json).to eq(expected_json) end end diff --git a/spec/models/entity_client_pre_create_info_spec.rb b/spec/models/entity_client_pre_create_info_spec.rb index ae211350..a7c9a497 100644 --- a/spec/models/entity_client_pre_create_info_spec.rb +++ b/spec/models/entity_client_pre_create_info_spec.rb @@ -80,43 +80,43 @@ describe 'test attribute "countries_list"' do it 'should work' do - expect(instance.countries_list).to be_a_kind_of(Array) + expect(instance.countries_list).to be_a_kind_of(Array) end end describe 'test attribute "payment_methods_list"' do it 'should work' do - expect(instance.payment_methods_list).to be_a_kind_of(Array) + expect(instance.payment_methods_list).to be_a_kind_of(Array) end end describe 'test attribute "payment_accounts_list"' do it 'should work' do - expect(instance.payment_accounts_list).to be_a_kind_of(Array) + expect(instance.payment_accounts_list).to be_a_kind_of(Array) end end describe 'test attribute "vat_types_list"' do it 'should work' do - expect(instance.vat_types_list).to be_a_kind_of(Array) + expect(instance.vat_types_list).to be_a_kind_of(Array) end end describe 'test attribute "price_lists"' do it 'should work' do - expect(instance.price_lists).to be_a_kind_of(Array) + expect(instance.price_lists).to be_a_kind_of(Array) end end describe 'test attribute "limit"' do it 'should work' do - expect(instance.limit).to be_a_kind_of(Numeric) + expect(instance.limit).to be_a_kind_of(Numeric) end end describe 'test attribute "usage"' do it 'should work' do - expect(instance.limit).to be_a_kind_of(Numeric) + expect(instance.limit).to be_a_kind_of(Numeric) end end diff --git a/spec/models/get_bin_issued_document_response_spec.rb b/spec/models/get_bin_issued_document_response_spec.rb index 5ff9479a..c327e639 100644 --- a/spec/models/get_bin_issued_document_response_spec.rb +++ b/spec/models/get_bin_issued_document_response_spec.rb @@ -138,7 +138,7 @@ describe 'test attribute "data"' do it 'should work' do - expect(instance.data).to be_a_kind_of(Object) + expect(instance.data).to be_a_kind_of(Object) end end diff --git a/spec/models/get_bin_received_document_response_spec.rb b/spec/models/get_bin_received_document_response_spec.rb index b59f0511..5c556b39 100644 --- a/spec/models/get_bin_received_document_response_spec.rb +++ b/spec/models/get_bin_received_document_response_spec.rb @@ -19,54 +19,54 @@ # Please update as you see appropriate describe FattureInCloud_Ruby_Sdk::GetBinReceivedDocumentResponse do instance = FattureInCloud_Ruby_Sdk::GetBinReceivedDocumentResponse.new - instance.data = { - id: 12345, - type: 'expense', - description: 'Soggiorno di lavoro', - amortization: 1, - rc_center: '', - invoice_number: '', - is_marked: false, - is_detailed: false, - e_invoice: false, - entity: { - id: 111, - name: 'Hotel Rubino Palace' - }, - date: '2021-08-15', - next_due_date: '2021-08-15', - currency: { - id: 'EUR', - exchange_rate: '1.00000', - symbol: '€' - }, - amount_net: 592, - amount_vat: 0, - amount_gross: 592, - amount_withholding_tax: 0, - amount_other_withholding_tax: 0, - tax_deductibility: 50, - vat_deductibility: 100, - payments_list: [ - { - amount: 592, - due_date: '2021-08-15', - paid_date: '2021-08-15', - id: 777, - payment_terms: { - days: 0, - type: 'standard' - }, - status: 'paid', - payment_account: { - id: 222, - name: 'Contanti', - virtual: false - } + instance.data = { + id: 12345, + type: 'expense', + description: 'Soggiorno di lavoro', + amortization: 1, + rc_center: '', + invoice_number: '', + is_marked: false, + is_detailed: false, + e_invoice: false, + entity: { + id: 111, + name: 'Hotel Rubino Palace' + }, + date: '2021-08-15', + next_due_date: '2021-08-15', + currency: { + id: 'EUR', + exchange_rate: '1.00000', + symbol: '€' + }, + amount_net: 592, + amount_vat: 0, + amount_gross: 592, + amount_withholding_tax: 0, + amount_other_withholding_tax: 0, + tax_deductibility: 50, + vat_deductibility: 100, + payments_list: [ + { + amount: 592, + due_date: '2021-08-15', + paid_date: '2021-08-15', + id: 777, + payment_terms: { + days: 0, + type: 'standard' + }, + status: 'paid', + payment_account: { + id: 222, + name: 'Contanti', + virtual: false } - ], - attachment_url: 'spesa_ger5i783t45hu6ti.pdf' - } + } + ], + attachment_url: 'spesa_ger5i783t45hu6ti.pdf' + } describe 'test an instance of GetBinReceivedDocumentResponse' do it 'should create an instance of GetBinReceivedDocumentResponse' do @@ -76,7 +76,7 @@ describe 'test attribute "data"' do it 'should work' do - expect(instance.data).to be_a_kind_of(Object) + expect(instance.data).to be_a_kind_of(Object) end end diff --git a/spec/models/get_entity_client_pre_create_info_response_spec.rb b/spec/models/get_entity_client_pre_create_info_response_spec.rb index f02a06dc..598483aa 100644 --- a/spec/models/get_entity_client_pre_create_info_response_spec.rb +++ b/spec/models/get_entity_client_pre_create_info_response_spec.rb @@ -19,57 +19,57 @@ # Please update as you see appropriate describe FattureInCloud_Ruby_Sdk::GetEntityClientPreCreateInfoResponse do instance = FattureInCloud_Ruby_Sdk::GetEntityClientPreCreateInfoResponse.new - instance.data = { - countries_list: [ - 'Italy' - ], - payment_methods_list: [ - { - id: 555, - name: 'Rimessa diretta', - is_default: false, - details: [], - } - ], - payment_accounts_list: [ - { - id: 0, - name: 'Conto Banca Intesa', - type: 'standard', - iban: 'string', - sia: 'string', - cuc: 'string', - virtual: true - } - ], - vat_types_list: [ - { - id: 0, - value: 22, - description: 'Non imponibile art. 123', - notes: 'IVA non imponibile ai sensi dell\'articolo 123, comma 2', - e_invoice: true, - ei_type: '2', - ei_description: 'string', - editable: true, - is_disabled: true, - default: true - } - ], - price_lists: [ - { - id: 'string', - name: '123', - prices_type: 'net', - is_default: true, - valid_from: 'string', - valid_to: 'string', - type: 'sell' - } - ], - limit: 10, - usage: 10 - } + instance.data = { + countries_list: [ + 'Italy' + ], + payment_methods_list: [ + { + id: 555, + name: 'Rimessa diretta', + is_default: false, + details: [], + } + ], + payment_accounts_list: [ + { + id: 0, + name: 'Conto Banca Intesa', + type: 'standard', + iban: 'string', + sia: 'string', + cuc: 'string', + virtual: true + } + ], + vat_types_list: [ + { + id: 0, + value: 22, + description: 'Non imponibile art. 123', + notes: 'IVA non imponibile ai sensi dell\'articolo 123, comma 2', + e_invoice: true, + ei_type: '2', + ei_description: 'string', + editable: true, + is_disabled: true, + default: true + } + ], + price_lists: [ + { + id: 'string', + name: '123', + prices_type: 'net', + is_default: true, + valid_from: 'string', + valid_to: 'string', + type: 'sell' + } + ], + limit: 10, + usage: 10 + } describe 'test an instance of GetEntityClientPreCreateInfoResponse' do it 'should create an instance of GetEntityClientPreCreateInfoResponse' do @@ -79,7 +79,7 @@ describe 'test attribute "data"' do it 'should work' do - expect(instance.data).to be_a_kind_of(Object) + expect(instance.data).to be_a_kind_of(Object) end end diff --git a/spec/models/get_price_list_items_response_spec.rb b/spec/models/get_price_list_items_response_spec.rb index e4e7d673..0cc95336 100644 --- a/spec/models/get_price_list_items_response_spec.rb +++ b/spec/models/get_price_list_items_response_spec.rb @@ -36,7 +36,7 @@ describe 'test attribute "data"' do it 'should work' do - expect(instance.data).to be_a_kind_of(Hash) + expect(instance.data).to be_a_kind_of(Hash) end end end diff --git a/spec/models/list_bin_issued_documents_spec.rb b/spec/models/list_bin_issued_documents_spec.rb index a2dba9de..d50528c5 100644 --- a/spec/models/list_bin_issued_documents_spec.rb +++ b/spec/models/list_bin_issued_documents_spec.rb @@ -48,7 +48,7 @@ describe 'test attribute "data"' do it 'should work' do - expect(instance.data).to be_a_kind_of(Array) + expect(instance.data).to be_a_kind_of(Array) end end diff --git a/spec/models/list_bin_received_documents_spec.rb b/spec/models/list_bin_received_documents_spec.rb index 1d1d81d3..4e9e2e24 100644 --- a/spec/models/list_bin_received_documents_spec.rb +++ b/spec/models/list_bin_received_documents_spec.rb @@ -19,108 +19,108 @@ # Please update as you see appropriate describe FattureInCloud_Ruby_Sdk::ListBinReceivedDocuments do instance = FattureInCloud_Ruby_Sdk::ListBinReceivedDocuments.new - instance.data = [ - { - id: 12345, - type: 'expense', - description: 'Soggiorno di lavoro', - amortization: 1, - rc_center: '', - invoice_number: '', - is_marked: false, - is_detailed: false, - e_invoice: false, - created_at: '2021-08-15 14:02:02', - updated_at: '2021-08-15 14:02:02', - entity: { - id: 111, - name: 'Hotel Rubino Palace' - }, - date: '2021-08-15', - next_due_date: '2021-08-15', - currency: { - id: 'EUR', - exchange_rate: '1.00000', - symbol: '€' - }, - amount_net: 592, - amount_vat: 0, - amount_gross: 592, - amount_withholding_tax: 0, - amount_other_withholding_tax: 0, - tax_deductibility: 50, - vat_deductibility: 100, - payments_list: [ - { - amount: 592, - due_date: '2021-08-15', - paid_date: '2021-08-15', - id: 777, - payment_terms: { - days: 0, - type: 'standard' - }, - status: 'paid', - payment_account: { - id: 222, - name: 'Contanti', - virtual: false - } + instance.data = [ + { + id: 12345, + type: 'expense', + description: 'Soggiorno di lavoro', + amortization: 1, + rc_center: '', + invoice_number: '', + is_marked: false, + is_detailed: false, + e_invoice: false, + created_at: '2021-08-15 14:02:02', + updated_at: '2021-08-15 14:02:02', + entity: { + id: 111, + name: 'Hotel Rubino Palace' + }, + date: '2021-08-15', + next_due_date: '2021-08-15', + currency: { + id: 'EUR', + exchange_rate: '1.00000', + symbol: '€' + }, + amount_net: 592, + amount_vat: 0, + amount_gross: 592, + amount_withholding_tax: 0, + amount_other_withholding_tax: 0, + tax_deductibility: 50, + vat_deductibility: 100, + payments_list: [ + { + amount: 592, + due_date: '2021-08-15', + paid_date: '2021-08-15', + id: 777, + payment_terms: { + days: 0, + type: 'standard' + }, + status: 'paid', + payment_account: { + id: 222, + name: 'Contanti', + virtual: false } - ], - attachment_url: 'spesa_ger5i783t45hu6ti.pdf', + } + ], + attachment_url: 'spesa_ger5i783t45hu6ti.pdf', + }, + { + id: 12346, + type: 'expense', + description: 'Assicurazione RCA', + amortization: 1, + rc_center: '', + invoice_number: '', + is_marked: false, + is_detailed: false, + e_invoice: false, + created_at: '2021-08-09 14:02:02', + updated_at: '2021-08-09 14:02:02', + entity: { + id: 89, + name: 'Indesa Assicurazioni S.P.A.' + }, + date: '2021-08-08', + next_due_date: '2021-08-08', + currency: { + id: 'EUR', + exchange_rate: '1.00000', + symbol: '€' }, - { - id: 12346, - type: 'expense', - description: 'Assicurazione RCA', - amortization: 1, - rc_center: '', - invoice_number: '', - is_marked: false, - is_detailed: false, - e_invoice: false, - created_at: '2021-08-09 14:02:02', - updated_at: '2021-08-09 14:02:02', - entity: { - id: 89, - name: 'Indesa Assicurazioni S.P.A.' - }, - date: '2021-08-08', - next_due_date: '2021-08-08', - currency: { - id: 'EUR', - exchange_rate: '1.00000', - symbol: '€' - }, - amount_net: 645.69, - amount_vat: 0, - amount_gross: 645.69, - amount_withholding_tax: 0, - amount_other_withholding_tax: 0, - tax_deductibility: 50, - vat_deductibility: 100, - payments_list: [ - { - amount: 645.69, - due_date: '2021-08-08', - paid_date: '2021-08-08', - id: 999, - payment_terms: { - days: 0, - type: 'standard' - }, - status: 'paid', - payment_account: { - id: 333, - name: 'Carta conto', - virtual: false - } + amount_net: 645.69, + amount_vat: 0, + amount_gross: 645.69, + amount_withholding_tax: 0, + amount_other_withholding_tax: 0, + tax_deductibility: 50, + vat_deductibility: 100, + payments_list: [ + { + amount: 645.69, + due_date: '2021-08-08', + paid_date: '2021-08-08', + id: 999, + payment_terms: { + days: 0, + type: 'standard' + }, + status: 'paid', + payment_account: { + id: 333, + name: 'Carta conto', + virtual: false } - ], - attachment_url: 'spesa_gjsd567e5hu6ti.pdf', - } - ] + } + ], + attachment_url: 'spesa_gjsd567e5hu6ti.pdf', + } +] describe 'test an instance of ListBinReceivedDocuments' do it 'should create an instance of ListBinReceivedDocuments' do @@ -130,7 +130,7 @@ describe 'test attribute "data"' do it 'should work' do - expect(instance.data).to be_a_kind_of(Array) + expect(instance.data).to be_a_kind_of(Array) end end diff --git a/spec/models/list_price_lists_response_spec.rb b/spec/models/list_price_lists_response_spec.rb index 57a0f779..5e6a1dc9 100644 --- a/spec/models/list_price_lists_response_spec.rb +++ b/spec/models/list_price_lists_response_spec.rb @@ -48,7 +48,7 @@ describe 'test attribute "data"' do it 'should work' do - expect(instance.data).to be_a_kind_of(Array) + expect(instance.data).to be_a_kind_of(Array) end end diff --git a/spec/models/price_list_item_spec.rb b/spec/models/price_list_item_spec.rb index b910eaec..ac4123d2 100644 --- a/spec/models/price_list_item_spec.rb +++ b/spec/models/price_list_item_spec.rb @@ -29,7 +29,7 @@ describe 'test attribute "price"' do it 'should work' do - expect(instance.price).to be_a_kind_of(Float) + expect(instance.price).to be_a_kind_of(Float) end end diff --git a/spec/models/price_list_spec.rb b/spec/models/price_list_spec.rb index 6d069918..18f349d3 100644 --- a/spec/models/price_list_spec.rb +++ b/spec/models/price_list_spec.rb @@ -35,43 +35,43 @@ describe 'test attribute "id"' do it 'should work' do - expect(instance.id).to be_a_kind_of(String) + expect(instance.id).to be_a_kind_of(String) end end describe 'test attribute "name"' do it 'should work' do - expect(instance.name).to be_a_kind_of(String) + expect(instance.name).to be_a_kind_of(String) end end describe 'test attribute "prices_type"' do it 'should work' do - expect(instance.prices_type).to be_a_kind_of(String) + expect(instance.prices_type).to be_a_kind_of(String) end end describe 'test attribute "is_default"' do it 'should work' do - expect(instance.is_default).to be_a_kind_of(TrueClass) + expect(instance.is_default).to be_a_kind_of(TrueClass) end end describe 'test attribute "valid_from"' do it 'should work' do - expect(instance.valid_from).to be_a_kind_of(String) + expect(instance.valid_from).to be_a_kind_of(String) end end describe 'test attribute "valid_to"' do it 'should work' do - expect(instance.valid_to).to be_a_kind_of(String) + expect(instance.valid_to).to be_a_kind_of(String) end end describe 'test attribute "type"' do it 'should work' do - expect(instance.type).to be_a_kind_of(String) + expect(instance.type).to be_a_kind_of(String) end end diff --git a/spec/models/verify_webhooks_subscription_spec.rb b/spec/models/verify_webhooks_subscription_spec.rb index 8d1d8cfb..1e9d63ee 100644 --- a/spec/models/verify_webhooks_subscription_spec.rb +++ b/spec/models/verify_webhooks_subscription_spec.rb @@ -30,13 +30,13 @@ describe 'test attribute "id"' do it 'should work' do - expect(instance.id).to be_a_kind_of(String) + expect(instance.id).to be_a_kind_of(String) end end describe 'test attribute "verification_method"' do it 'should work' do - expect(instance.verification_method).to be_a_kind_of(String) + expect(instance.verification_method).to be_a_kind_of(String) end end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 00025e26..3023b27f 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.5 +The version of the OpenAPI document: 2.1.9 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.12.0 +Generator version: 7.16.0 =end