From 180d981860853c9d551e358aa3c31d03604575a9 Mon Sep 17 00:00:00 2001 From: fattureincloud-bot <91328460+fattureincloud-bot@users.noreply.github.com> Date: Thu, 31 Oct 2024 09:18:22 +0000 Subject: [PATCH] chore: bumping version to 2.1.1 --- .openapi-generator/FILES | 6 + .openapi-generator/VERSION | 2 +- README.md | 9 +- docs/Email.md | 2 +- docs/EventType.md | 22 ++ docs/GetTaxProfileResponse.md | 9 + docs/IssuedDocument.md | 2 +- docs/IssuedDocumentsApi.md | 6 +- docs/ReceivedDocumentType.md | 2 + docs/SettingsApi.md | 49 +++ docs/TaxProfile.md | 29 ++ docs/VatKind.md | 2 - docs/VatType.md | 1 + package.json | 2 +- sdk-version.yaml | 2 +- src/ApiClient.js | 6 +- src/api/ArchiveApi.js | 4 +- src/api/CashbookApi.js | 4 +- src/api/ClientsApi.js | 4 +- src/api/CompaniesApi.js | 4 +- src/api/EmailsApi.js | 4 +- src/api/InfoApi.js | 4 +- src/api/IssuedDocumentsApi.js | 13 +- src/api/IssuedEInvoicesApi.js | 4 +- src/api/ProductsApi.js | 4 +- src/api/ReceiptsApi.js | 4 +- src/api/ReceivedDocumentsApi.js | 4 +- src/api/SettingsApi.js | 52 +++- src/api/SuppliersApi.js | 4 +- src/api/TaxesApi.js | 4 +- src/api/UserApi.js | 4 +- src/api/WebhooksApi.js | 4 +- src/index.js | 204 +++++++------ src/model/ArchiveDocument.js | 4 +- src/model/AttachmentData.js | 4 +- src/model/CashbookEntry.js | 4 +- src/model/CashbookEntryDocument.js | 4 +- src/model/CashbookEntryKind.js | 2 +- src/model/CashbookEntryType.js | 2 +- src/model/City.js | 4 +- src/model/Client.js | 4 +- src/model/ClientType.js | 2 +- src/model/Company.js | 4 +- src/model/CompanyInfo.js | 4 +- src/model/CompanyInfoAccessInfo.js | 4 +- src/model/CompanyInfoPlanInfo.js | 4 +- src/model/CompanyInfoPlanInfoFunctions.js | 4 +- .../CompanyInfoPlanInfoFunctionsStatus.js | 4 +- src/model/CompanyInfoPlanInfoLimits.js | 4 +- src/model/CompanyPlanUsage.js | 4 +- src/model/CompanyType.js | 2 +- src/model/ControlledCompany.js | 4 +- src/model/CreateArchiveDocumentRequest.js | 4 +- src/model/CreateArchiveDocumentResponse.js | 4 +- src/model/CreateCashbookEntryRequest.js | 4 +- src/model/CreateCashbookEntryResponse.js | 4 +- src/model/CreateClientRequest.js | 4 +- src/model/CreateClientResponse.js | 4 +- src/model/CreateF24Request.js | 4 +- src/model/CreateF24Response.js | 4 +- src/model/CreateIssuedDocumentRequest.js | 4 +- src/model/CreateIssuedDocumentResponse.js | 4 +- src/model/CreatePaymentAccountRequest.js | 4 +- src/model/CreatePaymentAccountResponse.js | 4 +- src/model/CreatePaymentMethodRequest.js | 4 +- src/model/CreatePaymentMethodResponse.js | 4 +- src/model/CreateProductRequest.js | 4 +- src/model/CreateProductResponse.js | 4 +- src/model/CreateReceiptRequest.js | 4 +- src/model/CreateReceiptResponse.js | 4 +- src/model/CreateReceivedDocumentRequest.js | 4 +- src/model/CreateReceivedDocumentResponse.js | 4 +- src/model/CreateSupplierRequest.js | 4 +- src/model/CreateSupplierResponse.js | 4 +- src/model/CreateVatTypeRequest.js | 4 +- src/model/CreateVatTypeResponse.js | 4 +- .../CreateWebhooksSubscriptionRequest.js | 4 +- .../CreateWebhooksSubscriptionResponse.js | 4 +- src/model/Currency.js | 4 +- src/model/DetailedCountry.js | 4 +- src/model/DocumentTemplate.js | 4 +- src/model/EInvoiceRejectionReason.js | 4 +- src/model/Email.js | 12 +- src/model/EmailAttachment.js | 4 +- src/model/EmailData.js | 4 +- src/model/EmailDataDefaultSenderEmail.js | 4 +- src/model/EmailRecipientStatus.js | 2 +- src/model/EmailSchedule.js | 4 +- src/model/EmailScheduleInclude.js | 4 +- src/model/EmailStatus.js | 2 +- src/model/Entity.js | 4 +- src/model/EntityType.js | 2 +- src/model/EventType.js | 68 ++++- src/model/F24.js | 4 +- src/model/F24Status.js | 2 +- src/model/FattureInCloudPlanType.js | 2 +- src/model/FunctionStatus.js | 4 +- src/model/GetArchiveDocumentResponse.js | 4 +- src/model/GetCashbookEntryResponse.js | 4 +- src/model/GetClientResponse.js | 4 +- src/model/GetCompanyInfoResponse.js | 4 +- src/model/GetCompanyPlanUsageResponse.js | 4 +- .../GetEInvoiceRejectionReasonResponse.js | 4 +- src/model/GetEmailDataResponse.js | 4 +- .../GetExistingIssuedDocumentTotalsRequest.js | 4 +- ...GetExistingIssuedDocumentTotalsResponse.js | 4 +- ...etExistingReceivedDocumentTotalsRequest.js | 4 +- ...tExistingReceivedDocumentTotalsResponse.js | 4 +- src/model/GetF24Response.js | 4 +- .../GetIssuedDocumentPreCreateInfoResponse.js | 4 +- src/model/GetIssuedDocumentResponse.js | 4 +- .../GetNewIssuedDocumentTotalsRequest.js | 4 +- .../GetNewIssuedDocumentTotalsResponse.js | 4 +- .../GetNewReceivedDocumentTotalsRequest.js | 4 +- .../GetNewReceivedDocumentTotalsResponse.js | 4 +- src/model/GetPaymentAccountResponse.js | 4 +- src/model/GetPaymentMethodResponse.js | 4 +- src/model/GetProductResponse.js | 4 +- src/model/GetReceiptPreCreateInfoResponse.js | 4 +- src/model/GetReceiptResponse.js | 4 +- src/model/GetReceiptsMonthlyTotalsResponse.js | 4 +- ...etReceivedDocumentPreCreateInfoResponse.js | 4 +- src/model/GetReceivedDocumentResponse.js | 4 +- src/model/GetSupplierResponse.js | 4 +- src/model/GetTaxProfileResponse.js | 76 +++++ src/model/GetUserInfoResponse.js | 4 +- ...tUserInfoResponseEmailConfirmationState.js | 4 +- src/model/GetUserInfoResponseInfo.js | 4 +- src/model/GetVatTypeResponse.js | 4 +- src/model/GetWebhooksSubscriptionResponse.js | 4 +- src/model/IssuedDocument.js | 6 +- src/model/IssuedDocumentEiData.js | 4 +- src/model/IssuedDocumentExtraData.js | 4 +- src/model/IssuedDocumentItemsListItem.js | 4 +- src/model/IssuedDocumentOptions.js | 4 +- src/model/IssuedDocumentPaymentsListItem.js | 4 +- ...uedDocumentPaymentsListItemPaymentTerms.js | 4 +- src/model/IssuedDocumentPreCreateInfo.js | 4 +- ...ssuedDocumentPreCreateInfoDefaultValues.js | 4 +- ...mentPreCreateInfoExtraDataDefaultValues.js | 4 +- ...DocumentPreCreateInfoItemsDefaultValues.js | 4 +- src/model/IssuedDocumentStatus.js | 2 +- src/model/IssuedDocumentTotals.js | 4 +- src/model/IssuedDocumentType.js | 2 +- src/model/JoinIssuedDocumentsResponse.js | 4 +- src/model/Language.js | 4 +- src/model/ListArchiveCategoriesResponse.js | 4 +- src/model/ListArchiveDocumentsResponse.js | 4 +- src/model/ListArchiveDocumentsResponsePage.js | 4 +- src/model/ListCashbookEntriesResponse.js | 4 +- src/model/ListCitiesResponse.js | 4 +- src/model/ListClientsResponse.js | 4 +- src/model/ListClientsResponsePage.js | 4 +- src/model/ListCostCentersResponse.js | 4 +- src/model/ListCountriesResponse.js | 4 +- src/model/ListCurrenciesResponse.js | 4 +- ...ListDeliveryNotesDefaultCausalsResponse.js | 4 +- src/model/ListDetailedCountriesResponse.js | 4 +- src/model/ListEmailsResponse.js | 4 +- src/model/ListEmailsResponsePage.js | 4 +- src/model/ListF24Response.js | 4 +- src/model/ListF24ResponseAggregatedData.js | 4 +- src/model/ListF24ResponseAggregation.js | 4 +- src/model/ListF24ResponsePage.js | 4 +- src/model/ListIssuedDocumentsResponse.js | 4 +- src/model/ListIssuedDocumentsResponsePage.js | 4 +- src/model/ListLanguagesResponse.js | 4 +- src/model/ListPaymentAccountsResponse.js | 4 +- src/model/ListPaymentMethodsResponse.js | 4 +- src/model/ListProductCategoriesResponse.js | 4 +- src/model/ListProductsResponse.js | 4 +- src/model/ListProductsResponsePage.js | 4 +- src/model/ListReceiptsResponse.js | 4 +- src/model/ListReceiptsResponsePage.js | 4 +- .../ListReceivedDocumentCategoriesResponse.js | 4 +- src/model/ListReceivedDocumentsResponse.js | 4 +- .../ListReceivedDocumentsResponsePage.js | 4 +- src/model/ListRevenueCentersResponse.js | 4 +- src/model/ListSuppliersResponse.js | 4 +- src/model/ListSuppliersResponsePage.js | 4 +- src/model/ListTemplatesResponse.js | 4 +- src/model/ListUnitsOfMeasureResponse.js | 4 +- src/model/ListUserCompaniesResponse.js | 4 +- src/model/ListUserCompaniesResponseData.js | 4 +- src/model/ListVatTypesResponse.js | 4 +- .../ListWebhooksSubscriptionsResponse.js | 4 +- src/model/ModifyArchiveDocumentRequest.js | 4 +- src/model/ModifyArchiveDocumentResponse.js | 4 +- src/model/ModifyCashbookEntryRequest.js | 4 +- src/model/ModifyCashbookEntryResponse.js | 4 +- src/model/ModifyClientRequest.js | 4 +- src/model/ModifyClientResponse.js | 4 +- src/model/ModifyF24Request.js | 4 +- src/model/ModifyF24Response.js | 4 +- src/model/ModifyIssuedDocumentRequest.js | 4 +- src/model/ModifyIssuedDocumentResponse.js | 4 +- src/model/ModifyPaymentAccountRequest.js | 4 +- src/model/ModifyPaymentAccountResponse.js | 4 +- src/model/ModifyPaymentMethodRequest.js | 4 +- src/model/ModifyPaymentMethodResponse.js | 4 +- src/model/ModifyProductRequest.js | 4 +- src/model/ModifyProductResponse.js | 4 +- src/model/ModifyReceiptRequest.js | 4 +- src/model/ModifyReceiptResponse.js | 4 +- src/model/ModifyReceivedDocumentRequest.js | 4 +- src/model/ModifyReceivedDocumentResponse.js | 4 +- src/model/ModifySupplierRequest.js | 4 +- src/model/ModifySupplierResponse.js | 4 +- src/model/ModifyVatTypeRequest.js | 4 +- src/model/ModifyVatTypeResponse.js | 4 +- .../ModifyWebhooksSubscriptionRequest.js | 4 +- .../ModifyWebhooksSubscriptionResponse.js | 4 +- src/model/MonthlyTotal.js | 4 +- src/model/OriginalDocumentType.js | 2 +- src/model/Pagination.js | 4 +- src/model/PaymentAccount.js | 4 +- src/model/PaymentAccountType.js | 2 +- src/model/PaymentMethod.js | 4 +- src/model/PaymentMethodDetails.js | 4 +- src/model/PaymentMethodType.js | 2 +- src/model/PaymentTermsType.js | 2 +- src/model/PermissionLevel.js | 2 +- src/model/Permissions.js | 4 +- .../PermissionsFicIssuedDocumentsDetailed.js | 4 +- src/model/Product.js | 4 +- src/model/Receipt.js | 4 +- src/model/ReceiptItemsListItem.js | 4 +- src/model/ReceiptPreCreateInfo.js | 4 +- src/model/ReceiptType.js | 2 +- src/model/ReceivedDocument.js | 4 +- src/model/ReceivedDocumentInfo.js | 4 +- .../ReceivedDocumentInfoDefaultValues.js | 4 +- .../ReceivedDocumentInfoItemsDefaultValues.js | 4 +- src/model/ReceivedDocumentItemsListItem.js | 4 +- src/model/ReceivedDocumentPaymentsListItem.js | 4 +- ...vedDocumentPaymentsListItemPaymentTerms.js | 4 +- src/model/ReceivedDocumentTotals.js | 4 +- src/model/ReceivedDocumentType.js | 8 +- src/model/ScheduleEmailRequest.js | 4 +- src/model/SendEInvoiceRequest.js | 4 +- src/model/SendEInvoiceRequestData.js | 4 +- src/model/SendEInvoiceRequestOptions.js | 4 +- src/model/SendEInvoiceResponse.js | 4 +- src/model/SendEInvoiceResponseData.js | 4 +- src/model/SenderEmail.js | 4 +- src/model/ShowTotalsMode.js | 2 +- src/model/Supplier.js | 4 +- src/model/SupplierType.js | 2 +- src/model/TaxProfile.js | 289 ++++++++++++++++++ src/model/TransformIssuedDocumentResponse.js | 4 +- src/model/UploadArchiveAttachmentResponse.js | 4 +- src/model/UploadF24AttachmentResponse.js | 4 +- .../UploadIssuedDocumentAttachmentResponse.js | 4 +- ...ploadReceivedDocumentAttachmentResponse.js | 4 +- src/model/User.js | 4 +- src/model/UserCompanyRole.js | 2 +- src/model/VatItem.js | 4 +- src/model/VatKind.js | 8 +- src/model/VatType.js | 13 +- src/model/VerifyEInvoiceXmlErrorResponse.js | 4 +- .../VerifyEInvoiceXmlErrorResponseError.js | 4 +- ...ceXmlErrorResponseErrorValidationResult.js | 4 +- .../VerifyEInvoiceXmlErrorResponseExtra.js | 4 +- src/model/VerifyEInvoiceXmlResponse.js | 4 +- src/model/VerifyEInvoiceXmlResponseData.js | 4 +- src/model/WebhooksSubscription.js | 4 +- src/model/WebhooksSubscriptionConfig.js | 4 +- src/model/WebhooksSubscriptionMapping.js | 2 +- test/model/GetTaxProfileResponse.spec.js | 57 ++++ test/model/TaxProfile.spec.js | 177 +++++++++++ 270 files changed, 1463 insertions(+), 593 deletions(-) create mode 100644 docs/GetTaxProfileResponse.md create mode 100644 docs/TaxProfile.md create mode 100644 src/model/GetTaxProfileResponse.js create mode 100644 src/model/TaxProfile.js create mode 100644 test/model/GetTaxProfileResponse.spec.js create mode 100644 test/model/TaxProfile.spec.js diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index f3419f23..3f9d9e94 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -97,6 +97,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 @@ -228,6 +229,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 @@ -361,6 +363,7 @@ src/model/GetReceiptsMonthlyTotalsResponse.js src/model/GetReceivedDocumentPreCreateInfoResponse.js src/model/GetReceivedDocumentResponse.js src/model/GetSupplierResponse.js +src/model/GetTaxProfileResponse.js src/model/GetUserInfoResponse.js src/model/GetUserInfoResponseEmailConfirmationState.js src/model/GetUserInfoResponseInfo.js @@ -484,6 +487,7 @@ src/model/SenderEmail.js src/model/ShowTotalsMode.js src/model/Supplier.js src/model/SupplierType.js +src/model/TaxProfile.js src/model/TransformIssuedDocumentResponse.js src/model/UploadArchiveAttachmentResponse.js src/model/UploadF24AttachmentResponse.js @@ -503,3 +507,5 @@ src/model/VerifyEInvoiceXmlResponseData.js src/model/WebhooksSubscription.js src/model/WebhooksSubscriptionConfig.js src/model/WebhooksSubscriptionMapping.js +test/model/GetTaxProfileResponse.spec.js +test/model/TaxProfile.spec.js 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/README.md b/README.md index c9af5c8a..a1084984 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.3 +- Package version: 2.1.1 - Build package: org.openapitools.codegen.languages.JavascriptClientCodegen @@ -30,7 +30,7 @@ npm install @fattureincloud/fattureincloud-js-sdk Using yarn: ```shell -yarn add @fattureincloud/fattureincloud-js-sdk + yarn add @fattureincloud/fattureincloud-js-sdk ``` ### For browser @@ -178,6 +178,7 @@ Class | Method | HTTP request | Description *fattureInCloudSdk.SettingsApi* | [**deleteVatType**](docs/SettingsApi.md#deleteVatType) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type *fattureInCloudSdk.SettingsApi* | [**getPaymentAccount**](docs/SettingsApi.md#getPaymentAccount) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account *fattureInCloudSdk.SettingsApi* | [**getPaymentMethod**](docs/SettingsApi.md#getPaymentMethod) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method +*fattureInCloudSdk.SettingsApi* | [**getTaxProfile**](docs/SettingsApi.md#getTaxProfile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile *fattureInCloudSdk.SettingsApi* | [**getVatType**](docs/SettingsApi.md#getVatType) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type *fattureInCloudSdk.SettingsApi* | [**modifyPaymentAccount**](docs/SettingsApi.md#modifyPaymentAccount) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account *fattureInCloudSdk.SettingsApi* | [**modifyPaymentMethod**](docs/SettingsApi.md#modifyPaymentMethod) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method @@ -296,6 +297,7 @@ Class | Method | HTTP request | Description - [fattureInCloudSdk.GetReceivedDocumentPreCreateInfoResponse](docs/GetReceivedDocumentPreCreateInfoResponse.md) - [fattureInCloudSdk.GetReceivedDocumentResponse](docs/GetReceivedDocumentResponse.md) - [fattureInCloudSdk.GetSupplierResponse](docs/GetSupplierResponse.md) + - [fattureInCloudSdk.GetTaxProfileResponse](docs/GetTaxProfileResponse.md) - [fattureInCloudSdk.GetUserInfoResponse](docs/GetUserInfoResponse.md) - [fattureInCloudSdk.GetUserInfoResponseEmailConfirmationState](docs/GetUserInfoResponseEmailConfirmationState.md) - [fattureInCloudSdk.GetUserInfoResponseInfo](docs/GetUserInfoResponseInfo.md) @@ -419,6 +421,7 @@ Class | Method | HTTP request | Description - [fattureInCloudSdk.ShowTotalsMode](docs/ShowTotalsMode.md) - [fattureInCloudSdk.Supplier](docs/Supplier.md) - [fattureInCloudSdk.SupplierType](docs/SupplierType.md) + - [fattureInCloudSdk.TaxProfile](docs/TaxProfile.md) - [fattureInCloudSdk.TransformIssuedDocumentResponse](docs/TransformIssuedDocumentResponse.md) - [fattureInCloudSdk.UploadArchiveAttachmentResponse](docs/UploadArchiveAttachmentResponse.md) - [fattureInCloudSdk.UploadF24AttachmentResponse](docs/UploadF24AttachmentResponse.md) diff --git a/docs/Email.md b/docs/Email.md index 083f6469..2c12b63a 100644 --- a/docs/Email.md +++ b/docs/Email.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Number** | Email id | [optional] **status** | [**EmailStatus**](EmailStatus.md) | | [optional] -**sentDate** | **Date** | Email sent date | [optional] +**sentDate** | **String** | Email sent date | [optional] **errorsCount** | **Number** | Email errors count | [optional] **errorLog** | **String** | Email errors log | [optional] **fromEmail** | **String** | Email sender email | [optional] diff --git a/docs/EventType.md b/docs/EventType.md index 531f9597..57572828 100644 --- a/docs/EventType.md +++ b/docs/EventType.md @@ -129,4 +129,26 @@ * `received_documents.e_invoices.receive` (value: `"it.fattureincloud.webhooks.received_documents.e_invoices.receive"`) +* `issued_documents.invoices.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.invoices.email_sent"`) + +* `issued_documents.quotes.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.quotes.email_sent"`) + +* `issued_documents.proformas.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.proformas.email_sent"`) + +* `issued_documents.receipts.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.receipts.email_sent"`) + +* `issued_documents.delivery_notes.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.delivery_notes.email_sent"`) + +* `issued_documents.credit_notes.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.credit_notes.email_sent"`) + +* `issued_documents.orders.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.orders.email_sent"`) + +* `issued_documents.work_reports.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.work_reports.email_sent"`) + +* `issued_documents.supplier_orders.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.supplier_orders.email_sent"`) + +* `issued_documents.self_invoices.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.self_invoices.email_sent"`) + +* `issued_documents.all.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.all.email_sent"`) + diff --git a/docs/GetTaxProfileResponse.md b/docs/GetTaxProfileResponse.md new file mode 100644 index 00000000..38877e95 --- /dev/null +++ b/docs/GetTaxProfileResponse.md @@ -0,0 +1,9 @@ +# fattureInCloudSdk.GetTaxProfileResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**data** | [**TaxProfile**](TaxProfile.md) | | [optional] + + diff --git a/docs/IssuedDocument.md b/docs/IssuedDocument.md index 6e1832c1..07653d94 100644 --- a/docs/IssuedDocument.md +++ b/docs/IssuedDocument.md @@ -13,7 +13,7 @@ Name | Type | Description | Notes **year** | **Number** | 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] **visibleSubject** | **String** | Issued document visible subject | [optional] **rcCenter** | **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 f8d6dcf5..6549c7e8 100644 --- a/docs/IssuedDocumentsApi.md +++ b/docs/IssuedDocumentsApi.md @@ -457,7 +457,7 @@ let companyId = 12345; // Number | The ID of the company. let ids = "1,2,3,4"; // String | Ids of the documents. let opts = { 'group': 56, // Number | Group items. - 'eInvoice': 56 // Number | New document e_invoice. + 'type': "delivery_notes, orders, quotes, work_reports" // String | Type of the documents to be joined }; apiInstance.joinIssuedDocuments(companyId, ids, opts).then((result) => { console.log('API called successfully. Returned result: ' + JSON.stringify(result)); @@ -475,7 +475,7 @@ Name | Type | Description | Notes **companyId** | **Number**| The ID of the company. | **ids** | **String**| Ids of the documents. | **group** | **Number**| Group items. | [optional] - **eInvoice** | **Number**| New document e_invoice. | [optional] + **type** | **String**| Type of the documents to be joined | [optional] ### Return type @@ -687,6 +687,7 @@ let companyId = 12345; // Number | The ID of the company. let originalDocumentId = 56; // Number | Original document id. let newType = "newType_example"; // String | New document type. let opts = { + 'type': "type_example", // String | Current document type. 'eInvoice': 56, // Number | New document e_invoice. 'transformKeepCopy': 56 // Number | Keep the old document. }; @@ -706,6 +707,7 @@ Name | Type | Description | Notes **companyId** | **Number**| The ID of the company. | **originalDocumentId** | **Number**| Original document id. | **newType** | **String**| New document type. | + **type** | **String**| Current document type. | [optional] **eInvoice** | **Number**| New document e_invoice. | [optional] **transformKeepCopy** | **Number**| Keep the old document. | [optional] diff --git a/docs/ReceivedDocumentType.md b/docs/ReceivedDocumentType.md index 41e5d79f..603941bb 100644 --- a/docs/ReceivedDocumentType.md +++ b/docs/ReceivedDocumentType.md @@ -9,4 +9,6 @@ * `passive_delivery_note` (value: `"passive_delivery_note"`) +* `self_invoice` (value: `"self_invoice"`) + diff --git a/docs/SettingsApi.md b/docs/SettingsApi.md index 4e76b9d8..373b9518 100644 --- a/docs/SettingsApi.md +++ b/docs/SettingsApi.md @@ -12,6 +12,7 @@ Method | HTTP request | Description [**deleteVatType**](SettingsApi.md#deleteVatType) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type [**getPaymentAccount**](SettingsApi.md#getPaymentAccount) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account [**getPaymentMethod**](SettingsApi.md#getPaymentMethod) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method +[**getTaxProfile**](SettingsApi.md#getTaxProfile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile [**getVatType**](SettingsApi.md#getVatType) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type [**modifyPaymentAccount**](SettingsApi.md#modifyPaymentAccount) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account [**modifyPaymentMethod**](SettingsApi.md#modifyPaymentMethod) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method @@ -437,6 +438,54 @@ Name | Type | Description | Notes - **Accept**: application/json +## getTaxProfile + +> GetTaxProfileResponse getTaxProfile(companyId) + +Get Tax Profile + +Gets the Tax Profile + +### Example + +```javascript +import fattureInCloudSdk from '@fattureincloud/fattureincloud-js-sdk'; +let defaultClient = fattureInCloudSdk.ApiClient.instance; +// Configure OAuth2 access token for authorization: OAuth2AuthenticationCodeFlow +let OAuth2AuthenticationCodeFlow = defaultClient.authentications['OAuth2AuthenticationCodeFlow']; +OAuth2AuthenticationCodeFlow.accessToken = 'YOUR ACCESS TOKEN'; + +let apiInstance = new fattureInCloudSdk.SettingsApi(); +let companyId = 12345; // Number | The ID of the company. +apiInstance.getTaxProfile(companyId).then((result) => { + console.log('API called successfully. Returned result: ' + JSON.stringify(result)); +}, (error) => { + console.error(error); +}); + +``` + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **companyId** | **Number**| 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 + + ## getVatType > GetVatTypeResponse getVatType(companyId, vatTypeId) diff --git a/docs/TaxProfile.md b/docs/TaxProfile.md new file mode 100644 index 00000000..2d63212d --- /dev/null +++ b/docs/TaxProfile.md @@ -0,0 +1,29 @@ +# fattureInCloudSdk.TaxProfile + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**companyType** | **String** | The company type | [optional] +**companySubtype** | **String** | The company subtype | [optional] +**profession** | **String** | The profession | [optional] +**regime** | **String** | The applied regime | [optional] +**rivalsaName** | **String** | The name of the rivalsa | [optional] +**defaultRivalsa** | **Number** | The default rivalsa amount | [optional] +**cassaName** | **String** | The name of the cassa | [optional] +**defaultCassa** | **Number** | The default cassa amount | [optional] +**defaultCassaTaxable** | **Number** | The default taxable amount for the cassa | [optional] +**cassa2Name** | **String** | The name of the second cassa | [optional] +**defaultCassa2** | **Number** | The default second cassa amount | [optional] +**defaultCassa2Taxable** | **Number** | The default taxable amount for the second cassa | [optional] +**defaultWithholdingTax** | **Number** | The default withholding tax | [optional] +**defaultWithholdingTaxTaxable** | **Number** | The default taxable amount for the withholding tax | [optional] +**defaultOtherWithholdingTax** | **Number** | The default other withholding tax | [optional] +**enasarco** | **Boolean** | If it has enasarco | [optional] +**enasarcoType** | **String** | The enasarco type | [optional] +**contributionsPercentage** | **Number** | The contributions percentage | [optional] +**profitCoefficient** | **Number** | The profit coefficient | [optional] +**med** | **Boolean** | If the health card system is active | [optional] +**defaultVat** | [**VatType**](VatType.md) | | [optional] + + diff --git a/docs/VatKind.md b/docs/VatKind.md index f774e96b..a6238590 100644 --- a/docs/VatKind.md +++ b/docs/VatKind.md @@ -3,8 +3,6 @@ ## Enum -* `null` (value: `"null"`) - * `I` (value: `"I"`) * `D` (value: `"D"`) diff --git a/docs/VatType.md b/docs/VatType.md index 5faebf08..9501341f 100644 --- a/docs/VatType.md +++ b/docs/VatType.md @@ -13,5 +13,6 @@ Name | Type | Description | Notes **eiDescription** | **String** | Vat type e-invoice description | [optional] **editable** | **Boolean** | [Read Only] Is the vat type is editable. | [optional] [readonly] **isDisabled** | **Boolean** | Is the vat type disabled | [optional] +**_default** | **Boolean** | If the vat type is default | [optional] diff --git a/package.json b/package.json index 700793d5..685e18eb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fattureincloud/fattureincloud-js-sdk", - "version": "2.1.0", + "version": "2.1.1", "description": "JavaScript SDK for the Fatture in Cloud API", "license": "MIT", "main": "dist/index.js", 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/src/ApiClient.js b/src/ApiClient.js index e5d23af4..e01c2b9f 100644 --- a/src/ApiClient.js +++ b/src/ApiClient.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import querystring from 'querystring' /** * @module ApiClient -* @version 2.1.0 +* @version 2.1.1 */ /** @@ -54,7 +54,7 @@ class ApiClient { * @default {} */ this.defaultHeaders = { - 'User-Agent': 'FattureInCloud/2.1.0/JavaScript-SDK' + 'User-Agent': 'FattureInCloud/2.1.1/JavaScript-SDK' } /** diff --git a/src/api/ArchiveApi.js b/src/api/ArchiveApi.js index 59e0a928..14597c6b 100644 --- a/src/api/ArchiveApi.js +++ b/src/api/ArchiveApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import UploadArchiveAttachmentResponse from '../model/UploadArchiveAttachmentRes /** * Archive service. * @module api/ArchiveApi -* @version 2.1.0 +* @version 2.1.1 */ export default class ArchiveApi { /** diff --git a/src/api/CashbookApi.js b/src/api/CashbookApi.js index 6eb4e832..e86a949b 100644 --- a/src/api/CashbookApi.js +++ b/src/api/CashbookApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import ModifyCashbookEntryResponse from '../model/ModifyCashbookEntryResponse' /** * Cashbook service. * @module api/CashbookApi -* @version 2.1.0 +* @version 2.1.1 */ export default class CashbookApi { /** diff --git a/src/api/ClientsApi.js b/src/api/ClientsApi.js index f253f115..7e66f7a7 100644 --- a/src/api/ClientsApi.js +++ b/src/api/ClientsApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import ModifyClientResponse from '../model/ModifyClientResponse' /** * Clients service. * @module api/ClientsApi -* @version 2.1.0 +* @version 2.1.1 */ export default class ClientsApi { /** diff --git a/src/api/CompaniesApi.js b/src/api/CompaniesApi.js index d1223065..99a0203c 100644 --- a/src/api/CompaniesApi.js +++ b/src/api/CompaniesApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import GetCompanyPlanUsageResponse from '../model/GetCompanyPlanUsageResponse' /** * Companies service. * @module api/CompaniesApi -* @version 2.1.0 +* @version 2.1.1 */ export default class CompaniesApi { /** diff --git a/src/api/EmailsApi.js b/src/api/EmailsApi.js index c14796ef..4e96edbb 100644 --- a/src/api/EmailsApi.js +++ b/src/api/EmailsApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import ListEmailsResponse from '../model/ListEmailsResponse' /** * Emails service. * @module api/EmailsApi -* @version 2.1.0 +* @version 2.1.1 */ export default class EmailsApi { /** diff --git a/src/api/InfoApi.js b/src/api/InfoApi.js index 1e7d1210..9b581d3e 100644 --- a/src/api/InfoApi.js +++ b/src/api/InfoApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -32,7 +32,7 @@ import ListVatTypesResponse from '../model/ListVatTypesResponse' /** * Info service. * @module api/InfoApi -* @version 2.1.0 +* @version 2.1.1 */ export default class InfoApi { /** diff --git a/src/api/IssuedDocumentsApi.js b/src/api/IssuedDocumentsApi.js index a0b7fc4f..3667bbe5 100644 --- a/src/api/IssuedDocumentsApi.js +++ b/src/api/IssuedDocumentsApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ import UploadIssuedDocumentAttachmentResponse from '../model/UploadIssuedDocumen /** * IssuedDocuments service. * @module api/IssuedDocumentsApi -* @version 2.1.0 +* @version 2.1.1 */ export default class IssuedDocumentsApi { /** @@ -490,7 +490,7 @@ export default class IssuedDocumentsApi { * @param {String} ids Ids of the documents. * @param {Object} opts Optional parameters * @param {module:model/Number} [group] Group items. - * @param {module:model/Number} [eInvoice] New document e_invoice. + * @param {module:model/String} [type] Type of the documents to be joined * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/JoinIssuedDocumentsResponse} and HTTP response */ joinIssuedDocumentsWithHttpInfo (companyId, ids, opts) { @@ -511,7 +511,7 @@ export default class IssuedDocumentsApi { const queryParams = { ids, group: opts.group, - e_invoice: opts.eInvoice + type: opts.type } const headerParams = { } @@ -536,7 +536,7 @@ export default class IssuedDocumentsApi { * @param {String} ids Ids of the documents. * @param {Object} opts Optional parameters * @param {module:model/Number} opts.group Group items. - * @param {module:model/Number} opts.eInvoice New document e_invoice. + * @param {module:model/String} opts.type Type of the documents to be joined * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/JoinIssuedDocumentsResponse} */ joinIssuedDocuments (companyId, ids, opts) { @@ -749,6 +749,7 @@ export default class IssuedDocumentsApi { * @param {Number} originalDocumentId Original document id. * @param {String} newType New document type. * @param {Object} opts Optional parameters + * @param {String} [type] Current document type. * @param {module:model/Number} [eInvoice] New document e_invoice. * @param {module:model/Number} [transformKeepCopy] Keep the old document. * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/TransformIssuedDocumentResponse} and HTTP response @@ -775,6 +776,7 @@ export default class IssuedDocumentsApi { const queryParams = { original_document_id: originalDocumentId, new_type: newType, + type: opts.type, e_invoice: opts.eInvoice, transform_keep_copy: opts.transformKeepCopy } @@ -801,6 +803,7 @@ export default class IssuedDocumentsApi { * @param {Number} originalDocumentId Original document id. * @param {String} newType New document type. * @param {Object} opts Optional parameters + * @param {String} opts.type Current document type. * @param {module:model/Number} opts.eInvoice New document e_invoice. * @param {module:model/Number} opts.transformKeepCopy Keep the old document. * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/TransformIssuedDocumentResponse} diff --git a/src/api/IssuedEInvoicesApi.js b/src/api/IssuedEInvoicesApi.js index bbe40d82..b57809c8 100644 --- a/src/api/IssuedEInvoicesApi.js +++ b/src/api/IssuedEInvoicesApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import VerifyEInvoiceXmlResponse from '../model/VerifyEInvoiceXmlResponse' /** * IssuedEInvoices service. * @module api/IssuedEInvoicesApi -* @version 2.1.0 +* @version 2.1.1 */ export default class IssuedEInvoicesApi { /** diff --git a/src/api/ProductsApi.js b/src/api/ProductsApi.js index 70d3362b..ba3b5e2a 100644 --- a/src/api/ProductsApi.js +++ b/src/api/ProductsApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import ModifyProductResponse from '../model/ModifyProductResponse' /** * Products service. * @module api/ProductsApi -* @version 2.1.0 +* @version 2.1.1 */ export default class ProductsApi { /** diff --git a/src/api/ReceiptsApi.js b/src/api/ReceiptsApi.js index efa7652a..c2cd0c81 100644 --- a/src/api/ReceiptsApi.js +++ b/src/api/ReceiptsApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,7 +22,7 @@ import ModifyReceiptResponse from '../model/ModifyReceiptResponse' /** * Receipts service. * @module api/ReceiptsApi -* @version 2.1.0 +* @version 2.1.1 */ export default class ReceiptsApi { /** diff --git a/src/api/ReceivedDocumentsApi.js b/src/api/ReceivedDocumentsApi.js index 9d938d38..980d0294 100644 --- a/src/api/ReceivedDocumentsApi.js +++ b/src/api/ReceivedDocumentsApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,7 +24,7 @@ import UploadReceivedDocumentAttachmentResponse from '../model/UploadReceivedDoc /** * ReceivedDocuments service. * @module api/ReceivedDocumentsApi -* @version 2.1.0 +* @version 2.1.1 */ export default class ReceivedDocumentsApi { /** diff --git a/src/api/SettingsApi.js b/src/api/SettingsApi.js index 0bfae068..a9d56adb 100644 --- a/src/api/SettingsApi.js +++ b/src/api/SettingsApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,6 +17,7 @@ import CreatePaymentMethodResponse from '../model/CreatePaymentMethodResponse' import CreateVatTypeResponse from '../model/CreateVatTypeResponse' import GetPaymentAccountResponse from '../model/GetPaymentAccountResponse' import GetPaymentMethodResponse from '../model/GetPaymentMethodResponse' +import GetTaxProfileResponse from '../model/GetTaxProfileResponse' import GetVatTypeResponse from '../model/GetVatTypeResponse' import ModifyPaymentAccountResponse from '../model/ModifyPaymentAccountResponse' import ModifyPaymentMethodResponse from '../model/ModifyPaymentMethodResponse' @@ -25,7 +26,7 @@ import ModifyVatTypeResponse from '../model/ModifyVatTypeResponse' /** * Settings service. * @module api/SettingsApi -* @version 2.1.0 +* @version 2.1.1 */ export default class SettingsApi { /** @@ -483,6 +484,53 @@ export default class SettingsApi { }) } + /** + * Get Tax Profile + * Gets the Tax Profile + * @param {Number} companyId The ID of the company. + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with an object containing data of type {@link module:model/GetTaxProfileResponse} and HTTP response + */ + getTaxProfileWithHttpInfo (companyId) { + const postBody = null + // verify the required parameter 'companyId' is set + if (companyId === undefined || companyId === null) { + throw new Error("Missing the required parameter 'companyId' when calling getTaxProfile") + } + + const pathParams = { + company_id: companyId + } + const queryParams = { + } + const headerParams = { + } + const formParams = { + } + + const authNames = ['OAuth2AuthenticationCodeFlow'] + const contentTypes = [] + const accepts = ['application/json'] + const returnType = GetTaxProfileResponse + return this.apiClient.callApi( + '/c/{company_id}/settings/tax_profile', 'GET', + pathParams, queryParams, headerParams, formParams, postBody, + authNames, contentTypes, accepts, returnType, null + ) + } + + /** + * Get Tax Profile + * Gets the Tax Profile + * @param {Number} companyId The ID of the company. + * @return {Promise} a {@link https://www.promisejs.org/|Promise}, with data of type {@link module:model/GetTaxProfileResponse} + */ + getTaxProfile (companyId) { + return this.getTaxProfileWithHttpInfo(companyId) + .then(function (response_and_data) { + return response_and_data.data + }) + } + /** * Get Vat Type * Gets the specified vat type. diff --git a/src/api/SuppliersApi.js b/src/api/SuppliersApi.js index ea27b656..b6227ddc 100644 --- a/src/api/SuppliersApi.js +++ b/src/api/SuppliersApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import ModifySupplierResponse from '../model/ModifySupplierResponse' /** * Suppliers service. * @module api/SuppliersApi -* @version 2.1.0 +* @version 2.1.1 */ export default class SuppliersApi { /** diff --git a/src/api/TaxesApi.js b/src/api/TaxesApi.js index ae0fe1cf..3cf94630 100644 --- a/src/api/TaxesApi.js +++ b/src/api/TaxesApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import UploadF24AttachmentResponse from '../model/UploadF24AttachmentResponse' /** * Taxes service. * @module api/TaxesApi -* @version 2.1.0 +* @version 2.1.1 */ export default class TaxesApi { /** diff --git a/src/api/UserApi.js b/src/api/UserApi.js index f505a634..6dd65165 100644 --- a/src/api/UserApi.js +++ b/src/api/UserApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import ListUserCompaniesResponse from '../model/ListUserCompaniesResponse' /** * User service. * @module api/UserApi -* @version 2.1.0 +* @version 2.1.1 */ export default class UserApi { /** diff --git a/src/api/WebhooksApi.js b/src/api/WebhooksApi.js index e7420055..4af7b329 100644 --- a/src/api/WebhooksApi.js +++ b/src/api/WebhooksApi.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import ModifyWebhooksSubscriptionResponse from '../model/ModifyWebhooksSubscript /** * Webhooks service. * @module api/WebhooksApi -* @version 2.1.0 +* @version 2.1.1 */ export default class WebhooksApi { /** diff --git a/src/index.js b/src/index.js index 467136d4..2cc26c90 100644 --- a/src/index.js +++ b/src/index.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -103,6 +103,7 @@ import GetReceiptsMonthlyTotalsResponse from './model/GetReceiptsMonthlyTotalsRe import GetReceivedDocumentPreCreateInfoResponse from './model/GetReceivedDocumentPreCreateInfoResponse' import GetReceivedDocumentResponse from './model/GetReceivedDocumentResponse' import GetSupplierResponse from './model/GetSupplierResponse' +import GetTaxProfileResponse from './model/GetTaxProfileResponse' import GetUserInfoResponse from './model/GetUserInfoResponse' import GetUserInfoResponseEmailConfirmationState from './model/GetUserInfoResponseEmailConfirmationState' import GetUserInfoResponseInfo from './model/GetUserInfoResponseInfo' @@ -226,6 +227,7 @@ import SenderEmail from './model/SenderEmail' import ShowTotalsMode from './model/ShowTotalsMode' import Supplier from './model/Supplier' import SupplierType from './model/SupplierType' +import TaxProfile from './model/TaxProfile' import TransformIssuedDocumentResponse from './model/TransformIssuedDocumentResponse' import UploadArchiveAttachmentResponse from './model/UploadArchiveAttachmentResponse' import UploadF24AttachmentResponse from './model/UploadF24AttachmentResponse' @@ -269,11 +271,12 @@ import Conjunction from './filter/Conjunction' import Disjunction from './filter/Disjunction' import Operator from './filter/Operator' +import OAuth2Manager from './oauth2/OAuth2' import OAuth2AuthorizationCodeManager from './oauth2/OAuth2AuthorizationCode' +import OAuth2TokenResponse from './oauth2/OAuth2TokenResponse' import OAuth2AuthorizationCodeParams from './oauth2/OAuth2AuthorizationCodeParams' import OAuth2DeviceCodeManager from './oauth2/OAuth2DeviceCode' import OAuth2DeviceCodeResponse from './oauth2/OAuth2DeviceCodeResponse' -import OAuth2TokenResponse from './oauth2/OAuth2TokenResponse' import Scope from './oauth2/Scope' /** @@ -305,81 +308,87 @@ import Scope from './oauth2/Scope' * *

