From 83698fcf40564c020d48c3fba2cb0a7b97425ff2 Mon Sep 17 00:00:00 2001 From: fattureincloud-bot Date: Fri, 9 Aug 2024 10:04:33 +0000 Subject: [PATCH] chore: bumping version to 2.1.1 --- .openapi-generator/FILES | 6 + .openapi-generator/VERSION | 2 +- README.md | 11 +- api/openapi.yaml | 406 ++++++++++- build.gradle | 2 +- docs/EventType.md | 22 + docs/GetTaxProfileResponse.md | 17 + docs/SettingsApi.md | 69 ++ docs/TaxProfile.md | 37 + docs/VatType.md | 1 + sdk-version.yaml | 2 +- .../it/fattureincloud/sdk/ApiCallback.java | 2 +- .../java/it/fattureincloud/sdk/ApiClient.java | 4 +- .../it/fattureincloud/sdk/ApiException.java | 6 +- .../it/fattureincloud/sdk/ApiResponse.java | 2 +- .../it/fattureincloud/sdk/Configuration.java | 8 +- .../sdk/GzipRequestInterceptor.java | 2 +- src/main/java/it/fattureincloud/sdk/JSON.java | 2 +- src/main/java/it/fattureincloud/sdk/Pair.java | 6 +- .../sdk/ProgressRequestBody.java | 2 +- .../sdk/ProgressResponseBody.java | 2 +- .../sdk/ServerConfiguration.java | 4 +- .../it/fattureincloud/sdk/ServerVariable.java | 4 +- .../it/fattureincloud/sdk/StringUtil.java | 6 +- .../it/fattureincloud/sdk/api/ArchiveApi.java | 2 +- .../fattureincloud/sdk/api/CashbookApi.java | 2 +- .../it/fattureincloud/sdk/api/ClientsApi.java | 2 +- .../fattureincloud/sdk/api/CompaniesApi.java | 2 +- .../it/fattureincloud/sdk/api/EmailsApi.java | 2 +- .../it/fattureincloud/sdk/api/InfoApi.java | 2 +- .../sdk/api/IssuedDocumentsApi.java | 2 +- .../sdk/api/IssuedEInvoicesApi.java | 2 +- .../fattureincloud/sdk/api/ProductsApi.java | 2 +- .../fattureincloud/sdk/api/ReceiptsApi.java | 2 +- .../sdk/api/ReceivedDocumentsApi.java | 2 +- .../fattureincloud/sdk/api/SettingsApi.java | 148 +++- .../fattureincloud/sdk/api/SuppliersApi.java | 2 +- .../it/fattureincloud/sdk/api/TaxesApi.java | 2 +- .../it/fattureincloud/sdk/api/UserApi.java | 2 +- .../fattureincloud/sdk/api/WebhooksApi.java | 2 +- .../sdk/auth/OAuth2Manager.java | 31 +- .../sdk/model/AbstractOpenApiSchema.java | 6 +- .../sdk/model/ArchiveDocument.java | 6 +- .../sdk/model/AttachmentData.java | 6 +- .../sdk/model/CashbookEntry.java | 6 +- .../sdk/model/CashbookEntryDocument.java | 6 +- .../sdk/model/CashbookEntryKind.java | 2 +- .../sdk/model/CashbookEntryType.java | 2 +- .../it/fattureincloud/sdk/model/City.java | 6 +- .../it/fattureincloud/sdk/model/Client.java | 6 +- .../fattureincloud/sdk/model/ClientType.java | 2 +- .../it/fattureincloud/sdk/model/Company.java | 6 +- .../fattureincloud/sdk/model/CompanyInfo.java | 6 +- .../sdk/model/CompanyInfoAccessInfo.java | 6 +- .../sdk/model/CompanyInfoPlanInfo.java | 6 +- .../model/CompanyInfoPlanInfoFunctions.java | 6 +- .../CompanyInfoPlanInfoFunctionsStatus.java | 6 +- .../sdk/model/CompanyInfoPlanInfoLimits.java | 6 +- .../sdk/model/CompanyPlanUsage.java | 6 +- .../fattureincloud/sdk/model/CompanyType.java | 2 +- .../sdk/model/ControlledCompany.java | 6 +- .../model/CreateArchiveDocumentRequest.java | 6 +- .../model/CreateArchiveDocumentResponse.java | 6 +- .../sdk/model/CreateCashbookEntryRequest.java | 6 +- .../model/CreateCashbookEntryResponse.java | 6 +- .../sdk/model/CreateClientRequest.java | 6 +- .../sdk/model/CreateClientResponse.java | 6 +- .../sdk/model/CreateF24Request.java | 6 +- .../sdk/model/CreateF24Response.java | 6 +- .../model/CreateIssuedDocumentRequest.java | 6 +- .../model/CreateIssuedDocumentResponse.java | 6 +- .../model/CreatePaymentAccountRequest.java | 6 +- .../model/CreatePaymentAccountResponse.java | 6 +- .../sdk/model/CreatePaymentMethodRequest.java | 6 +- .../model/CreatePaymentMethodResponse.java | 6 +- .../sdk/model/CreateProductRequest.java | 6 +- .../sdk/model/CreateProductResponse.java | 6 +- .../sdk/model/CreateReceiptRequest.java | 6 +- .../sdk/model/CreateReceiptResponse.java | 6 +- .../model/CreateReceivedDocumentRequest.java | 6 +- .../model/CreateReceivedDocumentResponse.java | 6 +- .../sdk/model/CreateSupplierRequest.java | 6 +- .../sdk/model/CreateSupplierResponse.java | 6 +- .../sdk/model/CreateVatTypeRequest.java | 6 +- .../sdk/model/CreateVatTypeResponse.java | 6 +- .../CreateWebhooksSubscriptionRequest.java | 6 +- .../CreateWebhooksSubscriptionResponse.java | 6 +- .../it/fattureincloud/sdk/model/Currency.java | 6 +- .../sdk/model/DetailedCountry.java | 6 +- .../sdk/model/DocumentTemplate.java | 6 +- .../sdk/model/EInvoiceRejectionReason.java | 6 +- .../it/fattureincloud/sdk/model/Email.java | 6 +- .../sdk/model/EmailAttachment.java | 6 +- .../fattureincloud/sdk/model/EmailData.java | 6 +- .../model/EmailDataDefaultSenderEmail.java | 6 +- .../sdk/model/EmailRecipientStatus.java | 2 +- .../sdk/model/EmailSchedule.java | 6 +- .../sdk/model/EmailScheduleInclude.java | 6 +- .../fattureincloud/sdk/model/EmailStatus.java | 2 +- .../it/fattureincloud/sdk/model/Entity.java | 6 +- .../fattureincloud/sdk/model/EntityType.java | 2 +- .../fattureincloud/sdk/model/EventType.java | 36 +- .../java/it/fattureincloud/sdk/model/F24.java | 6 +- .../fattureincloud/sdk/model/F24Status.java | 2 +- .../sdk/model/FattureInCloudPlanType.java | 2 +- .../sdk/model/FunctionStatus.java | 6 +- .../sdk/model/GetArchiveDocumentResponse.java | 6 +- .../sdk/model/GetCashbookEntryResponse.java | 6 +- .../sdk/model/GetClientResponse.java | 6 +- .../sdk/model/GetCompanyInfoResponse.java | 6 +- .../model/GetCompanyPlanUsageResponse.java | 6 +- .../GetEInvoiceRejectionReasonResponse.java | 6 +- .../sdk/model/GetEmailDataResponse.java | 6 +- ...etExistingIssuedDocumentTotalsRequest.java | 6 +- ...tExistingIssuedDocumentTotalsResponse.java | 6 +- ...ExistingReceivedDocumentTotalsRequest.java | 6 +- ...xistingReceivedDocumentTotalsResponse.java | 6 +- .../sdk/model/GetF24Response.java | 6 +- ...etIssuedDocumentPreCreateInfoResponse.java | 6 +- .../sdk/model/GetIssuedDocumentResponse.java | 6 +- .../GetNewIssuedDocumentTotalsRequest.java | 6 +- .../GetNewIssuedDocumentTotalsResponse.java | 6 +- .../GetNewReceivedDocumentTotalsRequest.java | 6 +- .../GetNewReceivedDocumentTotalsResponse.java | 6 +- .../sdk/model/GetPaymentAccountResponse.java | 6 +- .../sdk/model/GetPaymentMethodResponse.java | 6 +- .../sdk/model/GetProductResponse.java | 6 +- .../GetReceiptPreCreateInfoResponse.java | 6 +- .../sdk/model/GetReceiptResponse.java | 6 +- .../GetReceiptsMonthlyTotalsResponse.java | 6 +- ...ReceivedDocumentPreCreateInfoResponse.java | 6 +- .../model/GetReceivedDocumentResponse.java | 6 +- .../sdk/model/GetSupplierResponse.java | 6 +- .../sdk/model/GetTaxProfileResponse.java | 89 +++ .../sdk/model/GetUserInfoResponse.java | 6 +- ...serInfoResponseEmailConfirmationState.java | 6 +- .../sdk/model/GetUserInfoResponseInfo.java | 6 +- .../sdk/model/GetVatTypeResponse.java | 6 +- .../GetWebhooksSubscriptionResponse.java | 6 +- .../sdk/model/IssuedDocument.java | 7 +- .../sdk/model/IssuedDocumentEiData.java | 6 +- .../sdk/model/IssuedDocumentExtraData.java | 6 +- .../model/IssuedDocumentItemsListItem.java | 6 +- .../sdk/model/IssuedDocumentOptions.java | 6 +- .../model/IssuedDocumentPaymentsListItem.java | 6 +- ...dDocumentPaymentsListItemPaymentTerms.java | 6 +- .../model/IssuedDocumentPreCreateInfo.java | 6 +- ...uedDocumentPreCreateInfoDefaultValues.java | 6 +- ...ntPreCreateInfoExtraDataDefaultValues.java | 6 +- ...cumentPreCreateInfoItemsDefaultValues.java | 6 +- .../sdk/model/IssuedDocumentStatus.java | 2 +- .../sdk/model/IssuedDocumentTotals.java | 6 +- .../sdk/model/IssuedDocumentType.java | 2 +- .../model/JoinIssuedDocumentsResponse.java | 6 +- .../it/fattureincloud/sdk/model/Language.java | 6 +- .../model/ListArchiveCategoriesResponse.java | 6 +- .../model/ListArchiveDocumentsResponse.java | 6 +- .../ListArchiveDocumentsResponsePage.java | 6 +- .../model/ListCashbookEntriesResponse.java | 6 +- .../sdk/model/ListCitiesResponse.java | 6 +- .../sdk/model/ListClientsResponse.java | 6 +- .../sdk/model/ListClientsResponsePage.java | 6 +- .../sdk/model/ListCostCentersResponse.java | 6 +- .../sdk/model/ListCountriesResponse.java | 6 +- .../sdk/model/ListCurrenciesResponse.java | 6 +- ...stDeliveryNotesDefaultCausalsResponse.java | 6 +- .../model/ListDetailedCountriesResponse.java | 6 +- .../sdk/model/ListEmailsResponse.java | 6 +- .../sdk/model/ListEmailsResponsePage.java | 6 +- .../sdk/model/ListF24Response.java | 6 +- .../model/ListF24ResponseAggregatedData.java | 6 +- .../sdk/model/ListF24ResponseAggregation.java | 6 +- .../sdk/model/ListF24ResponsePage.java | 6 +- .../model/ListIssuedDocumentsResponse.java | 6 +- .../ListIssuedDocumentsResponsePage.java | 6 +- .../sdk/model/ListLanguagesResponse.java | 6 +- .../model/ListPaymentAccountsResponse.java | 6 +- .../sdk/model/ListPaymentMethodsResponse.java | 6 +- .../model/ListProductCategoriesResponse.java | 6 +- .../sdk/model/ListProductsResponse.java | 6 +- .../sdk/model/ListProductsResponsePage.java | 6 +- .../sdk/model/ListReceiptsResponse.java | 6 +- .../sdk/model/ListReceiptsResponsePage.java | 6 +- ...istReceivedDocumentCategoriesResponse.java | 6 +- .../model/ListReceivedDocumentsResponse.java | 6 +- .../ListReceivedDocumentsResponsePage.java | 6 +- .../sdk/model/ListRevenueCentersResponse.java | 6 +- .../sdk/model/ListSuppliersResponse.java | 6 +- .../sdk/model/ListSuppliersResponsePage.java | 6 +- .../sdk/model/ListTemplatesResponse.java | 6 +- .../sdk/model/ListUnitsOfMeasureResponse.java | 6 +- .../sdk/model/ListUserCompaniesResponse.java | 6 +- .../model/ListUserCompaniesResponseData.java | 6 +- .../sdk/model/ListVatTypesResponse.java | 6 +- .../ListWebhooksSubscriptionsResponse.java | 6 +- .../model/ModifyArchiveDocumentRequest.java | 6 +- .../model/ModifyArchiveDocumentResponse.java | 6 +- .../sdk/model/ModifyCashbookEntryRequest.java | 6 +- .../model/ModifyCashbookEntryResponse.java | 6 +- .../sdk/model/ModifyClientRequest.java | 6 +- .../sdk/model/ModifyClientResponse.java | 6 +- .../sdk/model/ModifyF24Request.java | 6 +- .../sdk/model/ModifyF24Response.java | 6 +- .../model/ModifyIssuedDocumentRequest.java | 6 +- .../model/ModifyIssuedDocumentResponse.java | 6 +- .../model/ModifyPaymentAccountRequest.java | 6 +- .../model/ModifyPaymentAccountResponse.java | 6 +- .../sdk/model/ModifyPaymentMethodRequest.java | 6 +- .../model/ModifyPaymentMethodResponse.java | 6 +- .../sdk/model/ModifyProductRequest.java | 6 +- .../sdk/model/ModifyProductResponse.java | 6 +- .../sdk/model/ModifyReceiptRequest.java | 6 +- .../sdk/model/ModifyReceiptResponse.java | 6 +- .../model/ModifyReceivedDocumentRequest.java | 6 +- .../model/ModifyReceivedDocumentResponse.java | 6 +- .../sdk/model/ModifySupplierRequest.java | 6 +- .../sdk/model/ModifySupplierResponse.java | 6 +- .../sdk/model/ModifyVatTypeRequest.java | 6 +- .../sdk/model/ModifyVatTypeResponse.java | 6 +- .../ModifyWebhooksSubscriptionRequest.java | 6 +- .../ModifyWebhooksSubscriptionResponse.java | 6 +- .../sdk/model/MonthlyTotal.java | 6 +- .../sdk/model/OriginalDocumentType.java | 2 +- .../fattureincloud/sdk/model/Pagination.java | 6 +- .../sdk/model/PaymentAccount.java | 6 +- .../sdk/model/PaymentAccountType.java | 2 +- .../sdk/model/PaymentMethod.java | 6 +- .../sdk/model/PaymentMethodDetails.java | 6 +- .../sdk/model/PaymentMethodType.java | 2 +- .../sdk/model/PaymentTermsType.java | 2 +- .../sdk/model/PermissionLevel.java | 2 +- .../fattureincloud/sdk/model/Permissions.java | 6 +- ...PermissionsFicIssuedDocumentsDetailed.java | 6 +- .../it/fattureincloud/sdk/model/Product.java | 6 +- .../it/fattureincloud/sdk/model/Receipt.java | 6 +- .../sdk/model/ReceiptItemsListItem.java | 6 +- .../sdk/model/ReceiptPreCreateInfo.java | 6 +- .../fattureincloud/sdk/model/ReceiptType.java | 2 +- .../sdk/model/ReceivedDocument.java | 6 +- .../sdk/model/ReceivedDocumentInfo.java | 6 +- .../ReceivedDocumentInfoDefaultValues.java | 6 +- ...eceivedDocumentInfoItemsDefaultValues.java | 6 +- .../model/ReceivedDocumentItemsListItem.java | 6 +- .../ReceivedDocumentPaymentsListItem.java | 6 +- ...dDocumentPaymentsListItemPaymentTerms.java | 6 +- .../sdk/model/ReceivedDocumentTotals.java | 6 +- .../sdk/model/ReceivedDocumentType.java | 2 +- .../sdk/model/ScheduleEmailRequest.java | 6 +- .../sdk/model/SendEInvoiceRequest.java | 6 +- .../sdk/model/SendEInvoiceRequestData.java | 6 +- .../sdk/model/SendEInvoiceRequestOptions.java | 6 +- .../sdk/model/SendEInvoiceResponse.java | 6 +- .../sdk/model/SendEInvoiceResponseData.java | 6 +- .../fattureincloud/sdk/model/SenderEmail.java | 6 +- .../sdk/model/ShowTotalsMode.java | 2 +- .../it/fattureincloud/sdk/model/Supplier.java | 6 +- .../sdk/model/SupplierType.java | 2 +- .../fattureincloud/sdk/model/TaxProfile.java | 684 ++++++++++++++++++ .../TransformIssuedDocumentResponse.java | 6 +- .../UploadArchiveAttachmentResponse.java | 6 +- .../model/UploadF24AttachmentResponse.java | 6 +- ...ploadIssuedDocumentAttachmentResponse.java | 6 +- ...oadReceivedDocumentAttachmentResponse.java | 6 +- .../it/fattureincloud/sdk/model/User.java | 6 +- .../sdk/model/UserCompanyRole.java | 2 +- .../it/fattureincloud/sdk/model/VatItem.java | 6 +- .../it/fattureincloud/sdk/model/VatKind.java | 2 +- .../it/fattureincloud/sdk/model/VatType.java | 46 +- .../model/VerifyEInvoiceXmlErrorResponse.java | 6 +- .../VerifyEInvoiceXmlErrorResponseError.java | 6 +- ...XmlErrorResponseErrorValidationResult.java | 6 +- .../VerifyEInvoiceXmlErrorResponseExtra.java | 6 +- .../sdk/model/VerifyEInvoiceXmlResponse.java | 6 +- .../model/VerifyEInvoiceXmlResponseData.java | 6 +- .../sdk/model/WebhooksSubscription.java | 6 +- .../sdk/model/WebhooksSubscriptionConfig.java | 6 +- .../model/WebhooksSubscriptionMapping.java | 2 +- .../sdk/model/GetTaxProfileResponseTest.java | 49 ++ .../sdk/model/TaxProfileTest.java | 211 ++++++ 279 files changed, 2523 insertions(+), 727 deletions(-) create mode 100644 docs/GetTaxProfileResponse.md create mode 100644 docs/TaxProfile.md create mode 100644 src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java create mode 100644 src/main/java/it/fattureincloud/sdk/model/TaxProfile.java create mode 100644 src/test/java/it/fattureincloud/sdk/model/GetTaxProfileResponseTest.java create mode 100644 src/test/java/it/fattureincloud/sdk/model/TaxProfileTest.java diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index a9bf1383..9d01b775 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -98,6 +98,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 @@ -229,6 +230,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 @@ -381,6 +383,7 @@ src/main/java/it/fattureincloud/sdk/model/GetReceiptsMonthlyTotalsResponse.java src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoResponse.java src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java +src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java @@ -504,6 +507,7 @@ src/main/java/it/fattureincloud/sdk/model/SenderEmail.java src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java src/main/java/it/fattureincloud/sdk/model/Supplier.java src/main/java/it/fattureincloud/sdk/model/SupplierType.java +src/main/java/it/fattureincloud/sdk/model/TaxProfile.java src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java @@ -523,3 +527,5 @@ src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponseData.java src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java +src/test/java/it/fattureincloud/sdk/model/GetTaxProfileResponseTest.java +src/test/java/it/fattureincloud/sdk/model/TaxProfileTest.java diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 93c8ddab..1985849f 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.6.0 +7.7.0 diff --git a/README.md b/README.md index ab65662d..f31c0851 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Fatture in Cloud API v2 - API Reference -- API version: 2.1.0 +- API version: 2.1.1 -- Build date: 2024-06-17T06:54:20.410889Z[Etc/UTC] +- Build date: 2024-08-09T10:04:25.453429Z[Etc/UTC] Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. @@ -33,7 +33,7 @@ Add this dependency to your project's POM: it.fattureincloud fattureincloud-java-sdk - 2.1.0 + 2.1.1 ``` @@ -47,7 +47,7 @@ Add this dependency to your project's build file: } dependencies { - implementation "it.fattureincloud:fattureincloud-java-sdk:2.1.0" + implementation "it.fattureincloud:fattureincloud-java-sdk:2.1.1" } ``` @@ -179,6 +179,7 @@ Class | Method | HTTP request | Description *SettingsApi* | [**deleteVatType**](docs/SettingsApi.md#deleteVatType) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type *SettingsApi* | [**getPaymentAccount**](docs/SettingsApi.md#getPaymentAccount) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account *SettingsApi* | [**getPaymentMethod**](docs/SettingsApi.md#getPaymentMethod) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method +*SettingsApi* | [**getTaxProfile**](docs/SettingsApi.md#getTaxProfile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile *SettingsApi* | [**getVatType**](docs/SettingsApi.md#getVatType) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type *SettingsApi* | [**modifyPaymentAccount**](docs/SettingsApi.md#modifyPaymentAccount) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account *SettingsApi* | [**modifyPaymentMethod**](docs/SettingsApi.md#modifyPaymentMethod) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method @@ -297,6 +298,7 @@ Class | Method | HTTP request | Description - [GetReceivedDocumentPreCreateInfoResponse](docs/GetReceivedDocumentPreCreateInfoResponse.md) - [GetReceivedDocumentResponse](docs/GetReceivedDocumentResponse.md) - [GetSupplierResponse](docs/GetSupplierResponse.md) + - [GetTaxProfileResponse](docs/GetTaxProfileResponse.md) - [GetUserInfoResponse](docs/GetUserInfoResponse.md) - [GetUserInfoResponseEmailConfirmationState](docs/GetUserInfoResponseEmailConfirmationState.md) - [GetUserInfoResponseInfo](docs/GetUserInfoResponseInfo.md) @@ -420,6 +422,7 @@ Class | Method | HTTP request | Description - [ShowTotalsMode](docs/ShowTotalsMode.md) - [Supplier](docs/Supplier.md) - [SupplierType](docs/SupplierType.md) + - [TaxProfile](docs/TaxProfile.md) - [TransformIssuedDocumentResponse](docs/TransformIssuedDocumentResponse.md) - [UploadArchiveAttachmentResponse](docs/UploadArchiveAttachmentResponse.md) - [UploadF24AttachmentResponse](docs/UploadF24AttachmentResponse.md) diff --git a/api/openapi.yaml b/api/openapi.yaml index 99bc0108..558d7112 100644 --- a/api/openapi.yaml +++ b/api/openapi.yaml @@ -12,7 +12,7 @@ info: name: MIT url: https://github.com/fattureincloud/openapi-fattureincloud/blob/master/LICENSE title: Fatture in Cloud API v2 - API Reference - version: 2.1.0 + version: 2.1.1 servers: - url: https://api-v2.fattureincloud.it security: @@ -9630,6 +9630,71 @@ paths: x-content-type: application/json x-accepts: - application/json + /c/{company_id}/settings/tax_profile: + get: + description: Gets the Tax Profile + operationId: getTaxProfile + parameters: + - description: The ID of the company. + explode: false + in: path + name: company_id + required: true + schema: + example: 12345 + type: integer + style: simple + responses: + "200": + content: + application/json: + examples: + example-1: + value: + data: + company_type: individual + company_subtype: artigiani + profession: null + regime: forfettario_5 + rivalsa_name: "" + default_rivalsa: 0 + cassa_name: "" + default_cassa: 0 + default_cassa_taxable: 100 + cassa2_name: "" + default_cassa2: 0 + default_cassa2_taxable: 0 + default_withholding_tax: 0 + default_withholding_tax_taxable: 100 + default_other_withholding_tax: 0 + enasarco: false + enasarco_type: null + contributions_percentage: 0 + med: false + default_vat: + id: 66 + value: 0 + description: Contribuenti forfettari + notes: "Operazione non soggetta a IVA ai sensi dell'art. 1,\ + \ commi 54-89, Legge n. 190\\/2014 e succ. modifiche\\/integrazioni" + e_invoice: true + ei_type: 2.2 + ei_description: Non soggetta art. 1\/54-89 L. 190\/2014 e + succ. modifiche\/integrazioni + editable: false + is_disabled: false + default: true + schema: + $ref: '#/components/schemas/GetTaxProfileResponse' + description: Example response + security: + - OAuth2AuthenticationCodeFlow: + - settings:r + summary: Get Tax Profile + tags: + - Settings + x-accepts: + - application/json /c/{company_id}/settings/payment_accounts/{payment_account_id}: delete: description: Deletes the specified payment account. @@ -16441,6 +16506,48 @@ components: schema: $ref: '#/components/schemas/GetCompanyPlanUsageResponse' description: Example response + GetTaxProfileResponse: + content: + application/json: + examples: + example-1: + value: + data: + company_type: individual + company_subtype: artigiani + profession: null + regime: forfettario_5 + rivalsa_name: "" + default_rivalsa: 0 + cassa_name: "" + default_cassa: 0 + default_cassa_taxable: 100 + cassa2_name: "" + default_cassa2: 0 + default_cassa2_taxable: 0 + default_withholding_tax: 0 + default_withholding_tax_taxable: 100 + default_other_withholding_tax: 0 + enasarco: false + enasarco_type: null + contributions_percentage: 0 + med: false + default_vat: + id: 66 + value: 0 + description: Contribuenti forfettari + notes: "Operazione non soggetta a IVA ai sensi dell'art. 1, commi\ + \ 54-89, Legge n. 190\\/2014 e succ. modifiche\\/integrazioni" + e_invoice: true + ei_type: 2.2 + ei_description: Non soggetta art. 1\/54-89 L. 190\/2014 e succ. + modifiche\/integrazioni + editable: false + is_disabled: false + default: true + schema: + $ref: '#/components/schemas/GetTaxProfileResponse' + description: Example response schemas: GetUserInfoResponse: description: "" @@ -16651,6 +16758,7 @@ components: default_discount: 4.145608029883936 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -16725,6 +16833,7 @@ components: default_discount: 4.145608029883936 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -16810,6 +16919,7 @@ components: default_discount: 4.145608029883936 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -16892,6 +17002,7 @@ components: default_discount: 4.145608029883936 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -16974,6 +17085,7 @@ components: default_discount: 4.145608029883936 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17057,6 +17169,7 @@ components: default_discount: 4.145608029883936 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17139,6 +17252,7 @@ components: default_discount: 4.145608029883936 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17453,6 +17567,7 @@ components: stock_current: 7.386281948385884 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17481,6 +17596,7 @@ components: stock_current: 7.386281948385884 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17520,6 +17636,7 @@ components: stock_current: 7.386281948385884 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17556,6 +17673,7 @@ components: stock_current: 7.386281948385884 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17592,6 +17710,7 @@ components: stock_current: 7.386281948385884 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17628,6 +17747,7 @@ components: stock_current: 7.386281948385884 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17664,6 +17784,7 @@ components: stock_current: 7.386281948385884 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17728,6 +17849,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17755,6 +17877,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -17942,6 +18065,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -18038,6 +18162,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -18065,6 +18190,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -18252,6 +18378,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -18359,6 +18486,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -18386,6 +18514,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -18573,6 +18702,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -18687,6 +18817,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -18714,6 +18845,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -18901,6 +19033,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19005,6 +19138,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19032,6 +19166,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19219,6 +19354,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19324,6 +19460,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19351,6 +19488,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19538,6 +19676,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19652,6 +19791,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19679,6 +19819,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19866,6 +20007,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19970,6 +20112,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -19997,6 +20140,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -20184,6 +20328,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -20317,6 +20462,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -20344,6 +20490,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -20531,6 +20678,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -20715,6 +20863,7 @@ components: items_default_values: vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -20833,6 +20982,7 @@ components: key: null vat_types_list: - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -20842,6 +20992,7 @@ components: id: 9 value: 22 - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21036,6 +21187,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21055,6 +21207,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21097,6 +21250,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21212,6 +21366,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21231,6 +21386,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21273,6 +21429,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21400,6 +21557,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21419,6 +21577,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21461,6 +21620,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21591,6 +21751,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21610,6 +21771,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21652,6 +21814,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21776,6 +21939,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21795,6 +21959,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21837,6 +22002,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21961,6 +22127,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -21980,6 +22147,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22022,6 +22190,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22146,6 +22315,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22165,6 +22335,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22207,6 +22378,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22331,6 +22503,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22350,6 +22523,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22392,6 +22566,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22532,6 +22707,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22551,6 +22727,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22593,6 +22770,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22722,6 +22900,7 @@ components: id: EUR vat_types_list: - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22731,6 +22910,7 @@ components: id: 9 value: 22 - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22781,6 +22961,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22795,6 +22976,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22831,6 +23013,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22845,6 +23028,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22894,6 +23078,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22908,6 +23093,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22957,6 +23143,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -22971,6 +23158,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -23016,6 +23204,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -23030,6 +23219,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -23075,6 +23265,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -23089,6 +23280,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -23134,6 +23326,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -23148,6 +23341,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -23198,6 +23392,7 @@ components: - categories_list vat_types_list: - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -23207,6 +23402,7 @@ components: id: 9 value: 22 - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -23929,6 +24125,7 @@ components: example: data: - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -23938,6 +24135,7 @@ components: id: 9 value: 22 - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -24319,6 +24517,45 @@ components: $ref: '#/components/schemas/PaymentAccount' title: CreatePaymentAccountResponse type: object + GetTaxProfileResponse: + example: + data: + profession: profession + company_type: company_type + contributions_percentage: 3.616076749251911 + rivalsa_name: rivalsa_name + default_cassa2_taxable: 5.637376656633329 + regime: regime + default_cassa2: 5.962133916683182 + enasarco_type: enasarco_type + default_cassa: 6.027456183070403 + profit_coefficient: 2.027123023002322 + company_subtype: company_subtype + med: true + default_withholding_tax: 2.3021358869347655 + default_other_withholding_tax: 9.301444243932576 + default_vat: + ei_description: ei_description + default: true + notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" + e_invoice: true + ei_type: "2" + editable: true + is_disabled: true + description: Non imponibile art. 123 + id: 9 + value: 22 + default_withholding_tax_taxable: 7.061401241503109 + enasarco: true + default_cassa_taxable: 1.4658129805029452 + default_rivalsa: 0.8008281904610115 + cassa_name: cassa_name + cassa2_name: cassa2_name + properties: + data: + $ref: '#/components/schemas/TaxProfile' + title: GetTaxProfileResponse + type: object GetPaymentAccountResponse: example: data: @@ -24368,6 +24605,7 @@ components: example: data: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -24385,6 +24623,7 @@ components: example: data: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -24402,6 +24641,7 @@ components: example: data: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -24419,6 +24659,7 @@ components: example: data: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -24435,6 +24676,7 @@ components: example: data: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -24485,6 +24727,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -24512,6 +24755,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -24699,6 +24943,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -24813,6 +25058,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -24840,6 +25086,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -25027,6 +25274,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -25620,6 +25868,7 @@ components: default_discount: 4.145608029883936 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -26010,6 +26259,7 @@ components: stock_current: 7.386281948385884 default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -26150,6 +26400,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -26177,6 +26428,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -26364,6 +26616,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -27039,6 +27292,7 @@ components: items_default_values: vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -27157,6 +27411,7 @@ components: key: null vat_types_list: - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -27166,6 +27421,7 @@ components: id: 9 value: 22 - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -27458,6 +27714,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -27477,6 +27734,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -27519,6 +27777,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -27794,6 +28053,7 @@ components: id: EUR vat_types_list: - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -27803,6 +28063,7 @@ components: id: 9 value: 22 - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -27885,6 +28146,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -27899,6 +28161,7 @@ components: - amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -28003,6 +28266,7 @@ components: - categories_list vat_types_list: - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -28012,6 +28276,7 @@ components: id: 9 value: 22 - ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -28389,6 +28654,7 @@ components: VatType: example: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -28442,6 +28708,10 @@ components: description: Is the vat type disabled nullable: true type: boolean + default: + description: If the vat type is default + nullable: true + type: boolean title: VatType type: object PaymentMethod: @@ -28555,6 +28825,124 @@ components: type: boolean title: PaymentAccount type: object + TaxProfile: + example: + profession: profession + company_type: company_type + contributions_percentage: 3.616076749251911 + rivalsa_name: rivalsa_name + default_cassa2_taxable: 5.637376656633329 + regime: regime + default_cassa2: 5.962133916683182 + enasarco_type: enasarco_type + default_cassa: 6.027456183070403 + profit_coefficient: 2.027123023002322 + company_subtype: company_subtype + med: true + default_withholding_tax: 2.3021358869347655 + default_other_withholding_tax: 9.301444243932576 + default_vat: + ei_description: ei_description + default: true + notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" + e_invoice: true + ei_type: "2" + editable: true + is_disabled: true + description: Non imponibile art. 123 + id: 9 + value: 22 + default_withholding_tax_taxable: 7.061401241503109 + enasarco: true + default_cassa_taxable: 1.4658129805029452 + default_rivalsa: 0.8008281904610115 + cassa_name: cassa_name + cassa2_name: cassa2_name + properties: + company_type: + description: The company type + nullable: true + type: string + company_subtype: + description: The company subtype + nullable: true + type: string + profession: + description: The profession + nullable: true + type: string + regime: + description: The applied regime + nullable: true + type: string + rivalsa_name: + description: The name of the rivalsa + nullable: true + type: string + default_rivalsa: + description: The default rivalsa amount + nullable: true + type: number + cassa_name: + description: The name of the cassa + nullable: true + type: string + default_cassa: + description: The default cassa amount + nullable: true + type: number + default_cassa_taxable: + description: The default taxable amount for the cassa + nullable: true + type: number + cassa2_name: + description: The name of the second cassa + nullable: true + type: string + default_cassa2: + description: The default second cassa amount + nullable: true + type: number + default_cassa2_taxable: + description: The default taxable amount for the second cassa + nullable: true + type: number + default_withholding_tax: + description: The default withholding tax + nullable: true + type: number + default_withholding_tax_taxable: + description: The default taxable amount for the withholding tax + nullable: true + type: number + default_other_withholding_tax: + description: The default other withholding tax + nullable: true + type: number + enasarco: + description: If it has enasarco + nullable: true + type: boolean + enasarco_type: + description: The enasarco type + nullable: true + type: string + contributions_percentage: + description: The contributions percentage + nullable: true + type: number + profit_coefficient: + description: The profit coefficient + nullable: true + type: number + med: + description: If the health card system is active + nullable: true + type: boolean + default_vat: + $ref: '#/components/schemas/VatType' + title: TaxProfile + type: object ListEmailsResponsePage: properties: data: @@ -28809,6 +29197,7 @@ components: bank_swift_code: bank_swift_code default_vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -29084,6 +29473,7 @@ components: discount_highlight: true vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -29292,6 +29682,7 @@ components: name: name vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -29404,6 +29795,7 @@ components: amount_net: 1.2315135367772556 vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" @@ -29658,6 +30050,17 @@ components: - it.fattureincloud.webhooks.entities.all.delete - it.fattureincloud.webhooks.issued_documents.e_invoices.status_update - it.fattureincloud.webhooks.received_documents.e_invoices.receive + - it.fattureincloud.webhooks.issued_documents.invoices.email_sent + - it.fattureincloud.webhooks.issued_documents.quotes.email_sent + - it.fattureincloud.webhooks.issued_documents.proformas.email_sent + - it.fattureincloud.webhooks.issued_documents.receipts.email_sent + - it.fattureincloud.webhooks.issued_documents.delivery_notes.email_sent + - it.fattureincloud.webhooks.issued_documents.credit_notes.email_sent + - it.fattureincloud.webhooks.issued_documents.orders.email_sent + - it.fattureincloud.webhooks.issued_documents.work_reports.email_sent + - it.fattureincloud.webhooks.issued_documents.supplier_orders.email_sent + - it.fattureincloud.webhooks.issued_documents.self_invoices.email_sent + - it.fattureincloud.webhooks.issued_documents.all.email_sent title: EventType type: string WebhooksSubscriptionConfig: @@ -30390,6 +30793,7 @@ components: example: vat: ei_description: ei_description + default: true notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" e_invoice: true ei_type: "2" diff --git a/build.gradle b/build.gradle index b4d1b91d..c4921d90 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'it.fattureincloud' -version = '2.1.0' +version = '2.1.1' java { withJavadocJar() diff --git a/docs/EventType.md b/docs/EventType.md index f07fe777..0eefd7e3 100644 --- a/docs/EventType.md +++ b/docs/EventType.md @@ -131,5 +131,27 @@ * `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..4c231ce0 --- /dev/null +++ b/docs/GetTaxProfileResponse.md @@ -0,0 +1,17 @@ + + +# GetTaxProfileResponse + + +## Properties + +| Name | Type | Description | Notes | +|------------ | ------------- | ------------- | -------------| +|**data** | [**TaxProfile**](TaxProfile.md) | | [optional] | + + +## Implemented Interfaces + +* Serializable + + diff --git a/docs/SettingsApi.md b/docs/SettingsApi.md index 277bad56..0506288b 100644 --- a/docs/SettingsApi.md +++ b/docs/SettingsApi.md @@ -12,6 +12,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**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 | @@ -584,6 +585,74 @@ public class Example { | **200** | Example response | - | +## getTaxProfile + +> GetTaxProfileResponse getTaxProfile(companyId) + +Get Tax Profile + +Gets the Tax Profile + +### Example +```java +// Import classes: +import it.fattureincloud.sdk.ApiClient; +import it.fattureincloud.sdk.ApiException; +import it.fattureincloud.sdk.Configuration; +import it.fattureincloud.sdk.auth.*; +import it.fattureincloud.sdk.models.*; +import it.fattureincloud.sdk.api.SettingsApi; + +public class Example { + public static void main(String[] args) { + ApiClient defaultClient = Configuration.getDefaultApiClient(); + defaultClient.setBasePath("https://api-v2.fattureincloud.it"); + + // Configure OAuth2 access token for authorization: OAuth2AuthenticationCodeFlow + OAuth OAuth2AuthenticationCodeFlow = (OAuth) defaultClient.getAuthentication("OAuth2AuthenticationCodeFlow"); + OAuth2AuthenticationCodeFlow.setAccessToken("YOUR ACCESS TOKEN"); + + SettingsApi apiInstance = new SettingsApi(defaultClient); + Integer companyId = 12345; // Integer | The ID of the company. + try { + GetTaxProfileResponse result = apiInstance.getTaxProfile(companyId); + System.out.println(result); + } catch (ApiException e) { + System.err.println("Exception when calling SettingsApi#getTaxProfile"); + System.err.println("Status code: " + e.getCode()); + System.err.println("Reason: " + e.getResponseBody()); + System.err.println("Response headers: " + e.getResponseHeaders()); + e.printStackTrace(); + } + } +} +``` + +### Parameters + +| Name | Type | Description | Notes | +|------------- | ------------- | ------------- | -------------| +| **companyId** | **Integer**| The ID of the company. | | + +### Return type + +[**GetTaxProfileResponse**](GetTaxProfileResponse.md) + +### Authorization + +[OAuth2AuthenticationCodeFlow](../README.md#OAuth2AuthenticationCodeFlow) + +### HTTP request headers + + - **Content-Type**: Not defined + - **Accept**: application/json + +### HTTP response details +| Status code | Description | Response headers | +|-------------|-------------|------------------| +| **200** | Example response | - | + + ## getVatType > GetVatTypeResponse getVatType(companyId, vatTypeId) diff --git a/docs/TaxProfile.md b/docs/TaxProfile.md new file mode 100644 index 00000000..4a279688 --- /dev/null +++ b/docs/TaxProfile.md @@ -0,0 +1,37 @@ + + +# 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** | **BigDecimal** | The default rivalsa amount | [optional] | +|**cassaName** | **String** | The name of the cassa | [optional] | +|**defaultCassa** | **BigDecimal** | The default cassa amount | [optional] | +|**defaultCassaTaxable** | **BigDecimal** | The default taxable amount for the cassa | [optional] | +|**cassa2Name** | **String** | The name of the second cassa | [optional] | +|**defaultCassa2** | **BigDecimal** | The default second cassa amount | [optional] | +|**defaultCassa2Taxable** | **BigDecimal** | The default taxable amount for the second cassa | [optional] | +|**defaultWithholdingTax** | **BigDecimal** | The default withholding tax | [optional] | +|**defaultWithholdingTaxTaxable** | **BigDecimal** | The default taxable amount for the withholding tax | [optional] | +|**defaultOtherWithholdingTax** | **BigDecimal** | The default other withholding tax | [optional] | +|**enasarco** | **Boolean** | If it has enasarco | [optional] | +|**enasarcoType** | **String** | The enasarco type | [optional] | +|**contributionsPercentage** | **BigDecimal** | The contributions percentage | [optional] | +|**profitCoefficient** | **BigDecimal** | The profit coefficient | [optional] | +|**med** | **Boolean** | If the health card system is active | [optional] | +|**defaultVat** | [**VatType**](VatType.md) | | [optional] | + + +## Implemented Interfaces + +* Serializable + + diff --git a/docs/VatType.md b/docs/VatType.md index 6172798e..17b16cf8 100644 --- a/docs/VatType.md +++ b/docs/VatType.md @@ -16,6 +16,7 @@ |**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] | ## Implemented Interfaces 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/main/java/it/fattureincloud/sdk/ApiCallback.java b/src/main/java/it/fattureincloud/sdk/ApiCallback.java index 56ae3a86..d04982c5 100644 --- a/src/main/java/it/fattureincloud/sdk/ApiCallback.java +++ b/src/main/java/it/fattureincloud/sdk/ApiCallback.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/ApiClient.java b/src/main/java/it/fattureincloud/sdk/ApiClient.java index 53126bdd..8877fc3d 100644 --- a/src/main/java/it/fattureincloud/sdk/ApiClient.java +++ b/src/main/java/it/fattureincloud/sdk/ApiClient.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -130,7 +130,7 @@ private void init() { json = new JSON(); // Set default User-Agent. - setUserAgent("FattureInCloud/2.1.0/Java-SDK"); + setUserAgent("FattureInCloud/2.1.1/Java-SDK"); authentications = new HashMap(); } diff --git a/src/main/java/it/fattureincloud/sdk/ApiException.java b/src/main/java/it/fattureincloud/sdk/ApiException.java index 67545006..e70431af 100644 --- a/src/main/java/it/fattureincloud/sdk/ApiException.java +++ b/src/main/java/it/fattureincloud/sdk/ApiException.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ @SuppressWarnings("serial") @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ApiException extends Exception { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/ApiResponse.java b/src/main/java/it/fattureincloud/sdk/ApiResponse.java index 63fa6dc6..a0eee05e 100644 --- a/src/main/java/it/fattureincloud/sdk/ApiResponse.java +++ b/src/main/java/it/fattureincloud/sdk/ApiResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/Configuration.java b/src/main/java/it/fattureincloud/sdk/Configuration.java index 5c3ddd82..b34fafe2 100644 --- a/src/main/java/it/fattureincloud/sdk/Configuration.java +++ b/src/main/java/it/fattureincloud/sdk/Configuration.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -14,10 +14,10 @@ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Configuration { - public static final String VERSION = "2.1.0"; + public static final String VERSION = "2.1.1"; private static ApiClient defaultApiClient = new ApiClient(); diff --git a/src/main/java/it/fattureincloud/sdk/GzipRequestInterceptor.java b/src/main/java/it/fattureincloud/sdk/GzipRequestInterceptor.java index 28f99ff1..ba79411d 100644 --- a/src/main/java/it/fattureincloud/sdk/GzipRequestInterceptor.java +++ b/src/main/java/it/fattureincloud/sdk/GzipRequestInterceptor.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/JSON.java b/src/main/java/it/fattureincloud/sdk/JSON.java index e0842284..78376945 100644 --- a/src/main/java/it/fattureincloud/sdk/JSON.java +++ b/src/main/java/it/fattureincloud/sdk/JSON.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/Pair.java b/src/main/java/it/fattureincloud/sdk/Pair.java index ade146af..6cb98f72 100644 --- a/src/main/java/it/fattureincloud/sdk/Pair.java +++ b/src/main/java/it/fattureincloud/sdk/Pair.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -14,8 +14,8 @@ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Pair { private String name = ""; private String value = ""; diff --git a/src/main/java/it/fattureincloud/sdk/ProgressRequestBody.java b/src/main/java/it/fattureincloud/sdk/ProgressRequestBody.java index 53644b40..861a003f 100644 --- a/src/main/java/it/fattureincloud/sdk/ProgressRequestBody.java +++ b/src/main/java/it/fattureincloud/sdk/ProgressRequestBody.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/ProgressResponseBody.java b/src/main/java/it/fattureincloud/sdk/ProgressResponseBody.java index cfa15538..284b0e6f 100644 --- a/src/main/java/it/fattureincloud/sdk/ProgressResponseBody.java +++ b/src/main/java/it/fattureincloud/sdk/ProgressResponseBody.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/ServerConfiguration.java b/src/main/java/it/fattureincloud/sdk/ServerConfiguration.java index 7c8b5b95..ea052383 100644 --- a/src/main/java/it/fattureincloud/sdk/ServerConfiguration.java +++ b/src/main/java/it/fattureincloud/sdk/ServerConfiguration.java @@ -5,8 +5,8 @@ /** Representing a Server configuration. */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ServerConfiguration { public String URL; public String description; diff --git a/src/main/java/it/fattureincloud/sdk/ServerVariable.java b/src/main/java/it/fattureincloud/sdk/ServerVariable.java index c5c0a9fe..35da5af7 100644 --- a/src/main/java/it/fattureincloud/sdk/ServerVariable.java +++ b/src/main/java/it/fattureincloud/sdk/ServerVariable.java @@ -5,8 +5,8 @@ /** Representing a Server Variable for server URL template substitution. */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ServerVariable { public String description; public String defaultValue; diff --git a/src/main/java/it/fattureincloud/sdk/StringUtil.java b/src/main/java/it/fattureincloud/sdk/StringUtil.java index 8ff39606..d486e0e5 100644 --- a/src/main/java/it/fattureincloud/sdk/StringUtil.java +++ b/src/main/java/it/fattureincloud/sdk/StringUtil.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,8 +17,8 @@ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class StringUtil { /** * Check if the given array contains the given value (with case-insensitive comparison). diff --git a/src/main/java/it/fattureincloud/sdk/api/ArchiveApi.java b/src/main/java/it/fattureincloud/sdk/api/ArchiveApi.java index a20a66c7..2f7fc205 100644 --- a/src/main/java/it/fattureincloud/sdk/api/ArchiveApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/ArchiveApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/CashbookApi.java b/src/main/java/it/fattureincloud/sdk/api/CashbookApi.java index 6f5d19d2..7e90e2af 100644 --- a/src/main/java/it/fattureincloud/sdk/api/CashbookApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/CashbookApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/ClientsApi.java b/src/main/java/it/fattureincloud/sdk/api/ClientsApi.java index 047e1cf0..c27e693f 100644 --- a/src/main/java/it/fattureincloud/sdk/api/ClientsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/ClientsApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/CompaniesApi.java b/src/main/java/it/fattureincloud/sdk/api/CompaniesApi.java index 0e41b12d..4ca08fd6 100644 --- a/src/main/java/it/fattureincloud/sdk/api/CompaniesApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/CompaniesApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/EmailsApi.java b/src/main/java/it/fattureincloud/sdk/api/EmailsApi.java index dca96817..1989f585 100644 --- a/src/main/java/it/fattureincloud/sdk/api/EmailsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/EmailsApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/InfoApi.java b/src/main/java/it/fattureincloud/sdk/api/InfoApi.java index 3f239bd3..b99d6971 100644 --- a/src/main/java/it/fattureincloud/sdk/api/InfoApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/InfoApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/IssuedDocumentsApi.java b/src/main/java/it/fattureincloud/sdk/api/IssuedDocumentsApi.java index 45e77c29..62c763fb 100644 --- a/src/main/java/it/fattureincloud/sdk/api/IssuedDocumentsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/IssuedDocumentsApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/IssuedEInvoicesApi.java b/src/main/java/it/fattureincloud/sdk/api/IssuedEInvoicesApi.java index c6227a80..254aba91 100644 --- a/src/main/java/it/fattureincloud/sdk/api/IssuedEInvoicesApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/IssuedEInvoicesApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/ProductsApi.java b/src/main/java/it/fattureincloud/sdk/api/ProductsApi.java index 6128dba1..018ad06c 100644 --- a/src/main/java/it/fattureincloud/sdk/api/ProductsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/ProductsApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/ReceiptsApi.java b/src/main/java/it/fattureincloud/sdk/api/ReceiptsApi.java index e42d4128..5ff4724b 100644 --- a/src/main/java/it/fattureincloud/sdk/api/ReceiptsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/ReceiptsApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/ReceivedDocumentsApi.java b/src/main/java/it/fattureincloud/sdk/api/ReceivedDocumentsApi.java index 524bd6cc..f3bbd213 100644 --- a/src/main/java/it/fattureincloud/sdk/api/ReceivedDocumentsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/ReceivedDocumentsApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/SettingsApi.java b/src/main/java/it/fattureincloud/sdk/api/SettingsApi.java index bb2621d6..06f8a3e7 100644 --- a/src/main/java/it/fattureincloud/sdk/api/SettingsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/SettingsApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -27,6 +27,7 @@ import it.fattureincloud.sdk.model.CreateVatTypeResponse; import it.fattureincloud.sdk.model.GetPaymentAccountResponse; import it.fattureincloud.sdk.model.GetPaymentMethodResponse; +import it.fattureincloud.sdk.model.GetTaxProfileResponse; import it.fattureincloud.sdk.model.GetVatTypeResponse; import it.fattureincloud.sdk.model.ModifyPaymentAccountRequest; import it.fattureincloud.sdk.model.ModifyPaymentAccountResponse; @@ -1419,6 +1420,151 @@ public okhttp3.Call getPaymentMethodAsync( localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); return localVarCall; } + /** + * Build call for getTaxProfile + * + * @param companyId The ID of the company. (required) + * @param _callback Callback for upload/download progress + * @return Call to execute + * @throws ApiException If fail to serialize the request body object + * @http.response.details + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Example response -
+ */ + public okhttp3.Call getTaxProfileCall(Integer companyId, final ApiCallback _callback) + throws ApiException { + String basePath = null; + // Operation Servers + String[] localBasePaths = new String[] {}; + + // Determine Base Path to Use + if (localCustomBaseUrl != null) { + basePath = localCustomBaseUrl; + } else if (localBasePaths.length > 0) { + basePath = localBasePaths[localHostIndex]; + } else { + basePath = null; + } + + Object localVarPostBody = null; + + // create path and map variables + String localVarPath = + "/c/{company_id}/settings/tax_profile" + .replace( + "{" + "company_id" + "}", localVarApiClient.escapeString(companyId.toString())); + + List localVarQueryParams = new ArrayList(); + List localVarCollectionQueryParams = new ArrayList(); + Map localVarHeaderParams = new HashMap(); + Map localVarCookieParams = new HashMap(); + Map localVarFormParams = new HashMap(); + + final String[] localVarAccepts = {"application/json"}; + final String localVarAccept = localVarApiClient.selectHeaderAccept(localVarAccepts); + if (localVarAccept != null) { + localVarHeaderParams.put("Accept", localVarAccept); + } + + final String[] localVarContentTypes = {}; + final String localVarContentType = + localVarApiClient.selectHeaderContentType(localVarContentTypes); + if (localVarContentType != null) { + localVarHeaderParams.put("Content-Type", localVarContentType); + } + + String[] localVarAuthNames = new String[] {"OAuth2AuthenticationCodeFlow"}; + return localVarApiClient.buildCall( + basePath, + localVarPath, + "GET", + localVarQueryParams, + localVarCollectionQueryParams, + localVarPostBody, + localVarHeaderParams, + localVarCookieParams, + localVarFormParams, + localVarAuthNames, + _callback); + } + + @SuppressWarnings("rawtypes") + private okhttp3.Call getTaxProfileValidateBeforeCall( + Integer companyId, final ApiCallback _callback) throws ApiException { + // verify the required parameter 'companyId' is set + if (companyId == null) { + throw new ApiException( + "Missing the required parameter 'companyId' when calling getTaxProfile(Async)"); + } + + return getTaxProfileCall(companyId, _callback); + } + + /** + * Get Tax Profile Gets the Tax Profile + * + * @param companyId The ID of the company. (required) + * @return GetTaxProfileResponse + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Example response -
+ */ + public GetTaxProfileResponse getTaxProfile(Integer companyId) throws ApiException { + ApiResponse localVarResp = getTaxProfileWithHttpInfo(companyId); + return localVarResp.getData(); + } + + /** + * Get Tax Profile Gets the Tax Profile + * + * @param companyId The ID of the company. (required) + * @return ApiResponse<GetTaxProfileResponse> + * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the + * response body + * @http.response.details + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Example response -
+ */ + public ApiResponse getTaxProfileWithHttpInfo(Integer companyId) + throws ApiException { + okhttp3.Call localVarCall = getTaxProfileValidateBeforeCall(companyId, null); + Type localVarReturnType = new TypeToken() {}.getType(); + return localVarApiClient.execute(localVarCall, localVarReturnType); + } + + /** + * Get Tax Profile (asynchronously) Gets the Tax Profile + * + * @param companyId The ID of the company. (required) + * @param _callback The callback to be executed when the API call finishes + * @return The request call + * @throws ApiException If fail to process the API call, e.g. serializing the request body object + * @http.response.details + * + * + * + * + *
Response Details
Status Code Description Response Headers
200 Example response -
+ */ + public okhttp3.Call getTaxProfileAsync( + Integer companyId, final ApiCallback _callback) throws ApiException { + + okhttp3.Call localVarCall = getTaxProfileValidateBeforeCall(companyId, _callback); + Type localVarReturnType = new TypeToken() {}.getType(); + localVarApiClient.executeAsync(localVarCall, localVarReturnType, _callback); + return localVarCall; + } /** * Build call for getVatType * diff --git a/src/main/java/it/fattureincloud/sdk/api/SuppliersApi.java b/src/main/java/it/fattureincloud/sdk/api/SuppliersApi.java index 0b5f7ca1..6d5baea0 100644 --- a/src/main/java/it/fattureincloud/sdk/api/SuppliersApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/SuppliersApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/TaxesApi.java b/src/main/java/it/fattureincloud/sdk/api/TaxesApi.java index 79faed6a..d30411b0 100644 --- a/src/main/java/it/fattureincloud/sdk/api/TaxesApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/TaxesApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/UserApi.java b/src/main/java/it/fattureincloud/sdk/api/UserApi.java index 287ceb42..aaae0198 100644 --- a/src/main/java/it/fattureincloud/sdk/api/UserApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/UserApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/api/WebhooksApi.java b/src/main/java/it/fattureincloud/sdk/api/WebhooksApi.java index b1e53644..875f061d 100644 --- a/src/main/java/it/fattureincloud/sdk/api/WebhooksApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/WebhooksApi.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/auth/OAuth2Manager.java b/src/main/java/it/fattureincloud/sdk/auth/OAuth2Manager.java index 083b157d..826bdc40 100644 --- a/src/main/java/it/fattureincloud/sdk/auth/OAuth2Manager.java +++ b/src/main/java/it/fattureincloud/sdk/auth/OAuth2Manager.java @@ -1,18 +1,15 @@ package it.fattureincloud.sdk.auth; import com.google.gson.Gson; -import com.google.gson.reflect.TypeToken; import io.vavr.control.Either; -import okhttp3.*; - import java.io.IOException; import java.io.UnsupportedEncodingException; -import java.lang.reflect.Type; import java.net.URLDecoder; import java.net.URLEncoder; import java.nio.charset.StandardCharsets; import java.util.*; import java.util.stream.Collectors; +import okhttp3.*; public abstract class OAuth2Manager { static final String DEFAULT_BASE_URI = "https://api-v2.fattureincloud.it"; @@ -28,20 +25,15 @@ public OAuth2Manager(String clientId) { this(clientId, null, null); } - public OAuth2Manager( - String clientId, String baseUri) { + public OAuth2Manager(String clientId, String baseUri) { this(clientId, baseUri, null); } - public OAuth2Manager( - String clientId, OkHttpClient httpClient) { + public OAuth2Manager(String clientId, OkHttpClient httpClient) { this(clientId, null, httpClient); } - public OAuth2Manager( - String clientId, - String baseUri, - OkHttpClient httpClient) { + public OAuth2Manager(String clientId, String baseUri, OkHttpClient httpClient) { this.clientId = clientId; this.baseUri = Optional.ofNullable(baseUri); if (httpClient != null) { @@ -80,11 +72,11 @@ public void setHttpClient(OkHttpClient httpClient) { this.httpClient = httpClient; } - protected abstract Either fetchToken( - String code) throws IOException; + protected abstract Either fetchToken(String code) + throws IOException; - protected abstract Either refreshToken( - String refreshToken) throws IOException; + protected abstract Either refreshToken(String refreshToken) + throws IOException; protected String getCompleteUri(String path) { return this.getBaseUri().concat(path); @@ -94,8 +86,8 @@ protected String mapToJson(Map inputMap) { return gson.toJson(inputMap); } - protected Either post( - String url, String json, Class typeOfT) throws IOException { + protected Either post(String url, String json, Class typeOfT) + throws IOException { RequestBody body = RequestBody.create(json, JSON); Request request = new Request.Builder().url(url).post(body).build(); try (Response response = this.httpClient.newCall(request).execute()) { @@ -103,8 +95,7 @@ protected Either post( int code = response.code(); if (code != 200) { - OAuth2Error err = - gson.fromJson(responseBody, OAuth2Error.class); + OAuth2Error err = gson.fromJson(responseBody, OAuth2Error.class); err.setCode(code); return Either.left(err); } else { diff --git a/src/main/java/it/fattureincloud/sdk/model/AbstractOpenApiSchema.java b/src/main/java/it/fattureincloud/sdk/model/AbstractOpenApiSchema.java index 0cd70c7f..1b0ec85a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/AbstractOpenApiSchema.java +++ b/src/main/java/it/fattureincloud/sdk/model/AbstractOpenApiSchema.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -18,8 +18,8 @@ /** Abstract class for oneOf,anyOf schemas defined in OpenAPI spec */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public abstract class AbstractOpenApiSchema { // store the actual instance of the schema/object diff --git a/src/main/java/it/fattureincloud/sdk/model/ArchiveDocument.java b/src/main/java/it/fattureincloud/sdk/model/ArchiveDocument.java index 9c520335..046776fe 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ArchiveDocument.java +++ b/src/main/java/it/fattureincloud/sdk/model/ArchiveDocument.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** ArchiveDocument */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ArchiveDocument implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/AttachmentData.java b/src/main/java/it/fattureincloud/sdk/model/AttachmentData.java index fffe7ebe..6420d701 100644 --- a/src/main/java/it/fattureincloud/sdk/model/AttachmentData.java +++ b/src/main/java/it/fattureincloud/sdk/model/AttachmentData.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** AttachmentData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class AttachmentData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CashbookEntry.java b/src/main/java/it/fattureincloud/sdk/model/CashbookEntry.java index ef0ad591..94a5d3f8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CashbookEntry.java +++ b/src/main/java/it/fattureincloud/sdk/model/CashbookEntry.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** CashbookEntry */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CashbookEntry implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryDocument.java b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryDocument.java index 55e63fe2..c3418557 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryDocument.java +++ b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryDocument.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CashbookEntryDocument */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CashbookEntryDocument implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryKind.java b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryKind.java index fc0b76b6..fd954313 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryKind.java +++ b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryKind.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryType.java b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryType.java index f37f761f..b347b4b5 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryType.java +++ b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/City.java b/src/main/java/it/fattureincloud/sdk/model/City.java index c85f6fcc..602f2fda 100644 --- a/src/main/java/it/fattureincloud/sdk/model/City.java +++ b/src/main/java/it/fattureincloud/sdk/model/City.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** City */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class City implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Client.java b/src/main/java/it/fattureincloud/sdk/model/Client.java index 96f989ff..cb8d671c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Client.java +++ b/src/main/java/it/fattureincloud/sdk/model/Client.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** Client */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Client implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ClientType.java b/src/main/java/it/fattureincloud/sdk/model/ClientType.java index 10bcaa3d..a0f18a49 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ClientType.java +++ b/src/main/java/it/fattureincloud/sdk/model/ClientType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/Company.java b/src/main/java/it/fattureincloud/sdk/model/Company.java index 2c351a92..663cbfc0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Company.java +++ b/src/main/java/it/fattureincloud/sdk/model/Company.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** Company */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Company implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfo.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfo.java index eed549fb..137db053 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfo.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** CompanyInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CompanyInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoAccessInfo.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoAccessInfo.java index 800ee2a5..de5ddb57 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoAccessInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoAccessInfo.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CompanyInfoAccessInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CompanyInfoAccessInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfo.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfo.java index 368ee161..2540f793 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfo.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Company plan info */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CompanyInfoPlanInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctions.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctions.java index 782586eb..0e0118b6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctions.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctions.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Access to functions for this company. */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CompanyInfoPlanInfoFunctions implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctionsStatus.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctionsStatus.java index 57003f28..0fd25593 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctionsStatus.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctionsStatus.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CompanyInfoPlanInfoFunctionsStatus */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CompanyInfoPlanInfoFunctionsStatus implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoLimits.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoLimits.java index 7b4bdb58..e7d6aed9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoLimits.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoLimits.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Company plan limits */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CompanyInfoPlanInfoLimits implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyPlanUsage.java b/src/main/java/it/fattureincloud/sdk/model/CompanyPlanUsage.java index 57f18226..d3fb9804 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyPlanUsage.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyPlanUsage.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** CompanyPlanUsage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CompanyPlanUsage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyType.java b/src/main/java/it/fattureincloud/sdk/model/CompanyType.java index 01895267..3e3f7a1a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CompanyType.java +++ b/src/main/java/it/fattureincloud/sdk/model/CompanyType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/ControlledCompany.java b/src/main/java/it/fattureincloud/sdk/model/ControlledCompany.java index b5b66dd4..8e86e94c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ControlledCompany.java +++ b/src/main/java/it/fattureincloud/sdk/model/ControlledCompany.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ControlledCompany */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ControlledCompany implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentRequest.java index 380acc43..135fd05e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateArchiveDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentResponse.java index 222825fd..f9899cac 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateArchiveDocumentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateArchiveDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryRequest.java index 47cb1147..b0883dd3 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateCashbookEntryRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryResponse.java index e594e786..178d8207 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateCashbookEntryResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateCashbookEntryResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateClientRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateClientRequest.java index 42533bb7..0ea719a0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateClientRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateClientRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateClientRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateClientRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateClientResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateClientResponse.java index 4b156a95..9e4c1e5e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateClientResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateClientResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateClientResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateClientResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateF24Request.java b/src/main/java/it/fattureincloud/sdk/model/CreateF24Request.java index dcf624d6..48448245 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateF24Request.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateF24Request.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateF24Request implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateF24Response.java b/src/main/java/it/fattureincloud/sdk/model/CreateF24Response.java index afe6678a..6e019aa6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateF24Response.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateF24Response.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateF24Response implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentRequest.java index 1bc71153..8ab5aa12 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateIssuedDocumentRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateIssuedDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentResponse.java index 9baa5d3f..e6e872a9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateIssuedDocumentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateIssuedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateIssuedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountRequest.java index e42ce224..dd474068 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CreatePaymentAccountRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreatePaymentAccountRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountResponse.java index c5c3a89b..78871f03 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentAccountResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CreatePaymentAccountResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreatePaymentAccountResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodRequest.java index f425820b..883edd3d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreatePaymentMethodRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreatePaymentMethodRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodResponse.java index 58c957d5..b4f0e379 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreatePaymentMethodResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreatePaymentMethodResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreatePaymentMethodResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateProductRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateProductRequest.java index f0b87946..cc9464e0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateProductRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateProductRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateProductRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateProductRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateProductResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateProductResponse.java index 3d7f9f98..bd693b9e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateProductResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateProductResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateProductResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateProductResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateReceiptRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateReceiptRequest.java index cff5608e..37fc4a9e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateReceiptRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateReceiptRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateReceiptRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateReceiptResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateReceiptResponse.java index 4df3cd5d..ab487cd4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateReceiptResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateReceiptResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateReceiptResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentRequest.java index dd140cd4..eae5ab30 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateReceivedDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentResponse.java index 429eac4c..84937e84 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateReceivedDocumentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateReceivedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateSupplierRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateSupplierRequest.java index 7ea23d1b..68c76923 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateSupplierRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateSupplierRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateSupplierRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateSupplierRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateSupplierResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateSupplierResponse.java index 631c54ee..e7387eb3 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateSupplierResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateSupplierResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateSupplierResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateSupplierResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeRequest.java index a9e41667..913ca783 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CreateVatTypeRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateVatTypeRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeResponse.java index 881c1994..00d0c340 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateVatTypeResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** CreateVatTypeResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateVatTypeResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionRequest.java b/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionRequest.java index 610c48b8..ba1b2a0e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** CreateWebhooksSubscriptionRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateWebhooksSubscriptionRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionResponse.java b/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionResponse.java index 9df3f6c7..b420e898 100644 --- a/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/CreateWebhooksSubscriptionResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** CreateWebhooksSubscriptionResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class CreateWebhooksSubscriptionResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Currency.java b/src/main/java/it/fattureincloud/sdk/model/Currency.java index 27369135..dcbfedb8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Currency.java +++ b/src/main/java/it/fattureincloud/sdk/model/Currency.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Currency */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Currency implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/DetailedCountry.java b/src/main/java/it/fattureincloud/sdk/model/DetailedCountry.java index c482b98e..d040d5f7 100644 --- a/src/main/java/it/fattureincloud/sdk/model/DetailedCountry.java +++ b/src/main/java/it/fattureincloud/sdk/model/DetailedCountry.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** DetailedCountry */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class DetailedCountry implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/DocumentTemplate.java b/src/main/java/it/fattureincloud/sdk/model/DocumentTemplate.java index ad4a101a..991b101d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/DocumentTemplate.java +++ b/src/main/java/it/fattureincloud/sdk/model/DocumentTemplate.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** DocumentTemplate */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class DocumentTemplate implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EInvoiceRejectionReason.java b/src/main/java/it/fattureincloud/sdk/model/EInvoiceRejectionReason.java index db9e24a8..6a508f97 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EInvoiceRejectionReason.java +++ b/src/main/java/it/fattureincloud/sdk/model/EInvoiceRejectionReason.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** EInvoiceRejectionReason */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class EInvoiceRejectionReason implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Email.java b/src/main/java/it/fattureincloud/sdk/model/Email.java index 1c3aad41..668c8a90 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Email.java +++ b/src/main/java/it/fattureincloud/sdk/model/Email.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** Email */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Email implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailAttachment.java b/src/main/java/it/fattureincloud/sdk/model/EmailAttachment.java index 0f7fe910..e36d2f8a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailAttachment.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailAttachment.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** EmailAttachment */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class EmailAttachment implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailData.java b/src/main/java/it/fattureincloud/sdk/model/EmailData.java index 04f8c856..956c85ec 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailData.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailData.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** EmailData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class EmailData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailDataDefaultSenderEmail.java b/src/main/java/it/fattureincloud/sdk/model/EmailDataDefaultSenderEmail.java index da41ab90..27343e95 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailDataDefaultSenderEmail.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailDataDefaultSenderEmail.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Default sender email. (Other emails can be found in **sender_emails_list**) */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class EmailDataDefaultSenderEmail implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailRecipientStatus.java b/src/main/java/it/fattureincloud/sdk/model/EmailRecipientStatus.java index 5d64dab1..4e9e96ce 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailRecipientStatus.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailRecipientStatus.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailSchedule.java b/src/main/java/it/fattureincloud/sdk/model/EmailSchedule.java index ac556e07..787ac396 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailSchedule.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailSchedule.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** EmailSchedule */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class EmailSchedule implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailScheduleInclude.java b/src/main/java/it/fattureincloud/sdk/model/EmailScheduleInclude.java index f78f572a..94d89976 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailScheduleInclude.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailScheduleInclude.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** EmailScheduleInclude */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class EmailScheduleInclude implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailStatus.java b/src/main/java/it/fattureincloud/sdk/model/EmailStatus.java index f12dc1e2..38c74c1c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EmailStatus.java +++ b/src/main/java/it/fattureincloud/sdk/model/EmailStatus.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/Entity.java b/src/main/java/it/fattureincloud/sdk/model/Entity.java index 2a3642ea..17fd890a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Entity.java +++ b/src/main/java/it/fattureincloud/sdk/model/Entity.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** Entity */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Entity implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EntityType.java b/src/main/java/it/fattureincloud/sdk/model/EntityType.java index 6740ac58..dc8ebf8d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EntityType.java +++ b/src/main/java/it/fattureincloud/sdk/model/EntityType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/EventType.java b/src/main/java/it/fattureincloud/sdk/model/EventType.java index 6348e171..b91c8902 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EventType.java +++ b/src/main/java/it/fattureincloud/sdk/model/EventType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -164,7 +164,39 @@ public enum EventType { "it.fattureincloud.webhooks.issued_documents.e_invoices.status_update"), RECEIVED_DOCUMENTS_E_INVOICES_RECEIVE( - "it.fattureincloud.webhooks.received_documents.e_invoices.receive"); + "it.fattureincloud.webhooks.received_documents.e_invoices.receive"), + + ISSUED_DOCUMENTS_INVOICES_EMAIL_SENT( + "it.fattureincloud.webhooks.issued_documents.invoices.email_sent"), + + ISSUED_DOCUMENTS_QUOTES_EMAIL_SENT( + "it.fattureincloud.webhooks.issued_documents.quotes.email_sent"), + + ISSUED_DOCUMENTS_PROFORMAS_EMAIL_SENT( + "it.fattureincloud.webhooks.issued_documents.proformas.email_sent"), + + ISSUED_DOCUMENTS_RECEIPTS_EMAIL_SENT( + "it.fattureincloud.webhooks.issued_documents.receipts.email_sent"), + + ISSUED_DOCUMENTS_DELIVERY_NOTES_EMAIL_SENT( + "it.fattureincloud.webhooks.issued_documents.delivery_notes.email_sent"), + + ISSUED_DOCUMENTS_CREDIT_NOTES_EMAIL_SENT( + "it.fattureincloud.webhooks.issued_documents.credit_notes.email_sent"), + + ISSUED_DOCUMENTS_ORDERS_EMAIL_SENT( + "it.fattureincloud.webhooks.issued_documents.orders.email_sent"), + + ISSUED_DOCUMENTS_WORK_REPORTS_EMAIL_SENT( + "it.fattureincloud.webhooks.issued_documents.work_reports.email_sent"), + + ISSUED_DOCUMENTS_SUPPLIER_ORDERS_EMAIL_SENT( + "it.fattureincloud.webhooks.issued_documents.supplier_orders.email_sent"), + + ISSUED_DOCUMENTS_SELF_INVOICES_EMAIL_SENT( + "it.fattureincloud.webhooks.issued_documents.self_invoices.email_sent"), + + ISSUED_DOCUMENTS_ALL_EMAIL_SENT("it.fattureincloud.webhooks.issued_documents.all.email_sent"); private String value; diff --git a/src/main/java/it/fattureincloud/sdk/model/F24.java b/src/main/java/it/fattureincloud/sdk/model/F24.java index adf25f1b..a853828e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/F24.java +++ b/src/main/java/it/fattureincloud/sdk/model/F24.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** F24 */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class F24 implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/F24Status.java b/src/main/java/it/fattureincloud/sdk/model/F24Status.java index fe398a77..11ab47e8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/F24Status.java +++ b/src/main/java/it/fattureincloud/sdk/model/F24Status.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/FattureInCloudPlanType.java b/src/main/java/it/fattureincloud/sdk/model/FattureInCloudPlanType.java index 58cd8d4d..12da4e38 100644 --- a/src/main/java/it/fattureincloud/sdk/model/FattureInCloudPlanType.java +++ b/src/main/java/it/fattureincloud/sdk/model/FattureInCloudPlanType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/FunctionStatus.java b/src/main/java/it/fattureincloud/sdk/model/FunctionStatus.java index 8f805b18..f748d54f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/FunctionStatus.java +++ b/src/main/java/it/fattureincloud/sdk/model/FunctionStatus.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** FunctionStatus */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class FunctionStatus implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetArchiveDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetArchiveDocumentResponse.java index 7be919d8..a5c3876b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetArchiveDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetArchiveDocumentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetArchiveDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetCashbookEntryResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetCashbookEntryResponse.java index 0603f865..2e8c0428 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetCashbookEntryResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetCashbookEntryResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetCashbookEntryResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetClientResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetClientResponse.java index 967b046f..23ce05d7 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetClientResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetClientResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetClientResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetClientResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetCompanyInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetCompanyInfoResponse.java index d028c055..81885dad 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetCompanyInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetCompanyInfoResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetCompanyInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetCompanyPlanUsageResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetCompanyPlanUsageResponse.java index 4297fe10..bddaefc6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetCompanyPlanUsageResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetCompanyPlanUsageResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetCompanyPlanUsageResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetEInvoiceRejectionReasonResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetEInvoiceRejectionReasonResponse.java index 64bafb0f..e57aea64 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetEInvoiceRejectionReasonResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetEInvoiceRejectionReasonResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetEInvoiceRejectionReasonResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetEInvoiceRejectionReasonResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetEmailDataResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetEmailDataResponse.java index a9bfc039..b6c2e9dc 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetEmailDataResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetEmailDataResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetEmailDataResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetEmailDataResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsRequest.java b/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsRequest.java index 7b0cca6c..e09ccdbe 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetExistingIssuedDocumentTotalsRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetExistingIssuedDocumentTotalsRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsResponse.java index e2ebedce..93738458 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetExistingIssuedDocumentTotalsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetExistingIssuedDocumentTotalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsRequest.java b/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsRequest.java index 9a381506..245f0c0a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetExistingReceivedDocumentTotalsRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsResponse.java index 3044db7b..624b8674 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetExistingReceivedDocumentTotalsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetExistingReceivedDocumentTotalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetF24Response.java b/src/main/java/it/fattureincloud/sdk/model/GetF24Response.java index 2eb8a8c8..01e63272 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetF24Response.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetF24Response.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetF24Response */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetF24Response implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentPreCreateInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentPreCreateInfoResponse.java index a7265f9a..c701cfe3 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentPreCreateInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentPreCreateInfoResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetIssuedDocumentPreCreateInfoResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetIssuedDocumentPreCreateInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentResponse.java index a01609b1..fad9acd1 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetIssuedDocumentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetIssuedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetIssuedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsRequest.java b/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsRequest.java index 974cb440..69a4eced 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetNewIssuedDocumentTotalsRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetNewIssuedDocumentTotalsRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsResponse.java index 9c1f7943..77588012 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetNewIssuedDocumentTotalsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetNewIssuedDocumentTotalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsRequest.java b/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsRequest.java index 6f870dcb..681d757e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetNewReceivedDocumentTotalsRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsResponse.java index b66a7d6d..256def22 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetNewReceivedDocumentTotalsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetNewReceivedDocumentTotalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetPaymentAccountResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetPaymentAccountResponse.java index 7d294948..776ec98c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetPaymentAccountResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetPaymentAccountResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** GetPaymentAccountResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetPaymentAccountResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetPaymentMethodResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetPaymentMethodResponse.java index a36b406e..25c86962 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetPaymentMethodResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetPaymentMethodResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetPaymentMethodResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetPaymentMethodResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetProductResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetProductResponse.java index 045ea79f..f7f63ab5 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetProductResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetProductResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetProductResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetProductResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetReceiptPreCreateInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetReceiptPreCreateInfoResponse.java index b5d9be14..36646a53 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetReceiptPreCreateInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetReceiptPreCreateInfoResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetReceiptPreCreateInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetReceiptResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetReceiptResponse.java index ada0d6b0..1b7656b4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetReceiptResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetReceiptResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetReceiptResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetReceiptsMonthlyTotalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetReceiptsMonthlyTotalsResponse.java index dcfe19c4..14ee274c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetReceiptsMonthlyTotalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetReceiptsMonthlyTotalsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetReceiptsMonthlyTotalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoResponse.java index 5a29a39f..ce44a6c0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetReceivedDocumentPreCreateInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java index e07d5f55..b3868252 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetReceivedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java index be5af939..37868c50 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetSupplierResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetSupplierResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java new file mode 100644 index 00000000..c83f8b9f --- /dev/null +++ b/src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java @@ -0,0 +1,89 @@ +/* + * Fatture in Cloud API v2 - API Reference + * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + * + * The version of the OpenAPI document: 2.1.1 + * 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. + */ + +package it.fattureincloud.sdk.model; + +import com.google.gson.annotations.SerializedName; +import java.io.Serializable; +import java.util.Objects; + +/** GetTaxProfileResponse */ +@javax.annotation.Generated( + value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") +public class GetTaxProfileResponse implements Serializable { + private static final long serialVersionUID = 1L; + + public static final String SERIALIZED_NAME_DATA = "data"; + + @SerializedName(SERIALIZED_NAME_DATA) + private TaxProfile data; + + public GetTaxProfileResponse() {} + + public GetTaxProfileResponse data(TaxProfile data) { + + this.data = data; + return this; + } + + /** + * Get data + * + * @return data + */ + @javax.annotation.Nullable + public TaxProfile getData() { + return data; + } + + public void setData(TaxProfile data) { + this.data = data; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + GetTaxProfileResponse getTaxProfileResponse = (GetTaxProfileResponse) o; + return Objects.equals(this.data, getTaxProfileResponse.data); + } + + @Override + public int hashCode() { + return Objects.hash(data); + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class GetTaxProfileResponse {\n"); + sb.append(" data: ").append(toIndentedString(data)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java index 074e65cf..ccde8f28 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetUserInfoResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java index 1e61cd71..8e330c16 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** GetUserInfoResponseEmailConfirmationState */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetUserInfoResponseEmailConfirmationState implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java index 4eac64de..13b9f96e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** GetUserInfoResponseInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetUserInfoResponseInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetVatTypeResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetVatTypeResponse.java index a83fdf06..3b64fb8e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetVatTypeResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetVatTypeResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** GetVatTypeResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetVatTypeResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetWebhooksSubscriptionResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetWebhooksSubscriptionResponse.java index e386bf2d..a3cbacc6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetWebhooksSubscriptionResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetWebhooksSubscriptionResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetWebhooksSubscriptionResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class GetWebhooksSubscriptionResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocument.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocument.java index b6de004a..1d1a9158 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocument.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocument.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,7 +12,6 @@ package it.fattureincloud.sdk.model; -import com.google.gson.JsonElement; import com.google.gson.TypeAdapter; import com.google.gson.annotations.JsonAdapter; import com.google.gson.annotations.SerializedName; @@ -31,8 +30,8 @@ /** IssuedDocument */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocument implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentEiData.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentEiData.java index ae0d0254..4cf0dab4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentEiData.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentEiData.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** Issued document e-invoice data [Only if e_invoice=true] */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentEiData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentExtraData.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentExtraData.java index 946c5028..956d94e7 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentExtraData.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentExtraData.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -26,8 +26,8 @@ */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentExtraData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentItemsListItem.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentItemsListItem.java index c44440e4..62104dbf 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentItemsListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentItemsListItem.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** IssuedDocumentItemsListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentItemsListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentOptions.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentOptions.java index 20ec3c90..e21354f1 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentOptions.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentOptions.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** IssuedDocumentOptions */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentOptions implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItem.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItem.java index 9aeda74e..7d80a9db 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItem.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** IssuedDocumentPaymentsListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentPaymentsListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItemPaymentTerms.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItemPaymentTerms.java index 5c3a6eb1..a45685f8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItemPaymentTerms.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPaymentsListItemPaymentTerms.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** IssuedDocumentPaymentsListItemPaymentTerms */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentPaymentsListItemPaymentTerms implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfo.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfo.java index 10096805..b9305326 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfo.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,8 +25,8 @@ /** IssuedDocumentPreCreateInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentPreCreateInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoDefaultValues.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoDefaultValues.java index cace8e98..098504f8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoDefaultValues.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoDefaultValues.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** Issued document default values */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentPreCreateInfoDefaultValues implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.java index 6fa574f8..b1bbc72e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoExtraDataDefaultValues.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Issued document extra data default values */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentPreCreateInfoExtraDataDefaultValues implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoItemsDefaultValues.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoItemsDefaultValues.java index 091826ed..e7e5a1e6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoItemsDefaultValues.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentPreCreateInfoItemsDefaultValues.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Issued document items default values */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentPreCreateInfoItemsDefaultValues implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentStatus.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentStatus.java index 6197c638..c841e0b2 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentStatus.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentStatus.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentTotals.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentTotals.java index 27adb34d..f1024ffc 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentTotals.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentTotals.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** IssuedDocumentTotals */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class IssuedDocumentTotals implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentType.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentType.java index e6b815b0..454a0ddf 100644 --- a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentType.java +++ b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/JoinIssuedDocumentsResponse.java b/src/main/java/it/fattureincloud/sdk/model/JoinIssuedDocumentsResponse.java index 1f3672e7..c0c1115e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/JoinIssuedDocumentsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/JoinIssuedDocumentsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** JoinIssuedDocumentsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class JoinIssuedDocumentsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Language.java b/src/main/java/it/fattureincloud/sdk/model/Language.java index 72815c34..100e710f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Language.java +++ b/src/main/java/it/fattureincloud/sdk/model/Language.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Language */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Language implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListArchiveCategoriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListArchiveCategoriesResponse.java index 6453c29b..23934f11 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListArchiveCategoriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListArchiveCategoriesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListArchiveCategoriesResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListArchiveCategoriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponse.java index e0cace5f..b2c1ae04 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListArchiveDocumentsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponsePage.java index 392a9c3f..9fb92c79 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListArchiveDocumentsResponsePage.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListArchiveDocumentsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListArchiveDocumentsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListCashbookEntriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListCashbookEntriesResponse.java index 6fd6f513..502c70b1 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListCashbookEntriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListCashbookEntriesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListCashbookEntriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListCitiesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListCitiesResponse.java index 1403e83d..7f25e4a6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListCitiesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListCitiesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListCitiesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListClientsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListClientsResponse.java index 0ac0e456..47702dd5 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListClientsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListClientsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** ListClientsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListClientsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListClientsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListClientsResponsePage.java index 677db66c..506a313b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListClientsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListClientsResponsePage.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListClientsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListClientsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListCostCentersResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListCostCentersResponse.java index af263849..ad0d9c5a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListCostCentersResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListCostCentersResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListCostCentersResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListCostCentersResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListCountriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListCountriesResponse.java index 643cd030..5bc2eb9a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListCountriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListCountriesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListCountriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListCurrenciesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListCurrenciesResponse.java index 71a88011..47ca3868 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListCurrenciesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListCurrenciesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListCurrenciesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListDeliveryNotesDefaultCausalsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListDeliveryNotesDefaultCausalsResponse.java index d6a0a15e..8170896f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListDeliveryNotesDefaultCausalsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListDeliveryNotesDefaultCausalsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListDeliveryNotesDefaultCausalsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListDetailedCountriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListDetailedCountriesResponse.java index 01ceda87..21cbf5cd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListDetailedCountriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListDetailedCountriesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListDetailedCountriesResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListDetailedCountriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponse.java index 9c2df4af..b18bcd4a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** ListEmailsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListEmailsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponsePage.java index 862394a2..aed99305 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListEmailsResponsePage.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListEmailsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListEmailsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListF24Response.java b/src/main/java/it/fattureincloud/sdk/model/ListF24Response.java index 0517e8b6..27810d3f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListF24Response.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListF24Response.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListF24Response implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregatedData.java b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregatedData.java index ba9c12bf..497d000e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregatedData.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregatedData.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** ListF24ResponseAggregatedData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListF24ResponseAggregatedData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregation.java b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregation.java index 366ffb14..95ff993b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregation.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponseAggregation.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ListF24ResponseAggregation */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListF24ResponseAggregation implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponsePage.java index 121890de..604ce5af 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListF24ResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListF24ResponsePage.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListF24ResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListF24ResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponse.java index 4847805a..5dec1ce0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** ListIssuedDocumentsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListIssuedDocumentsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponsePage.java index 6354278f..6a63df39 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListIssuedDocumentsResponsePage.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListIssuedDocumentsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListIssuedDocumentsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListLanguagesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListLanguagesResponse.java index e99c3a91..fdbccbf4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListLanguagesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListLanguagesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListLanguagesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListPaymentAccountsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListPaymentAccountsResponse.java index 46ed7e4e..f766f272 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListPaymentAccountsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListPaymentAccountsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListPaymentAccountsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListPaymentMethodsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListPaymentMethodsResponse.java index dc99952f..5a0531cb 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListPaymentMethodsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListPaymentMethodsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListPaymentMethodsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListProductCategoriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListProductCategoriesResponse.java index 1b9945c6..f921090b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListProductCategoriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListProductCategoriesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListProductCategoriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListProductsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListProductsResponse.java index 5401ed7d..f15dbed6 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListProductsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListProductsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** ListProductsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListProductsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListProductsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListProductsResponsePage.java index e4019744..9c115d03 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListProductsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListProductsResponsePage.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListProductsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListProductsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponse.java index e5174b59..9447de68 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListReceiptsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponsePage.java index 89247433..63b10237 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListReceiptsResponsePage.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListReceiptsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListReceiptsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentCategoriesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentCategoriesResponse.java index 29be5fb2..e9da4ce9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentCategoriesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentCategoriesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListReceivedDocumentCategoriesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponse.java index 1f39f2ca..57966a69 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListReceivedDocumentsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponsePage.java index 99ebeb90..da644d7c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListReceivedDocumentsResponsePage.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListReceivedDocumentsResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListReceivedDocumentsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListRevenueCentersResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListRevenueCentersResponse.java index f3bd39da..6254a1ee 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListRevenueCentersResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListRevenueCentersResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListRevenueCentersResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponse.java index 380519e1..f38fa890 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** ListSuppliersResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListSuppliersResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponsePage.java b/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponsePage.java index 1dcca844..6c875bd0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponsePage.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListSuppliersResponsePage.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListSuppliersResponsePage */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListSuppliersResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListTemplatesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListTemplatesResponse.java index 95cd67de..53ce77d4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListTemplatesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListTemplatesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListTemplatesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListUnitsOfMeasureResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListUnitsOfMeasureResponse.java index 3ec9140d..6bf63323 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListUnitsOfMeasureResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListUnitsOfMeasureResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListUnitsOfMeasureResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponse.java index c7572209..6b96e67e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListUserCompaniesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponseData.java b/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponseData.java index 1963c4d3..dca7dd06 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponseData.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListUserCompaniesResponseData.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ListUserCompaniesResponseData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListUserCompaniesResponseData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListVatTypesResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListVatTypesResponse.java index 767d679a..ec39d364 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListVatTypesResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListVatTypesResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListVatTypesResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListWebhooksSubscriptionsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListWebhooksSubscriptionsResponse.java index c972ac76..9c9d4264 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListWebhooksSubscriptionsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListWebhooksSubscriptionsResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListWebhooksSubscriptionsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ListWebhooksSubscriptionsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentRequest.java index c6e3a96d..6bbf8ef3 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyArchiveDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentResponse.java index 30654e22..b5ce6473 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyArchiveDocumentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyArchiveDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryRequest.java index 0a53b819..b42b51d7 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyCashbookEntryRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryResponse.java index 132aebfc..02f72ec4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyCashbookEntryResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyCashbookEntryResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyClientRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyClientRequest.java index 96e2414a..f2b1125a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyClientRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyClientRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyClientRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyClientResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyClientResponse.java index 4e0cbeaf..54f9e581 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyClientResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyClientResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyClientResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyClientResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyF24Request.java b/src/main/java/it/fattureincloud/sdk/model/ModifyF24Request.java index 615d8c76..bfe76125 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyF24Request.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyF24Request.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyF24Request implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyF24Response.java b/src/main/java/it/fattureincloud/sdk/model/ModifyF24Response.java index f0e13a7e..544829d8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyF24Response.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyF24Response.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyF24Response implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentRequest.java index be83c0d0..21ead0d0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyIssuedDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentResponse.java index b9df88ab..b3ef14e7 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyIssuedDocumentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyIssuedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyIssuedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountRequest.java index b533df46..13a2fbcb 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ModifyPaymentAccountRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyPaymentAccountRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountResponse.java index 0f217de7..2a923bc9 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentAccountResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ModifyPaymentAccountResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyPaymentAccountResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodRequest.java index 1a464263..163ee19d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyPaymentMethodRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyPaymentMethodRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodResponse.java index 3ce3f5c2..16837e47 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyPaymentMethodResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyPaymentMethodResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyPaymentMethodResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyProductRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyProductRequest.java index db10bb7f..f1620396 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyProductRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyProductRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyProductRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyProductRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyProductResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyProductResponse.java index 2904b83f..ce40024c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyProductResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyProductResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyProductResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyProductResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptRequest.java index e905ecd2..a529ea9d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyReceiptRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptResponse.java index 4072377f..00093b53 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyReceiptResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyReceiptResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentRequest.java index 6eff973a..ff3c8347 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyReceivedDocumentRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentResponse.java index 0ae73598..9ae9fa83 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyReceivedDocumentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyReceivedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifySupplierRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifySupplierRequest.java index 442f7913..38043870 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifySupplierRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifySupplierRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifySupplierRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifySupplierRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifySupplierResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifySupplierResponse.java index 4ccdcd1e..6f5d17df 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifySupplierResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifySupplierResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifySupplierResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifySupplierResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeRequest.java index 89fa9c3f..52539cb3 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ModifyVatTypeRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyVatTypeRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeResponse.java index 7ac8cfdc..08faa743 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyVatTypeResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ModifyVatTypeResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyVatTypeResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionRequest.java b/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionRequest.java index 35f28ea0..0566ea3a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** ModifyWebhooksSubscriptionRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyWebhooksSubscriptionRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionResponse.java b/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionResponse.java index f3467146..bc74784e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ModifyWebhooksSubscriptionResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ModifyWebhooksSubscriptionResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ModifyWebhooksSubscriptionResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/MonthlyTotal.java b/src/main/java/it/fattureincloud/sdk/model/MonthlyTotal.java index 285794ba..735523c7 100644 --- a/src/main/java/it/fattureincloud/sdk/model/MonthlyTotal.java +++ b/src/main/java/it/fattureincloud/sdk/model/MonthlyTotal.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** MonthlyTotal */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class MonthlyTotal implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/OriginalDocumentType.java b/src/main/java/it/fattureincloud/sdk/model/OriginalDocumentType.java index 67625208..b1d61ee8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/OriginalDocumentType.java +++ b/src/main/java/it/fattureincloud/sdk/model/OriginalDocumentType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/Pagination.java b/src/main/java/it/fattureincloud/sdk/model/Pagination.java index a2dfb230..aa1bb797 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Pagination.java +++ b/src/main/java/it/fattureincloud/sdk/model/Pagination.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Pagination implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java b/src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java index 8f8d6587..93b9e115 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentAccount.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** PaymentAccount */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class PaymentAccount implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentAccountType.java b/src/main/java/it/fattureincloud/sdk/model/PaymentAccountType.java index b9496460..160e312a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentAccountType.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentAccountType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentMethod.java b/src/main/java/it/fattureincloud/sdk/model/PaymentMethod.java index 2aa04462..71d8a645 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentMethod.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentMethod.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** PaymentMethod */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class PaymentMethod implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentMethodDetails.java b/src/main/java/it/fattureincloud/sdk/model/PaymentMethodDetails.java index 57371a0e..6060518d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentMethodDetails.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentMethodDetails.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** PaymentMethodDetails */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class PaymentMethodDetails implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentMethodType.java b/src/main/java/it/fattureincloud/sdk/model/PaymentMethodType.java index e90cfc45..9f10a39b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentMethodType.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentMethodType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentTermsType.java b/src/main/java/it/fattureincloud/sdk/model/PaymentTermsType.java index 5546ce0b..358a6ed2 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PaymentTermsType.java +++ b/src/main/java/it/fattureincloud/sdk/model/PaymentTermsType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/PermissionLevel.java b/src/main/java/it/fattureincloud/sdk/model/PermissionLevel.java index f25d277b..17a31945 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PermissionLevel.java +++ b/src/main/java/it/fattureincloud/sdk/model/PermissionLevel.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/Permissions.java b/src/main/java/it/fattureincloud/sdk/model/Permissions.java index d41b098c..f658c87e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Permissions.java +++ b/src/main/java/it/fattureincloud/sdk/model/Permissions.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Permissions implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PermissionsFicIssuedDocumentsDetailed.java b/src/main/java/it/fattureincloud/sdk/model/PermissionsFicIssuedDocumentsDetailed.java index d68d110f..baa0ba7f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PermissionsFicIssuedDocumentsDetailed.java +++ b/src/main/java/it/fattureincloud/sdk/model/PermissionsFicIssuedDocumentsDetailed.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** PermissionsFicIssuedDocumentsDetailed */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class PermissionsFicIssuedDocumentsDetailed implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Product.java b/src/main/java/it/fattureincloud/sdk/model/Product.java index dcebd49f..ba77b644 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Product.java +++ b/src/main/java/it/fattureincloud/sdk/model/Product.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** Product */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Product implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/Receipt.java b/src/main/java/it/fattureincloud/sdk/model/Receipt.java index c07037af..6cb11951 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Receipt.java +++ b/src/main/java/it/fattureincloud/sdk/model/Receipt.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,8 +25,8 @@ /** Receipt */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Receipt implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceiptItemsListItem.java b/src/main/java/it/fattureincloud/sdk/model/ReceiptItemsListItem.java index 3d15e762..c6b4b414 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceiptItemsListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceiptItemsListItem.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** ReceiptItemsListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ReceiptItemsListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceiptPreCreateInfo.java b/src/main/java/it/fattureincloud/sdk/model/ReceiptPreCreateInfo.java index 47d36e12..a3230d4d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceiptPreCreateInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceiptPreCreateInfo.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,8 +25,8 @@ /** ReceiptPreCreateInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ReceiptPreCreateInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceiptType.java b/src/main/java/it/fattureincloud/sdk/model/ReceiptType.java index 292915b3..6c38ddf4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceiptType.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceiptType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocument.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocument.java index 6ce9e975..15c0ad22 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocument.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocument.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -25,8 +25,8 @@ /** ReceivedDocument */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ReceivedDocument implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfo.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfo.java index c8caf9d5..579e751d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfo.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ReceivedDocumentInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ReceivedDocumentInfo implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoDefaultValues.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoDefaultValues.java index b47d6803..9bdef17e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoDefaultValues.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoDefaultValues.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Received document default values */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ReceivedDocumentInfoDefaultValues implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoItemsDefaultValues.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoItemsDefaultValues.java index 306891c3..d0ec2dc2 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoItemsDefaultValues.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentInfoItemsDefaultValues.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** Received document items default values */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ReceivedDocumentInfoItemsDefaultValues implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentItemsListItem.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentItemsListItem.java index e5da5c45..76675bb4 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentItemsListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentItemsListItem.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** ReceivedDocumentItemsListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ReceivedDocumentItemsListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItem.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItem.java index 633d97b2..2dbbc8b2 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItem.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** ReceivedDocumentPaymentsListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ReceivedDocumentPaymentsListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItemPaymentTerms.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItemPaymentTerms.java index e3e12e9c..3613963b 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItemPaymentTerms.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentPaymentsListItemPaymentTerms.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ReceivedDocumentPaymentsListItemPaymentTerms */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ReceivedDocumentPaymentsListItemPaymentTerms implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentTotals.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentTotals.java index d2e68355..12e58c09 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentTotals.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentTotals.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** ReceivedDocumentTotals */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ReceivedDocumentTotals implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentType.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentType.java index 2c2eb67f..5370b4af 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentType.java +++ b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocumentType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/ScheduleEmailRequest.java b/src/main/java/it/fattureincloud/sdk/model/ScheduleEmailRequest.java index 52a4b5dd..27d4efff 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ScheduleEmailRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/ScheduleEmailRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class ScheduleEmailRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequest.java b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequest.java index 7223ee58..ce2ea106 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequest.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SendEInvoiceRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class SendEInvoiceRequest implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestData.java b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestData.java index 608b5036..d778c506 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestData.java +++ b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestData.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SendEInvoiceRequestData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class SendEInvoiceRequestData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestOptions.java b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestOptions.java index 7f2cf244..76fd7257 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestOptions.java +++ b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceRequestOptions.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SendEInvoiceRequestOptions */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class SendEInvoiceRequestOptions implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponse.java b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponse.java index e08677a1..add6b101 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SendEInvoiceResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class SendEInvoiceResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponseData.java b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponseData.java index c03c3c65..b61fe08c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponseData.java +++ b/src/main/java/it/fattureincloud/sdk/model/SendEInvoiceResponseData.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SendEInvoiceResponseData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class SendEInvoiceResponseData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SenderEmail.java b/src/main/java/it/fattureincloud/sdk/model/SenderEmail.java index 95e204f5..c2108598 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SenderEmail.java +++ b/src/main/java/it/fattureincloud/sdk/model/SenderEmail.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** SenderEmail */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class SenderEmail implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java b/src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java index 07c18af8..f05d8e61 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java +++ b/src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/Supplier.java b/src/main/java/it/fattureincloud/sdk/model/Supplier.java index 2a65a8bf..fad35037 100644 --- a/src/main/java/it/fattureincloud/sdk/model/Supplier.java +++ b/src/main/java/it/fattureincloud/sdk/model/Supplier.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** Supplier */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class Supplier implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/SupplierType.java b/src/main/java/it/fattureincloud/sdk/model/SupplierType.java index 8e623032..34303cd1 100644 --- a/src/main/java/it/fattureincloud/sdk/model/SupplierType.java +++ b/src/main/java/it/fattureincloud/sdk/model/SupplierType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java b/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java new file mode 100644 index 00000000..79837f5e --- /dev/null +++ b/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java @@ -0,0 +1,684 @@ +/* + * Fatture in Cloud API v2 - API Reference + * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + * + * The version of the OpenAPI document: 2.1.1 + * 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. + */ + +package it.fattureincloud.sdk.model; + +import com.google.gson.annotations.SerializedName; +import java.io.Serializable; +import java.math.BigDecimal; +import java.util.Arrays; +import java.util.Objects; +import org.openapitools.jackson.nullable.JsonNullable; + +/** TaxProfile */ +@javax.annotation.Generated( + value = "org.openapitools.codegen.languages.JavaClientCodegen", + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") +public class TaxProfile implements Serializable { + private static final long serialVersionUID = 1L; + + public static final String SERIALIZED_NAME_COMPANY_TYPE = "company_type"; + + @SerializedName(SERIALIZED_NAME_COMPANY_TYPE) + private String companyType; + + public static final String SERIALIZED_NAME_COMPANY_SUBTYPE = "company_subtype"; + + @SerializedName(SERIALIZED_NAME_COMPANY_SUBTYPE) + private String companySubtype; + + public static final String SERIALIZED_NAME_PROFESSION = "profession"; + + @SerializedName(SERIALIZED_NAME_PROFESSION) + private String profession; + + public static final String SERIALIZED_NAME_REGIME = "regime"; + + @SerializedName(SERIALIZED_NAME_REGIME) + private String regime; + + public static final String SERIALIZED_NAME_RIVALSA_NAME = "rivalsa_name"; + + @SerializedName(SERIALIZED_NAME_RIVALSA_NAME) + private String rivalsaName; + + public static final String SERIALIZED_NAME_DEFAULT_RIVALSA = "default_rivalsa"; + + @SerializedName(SERIALIZED_NAME_DEFAULT_RIVALSA) + private BigDecimal defaultRivalsa; + + public static final String SERIALIZED_NAME_CASSA_NAME = "cassa_name"; + + @SerializedName(SERIALIZED_NAME_CASSA_NAME) + private String cassaName; + + public static final String SERIALIZED_NAME_DEFAULT_CASSA = "default_cassa"; + + @SerializedName(SERIALIZED_NAME_DEFAULT_CASSA) + private BigDecimal defaultCassa; + + public static final String SERIALIZED_NAME_DEFAULT_CASSA_TAXABLE = "default_cassa_taxable"; + + @SerializedName(SERIALIZED_NAME_DEFAULT_CASSA_TAXABLE) + private BigDecimal defaultCassaTaxable; + + public static final String SERIALIZED_NAME_CASSA2_NAME = "cassa2_name"; + + @SerializedName(SERIALIZED_NAME_CASSA2_NAME) + private String cassa2Name; + + public static final String SERIALIZED_NAME_DEFAULT_CASSA2 = "default_cassa2"; + + @SerializedName(SERIALIZED_NAME_DEFAULT_CASSA2) + private BigDecimal defaultCassa2; + + public static final String SERIALIZED_NAME_DEFAULT_CASSA2_TAXABLE = "default_cassa2_taxable"; + + @SerializedName(SERIALIZED_NAME_DEFAULT_CASSA2_TAXABLE) + private BigDecimal defaultCassa2Taxable; + + public static final String SERIALIZED_NAME_DEFAULT_WITHHOLDING_TAX = "default_withholding_tax"; + + @SerializedName(SERIALIZED_NAME_DEFAULT_WITHHOLDING_TAX) + private BigDecimal defaultWithholdingTax; + + public static final String SERIALIZED_NAME_DEFAULT_WITHHOLDING_TAX_TAXABLE = + "default_withholding_tax_taxable"; + + @SerializedName(SERIALIZED_NAME_DEFAULT_WITHHOLDING_TAX_TAXABLE) + private BigDecimal defaultWithholdingTaxTaxable; + + public static final String SERIALIZED_NAME_DEFAULT_OTHER_WITHHOLDING_TAX = + "default_other_withholding_tax"; + + @SerializedName(SERIALIZED_NAME_DEFAULT_OTHER_WITHHOLDING_TAX) + private BigDecimal defaultOtherWithholdingTax; + + public static final String SERIALIZED_NAME_ENASARCO = "enasarco"; + + @SerializedName(SERIALIZED_NAME_ENASARCO) + private Boolean enasarco; + + public static final String SERIALIZED_NAME_ENASARCO_TYPE = "enasarco_type"; + + @SerializedName(SERIALIZED_NAME_ENASARCO_TYPE) + private String enasarcoType; + + public static final String SERIALIZED_NAME_CONTRIBUTIONS_PERCENTAGE = "contributions_percentage"; + + @SerializedName(SERIALIZED_NAME_CONTRIBUTIONS_PERCENTAGE) + private BigDecimal contributionsPercentage; + + public static final String SERIALIZED_NAME_PROFIT_COEFFICIENT = "profit_coefficient"; + + @SerializedName(SERIALIZED_NAME_PROFIT_COEFFICIENT) + private BigDecimal profitCoefficient; + + public static final String SERIALIZED_NAME_MED = "med"; + + @SerializedName(SERIALIZED_NAME_MED) + private Boolean med; + + public static final String SERIALIZED_NAME_DEFAULT_VAT = "default_vat"; + + @SerializedName(SERIALIZED_NAME_DEFAULT_VAT) + private VatType defaultVat; + + public TaxProfile() {} + + public TaxProfile companyType(String companyType) { + + this.companyType = companyType; + return this; + } + + /** + * The company type + * + * @return companyType + */ + @javax.annotation.Nullable + public String getCompanyType() { + return companyType; + } + + public void setCompanyType(String companyType) { + this.companyType = companyType; + } + + public TaxProfile companySubtype(String companySubtype) { + + this.companySubtype = companySubtype; + return this; + } + + /** + * The company subtype + * + * @return companySubtype + */ + @javax.annotation.Nullable + public String getCompanySubtype() { + return companySubtype; + } + + public void setCompanySubtype(String companySubtype) { + this.companySubtype = companySubtype; + } + + public TaxProfile profession(String profession) { + + this.profession = profession; + return this; + } + + /** + * The profession + * + * @return profession + */ + @javax.annotation.Nullable + public String getProfession() { + return profession; + } + + public void setProfession(String profession) { + this.profession = profession; + } + + public TaxProfile regime(String regime) { + + this.regime = regime; + return this; + } + + /** + * The applied regime + * + * @return regime + */ + @javax.annotation.Nullable + public String getRegime() { + return regime; + } + + public void setRegime(String regime) { + this.regime = regime; + } + + public TaxProfile rivalsaName(String rivalsaName) { + + this.rivalsaName = rivalsaName; + return this; + } + + /** + * The name of the rivalsa + * + * @return rivalsaName + */ + @javax.annotation.Nullable + public String getRivalsaName() { + return rivalsaName; + } + + public void setRivalsaName(String rivalsaName) { + this.rivalsaName = rivalsaName; + } + + public TaxProfile defaultRivalsa(BigDecimal defaultRivalsa) { + + this.defaultRivalsa = defaultRivalsa; + return this; + } + + /** + * The default rivalsa amount + * + * @return defaultRivalsa + */ + @javax.annotation.Nullable + public BigDecimal getDefaultRivalsa() { + return defaultRivalsa; + } + + public void setDefaultRivalsa(BigDecimal defaultRivalsa) { + this.defaultRivalsa = defaultRivalsa; + } + + public TaxProfile cassaName(String cassaName) { + + this.cassaName = cassaName; + return this; + } + + /** + * The name of the cassa + * + * @return cassaName + */ + @javax.annotation.Nullable + public String getCassaName() { + return cassaName; + } + + public void setCassaName(String cassaName) { + this.cassaName = cassaName; + } + + public TaxProfile defaultCassa(BigDecimal defaultCassa) { + + this.defaultCassa = defaultCassa; + return this; + } + + /** + * The default cassa amount + * + * @return defaultCassa + */ + @javax.annotation.Nullable + public BigDecimal getDefaultCassa() { + return defaultCassa; + } + + public void setDefaultCassa(BigDecimal defaultCassa) { + this.defaultCassa = defaultCassa; + } + + public TaxProfile defaultCassaTaxable(BigDecimal defaultCassaTaxable) { + + this.defaultCassaTaxable = defaultCassaTaxable; + return this; + } + + /** + * The default taxable amount for the cassa + * + * @return defaultCassaTaxable + */ + @javax.annotation.Nullable + public BigDecimal getDefaultCassaTaxable() { + return defaultCassaTaxable; + } + + public void setDefaultCassaTaxable(BigDecimal defaultCassaTaxable) { + this.defaultCassaTaxable = defaultCassaTaxable; + } + + public TaxProfile cassa2Name(String cassa2Name) { + + this.cassa2Name = cassa2Name; + return this; + } + + /** + * The name of the second cassa + * + * @return cassa2Name + */ + @javax.annotation.Nullable + public String getCassa2Name() { + return cassa2Name; + } + + public void setCassa2Name(String cassa2Name) { + this.cassa2Name = cassa2Name; + } + + public TaxProfile defaultCassa2(BigDecimal defaultCassa2) { + + this.defaultCassa2 = defaultCassa2; + return this; + } + + /** + * The default second cassa amount + * + * @return defaultCassa2 + */ + @javax.annotation.Nullable + public BigDecimal getDefaultCassa2() { + return defaultCassa2; + } + + public void setDefaultCassa2(BigDecimal defaultCassa2) { + this.defaultCassa2 = defaultCassa2; + } + + public TaxProfile defaultCassa2Taxable(BigDecimal defaultCassa2Taxable) { + + this.defaultCassa2Taxable = defaultCassa2Taxable; + return this; + } + + /** + * The default taxable amount for the second cassa + * + * @return defaultCassa2Taxable + */ + @javax.annotation.Nullable + public BigDecimal getDefaultCassa2Taxable() { + return defaultCassa2Taxable; + } + + public void setDefaultCassa2Taxable(BigDecimal defaultCassa2Taxable) { + this.defaultCassa2Taxable = defaultCassa2Taxable; + } + + public TaxProfile defaultWithholdingTax(BigDecimal defaultWithholdingTax) { + + this.defaultWithholdingTax = defaultWithholdingTax; + return this; + } + + /** + * The default withholding tax + * + * @return defaultWithholdingTax + */ + @javax.annotation.Nullable + public BigDecimal getDefaultWithholdingTax() { + return defaultWithholdingTax; + } + + public void setDefaultWithholdingTax(BigDecimal defaultWithholdingTax) { + this.defaultWithholdingTax = defaultWithholdingTax; + } + + public TaxProfile defaultWithholdingTaxTaxable(BigDecimal defaultWithholdingTaxTaxable) { + + this.defaultWithholdingTaxTaxable = defaultWithholdingTaxTaxable; + return this; + } + + /** + * The default taxable amount for the withholding tax + * + * @return defaultWithholdingTaxTaxable + */ + @javax.annotation.Nullable + public BigDecimal getDefaultWithholdingTaxTaxable() { + return defaultWithholdingTaxTaxable; + } + + public void setDefaultWithholdingTaxTaxable(BigDecimal defaultWithholdingTaxTaxable) { + this.defaultWithholdingTaxTaxable = defaultWithholdingTaxTaxable; + } + + public TaxProfile defaultOtherWithholdingTax(BigDecimal defaultOtherWithholdingTax) { + + this.defaultOtherWithholdingTax = defaultOtherWithholdingTax; + return this; + } + + /** + * The default other withholding tax + * + * @return defaultOtherWithholdingTax + */ + @javax.annotation.Nullable + public BigDecimal getDefaultOtherWithholdingTax() { + return defaultOtherWithholdingTax; + } + + public void setDefaultOtherWithholdingTax(BigDecimal defaultOtherWithholdingTax) { + this.defaultOtherWithholdingTax = defaultOtherWithholdingTax; + } + + public TaxProfile enasarco(Boolean enasarco) { + + this.enasarco = enasarco; + return this; + } + + /** + * If it has enasarco + * + * @return enasarco + */ + @javax.annotation.Nullable + public Boolean getEnasarco() { + return enasarco; + } + + public void setEnasarco(Boolean enasarco) { + this.enasarco = enasarco; + } + + public TaxProfile enasarcoType(String enasarcoType) { + + this.enasarcoType = enasarcoType; + return this; + } + + /** + * The enasarco type + * + * @return enasarcoType + */ + @javax.annotation.Nullable + public String getEnasarcoType() { + return enasarcoType; + } + + public void setEnasarcoType(String enasarcoType) { + this.enasarcoType = enasarcoType; + } + + public TaxProfile contributionsPercentage(BigDecimal contributionsPercentage) { + + this.contributionsPercentage = contributionsPercentage; + return this; + } + + /** + * The contributions percentage + * + * @return contributionsPercentage + */ + @javax.annotation.Nullable + public BigDecimal getContributionsPercentage() { + return contributionsPercentage; + } + + public void setContributionsPercentage(BigDecimal contributionsPercentage) { + this.contributionsPercentage = contributionsPercentage; + } + + public TaxProfile profitCoefficient(BigDecimal profitCoefficient) { + + this.profitCoefficient = profitCoefficient; + return this; + } + + /** + * The profit coefficient + * + * @return profitCoefficient + */ + @javax.annotation.Nullable + public BigDecimal getProfitCoefficient() { + return profitCoefficient; + } + + public void setProfitCoefficient(BigDecimal profitCoefficient) { + this.profitCoefficient = profitCoefficient; + } + + public TaxProfile med(Boolean med) { + + this.med = med; + return this; + } + + /** + * If the health card system is active + * + * @return med + */ + @javax.annotation.Nullable + public Boolean getMed() { + return med; + } + + public void setMed(Boolean med) { + this.med = med; + } + + public TaxProfile defaultVat(VatType defaultVat) { + + this.defaultVat = defaultVat; + return this; + } + + /** + * Get defaultVat + * + * @return defaultVat + */ + @javax.annotation.Nullable + public VatType getDefaultVat() { + return defaultVat; + } + + public void setDefaultVat(VatType defaultVat) { + this.defaultVat = defaultVat; + } + + @Override + public boolean equals(Object o) { + if (this == o) { + return true; + } + if (o == null || getClass() != o.getClass()) { + return false; + } + TaxProfile taxProfile = (TaxProfile) o; + return Objects.equals(this.companyType, taxProfile.companyType) + && Objects.equals(this.companySubtype, taxProfile.companySubtype) + && Objects.equals(this.profession, taxProfile.profession) + && Objects.equals(this.regime, taxProfile.regime) + && Objects.equals(this.rivalsaName, taxProfile.rivalsaName) + && Objects.equals(this.defaultRivalsa, taxProfile.defaultRivalsa) + && Objects.equals(this.cassaName, taxProfile.cassaName) + && Objects.equals(this.defaultCassa, taxProfile.defaultCassa) + && Objects.equals(this.defaultCassaTaxable, taxProfile.defaultCassaTaxable) + && Objects.equals(this.cassa2Name, taxProfile.cassa2Name) + && Objects.equals(this.defaultCassa2, taxProfile.defaultCassa2) + && Objects.equals(this.defaultCassa2Taxable, taxProfile.defaultCassa2Taxable) + && Objects.equals(this.defaultWithholdingTax, taxProfile.defaultWithholdingTax) + && Objects.equals( + this.defaultWithholdingTaxTaxable, taxProfile.defaultWithholdingTaxTaxable) + && Objects.equals(this.defaultOtherWithholdingTax, taxProfile.defaultOtherWithholdingTax) + && Objects.equals(this.enasarco, taxProfile.enasarco) + && Objects.equals(this.enasarcoType, taxProfile.enasarcoType) + && Objects.equals(this.contributionsPercentage, taxProfile.contributionsPercentage) + && Objects.equals(this.profitCoefficient, taxProfile.profitCoefficient) + && Objects.equals(this.med, taxProfile.med) + && Objects.equals(this.defaultVat, taxProfile.defaultVat); + } + + private static boolean equalsNullable(JsonNullable a, JsonNullable b) { + return a == b + || (a != null + && b != null + && a.isPresent() + && b.isPresent() + && Objects.deepEquals(a.get(), b.get())); + } + + @Override + public int hashCode() { + return Objects.hash( + companyType, + companySubtype, + profession, + regime, + rivalsaName, + defaultRivalsa, + cassaName, + defaultCassa, + defaultCassaTaxable, + cassa2Name, + defaultCassa2, + defaultCassa2Taxable, + defaultWithholdingTax, + defaultWithholdingTaxTaxable, + defaultOtherWithholdingTax, + enasarco, + enasarcoType, + contributionsPercentage, + profitCoefficient, + med, + defaultVat); + } + + private static int hashCodeNullable(JsonNullable a) { + if (a == null) { + return 1; + } + return a.isPresent() ? Arrays.deepHashCode(new Object[] {a.get()}) : 31; + } + + @Override + public String toString() { + StringBuilder sb = new StringBuilder(); + sb.append("class TaxProfile {\n"); + sb.append(" companyType: ").append(toIndentedString(companyType)).append("\n"); + sb.append(" companySubtype: ").append(toIndentedString(companySubtype)).append("\n"); + sb.append(" profession: ").append(toIndentedString(profession)).append("\n"); + sb.append(" regime: ").append(toIndentedString(regime)).append("\n"); + sb.append(" rivalsaName: ").append(toIndentedString(rivalsaName)).append("\n"); + sb.append(" defaultRivalsa: ").append(toIndentedString(defaultRivalsa)).append("\n"); + sb.append(" cassaName: ").append(toIndentedString(cassaName)).append("\n"); + sb.append(" defaultCassa: ").append(toIndentedString(defaultCassa)).append("\n"); + sb.append(" defaultCassaTaxable: ") + .append(toIndentedString(defaultCassaTaxable)) + .append("\n"); + sb.append(" cassa2Name: ").append(toIndentedString(cassa2Name)).append("\n"); + sb.append(" defaultCassa2: ").append(toIndentedString(defaultCassa2)).append("\n"); + sb.append(" defaultCassa2Taxable: ") + .append(toIndentedString(defaultCassa2Taxable)) + .append("\n"); + sb.append(" defaultWithholdingTax: ") + .append(toIndentedString(defaultWithholdingTax)) + .append("\n"); + sb.append(" defaultWithholdingTaxTaxable: ") + .append(toIndentedString(defaultWithholdingTaxTaxable)) + .append("\n"); + sb.append(" defaultOtherWithholdingTax: ") + .append(toIndentedString(defaultOtherWithholdingTax)) + .append("\n"); + sb.append(" enasarco: ").append(toIndentedString(enasarco)).append("\n"); + sb.append(" enasarcoType: ").append(toIndentedString(enasarcoType)).append("\n"); + sb.append(" contributionsPercentage: ") + .append(toIndentedString(contributionsPercentage)) + .append("\n"); + sb.append(" profitCoefficient: ").append(toIndentedString(profitCoefficient)).append("\n"); + sb.append(" med: ").append(toIndentedString(med)).append("\n"); + sb.append(" defaultVat: ").append(toIndentedString(defaultVat)).append("\n"); + sb.append("}"); + return sb.toString(); + } + + /** + * Convert the given object to string with each line indented by 4 spaces (except the first line). + */ + private String toIndentedString(Object o) { + if (o == null) { + return "null"; + } + return o.toString().replace("\n", "\n "); + } +} diff --git a/src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java index 2fd22cae..6df3d8ba 100644 --- a/src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** TransformIssuedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class TransformIssuedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java b/src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java index d455c4a5..8768f579 100644 --- a/src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** UploadArchiveAttachmentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class UploadArchiveAttachmentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java b/src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java index c662ec01..68ccf1dd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** UploadF24AttachmentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class UploadF24AttachmentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/UploadIssuedDocumentAttachmentResponse.java b/src/main/java/it/fattureincloud/sdk/model/UploadIssuedDocumentAttachmentResponse.java index d929288f..0acbcd20 100644 --- a/src/main/java/it/fattureincloud/sdk/model/UploadIssuedDocumentAttachmentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/UploadIssuedDocumentAttachmentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** UploadIssuedDocumentAttachmentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class UploadIssuedDocumentAttachmentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/UploadReceivedDocumentAttachmentResponse.java b/src/main/java/it/fattureincloud/sdk/model/UploadReceivedDocumentAttachmentResponse.java index a71a7768..3305c5ef 100644 --- a/src/main/java/it/fattureincloud/sdk/model/UploadReceivedDocumentAttachmentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/UploadReceivedDocumentAttachmentResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** UploadReceivedDocumentAttachmentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class UploadReceivedDocumentAttachmentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/User.java b/src/main/java/it/fattureincloud/sdk/model/User.java index c84d33ee..08841faf 100644 --- a/src/main/java/it/fattureincloud/sdk/model/User.java +++ b/src/main/java/it/fattureincloud/sdk/model/User.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** User */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class User implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/UserCompanyRole.java b/src/main/java/it/fattureincloud/sdk/model/UserCompanyRole.java index 6e0210e0..318d7895 100644 --- a/src/main/java/it/fattureincloud/sdk/model/UserCompanyRole.java +++ b/src/main/java/it/fattureincloud/sdk/model/UserCompanyRole.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/VatItem.java b/src/main/java/it/fattureincloud/sdk/model/VatItem.java index 8570274d..00168044 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VatItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/VatItem.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** VatItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class VatItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VatKind.java b/src/main/java/it/fattureincloud/sdk/model/VatKind.java index 0604d681..f5882952 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VatKind.java +++ b/src/main/java/it/fattureincloud/sdk/model/VatKind.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/main/java/it/fattureincloud/sdk/model/VatType.java b/src/main/java/it/fattureincloud/sdk/model/VatType.java index d4a20840..316784ea 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VatType.java +++ b/src/main/java/it/fattureincloud/sdk/model/VatType.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** VatType */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class VatType implements Serializable { private static final long serialVersionUID = 1L; @@ -72,6 +72,11 @@ public class VatType implements Serializable { @SerializedName(SERIALIZED_NAME_IS_DISABLED) private Boolean isDisabled; + public static final String SERIALIZED_NAME_DEFAULT = "default"; + + @SerializedName(SERIALIZED_NAME_DEFAULT) + private Boolean _default; + public VatType() {} /** Constructor with only readonly parameters */ public VatType(Boolean editable) { @@ -249,6 +254,26 @@ public void setIsDisabled(Boolean isDisabled) { this.isDisabled = isDisabled; } + public VatType _default(Boolean _default) { + + this._default = _default; + return this; + } + + /** + * If the vat type is default + * + * @return _default + */ + @javax.annotation.Nullable + public Boolean getDefault() { + return _default; + } + + public void setDefault(Boolean _default) { + this._default = _default; + } + @Override public boolean equals(Object o) { if (this == o) { @@ -266,7 +291,8 @@ public boolean equals(Object o) { && Objects.equals(this.eiType, vatType.eiType) && Objects.equals(this.eiDescription, vatType.eiDescription) && Objects.equals(this.editable, vatType.editable) - && Objects.equals(this.isDisabled, vatType.isDisabled); + && Objects.equals(this.isDisabled, vatType.isDisabled) + && Objects.equals(this._default, vatType._default); } private static boolean equalsNullable(JsonNullable a, JsonNullable b) { @@ -281,7 +307,16 @@ private static boolean equalsNullable(JsonNullable a, JsonNullable b) @Override public int hashCode() { return Objects.hash( - id, value, description, notes, eInvoice, eiType, eiDescription, editable, isDisabled); + id, + value, + description, + notes, + eInvoice, + eiType, + eiDescription, + editable, + isDisabled, + _default); } private static int hashCodeNullable(JsonNullable a) { @@ -304,6 +339,7 @@ public String toString() { sb.append(" eiDescription: ").append(toIndentedString(eiDescription)).append("\n"); sb.append(" editable: ").append(toIndentedString(editable)).append("\n"); sb.append(" isDisabled: ").append(toIndentedString(isDisabled)).append("\n"); + sb.append(" _default: ").append(toIndentedString(_default)).append("\n"); sb.append("}"); return sb.toString(); } diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponse.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponse.java index 879d7bfa..5f3ca405 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** VerifyEInvoiceXmlErrorResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class VerifyEInvoiceXmlErrorResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseError.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseError.java index ae389ce0..b339b2cc 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseError.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseError.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** VerifyEInvoiceXmlErrorResponseError */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class VerifyEInvoiceXmlErrorResponseError implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.java index c58d543e..24b24099 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseErrorValidationResult.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** VerifyEInvoiceXmlErrorResponseErrorValidationResult */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class VerifyEInvoiceXmlErrorResponseErrorValidationResult implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseExtra.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseExtra.java index 19e2e341..4fcaee3e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseExtra.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponseExtra.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** VerifyEInvoiceXmlErrorResponseExtra */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class VerifyEInvoiceXmlErrorResponseExtra implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponse.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponse.java index f2a794d1..acc25527 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponse.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** VerifyEInvoiceXmlResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class VerifyEInvoiceXmlResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponseData.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponseData.java index 1f2e5d8c..1971cf0f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponseData.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponseData.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** VerifyEInvoiceXmlResponseData */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class VerifyEInvoiceXmlResponseData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java index 00cb34e1..4144ce66 100644 --- a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java +++ b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,8 +23,8 @@ /** WebhooksSubscription */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class WebhooksSubscription implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java index cbb72495..ad31066a 100644 --- a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java +++ b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** WebhooksSubscriptionConfig */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2024-06-17T06:54:20.410889Z[Etc/UTC]", - comments = "Generator version: 7.6.0") + date = "2024-08-09T10:04:25.453429Z[Etc/UTC]", + comments = "Generator version: 7.7.0") public class WebhooksSubscriptionConfig implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java index 99f3bd52..6e96d04f 100644 --- a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java +++ b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java @@ -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.1 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/test/java/it/fattureincloud/sdk/model/GetTaxProfileResponseTest.java b/src/test/java/it/fattureincloud/sdk/model/GetTaxProfileResponseTest.java new file mode 100644 index 00000000..cd19dc69 --- /dev/null +++ b/src/test/java/it/fattureincloud/sdk/model/GetTaxProfileResponseTest.java @@ -0,0 +1,49 @@ +/* + * Fatture in Cloud API v2 - API Reference + * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + * + * The version of the OpenAPI document: 2.1.1 + * 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. + */ + + +package it.fattureincloud.sdk.model; + +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import it.fattureincloud.sdk.model.TaxProfile; +import java.io.IOException; +import java.util.Arrays; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for GetTaxProfileResponse + */ +public class GetTaxProfileResponseTest { + private final GetTaxProfileResponse model = new GetTaxProfileResponse(); + + /** + * Model tests for GetTaxProfileResponse + */ + @Test + public void testGetTaxProfileResponse() { + // TODO: test GetTaxProfileResponse + } + + /** + * Test the property 'data' + */ + @Test + public void dataTest() { + // TODO: test data + } + +} diff --git a/src/test/java/it/fattureincloud/sdk/model/TaxProfileTest.java b/src/test/java/it/fattureincloud/sdk/model/TaxProfileTest.java new file mode 100644 index 00000000..6505b740 --- /dev/null +++ b/src/test/java/it/fattureincloud/sdk/model/TaxProfileTest.java @@ -0,0 +1,211 @@ +/* + * Fatture in Cloud API v2 - API Reference + * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + * + * The version of the OpenAPI document: 2.1.1 + * 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. + */ + + +package it.fattureincloud.sdk.model; + +import com.google.gson.TypeAdapter; +import com.google.gson.annotations.JsonAdapter; +import com.google.gson.annotations.SerializedName; +import com.google.gson.stream.JsonReader; +import com.google.gson.stream.JsonWriter; +import it.fattureincloud.sdk.model.VatType; +import java.io.IOException; +import java.math.BigDecimal; +import java.util.Arrays; +import org.openapitools.jackson.nullable.JsonNullable; +import org.junit.jupiter.api.Disabled; +import org.junit.jupiter.api.Test; + +/** + * Model tests for TaxProfile + */ +public class TaxProfileTest { + private final TaxProfile model = new TaxProfile(); + + /** + * Model tests for TaxProfile + */ + @Test + public void testTaxProfile() { + // TODO: test TaxProfile + } + + /** + * Test the property 'companyType' + */ + @Test + public void companyTypeTest() { + // TODO: test companyType + } + + /** + * Test the property 'companySubtype' + */ + @Test + public void companySubtypeTest() { + // TODO: test companySubtype + } + + /** + * Test the property 'profession' + */ + @Test + public void professionTest() { + // TODO: test profession + } + + /** + * Test the property 'regime' + */ + @Test + public void regimeTest() { + // TODO: test regime + } + + /** + * Test the property 'rivalsaName' + */ + @Test + public void rivalsaNameTest() { + // TODO: test rivalsaName + } + + /** + * Test the property 'defaultRivalsa' + */ + @Test + public void defaultRivalsaTest() { + // TODO: test defaultRivalsa + } + + /** + * Test the property 'cassaName' + */ + @Test + public void cassaNameTest() { + // TODO: test cassaName + } + + /** + * Test the property 'defaultCassa' + */ + @Test + public void defaultCassaTest() { + // TODO: test defaultCassa + } + + /** + * Test the property 'defaultCassaTaxable' + */ + @Test + public void defaultCassaTaxableTest() { + // TODO: test defaultCassaTaxable + } + + /** + * Test the property 'cassa2Name' + */ + @Test + public void cassa2NameTest() { + // TODO: test cassa2Name + } + + /** + * Test the property 'defaultCassa2' + */ + @Test + public void defaultCassa2Test() { + // TODO: test defaultCassa2 + } + + /** + * Test the property 'defaultCassa2Taxable' + */ + @Test + public void defaultCassa2TaxableTest() { + // TODO: test defaultCassa2Taxable + } + + /** + * Test the property 'defaultWithholdingTax' + */ + @Test + public void defaultWithholdingTaxTest() { + // TODO: test defaultWithholdingTax + } + + /** + * Test the property 'defaultWithholdingTaxTaxable' + */ + @Test + public void defaultWithholdingTaxTaxableTest() { + // TODO: test defaultWithholdingTaxTaxable + } + + /** + * Test the property 'defaultOtherWithholdingTax' + */ + @Test + public void defaultOtherWithholdingTaxTest() { + // TODO: test defaultOtherWithholdingTax + } + + /** + * Test the property 'enasarco' + */ + @Test + public void enasarcoTest() { + // TODO: test enasarco + } + + /** + * Test the property 'enasarcoType' + */ + @Test + public void enasarcoTypeTest() { + // TODO: test enasarcoType + } + + /** + * Test the property 'contributionsPercentage' + */ + @Test + public void contributionsPercentageTest() { + // TODO: test contributionsPercentage + } + + /** + * Test the property 'profitCoefficient' + */ + @Test + public void profitCoefficientTest() { + // TODO: test profitCoefficient + } + + /** + * Test the property 'med' + */ + @Test + public void medTest() { + // TODO: test med + } + + /** + * Test the property 'defaultVat' + */ + @Test + public void defaultVatTest() { + // TODO: test defaultVat + } + +}