From bfb9b92b0ce42c77d48ea9af7822020e0363fca9 Mon Sep 17 00:00:00 2001 From: fattureincloud-bot <91328460+fattureincloud-bot@users.noreply.github.com> Date: Tue, 22 Oct 2024 13:26:19 +0000 Subject: [PATCH] chore: bumping version to 2.1.1 --- .openapi-generator/FILES | 6 + .openapi-generator/VERSION | 2 +- .travis.yml | 2 +- README.md | 7 +- docs/Email.md | 2 +- docs/GetTaxProfileResponse.md | 8 + docs/IssuedDocument.md | 2 +- docs/IssuedDocumentsApi.md | 6 +- docs/SettingsApi.md | 70 +++ docs/TaxProfile.md | 28 ++ docs/VatType.md | 1 + fattureincloud_ruby_sdk.gemspec | 4 +- lib/fattureincloud_ruby_sdk.rb | 6 +- .../api/archive_api.rb | 14 +- .../api/cashbook_api.rb | 12 +- .../api/clients_api.rb | 12 +- .../api/companies_api.rb | 8 +- lib/fattureincloud_ruby_sdk/api/emails_api.rb | 6 +- lib/fattureincloud_ruby_sdk/api/info_api.rb | 36 +- .../api/issued_documents_api.rb | 41 +- .../api/issued_e_invoices_api.rb | 12 +- .../api/products_api.rb | 12 +- .../api/receipts_api.rb | 16 +- .../api/received_documents_api.rb | 24 +- .../api/settings_api.rb | 85 +++- .../api/suppliers_api.rb | 12 +- lib/fattureincloud_ruby_sdk/api/taxes_api.rb | 14 +- lib/fattureincloud_ruby_sdk/api/user_api.rb | 8 +- .../api/webhooks_api.rb | 12 +- lib/fattureincloud_ruby_sdk/api_client.rb | 6 +- lib/fattureincloud_ruby_sdk/api_error.rb | 4 +- lib/fattureincloud_ruby_sdk/configuration.rb | 14 +- .../models/archive_document.rb | 4 +- .../models/attachment_data.rb | 4 +- .../models/cashbook_entry.rb | 4 +- .../models/cashbook_entry_document.rb | 4 +- .../models/cashbook_entry_kind.rb | 4 +- .../models/cashbook_entry_type.rb | 4 +- lib/fattureincloud_ruby_sdk/models/city.rb | 4 +- lib/fattureincloud_ruby_sdk/models/client.rb | 4 +- .../models/client_type.rb | 4 +- lib/fattureincloud_ruby_sdk/models/company.rb | 4 +- .../models/company_info.rb | 4 +- .../models/company_info_access_info.rb | 4 +- .../models/company_info_plan_info.rb | 4 +- .../company_info_plan_info_functions.rb | 4 +- ...company_info_plan_info_functions_status.rb | 4 +- .../models/company_info_plan_info_limits.rb | 4 +- .../models/company_plan_usage.rb | 4 +- .../models/company_type.rb | 4 +- .../models/controlled_company.rb | 4 +- .../models/create_archive_document_request.rb | 4 +- .../create_archive_document_response.rb | 4 +- .../models/create_cashbook_entry_request.rb | 4 +- .../models/create_cashbook_entry_response.rb | 4 +- .../models/create_client_request.rb | 4 +- .../models/create_client_response.rb | 4 +- .../models/create_f24_request.rb | 4 +- .../models/create_f24_response.rb | 4 +- .../models/create_issued_document_request.rb | 4 +- .../models/create_issued_document_response.rb | 4 +- .../models/create_payment_account_request.rb | 4 +- .../models/create_payment_account_response.rb | 4 +- .../models/create_payment_method_request.rb | 4 +- .../models/create_payment_method_response.rb | 4 +- .../models/create_product_request.rb | 4 +- .../models/create_product_response.rb | 4 +- .../models/create_receipt_request.rb | 4 +- .../models/create_receipt_response.rb | 4 +- .../create_received_document_request.rb | 4 +- .../create_received_document_response.rb | 4 +- .../models/create_supplier_request.rb | 4 +- .../models/create_supplier_response.rb | 4 +- .../models/create_vat_type_request.rb | 4 +- .../models/create_vat_type_response.rb | 4 +- .../create_webhooks_subscription_request.rb | 4 +- .../create_webhooks_subscription_response.rb | 4 +- .../models/currency.rb | 4 +- .../models/detailed_country.rb | 4 +- .../models/document_template.rb | 4 +- .../models/e_invoice_rejection_reason.rb | 4 +- lib/fattureincloud_ruby_sdk/models/email.rb | 6 +- .../models/email_attachment.rb | 4 +- .../models/email_data.rb | 4 +- .../models/email_data_default_sender_email.rb | 4 +- .../models/email_recipient_status.rb | 4 +- .../models/email_schedule.rb | 4 +- .../models/email_schedule_include.rb | 4 +- .../models/email_status.rb | 4 +- lib/fattureincloud_ruby_sdk/models/entity.rb | 4 +- .../models/entity_type.rb | 4 +- .../models/event_type.rb | 17 +- lib/fattureincloud_ruby_sdk/models/f24.rb | 4 +- .../models/f24_status.rb | 4 +- .../models/fatture_in_cloud_plan_type.rb | 4 +- .../models/function_status.rb | 4 +- .../models/get_archive_document_response.rb | 4 +- .../models/get_cashbook_entry_response.rb | 4 +- .../models/get_client_response.rb | 4 +- .../models/get_company_info_response.rb | 4 +- .../models/get_company_plan_usage_response.rb | 4 +- ...get_e_invoice_rejection_reason_response.rb | 4 +- .../models/get_email_data_response.rb | 4 +- ...existing_issued_document_totals_request.rb | 4 +- ...xisting_issued_document_totals_response.rb | 4 +- ...isting_received_document_totals_request.rb | 4 +- ...sting_received_document_totals_response.rb | 4 +- .../models/get_f24_response.rb | 4 +- ...ssued_document_pre_create_info_response.rb | 4 +- .../models/get_issued_document_response.rb | 4 +- .../get_new_issued_document_totals_request.rb | 4 +- ...get_new_issued_document_totals_response.rb | 4 +- ...et_new_received_document_totals_request.rb | 4 +- ...t_new_received_document_totals_response.rb | 4 +- .../models/get_payment_account_response.rb | 4 +- .../models/get_payment_method_response.rb | 4 +- .../models/get_product_response.rb | 4 +- .../get_receipt_pre_create_info_response.rb | 4 +- .../models/get_receipt_response.rb | 4 +- .../get_receipts_monthly_totals_response.rb | 4 +- ...eived_document_pre_create_info_response.rb | 4 +- .../models/get_received_document_response.rb | 4 +- .../models/get_supplier_response.rb | 4 +- .../models/get_tax_profile_response.rb | 214 +++++++++ .../models/get_user_info_response.rb | 4 +- ..._info_response_email_confirmation_state.rb | 4 +- .../models/get_user_info_response_info.rb | 4 +- .../models/get_vat_type_response.rb | 4 +- .../get_webhooks_subscription_response.rb | 4 +- .../models/issued_document.rb | 6 +- .../models/issued_document_ei_data.rb | 4 +- .../models/issued_document_extra_data.rb | 4 +- .../models/issued_document_items_list_item.rb | 4 +- .../models/issued_document_options.rb | 4 +- .../issued_document_payments_list_item.rb | 4 +- ...cument_payments_list_item_payment_terms.rb | 4 +- .../models/issued_document_pre_create_info.rb | 4 +- ...document_pre_create_info_default_values.rb | 4 +- ...e_create_info_extra_data_default_values.rb | 4 +- ...nt_pre_create_info_items_default_values.rb | 4 +- .../models/issued_document_status.rb | 4 +- .../models/issued_document_totals.rb | 4 +- .../models/issued_document_type.rb | 4 +- .../models/join_issued_documents_response.rb | 4 +- .../models/language.rb | 4 +- .../list_archive_categories_response.rb | 4 +- .../models/list_archive_documents_response.rb | 4 +- .../list_archive_documents_response_page.rb | 4 +- .../models/list_cashbook_entries_response.rb | 4 +- .../models/list_cities_response.rb | 4 +- .../models/list_clients_response.rb | 4 +- .../models/list_clients_response_page.rb | 4 +- .../models/list_cost_centers_response.rb | 4 +- .../models/list_countries_response.rb | 4 +- .../models/list_currencies_response.rb | 4 +- ...delivery_notes_default_causals_response.rb | 4 +- .../list_detailed_countries_response.rb | 4 +- .../models/list_emails_response.rb | 4 +- .../models/list_emails_response_page.rb | 4 +- .../models/list_f24_response.rb | 4 +- .../list_f24_response_aggregated_data.rb | 4 +- .../models/list_f24_response_aggregation.rb | 4 +- .../models/list_f24_response_page.rb | 4 +- .../models/list_issued_documents_response.rb | 4 +- .../list_issued_documents_response_page.rb | 4 +- .../models/list_languages_response.rb | 4 +- .../models/list_payment_accounts_response.rb | 4 +- .../models/list_payment_methods_response.rb | 4 +- .../list_product_categories_response.rb | 4 +- .../models/list_products_response.rb | 4 +- .../models/list_products_response_page.rb | 4 +- .../models/list_receipts_response.rb | 4 +- .../models/list_receipts_response_page.rb | 4 +- ...t_received_document_categories_response.rb | 4 +- .../list_received_documents_response.rb | 4 +- .../list_received_documents_response_page.rb | 4 +- .../models/list_revenue_centers_response.rb | 4 +- .../models/list_suppliers_response.rb | 4 +- .../models/list_suppliers_response_page.rb | 4 +- .../models/list_templates_response.rb | 4 +- .../models/list_units_of_measure_response.rb | 4 +- .../models/list_user_companies_response.rb | 4 +- .../list_user_companies_response_data.rb | 4 +- .../models/list_vat_types_response.rb | 4 +- .../list_webhooks_subscriptions_response.rb | 4 +- .../models/modify_archive_document_request.rb | 4 +- .../modify_archive_document_response.rb | 4 +- .../models/modify_cashbook_entry_request.rb | 4 +- .../models/modify_cashbook_entry_response.rb | 4 +- .../models/modify_client_request.rb | 4 +- .../models/modify_client_response.rb | 4 +- .../models/modify_f24_request.rb | 4 +- .../models/modify_f24_response.rb | 4 +- .../models/modify_issued_document_request.rb | 4 +- .../models/modify_issued_document_response.rb | 4 +- .../models/modify_payment_account_request.rb | 4 +- .../models/modify_payment_account_response.rb | 4 +- .../models/modify_payment_method_request.rb | 4 +- .../models/modify_payment_method_response.rb | 4 +- .../models/modify_product_request.rb | 4 +- .../models/modify_product_response.rb | 4 +- .../models/modify_receipt_request.rb | 4 +- .../models/modify_receipt_response.rb | 4 +- .../modify_received_document_request.rb | 4 +- .../modify_received_document_response.rb | 4 +- .../models/modify_supplier_request.rb | 4 +- .../models/modify_supplier_response.rb | 4 +- .../models/modify_vat_type_request.rb | 4 +- .../models/modify_vat_type_response.rb | 4 +- .../modify_webhooks_subscription_request.rb | 4 +- .../modify_webhooks_subscription_response.rb | 4 +- .../models/monthly_total.rb | 4 +- .../models/original_document_type.rb | 4 +- .../models/pagination.rb | 4 +- .../models/payment_account.rb | 4 +- .../models/payment_account_type.rb | 4 +- .../models/payment_method.rb | 4 +- .../models/payment_method_details.rb | 4 +- .../models/payment_method_type.rb | 4 +- .../models/payment_terms_type.rb | 4 +- .../models/permission_level.rb | 4 +- .../models/permissions.rb | 4 +- ...rmissions_fic_issued_documents_detailed.rb | 4 +- lib/fattureincloud_ruby_sdk/models/product.rb | 4 +- lib/fattureincloud_ruby_sdk/models/receipt.rb | 4 +- .../models/receipt_items_list_item.rb | 4 +- .../models/receipt_pre_create_info.rb | 4 +- .../models/receipt_type.rb | 4 +- .../models/received_document.rb | 4 +- .../models/received_document_info.rb | 4 +- .../received_document_info_default_values.rb | 4 +- ...ived_document_info_items_default_values.rb | 4 +- .../received_document_items_list_item.rb | 4 +- .../received_document_payments_list_item.rb | 4 +- ...cument_payments_list_item_payment_terms.rb | 4 +- .../models/received_document_totals.rb | 4 +- .../models/received_document_type.rb | 4 +- .../models/schedule_email_request.rb | 4 +- .../models/send_e_invoice_request.rb | 4 +- .../models/send_e_invoice_request_data.rb | 4 +- .../models/send_e_invoice_request_options.rb | 4 +- .../models/send_e_invoice_response.rb | 4 +- .../models/send_e_invoice_response_data.rb | 4 +- .../models/sender_email.rb | 4 +- .../models/show_totals_mode.rb | 4 +- .../models/supplier.rb | 4 +- .../models/supplier_type.rb | 4 +- .../models/tax_profile.rb | 435 ++++++++++++++++++ .../transform_issued_document_response.rb | 4 +- .../upload_archive_attachment_response.rb | 4 +- .../models/upload_f24_attachment_response.rb | 4 +- ...oad_issued_document_attachment_response.rb | 4 +- ...d_received_document_attachment_response.rb | 4 +- lib/fattureincloud_ruby_sdk/models/user.rb | 4 +- .../models/user_company_role.rb | 4 +- .../models/vat_item.rb | 4 +- .../models/vat_kind.rb | 7 +- .../models/vat_type.rb | 25 +- .../verify_e_invoice_xml_error_response.rb | 4 +- ...rify_e_invoice_xml_error_response_error.rb | 4 +- ..._error_response_error_validation_result.rb | 4 +- ...rify_e_invoice_xml_error_response_extra.rb | 4 +- .../models/verify_e_invoice_xml_response.rb | 4 +- .../verify_e_invoice_xml_response_data.rb | 4 +- .../models/webhooks_subscription.rb | 4 +- .../models/webhooks_subscription_config.rb | 4 +- .../models/webhooks_subscription_mapping.rb | 4 +- lib/fattureincloud_ruby_sdk/oauth2/oauth2.rb | 2 +- lib/fattureincloud_ruby_sdk/version.rb | 6 +- sdk-version.yaml | 2 +- spec/models/get_tax_profile_response_spec.rb | 36 ++ spec/models/tax_profile_spec.rb | 156 +++++++ spec/spec_helper.rb | 4 +- 273 files changed, 1689 insertions(+), 631 deletions(-) create mode 100644 docs/GetTaxProfileResponse.md create mode 100644 docs/TaxProfile.md create mode 100644 lib/fattureincloud_ruby_sdk/models/get_tax_profile_response.rb create mode 100644 lib/fattureincloud_ruby_sdk/models/tax_profile.rb create mode 100644 spec/models/get_tax_profile_response_spec.rb create mode 100644 spec/models/tax_profile_spec.rb diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index 8cda52e1..ef83238b 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -99,6 +99,7 @@ docs/GetReceiptsMonthlyTotalsResponse.md docs/GetReceivedDocumentPreCreateInfoResponse.md docs/GetReceivedDocumentResponse.md docs/GetSupplierResponse.md +docs/GetTaxProfileResponse.md docs/GetUserInfoResponse.md docs/GetUserInfoResponseEmailConfirmationState.md docs/GetUserInfoResponseInfo.md @@ -230,6 +231,7 @@ docs/ShowTotalsMode.md docs/Supplier.md docs/SupplierType.md docs/SuppliersApi.md +docs/TaxProfile.md docs/TaxesApi.md docs/TransformIssuedDocumentResponse.md docs/UploadArchiveAttachmentResponse.md @@ -364,6 +366,7 @@ lib/fattureincloud_ruby_sdk/models/get_receipts_monthly_totals_response.rb lib/fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response.rb lib/fattureincloud_ruby_sdk/models/get_received_document_response.rb lib/fattureincloud_ruby_sdk/models/get_supplier_response.rb +lib/fattureincloud_ruby_sdk/models/get_tax_profile_response.rb lib/fattureincloud_ruby_sdk/models/get_user_info_response.rb lib/fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state.rb lib/fattureincloud_ruby_sdk/models/get_user_info_response_info.rb @@ -487,6 +490,7 @@ lib/fattureincloud_ruby_sdk/models/sender_email.rb lib/fattureincloud_ruby_sdk/models/show_totals_mode.rb lib/fattureincloud_ruby_sdk/models/supplier.rb lib/fattureincloud_ruby_sdk/models/supplier_type.rb +lib/fattureincloud_ruby_sdk/models/tax_profile.rb lib/fattureincloud_ruby_sdk/models/transform_issued_document_response.rb lib/fattureincloud_ruby_sdk/models/upload_archive_attachment_response.rb lib/fattureincloud_ruby_sdk/models/upload_f24_attachment_response.rb @@ -507,4 +511,6 @@ lib/fattureincloud_ruby_sdk/models/webhooks_subscription.rb lib/fattureincloud_ruby_sdk/models/webhooks_subscription_config.rb lib/fattureincloud_ruby_sdk/models/webhooks_subscription_mapping.rb lib/fattureincloud_ruby_sdk/version.rb +spec/models/get_tax_profile_response_spec.rb +spec/models/tax_profile_spec.rb spec/spec_helper.rb diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 93c8ddab..4bc5d618 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.6.0 +7.9.0 diff --git a/.travis.yml b/.travis.yml index a5e4001d..981a786b 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.0.gem + - gem install ./fattureincloud_ruby_sdk-2.1.1.gem diff --git a/README.md b/README.md index 4aa4de55..4b5719e0 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.0 -- Package version: 2.1.0 +- API version: 2.1.2 +- Package version: 2.1.1 - Build package: org.openapitools.codegen.languages.RubyClientCodegen @@ -148,6 +148,7 @@ Class | Method | HTTP request | Description *FattureInCloud_Ruby_Sdk::SettingsApi* | [**delete_vat_type**](docs/SettingsApi.md#delete_vat_type) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type *FattureInCloud_Ruby_Sdk::SettingsApi* | [**get_payment_account**](docs/SettingsApi.md#get_payment_account) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account *FattureInCloud_Ruby_Sdk::SettingsApi* | [**get_payment_method**](docs/SettingsApi.md#get_payment_method) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method +*FattureInCloud_Ruby_Sdk::SettingsApi* | [**get_tax_profile**](docs/SettingsApi.md#get_tax_profile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile *FattureInCloud_Ruby_Sdk::SettingsApi* | [**get_vat_type**](docs/SettingsApi.md#get_vat_type) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type *FattureInCloud_Ruby_Sdk::SettingsApi* | [**modify_payment_account**](docs/SettingsApi.md#modify_payment_account) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account *FattureInCloud_Ruby_Sdk::SettingsApi* | [**modify_payment_method**](docs/SettingsApi.md#modify_payment_method) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method @@ -266,6 +267,7 @@ Class | Method | HTTP request | Description - [FattureInCloud_Ruby_Sdk::GetReceivedDocumentPreCreateInfoResponse](docs/GetReceivedDocumentPreCreateInfoResponse.md) - [FattureInCloud_Ruby_Sdk::GetReceivedDocumentResponse](docs/GetReceivedDocumentResponse.md) - [FattureInCloud_Ruby_Sdk::GetSupplierResponse](docs/GetSupplierResponse.md) + - [FattureInCloud_Ruby_Sdk::GetTaxProfileResponse](docs/GetTaxProfileResponse.md) - [FattureInCloud_Ruby_Sdk::GetUserInfoResponse](docs/GetUserInfoResponse.md) - [FattureInCloud_Ruby_Sdk::GetUserInfoResponseEmailConfirmationState](docs/GetUserInfoResponseEmailConfirmationState.md) - [FattureInCloud_Ruby_Sdk::GetUserInfoResponseInfo](docs/GetUserInfoResponseInfo.md) @@ -389,6 +391,7 @@ Class | Method | HTTP request | Description - [FattureInCloud_Ruby_Sdk::ShowTotalsMode](docs/ShowTotalsMode.md) - [FattureInCloud_Ruby_Sdk::Supplier](docs/Supplier.md) - [FattureInCloud_Ruby_Sdk::SupplierType](docs/SupplierType.md) + - [FattureInCloud_Ruby_Sdk::TaxProfile](docs/TaxProfile.md) - [FattureInCloud_Ruby_Sdk::TransformIssuedDocumentResponse](docs/TransformIssuedDocumentResponse.md) - [FattureInCloud_Ruby_Sdk::UploadArchiveAttachmentResponse](docs/UploadArchiveAttachmentResponse.md) - [FattureInCloud_Ruby_Sdk::UploadF24AttachmentResponse](docs/UploadF24AttachmentResponse.md) diff --git a/docs/Email.md b/docs/Email.md index 050760ff..a23550da 100644 --- a/docs/Email.md +++ b/docs/Email.md @@ -6,7 +6,7 @@ | ---- | ---- | ----------- | ----- | | **id** | **Integer** | Email id | [optional] | | **status** | [**EmailStatus**](EmailStatus.md) | | [optional] | -| **sent_date** | **Time** | Email sent date | [optional] | +| **sent_date** | **String** | Email sent date | [optional] | | **errors_count** | **Integer** | Email errors count | [optional] | | **error_log** | **String** | Email errors log | [optional] | | **from_email** | **String** | Email sender email | [optional] | diff --git a/docs/GetTaxProfileResponse.md b/docs/GetTaxProfileResponse.md new file mode 100644 index 00000000..497c2b29 --- /dev/null +++ b/docs/GetTaxProfileResponse.md @@ -0,0 +1,8 @@ +# FattureInCloud_Ruby_Sdk::GetTaxProfileResponse + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **data** | [**TaxProfile**](TaxProfile.md) | | [optional] | + diff --git a/docs/IssuedDocument.md b/docs/IssuedDocument.md index e6d5bfc0..394bdecb 100644 --- a/docs/IssuedDocument.md +++ b/docs/IssuedDocument.md @@ -13,7 +13,7 @@ | **year** | **Integer** | Issued document year | [optional] | | **currency** | [**Currency**](Currency.md) | | [optional] | | **language** | [**Language**](Language.md) | | [optional] | -| **subject** | **String** | Issued document subject | [optional] | +| **subject** | **String** | Issued document subject [not shown on the PDF] | [optional] | | **visible_subject** | **String** | Issued document visible subject | [optional] | | **rc_center** | **String** | Issued document revenue center [or cost center if type=supplier_order]. | [optional] | | **notes** | **String** | Issued document extra notes | [optional] | diff --git a/docs/IssuedDocumentsApi.md b/docs/IssuedDocumentsApi.md index 2706ad7d..e88fb15e 100644 --- a/docs/IssuedDocumentsApi.md +++ b/docs/IssuedDocumentsApi.md @@ -624,7 +624,7 @@ company_id = 12345 # Integer | The ID of the company. ids = '1,2,3,4' # String | Ids of the documents. opts = { group: 0, # Integer | Group items. - e_invoice: 0 # Integer | New document e_invoice. + parameter: 'delivery_notes' # String | Type of the parameters to be joined } begin @@ -661,7 +661,7 @@ end | **company_id** | **Integer** | The ID of the company. | | | **ids** | **String** | Ids of the documents. | | | **group** | **Integer** | Group items. | [optional] | -| **e_invoice** | **Integer** | New document e_invoice. | [optional] | +| **parameter** | **String** | Type of the parameters to be joined | [optional] | ### Return type @@ -937,6 +937,7 @@ company_id = 12345 # Integer | The ID of the company. original_document_id = 56 # Integer | Original document id. new_type = 'new_type_example' # String | New document type. opts = { + parameter: 'parameter_example', # String | Old document type. e_invoice: 0, # Integer | New document e_invoice. transform_keep_copy: 0 # Integer | Keep the old document. } @@ -975,6 +976,7 @@ end | **company_id** | **Integer** | The ID of the company. | | | **original_document_id** | **Integer** | Original document id. | | | **new_type** | **String** | New document type. | | +| **parameter** | **String** | Old document type. | [optional] | | **e_invoice** | **Integer** | New document e_invoice. | [optional] | | **transform_keep_copy** | **Integer** | Keep the old document. | [optional] | diff --git a/docs/SettingsApi.md b/docs/SettingsApi.md index 780457ff..504cca89 100644 --- a/docs/SettingsApi.md +++ b/docs/SettingsApi.md @@ -12,6 +12,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**delete_vat_type**](SettingsApi.md#delete_vat_type) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type | | [**get_payment_account**](SettingsApi.md#get_payment_account) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account | | [**get_payment_method**](SettingsApi.md#get_payment_method) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method | +| [**get_tax_profile**](SettingsApi.md#get_tax_profile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile | | [**get_vat_type**](SettingsApi.md#get_vat_type) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type | | [**modify_payment_account**](SettingsApi.md#modify_payment_account) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account | | [**modify_payment_method**](SettingsApi.md#modify_payment_method) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method | @@ -601,6 +602,75 @@ end - **Accept**: application/json +## get_tax_profile + +> get_tax_profile(company_id) + +Get Tax Profile + +Gets the Tax Profile + +### Examples + +```ruby +require 'time' +require 'fattureincloud_ruby_sdk' +# setup authorization +FattureInCloud_Ruby_Sdk.configure do |config| + # Configure OAuth2 access token for authorization: OAuth2AuthenticationCodeFlow + config.access_token = 'YOUR ACCESS TOKEN' +end + +api_instance = FattureInCloud_Ruby_Sdk::SettingsApi.new +company_id = 12345 # Integer | The ID of the company. + +begin + # Get Tax Profile + result = api_instance.get_tax_profile(company_id) + p result +rescue FattureInCloud_Ruby_Sdk::ApiError => e + puts "Error when calling SettingsApi->get_tax_profile: #{e}" +end +``` + +#### Using the get_tax_profile_with_http_info variant + +This returns an Array which contains the response data, status code and headers. + +> , Integer, Hash)> get_tax_profile_with_http_info(company_id) + +```ruby +begin + # Get Tax Profile + data, status_code, headers = api_instance.get_tax_profile_with_http_info(company_id) + p status_code # => 2xx + p headers # => { ... } + p data # => +rescue FattureInCloud_Ruby_Sdk::ApiError => e + puts "Error when calling SettingsApi->get_tax_profile_with_http_info: #{e}" +end +``` + +### Parameters + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **company_id** | **Integer** | The ID of the company. | | + +### Return type + +[**GetTaxProfileResponse**](GetTaxProfileResponse.md) + +### Authorization + +[OAuth2AuthenticationCodeFlow](../README.md#OAuth2AuthenticationCodeFlow) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: application/json + + ## get_vat_type > get_vat_type(company_id, vat_type_id) diff --git a/docs/TaxProfile.md b/docs/TaxProfile.md new file mode 100644 index 00000000..1a310f06 --- /dev/null +++ b/docs/TaxProfile.md @@ -0,0 +1,28 @@ +# FattureInCloud_Ruby_Sdk::TaxProfile + +## Properties + +| Name | Type | Description | Notes | +| ---- | ---- | ----------- | ----- | +| **company_type** | **String** | The company type | [optional] | +| **company_subtype** | **String** | The company subtype | [optional] | +| **profession** | **String** | The profession | [optional] | +| **regime** | **String** | The applied regime | [optional] | +| **rivalsa_name** | **String** | The name of the rivalsa | [optional] | +| **default_rivalsa** | **Float** | The default rivalsa amount | [optional] | +| **cassa_name** | **String** | The name of the cassa | [optional] | +| **default_cassa** | **Float** | The default cassa amount | [optional] | +| **default_cassa_taxable** | **Float** | The default taxable amount for the cassa | [optional] | +| **cassa2_name** | **String** | The name of the second cassa | [optional] | +| **default_cassa2** | **Float** | The default second cassa amount | [optional] | +| **default_cassa2_taxable** | **Float** | The default taxable amount for the second cassa | [optional] | +| **default_withholding_tax** | **Float** | The default withholding tax | [optional] | +| **default_withholding_tax_taxable** | **Float** | The default taxable amount for the withholding tax | [optional] | +| **default_other_withholding_tax** | **Float** | The default other withholding tax | [optional] | +| **enasarco** | **Boolean** | If it has enasarco | [optional] | +| **enasarco_type** | **String** | The enasarco type | [optional] | +| **contributions_percentage** | **Float** | The contributions percentage | [optional] | +| **profit_coefficient** | **Float** | The profit coefficient | [optional] | +| **med** | **Boolean** | If the health card system is active | [optional] | +| **default_vat** | [**VatType**](VatType.md) | | [optional] | + diff --git a/docs/VatType.md b/docs/VatType.md index 46334cd6..182499fc 100644 --- a/docs/VatType.md +++ b/docs/VatType.md @@ -13,4 +13,5 @@ | **ei_description** | **String** | Vat type e-invoice description | [optional] | | **editable** | **Boolean** | [Read Only] Is the vat type is editable. | [optional][readonly] | | **is_disabled** | **Boolean** | Is the vat type disabled | [optional] | +| **default** | **Boolean** | If the vat type is default | [optional] | diff --git a/fattureincloud_ruby_sdk.gemspec b/fattureincloud_ruby_sdk.gemspec index 422908f1..ff27d644 100644 --- a/fattureincloud_ruby_sdk.gemspec +++ b/fattureincloud_ruby_sdk.gemspec @@ -5,10 +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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk.rb b/lib/fattureincloud_ruby_sdk.rb index f95fa13c..9fe76ebe 100644 --- a/lib/fattureincloud_ruby_sdk.rb +++ b/lib/fattureincloud_ruby_sdk.rb @@ -3,10 +3,10 @@ #Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. -The version of the OpenAPI document: 2.1.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -108,6 +108,7 @@ require 'fattureincloud_ruby_sdk/models/get_received_document_pre_create_info_response' require 'fattureincloud_ruby_sdk/models/get_received_document_response' require 'fattureincloud_ruby_sdk/models/get_supplier_response' +require 'fattureincloud_ruby_sdk/models/get_tax_profile_response' require 'fattureincloud_ruby_sdk/models/get_user_info_response' require 'fattureincloud_ruby_sdk/models/get_user_info_response_email_confirmation_state' require 'fattureincloud_ruby_sdk/models/get_user_info_response_info' @@ -231,6 +232,7 @@ require 'fattureincloud_ruby_sdk/models/show_totals_mode' require 'fattureincloud_ruby_sdk/models/supplier' require 'fattureincloud_ruby_sdk/models/supplier_type' +require 'fattureincloud_ruby_sdk/models/tax_profile' require 'fattureincloud_ruby_sdk/models/transform_issued_document_response' require 'fattureincloud_ruby_sdk/models/upload_archive_attachment_response' require 'fattureincloud_ruby_sdk/models/upload_f24_attachment_response' diff --git a/lib/fattureincloud_ruby_sdk/api/archive_api.rb b/lib/fattureincloud_ruby_sdk/api/archive_api.rb index 41597363..33e93efc 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_archive_document_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -204,7 +204,7 @@ def get_archive_document_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -297,7 +297,7 @@ def list_archive_documents_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -368,7 +368,7 @@ def modify_archive_document_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -440,7 +440,7 @@ def upload_archive_document_attachment_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['multipart/form-data']) if !content_type.nil? diff --git a/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb b/lib/fattureincloud_ruby_sdk/api/cashbook_api.rb index a3646e35..ebe5a092 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_cashbook_entry_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -204,7 +204,7 @@ def get_cashbook_entry_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -294,7 +294,7 @@ def list_cashbook_entries_with_http_info(company_id, date_from, date_to, opts = # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -365,7 +365,7 @@ def modify_cashbook_entry_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/fattureincloud_ruby_sdk/api/clients_api.rb b/lib/fattureincloud_ruby_sdk/api/clients_api.rb index f20c5f30..4bb8749d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_client_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -204,7 +204,7 @@ def get_client_with_http_info(company_id, client_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -297,7 +297,7 @@ def list_clients_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -368,7 +368,7 @@ def modify_client_with_http_info(company_id, client_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/fattureincloud_ruby_sdk/api/companies_api.rb b/lib/fattureincloud_ruby_sdk/api/companies_api.rb index 6dc7b28c..50822cf7 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -51,7 +51,7 @@ def get_company_info_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -126,7 +126,7 @@ def get_company_plan_usage_with_http_info(company_id, category, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} diff --git a/lib/fattureincloud_ruby_sdk/api/emails_api.rb b/lib/fattureincloud_ruby_sdk/api/emails_api.rb index 3debea2f..e32cb3db 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -51,7 +51,7 @@ def list_emails_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} diff --git a/lib/fattureincloud_ruby_sdk/api/info_api.rb b/lib/fattureincloud_ruby_sdk/api/info_api.rb index 99e73dc6..1e246e02 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -51,7 +51,7 @@ def list_archive_categories_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -114,7 +114,7 @@ def list_cities_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -177,7 +177,7 @@ def list_cost_centers_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -234,7 +234,7 @@ def list_countries_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -291,7 +291,7 @@ def list_currencies_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -348,7 +348,7 @@ def list_delivery_notes_default_causals_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -405,7 +405,7 @@ def list_detailed_countries_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -462,7 +462,7 @@ def list_languages_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -538,7 +538,7 @@ def list_payment_accounts_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -614,7 +614,7 @@ def list_payment_methods_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -689,7 +689,7 @@ def list_product_categories_with_http_info(company_id, context, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -752,7 +752,7 @@ def list_received_document_categories_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -815,7 +815,7 @@ def list_revenue_centers_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -882,7 +882,7 @@ def list_templates_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -939,7 +939,7 @@ def list_units_of_measure_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -1009,7 +1009,7 @@ def list_vat_types_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} diff --git a/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb b/lib/fattureincloud_ruby_sdk/api/issued_documents_api.rb index 8ea86941..ccaaea9d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_issued_document_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -261,7 +261,7 @@ def get_email_data_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -332,7 +332,7 @@ def get_existing_issued_document_totals_with_http_info(company_id, document_id, # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -416,7 +416,7 @@ def get_issued_document_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -491,7 +491,7 @@ def get_issued_document_pre_create_info_with_http_info(company_id, type, opts = # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -556,7 +556,7 @@ def get_new_issued_document_totals_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -598,7 +598,7 @@ def get_new_issued_document_totals_with_http_info(company_id, opts = {}) # @param ids [String] Ids of the documents. # @param [Hash] opts the optional parameters # @option opts [Integer] :group Group items. - # @option opts [Integer] :e_invoice New document e_invoice. + # @option opts [String] :parameter Type of the parameters to be joined # @return [JoinIssuedDocumentsResponse] def join_issued_documents(company_id, ids, opts = {}) data, _status_code, _headers = join_issued_documents_with_http_info(company_id, ids, opts) @@ -611,7 +611,7 @@ def join_issued_documents(company_id, ids, opts = {}) # @param ids [String] Ids of the documents. # @param [Hash] opts the optional parameters # @option opts [Integer] :group Group items. - # @option opts [Integer] :e_invoice New document e_invoice. + # @option opts [String] :parameter Type of the parameters to be joined # @return [Array<(JoinIssuedDocumentsResponse, Integer, Hash)>] JoinIssuedDocumentsResponse data, response status code and response headers def join_issued_documents_with_http_info(company_id, ids, opts = {}) if @api_client.config.debugging @@ -629,9 +629,9 @@ def join_issued_documents_with_http_info(company_id, ids, opts = {}) if @api_client.config.client_side_validation && opts[:'group'] && !allowable_values.include?(opts[:'group']) fail ArgumentError, "invalid value for \"group\", must be one of #{allowable_values}" end - allowable_values = [0, 1] - if @api_client.config.client_side_validation && opts[:'e_invoice'] && !allowable_values.include?(opts[:'e_invoice']) - fail ArgumentError, "invalid value for \"e_invoice\", must be one of #{allowable_values}" + allowable_values = ["delivery_notes", "orders", "quotes", "work_reports"] + if @api_client.config.client_side_validation && opts[:'parameter'] && !allowable_values.include?(opts[:'parameter']) + fail ArgumentError, "invalid value for \"parameter\", must be one of #{allowable_values}" end # resource path local_var_path = '/c/{company_id}/issued_documents/join'.sub('{' + 'company_id' + '}', CGI.escape(company_id.to_s)) @@ -640,12 +640,12 @@ def join_issued_documents_with_http_info(company_id, ids, opts = {}) query_params = opts[:query_params] || {} query_params[:'ids'] = ids query_params[:'group'] = opts[:'group'] if !opts[:'group'].nil? - query_params[:'e_invoice'] = opts[:'e_invoice'] if !opts[:'e_invoice'].nil? + query_params[:'parameter'] = opts[:'parameter'] if !opts[:'parameter'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -757,7 +757,7 @@ def list_issued_documents_with_http_info(company_id, type, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -828,7 +828,7 @@ def modify_issued_document_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -944,6 +944,7 @@ def schedule_email_with_http_info(company_id, document_id, opts = {}) # @param original_document_id [Integer] Original document id. # @param new_type [String] New document type. # @param [Hash] opts the optional parameters + # @option opts [String] :parameter Old document type. # @option opts [Integer] :e_invoice New document e_invoice. # @option opts [Integer] :transform_keep_copy Keep the old document. # @return [TransformIssuedDocumentResponse] @@ -958,6 +959,7 @@ def transform_issued_document(company_id, original_document_id, new_type, opts = # @param original_document_id [Integer] Original document id. # @param new_type [String] New document type. # @param [Hash] opts the optional parameters + # @option opts [String] :parameter Old document type. # @option opts [Integer] :e_invoice New document e_invoice. # @option opts [Integer] :transform_keep_copy Keep the old document. # @return [Array<(TransformIssuedDocumentResponse, Integer, Hash)>] TransformIssuedDocumentResponse data, response status code and response headers @@ -992,13 +994,14 @@ def transform_issued_document_with_http_info(company_id, original_document_id, n query_params = opts[:query_params] || {} query_params[:'original_document_id'] = original_document_id query_params[:'new_type'] = new_type + query_params[:'parameter'] = opts[:'parameter'] if !opts[:'parameter'].nil? query_params[:'e_invoice'] = opts[:'e_invoice'] if !opts[:'e_invoice'].nil? query_params[:'transform_keep_copy'] = opts[:'transform_keep_copy'] if !opts[:'transform_keep_copy'].nil? # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -1065,7 +1068,7 @@ def upload_issued_document_attachment_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['multipart/form-data']) if !content_type.nil? 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 92b8efc9..8f5ae598 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -57,7 +57,7 @@ def get_e_invoice_rejection_reason_with_http_info(company_id, document_id, opts # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -129,7 +129,7 @@ def get_e_invoice_xml_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['text/xml']) + header_params['Accept'] = @api_client.select_header_accept(['text/xml']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -200,7 +200,7 @@ def send_e_invoice_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -274,7 +274,7 @@ def verify_e_invoice_xml_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} diff --git a/lib/fattureincloud_ruby_sdk/api/products_api.rb b/lib/fattureincloud_ruby_sdk/api/products_api.rb index bd3eda7d..91e8174d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_product_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -204,7 +204,7 @@ def get_product_with_http_info(company_id, product_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -297,7 +297,7 @@ def list_products_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -368,7 +368,7 @@ def modify_product_with_http_info(company_id, product_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/fattureincloud_ruby_sdk/api/receipts_api.rb b/lib/fattureincloud_ruby_sdk/api/receipts_api.rb index 6f95c7e3..83a7faf1 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_receipt_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -204,7 +204,7 @@ def get_receipt_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -267,7 +267,7 @@ def get_receipt_pre_create_info_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -349,7 +349,7 @@ def get_receipts_monthly_totals_with_http_info(company_id, type, year, opts = {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -442,7 +442,7 @@ def list_receipts_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -513,7 +513,7 @@ def modify_receipt_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb b/lib/fattureincloud_ruby_sdk/api/received_documents_api.rb index f2a6e417..60a511a5 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_received_document_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -263,7 +263,7 @@ def get_existing_received_document_totals_with_http_info(company_id, document_id # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -333,7 +333,7 @@ def get_new_received_document_totals_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -417,7 +417,7 @@ def get_received_document_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -478,7 +478,7 @@ def get_received_document_pre_create_info_with_http_info(company_id, type, opts fail ArgumentError, "Missing the required parameter 'type' when calling ReceivedDocumentsApi.get_received_document_pre_create_info" end # verify enum value - allowable_values = ["expense", "passive_credit_note", "passive_delivery_note"] + allowable_values = ["expense", "passive_credit_note", "passive_delivery_note", "self_invoice"] if @api_client.config.client_side_validation && !allowable_values.include?(type) fail ArgumentError, "invalid value for \"type\", must be one of #{allowable_values}" end @@ -492,7 +492,7 @@ def get_received_document_pre_create_info_with_http_info(company_id, type, opts # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -565,7 +565,7 @@ def list_received_documents_with_http_info(company_id, type, opts = {}) fail ArgumentError, "Missing the required parameter 'type' when calling ReceivedDocumentsApi.list_received_documents" end # verify enum value - allowable_values = ["expense", "passive_credit_note", "passive_delivery_note"] + allowable_values = ["expense", "passive_credit_note", "passive_delivery_note", "self_invoice"] if @api_client.config.client_side_validation && !allowable_values.include?(type) fail ArgumentError, "invalid value for \"type\", must be one of #{allowable_values}" end @@ -597,7 +597,7 @@ def list_received_documents_with_http_info(company_id, type, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -668,7 +668,7 @@ def modify_received_document_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -740,7 +740,7 @@ def upload_received_document_attachment_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['multipart/form-data']) if !content_type.nil? diff --git a/lib/fattureincloud_ruby_sdk/api/settings_api.rb b/lib/fattureincloud_ruby_sdk/api/settings_api.rb index d4b3815e..ffc2a263 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_payment_account_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -123,7 +123,7 @@ def create_payment_method_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -193,7 +193,7 @@ def create_vat_type_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -478,7 +478,7 @@ def get_payment_account_with_http_info(company_id, payment_account_id, opts = {} # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -557,7 +557,7 @@ def get_payment_method_with_http_info(company_id, payment_method_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -588,6 +588,69 @@ def get_payment_method_with_http_info(company_id, payment_method_id, opts = {}) return data, status_code, headers end + # Get Tax Profile + # Gets the Tax Profile + # @param company_id [Integer] The ID of the company. + # @param [Hash] opts the optional parameters + # @return [GetTaxProfileResponse] + def get_tax_profile(company_id, opts = {}) + data, _status_code, _headers = get_tax_profile_with_http_info(company_id, opts) + data + end + + # Get Tax Profile + # Gets the Tax Profile + # @param company_id [Integer] The ID of the company. + # @param [Hash] opts the optional parameters + # @return [Array<(GetTaxProfileResponse, Integer, Hash)>] GetTaxProfileResponse data, response status code and response headers + def get_tax_profile_with_http_info(company_id, opts = {}) + if @api_client.config.debugging + @api_client.config.logger.debug 'Calling API: SettingsApi.get_tax_profile ...' + end + # verify the required parameter 'company_id' is set + if @api_client.config.client_side_validation && company_id.nil? + fail ArgumentError, "Missing the required parameter 'company_id' when calling SettingsApi.get_tax_profile" + end + # resource path + local_var_path = '/c/{company_id}/settings/tax_profile'.sub('{' + 'company_id' + '}', CGI.escape(company_id.to_s)) + + # query parameters + query_params = opts[:query_params] || {} + + # header parameters + header_params = opts[:header_params] || {} + # HTTP header 'Accept' (if needed) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] + + # form parameters + form_params = opts[:form_params] || {} + + # http body (model) + post_body = opts[:debug_body] + + # return_type + return_type = opts[:debug_return_type] || 'GetTaxProfileResponse' + + # auth_names + auth_names = opts[:debug_auth_names] || ['OAuth2AuthenticationCodeFlow'] + + new_options = opts.merge( + :operation => :"SettingsApi.get_tax_profile", + :header_params => header_params, + :query_params => query_params, + :form_params => form_params, + :body => post_body, + :auth_names => auth_names, + :return_type => return_type + ) + + data, status_code, headers = @api_client.call_api(:GET, local_var_path, new_options) + if @api_client.config.debugging + @api_client.config.logger.debug "API called: SettingsApi#get_tax_profile\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}" + end + return data, status_code, headers + end + # Get Vat Type # Gets the specified vat type. # @param company_id [Integer] The ID of the company. @@ -626,7 +689,7 @@ def get_vat_type_with_http_info(company_id, vat_type_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -697,7 +760,7 @@ def modify_payment_account_with_http_info(company_id, payment_account_id, opts = # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -773,7 +836,7 @@ def modify_payment_method_with_http_info(company_id, payment_method_id, opts = { # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -849,7 +912,7 @@ def modify_vat_type_with_http_info(company_id, vat_type_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb b/lib/fattureincloud_ruby_sdk/api/suppliers_api.rb index 2af74044..c88ea9c9 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_supplier_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -204,7 +204,7 @@ def get_supplier_with_http_info(company_id, supplier_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -297,7 +297,7 @@ def list_suppliers_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -368,7 +368,7 @@ def modify_supplier_with_http_info(company_id, supplier_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/fattureincloud_ruby_sdk/api/taxes_api.rb b/lib/fattureincloud_ruby_sdk/api/taxes_api.rb index 5f4fc3cb..17002e33 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_f24_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -271,7 +271,7 @@ def get_f24_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -364,7 +364,7 @@ def list_f24_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -435,7 +435,7 @@ def modify_f24_with_http_info(company_id, document_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -507,7 +507,7 @@ def upload_f24_attachment_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['multipart/form-data']) if !content_type.nil? diff --git a/lib/fattureincloud_ruby_sdk/api/user_api.rb b/lib/fattureincloud_ruby_sdk/api/user_api.rb index a7181f96..dd8070f8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -45,7 +45,7 @@ def get_user_info_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -102,7 +102,7 @@ def list_user_companies_with_http_info(opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} diff --git a/lib/fattureincloud_ruby_sdk/api/webhooks_api.rb b/lib/fattureincloud_ruby_sdk/api/webhooks_api.rb index 36a57b99..c73b2b2e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -53,7 +53,7 @@ def create_webhooks_subscription_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? @@ -194,7 +194,7 @@ def get_webhooks_subscription_with_http_info(company_id, subscription_id, opts = # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -257,7 +257,7 @@ def list_webhooks_subscriptions_with_http_info(company_id, opts = {}) # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # form parameters form_params = opts[:form_params] || {} @@ -328,7 +328,7 @@ def modify_webhooks_subscription_with_http_info(company_id, subscription_id, opt # header parameters header_params = opts[:header_params] || {} # HTTP header 'Accept' (if needed) - header_params['Accept'] = @api_client.select_header_accept(['application/json']) + header_params['Accept'] = @api_client.select_header_accept(['application/json']) unless header_params['Accept'] # HTTP header 'Content-Type' content_type = @api_client.select_header_content_type(['application/json']) if !content_type.nil? diff --git a/lib/fattureincloud_ruby_sdk/api_client.rb b/lib/fattureincloud_ruby_sdk/api_client.rb index 0ad2ed95..e34894f5 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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.0/Ruby-SDK" + @user_agent = "FattureInCloud/2.1.1/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 8f4b10ab..76ef4d05 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/configuration.rb b/lib/fattureincloud_ruby_sdk/configuration.rb index 69926f68..307d0862 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -79,6 +79,14 @@ class Configuration # @return [true, false] attr_accessor :debugging + # Set this to ignore operation servers for the API client. This is useful when you need to + # send requests to a different server than the one specified in the OpenAPI document. + # Will default to the base url defined in the spec but can be overridden by setting + # `scheme`, `host`, `base_path` directly. + # Default to false. + # @return [true, false] + attr_accessor :ignore_operation_servers + # Defines the logger used for debugging. # Default to `Rails.logger` (when in Rails) or logging to STDOUT. # @@ -166,6 +174,7 @@ def initialize @timeout = 0 @params_encoding = nil @debugging = false + @ignore_operation_servers = false @inject_format = false @force_ending_format = false @logger = defined?(Rails) ? Rails.logger : Logger.new(STDOUT) @@ -200,6 +209,7 @@ def base_path=(base_path) # Returns base URL for specified operation based on server settings def base_url(operation = nil) + return "#{scheme}://#{[host, base_path].join('/').gsub(/\/+/, '/')}".sub(/\/+\z/, '') if ignore_operation_servers if operation_server_settings.key?(operation) then index = server_operation_index.fetch(operation, server_index) server_url(index.nil? ? 0 : index, server_operation_variables.fetch(operation, server_variables), operation_server_settings[operation]) diff --git a/lib/fattureincloud_ruby_sdk/models/archive_document.rb b/lib/fattureincloud_ruby_sdk/models/archive_document.rb index c8858436..f4df5685 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/attachment_data.rb b/lib/fattureincloud_ruby_sdk/models/attachment_data.rb index 51bccc90..38553cae 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb b/lib/fattureincloud_ruby_sdk/models/cashbook_entry.rb index cea74397..bee4d0c4 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 8ef3c91f..16e2fd34 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 68597cf2..0b0af6bf 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 15226065..f998267b 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/city.rb b/lib/fattureincloud_ruby_sdk/models/city.rb index 9dde9060..bf2f74d5 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/client.rb b/lib/fattureincloud_ruby_sdk/models/client.rb index 806dc2a4..176600a5 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/client_type.rb b/lib/fattureincloud_ruby_sdk/models/client_type.rb index 519e59b7..01687c9a 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company.rb b/lib/fattureincloud_ruby_sdk/models/company.rb index 5b847f1e..6d9e7211 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company_info.rb b/lib/fattureincloud_ruby_sdk/models/company_info.rb index d6f46900..039f4c34 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 2284b5ad..4e169c8d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 09e08cd7..f2522870 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 38578899..184b9823 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end 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 99370cd4..5bd7a606 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 8ef0e157..5a15afd2 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 e037275e..554c8b65 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/company_type.rb b/lib/fattureincloud_ruby_sdk/models/company_type.rb index 9c5c8eb4..6dcbafeb 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/controlled_company.rb b/lib/fattureincloud_ruby_sdk/models/controlled_company.rb index 9ec368f6..8673d567 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 655eff3c..0bb8bfe5 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 249aab70..4195d228 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 15a7a4ae..3a341284 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 b0e75c41..7c75e111 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 04b16e2a..a242bd3a 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 ceeda10c..de3ffae9 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 405412ec..a497feb2 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 9704d3db..4b908ba4 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 31fc6a6c..acf492e0 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 a762c073..9eb9efc2 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 b9ce4909..14fafdc6 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 4e9394c5..18b1d002 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 0cf743fb..3c7bf3a7 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 0561c8bf..e6627465 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 cbccb138..72ef2b4f 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 562fc6fc..837aa514 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 372a6116..e56ca627 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 23aff9e2..75026350 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 b37250cb..1b4c0531 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 a1255222..58ae1ef5 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 7a444abf..ca6ec74c 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 357bce25..9c63844f 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 444571e4..e95d5992 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 4e580404..0cb0886d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 39f29663..4cebd2b9 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 1e0dbd33..873e6b6e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/currency.rb b/lib/fattureincloud_ruby_sdk/models/currency.rb index f42d5623..38d04f62 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/detailed_country.rb b/lib/fattureincloud_ruby_sdk/models/detailed_country.rb index 28211a45..c5371e75 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/document_template.rb b/lib/fattureincloud_ruby_sdk/models/document_template.rb index 18f459b5..5e4d1f47 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 eff16056..9f248a1e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email.rb b/lib/fattureincloud_ruby_sdk/models/email.rb index e85794ad..b1137119 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -115,7 +115,7 @@ def self.openapi_types { :'id' => :'Integer', :'status' => :'EmailStatus', - :'sent_date' => :'Time', + :'sent_date' => :'String', :'errors_count' => :'Integer', :'error_log' => :'String', :'from_email' => :'String', diff --git a/lib/fattureincloud_ruby_sdk/models/email_attachment.rb b/lib/fattureincloud_ruby_sdk/models/email_attachment.rb index 3cafd9d6..1e51b941 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email_data.rb b/lib/fattureincloud_ruby_sdk/models/email_data.rb index e12642f9..9ac9b330 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 d1980300..0a8c43c1 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 70fb6317..f00b6322 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email_schedule.rb b/lib/fattureincloud_ruby_sdk/models/email_schedule.rb index 97729306..e805c651 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 53002685..0db0fd65 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/email_status.rb b/lib/fattureincloud_ruby_sdk/models/email_status.rb index 73f06323..dfc3f1f4 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/entity.rb b/lib/fattureincloud_ruby_sdk/models/entity.rb index c8e5448a..1a4c5356 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/entity_type.rb b/lib/fattureincloud_ruby_sdk/models/entity_type.rb index 7101131d..d7983752 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/event_type.rb b/lib/fattureincloud_ruby_sdk/models/event_type.rb index 81a194aa..ebdd825c 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -78,9 +78,20 @@ class EventType ENTITIES_ALL_DELETE = "it.fattureincloud.webhooks.entities.all.delete".freeze ISSUED_DOCUMENTS_E_INVOICES_STATUS_UPDATE = "it.fattureincloud.webhooks.issued_documents.e_invoices.status_update".freeze RECEIVED_DOCUMENTS_E_INVOICES_RECEIVE = "it.fattureincloud.webhooks.received_documents.e_invoices.receive".freeze + ISSUED_DOCUMENTS_INVOICES_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.invoices.email_sent".freeze + ISSUED_DOCUMENTS_QUOTES_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.quotes.email_sent".freeze + ISSUED_DOCUMENTS_PROFORMAS_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.proformas.email_sent".freeze + ISSUED_DOCUMENTS_RECEIPTS_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.receipts.email_sent".freeze + ISSUED_DOCUMENTS_DELIVERY_NOTES_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.delivery_notes.email_sent".freeze + ISSUED_DOCUMENTS_CREDIT_NOTES_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.credit_notes.email_sent".freeze + ISSUED_DOCUMENTS_ORDERS_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.orders.email_sent".freeze + ISSUED_DOCUMENTS_WORK_REPORTS_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.work_reports.email_sent".freeze + ISSUED_DOCUMENTS_SUPPLIER_ORDERS_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.supplier_orders.email_sent".freeze + ISSUED_DOCUMENTS_SELF_INVOICES_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.self_invoices.email_sent".freeze + ISSUED_DOCUMENTS_ALL_EMAIL_SENT = "it.fattureincloud.webhooks.issued_documents.all.email_sent".freeze def self.all_vars - @all_vars ||= [ISSUED_DOCUMENTS_INVOICES_CREATE, ISSUED_DOCUMENTS_INVOICES_UPDATE, ISSUED_DOCUMENTS_INVOICES_DELETE, ISSUED_DOCUMENTS_QUOTES_CREATE, ISSUED_DOCUMENTS_QUOTES_UPDATE, ISSUED_DOCUMENTS_QUOTES_DELETE, ISSUED_DOCUMENTS_PROFORMAS_CREATE, ISSUED_DOCUMENTS_PROFORMAS_UPDATE, ISSUED_DOCUMENTS_PROFORMAS_DELETE, ISSUED_DOCUMENTS_RECEIPTS_CREATE, ISSUED_DOCUMENTS_RECEIPTS_UPDATE, ISSUED_DOCUMENTS_RECEIPTS_DELETE, ISSUED_DOCUMENTS_DELIVERY_NOTES_CREATE, ISSUED_DOCUMENTS_DELIVERY_NOTES_UPDATE, ISSUED_DOCUMENTS_DELIVERY_NOTES_DELETE, ISSUED_DOCUMENTS_CREDIT_NOTES_CREATE, ISSUED_DOCUMENTS_CREDIT_NOTES_UPDATE, ISSUED_DOCUMENTS_CREDIT_NOTES_DELETE, ISSUED_DOCUMENTS_ORDERS_CREATE, ISSUED_DOCUMENTS_ORDERS_UPDATE, ISSUED_DOCUMENTS_ORDERS_DELETE, ISSUED_DOCUMENTS_WORK_REPORTS_CREATE, ISSUED_DOCUMENTS_WORK_REPORTS_UPDATE, ISSUED_DOCUMENTS_WORK_REPORTS_DELETE, ISSUED_DOCUMENTS_SUPPLIER_ORDERS_CREATE, ISSUED_DOCUMENTS_SUPPLIER_ORDERS_UPDATE, ISSUED_DOCUMENTS_SUPPLIER_ORDERS_DELETE, ISSUED_DOCUMENTS_SELF_INVOICES_CREATE, ISSUED_DOCUMENTS_SELF_INVOICES_UPDATE, ISSUED_DOCUMENTS_SELF_INVOICES_DELETE, ISSUED_DOCUMENTS_ALL_CREATE, ISSUED_DOCUMENTS_ALL_UPDATE, ISSUED_DOCUMENTS_ALL_DELETE, RECEIVED_DOCUMENTS_CREATE, RECEIVED_DOCUMENTS_UPDATE, RECEIVED_DOCUMENTS_DELETE, RECEIPTS_CREATE, RECEIPTS_UPDATE, RECEIPTS_DELETE, TAXES_CREATE, TAXES_UPDATE, TAXES_DELETE, ARCHIVE_DOCUMENTS_CREATE, ARCHIVE_DOCUMENTS_UPDATE, ARCHIVE_DOCUMENTS_DELETE, CASHBOOK_CREATE, CASHBOOK_UPDATE, CASHBOOK_DELETE, PRODUCTS_CREATE, PRODUCTS_UPDATE, PRODUCTS_DELETE, PRODUCTS_STOCK_UPDATE, ENTITIES_CLIENTS_CREATE, ENTITIES_CLIENTS_UPDATE, ENTITIES_CLIENTS_DELETE, ENTITIES_SUPPLIERS_CREATE, ENTITIES_SUPPLIERS_UPDATE, ENTITIES_SUPPLIERS_DELETE, ENTITIES_ALL_CREATE, ENTITIES_ALL_UPDATE, ENTITIES_ALL_DELETE, ISSUED_DOCUMENTS_E_INVOICES_STATUS_UPDATE, RECEIVED_DOCUMENTS_E_INVOICES_RECEIVE].freeze + @all_vars ||= [ISSUED_DOCUMENTS_INVOICES_CREATE, ISSUED_DOCUMENTS_INVOICES_UPDATE, ISSUED_DOCUMENTS_INVOICES_DELETE, ISSUED_DOCUMENTS_QUOTES_CREATE, ISSUED_DOCUMENTS_QUOTES_UPDATE, ISSUED_DOCUMENTS_QUOTES_DELETE, ISSUED_DOCUMENTS_PROFORMAS_CREATE, ISSUED_DOCUMENTS_PROFORMAS_UPDATE, ISSUED_DOCUMENTS_PROFORMAS_DELETE, ISSUED_DOCUMENTS_RECEIPTS_CREATE, ISSUED_DOCUMENTS_RECEIPTS_UPDATE, ISSUED_DOCUMENTS_RECEIPTS_DELETE, ISSUED_DOCUMENTS_DELIVERY_NOTES_CREATE, ISSUED_DOCUMENTS_DELIVERY_NOTES_UPDATE, ISSUED_DOCUMENTS_DELIVERY_NOTES_DELETE, ISSUED_DOCUMENTS_CREDIT_NOTES_CREATE, ISSUED_DOCUMENTS_CREDIT_NOTES_UPDATE, ISSUED_DOCUMENTS_CREDIT_NOTES_DELETE, ISSUED_DOCUMENTS_ORDERS_CREATE, ISSUED_DOCUMENTS_ORDERS_UPDATE, ISSUED_DOCUMENTS_ORDERS_DELETE, ISSUED_DOCUMENTS_WORK_REPORTS_CREATE, ISSUED_DOCUMENTS_WORK_REPORTS_UPDATE, ISSUED_DOCUMENTS_WORK_REPORTS_DELETE, ISSUED_DOCUMENTS_SUPPLIER_ORDERS_CREATE, ISSUED_DOCUMENTS_SUPPLIER_ORDERS_UPDATE, ISSUED_DOCUMENTS_SUPPLIER_ORDERS_DELETE, ISSUED_DOCUMENTS_SELF_INVOICES_CREATE, ISSUED_DOCUMENTS_SELF_INVOICES_UPDATE, ISSUED_DOCUMENTS_SELF_INVOICES_DELETE, ISSUED_DOCUMENTS_ALL_CREATE, ISSUED_DOCUMENTS_ALL_UPDATE, ISSUED_DOCUMENTS_ALL_DELETE, RECEIVED_DOCUMENTS_CREATE, RECEIVED_DOCUMENTS_UPDATE, RECEIVED_DOCUMENTS_DELETE, RECEIPTS_CREATE, RECEIPTS_UPDATE, RECEIPTS_DELETE, TAXES_CREATE, TAXES_UPDATE, TAXES_DELETE, ARCHIVE_DOCUMENTS_CREATE, ARCHIVE_DOCUMENTS_UPDATE, ARCHIVE_DOCUMENTS_DELETE, CASHBOOK_CREATE, CASHBOOK_UPDATE, CASHBOOK_DELETE, PRODUCTS_CREATE, PRODUCTS_UPDATE, PRODUCTS_DELETE, PRODUCTS_STOCK_UPDATE, ENTITIES_CLIENTS_CREATE, ENTITIES_CLIENTS_UPDATE, ENTITIES_CLIENTS_DELETE, ENTITIES_SUPPLIERS_CREATE, ENTITIES_SUPPLIERS_UPDATE, ENTITIES_SUPPLIERS_DELETE, ENTITIES_ALL_CREATE, ENTITIES_ALL_UPDATE, ENTITIES_ALL_DELETE, ISSUED_DOCUMENTS_E_INVOICES_STATUS_UPDATE, RECEIVED_DOCUMENTS_E_INVOICES_RECEIVE, ISSUED_DOCUMENTS_INVOICES_EMAIL_SENT, ISSUED_DOCUMENTS_QUOTES_EMAIL_SENT, ISSUED_DOCUMENTS_PROFORMAS_EMAIL_SENT, ISSUED_DOCUMENTS_RECEIPTS_EMAIL_SENT, ISSUED_DOCUMENTS_DELIVERY_NOTES_EMAIL_SENT, ISSUED_DOCUMENTS_CREDIT_NOTES_EMAIL_SENT, ISSUED_DOCUMENTS_ORDERS_EMAIL_SENT, ISSUED_DOCUMENTS_WORK_REPORTS_EMAIL_SENT, ISSUED_DOCUMENTS_SUPPLIER_ORDERS_EMAIL_SENT, ISSUED_DOCUMENTS_SELF_INVOICES_EMAIL_SENT, ISSUED_DOCUMENTS_ALL_EMAIL_SENT].freeze end # Builds the enum from string diff --git a/lib/fattureincloud_ruby_sdk/models/f24.rb b/lib/fattureincloud_ruby_sdk/models/f24.rb index f2bc4dae..a78c94c2 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/f24_status.rb b/lib/fattureincloud_ruby_sdk/models/f24_status.rb index fdb75c5b..c4541ce8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 afee7c80..e2ea2fcf 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/function_status.rb b/lib/fattureincloud_ruby_sdk/models/function_status.rb index 9528e6de..aebe2ff1 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 f2549791..c25e2d23 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 fe152c97..7cd029ec 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 e009a076..cc2226da 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 ab58ee52..f2568472 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 60de9471..e9cbba52 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 5a5f988d..95859472 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 bf950d90..82a2c56c 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 c49cadfe..8c62dad3 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 6abde1c4..f4305273 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 24aaf725..8a79a304 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 70954e9c..2d493f36 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 5ea6ea88..6a419f31 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 d8c7b8dd..5ec45b29 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 3e76a0b5..9a74716b 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 323c5790..1b5f5bd7 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 5523923b..939e11f0 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 4238ab3f..5279fcdb 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 4f2a3f25..a5f0482b 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 07a09c08..ccf102ba 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 ae144225..9fc9b9d3 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 670cad27..699946d9 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 f954c4c1..c4b85daa 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 877f327d..2c14aefb 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 33625910..a1493f4c 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 18c35cf6..b7b712b1 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 cc0105e7..459b7c3e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 87b43ad3..68083dbc 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 new file mode 100644 index 00000000..a0078358 --- /dev/null +++ b/lib/fattureincloud_ruby_sdk/models/get_tax_profile_response.rb @@ -0,0 +1,214 @@ +=begin +#Fatture in Cloud API v2 - API Reference + +#Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + +The version of the OpenAPI document: 2.1.2 +Contact: info@fattureincloud.it +Generated by: https://openapi-generator.tech +Generator version: 7.9.0 + +=end + +require 'date' +require 'time' + +module FattureInCloud_Ruby_Sdk + class GetTaxProfileResponse + attr_accessor :data + + # Attribute mapping from ruby-style variable name to JSON key. + def self.attribute_map + { + :'data' => :'data' + } + end + + # Returns all the JSON keys this model knows about + def self.acceptable_attributes + attribute_map.values + end + + # Attribute type mapping. + def self.openapi_types + { + :'data' => :'TaxProfile' + } + end + + # List of attributes with nullable: true + def self.openapi_nullable + Set.new([ + ]) + end + + # Initializes the object + # @param [Hash] attributes Model attributes in the form of hash + def initialize(attributes = {}) + if (!attributes.is_a?(Hash)) + fail ArgumentError, "The input argument (attributes) must be a hash in `FattureInCloud_Ruby_Sdk::GetTaxProfileResponse` initialize method" + end + + # check to see if the attribute exists and convert string to symbol for hash key + attributes = attributes.each_with_object({}) { |(k, v), h| + if (!self.class.attribute_map.key?(k.to_sym)) + fail ArgumentError, "`#{k}` is not a valid attribute in `FattureInCloud_Ruby_Sdk::GetTaxProfileResponse`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect + end + h[k.to_sym] = v + } + + if attributes.key?(:'data') + self.data = attributes[:'data'] + end + end + + # Show invalid properties with the reasons. Usually used together with valid? + # @return Array for valid properties with the reasons + def list_invalid_properties + warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' + invalid_properties = Array.new + invalid_properties + end + + # Check to see if the all the properties in the model are valid + # @return true if the model is valid + def valid? + warn '[DEPRECATED] the `valid?` method is obsolete' + true + end + + # Checks equality by comparing each attribute. + # @param [Object] Object to be compared + def ==(o) + return true if self.equal?(o) + self.class == o.class && + data == o.data + end + + # @see the `==` method + # @param [Object] Object to be compared + def eql?(o) + self == o + end + + # Calculates hash code according to all attributes. + # @return [Integer] Hash code + def hash + [data].hash + end + + # Builds the object from hash + # @param [Hash] attributes Model attributes in the form of hash + # @return [Object] Returns the model itself + def self.build_from_hash(attributes) + return nil unless attributes.is_a?(Hash) + attributes = attributes.transform_keys(&:to_sym) + transformed_hash = {} + openapi_types.each_pair do |key, type| + if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil? + transformed_hash["#{key}"] = nil + elsif type =~ /\AArray<(.*)>/i + # check to ensure the input is an array given that the attribute + # is documented as an array but the input is not + if attributes[attribute_map[key]].is_a?(Array) + transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) } + end + elsif !attributes[attribute_map[key]].nil? + transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]]) + end + end + new(transformed_hash) + end + + # Deserializes the data based on type + # @param string type Data type + # @param string value Value to be deserialized + # @return [Object] Deserialized data + def self._deserialize(type, value) + case type.to_sym + when :Time + Time.parse(value) + when :Date + Date.parse(value) + when :String + value.to_s + when :Integer + value.to_i + when :Float + value.to_f + when :Boolean + if value.to_s =~ /\A(true|t|yes|y|1)\z/i + true + else + false + end + when :Object + # generic object (usually a Hash), return directly + value + when /\AArray<(?.+)>\z/ + inner_type = Regexp.last_match[:inner_type] + value.map { |v| _deserialize(inner_type, v) } + when /\AHash<(?.+?), (?.+)>\z/ + k_type = Regexp.last_match[:k_type] + v_type = Regexp.last_match[:v_type] + {}.tap do |hash| + value.each do |k, v| + hash[_deserialize(k_type, k)] = _deserialize(v_type, v) + end + end + when :Hash + value + else # model + # models (e.g. Pet) or oneOf + klass = FattureInCloud_Ruby_Sdk.const_get(type) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + end + end + + # Returns the string representation of the object + # @return [String] String presentation of the object + def to_s + to_hash.to_s + end + + # to_body is an alias to to_hash (backward compatibility) + # @return [Hash] Returns the object in the form of hash + def to_body + to_hash + end + + # Returns the object in the form of hash + # @return [Hash] Returns the object in the form of hash + def to_hash + hash = {} + self.class.attribute_map.each_pair do |attr, param| + value = self.send(attr) + if value.nil? + is_nullable = self.class.openapi_nullable.include?(attr) + next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}")) + end + + hash[param] = _to_hash(value) + end + hash + end + + # Outputs non-array value in the form of hash + # For object, use to_hash. Otherwise, just return the value + # @param [Object] value Any valid value + # @return [Hash] Returns the value in the form of hash + def _to_hash(value) + if value.is_a?(Array) + value.compact.map { |v| _to_hash(v) } + elsif value.is_a?(Hash) + {}.tap do |hash| + value.each { |k, v| hash[k] = _to_hash(v) } + end + elsif value.respond_to? :to_hash + value.to_hash + else + value + end + end + end +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 e6fbb8bb..468d9077 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 48c489fb..d89ec0a0 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 6229eab4..0fb2d7e7 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 07844c5e..08fa3df3 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 c3257951..08620b65 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/issued_document.rb b/lib/fattureincloud_ruby_sdk/models/issued_document.rb index 513354f5..294759d8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -38,7 +38,7 @@ class IssuedDocument attr_accessor :language - # Issued document subject + # Issued document subject [not shown on the PDF] attr_accessor :subject # Issued document visible subject 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 2df5137d..f80a4662 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 daa85f56..b8572095 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 7635f836..cdc8895d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 ccef00c9..f03179a0 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 c7790b51..70b8e8d8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 cc334111..3b305626 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 a4243def..1b7b7800 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 671c871b..87075f9b 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 18ba3f18..c7e7d7da 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 f8cc80da..73691185 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 e53f0c4c..7f7387aa 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 a634d52a..bce90106 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 e9ece5da..1c3306b4 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 394bd469..79a2d6cb 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/language.rb b/lib/fattureincloud_ruby_sdk/models/language.rb index b73d6680..f76d5779 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 ba68971c..f67971ee 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 c9c4dc99..d37d8e11 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 dc2af853..e2ea1a03 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 d7b1071e..e103bd1f 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 7dd11c2b..e02580bc 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 ffa5218f..62952c72 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 532e839e..8945586f 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 eb76ecfa..2753e1ba 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 ae15d8a6..4d860dc2 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 438607fc..3344d6ca 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 97dc5eab..49140f8b 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 eb30c355..6468227b 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 d33eb274..7afee3ca 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 861a1021..ed8f7495 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 339a547a..049c9243 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 634863df..a125d789 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 26dcb14c..8fe03dd7 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 82aaf6b9..a9881b2a 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 9b09d5ae..5d03e227 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 de36617c..1b341f53 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 45a0446e..a4bfac9f 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 eabc8c5b..102ec998 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 417518d5..d88c888d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 912981bf..be8db14e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 31150a54..64f93ab4 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 62d71151..bd6cfa67 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 16d35c1a..f03a622c 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 eb68e1d3..68832212 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 62fe2128..1212be9d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 12b25011..804590fd 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 b69fd24f..22d7c8f5 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 bbaf3222..23eb2838 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 a1ccb25c..4862dee9 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 2b3d5faa..db1f04f3 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 6aa13500..ce5a4921 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 d0a671b5..89ce7a19 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 313ddcfe..68da18e8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 47898146..309a6076 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 7e754b6b..6d05dd96 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 9ea948f3..390dab7e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 430002a4..a0c9b3d8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 67f2c337..0fd5cdae 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 bf350d86..415872d0 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 b67265ed..3c05c2fd 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 aec832ed..8b0c51ec 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 962be33f..8622629b 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 df96b996..b227d20e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 fb96413c..81fb91d3 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 f07101d8..5867b676 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 608f53ee..9a6c6cdc 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 ba01413d..355418a9 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 cc783723..c595cc77 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 e0531e1e..13b368f6 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 a3d9658e..0165664c 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 0a5abced..d8501ea8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 421a95e3..1a630cd2 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 e99a88d9..d4b4dee6 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 562f32b9..72c03fc8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 edd66564..a8429f2e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 a6f2b536..0a39d2e0 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 0ecea622..5ed22650 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 df06c717..1f1cd561 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 058b32f3..94cceeb4 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 72ead130..a1f80455 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 79e9c883..63fdf37d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 8b862e1d..baecce9c 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/monthly_total.rb b/lib/fattureincloud_ruby_sdk/models/monthly_total.rb index bcf02eed..5dda0f75 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 c3f17f73..da6e9a67 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/pagination.rb b/lib/fattureincloud_ruby_sdk/models/pagination.rb index c2660dab..fcb3409e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/payment_account.rb b/lib/fattureincloud_ruby_sdk/models/payment_account.rb index 85a1aee4..b698f79a 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 2ebd550e..56665901 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/payment_method.rb b/lib/fattureincloud_ruby_sdk/models/payment_method.rb index cbde33fb..e3e7fcf8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 c5d89665..ac700b5f 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 7b80d1b2..879d7a97 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 c9d45939..e238eaba 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/permission_level.rb b/lib/fattureincloud_ruby_sdk/models/permission_level.rb index 577e4f64..7ef4ade4 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/permissions.rb b/lib/fattureincloud_ruby_sdk/models/permissions.rb index 5ae17d9b..567594a0 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 6c508b10..47985158 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/product.rb b/lib/fattureincloud_ruby_sdk/models/product.rb index 9a55cb0d..1d6011f5 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/receipt.rb b/lib/fattureincloud_ruby_sdk/models/receipt.rb index 794e815b..2722fe2d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 d7df3324..434f887e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 5afa9b21..7f237a1e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/receipt_type.rb b/lib/fattureincloud_ruby_sdk/models/receipt_type.rb index d58060e7..76449ee8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/received_document.rb b/lib/fattureincloud_ruby_sdk/models/received_document.rb index d73768cc..f1d96e20 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 15da4d50..ce4e6017 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 79b10723..48dd22b9 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 76bc7369..c8a559a2 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 fe9f3157..16e51c16 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 46b41336..0f5c37bd 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 16487933..3e4a2d5f 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 8a0f22fd..68414a54 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 1259c09f..00aa0d0a 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 7dcda148..760d1540 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 17c67a64..a9dd5d30 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 2a7b70b5..fbdf6af6 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 358e0129..59b4b962 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 2c92a974..856e8ca5 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 05980e73..703dc327 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/sender_email.rb b/lib/fattureincloud_ruby_sdk/models/sender_email.rb index f04e09f0..dea5c7e2 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 0a76d180..ce521d5c 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/supplier.rb b/lib/fattureincloud_ruby_sdk/models/supplier.rb index 7fcb085c..5ae804c7 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/supplier_type.rb b/lib/fattureincloud_ruby_sdk/models/supplier_type.rb index fbd7a233..6d57f4c1 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/tax_profile.rb b/lib/fattureincloud_ruby_sdk/models/tax_profile.rb new file mode 100644 index 00000000..307e3e5a --- /dev/null +++ b/lib/fattureincloud_ruby_sdk/models/tax_profile.rb @@ -0,0 +1,435 @@ +=begin +#Fatture in Cloud API v2 - API Reference + +#Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + +The version of the OpenAPI document: 2.1.2 +Contact: info@fattureincloud.it +Generated by: https://openapi-generator.tech +Generator version: 7.9.0 + +=end + +require 'date' +require 'time' + +module FattureInCloud_Ruby_Sdk + class TaxProfile + # The company type + attr_accessor :company_type + + # The company subtype + attr_accessor :company_subtype + + # The profession + attr_accessor :profession + + # The applied regime + attr_accessor :regime + + # The name of the rivalsa + attr_accessor :rivalsa_name + + # The default rivalsa amount + attr_accessor :default_rivalsa + + # The name of the cassa + attr_accessor :cassa_name + + # The default cassa amount + attr_accessor :default_cassa + + # The default taxable amount for the cassa + attr_accessor :default_cassa_taxable + + # The name of the second cassa + attr_accessor :cassa2_name + + # The default second cassa amount + attr_accessor :default_cassa2 + + # The default taxable amount for the second cassa + attr_accessor :default_cassa2_taxable + + # The default withholding tax + attr_accessor :default_withholding_tax + + # The default taxable amount for the withholding tax + attr_accessor :default_withholding_tax_taxable + + # The default other withholding tax + attr_accessor :default_other_withholding_tax + + # If it has enasarco + attr_accessor :enasarco + + # The enasarco type + attr_accessor :enasarco_type + + # The contributions percentage + attr_accessor :contributions_percentage + + # The profit coefficient + attr_accessor :profit_coefficient + + # If the health card system is active + attr_accessor :med + + attr_accessor :default_vat + + # Attribute mapping from ruby-style variable name to JSON key. + def self.attribute_map + { + :'company_type' => :'company_type', + :'company_subtype' => :'company_subtype', + :'profession' => :'profession', + :'regime' => :'regime', + :'rivalsa_name' => :'rivalsa_name', + :'default_rivalsa' => :'default_rivalsa', + :'cassa_name' => :'cassa_name', + :'default_cassa' => :'default_cassa', + :'default_cassa_taxable' => :'default_cassa_taxable', + :'cassa2_name' => :'cassa2_name', + :'default_cassa2' => :'default_cassa2', + :'default_cassa2_taxable' => :'default_cassa2_taxable', + :'default_withholding_tax' => :'default_withholding_tax', + :'default_withholding_tax_taxable' => :'default_withholding_tax_taxable', + :'default_other_withholding_tax' => :'default_other_withholding_tax', + :'enasarco' => :'enasarco', + :'enasarco_type' => :'enasarco_type', + :'contributions_percentage' => :'contributions_percentage', + :'profit_coefficient' => :'profit_coefficient', + :'med' => :'med', + :'default_vat' => :'default_vat' + } + end + + # Returns all the JSON keys this model knows about + def self.acceptable_attributes + attribute_map.values + end + + # Attribute type mapping. + def self.openapi_types + { + :'company_type' => :'String', + :'company_subtype' => :'String', + :'profession' => :'String', + :'regime' => :'String', + :'rivalsa_name' => :'String', + :'default_rivalsa' => :'Float', + :'cassa_name' => :'String', + :'default_cassa' => :'Float', + :'default_cassa_taxable' => :'Float', + :'cassa2_name' => :'String', + :'default_cassa2' => :'Float', + :'default_cassa2_taxable' => :'Float', + :'default_withholding_tax' => :'Float', + :'default_withholding_tax_taxable' => :'Float', + :'default_other_withholding_tax' => :'Float', + :'enasarco' => :'Boolean', + :'enasarco_type' => :'String', + :'contributions_percentage' => :'Float', + :'profit_coefficient' => :'Float', + :'med' => :'Boolean', + :'default_vat' => :'VatType' + } + end + + # List of attributes with nullable: true + def self.openapi_nullable + Set.new([ + :'company_type', + :'company_subtype', + :'profession', + :'regime', + :'rivalsa_name', + :'default_rivalsa', + :'cassa_name', + :'default_cassa', + :'default_cassa_taxable', + :'cassa2_name', + :'default_cassa2', + :'default_cassa2_taxable', + :'default_withholding_tax', + :'default_withholding_tax_taxable', + :'default_other_withholding_tax', + :'enasarco', + :'enasarco_type', + :'contributions_percentage', + :'profit_coefficient', + :'med', + :'default_vat' + ]) + end + + # Initializes the object + # @param [Hash] attributes Model attributes in the form of hash + def initialize(attributes = {}) + if (!attributes.is_a?(Hash)) + fail ArgumentError, "The input argument (attributes) must be a hash in `FattureInCloud_Ruby_Sdk::TaxProfile` initialize method" + end + + # check to see if the attribute exists and convert string to symbol for hash key + attributes = attributes.each_with_object({}) { |(k, v), h| + if (!self.class.attribute_map.key?(k.to_sym)) + fail ArgumentError, "`#{k}` is not a valid attribute in `FattureInCloud_Ruby_Sdk::TaxProfile`. Please check the name to make sure it's valid. List of attributes: " + self.class.attribute_map.keys.inspect + end + h[k.to_sym] = v + } + + if attributes.key?(:'company_type') + self.company_type = attributes[:'company_type'] + end + + if attributes.key?(:'company_subtype') + self.company_subtype = attributes[:'company_subtype'] + end + + if attributes.key?(:'profession') + self.profession = attributes[:'profession'] + end + + if attributes.key?(:'regime') + self.regime = attributes[:'regime'] + end + + if attributes.key?(:'rivalsa_name') + self.rivalsa_name = attributes[:'rivalsa_name'] + end + + if attributes.key?(:'default_rivalsa') + self.default_rivalsa = attributes[:'default_rivalsa'] + end + + if attributes.key?(:'cassa_name') + self.cassa_name = attributes[:'cassa_name'] + end + + if attributes.key?(:'default_cassa') + self.default_cassa = attributes[:'default_cassa'] + end + + if attributes.key?(:'default_cassa_taxable') + self.default_cassa_taxable = attributes[:'default_cassa_taxable'] + end + + if attributes.key?(:'cassa2_name') + self.cassa2_name = attributes[:'cassa2_name'] + end + + if attributes.key?(:'default_cassa2') + self.default_cassa2 = attributes[:'default_cassa2'] + end + + if attributes.key?(:'default_cassa2_taxable') + self.default_cassa2_taxable = attributes[:'default_cassa2_taxable'] + end + + if attributes.key?(:'default_withholding_tax') + self.default_withholding_tax = attributes[:'default_withholding_tax'] + end + + if attributes.key?(:'default_withholding_tax_taxable') + self.default_withholding_tax_taxable = attributes[:'default_withholding_tax_taxable'] + end + + if attributes.key?(:'default_other_withholding_tax') + self.default_other_withholding_tax = attributes[:'default_other_withholding_tax'] + end + + if attributes.key?(:'enasarco') + self.enasarco = attributes[:'enasarco'] + end + + if attributes.key?(:'enasarco_type') + self.enasarco_type = attributes[:'enasarco_type'] + end + + if attributes.key?(:'contributions_percentage') + self.contributions_percentage = attributes[:'contributions_percentage'] + end + + if attributes.key?(:'profit_coefficient') + self.profit_coefficient = attributes[:'profit_coefficient'] + end + + if attributes.key?(:'med') + self.med = attributes[:'med'] + end + + if attributes.key?(:'default_vat') + self.default_vat = attributes[:'default_vat'] + end + end + + # Show invalid properties with the reasons. Usually used together with valid? + # @return Array for valid properties with the reasons + def list_invalid_properties + warn '[DEPRECATED] the `list_invalid_properties` method is obsolete' + invalid_properties = Array.new + invalid_properties + end + + # Check to see if the all the properties in the model are valid + # @return true if the model is valid + def valid? + warn '[DEPRECATED] the `valid?` method is obsolete' + true + end + + # Checks equality by comparing each attribute. + # @param [Object] Object to be compared + def ==(o) + return true if self.equal?(o) + self.class == o.class && + company_type == o.company_type && + company_subtype == o.company_subtype && + profession == o.profession && + regime == o.regime && + rivalsa_name == o.rivalsa_name && + default_rivalsa == o.default_rivalsa && + cassa_name == o.cassa_name && + default_cassa == o.default_cassa && + default_cassa_taxable == o.default_cassa_taxable && + cassa2_name == o.cassa2_name && + default_cassa2 == o.default_cassa2 && + default_cassa2_taxable == o.default_cassa2_taxable && + default_withholding_tax == o.default_withholding_tax && + default_withholding_tax_taxable == o.default_withholding_tax_taxable && + default_other_withholding_tax == o.default_other_withholding_tax && + enasarco == o.enasarco && + enasarco_type == o.enasarco_type && + contributions_percentage == o.contributions_percentage && + profit_coefficient == o.profit_coefficient && + med == o.med && + default_vat == o.default_vat + end + + # @see the `==` method + # @param [Object] Object to be compared + def eql?(o) + self == o + end + + # Calculates hash code according to all attributes. + # @return [Integer] Hash code + def hash + [company_type, company_subtype, profession, regime, rivalsa_name, default_rivalsa, cassa_name, default_cassa, default_cassa_taxable, cassa2_name, default_cassa2, default_cassa2_taxable, default_withholding_tax, default_withholding_tax_taxable, default_other_withholding_tax, enasarco, enasarco_type, contributions_percentage, profit_coefficient, med, default_vat].hash + end + + # Builds the object from hash + # @param [Hash] attributes Model attributes in the form of hash + # @return [Object] Returns the model itself + def self.build_from_hash(attributes) + return nil unless attributes.is_a?(Hash) + attributes = attributes.transform_keys(&:to_sym) + transformed_hash = {} + openapi_types.each_pair do |key, type| + if attributes.key?(attribute_map[key]) && attributes[attribute_map[key]].nil? + transformed_hash["#{key}"] = nil + elsif type =~ /\AArray<(.*)>/i + # check to ensure the input is an array given that the attribute + # is documented as an array but the input is not + if attributes[attribute_map[key]].is_a?(Array) + transformed_hash["#{key}"] = attributes[attribute_map[key]].map { |v| _deserialize($1, v) } + end + elsif !attributes[attribute_map[key]].nil? + transformed_hash["#{key}"] = _deserialize(type, attributes[attribute_map[key]]) + end + end + new(transformed_hash) + end + + # Deserializes the data based on type + # @param string type Data type + # @param string value Value to be deserialized + # @return [Object] Deserialized data + def self._deserialize(type, value) + case type.to_sym + when :Time + Time.parse(value) + when :Date + Date.parse(value) + when :String + value.to_s + when :Integer + value.to_i + when :Float + value.to_f + when :Boolean + if value.to_s =~ /\A(true|t|yes|y|1)\z/i + true + else + false + end + when :Object + # generic object (usually a Hash), return directly + value + when /\AArray<(?.+)>\z/ + inner_type = Regexp.last_match[:inner_type] + value.map { |v| _deserialize(inner_type, v) } + when /\AHash<(?.+?), (?.+)>\z/ + k_type = Regexp.last_match[:k_type] + v_type = Regexp.last_match[:v_type] + {}.tap do |hash| + value.each do |k, v| + hash[_deserialize(k_type, k)] = _deserialize(v_type, v) + end + end + when :Hash + value + else # model + # models (e.g. Pet) or oneOf + klass = FattureInCloud_Ruby_Sdk.const_get(type) + klass.respond_to?(:openapi_any_of) || klass.respond_to?(:openapi_one_of) ? klass.build(value) : klass.build_from_hash(value) + end + end + + # Returns the string representation of the object + # @return [String] String presentation of the object + def to_s + to_hash.to_s + end + + # to_body is an alias to to_hash (backward compatibility) + # @return [Hash] Returns the object in the form of hash + def to_body + to_hash + end + + # Returns the object in the form of hash + # @return [Hash] Returns the object in the form of hash + def to_hash + hash = {} + self.class.attribute_map.each_pair do |attr, param| + value = self.send(attr) + if value.nil? + is_nullable = self.class.openapi_nullable.include?(attr) + next if !is_nullable || (is_nullable && !instance_variable_defined?(:"@#{attr}")) + end + + hash[param] = _to_hash(value) + end + hash + end + + # Outputs non-array value in the form of hash + # For object, use to_hash. Otherwise, just return the value + # @param [Object] value Any valid value + # @return [Hash] Returns the value in the form of hash + def _to_hash(value) + if value.is_a?(Array) + value.compact.map { |v| _to_hash(v) } + elsif value.is_a?(Hash) + {}.tap do |hash| + value.each { |k, v| hash[k] = _to_hash(v) } + end + elsif value.respond_to? :to_hash + value.to_hash + else + value + end + end + end +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 73d281ce..701d8cdc 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 0ae2f577..0df4abb2 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 088273da..54eba90e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 b1a5cdee..5e7d79a8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 484d10ff..a1172dd7 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/user.rb b/lib/fattureincloud_ruby_sdk/models/user.rb index 3e4721d1..4a828e85 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 8845d470..36c158f8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/vat_item.rb b/lib/fattureincloud_ruby_sdk/models/vat_item.rb index fc2fec77..936da83d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/vat_kind.rb b/lib/fattureincloud_ruby_sdk/models/vat_kind.rb index fa8ed23b..96ec6fac 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -15,13 +15,12 @@ module FattureInCloud_Ruby_Sdk class VatKind - NULL = "null".freeze I = "I".freeze D = "D".freeze S = "S".freeze def self.all_vars - @all_vars ||= [NULL, I, D, S].freeze + @all_vars ||= [I, D, S].freeze end # Builds the enum from string diff --git a/lib/fattureincloud_ruby_sdk/models/vat_type.rb b/lib/fattureincloud_ruby_sdk/models/vat_type.rb index 9dca1386..e3aef61e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end @@ -42,6 +42,9 @@ class VatType # Is the vat type disabled attr_accessor :is_disabled + # If the vat type is default + attr_accessor :default + # Attribute mapping from ruby-style variable name to JSON key. def self.attribute_map { @@ -53,7 +56,8 @@ def self.attribute_map :'ei_type' => :'ei_type', :'ei_description' => :'ei_description', :'editable' => :'editable', - :'is_disabled' => :'is_disabled' + :'is_disabled' => :'is_disabled', + :'default' => :'default' } end @@ -73,7 +77,8 @@ def self.openapi_types :'ei_type' => :'String', :'ei_description' => :'String', :'editable' => :'Boolean', - :'is_disabled' => :'Boolean' + :'is_disabled' => :'Boolean', + :'default' => :'Boolean' } end @@ -88,7 +93,8 @@ def self.openapi_nullable :'ei_type', :'ei_description', :'editable', - :'is_disabled' + :'is_disabled', + :'default' ]) end @@ -142,6 +148,10 @@ def initialize(attributes = {}) if attributes.key?(:'is_disabled') self.is_disabled = attributes[:'is_disabled'] end + + if attributes.key?(:'default') + self.default = attributes[:'default'] + end end # Show invalid properties with the reasons. Usually used together with valid? @@ -172,7 +182,8 @@ def ==(o) ei_type == o.ei_type && ei_description == o.ei_description && editable == o.editable && - is_disabled == o.is_disabled + is_disabled == o.is_disabled && + default == o.default end # @see the `==` method @@ -184,7 +195,7 @@ def eql?(o) # Calculates hash code according to all attributes. # @return [Integer] Hash code def hash - [id, value, description, notes, e_invoice, ei_type, ei_description, editable, is_disabled].hash + [id, value, description, notes, e_invoice, ei_type, ei_description, editable, is_disabled, default].hash end # Builds the object from hash 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 af7e03d2..222280fb 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 a96e978a..4990d966 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 2c3ffe87..321796ae 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 5226eac8..d8916ce7 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 b86434eb..522e6a6e 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 e564305b..f3ec22bb 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/models/webhooks_subscription.rb b/lib/fattureincloud_ruby_sdk/models/webhooks_subscription.rb index 4da3d426..a7125467 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 f7fb694e..0496d37d 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.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 8059889d..77d52de8 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end diff --git a/lib/fattureincloud_ruby_sdk/oauth2/oauth2.rb b/lib/fattureincloud_ruby_sdk/oauth2/oauth2.rb index 3bf817f5..548e15b0 100644 --- a/lib/fattureincloud_ruby_sdk/oauth2/oauth2.rb +++ b/lib/fattureincloud_ruby_sdk/oauth2/oauth2.rb @@ -34,7 +34,7 @@ def self.get_scope_string(scopes) end end - # The OAuth2AuthorizationCodeManager class is used to manage the OAuth2 authorization code flow. + # The OAuth2AuthorizationCodeManager class is used to manage the OAuth2 authorization code flow. class OAuth2AuthorizationCodeManager < OAuth2Manager attr_accessor :client_id, :client_secret, :redirect_uri, :base_uri diff --git a/lib/fattureincloud_ruby_sdk/version.rb b/lib/fattureincloud_ruby_sdk/version.rb index d12d46ac..41c89279 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end module FattureInCloud_Ruby_Sdk - VERSION = '2.1.0' + VERSION = '2.1.1' end diff --git a/sdk-version.yaml b/sdk-version.yaml index c4668f54..d02565a7 100644 --- a/sdk-version.yaml +++ b/sdk-version.yaml @@ -1,2 +1,2 @@ info: - version: 2.1.0 + version: 2.1.1 diff --git a/spec/models/get_tax_profile_response_spec.rb b/spec/models/get_tax_profile_response_spec.rb new file mode 100644 index 00000000..2c8d266f --- /dev/null +++ b/spec/models/get_tax_profile_response_spec.rb @@ -0,0 +1,36 @@ +=begin +#Fatture in Cloud API v2 - API Reference + +#Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + +The version of the OpenAPI document: 2.1.2 +Contact: info@fattureincloud.it +Generated by: https://openapi-generator.tech +Generator version: 7.9.0 + +=end + +require 'spec_helper' +require 'json' +require 'date' + +# Unit tests for FattureInCloud_Ruby_Sdk::GetTaxProfileResponse +# Automatically generated by openapi-generator (https://openapi-generator.tech) +# Please update as you see appropriate +describe FattureInCloud_Ruby_Sdk::GetTaxProfileResponse do + let(:instance) { FattureInCloud_Ruby_Sdk::GetTaxProfileResponse.new } + + describe 'test an instance of GetTaxProfileResponse' do + it 'should create an instance of GetTaxProfileResponse' do + # uncomment below to test the instance creation + # expect(instance).to be_instance_of(FattureInCloud_Ruby_Sdk::GetTaxProfileResponse) + end + end + + describe 'test attribute "data"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + +end diff --git a/spec/models/tax_profile_spec.rb b/spec/models/tax_profile_spec.rb new file mode 100644 index 00000000..2a4372f9 --- /dev/null +++ b/spec/models/tax_profile_spec.rb @@ -0,0 +1,156 @@ +=begin +#Fatture in Cloud API v2 - API Reference + +#Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + +The version of the OpenAPI document: 2.1.2 +Contact: info@fattureincloud.it +Generated by: https://openapi-generator.tech +Generator version: 7.9.0 + +=end + +require 'spec_helper' +require 'json' +require 'date' + +# Unit tests for FattureInCloud_Ruby_Sdk::TaxProfile +# Automatically generated by openapi-generator (https://openapi-generator.tech) +# Please update as you see appropriate +describe FattureInCloud_Ruby_Sdk::TaxProfile do + let(:instance) { FattureInCloud_Ruby_Sdk::TaxProfile.new } + + describe 'test an instance of TaxProfile' do + it 'should create an instance of TaxProfile' do + # uncomment below to test the instance creation + # expect(instance).to be_instance_of(FattureInCloud_Ruby_Sdk::TaxProfile) + end + end + + describe 'test attribute "company_type"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "company_subtype"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "profession"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "regime"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "rivalsa_name"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "default_rivalsa"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "cassa_name"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "default_cassa"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "default_cassa_taxable"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "cassa2_name"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "default_cassa2"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "default_cassa2_taxable"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "default_withholding_tax"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "default_withholding_tax_taxable"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "default_other_withholding_tax"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "enasarco"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "enasarco_type"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "contributions_percentage"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "profit_coefficient"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "med"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + + describe 'test attribute "default_vat"' do + it 'should work' do + # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/ + end + end + +end diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 0c7bc38f..d084cd81 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.0 +The version of the OpenAPI document: 2.1.2 Contact: info@fattureincloud.it Generated by: https://openapi-generator.tech -Generator version: 7.6.0 +Generator version: 7.9.0 =end