* @module index -* @version 2.1.0 +* @version 2.1.1 */ export { /** - * The Condition service constructor. - * @property {module:filter/Condition} - */ + * The Condition service constructor. + * @property {module:filter/Condition} + */ Condition, /** - * The Conjunction service constructor. - * @property {module:filter/Conjunction} - */ + * The Conjunction service constructor. + * @property {module:filter/Conjunction} + */ Conjunction, /** - * The Disjunction service constructor. - * @property {module:filter/Disjunction} - */ + * The Disjunction service constructor. + * @property {module:filter/Disjunction} + */ Disjunction, /** - * The Expression service constructor. - * @property {module:filter/Expression} - */ + * The Expression service constructor. + * @property {module:filter/Expression} + */ Expression, /** - * The Filter service constructor. - * @property {module:filter/Filter} - */ + * The Filter service constructor. + * @property {module:filter/Filter} + */ Filter, /** - * The Operator service constructor. - * @property {module:api/Operator} - */ + * The Operator service constructor. + * @property {module:api/Operator} + */ Operator, /** - * The OAuth2AuthorizationCodeManager service constructor. - * @property {module:api/OAuth2AuthorizationCodeManager} - */ - OAuth2AuthorizationCodeManager, + * The OAuth2Manager service constructor. + * @property {module:api/OAuth2Manager} + */ + OAuth2Manager, /** - * The OAuth2DeviceCodeManager service constructor. - * @property {module:api/OAuth2DeviceCodeManager} - */ - OAuth2DeviceCodeManager, + * The OAuth2AuthorizationCodeManager service constructor. + * @property {module:api/OAuth2AuthorizationCodeManager} + */ + OAuth2AuthorizationCodeManager, /** - * The Scope service constructor. - * @property {module:api/Scope} - */ + * The Scope service constructor. + * @property {module:api/Scope} + */ Scope, /** - * The OAuth2TokenResponse service constructor. - * @property {module:api/OAuth2TokenResponse} - */ + * The OAuth2TokenResponse service constructor. + * @property {module:api/OAuth2TokenResponse} + */ OAuth2TokenResponse, /** - * The OAuth2DeviceCodeResponse service constructor. - * @property {module:api/OAuth2DeviceCodeResponse} - */ - OAuth2DeviceCodeResponse, + * The OAuth2AuthorizationCodeParams service constructor. + * @property {module:api/OAuth2AuthorizationCodeParams} + */ + OAuth2AuthorizationCodeParams, /** - * The OAuth2AuthorizationCodeParams service constructor. - * @property {module:api/OAuth2AuthorizationCodeParams} - */ - OAuth2AuthorizationCodeParams, + * The OAuth2DeviceCodeManager service constructor. + * @property {module:api/OAuth2DeviceCodeManager} + */ + OAuth2DeviceCodeManager, + + /** + * The OAuth2DeviceCodeResponse service constructor. + * @property {module:api/OAuth2DeviceCodeResponse} + */ + OAuth2DeviceCodeResponse, /** * The ApiClient constructor. @@ -933,6 +942,12 @@ export { */ GetSupplierResponse, + /** + * The GetTaxProfileResponse model constructor. + * @property {module:model/GetTaxProfileResponse} + */ + GetTaxProfileResponse, + /** * The GetUserInfoResponse model constructor. * @property {module:model/GetUserInfoResponse} @@ -1671,6 +1686,12 @@ export { */ SupplierType, + /** + * The TaxProfile model constructor. + * @property {module:model/TaxProfile} + */ + TaxProfile, + /** * The TransformIssuedDocumentResponse model constructor. * @property {module:model/TransformIssuedDocumentResponse} @@ -1786,99 +1807,98 @@ export { WebhooksSubscriptionMapping, /** - * The ArchiveApi service constructor. - * @property {module:api/ArchiveApi} - */ + * The ArchiveApi service constructor. + * @property {module:api/ArchiveApi} + */ ArchiveApi, /** - * The CashbookApi service constructor. - * @property {module:api/CashbookApi} - */ + * The CashbookApi service constructor. + * @property {module:api/CashbookApi} + */ CashbookApi, /** - * The ClientsApi service constructor. - * @property {module:api/ClientsApi} - */ + * The ClientsApi service constructor. + * @property {module:api/ClientsApi} + */ ClientsApi, /** - * The CompaniesApi service constructor. - * @property {module:api/CompaniesApi} - */ + * The CompaniesApi service constructor. + * @property {module:api/CompaniesApi} + */ CompaniesApi, /** - * The EmailsApi service constructor. - * @property {module:api/EmailsApi} - */ + * The EmailsApi service constructor. + * @property {module:api/EmailsApi} + */ EmailsApi, /** - * The InfoApi service constructor. - * @property {module:api/InfoApi} - */ + * The InfoApi service constructor. + * @property {module:api/InfoApi} + */ InfoApi, /** - * The IssuedDocumentsApi service constructor. - * @property {module:api/IssuedDocumentsApi} - */ + * The IssuedDocumentsApi service constructor. + * @property {module:api/IssuedDocumentsApi} + */ IssuedDocumentsApi, /** - * The IssuedEInvoicesApi service constructor. - * @property {module:api/IssuedEInvoicesApi} - */ + * The IssuedEInvoicesApi service constructor. + * @property {module:api/IssuedEInvoicesApi} + */ IssuedEInvoicesApi, /** - * The ProductsApi service constructor. - * @property {module:api/ProductsApi} - */ + * The ProductsApi service constructor. + * @property {module:api/ProductsApi} + */ ProductsApi, /** - * The ReceiptsApi service constructor. - * @property {module:api/ReceiptsApi} - */ + * The ReceiptsApi service constructor. + * @property {module:api/ReceiptsApi} + */ ReceiptsApi, /** - * The ReceivedDocumentsApi service constructor. - * @property {module:api/ReceivedDocumentsApi} - */ + * The ReceivedDocumentsApi service constructor. + * @property {module:api/ReceivedDocumentsApi} + */ ReceivedDocumentsApi, /** - * The SettingsApi service constructor. - * @property {module:api/SettingsApi} - */ + * The SettingsApi service constructor. + * @property {module:api/SettingsApi} + */ SettingsApi, /** - * The SuppliersApi service constructor. - * @property {module:api/SuppliersApi} - */ + * The SuppliersApi service constructor. + * @property {module:api/SuppliersApi} + */ SuppliersApi, /** - * The TaxesApi service constructor. - * @property {module:api/TaxesApi} - */ + * The TaxesApi service constructor. + * @property {module:api/TaxesApi} + */ TaxesApi, /** - * The UserApi service constructor. - * @property {module:api/UserApi} - */ + * The UserApi service constructor. + * @property {module:api/UserApi} + */ UserApi, /** - * The WebhooksApi service constructor. - * @property {module:api/WebhooksApi} - */ + * The WebhooksApi service constructor. + * @property {module:api/WebhooksApi} + */ WebhooksApi - } diff --git a/src/model/ArchiveDocument.js b/src/model/ArchiveDocument.js index 03f8ba9f..c63a04e8 100644 --- a/src/model/ArchiveDocument.js +++ b/src/model/ArchiveDocument.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ArchiveDocument model module. * @module model/ArchiveDocument - * @version 2.1.0 + * @version 2.1.1 */ class ArchiveDocument { /** diff --git a/src/model/AttachmentData.js b/src/model/AttachmentData.js index e2065fe8..3d0a7d07 100644 --- a/src/model/AttachmentData.js +++ b/src/model/AttachmentData.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The AttachmentData model module. * @module model/AttachmentData - * @version 2.1.0 + * @version 2.1.1 */ class AttachmentData { /** diff --git a/src/model/CashbookEntry.js b/src/model/CashbookEntry.js index c42c7bc4..28040d7b 100644 --- a/src/model/CashbookEntry.js +++ b/src/model/CashbookEntry.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import PaymentAccount from './PaymentAccount' /** * The CashbookEntry model module. * @module model/CashbookEntry - * @version 2.1.0 + * @version 2.1.1 */ class CashbookEntry { /** diff --git a/src/model/CashbookEntryDocument.js b/src/model/CashbookEntryDocument.js index 861f2f47..270bd47d 100644 --- a/src/model/CashbookEntryDocument.js +++ b/src/model/CashbookEntryDocument.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The CashbookEntryDocument model module. * @module model/CashbookEntryDocument - * @version 2.1.0 + * @version 2.1.1 */ class CashbookEntryDocument { /** diff --git a/src/model/CashbookEntryKind.js b/src/model/CashbookEntryKind.js index 792b2f4d..310892dc 100644 --- a/src/model/CashbookEntryKind.js +++ b/src/model/CashbookEntryKind.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/CashbookEntryType.js b/src/model/CashbookEntryType.js index a532805d..2e009c79 100644 --- a/src/model/CashbookEntryType.js +++ b/src/model/CashbookEntryType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/City.js b/src/model/City.js index 354a710e..f16faf21 100644 --- a/src/model/City.js +++ b/src/model/City.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The City model module. * @module model/City - * @version 2.1.0 + * @version 2.1.1 */ class City { /** diff --git a/src/model/Client.js b/src/model/Client.js index 97f4822f..9f7c4f09 100644 --- a/src/model/Client.js +++ b/src/model/Client.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import VatType from './VatType' /** * The Client model module. * @module model/Client - * @version 2.1.0 + * @version 2.1.1 */ class Client { /** diff --git a/src/model/ClientType.js b/src/model/ClientType.js index f74b49ac..fcb9a334 100644 --- a/src/model/ClientType.js +++ b/src/model/ClientType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/Company.js b/src/model/Company.js index 54c44fa0..144e8004 100644 --- a/src/model/Company.js +++ b/src/model/Company.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import FattureInCloudPlanType from './FattureInCloudPlanType' /** * The Company model module. * @module model/Company - * @version 2.1.0 + * @version 2.1.1 */ class Company { /** diff --git a/src/model/CompanyInfo.js b/src/model/CompanyInfo.js index 90673731..7f46d6a8 100644 --- a/src/model/CompanyInfo.js +++ b/src/model/CompanyInfo.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import FattureInCloudPlanType from './FattureInCloudPlanType' /** * The CompanyInfo model module. * @module model/CompanyInfo - * @version 2.1.0 + * @version 2.1.1 */ class CompanyInfo { /** diff --git a/src/model/CompanyInfoAccessInfo.js b/src/model/CompanyInfoAccessInfo.js index 137b1eb1..7942d129 100644 --- a/src/model/CompanyInfoAccessInfo.js +++ b/src/model/CompanyInfoAccessInfo.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import UserCompanyRole from './UserCompanyRole' /** * The CompanyInfoAccessInfo model module. * @module model/CompanyInfoAccessInfo - * @version 2.1.0 + * @version 2.1.1 */ class CompanyInfoAccessInfo { /** diff --git a/src/model/CompanyInfoPlanInfo.js b/src/model/CompanyInfoPlanInfo.js index 4a89f6c6..9c50d5c7 100644 --- a/src/model/CompanyInfoPlanInfo.js +++ b/src/model/CompanyInfoPlanInfo.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import CompanyInfoPlanInfoLimits from './CompanyInfoPlanInfoLimits' /** * The CompanyInfoPlanInfo model module. * @module model/CompanyInfoPlanInfo - * @version 2.1.0 + * @version 2.1.1 */ class CompanyInfoPlanInfo { /** diff --git a/src/model/CompanyInfoPlanInfoFunctions.js b/src/model/CompanyInfoPlanInfoFunctions.js index 42ab261a..cd2a2e9a 100644 --- a/src/model/CompanyInfoPlanInfoFunctions.js +++ b/src/model/CompanyInfoPlanInfoFunctions.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The CompanyInfoPlanInfoFunctions model module. * @module model/CompanyInfoPlanInfoFunctions - * @version 2.1.0 + * @version 2.1.1 */ class CompanyInfoPlanInfoFunctions { /** diff --git a/src/model/CompanyInfoPlanInfoFunctionsStatus.js b/src/model/CompanyInfoPlanInfoFunctionsStatus.js index 412235fb..889f7f85 100644 --- a/src/model/CompanyInfoPlanInfoFunctionsStatus.js +++ b/src/model/CompanyInfoPlanInfoFunctionsStatus.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import FunctionStatus from './FunctionStatus' /** * The CompanyInfoPlanInfoFunctionsStatus model module. * @module model/CompanyInfoPlanInfoFunctionsStatus - * @version 2.1.0 + * @version 2.1.1 */ class CompanyInfoPlanInfoFunctionsStatus { /** diff --git a/src/model/CompanyInfoPlanInfoLimits.js b/src/model/CompanyInfoPlanInfoLimits.js index 1418fa4b..f13da27c 100644 --- a/src/model/CompanyInfoPlanInfoLimits.js +++ b/src/model/CompanyInfoPlanInfoLimits.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The CompanyInfoPlanInfoLimits model module. * @module model/CompanyInfoPlanInfoLimits - * @version 2.1.0 + * @version 2.1.1 */ class CompanyInfoPlanInfoLimits { /** diff --git a/src/model/CompanyPlanUsage.js b/src/model/CompanyPlanUsage.js index 03aed367..fb491947 100644 --- a/src/model/CompanyPlanUsage.js +++ b/src/model/CompanyPlanUsage.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The CompanyPlanUsage model module. * @module model/CompanyPlanUsage - * @version 2.1.0 + * @version 2.1.1 */ class CompanyPlanUsage { /** diff --git a/src/model/CompanyType.js b/src/model/CompanyType.js index 4fe1d34c..c685040a 100644 --- a/src/model/CompanyType.js +++ b/src/model/CompanyType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/ControlledCompany.js b/src/model/ControlledCompany.js index fffbe326..6b35ffdf 100644 --- a/src/model/ControlledCompany.js +++ b/src/model/ControlledCompany.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import FattureInCloudPlanType from './FattureInCloudPlanType' /** * The ControlledCompany model module. * @module model/ControlledCompany - * @version 2.1.0 + * @version 2.1.1 */ class ControlledCompany { /** diff --git a/src/model/CreateArchiveDocumentRequest.js b/src/model/CreateArchiveDocumentRequest.js index e2fdecad..dc359f30 100644 --- a/src/model/CreateArchiveDocumentRequest.js +++ b/src/model/CreateArchiveDocumentRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ArchiveDocument from './ArchiveDocument' /** * The CreateArchiveDocumentRequest model module. * @module model/CreateArchiveDocumentRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreateArchiveDocumentRequest { /** diff --git a/src/model/CreateArchiveDocumentResponse.js b/src/model/CreateArchiveDocumentResponse.js index 43816e3f..71acf829 100644 --- a/src/model/CreateArchiveDocumentResponse.js +++ b/src/model/CreateArchiveDocumentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ArchiveDocument from './ArchiveDocument' /** * The CreateArchiveDocumentResponse model module. * @module model/CreateArchiveDocumentResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreateArchiveDocumentResponse { /** diff --git a/src/model/CreateCashbookEntryRequest.js b/src/model/CreateCashbookEntryRequest.js index 67c36bcf..33eb574b 100644 --- a/src/model/CreateCashbookEntryRequest.js +++ b/src/model/CreateCashbookEntryRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import CashbookEntry from './CashbookEntry' /** * The CreateCashbookEntryRequest model module. * @module model/CreateCashbookEntryRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreateCashbookEntryRequest { /** diff --git a/src/model/CreateCashbookEntryResponse.js b/src/model/CreateCashbookEntryResponse.js index ebf2bca6..cecf8545 100644 --- a/src/model/CreateCashbookEntryResponse.js +++ b/src/model/CreateCashbookEntryResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import CashbookEntry from './CashbookEntry' /** * The CreateCashbookEntryResponse model module. * @module model/CreateCashbookEntryResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreateCashbookEntryResponse { /** diff --git a/src/model/CreateClientRequest.js b/src/model/CreateClientRequest.js index 3bd65bfa..ca8a887d 100644 --- a/src/model/CreateClientRequest.js +++ b/src/model/CreateClientRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Client from './Client' /** * The CreateClientRequest model module. * @module model/CreateClientRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreateClientRequest { /** diff --git a/src/model/CreateClientResponse.js b/src/model/CreateClientResponse.js index b42b2429..2ebe9ceb 100644 --- a/src/model/CreateClientResponse.js +++ b/src/model/CreateClientResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Client from './Client' /** * The CreateClientResponse model module. * @module model/CreateClientResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreateClientResponse { /** diff --git a/src/model/CreateF24Request.js b/src/model/CreateF24Request.js index 14cd2a53..cece77d5 100644 --- a/src/model/CreateF24Request.js +++ b/src/model/CreateF24Request.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import F24 from './F24' /** * The CreateF24Request model module. * @module model/CreateF24Request - * @version 2.1.0 + * @version 2.1.1 */ class CreateF24Request { /** diff --git a/src/model/CreateF24Response.js b/src/model/CreateF24Response.js index 0c055a17..d224fa63 100644 --- a/src/model/CreateF24Response.js +++ b/src/model/CreateF24Response.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import F24 from './F24' /** * The CreateF24Response model module. * @module model/CreateF24Response - * @version 2.1.0 + * @version 2.1.1 */ class CreateF24Response { /** diff --git a/src/model/CreateIssuedDocumentRequest.js b/src/model/CreateIssuedDocumentRequest.js index 806cbf50..d55e72ee 100644 --- a/src/model/CreateIssuedDocumentRequest.js +++ b/src/model/CreateIssuedDocumentRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import IssuedDocumentOptions from './IssuedDocumentOptions' /** * The CreateIssuedDocumentRequest model module. * @module model/CreateIssuedDocumentRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreateIssuedDocumentRequest { /** diff --git a/src/model/CreateIssuedDocumentResponse.js b/src/model/CreateIssuedDocumentResponse.js index 113c86f7..da4568fb 100644 --- a/src/model/CreateIssuedDocumentResponse.js +++ b/src/model/CreateIssuedDocumentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import IssuedDocument from './IssuedDocument' /** * The CreateIssuedDocumentResponse model module. * @module model/CreateIssuedDocumentResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreateIssuedDocumentResponse { /** diff --git a/src/model/CreatePaymentAccountRequest.js b/src/model/CreatePaymentAccountRequest.js index 70d7e7fc..1c96bc76 100644 --- a/src/model/CreatePaymentAccountRequest.js +++ b/src/model/CreatePaymentAccountRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PaymentAccount from './PaymentAccount' /** * The CreatePaymentAccountRequest model module. * @module model/CreatePaymentAccountRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreatePaymentAccountRequest { /** diff --git a/src/model/CreatePaymentAccountResponse.js b/src/model/CreatePaymentAccountResponse.js index 9d9a712d..5a461546 100644 --- a/src/model/CreatePaymentAccountResponse.js +++ b/src/model/CreatePaymentAccountResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PaymentAccount from './PaymentAccount' /** * The CreatePaymentAccountResponse model module. * @module model/CreatePaymentAccountResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreatePaymentAccountResponse { /** diff --git a/src/model/CreatePaymentMethodRequest.js b/src/model/CreatePaymentMethodRequest.js index 6ca0f612..7d9162be 100644 --- a/src/model/CreatePaymentMethodRequest.js +++ b/src/model/CreatePaymentMethodRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PaymentMethod from './PaymentMethod' /** * The CreatePaymentMethodRequest model module. * @module model/CreatePaymentMethodRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreatePaymentMethodRequest { /** diff --git a/src/model/CreatePaymentMethodResponse.js b/src/model/CreatePaymentMethodResponse.js index 8f120601..33ed18d0 100644 --- a/src/model/CreatePaymentMethodResponse.js +++ b/src/model/CreatePaymentMethodResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PaymentMethod from './PaymentMethod' /** * The CreatePaymentMethodResponse model module. * @module model/CreatePaymentMethodResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreatePaymentMethodResponse { /** diff --git a/src/model/CreateProductRequest.js b/src/model/CreateProductRequest.js index 7f508e8d..23552ef6 100644 --- a/src/model/CreateProductRequest.js +++ b/src/model/CreateProductRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Product from './Product' /** * The CreateProductRequest model module. * @module model/CreateProductRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreateProductRequest { /** diff --git a/src/model/CreateProductResponse.js b/src/model/CreateProductResponse.js index b24aed4c..369bdd8d 100644 --- a/src/model/CreateProductResponse.js +++ b/src/model/CreateProductResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Product from './Product' /** * The CreateProductResponse model module. * @module model/CreateProductResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreateProductResponse { /** diff --git a/src/model/CreateReceiptRequest.js b/src/model/CreateReceiptRequest.js index 56b361e1..081ef278 100644 --- a/src/model/CreateReceiptRequest.js +++ b/src/model/CreateReceiptRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Receipt from './Receipt' /** * The CreateReceiptRequest model module. * @module model/CreateReceiptRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreateReceiptRequest { /** diff --git a/src/model/CreateReceiptResponse.js b/src/model/CreateReceiptResponse.js index 0dbd980c..96a30411 100644 --- a/src/model/CreateReceiptResponse.js +++ b/src/model/CreateReceiptResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Receipt from './Receipt' /** * The CreateReceiptResponse model module. * @module model/CreateReceiptResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreateReceiptResponse { /** diff --git a/src/model/CreateReceivedDocumentRequest.js b/src/model/CreateReceivedDocumentRequest.js index 101032ba..52daefd3 100644 --- a/src/model/CreateReceivedDocumentRequest.js +++ b/src/model/CreateReceivedDocumentRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import ReceivedDocument from './ReceivedDocument' /** * The CreateReceivedDocumentRequest model module. * @module model/CreateReceivedDocumentRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreateReceivedDocumentRequest { /** diff --git a/src/model/CreateReceivedDocumentResponse.js b/src/model/CreateReceivedDocumentResponse.js index e0d93178..85795aa5 100644 --- a/src/model/CreateReceivedDocumentResponse.js +++ b/src/model/CreateReceivedDocumentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ReceivedDocument from './ReceivedDocument' /** * The CreateReceivedDocumentResponse model module. * @module model/CreateReceivedDocumentResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreateReceivedDocumentResponse { /** diff --git a/src/model/CreateSupplierRequest.js b/src/model/CreateSupplierRequest.js index 1c798db8..77ebd296 100644 --- a/src/model/CreateSupplierRequest.js +++ b/src/model/CreateSupplierRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Supplier from './Supplier' /** * The CreateSupplierRequest model module. * @module model/CreateSupplierRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreateSupplierRequest { /** diff --git a/src/model/CreateSupplierResponse.js b/src/model/CreateSupplierResponse.js index 5c76dd27..45c41f19 100644 --- a/src/model/CreateSupplierResponse.js +++ b/src/model/CreateSupplierResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Supplier from './Supplier' /** * The CreateSupplierResponse model module. * @module model/CreateSupplierResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreateSupplierResponse { /** diff --git a/src/model/CreateVatTypeRequest.js b/src/model/CreateVatTypeRequest.js index 404d7bcc..bdb7d2c2 100644 --- a/src/model/CreateVatTypeRequest.js +++ b/src/model/CreateVatTypeRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import VatType from './VatType' /** * The CreateVatTypeRequest model module. * @module model/CreateVatTypeRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreateVatTypeRequest { /** diff --git a/src/model/CreateVatTypeResponse.js b/src/model/CreateVatTypeResponse.js index 3f01e01e..6890c4b1 100644 --- a/src/model/CreateVatTypeResponse.js +++ b/src/model/CreateVatTypeResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import VatType from './VatType' /** * The CreateVatTypeResponse model module. * @module model/CreateVatTypeResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreateVatTypeResponse { /** diff --git a/src/model/CreateWebhooksSubscriptionRequest.js b/src/model/CreateWebhooksSubscriptionRequest.js index 3eff8a59..b839c20f 100644 --- a/src/model/CreateWebhooksSubscriptionRequest.js +++ b/src/model/CreateWebhooksSubscriptionRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import WebhooksSubscription from './WebhooksSubscription' /** * The CreateWebhooksSubscriptionRequest model module. * @module model/CreateWebhooksSubscriptionRequest - * @version 2.1.0 + * @version 2.1.1 */ class CreateWebhooksSubscriptionRequest { /** diff --git a/src/model/CreateWebhooksSubscriptionResponse.js b/src/model/CreateWebhooksSubscriptionResponse.js index cd8d4855..afb25be5 100644 --- a/src/model/CreateWebhooksSubscriptionResponse.js +++ b/src/model/CreateWebhooksSubscriptionResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import WebhooksSubscription from './WebhooksSubscription' /** * The CreateWebhooksSubscriptionResponse model module. * @module model/CreateWebhooksSubscriptionResponse - * @version 2.1.0 + * @version 2.1.1 */ class CreateWebhooksSubscriptionResponse { /** diff --git a/src/model/Currency.js b/src/model/Currency.js index ea726bac..95d731f8 100644 --- a/src/model/Currency.js +++ b/src/model/Currency.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The Currency model module. * @module model/Currency - * @version 2.1.0 + * @version 2.1.1 */ class Currency { /** diff --git a/src/model/DetailedCountry.js b/src/model/DetailedCountry.js index 30e25ff5..f420ad72 100644 --- a/src/model/DetailedCountry.js +++ b/src/model/DetailedCountry.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The DetailedCountry model module. * @module model/DetailedCountry - * @version 2.1.0 + * @version 2.1.1 */ class DetailedCountry { /** diff --git a/src/model/DocumentTemplate.js b/src/model/DocumentTemplate.js index 2bc19770..cb1561a9 100644 --- a/src/model/DocumentTemplate.js +++ b/src/model/DocumentTemplate.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The DocumentTemplate model module. * @module model/DocumentTemplate - * @version 2.1.0 + * @version 2.1.1 */ class DocumentTemplate { /** diff --git a/src/model/EInvoiceRejectionReason.js b/src/model/EInvoiceRejectionReason.js index d3c3dc3b..48df4cce 100644 --- a/src/model/EInvoiceRejectionReason.js +++ b/src/model/EInvoiceRejectionReason.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The EInvoiceRejectionReason model module. * @module model/EInvoiceRejectionReason - * @version 2.1.0 + * @version 2.1.1 */ class EInvoiceRejectionReason { /** diff --git a/src/model/Email.js b/src/model/Email.js index 7e077ac1..7d0db7ab 100644 --- a/src/model/Email.js +++ b/src/model/Email.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import EmailStatus from './EmailStatus' /** * The Email model module. * @module model/Email - * @version 2.1.0 + * @version 2.1.1 */ class Email { /** @@ -56,7 +56,7 @@ class Email { obj.status = EmailStatus.constructFromObject(data.status) } if (data.hasOwnProperty('sent_date')) { - obj.sent_date = ApiClient.convertToType(data.sent_date, 'Date') + obj.sent_date = ApiClient.convertToType(data.sent_date, 'String') } if (data.hasOwnProperty('errors_count')) { obj.errors_count = ApiClient.convertToType(data.errors_count, 'Number') @@ -107,6 +107,10 @@ class Email { * @return {boolean} to indicate whether the JSON data is valid with respect to Email. */ static validateJSON (data) { + // ensure the json data is a string + if (data.sent_date && !(typeof data.sent_date === 'string' || data.sent_date instanceof String)) { + throw new Error('Expected the field `sent_date` to be a primitive type in the JSON string but got ' + data.sent_date) + } // ensure the json data is a string if (data.error_log && !(typeof data.error_log === 'string' || data.error_log instanceof String)) { throw new Error('Expected the field `error_log` to be a primitive type in the JSON string but got ' + data.error_log) @@ -171,7 +175,7 @@ Email.prototype.status = undefined /** * Email sent date - * @member {Date} sent_date + * @member {String} sent_date */ Email.prototype.sent_date = undefined diff --git a/src/model/EmailAttachment.js b/src/model/EmailAttachment.js index 13ab5891..8aa524bb 100644 --- a/src/model/EmailAttachment.js +++ b/src/model/EmailAttachment.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The EmailAttachment model module. * @module model/EmailAttachment - * @version 2.1.0 + * @version 2.1.1 */ class EmailAttachment { /** diff --git a/src/model/EmailData.js b/src/model/EmailData.js index 3707c97f..a4dd0cfe 100644 --- a/src/model/EmailData.js +++ b/src/model/EmailData.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import SenderEmail from './SenderEmail' /** * The EmailData model module. * @module model/EmailData - * @version 2.1.0 + * @version 2.1.1 */ class EmailData { /** diff --git a/src/model/EmailDataDefaultSenderEmail.js b/src/model/EmailDataDefaultSenderEmail.js index bb382528..c90bf699 100644 --- a/src/model/EmailDataDefaultSenderEmail.js +++ b/src/model/EmailDataDefaultSenderEmail.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The EmailDataDefaultSenderEmail model module. * @module model/EmailDataDefaultSenderEmail - * @version 2.1.0 + * @version 2.1.1 */ class EmailDataDefaultSenderEmail { /** diff --git a/src/model/EmailRecipientStatus.js b/src/model/EmailRecipientStatus.js index 489710f8..d6afd12a 100644 --- a/src/model/EmailRecipientStatus.js +++ b/src/model/EmailRecipientStatus.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/EmailSchedule.js b/src/model/EmailSchedule.js index 400a781b..0708170b 100644 --- a/src/model/EmailSchedule.js +++ b/src/model/EmailSchedule.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import EmailScheduleInclude from './EmailScheduleInclude' /** * The EmailSchedule model module. * @module model/EmailSchedule - * @version 2.1.0 + * @version 2.1.1 */ class EmailSchedule { /** diff --git a/src/model/EmailScheduleInclude.js b/src/model/EmailScheduleInclude.js index fc13ff20..2dabebe3 100644 --- a/src/model/EmailScheduleInclude.js +++ b/src/model/EmailScheduleInclude.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The EmailScheduleInclude model module. * @module model/EmailScheduleInclude - * @version 2.1.0 + * @version 2.1.1 */ class EmailScheduleInclude { /** diff --git a/src/model/EmailStatus.js b/src/model/EmailStatus.js index cb17b5e9..abf709dc 100644 --- a/src/model/EmailStatus.js +++ b/src/model/EmailStatus.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/Entity.js b/src/model/Entity.js index 15fc26ac..ab550f8a 100644 --- a/src/model/Entity.js +++ b/src/model/Entity.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,7 +20,7 @@ import VatType from './VatType' /** * The Entity model module. * @module model/Entity - * @version 2.1.0 + * @version 2.1.1 */ class Entity { /** diff --git a/src/model/EntityType.js b/src/model/EntityType.js index fafec90d..c3622023 100644 --- a/src/model/EntityType.js +++ b/src/model/EntityType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/EventType.js b/src/model/EventType.js index 6adbc50f..1e68bf6d 100644 --- a/src/model/EventType.js +++ b/src/model/EventType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -395,6 +395,72 @@ export default class EventType { */ 'received_documents.e_invoices.receive' = 'it.fattureincloud.webhooks.received_documents.e_invoices.receive' + /** + * value: "it.fattureincloud.webhooks.issued_documents.invoices.email_sent" + * @const + */ + 'issued_documents.invoices.email_sent' = 'it.fattureincloud.webhooks.issued_documents.invoices.email_sent' + + /** + * value: "it.fattureincloud.webhooks.issued_documents.quotes.email_sent" + * @const + */ + 'issued_documents.quotes.email_sent' = 'it.fattureincloud.webhooks.issued_documents.quotes.email_sent' + + /** + * value: "it.fattureincloud.webhooks.issued_documents.proformas.email_sent" + * @const + */ + 'issued_documents.proformas.email_sent' = 'it.fattureincloud.webhooks.issued_documents.proformas.email_sent' + + /** + * value: "it.fattureincloud.webhooks.issued_documents.receipts.email_sent" + * @const + */ + 'issued_documents.receipts.email_sent' = 'it.fattureincloud.webhooks.issued_documents.receipts.email_sent' + + /** + * value: "it.fattureincloud.webhooks.issued_documents.delivery_notes.email_sent" + * @const + */ + 'issued_documents.delivery_notes.email_sent' = 'it.fattureincloud.webhooks.issued_documents.delivery_notes.email_sent' + + /** + * value: "it.fattureincloud.webhooks.issued_documents.credit_notes.email_sent" + * @const + */ + 'issued_documents.credit_notes.email_sent' = 'it.fattureincloud.webhooks.issued_documents.credit_notes.email_sent' + + /** + * value: "it.fattureincloud.webhooks.issued_documents.orders.email_sent" + * @const + */ + 'issued_documents.orders.email_sent' = 'it.fattureincloud.webhooks.issued_documents.orders.email_sent' + + /** + * value: "it.fattureincloud.webhooks.issued_documents.work_reports.email_sent" + * @const + */ + 'issued_documents.work_reports.email_sent' = 'it.fattureincloud.webhooks.issued_documents.work_reports.email_sent' + + /** + * value: "it.fattureincloud.webhooks.issued_documents.supplier_orders.email_sent" + * @const + */ + 'issued_documents.supplier_orders.email_sent' = 'it.fattureincloud.webhooks.issued_documents.supplier_orders.email_sent' + + /** + * value: "it.fattureincloud.webhooks.issued_documents.self_invoices.email_sent" + * @const + */ + 'issued_documents.self_invoices.email_sent' = 'it.fattureincloud.webhooks.issued_documents.self_invoices.email_sent' + + /** + * value: "it.fattureincloud.webhooks.issued_documents.all.email_sent" + * @const + */ + 'issued_documents.all.email_sent' = 'it.fattureincloud.webhooks.issued_documents.all.email_sent' + /** * Returns a EventType enum value from a Javascript object name. * @param {Object} data The plain JavaScript object containing the name of the enum value. diff --git a/src/model/F24.js b/src/model/F24.js index 6bfab153..c8021e8d 100644 --- a/src/model/F24.js +++ b/src/model/F24.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import PaymentAccount from './PaymentAccount' /** * The F24 model module. * @module model/F24 - * @version 2.1.0 + * @version 2.1.1 */ class F24 { /** diff --git a/src/model/F24Status.js b/src/model/F24Status.js index e9bb2d82..61ce3f6a 100644 --- a/src/model/F24Status.js +++ b/src/model/F24Status.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/FattureInCloudPlanType.js b/src/model/FattureInCloudPlanType.js index 49c22b68..f78c41ec 100644 --- a/src/model/FattureInCloudPlanType.js +++ b/src/model/FattureInCloudPlanType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/FunctionStatus.js b/src/model/FunctionStatus.js index e7cede91..e3a82052 100644 --- a/src/model/FunctionStatus.js +++ b/src/model/FunctionStatus.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The FunctionStatus model module. * @module model/FunctionStatus - * @version 2.1.0 + * @version 2.1.1 */ class FunctionStatus { /** diff --git a/src/model/GetArchiveDocumentResponse.js b/src/model/GetArchiveDocumentResponse.js index 77b3210b..ba327f70 100644 --- a/src/model/GetArchiveDocumentResponse.js +++ b/src/model/GetArchiveDocumentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ArchiveDocument from './ArchiveDocument' /** * The GetArchiveDocumentResponse model module. * @module model/GetArchiveDocumentResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetArchiveDocumentResponse { /** diff --git a/src/model/GetCashbookEntryResponse.js b/src/model/GetCashbookEntryResponse.js index cc3b01e1..db6d567b 100644 --- a/src/model/GetCashbookEntryResponse.js +++ b/src/model/GetCashbookEntryResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import CashbookEntry from './CashbookEntry' /** * The GetCashbookEntryResponse model module. * @module model/GetCashbookEntryResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetCashbookEntryResponse { /** diff --git a/src/model/GetClientResponse.js b/src/model/GetClientResponse.js index 7038e5be..2c44a5ea 100644 --- a/src/model/GetClientResponse.js +++ b/src/model/GetClientResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Client from './Client' /** * The GetClientResponse model module. * @module model/GetClientResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetClientResponse { /** diff --git a/src/model/GetCompanyInfoResponse.js b/src/model/GetCompanyInfoResponse.js index ba34b602..8d5dd819 100644 --- a/src/model/GetCompanyInfoResponse.js +++ b/src/model/GetCompanyInfoResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import CompanyInfo from './CompanyInfo' /** * The GetCompanyInfoResponse model module. * @module model/GetCompanyInfoResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetCompanyInfoResponse { /** diff --git a/src/model/GetCompanyPlanUsageResponse.js b/src/model/GetCompanyPlanUsageResponse.js index 4336983a..59fc608d 100644 --- a/src/model/GetCompanyPlanUsageResponse.js +++ b/src/model/GetCompanyPlanUsageResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import CompanyPlanUsage from './CompanyPlanUsage' /** * The GetCompanyPlanUsageResponse model module. * @module model/GetCompanyPlanUsageResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetCompanyPlanUsageResponse { /** diff --git a/src/model/GetEInvoiceRejectionReasonResponse.js b/src/model/GetEInvoiceRejectionReasonResponse.js index ec7d822b..25e2e0e4 100644 --- a/src/model/GetEInvoiceRejectionReasonResponse.js +++ b/src/model/GetEInvoiceRejectionReasonResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import EInvoiceRejectionReason from './EInvoiceRejectionReason' /** * The GetEInvoiceRejectionReasonResponse model module. * @module model/GetEInvoiceRejectionReasonResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetEInvoiceRejectionReasonResponse { /** diff --git a/src/model/GetEmailDataResponse.js b/src/model/GetEmailDataResponse.js index ec724886..b426adcf 100644 --- a/src/model/GetEmailDataResponse.js +++ b/src/model/GetEmailDataResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import EmailData from './EmailData' /** * The GetEmailDataResponse model module. * @module model/GetEmailDataResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetEmailDataResponse { /** diff --git a/src/model/GetExistingIssuedDocumentTotalsRequest.js b/src/model/GetExistingIssuedDocumentTotalsRequest.js index 3f9e6c85..4c1f5722 100644 --- a/src/model/GetExistingIssuedDocumentTotalsRequest.js +++ b/src/model/GetExistingIssuedDocumentTotalsRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import IssuedDocument from './IssuedDocument' /** * The GetExistingIssuedDocumentTotalsRequest model module. * @module model/GetExistingIssuedDocumentTotalsRequest - * @version 2.1.0 + * @version 2.1.1 */ class GetExistingIssuedDocumentTotalsRequest { /** diff --git a/src/model/GetExistingIssuedDocumentTotalsResponse.js b/src/model/GetExistingIssuedDocumentTotalsResponse.js index 5958d856..9f7d1b56 100644 --- a/src/model/GetExistingIssuedDocumentTotalsResponse.js +++ b/src/model/GetExistingIssuedDocumentTotalsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import IssuedDocumentTotals from './IssuedDocumentTotals' /** * The GetExistingIssuedDocumentTotalsResponse model module. * @module model/GetExistingIssuedDocumentTotalsResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetExistingIssuedDocumentTotalsResponse { /** diff --git a/src/model/GetExistingReceivedDocumentTotalsRequest.js b/src/model/GetExistingReceivedDocumentTotalsRequest.js index fc86b8ed..c154e84f 100644 --- a/src/model/GetExistingReceivedDocumentTotalsRequest.js +++ b/src/model/GetExistingReceivedDocumentTotalsRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ReceivedDocument from './ReceivedDocument' /** * The GetExistingReceivedDocumentTotalsRequest model module. * @module model/GetExistingReceivedDocumentTotalsRequest - * @version 2.1.0 + * @version 2.1.1 */ class GetExistingReceivedDocumentTotalsRequest { /** diff --git a/src/model/GetExistingReceivedDocumentTotalsResponse.js b/src/model/GetExistingReceivedDocumentTotalsResponse.js index 8323689e..dcf90eb0 100644 --- a/src/model/GetExistingReceivedDocumentTotalsResponse.js +++ b/src/model/GetExistingReceivedDocumentTotalsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ReceivedDocumentTotals from './ReceivedDocumentTotals' /** * The GetExistingReceivedDocumentTotalsResponse model module. * @module model/GetExistingReceivedDocumentTotalsResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetExistingReceivedDocumentTotalsResponse { /** diff --git a/src/model/GetF24Response.js b/src/model/GetF24Response.js index 05fcd8e4..d4463ee6 100644 --- a/src/model/GetF24Response.js +++ b/src/model/GetF24Response.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import F24 from './F24' /** * The GetF24Response model module. * @module model/GetF24Response - * @version 2.1.0 + * @version 2.1.1 */ class GetF24Response { /** diff --git a/src/model/GetIssuedDocumentPreCreateInfoResponse.js b/src/model/GetIssuedDocumentPreCreateInfoResponse.js index 4776c9e9..5d83f370 100644 --- a/src/model/GetIssuedDocumentPreCreateInfoResponse.js +++ b/src/model/GetIssuedDocumentPreCreateInfoResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import IssuedDocumentPreCreateInfo from './IssuedDocumentPreCreateInfo' /** * The GetIssuedDocumentPreCreateInfoResponse model module. * @module model/GetIssuedDocumentPreCreateInfoResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetIssuedDocumentPreCreateInfoResponse { /** diff --git a/src/model/GetIssuedDocumentResponse.js b/src/model/GetIssuedDocumentResponse.js index db316cc1..f0487730 100644 --- a/src/model/GetIssuedDocumentResponse.js +++ b/src/model/GetIssuedDocumentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import IssuedDocument from './IssuedDocument' /** * The GetIssuedDocumentResponse model module. * @module model/GetIssuedDocumentResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetIssuedDocumentResponse { /** diff --git a/src/model/GetNewIssuedDocumentTotalsRequest.js b/src/model/GetNewIssuedDocumentTotalsRequest.js index 509be4bd..8a7cc79a 100644 --- a/src/model/GetNewIssuedDocumentTotalsRequest.js +++ b/src/model/GetNewIssuedDocumentTotalsRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import IssuedDocument from './IssuedDocument' /** * The GetNewIssuedDocumentTotalsRequest model module. * @module model/GetNewIssuedDocumentTotalsRequest - * @version 2.1.0 + * @version 2.1.1 */ class GetNewIssuedDocumentTotalsRequest { /** diff --git a/src/model/GetNewIssuedDocumentTotalsResponse.js b/src/model/GetNewIssuedDocumentTotalsResponse.js index 557925d2..e4c707e9 100644 --- a/src/model/GetNewIssuedDocumentTotalsResponse.js +++ b/src/model/GetNewIssuedDocumentTotalsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import IssuedDocumentTotals from './IssuedDocumentTotals' /** * The GetNewIssuedDocumentTotalsResponse model module. * @module model/GetNewIssuedDocumentTotalsResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetNewIssuedDocumentTotalsResponse { /** diff --git a/src/model/GetNewReceivedDocumentTotalsRequest.js b/src/model/GetNewReceivedDocumentTotalsRequest.js index 1e8ae228..cfa7587d 100644 --- a/src/model/GetNewReceivedDocumentTotalsRequest.js +++ b/src/model/GetNewReceivedDocumentTotalsRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ReceivedDocument from './ReceivedDocument' /** * The GetNewReceivedDocumentTotalsRequest model module. * @module model/GetNewReceivedDocumentTotalsRequest - * @version 2.1.0 + * @version 2.1.1 */ class GetNewReceivedDocumentTotalsRequest { /** diff --git a/src/model/GetNewReceivedDocumentTotalsResponse.js b/src/model/GetNewReceivedDocumentTotalsResponse.js index 71373910..4be2cfc4 100644 --- a/src/model/GetNewReceivedDocumentTotalsResponse.js +++ b/src/model/GetNewReceivedDocumentTotalsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ReceivedDocumentTotals from './ReceivedDocumentTotals' /** * The GetNewReceivedDocumentTotalsResponse model module. * @module model/GetNewReceivedDocumentTotalsResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetNewReceivedDocumentTotalsResponse { /** diff --git a/src/model/GetPaymentAccountResponse.js b/src/model/GetPaymentAccountResponse.js index 0b80eb37..25b4c358 100644 --- a/src/model/GetPaymentAccountResponse.js +++ b/src/model/GetPaymentAccountResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PaymentAccount from './PaymentAccount' /** * The GetPaymentAccountResponse model module. * @module model/GetPaymentAccountResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetPaymentAccountResponse { /** diff --git a/src/model/GetPaymentMethodResponse.js b/src/model/GetPaymentMethodResponse.js index 0075f4b0..17389b01 100644 --- a/src/model/GetPaymentMethodResponse.js +++ b/src/model/GetPaymentMethodResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PaymentMethod from './PaymentMethod' /** * The GetPaymentMethodResponse model module. * @module model/GetPaymentMethodResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetPaymentMethodResponse { /** diff --git a/src/model/GetProductResponse.js b/src/model/GetProductResponse.js index 7f3a996e..751ccc77 100644 --- a/src/model/GetProductResponse.js +++ b/src/model/GetProductResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Product from './Product' /** * The GetProductResponse model module. * @module model/GetProductResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetProductResponse { /** diff --git a/src/model/GetReceiptPreCreateInfoResponse.js b/src/model/GetReceiptPreCreateInfoResponse.js index 28838595..fd310976 100644 --- a/src/model/GetReceiptPreCreateInfoResponse.js +++ b/src/model/GetReceiptPreCreateInfoResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ReceiptPreCreateInfo from './ReceiptPreCreateInfo' /** * The GetReceiptPreCreateInfoResponse model module. * @module model/GetReceiptPreCreateInfoResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetReceiptPreCreateInfoResponse { /** diff --git a/src/model/GetReceiptResponse.js b/src/model/GetReceiptResponse.js index 021bd7bc..52c1e06e 100644 --- a/src/model/GetReceiptResponse.js +++ b/src/model/GetReceiptResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Receipt from './Receipt' /** * The GetReceiptResponse model module. * @module model/GetReceiptResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetReceiptResponse { /** diff --git a/src/model/GetReceiptsMonthlyTotalsResponse.js b/src/model/GetReceiptsMonthlyTotalsResponse.js index 35688dfb..9969a799 100644 --- a/src/model/GetReceiptsMonthlyTotalsResponse.js +++ b/src/model/GetReceiptsMonthlyTotalsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import MonthlyTotal from './MonthlyTotal' /** * The GetReceiptsMonthlyTotalsResponse model module. * @module model/GetReceiptsMonthlyTotalsResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetReceiptsMonthlyTotalsResponse { /** diff --git a/src/model/GetReceivedDocumentPreCreateInfoResponse.js b/src/model/GetReceivedDocumentPreCreateInfoResponse.js index 9f40dabe..688f0e6a 100644 --- a/src/model/GetReceivedDocumentPreCreateInfoResponse.js +++ b/src/model/GetReceivedDocumentPreCreateInfoResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ReceivedDocumentInfo from './ReceivedDocumentInfo' /** * The GetReceivedDocumentPreCreateInfoResponse model module. * @module model/GetReceivedDocumentPreCreateInfoResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetReceivedDocumentPreCreateInfoResponse { /** diff --git a/src/model/GetReceivedDocumentResponse.js b/src/model/GetReceivedDocumentResponse.js index aa61735a..1ac1675c 100644 --- a/src/model/GetReceivedDocumentResponse.js +++ b/src/model/GetReceivedDocumentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ReceivedDocument from './ReceivedDocument' /** * The GetReceivedDocumentResponse model module. * @module model/GetReceivedDocumentResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetReceivedDocumentResponse { /** diff --git a/src/model/GetSupplierResponse.js b/src/model/GetSupplierResponse.js index 4e12f4a2..5157d374 100644 --- a/src/model/GetSupplierResponse.js +++ b/src/model/GetSupplierResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Supplier from './Supplier' /** * The GetSupplierResponse model module. * @module model/GetSupplierResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetSupplierResponse { /** diff --git a/src/model/GetTaxProfileResponse.js b/src/model/GetTaxProfileResponse.js new file mode 100644 index 00000000..ab062540 --- /dev/null +++ b/src/model/GetTaxProfileResponse.js @@ -0,0 +1,76 @@ +/** + * Fatture in Cloud API v2 - API Reference + * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + * + * The version of the OpenAPI document: 2.1.3 + * Contact: info@fattureincloud.it + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + * + */ + +import TaxProfile from './TaxProfile' + +/** + * The GetTaxProfileResponse model module. + * @module model/GetTaxProfileResponse + * @version 2.1.1 + */ +class GetTaxProfileResponse { + /** + * Constructs a new GetTaxProfileResponse. + * @alias module:model/GetTaxProfileResponse + */ + constructor () { + GetTaxProfileResponse.initialize(this) + } + + /** + * Initializes the fields of this object. + * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). + * Only for internal use. + */ + static initialize (obj) { + } + + /** + * Constructs a GetTaxProfileResponse from a plain JavaScript object, optionally creating a new instance. + * Copies all relevant properties from data to obj if supplied or a new instance if not. + * @param {Object} data The plain JavaScript object bearing properties of interest. + * @param {module:model/GetTaxProfileResponse} obj Optional instance to populate. + * @return {module:model/GetTaxProfileResponse} The populated GetTaxProfileResponse instance. + */ + static constructFromObject (data, obj) { + if (data) { + obj = obj || new GetTaxProfileResponse() + + if (data.hasOwnProperty('data')) { + obj.data = TaxProfile.constructFromObject(data.data) + } + } + return obj + } + + /** + * Validates the JSON data with respect to GetTaxProfileResponse. + * @param {Object} data The plain JavaScript object bearing properties of interest. + * @return {boolean} to indicate whether the JSON data is valid with respect to GetTaxProfileResponse. + */ + static validateJSON (data) { + // validate the optional field `data` + if (data.data) { // data not null + TaxProfile.validateJSON(data.data) + } + + return true + } +} + +/** + * @member {module:model/TaxProfile} data + */ +GetTaxProfileResponse.prototype.data = undefined + +export default GetTaxProfileResponse diff --git a/src/model/GetUserInfoResponse.js b/src/model/GetUserInfoResponse.js index fa9e4f56..052c8df2 100644 --- a/src/model/GetUserInfoResponse.js +++ b/src/model/GetUserInfoResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import User from './User' /** * The GetUserInfoResponse model module. * @module model/GetUserInfoResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetUserInfoResponse { /** diff --git a/src/model/GetUserInfoResponseEmailConfirmationState.js b/src/model/GetUserInfoResponseEmailConfirmationState.js index 7be4e46a..ca8a6e7e 100644 --- a/src/model/GetUserInfoResponseEmailConfirmationState.js +++ b/src/model/GetUserInfoResponseEmailConfirmationState.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The GetUserInfoResponseEmailConfirmationState model module. * @module model/GetUserInfoResponseEmailConfirmationState - * @version 2.1.0 + * @version 2.1.1 */ class GetUserInfoResponseEmailConfirmationState { /** diff --git a/src/model/GetUserInfoResponseInfo.js b/src/model/GetUserInfoResponseInfo.js index 8d570441..3730bdac 100644 --- a/src/model/GetUserInfoResponseInfo.js +++ b/src/model/GetUserInfoResponseInfo.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The GetUserInfoResponseInfo model module. * @module model/GetUserInfoResponseInfo - * @version 2.1.0 + * @version 2.1.1 */ class GetUserInfoResponseInfo { /** diff --git a/src/model/GetVatTypeResponse.js b/src/model/GetVatTypeResponse.js index de317ecd..a27243b2 100644 --- a/src/model/GetVatTypeResponse.js +++ b/src/model/GetVatTypeResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import VatType from './VatType' /** * The GetVatTypeResponse model module. * @module model/GetVatTypeResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetVatTypeResponse { /** diff --git a/src/model/GetWebhooksSubscriptionResponse.js b/src/model/GetWebhooksSubscriptionResponse.js index b0dfed7e..ead10ae2 100644 --- a/src/model/GetWebhooksSubscriptionResponse.js +++ b/src/model/GetWebhooksSubscriptionResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import WebhooksSubscription from './WebhooksSubscription' /** * The GetWebhooksSubscriptionResponse model module. * @module model/GetWebhooksSubscriptionResponse - * @version 2.1.0 + * @version 2.1.1 */ class GetWebhooksSubscriptionResponse { /** diff --git a/src/model/IssuedDocument.js b/src/model/IssuedDocument.js index 01bb86ff..67f4e3df 100644 --- a/src/model/IssuedDocument.js +++ b/src/model/IssuedDocument.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,7 +27,7 @@ import ShowTotalsMode from './ShowTotalsMode' /** * The IssuedDocument model module. * @module model/IssuedDocument - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocument { /** @@ -530,7 +530,7 @@ IssuedDocument.prototype.currency = undefined IssuedDocument.prototype.language = undefined /** - * Issued document subject + * Issued document subject [not shown on the PDF] * @member {String} subject */ IssuedDocument.prototype.subject = undefined diff --git a/src/model/IssuedDocumentEiData.js b/src/model/IssuedDocumentEiData.js index fc0fad08..a2c1d038 100644 --- a/src/model/IssuedDocumentEiData.js +++ b/src/model/IssuedDocumentEiData.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import VatKind from './VatKind' /** * The IssuedDocumentEiData model module. * @module model/IssuedDocumentEiData - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentEiData { /** diff --git a/src/model/IssuedDocumentExtraData.js b/src/model/IssuedDocumentExtraData.js index 078e533f..2bdf9443 100644 --- a/src/model/IssuedDocumentExtraData.js +++ b/src/model/IssuedDocumentExtraData.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The IssuedDocumentExtraData model module. * @module model/IssuedDocumentExtraData - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentExtraData { /** diff --git a/src/model/IssuedDocumentItemsListItem.js b/src/model/IssuedDocumentItemsListItem.js index 667580e2..d27d63a4 100644 --- a/src/model/IssuedDocumentItemsListItem.js +++ b/src/model/IssuedDocumentItemsListItem.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import VatType from './VatType' /** * The IssuedDocumentItemsListItem model module. * @module model/IssuedDocumentItemsListItem - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentItemsListItem { /** diff --git a/src/model/IssuedDocumentOptions.js b/src/model/IssuedDocumentOptions.js index a49e796d..d1bba706 100644 --- a/src/model/IssuedDocumentOptions.js +++ b/src/model/IssuedDocumentOptions.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The IssuedDocumentOptions model module. * @module model/IssuedDocumentOptions - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentOptions { /** diff --git a/src/model/IssuedDocumentPaymentsListItem.js b/src/model/IssuedDocumentPaymentsListItem.js index 02b515a6..e3c6d799 100644 --- a/src/model/IssuedDocumentPaymentsListItem.js +++ b/src/model/IssuedDocumentPaymentsListItem.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import PaymentAccount from './PaymentAccount' /** * The IssuedDocumentPaymentsListItem model module. * @module model/IssuedDocumentPaymentsListItem - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentPaymentsListItem { /** diff --git a/src/model/IssuedDocumentPaymentsListItemPaymentTerms.js b/src/model/IssuedDocumentPaymentsListItemPaymentTerms.js index a8506b62..fa94ed96 100644 --- a/src/model/IssuedDocumentPaymentsListItemPaymentTerms.js +++ b/src/model/IssuedDocumentPaymentsListItemPaymentTerms.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import PaymentTermsType from './PaymentTermsType' /** * The IssuedDocumentPaymentsListItemPaymentTerms model module. * @module model/IssuedDocumentPaymentsListItemPaymentTerms - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentPaymentsListItemPaymentTerms { /** diff --git a/src/model/IssuedDocumentPreCreateInfo.js b/src/model/IssuedDocumentPreCreateInfo.js index a4a9d92c..6ee53b5f 100644 --- a/src/model/IssuedDocumentPreCreateInfo.js +++ b/src/model/IssuedDocumentPreCreateInfo.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,7 +25,7 @@ import VatType from './VatType' /** * The IssuedDocumentPreCreateInfo model module. * @module model/IssuedDocumentPreCreateInfo - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentPreCreateInfo { /** diff --git a/src/model/IssuedDocumentPreCreateInfoDefaultValues.js b/src/model/IssuedDocumentPreCreateInfoDefaultValues.js index b3438e4e..677cbf65 100644 --- a/src/model/IssuedDocumentPreCreateInfoDefaultValues.js +++ b/src/model/IssuedDocumentPreCreateInfoDefaultValues.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import PaymentMethod from './PaymentMethod' /** * The IssuedDocumentPreCreateInfoDefaultValues model module. * @module model/IssuedDocumentPreCreateInfoDefaultValues - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentPreCreateInfoDefaultValues { /** diff --git a/src/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.js b/src/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.js index bc75c15c..626f52f5 100644 --- a/src/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.js +++ b/src/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The IssuedDocumentPreCreateInfoExtraDataDefaultValues model module. * @module model/IssuedDocumentPreCreateInfoExtraDataDefaultValues - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentPreCreateInfoExtraDataDefaultValues { /** diff --git a/src/model/IssuedDocumentPreCreateInfoItemsDefaultValues.js b/src/model/IssuedDocumentPreCreateInfoItemsDefaultValues.js index b2925950..2930303d 100644 --- a/src/model/IssuedDocumentPreCreateInfoItemsDefaultValues.js +++ b/src/model/IssuedDocumentPreCreateInfoItemsDefaultValues.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import VatType from './VatType' /** * The IssuedDocumentPreCreateInfoItemsDefaultValues model module. * @module model/IssuedDocumentPreCreateInfoItemsDefaultValues - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentPreCreateInfoItemsDefaultValues { /** diff --git a/src/model/IssuedDocumentStatus.js b/src/model/IssuedDocumentStatus.js index e391c07b..9a5fd150 100644 --- a/src/model/IssuedDocumentStatus.js +++ b/src/model/IssuedDocumentStatus.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/IssuedDocumentTotals.js b/src/model/IssuedDocumentTotals.js index 24c987d0..27377bfa 100644 --- a/src/model/IssuedDocumentTotals.js +++ b/src/model/IssuedDocumentTotals.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import VatItem from './VatItem' /** * The IssuedDocumentTotals model module. * @module model/IssuedDocumentTotals - * @version 2.1.0 + * @version 2.1.1 */ class IssuedDocumentTotals { /** diff --git a/src/model/IssuedDocumentType.js b/src/model/IssuedDocumentType.js index f171e3ec..4f39371b 100644 --- a/src/model/IssuedDocumentType.js +++ b/src/model/IssuedDocumentType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/JoinIssuedDocumentsResponse.js b/src/model/JoinIssuedDocumentsResponse.js index 4a3ea422..c1ce576e 100644 --- a/src/model/JoinIssuedDocumentsResponse.js +++ b/src/model/JoinIssuedDocumentsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import IssuedDocumentOptions from './IssuedDocumentOptions' /** * The JoinIssuedDocumentsResponse model module. * @module model/JoinIssuedDocumentsResponse - * @version 2.1.0 + * @version 2.1.1 */ class JoinIssuedDocumentsResponse { /** diff --git a/src/model/Language.js b/src/model/Language.js index a1ca2874..dfc70fe6 100644 --- a/src/model/Language.js +++ b/src/model/Language.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The Language model module. * @module model/Language - * @version 2.1.0 + * @version 2.1.1 */ class Language { /** diff --git a/src/model/ListArchiveCategoriesResponse.js b/src/model/ListArchiveCategoriesResponse.js index d0401c71..d5b363fd 100644 --- a/src/model/ListArchiveCategoriesResponse.js +++ b/src/model/ListArchiveCategoriesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ListArchiveCategoriesResponse model module. * @module model/ListArchiveCategoriesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListArchiveCategoriesResponse { /** diff --git a/src/model/ListArchiveDocumentsResponse.js b/src/model/ListArchiveDocumentsResponse.js index 0c4162a1..3e760b3e 100644 --- a/src/model/ListArchiveDocumentsResponse.js +++ b/src/model/ListArchiveDocumentsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Pagination from './Pagination' /** * The ListArchiveDocumentsResponse model module. * @module model/ListArchiveDocumentsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListArchiveDocumentsResponse { /** diff --git a/src/model/ListArchiveDocumentsResponsePage.js b/src/model/ListArchiveDocumentsResponsePage.js index 7ebc0a6e..ff0729e9 100644 --- a/src/model/ListArchiveDocumentsResponsePage.js +++ b/src/model/ListArchiveDocumentsResponsePage.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import ArchiveDocument from './ArchiveDocument' /** * The ListArchiveDocumentsResponsePage model module. * @module model/ListArchiveDocumentsResponsePage - * @version 2.1.0 + * @version 2.1.1 */ class ListArchiveDocumentsResponsePage { /** diff --git a/src/model/ListCashbookEntriesResponse.js b/src/model/ListCashbookEntriesResponse.js index 7707f2c4..18796609 100644 --- a/src/model/ListCashbookEntriesResponse.js +++ b/src/model/ListCashbookEntriesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import CashbookEntry from './CashbookEntry' /** * The ListCashbookEntriesResponse model module. * @module model/ListCashbookEntriesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListCashbookEntriesResponse { /** diff --git a/src/model/ListCitiesResponse.js b/src/model/ListCitiesResponse.js index 7c7219b3..3fc031d7 100644 --- a/src/model/ListCitiesResponse.js +++ b/src/model/ListCitiesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import City from './City' /** * The ListCitiesResponse model module. * @module model/ListCitiesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListCitiesResponse { /** diff --git a/src/model/ListClientsResponse.js b/src/model/ListClientsResponse.js index e32476ff..25985218 100644 --- a/src/model/ListClientsResponse.js +++ b/src/model/ListClientsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Pagination from './Pagination' /** * The ListClientsResponse model module. * @module model/ListClientsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListClientsResponse { /** diff --git a/src/model/ListClientsResponsePage.js b/src/model/ListClientsResponsePage.js index 925d0072..baec2875 100644 --- a/src/model/ListClientsResponsePage.js +++ b/src/model/ListClientsResponsePage.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Client from './Client' /** * The ListClientsResponsePage model module. * @module model/ListClientsResponsePage - * @version 2.1.0 + * @version 2.1.1 */ class ListClientsResponsePage { /** diff --git a/src/model/ListCostCentersResponse.js b/src/model/ListCostCentersResponse.js index 59a5a0eb..1def937d 100644 --- a/src/model/ListCostCentersResponse.js +++ b/src/model/ListCostCentersResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ListCostCentersResponse model module. * @module model/ListCostCentersResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListCostCentersResponse { /** diff --git a/src/model/ListCountriesResponse.js b/src/model/ListCountriesResponse.js index c1fcff44..74bb9f04 100644 --- a/src/model/ListCountriesResponse.js +++ b/src/model/ListCountriesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ListCountriesResponse model module. * @module model/ListCountriesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListCountriesResponse { /** diff --git a/src/model/ListCurrenciesResponse.js b/src/model/ListCurrenciesResponse.js index 9ee62586..97c4cec4 100644 --- a/src/model/ListCurrenciesResponse.js +++ b/src/model/ListCurrenciesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Currency from './Currency' /** * The ListCurrenciesResponse model module. * @module model/ListCurrenciesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListCurrenciesResponse { /** diff --git a/src/model/ListDeliveryNotesDefaultCausalsResponse.js b/src/model/ListDeliveryNotesDefaultCausalsResponse.js index 756a38d4..e616115a 100644 --- a/src/model/ListDeliveryNotesDefaultCausalsResponse.js +++ b/src/model/ListDeliveryNotesDefaultCausalsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ListDeliveryNotesDefaultCausalsResponse model module. * @module model/ListDeliveryNotesDefaultCausalsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListDeliveryNotesDefaultCausalsResponse { /** diff --git a/src/model/ListDetailedCountriesResponse.js b/src/model/ListDetailedCountriesResponse.js index 8f38b498..db1d34bb 100644 --- a/src/model/ListDetailedCountriesResponse.js +++ b/src/model/ListDetailedCountriesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import DetailedCountry from './DetailedCountry' /** * The ListDetailedCountriesResponse model module. * @module model/ListDetailedCountriesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListDetailedCountriesResponse { /** diff --git a/src/model/ListEmailsResponse.js b/src/model/ListEmailsResponse.js index 5e5d7fa3..f7e095f6 100644 --- a/src/model/ListEmailsResponse.js +++ b/src/model/ListEmailsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Pagination from './Pagination' /** * The ListEmailsResponse model module. * @module model/ListEmailsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListEmailsResponse { /** diff --git a/src/model/ListEmailsResponsePage.js b/src/model/ListEmailsResponsePage.js index 64901a19..c0c94cb5 100644 --- a/src/model/ListEmailsResponsePage.js +++ b/src/model/ListEmailsResponsePage.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Email from './Email' /** * The ListEmailsResponsePage model module. * @module model/ListEmailsResponsePage - * @version 2.1.0 + * @version 2.1.1 */ class ListEmailsResponsePage { /** diff --git a/src/model/ListF24Response.js b/src/model/ListF24Response.js index 35514123..c42c90cb 100644 --- a/src/model/ListF24Response.js +++ b/src/model/ListF24Response.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import Pagination from './Pagination' /** * The ListF24Response model module. * @module model/ListF24Response - * @version 2.1.0 + * @version 2.1.1 */ class ListF24Response { /** diff --git a/src/model/ListF24ResponseAggregatedData.js b/src/model/ListF24ResponseAggregatedData.js index c22ab37c..c4ea392c 100644 --- a/src/model/ListF24ResponseAggregatedData.js +++ b/src/model/ListF24ResponseAggregatedData.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ListF24ResponseAggregatedData model module. * @module model/ListF24ResponseAggregatedData - * @version 2.1.0 + * @version 2.1.1 */ class ListF24ResponseAggregatedData { /** diff --git a/src/model/ListF24ResponseAggregation.js b/src/model/ListF24ResponseAggregation.js index 60d59243..65d79bc8 100644 --- a/src/model/ListF24ResponseAggregation.js +++ b/src/model/ListF24ResponseAggregation.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ListF24ResponseAggregatedData from './ListF24ResponseAggregatedData' /** * The ListF24ResponseAggregation model module. * @module model/ListF24ResponseAggregation - * @version 2.1.0 + * @version 2.1.1 */ class ListF24ResponseAggregation { /** diff --git a/src/model/ListF24ResponsePage.js b/src/model/ListF24ResponsePage.js index 0726246e..72108018 100644 --- a/src/model/ListF24ResponsePage.js +++ b/src/model/ListF24ResponsePage.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import F24 from './F24' /** * The ListF24ResponsePage model module. * @module model/ListF24ResponsePage - * @version 2.1.0 + * @version 2.1.1 */ class ListF24ResponsePage { /** diff --git a/src/model/ListIssuedDocumentsResponse.js b/src/model/ListIssuedDocumentsResponse.js index e7b834f7..21b3e33a 100644 --- a/src/model/ListIssuedDocumentsResponse.js +++ b/src/model/ListIssuedDocumentsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Pagination from './Pagination' /** * The ListIssuedDocumentsResponse model module. * @module model/ListIssuedDocumentsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListIssuedDocumentsResponse { /** diff --git a/src/model/ListIssuedDocumentsResponsePage.js b/src/model/ListIssuedDocumentsResponsePage.js index 9ad3b663..1e2d545a 100644 --- a/src/model/ListIssuedDocumentsResponsePage.js +++ b/src/model/ListIssuedDocumentsResponsePage.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import IssuedDocument from './IssuedDocument' /** * The ListIssuedDocumentsResponsePage model module. * @module model/ListIssuedDocumentsResponsePage - * @version 2.1.0 + * @version 2.1.1 */ class ListIssuedDocumentsResponsePage { /** diff --git a/src/model/ListLanguagesResponse.js b/src/model/ListLanguagesResponse.js index 877046bf..73fdf3a3 100644 --- a/src/model/ListLanguagesResponse.js +++ b/src/model/ListLanguagesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Language from './Language' /** * The ListLanguagesResponse model module. * @module model/ListLanguagesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListLanguagesResponse { /** diff --git a/src/model/ListPaymentAccountsResponse.js b/src/model/ListPaymentAccountsResponse.js index 42ad49a3..6dda1245 100644 --- a/src/model/ListPaymentAccountsResponse.js +++ b/src/model/ListPaymentAccountsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import PaymentAccount from './PaymentAccount' /** * The ListPaymentAccountsResponse model module. * @module model/ListPaymentAccountsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListPaymentAccountsResponse { /** diff --git a/src/model/ListPaymentMethodsResponse.js b/src/model/ListPaymentMethodsResponse.js index 799d33c1..b76dbc31 100644 --- a/src/model/ListPaymentMethodsResponse.js +++ b/src/model/ListPaymentMethodsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import PaymentMethod from './PaymentMethod' /** * The ListPaymentMethodsResponse model module. * @module model/ListPaymentMethodsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListPaymentMethodsResponse { /** diff --git a/src/model/ListProductCategoriesResponse.js b/src/model/ListProductCategoriesResponse.js index 79b965b3..5c477806 100644 --- a/src/model/ListProductCategoriesResponse.js +++ b/src/model/ListProductCategoriesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ListProductCategoriesResponse model module. * @module model/ListProductCategoriesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListProductCategoriesResponse { /** diff --git a/src/model/ListProductsResponse.js b/src/model/ListProductsResponse.js index 8e23fbef..f7ca3b58 100644 --- a/src/model/ListProductsResponse.js +++ b/src/model/ListProductsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Product from './Product' /** * The ListProductsResponse model module. * @module model/ListProductsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListProductsResponse { /** diff --git a/src/model/ListProductsResponsePage.js b/src/model/ListProductsResponsePage.js index b6662df3..c7572b0e 100644 --- a/src/model/ListProductsResponsePage.js +++ b/src/model/ListProductsResponsePage.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Product from './Product' /** * The ListProductsResponsePage model module. * @module model/ListProductsResponsePage - * @version 2.1.0 + * @version 2.1.1 */ class ListProductsResponsePage { /** diff --git a/src/model/ListReceiptsResponse.js b/src/model/ListReceiptsResponse.js index cae82309..62c34076 100644 --- a/src/model/ListReceiptsResponse.js +++ b/src/model/ListReceiptsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Receipt from './Receipt' /** * The ListReceiptsResponse model module. * @module model/ListReceiptsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListReceiptsResponse { /** diff --git a/src/model/ListReceiptsResponsePage.js b/src/model/ListReceiptsResponsePage.js index 48f0c9c5..07f8c503 100644 --- a/src/model/ListReceiptsResponsePage.js +++ b/src/model/ListReceiptsResponsePage.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Receipt from './Receipt' /** * The ListReceiptsResponsePage model module. * @module model/ListReceiptsResponsePage - * @version 2.1.0 + * @version 2.1.1 */ class ListReceiptsResponsePage { /** diff --git a/src/model/ListReceivedDocumentCategoriesResponse.js b/src/model/ListReceivedDocumentCategoriesResponse.js index 0529bf0e..bc702cad 100644 --- a/src/model/ListReceivedDocumentCategoriesResponse.js +++ b/src/model/ListReceivedDocumentCategoriesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ListReceivedDocumentCategoriesResponse model module. * @module model/ListReceivedDocumentCategoriesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListReceivedDocumentCategoriesResponse { /** diff --git a/src/model/ListReceivedDocumentsResponse.js b/src/model/ListReceivedDocumentsResponse.js index 364a3822..e27d46d0 100644 --- a/src/model/ListReceivedDocumentsResponse.js +++ b/src/model/ListReceivedDocumentsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import ReceivedDocument from './ReceivedDocument' /** * The ListReceivedDocumentsResponse model module. * @module model/ListReceivedDocumentsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListReceivedDocumentsResponse { /** diff --git a/src/model/ListReceivedDocumentsResponsePage.js b/src/model/ListReceivedDocumentsResponsePage.js index 95494f47..24abba79 100644 --- a/src/model/ListReceivedDocumentsResponsePage.js +++ b/src/model/ListReceivedDocumentsResponsePage.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import ReceivedDocument from './ReceivedDocument' /** * The ListReceivedDocumentsResponsePage model module. * @module model/ListReceivedDocumentsResponsePage - * @version 2.1.0 + * @version 2.1.1 */ class ListReceivedDocumentsResponsePage { /** diff --git a/src/model/ListRevenueCentersResponse.js b/src/model/ListRevenueCentersResponse.js index 7b4d3ad8..4a410527 100644 --- a/src/model/ListRevenueCentersResponse.js +++ b/src/model/ListRevenueCentersResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ListRevenueCentersResponse model module. * @module model/ListRevenueCentersResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListRevenueCentersResponse { /** diff --git a/src/model/ListSuppliersResponse.js b/src/model/ListSuppliersResponse.js index 89c5e793..9820512e 100644 --- a/src/model/ListSuppliersResponse.js +++ b/src/model/ListSuppliersResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import Supplier from './Supplier' /** * The ListSuppliersResponse model module. * @module model/ListSuppliersResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListSuppliersResponse { /** diff --git a/src/model/ListSuppliersResponsePage.js b/src/model/ListSuppliersResponsePage.js index b27f9a27..0d5781ae 100644 --- a/src/model/ListSuppliersResponsePage.js +++ b/src/model/ListSuppliersResponsePage.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Supplier from './Supplier' /** * The ListSuppliersResponsePage model module. * @module model/ListSuppliersResponsePage - * @version 2.1.0 + * @version 2.1.1 */ class ListSuppliersResponsePage { /** diff --git a/src/model/ListTemplatesResponse.js b/src/model/ListTemplatesResponse.js index 8c2e8e25..235876b9 100644 --- a/src/model/ListTemplatesResponse.js +++ b/src/model/ListTemplatesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import DocumentTemplate from './DocumentTemplate' /** * The ListTemplatesResponse model module. * @module model/ListTemplatesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListTemplatesResponse { /** diff --git a/src/model/ListUnitsOfMeasureResponse.js b/src/model/ListUnitsOfMeasureResponse.js index c0b69a9a..55f96f1b 100644 --- a/src/model/ListUnitsOfMeasureResponse.js +++ b/src/model/ListUnitsOfMeasureResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ListUnitsOfMeasureResponse model module. * @module model/ListUnitsOfMeasureResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListUnitsOfMeasureResponse { /** diff --git a/src/model/ListUserCompaniesResponse.js b/src/model/ListUserCompaniesResponse.js index 08aa65c1..587ee93c 100644 --- a/src/model/ListUserCompaniesResponse.js +++ b/src/model/ListUserCompaniesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ListUserCompaniesResponseData from './ListUserCompaniesResponseData' /** * The ListUserCompaniesResponse model module. * @module model/ListUserCompaniesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListUserCompaniesResponse { /** diff --git a/src/model/ListUserCompaniesResponseData.js b/src/model/ListUserCompaniesResponseData.js index 7cfcfb31..b508524e 100644 --- a/src/model/ListUserCompaniesResponseData.js +++ b/src/model/ListUserCompaniesResponseData.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import Company from './Company' /** * The ListUserCompaniesResponseData model module. * @module model/ListUserCompaniesResponseData - * @version 2.1.0 + * @version 2.1.1 */ class ListUserCompaniesResponseData { /** diff --git a/src/model/ListVatTypesResponse.js b/src/model/ListVatTypesResponse.js index 87f3ee87..3d4e9868 100644 --- a/src/model/ListVatTypesResponse.js +++ b/src/model/ListVatTypesResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import VatType from './VatType' /** * The ListVatTypesResponse model module. * @module model/ListVatTypesResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListVatTypesResponse { /** diff --git a/src/model/ListWebhooksSubscriptionsResponse.js b/src/model/ListWebhooksSubscriptionsResponse.js index 027e5a0b..65df324c 100644 --- a/src/model/ListWebhooksSubscriptionsResponse.js +++ b/src/model/ListWebhooksSubscriptionsResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import WebhooksSubscription from './WebhooksSubscription' /** * The ListWebhooksSubscriptionsResponse model module. * @module model/ListWebhooksSubscriptionsResponse - * @version 2.1.0 + * @version 2.1.1 */ class ListWebhooksSubscriptionsResponse { /** diff --git a/src/model/ModifyArchiveDocumentRequest.js b/src/model/ModifyArchiveDocumentRequest.js index 5d894b05..0ba41b92 100644 --- a/src/model/ModifyArchiveDocumentRequest.js +++ b/src/model/ModifyArchiveDocumentRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ArchiveDocument from './ArchiveDocument' /** * The ModifyArchiveDocumentRequest model module. * @module model/ModifyArchiveDocumentRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyArchiveDocumentRequest { /** diff --git a/src/model/ModifyArchiveDocumentResponse.js b/src/model/ModifyArchiveDocumentResponse.js index 4ba879dd..caf63142 100644 --- a/src/model/ModifyArchiveDocumentResponse.js +++ b/src/model/ModifyArchiveDocumentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ArchiveDocument from './ArchiveDocument' /** * The ModifyArchiveDocumentResponse model module. * @module model/ModifyArchiveDocumentResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyArchiveDocumentResponse { /** diff --git a/src/model/ModifyCashbookEntryRequest.js b/src/model/ModifyCashbookEntryRequest.js index 30cf4f73..8a88fdfd 100644 --- a/src/model/ModifyCashbookEntryRequest.js +++ b/src/model/ModifyCashbookEntryRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import CashbookEntry from './CashbookEntry' /** * The ModifyCashbookEntryRequest model module. * @module model/ModifyCashbookEntryRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyCashbookEntryRequest { /** diff --git a/src/model/ModifyCashbookEntryResponse.js b/src/model/ModifyCashbookEntryResponse.js index e5d7015d..1d5c5250 100644 --- a/src/model/ModifyCashbookEntryResponse.js +++ b/src/model/ModifyCashbookEntryResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import CashbookEntry from './CashbookEntry' /** * The ModifyCashbookEntryResponse model module. * @module model/ModifyCashbookEntryResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyCashbookEntryResponse { /** diff --git a/src/model/ModifyClientRequest.js b/src/model/ModifyClientRequest.js index 2f967afa..12a197fa 100644 --- a/src/model/ModifyClientRequest.js +++ b/src/model/ModifyClientRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Client from './Client' /** * The ModifyClientRequest model module. * @module model/ModifyClientRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyClientRequest { /** diff --git a/src/model/ModifyClientResponse.js b/src/model/ModifyClientResponse.js index e8a80fcc..1fa51e88 100644 --- a/src/model/ModifyClientResponse.js +++ b/src/model/ModifyClientResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Client from './Client' /** * The ModifyClientResponse model module. * @module model/ModifyClientResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyClientResponse { /** diff --git a/src/model/ModifyF24Request.js b/src/model/ModifyF24Request.js index 4de8b541..21b0a7a3 100644 --- a/src/model/ModifyF24Request.js +++ b/src/model/ModifyF24Request.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import F24 from './F24' /** * The ModifyF24Request model module. * @module model/ModifyF24Request - * @version 2.1.0 + * @version 2.1.1 */ class ModifyF24Request { /** diff --git a/src/model/ModifyF24Response.js b/src/model/ModifyF24Response.js index 79626d4c..6cb5b0e2 100644 --- a/src/model/ModifyF24Response.js +++ b/src/model/ModifyF24Response.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import F24 from './F24' /** * The ModifyF24Response model module. * @module model/ModifyF24Response - * @version 2.1.0 + * @version 2.1.1 */ class ModifyF24Response { /** diff --git a/src/model/ModifyIssuedDocumentRequest.js b/src/model/ModifyIssuedDocumentRequest.js index bd76357b..dc821952 100644 --- a/src/model/ModifyIssuedDocumentRequest.js +++ b/src/model/ModifyIssuedDocumentRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import IssuedDocumentOptions from './IssuedDocumentOptions' /** * The ModifyIssuedDocumentRequest model module. * @module model/ModifyIssuedDocumentRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyIssuedDocumentRequest { /** diff --git a/src/model/ModifyIssuedDocumentResponse.js b/src/model/ModifyIssuedDocumentResponse.js index 7c98895c..a8de598d 100644 --- a/src/model/ModifyIssuedDocumentResponse.js +++ b/src/model/ModifyIssuedDocumentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import IssuedDocument from './IssuedDocument' /** * The ModifyIssuedDocumentResponse model module. * @module model/ModifyIssuedDocumentResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyIssuedDocumentResponse { /** diff --git a/src/model/ModifyPaymentAccountRequest.js b/src/model/ModifyPaymentAccountRequest.js index f5b1d345..4d12c2e8 100644 --- a/src/model/ModifyPaymentAccountRequest.js +++ b/src/model/ModifyPaymentAccountRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PaymentAccount from './PaymentAccount' /** * The ModifyPaymentAccountRequest model module. * @module model/ModifyPaymentAccountRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyPaymentAccountRequest { /** diff --git a/src/model/ModifyPaymentAccountResponse.js b/src/model/ModifyPaymentAccountResponse.js index 091c994f..52ab4693 100644 --- a/src/model/ModifyPaymentAccountResponse.js +++ b/src/model/ModifyPaymentAccountResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PaymentAccount from './PaymentAccount' /** * The ModifyPaymentAccountResponse model module. * @module model/ModifyPaymentAccountResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyPaymentAccountResponse { /** diff --git a/src/model/ModifyPaymentMethodRequest.js b/src/model/ModifyPaymentMethodRequest.js index b43e110f..98cf4d92 100644 --- a/src/model/ModifyPaymentMethodRequest.js +++ b/src/model/ModifyPaymentMethodRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PaymentMethod from './PaymentMethod' /** * The ModifyPaymentMethodRequest model module. * @module model/ModifyPaymentMethodRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyPaymentMethodRequest { /** diff --git a/src/model/ModifyPaymentMethodResponse.js b/src/model/ModifyPaymentMethodResponse.js index be3f9eb4..6f4b1f07 100644 --- a/src/model/ModifyPaymentMethodResponse.js +++ b/src/model/ModifyPaymentMethodResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PaymentMethod from './PaymentMethod' /** * The ModifyPaymentMethodResponse model module. * @module model/ModifyPaymentMethodResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyPaymentMethodResponse { /** diff --git a/src/model/ModifyProductRequest.js b/src/model/ModifyProductRequest.js index f7e53668..4d92ffa7 100644 --- a/src/model/ModifyProductRequest.js +++ b/src/model/ModifyProductRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Product from './Product' /** * The ModifyProductRequest model module. * @module model/ModifyProductRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyProductRequest { /** diff --git a/src/model/ModifyProductResponse.js b/src/model/ModifyProductResponse.js index 5378ef2f..84baef1b 100644 --- a/src/model/ModifyProductResponse.js +++ b/src/model/ModifyProductResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Product from './Product' /** * The ModifyProductResponse model module. * @module model/ModifyProductResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyProductResponse { /** diff --git a/src/model/ModifyReceiptRequest.js b/src/model/ModifyReceiptRequest.js index 537cf2e5..1e3749dd 100644 --- a/src/model/ModifyReceiptRequest.js +++ b/src/model/ModifyReceiptRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Receipt from './Receipt' /** * The ModifyReceiptRequest model module. * @module model/ModifyReceiptRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyReceiptRequest { /** diff --git a/src/model/ModifyReceiptResponse.js b/src/model/ModifyReceiptResponse.js index 8238893f..cd12429d 100644 --- a/src/model/ModifyReceiptResponse.js +++ b/src/model/ModifyReceiptResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Receipt from './Receipt' /** * The ModifyReceiptResponse model module. * @module model/ModifyReceiptResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyReceiptResponse { /** diff --git a/src/model/ModifyReceivedDocumentRequest.js b/src/model/ModifyReceivedDocumentRequest.js index b3665a45..bc434cc5 100644 --- a/src/model/ModifyReceivedDocumentRequest.js +++ b/src/model/ModifyReceivedDocumentRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ReceivedDocument from './ReceivedDocument' /** * The ModifyReceivedDocumentRequest model module. * @module model/ModifyReceivedDocumentRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyReceivedDocumentRequest { /** diff --git a/src/model/ModifyReceivedDocumentResponse.js b/src/model/ModifyReceivedDocumentResponse.js index 2cb6d5d0..ec42277e 100644 --- a/src/model/ModifyReceivedDocumentResponse.js +++ b/src/model/ModifyReceivedDocumentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ReceivedDocument from './ReceivedDocument' /** * The ModifyReceivedDocumentResponse model module. * @module model/ModifyReceivedDocumentResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyReceivedDocumentResponse { /** diff --git a/src/model/ModifySupplierRequest.js b/src/model/ModifySupplierRequest.js index dcb8e6d5..55ea1a95 100644 --- a/src/model/ModifySupplierRequest.js +++ b/src/model/ModifySupplierRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Supplier from './Supplier' /** * The ModifySupplierRequest model module. * @module model/ModifySupplierRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifySupplierRequest { /** diff --git a/src/model/ModifySupplierResponse.js b/src/model/ModifySupplierResponse.js index e9bc2020..c4948593 100644 --- a/src/model/ModifySupplierResponse.js +++ b/src/model/ModifySupplierResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import Supplier from './Supplier' /** * The ModifySupplierResponse model module. * @module model/ModifySupplierResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifySupplierResponse { /** diff --git a/src/model/ModifyVatTypeRequest.js b/src/model/ModifyVatTypeRequest.js index bd670cae..3c2661c7 100644 --- a/src/model/ModifyVatTypeRequest.js +++ b/src/model/ModifyVatTypeRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import VatType from './VatType' /** * The ModifyVatTypeRequest model module. * @module model/ModifyVatTypeRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyVatTypeRequest { /** diff --git a/src/model/ModifyVatTypeResponse.js b/src/model/ModifyVatTypeResponse.js index 5f57467d..2dc59959 100644 --- a/src/model/ModifyVatTypeResponse.js +++ b/src/model/ModifyVatTypeResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import VatType from './VatType' /** * The ModifyVatTypeResponse model module. * @module model/ModifyVatTypeResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyVatTypeResponse { /** diff --git a/src/model/ModifyWebhooksSubscriptionRequest.js b/src/model/ModifyWebhooksSubscriptionRequest.js index fa5ff25b..bdcb9f31 100644 --- a/src/model/ModifyWebhooksSubscriptionRequest.js +++ b/src/model/ModifyWebhooksSubscriptionRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import WebhooksSubscription from './WebhooksSubscription' /** * The ModifyWebhooksSubscriptionRequest model module. * @module model/ModifyWebhooksSubscriptionRequest - * @version 2.1.0 + * @version 2.1.1 */ class ModifyWebhooksSubscriptionRequest { /** diff --git a/src/model/ModifyWebhooksSubscriptionResponse.js b/src/model/ModifyWebhooksSubscriptionResponse.js index 9f494531..80747e67 100644 --- a/src/model/ModifyWebhooksSubscriptionResponse.js +++ b/src/model/ModifyWebhooksSubscriptionResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import WebhooksSubscription from './WebhooksSubscription' /** * The ModifyWebhooksSubscriptionResponse model module. * @module model/ModifyWebhooksSubscriptionResponse - * @version 2.1.0 + * @version 2.1.1 */ class ModifyWebhooksSubscriptionResponse { /** diff --git a/src/model/MonthlyTotal.js b/src/model/MonthlyTotal.js index 61843683..c9af8134 100644 --- a/src/model/MonthlyTotal.js +++ b/src/model/MonthlyTotal.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The MonthlyTotal model module. * @module model/MonthlyTotal - * @version 2.1.0 + * @version 2.1.1 */ class MonthlyTotal { /** diff --git a/src/model/OriginalDocumentType.js b/src/model/OriginalDocumentType.js index 200220dc..3a0344c7 100644 --- a/src/model/OriginalDocumentType.js +++ b/src/model/OriginalDocumentType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/Pagination.js b/src/model/Pagination.js index 25eca77d..95ac9355 100644 --- a/src/model/Pagination.js +++ b/src/model/Pagination.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The Pagination model module. * @module model/Pagination - * @version 2.1.0 + * @version 2.1.1 */ class Pagination { /** diff --git a/src/model/PaymentAccount.js b/src/model/PaymentAccount.js index 174d155a..d373aed3 100644 --- a/src/model/PaymentAccount.js +++ b/src/model/PaymentAccount.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import PaymentAccountType from './PaymentAccountType' /** * The PaymentAccount model module. * @module model/PaymentAccount - * @version 2.1.0 + * @version 2.1.1 */ class PaymentAccount { /** diff --git a/src/model/PaymentAccountType.js b/src/model/PaymentAccountType.js index 34abc750..b0921e24 100644 --- a/src/model/PaymentAccountType.js +++ b/src/model/PaymentAccountType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/PaymentMethod.js b/src/model/PaymentMethod.js index b5d51170..6e5c8aec 100644 --- a/src/model/PaymentMethod.js +++ b/src/model/PaymentMethod.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import PaymentMethodType from './PaymentMethodType' /** * The PaymentMethod model module. * @module model/PaymentMethod - * @version 2.1.0 + * @version 2.1.1 */ class PaymentMethod { /** diff --git a/src/model/PaymentMethodDetails.js b/src/model/PaymentMethodDetails.js index 320cc9af..7842f9c8 100644 --- a/src/model/PaymentMethodDetails.js +++ b/src/model/PaymentMethodDetails.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The PaymentMethodDetails model module. * @module model/PaymentMethodDetails - * @version 2.1.0 + * @version 2.1.1 */ class PaymentMethodDetails { /** diff --git a/src/model/PaymentMethodType.js b/src/model/PaymentMethodType.js index 280049db..36f33e69 100644 --- a/src/model/PaymentMethodType.js +++ b/src/model/PaymentMethodType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/PaymentTermsType.js b/src/model/PaymentTermsType.js index 750b714b..b54dfcf9 100644 --- a/src/model/PaymentTermsType.js +++ b/src/model/PaymentTermsType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/PermissionLevel.js b/src/model/PermissionLevel.js index c5b20bd1..2d666128 100644 --- a/src/model/PermissionLevel.js +++ b/src/model/PermissionLevel.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/Permissions.js b/src/model/Permissions.js index 9089dc31..fa2f7ee1 100644 --- a/src/model/Permissions.js +++ b/src/model/Permissions.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import PermissionsFicIssuedDocumentsDetailed from './PermissionsFicIssuedDocumen /** * The Permissions model module. * @module model/Permissions - * @version 2.1.0 + * @version 2.1.1 */ class Permissions { /** diff --git a/src/model/PermissionsFicIssuedDocumentsDetailed.js b/src/model/PermissionsFicIssuedDocumentsDetailed.js index a829f680..4d4aeb7a 100644 --- a/src/model/PermissionsFicIssuedDocumentsDetailed.js +++ b/src/model/PermissionsFicIssuedDocumentsDetailed.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import PermissionLevel from './PermissionLevel' /** * The PermissionsFicIssuedDocumentsDetailed model module. * @module model/PermissionsFicIssuedDocumentsDetailed - * @version 2.1.0 + * @version 2.1.1 */ class PermissionsFicIssuedDocumentsDetailed { /** diff --git a/src/model/Product.js b/src/model/Product.js index fdb515ce..9d298f6b 100644 --- a/src/model/Product.js +++ b/src/model/Product.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import VatType from './VatType' /** * The Product model module. * @module model/Product - * @version 2.1.0 + * @version 2.1.1 */ class Product { /** diff --git a/src/model/Receipt.js b/src/model/Receipt.js index ebc73273..d5e3f111 100644 --- a/src/model/Receipt.js +++ b/src/model/Receipt.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,7 +19,7 @@ import ReceiptType from './ReceiptType' /** * The Receipt model module. * @module model/Receipt - * @version 2.1.0 + * @version 2.1.1 */ class Receipt { /** diff --git a/src/model/ReceiptItemsListItem.js b/src/model/ReceiptItemsListItem.js index e90f60cb..987617f9 100644 --- a/src/model/ReceiptItemsListItem.js +++ b/src/model/ReceiptItemsListItem.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import VatType from './VatType' /** * The ReceiptItemsListItem model module. * @module model/ReceiptItemsListItem - * @version 2.1.0 + * @version 2.1.1 */ class ReceiptItemsListItem { /** diff --git a/src/model/ReceiptPreCreateInfo.js b/src/model/ReceiptPreCreateInfo.js index e3388669..5f3c6db9 100644 --- a/src/model/ReceiptPreCreateInfo.js +++ b/src/model/ReceiptPreCreateInfo.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import VatType from './VatType' /** * The ReceiptPreCreateInfo model module. * @module model/ReceiptPreCreateInfo - * @version 2.1.0 + * @version 2.1.1 */ class ReceiptPreCreateInfo { /** diff --git a/src/model/ReceiptType.js b/src/model/ReceiptType.js index 8e3c8b5f..2aa720fd 100644 --- a/src/model/ReceiptType.js +++ b/src/model/ReceiptType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/ReceivedDocument.js b/src/model/ReceivedDocument.js index 85971e13..608cbc44 100644 --- a/src/model/ReceivedDocument.js +++ b/src/model/ReceivedDocument.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import ReceivedDocumentType from './ReceivedDocumentType' /** * The ReceivedDocument model module. * @module model/ReceivedDocument - * @version 2.1.0 + * @version 2.1.1 */ class ReceivedDocument { /** diff --git a/src/model/ReceivedDocumentInfo.js b/src/model/ReceivedDocumentInfo.js index 95967ee2..1b42ad7d 100644 --- a/src/model/ReceivedDocumentInfo.js +++ b/src/model/ReceivedDocumentInfo.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,7 @@ import VatType from './VatType' /** * The ReceivedDocumentInfo model module. * @module model/ReceivedDocumentInfo - * @version 2.1.0 + * @version 2.1.1 */ class ReceivedDocumentInfo { /** diff --git a/src/model/ReceivedDocumentInfoDefaultValues.js b/src/model/ReceivedDocumentInfoDefaultValues.js index 25e69a6b..fa3b938e 100644 --- a/src/model/ReceivedDocumentInfoDefaultValues.js +++ b/src/model/ReceivedDocumentInfoDefaultValues.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ReceivedDocumentInfoDefaultValues model module. * @module model/ReceivedDocumentInfoDefaultValues - * @version 2.1.0 + * @version 2.1.1 */ class ReceivedDocumentInfoDefaultValues { /** diff --git a/src/model/ReceivedDocumentInfoItemsDefaultValues.js b/src/model/ReceivedDocumentInfoItemsDefaultValues.js index 0f6d933d..42a20689 100644 --- a/src/model/ReceivedDocumentInfoItemsDefaultValues.js +++ b/src/model/ReceivedDocumentInfoItemsDefaultValues.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ReceivedDocumentInfoItemsDefaultValues model module. * @module model/ReceivedDocumentInfoItemsDefaultValues - * @version 2.1.0 + * @version 2.1.1 */ class ReceivedDocumentInfoItemsDefaultValues { /** diff --git a/src/model/ReceivedDocumentItemsListItem.js b/src/model/ReceivedDocumentItemsListItem.js index 3e5091dd..dfd5d5a8 100644 --- a/src/model/ReceivedDocumentItemsListItem.js +++ b/src/model/ReceivedDocumentItemsListItem.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import VatType from './VatType' /** * The ReceivedDocumentItemsListItem model module. * @module model/ReceivedDocumentItemsListItem - * @version 2.1.0 + * @version 2.1.1 */ class ReceivedDocumentItemsListItem { /** diff --git a/src/model/ReceivedDocumentPaymentsListItem.js b/src/model/ReceivedDocumentPaymentsListItem.js index de83b0b2..ffa0b766 100644 --- a/src/model/ReceivedDocumentPaymentsListItem.js +++ b/src/model/ReceivedDocumentPaymentsListItem.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import ReceivedDocumentPaymentsListItemPaymentTerms from './ReceivedDocumentPaym /** * The ReceivedDocumentPaymentsListItem model module. * @module model/ReceivedDocumentPaymentsListItem - * @version 2.1.0 + * @version 2.1.1 */ class ReceivedDocumentPaymentsListItem { /** diff --git a/src/model/ReceivedDocumentPaymentsListItemPaymentTerms.js b/src/model/ReceivedDocumentPaymentsListItemPaymentTerms.js index cda6e04b..db68b3a9 100644 --- a/src/model/ReceivedDocumentPaymentsListItemPaymentTerms.js +++ b/src/model/ReceivedDocumentPaymentsListItemPaymentTerms.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import PaymentTermsType from './PaymentTermsType' /** * The ReceivedDocumentPaymentsListItemPaymentTerms model module. * @module model/ReceivedDocumentPaymentsListItemPaymentTerms - * @version 2.1.0 + * @version 2.1.1 */ class ReceivedDocumentPaymentsListItemPaymentTerms { /** diff --git a/src/model/ReceivedDocumentTotals.js b/src/model/ReceivedDocumentTotals.js index e29ed976..baffc193 100644 --- a/src/model/ReceivedDocumentTotals.js +++ b/src/model/ReceivedDocumentTotals.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The ReceivedDocumentTotals model module. * @module model/ReceivedDocumentTotals - * @version 2.1.0 + * @version 2.1.1 */ class ReceivedDocumentTotals { /** diff --git a/src/model/ReceivedDocumentType.js b/src/model/ReceivedDocumentType.js index 529f32d7..1d81c1a7 100644 --- a/src/model/ReceivedDocumentType.js +++ b/src/model/ReceivedDocumentType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -35,6 +35,12 @@ export default class ReceivedDocumentType { */ 'passive_delivery_note' = 'passive_delivery_note' + /** + * value: "self_invoice" + * @const + */ + 'self_invoice' = 'self_invoice' + /** * Returns a ReceivedDocumentType enum value from a Javascript object name. * @param {Object} data The plain JavaScript object containing the name of the enum value. diff --git a/src/model/ScheduleEmailRequest.js b/src/model/ScheduleEmailRequest.js index 6b5839e9..33ef63cb 100644 --- a/src/model/ScheduleEmailRequest.js +++ b/src/model/ScheduleEmailRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import EmailSchedule from './EmailSchedule' /** * The ScheduleEmailRequest model module. * @module model/ScheduleEmailRequest - * @version 2.1.0 + * @version 2.1.1 */ class ScheduleEmailRequest { /** diff --git a/src/model/SendEInvoiceRequest.js b/src/model/SendEInvoiceRequest.js index edb74dab..0107fe00 100644 --- a/src/model/SendEInvoiceRequest.js +++ b/src/model/SendEInvoiceRequest.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import SendEInvoiceRequestOptions from './SendEInvoiceRequestOptions' /** * The SendEInvoiceRequest model module. * @module model/SendEInvoiceRequest - * @version 2.1.0 + * @version 2.1.1 */ class SendEInvoiceRequest { /** diff --git a/src/model/SendEInvoiceRequestData.js b/src/model/SendEInvoiceRequestData.js index 62d3ef5a..2d50204f 100644 --- a/src/model/SendEInvoiceRequestData.js +++ b/src/model/SendEInvoiceRequestData.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The SendEInvoiceRequestData model module. * @module model/SendEInvoiceRequestData - * @version 2.1.0 + * @version 2.1.1 */ class SendEInvoiceRequestData { /** diff --git a/src/model/SendEInvoiceRequestOptions.js b/src/model/SendEInvoiceRequestOptions.js index 4ab51830..909a104c 100644 --- a/src/model/SendEInvoiceRequestOptions.js +++ b/src/model/SendEInvoiceRequestOptions.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The SendEInvoiceRequestOptions model module. * @module model/SendEInvoiceRequestOptions - * @version 2.1.0 + * @version 2.1.1 */ class SendEInvoiceRequestOptions { /** diff --git a/src/model/SendEInvoiceResponse.js b/src/model/SendEInvoiceResponse.js index 40d446cd..0a90a366 100644 --- a/src/model/SendEInvoiceResponse.js +++ b/src/model/SendEInvoiceResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import SendEInvoiceResponseData from './SendEInvoiceResponseData' /** * The SendEInvoiceResponse model module. * @module model/SendEInvoiceResponse - * @version 2.1.0 + * @version 2.1.1 */ class SendEInvoiceResponse { /** diff --git a/src/model/SendEInvoiceResponseData.js b/src/model/SendEInvoiceResponseData.js index 8f3d52ec..823cfe1c 100644 --- a/src/model/SendEInvoiceResponseData.js +++ b/src/model/SendEInvoiceResponseData.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The SendEInvoiceResponseData model module. * @module model/SendEInvoiceResponseData - * @version 2.1.0 + * @version 2.1.1 */ class SendEInvoiceResponseData { /** diff --git a/src/model/SenderEmail.js b/src/model/SenderEmail.js index 62fffbe4..e43827f4 100644 --- a/src/model/SenderEmail.js +++ b/src/model/SenderEmail.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The SenderEmail model module. * @module model/SenderEmail - * @version 2.1.0 + * @version 2.1.1 */ class SenderEmail { /** diff --git a/src/model/ShowTotalsMode.js b/src/model/ShowTotalsMode.js index 95f6614d..eef9199d 100644 --- a/src/model/ShowTotalsMode.js +++ b/src/model/ShowTotalsMode.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/Supplier.js b/src/model/Supplier.js index ec0ec368..9bd22346 100644 --- a/src/model/Supplier.js +++ b/src/model/Supplier.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import SupplierType from './SupplierType' /** * The Supplier model module. * @module model/Supplier - * @version 2.1.0 + * @version 2.1.1 */ class Supplier { /** diff --git a/src/model/SupplierType.js b/src/model/SupplierType.js index 978cd7e4..7c53600b 100644 --- a/src/model/SupplierType.js +++ b/src/model/SupplierType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/TaxProfile.js b/src/model/TaxProfile.js new file mode 100644 index 00000000..2473bcab --- /dev/null +++ b/src/model/TaxProfile.js @@ -0,0 +1,289 @@ +/** + * Fatture in Cloud API v2 - API Reference + * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + * + * The version of the OpenAPI document: 2.1.3 + * Contact: info@fattureincloud.it + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + * + */ + +import ApiClient from '../ApiClient' +import VatType from './VatType' + +/** + * The TaxProfile model module. + * @module model/TaxProfile + * @version 2.1.1 + */ +class TaxProfile { + /** + * Constructs a new TaxProfile. + * @alias module:model/TaxProfile + */ + constructor () { + TaxProfile.initialize(this) + } + + /** + * Initializes the fields of this object. + * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). + * Only for internal use. + */ + static initialize (obj) { + } + + /** + * Constructs a TaxProfile from a plain JavaScript object, optionally creating a new instance. + * Copies all relevant properties from data to obj if supplied or a new instance if not. + * @param {Object} data The plain JavaScript object bearing properties of interest. + * @param {module:model/TaxProfile} obj Optional instance to populate. + * @return {module:model/TaxProfile} The populated TaxProfile instance. + */ + static constructFromObject (data, obj) { + if (data) { + obj = obj || new TaxProfile() + + if (data.hasOwnProperty('company_type')) { + obj.company_type = ApiClient.convertToType(data.company_type, 'String') + } + if (data.hasOwnProperty('company_subtype')) { + obj.company_subtype = ApiClient.convertToType(data.company_subtype, 'String') + } + if (data.hasOwnProperty('profession')) { + obj.profession = ApiClient.convertToType(data.profession, 'String') + } + if (data.hasOwnProperty('regime')) { + obj.regime = ApiClient.convertToType(data.regime, 'String') + } + if (data.hasOwnProperty('rivalsa_name')) { + obj.rivalsa_name = ApiClient.convertToType(data.rivalsa_name, 'String') + } + if (data.hasOwnProperty('default_rivalsa')) { + obj.default_rivalsa = ApiClient.convertToType(data.default_rivalsa, 'Number') + } + if (data.hasOwnProperty('cassa_name')) { + obj.cassa_name = ApiClient.convertToType(data.cassa_name, 'String') + } + if (data.hasOwnProperty('default_cassa')) { + obj.default_cassa = ApiClient.convertToType(data.default_cassa, 'Number') + } + if (data.hasOwnProperty('default_cassa_taxable')) { + obj.default_cassa_taxable = ApiClient.convertToType(data.default_cassa_taxable, 'Number') + } + if (data.hasOwnProperty('cassa2_name')) { + obj.cassa2_name = ApiClient.convertToType(data.cassa2_name, 'String') + } + if (data.hasOwnProperty('default_cassa2')) { + obj.default_cassa2 = ApiClient.convertToType(data.default_cassa2, 'Number') + } + if (data.hasOwnProperty('default_cassa2_taxable')) { + obj.default_cassa2_taxable = ApiClient.convertToType(data.default_cassa2_taxable, 'Number') + } + if (data.hasOwnProperty('default_withholding_tax')) { + obj.default_withholding_tax = ApiClient.convertToType(data.default_withholding_tax, 'Number') + } + if (data.hasOwnProperty('default_withholding_tax_taxable')) { + obj.default_withholding_tax_taxable = ApiClient.convertToType(data.default_withholding_tax_taxable, 'Number') + } + if (data.hasOwnProperty('default_other_withholding_tax')) { + obj.default_other_withholding_tax = ApiClient.convertToType(data.default_other_withholding_tax, 'Number') + } + if (data.hasOwnProperty('enasarco')) { + obj.enasarco = ApiClient.convertToType(data.enasarco, 'Boolean') + } + if (data.hasOwnProperty('enasarco_type')) { + obj.enasarco_type = ApiClient.convertToType(data.enasarco_type, 'String') + } + if (data.hasOwnProperty('contributions_percentage')) { + obj.contributions_percentage = ApiClient.convertToType(data.contributions_percentage, 'Number') + } + if (data.hasOwnProperty('profit_coefficient')) { + obj.profit_coefficient = ApiClient.convertToType(data.profit_coefficient, 'Number') + } + if (data.hasOwnProperty('med')) { + obj.med = ApiClient.convertToType(data.med, 'Boolean') + } + if (data.hasOwnProperty('default_vat')) { + obj.default_vat = VatType.constructFromObject(data.default_vat) + } + } + return obj + } + + /** + * Validates the JSON data with respect to TaxProfile. + * @param {Object} data The plain JavaScript object bearing properties of interest. + * @return {boolean} to indicate whether the JSON data is valid with respect to TaxProfile. + */ + static validateJSON (data) { + // ensure the json data is a string + if (data.company_type && !(typeof data.company_type === 'string' || data.company_type instanceof String)) { + throw new Error('Expected the field `company_type` to be a primitive type in the JSON string but got ' + data.company_type) + } + // ensure the json data is a string + if (data.company_subtype && !(typeof data.company_subtype === 'string' || data.company_subtype instanceof String)) { + throw new Error('Expected the field `company_subtype` to be a primitive type in the JSON string but got ' + data.company_subtype) + } + // ensure the json data is a string + if (data.profession && !(typeof data.profession === 'string' || data.profession instanceof String)) { + throw new Error('Expected the field `profession` to be a primitive type in the JSON string but got ' + data.profession) + } + // ensure the json data is a string + if (data.regime && !(typeof data.regime === 'string' || data.regime instanceof String)) { + throw new Error('Expected the field `regime` to be a primitive type in the JSON string but got ' + data.regime) + } + // ensure the json data is a string + if (data.rivalsa_name && !(typeof data.rivalsa_name === 'string' || data.rivalsa_name instanceof String)) { + throw new Error('Expected the field `rivalsa_name` to be a primitive type in the JSON string but got ' + data.rivalsa_name) + } + // ensure the json data is a string + if (data.cassa_name && !(typeof data.cassa_name === 'string' || data.cassa_name instanceof String)) { + throw new Error('Expected the field `cassa_name` to be a primitive type in the JSON string but got ' + data.cassa_name) + } + // ensure the json data is a string + if (data.cassa2_name && !(typeof data.cassa2_name === 'string' || data.cassa2_name instanceof String)) { + throw new Error('Expected the field `cassa2_name` to be a primitive type in the JSON string but got ' + data.cassa2_name) + } + // ensure the json data is a string + if (data.enasarco_type && !(typeof data.enasarco_type === 'string' || data.enasarco_type instanceof String)) { + throw new Error('Expected the field `enasarco_type` to be a primitive type in the JSON string but got ' + data.enasarco_type) + } + // validate the optional field `default_vat` + if (data.default_vat) { // data not null + VatType.validateJSON(data.default_vat) + } + + return true + } +} + +/** + * The company type + * @member {String} company_type + */ +TaxProfile.prototype.company_type = undefined + +/** + * The company subtype + * @member {String} company_subtype + */ +TaxProfile.prototype.company_subtype = undefined + +/** + * The profession + * @member {String} profession + */ +TaxProfile.prototype.profession = undefined + +/** + * The applied regime + * @member {String} regime + */ +TaxProfile.prototype.regime = undefined + +/** + * The name of the rivalsa + * @member {String} rivalsa_name + */ +TaxProfile.prototype.rivalsa_name = undefined + +/** + * The default rivalsa amount + * @member {Number} default_rivalsa + */ +TaxProfile.prototype.default_rivalsa = undefined + +/** + * The name of the cassa + * @member {String} cassa_name + */ +TaxProfile.prototype.cassa_name = undefined + +/** + * The default cassa amount + * @member {Number} default_cassa + */ +TaxProfile.prototype.default_cassa = undefined + +/** + * The default taxable amount for the cassa + * @member {Number} default_cassa_taxable + */ +TaxProfile.prototype.default_cassa_taxable = undefined + +/** + * The name of the second cassa + * @member {String} cassa2_name + */ +TaxProfile.prototype.cassa2_name = undefined + +/** + * The default second cassa amount + * @member {Number} default_cassa2 + */ +TaxProfile.prototype.default_cassa2 = undefined + +/** + * The default taxable amount for the second cassa + * @member {Number} default_cassa2_taxable + */ +TaxProfile.prototype.default_cassa2_taxable = undefined + +/** + * The default withholding tax + * @member {Number} default_withholding_tax + */ +TaxProfile.prototype.default_withholding_tax = undefined + +/** + * The default taxable amount for the withholding tax + * @member {Number} default_withholding_tax_taxable + */ +TaxProfile.prototype.default_withholding_tax_taxable = undefined + +/** + * The default other withholding tax + * @member {Number} default_other_withholding_tax + */ +TaxProfile.prototype.default_other_withholding_tax = undefined + +/** + * If it has enasarco + * @member {Boolean} enasarco + */ +TaxProfile.prototype.enasarco = undefined + +/** + * The enasarco type + * @member {String} enasarco_type + */ +TaxProfile.prototype.enasarco_type = undefined + +/** + * The contributions percentage + * @member {Number} contributions_percentage + */ +TaxProfile.prototype.contributions_percentage = undefined + +/** + * The profit coefficient + * @member {Number} profit_coefficient + */ +TaxProfile.prototype.profit_coefficient = undefined + +/** + * If the health card system is active + * @member {Boolean} med + */ +TaxProfile.prototype.med = undefined + +/** + * @member {module:model/VatType} default_vat + */ +TaxProfile.prototype.default_vat = undefined + +export default TaxProfile diff --git a/src/model/TransformIssuedDocumentResponse.js b/src/model/TransformIssuedDocumentResponse.js index 641a74ea..f994a044 100644 --- a/src/model/TransformIssuedDocumentResponse.js +++ b/src/model/TransformIssuedDocumentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import IssuedDocumentOptions from './IssuedDocumentOptions' /** * The TransformIssuedDocumentResponse model module. * @module model/TransformIssuedDocumentResponse - * @version 2.1.0 + * @version 2.1.1 */ class TransformIssuedDocumentResponse { /** diff --git a/src/model/UploadArchiveAttachmentResponse.js b/src/model/UploadArchiveAttachmentResponse.js index 7afe6625..b88ba974 100644 --- a/src/model/UploadArchiveAttachmentResponse.js +++ b/src/model/UploadArchiveAttachmentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import AttachmentData from './AttachmentData' /** * The UploadArchiveAttachmentResponse model module. * @module model/UploadArchiveAttachmentResponse - * @version 2.1.0 + * @version 2.1.1 */ class UploadArchiveAttachmentResponse { /** diff --git a/src/model/UploadF24AttachmentResponse.js b/src/model/UploadF24AttachmentResponse.js index b3cf4550..4b3c4129 100644 --- a/src/model/UploadF24AttachmentResponse.js +++ b/src/model/UploadF24AttachmentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import AttachmentData from './AttachmentData' /** * The UploadF24AttachmentResponse model module. * @module model/UploadF24AttachmentResponse - * @version 2.1.0 + * @version 2.1.1 */ class UploadF24AttachmentResponse { /** diff --git a/src/model/UploadIssuedDocumentAttachmentResponse.js b/src/model/UploadIssuedDocumentAttachmentResponse.js index fc380f67..8fd50f0b 100644 --- a/src/model/UploadIssuedDocumentAttachmentResponse.js +++ b/src/model/UploadIssuedDocumentAttachmentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import AttachmentData from './AttachmentData' /** * The UploadIssuedDocumentAttachmentResponse model module. * @module model/UploadIssuedDocumentAttachmentResponse - * @version 2.1.0 + * @version 2.1.1 */ class UploadIssuedDocumentAttachmentResponse { /** diff --git a/src/model/UploadReceivedDocumentAttachmentResponse.js b/src/model/UploadReceivedDocumentAttachmentResponse.js index ca72804f..d6f2cadf 100644 --- a/src/model/UploadReceivedDocumentAttachmentResponse.js +++ b/src/model/UploadReceivedDocumentAttachmentResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import AttachmentData from './AttachmentData' /** * The UploadReceivedDocumentAttachmentResponse model module. * @module model/UploadReceivedDocumentAttachmentResponse - * @version 2.1.0 + * @version 2.1.1 */ class UploadReceivedDocumentAttachmentResponse { /** diff --git a/src/model/User.js b/src/model/User.js index 0786a6d5..b4db0c8a 100644 --- a/src/model/User.js +++ b/src/model/User.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The User model module. * @module model/User - * @version 2.1.0 + * @version 2.1.1 */ class User { /** diff --git a/src/model/UserCompanyRole.js b/src/model/UserCompanyRole.js index d9f35c42..ba56db58 100644 --- a/src/model/UserCompanyRole.js +++ b/src/model/UserCompanyRole.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/model/VatItem.js b/src/model/VatItem.js index 9ef43c60..bed79c88 100644 --- a/src/model/VatItem.js +++ b/src/model/VatItem.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The VatItem model module. * @module model/VatItem - * @version 2.1.0 + * @version 2.1.1 */ class VatItem { /** diff --git a/src/model/VatKind.js b/src/model/VatKind.js index 182c334e..cbad5dad 100644 --- a/src/model/VatKind.js +++ b/src/model/VatKind.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,12 +17,6 @@ * @readonly */ export default class VatKind { - /** - * value: "null" - * @const - */ - 'null' = 'null' - /** * value: "I" * @const diff --git a/src/model/VatType.js b/src/model/VatType.js index 488a2751..8d5bfc92 100644 --- a/src/model/VatType.js +++ b/src/model/VatType.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The VatType model module. * @module model/VatType - * @version 2.1.0 + * @version 2.1.1 */ class VatType { /** @@ -73,6 +73,9 @@ class VatType { if (data.hasOwnProperty('is_disabled')) { obj.is_disabled = ApiClient.convertToType(data.is_disabled, 'Boolean') } + if (data.hasOwnProperty('default')) { + obj.default = ApiClient.convertToType(data.default, 'Boolean') + } } return obj } @@ -158,4 +161,10 @@ VatType.prototype.editable = undefined */ VatType.prototype.is_disabled = undefined +/** + * If the vat type is default + * @member {Boolean} default + */ +VatType.prototype.default = undefined + export default VatType diff --git a/src/model/VerifyEInvoiceXmlErrorResponse.js b/src/model/VerifyEInvoiceXmlErrorResponse.js index 913ff0f7..eb92fde7 100644 --- a/src/model/VerifyEInvoiceXmlErrorResponse.js +++ b/src/model/VerifyEInvoiceXmlErrorResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import VerifyEInvoiceXmlErrorResponseExtra from './VerifyEInvoiceXmlErrorRespons /** * The VerifyEInvoiceXmlErrorResponse model module. * @module model/VerifyEInvoiceXmlErrorResponse - * @version 2.1.0 + * @version 2.1.1 */ class VerifyEInvoiceXmlErrorResponse { /** diff --git a/src/model/VerifyEInvoiceXmlErrorResponseError.js b/src/model/VerifyEInvoiceXmlErrorResponseError.js index cef85236..e93ddc01 100644 --- a/src/model/VerifyEInvoiceXmlErrorResponseError.js +++ b/src/model/VerifyEInvoiceXmlErrorResponseError.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,7 +17,7 @@ import VerifyEInvoiceXmlErrorResponseErrorValidationResult from './VerifyEInvoic /** * The VerifyEInvoiceXmlErrorResponseError model module. * @module model/VerifyEInvoiceXmlErrorResponseError - * @version 2.1.0 + * @version 2.1.1 */ class VerifyEInvoiceXmlErrorResponseError { /** diff --git a/src/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.js b/src/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.js index 519019b3..502dca5b 100644 --- a/src/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.js +++ b/src/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The VerifyEInvoiceXmlErrorResponseErrorValidationResult model module. * @module model/VerifyEInvoiceXmlErrorResponseErrorValidationResult - * @version 2.1.0 + * @version 2.1.1 */ class VerifyEInvoiceXmlErrorResponseErrorValidationResult { /** diff --git a/src/model/VerifyEInvoiceXmlErrorResponseExtra.js b/src/model/VerifyEInvoiceXmlErrorResponseExtra.js index b1f817b0..1eb52d86 100644 --- a/src/model/VerifyEInvoiceXmlErrorResponseExtra.js +++ b/src/model/VerifyEInvoiceXmlErrorResponseExtra.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The VerifyEInvoiceXmlErrorResponseExtra model module. * @module model/VerifyEInvoiceXmlErrorResponseExtra - * @version 2.1.0 + * @version 2.1.1 */ class VerifyEInvoiceXmlErrorResponseExtra { /** diff --git a/src/model/VerifyEInvoiceXmlResponse.js b/src/model/VerifyEInvoiceXmlResponse.js index e7ac1b9e..4abe542b 100644 --- a/src/model/VerifyEInvoiceXmlResponse.js +++ b/src/model/VerifyEInvoiceXmlResponse.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import VerifyEInvoiceXmlResponseData from './VerifyEInvoiceXmlResponseData' /** * The VerifyEInvoiceXmlResponse model module. * @module model/VerifyEInvoiceXmlResponse - * @version 2.1.0 + * @version 2.1.1 */ class VerifyEInvoiceXmlResponse { /** diff --git a/src/model/VerifyEInvoiceXmlResponseData.js b/src/model/VerifyEInvoiceXmlResponseData.js index fea44731..494c0b9b 100644 --- a/src/model/VerifyEInvoiceXmlResponseData.js +++ b/src/model/VerifyEInvoiceXmlResponseData.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient' /** * The VerifyEInvoiceXmlResponseData model module. * @module model/VerifyEInvoiceXmlResponseData - * @version 2.1.0 + * @version 2.1.1 */ class VerifyEInvoiceXmlResponseData { /** diff --git a/src/model/WebhooksSubscription.js b/src/model/WebhooksSubscription.js index 0a12b75f..85edbb79 100644 --- a/src/model/WebhooksSubscription.js +++ b/src/model/WebhooksSubscription.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,7 +18,7 @@ import WebhooksSubscriptionConfig from './WebhooksSubscriptionConfig' /** * The WebhooksSubscription model module. * @module model/WebhooksSubscription - * @version 2.1.0 + * @version 2.1.1 */ class WebhooksSubscription { /** diff --git a/src/model/WebhooksSubscriptionConfig.js b/src/model/WebhooksSubscriptionConfig.js index ad8c6f69..c3551a53 100644 --- a/src/model/WebhooksSubscriptionConfig.js +++ b/src/model/WebhooksSubscriptionConfig.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -16,7 +16,7 @@ import WebhooksSubscriptionMapping from './WebhooksSubscriptionMapping' /** * The WebhooksSubscriptionConfig model module. * @module model/WebhooksSubscriptionConfig - * @version 2.1.0 + * @version 2.1.1 */ class WebhooksSubscriptionConfig { /** diff --git a/src/model/WebhooksSubscriptionMapping.js b/src/model/WebhooksSubscriptionMapping.js index 06895944..93782d67 100644 --- a/src/model/WebhooksSubscriptionMapping.js +++ b/src/model/WebhooksSubscriptionMapping.js @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on 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.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/test/model/GetTaxProfileResponse.spec.js b/test/model/GetTaxProfileResponse.spec.js new file mode 100644 index 00000000..2c6241b0 --- /dev/null +++ b/test/model/GetTaxProfileResponse.spec.js @@ -0,0 +1,57 @@ +/** + * Fatture in Cloud API v2 - API Reference + * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + * + * The version of the OpenAPI document: 2.1.3 + * Contact: info@fattureincloud.it + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + * + */ + +(function (root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. + define(['expect.js', process.cwd() + '/src/index'], factory) + } else if (typeof module === 'object' && module.exports) { + // CommonJS-like environments that support module.exports, like Node. + factory(require('expect.js'), require(process.cwd() + '/src/index')) + } else { + // Browser globals (root is window) + factory(root.expect, root.fattureInCloudSdk) + } +}(this, function (expect, fattureInCloudSdk) { + 'use strict' + + let instance + + beforeEach(function () { + instance = new fattureInCloudSdk.GetTaxProfileResponse() + }) + + const getProperty = function (object, getter, property) { + // Use getter method if present; otherwise, get the property directly. + if (typeof object[getter] === 'function') { return object[getter]() } else { return object[property] } + } + + const setProperty = function (object, setter, property, value) { + // Use setter method if present; otherwise, set the property directly. + if (typeof object[setter] === 'function') { object[setter](value) } else { object[property] = value } + } + + describe('GetTaxProfileResponse', function () { + it('should create an instance of GetTaxProfileResponse', function () { + // uncomment below and update the code to test GetTaxProfileResponse + // var instance = new fattureInCloudSdk.GetTaxProfileResponse(); + // expect(instance).to.be.a(fattureInCloudSdk.GetTaxProfileResponse); + }) + + it('should have the property data (base name: "data")', function () { + // uncomment below and update the code to test the property data + // var instance = new fattureInCloudSdk.GetTaxProfileResponse(); + // expect(instance).to.be(); + }) + }) +})) diff --git a/test/model/TaxProfile.spec.js b/test/model/TaxProfile.spec.js new file mode 100644 index 00000000..4f537d98 --- /dev/null +++ b/test/model/TaxProfile.spec.js @@ -0,0 +1,177 @@ +/** + * Fatture in Cloud API v2 - API Reference + * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + * + * The version of the OpenAPI document: 2.1.3 + * Contact: info@fattureincloud.it + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + * + */ + +(function (root, factory) { + if (typeof define === 'function' && define.amd) { + // AMD. + define(['expect.js', process.cwd() + '/src/index'], factory) + } else if (typeof module === 'object' && module.exports) { + // CommonJS-like environments that support module.exports, like Node. + factory(require('expect.js'), require(process.cwd() + '/src/index')) + } else { + // Browser globals (root is window) + factory(root.expect, root.fattureInCloudSdk) + } +}(this, function (expect, fattureInCloudSdk) { + 'use strict' + + let instance + + beforeEach(function () { + instance = new fattureInCloudSdk.TaxProfile() + }) + + const getProperty = function (object, getter, property) { + // Use getter method if present; otherwise, get the property directly. + if (typeof object[getter] === 'function') { return object[getter]() } else { return object[property] } + } + + const setProperty = function (object, setter, property, value) { + // Use setter method if present; otherwise, set the property directly. + if (typeof object[setter] === 'function') { object[setter](value) } else { object[property] = value } + } + + describe('TaxProfile', function () { + it('should create an instance of TaxProfile', function () { + // uncomment below and update the code to test TaxProfile + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be.a(fattureInCloudSdk.TaxProfile); + }) + + it('should have the property companyType (base name: "company_type")', function () { + // uncomment below and update the code to test the property companyType + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property companySubtype (base name: "company_subtype")', function () { + // uncomment below and update the code to test the property companySubtype + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property profession (base name: "profession")', function () { + // uncomment below and update the code to test the property profession + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property regime (base name: "regime")', function () { + // uncomment below and update the code to test the property regime + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property rivalsaName (base name: "rivalsa_name")', function () { + // uncomment below and update the code to test the property rivalsaName + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property defaultRivalsa (base name: "default_rivalsa")', function () { + // uncomment below and update the code to test the property defaultRivalsa + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property cassaName (base name: "cassa_name")', function () { + // uncomment below and update the code to test the property cassaName + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property defaultCassa (base name: "default_cassa")', function () { + // uncomment below and update the code to test the property defaultCassa + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property defaultCassaTaxable (base name: "default_cassa_taxable")', function () { + // uncomment below and update the code to test the property defaultCassaTaxable + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property cassa2Name (base name: "cassa2_name")', function () { + // uncomment below and update the code to test the property cassa2Name + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property defaultCassa2 (base name: "default_cassa2")', function () { + // uncomment below and update the code to test the property defaultCassa2 + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property defaultCassa2Taxable (base name: "default_cassa2_taxable")', function () { + // uncomment below and update the code to test the property defaultCassa2Taxable + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property defaultWithholdingTax (base name: "default_withholding_tax")', function () { + // uncomment below and update the code to test the property defaultWithholdingTax + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property defaultWithholdingTaxTaxable (base name: "default_withholding_tax_taxable")', function () { + // uncomment below and update the code to test the property defaultWithholdingTaxTaxable + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property defaultOtherWithholdingTax (base name: "default_other_withholding_tax")', function () { + // uncomment below and update the code to test the property defaultOtherWithholdingTax + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property enasarco (base name: "enasarco")', function () { + // uncomment below and update the code to test the property enasarco + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property enasarcoType (base name: "enasarco_type")', function () { + // uncomment below and update the code to test the property enasarcoType + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property contributionsPercentage (base name: "contributions_percentage")', function () { + // uncomment below and update the code to test the property contributionsPercentage + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property profitCoefficient (base name: "profit_coefficient")', function () { + // uncomment below and update the code to test the property profitCoefficient + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property med (base name: "med")', function () { + // uncomment below and update the code to test the property med + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + + it('should have the property defaultVat (base name: "default_vat")', function () { + // uncomment below and update the code to test the property defaultVat + // var instance = new fattureInCloudSdk.TaxProfile(); + // expect(instance).to.be(); + }) + }) +}))