diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index a14616fe..37fb15b2 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -559,19 +559,3 @@ 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/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethod.java -src/test/java/it/fattureincloud/sdk/api/PriceListsApiTest.java -src/test/java/it/fattureincloud/sdk/model/EntityClientPreCreateInfoTest.java -src/test/java/it/fattureincloud/sdk/model/GetBinIssuedDocumentResponseTest.java -src/test/java/it/fattureincloud/sdk/model/GetBinReceivedDocumentResponseTest.java -src/test/java/it/fattureincloud/sdk/model/GetEntityClientPreCreateInfoResponseTest.java -src/test/java/it/fattureincloud/sdk/model/GetPriceListItemsResponseTest.java -src/test/java/it/fattureincloud/sdk/model/ListBinIssuedDocumentsTest.java -src/test/java/it/fattureincloud/sdk/model/ListBinReceivedDocumentsTest.java -src/test/java/it/fattureincloud/sdk/model/ListPriceListsResponseTest.java -src/test/java/it/fattureincloud/sdk/model/PriceListItemTest.java -src/test/java/it/fattureincloud/sdk/model/PriceListPricesTypeTest.java -src/test/java/it/fattureincloud/sdk/model/PriceListTest.java -src/test/java/it/fattureincloud/sdk/model/PriceListTypeTest.java -src/test/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionRequestTest.java -src/test/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionTest.java -src/test/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethodTest.java diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 5f84a81d..971ecb25 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.12.0 +7.16.0 diff --git a/README.md b/README.md index 6aa93b8d..65669ad0 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ Fatture in Cloud API v2 - API Reference -- API version: 2.1.5 +- API version: 2.1.7 -- Build date: 2025-03-06T15:40:46.627547Z[Etc/UTC] +- Build date: 2025-10-23T12:48:03.144893Z[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.2 + 2.1.3 ``` @@ -47,7 +47,7 @@ Add this dependency to your project's build file: } dependencies { - implementation "it.fattureincloud:fattureincloud-java-sdk:2.1.2" + implementation "it.fattureincloud:fattureincloud-java-sdk:2.1.3" } ``` @@ -133,7 +133,7 @@ Class | Method | HTTP request | Description *InfoApi* | [**listUnitsOfMeasure**](docs/InfoApi.md#listUnitsOfMeasure) | **GET** /info/measures | List Units of Measure *InfoApi* | [**listVatTypes**](docs/InfoApi.md#listVatTypes) | **GET** /c/{company_id}/info/vat_types | List Vat Types *IssuedDocumentsApi* | [**createIssuedDocument**](docs/IssuedDocumentsApi.md#createIssuedDocument) | **POST** /c/{company_id}/issued_documents | Create Issued Document -*IssuedDocumentsApi* | [**deleteBinIssuedDocument**](docs/IssuedDocumentsApi.md#deleteBinIssuedDocument) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | +*IssuedDocumentsApi* | [**deleteBinIssuedDocument**](docs/IssuedDocumentsApi.md#deleteBinIssuedDocument) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | Delete Bin Issued Document *IssuedDocumentsApi* | [**deleteIssuedDocument**](docs/IssuedDocumentsApi.md#deleteIssuedDocument) | **DELETE** /c/{company_id}/issued_documents/{document_id} | Delete Issued Document *IssuedDocumentsApi* | [**deleteIssuedDocumentAttachment**](docs/IssuedDocumentsApi.md#deleteIssuedDocumentAttachment) | **DELETE** /c/{company_id}/issued_documents/{document_id}/attachment | Delete Issued Document Attachment *IssuedDocumentsApi* | [**getBinIssuedDocument**](docs/IssuedDocumentsApi.md#getBinIssuedDocument) | **GET** /c/{company_id}/bin/issued_documents/{document_id} | Get Bin Issued Documents List @@ -146,7 +146,7 @@ Class | Method | HTTP request | Description *IssuedDocumentsApi* | [**listBinIssuedDocuments**](docs/IssuedDocumentsApi.md#listBinIssuedDocuments) | **GET** /c/{company_id}/bin/issued_documents | Get Bin Issued Documents List *IssuedDocumentsApi* | [**listIssuedDocuments**](docs/IssuedDocumentsApi.md#listIssuedDocuments) | **GET** /c/{company_id}/issued_documents | List Issued Documents *IssuedDocumentsApi* | [**modifyIssuedDocument**](docs/IssuedDocumentsApi.md#modifyIssuedDocument) | **PUT** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document -*IssuedDocumentsApi* | [**recoverBinIssuedDocument**](docs/IssuedDocumentsApi.md#recoverBinIssuedDocument) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | +*IssuedDocumentsApi* | [**recoverBinIssuedDocument**](docs/IssuedDocumentsApi.md#recoverBinIssuedDocument) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | Recover Issued Document From The Bin *IssuedDocumentsApi* | [**scheduleEmail**](docs/IssuedDocumentsApi.md#scheduleEmail) | **POST** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email *IssuedDocumentsApi* | [**transformIssuedDocument**](docs/IssuedDocumentsApi.md#transformIssuedDocument) | **GET** /c/{company_id}/issued_documents/transform | Transform Issued Document *IssuedDocumentsApi* | [**uploadIssuedDocumentAttachment**](docs/IssuedDocumentsApi.md#uploadIssuedDocumentAttachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment @@ -169,7 +169,7 @@ Class | Method | HTTP request | Description *ReceiptsApi* | [**listReceipts**](docs/ReceiptsApi.md#listReceipts) | **GET** /c/{company_id}/receipts | List Receipts *ReceiptsApi* | [**modifyReceipt**](docs/ReceiptsApi.md#modifyReceipt) | **PUT** /c/{company_id}/receipts/{document_id} | Modify Receipt *ReceivedDocumentsApi* | [**createReceivedDocument**](docs/ReceivedDocumentsApi.md#createReceivedDocument) | **POST** /c/{company_id}/received_documents | Create Received Document -*ReceivedDocumentsApi* | [**deleteBinReceivedDocument**](docs/ReceivedDocumentsApi.md#deleteBinReceivedDocument) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | +*ReceivedDocumentsApi* | [**deleteBinReceivedDocument**](docs/ReceivedDocumentsApi.md#deleteBinReceivedDocument) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | Delete Bin Received Document *ReceivedDocumentsApi* | [**deleteReceivedDocument**](docs/ReceivedDocumentsApi.md#deleteReceivedDocument) | **DELETE** /c/{company_id}/received_documents/{document_id} | Delete Received Document *ReceivedDocumentsApi* | [**deleteReceivedDocumentAttachment**](docs/ReceivedDocumentsApi.md#deleteReceivedDocumentAttachment) | **DELETE** /c/{company_id}/received_documents/{document_id}/attachment | Delete Received Document Attachment *ReceivedDocumentsApi* | [**getBinReceivedDocument**](docs/ReceivedDocumentsApi.md#getBinReceivedDocument) | **GET** /c/{company_id}/bin/received_documents/{document_id} | Get Bin Received Documents List @@ -180,7 +180,7 @@ Class | Method | HTTP request | Description *ReceivedDocumentsApi* | [**listBinReceivedDocuments**](docs/ReceivedDocumentsApi.md#listBinReceivedDocuments) | **GET** /c/{company_id}/bin/received_documents | Get Bin Received Documents List *ReceivedDocumentsApi* | [**listReceivedDocuments**](docs/ReceivedDocumentsApi.md#listReceivedDocuments) | **GET** /c/{company_id}/received_documents | List Received Documents *ReceivedDocumentsApi* | [**modifyReceivedDocument**](docs/ReceivedDocumentsApi.md#modifyReceivedDocument) | **PUT** /c/{company_id}/received_documents/{document_id} | Modify Received Document -*ReceivedDocumentsApi* | [**recoverBinReceivedDocument**](docs/ReceivedDocumentsApi.md#recoverBinReceivedDocument) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | +*ReceivedDocumentsApi* | [**recoverBinReceivedDocument**](docs/ReceivedDocumentsApi.md#recoverBinReceivedDocument) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | Recover Received Document From The Bin *ReceivedDocumentsApi* | [**uploadReceivedDocumentAttachment**](docs/ReceivedDocumentsApi.md#uploadReceivedDocumentAttachment) | **POST** /c/{company_id}/received_documents/attachment | Upload Received Document Attachment *SettingsApi* | [**createPaymentAccount**](docs/SettingsApi.md#createPaymentAccount) | **POST** /c/{company_id}/settings/payment_accounts | Create Payment Account *SettingsApi* | [**createPaymentMethod**](docs/SettingsApi.md#createPaymentMethod) | **POST** /c/{company_id}/settings/payment_methods | Create Payment Method diff --git a/api/openapi.yaml b/api/openapi.yaml index 49052d91..4c166d63 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.5 + version: 2.1.7 servers: - url: https://api-v2.fattureincloud.it security: @@ -60,7 +60,7 @@ paths: email_confirmation_state: need_confirmation: false schema: - $ref: '#/components/schemas/GetUserInfoResponse' + $ref: "#/components/schemas/GetUserInfoResponse" description: "" "401": description: Unauthorized. @@ -153,7 +153,7 @@ paths: dic_timesheet: none dic_settings: none schema: - $ref: '#/components/schemas/ListUserCompaniesResponse' + $ref: "#/components/schemas/ListUserCompaniesResponse" description: User Companies. "401": description: Unauthorized @@ -265,7 +265,6 @@ paths: subaccounts: true tessera_sanitaria: true recurring: true - sofort: false cerved: true ts_digital: true ts_pay: true @@ -280,7 +279,7 @@ paths: fic_payment_subject: client dic_payment_subject: client schema: - $ref: '#/components/schemas/GetCompanyInfoResponse' + $ref: "#/components/schemas/GetCompanyInfoResponse" description: Company info. "401": description: Unauthorized. @@ -329,7 +328,7 @@ paths: limit: 3000 usage: 100 schema: - $ref: '#/components/schemas/GetCompanyPlanUsageResponse' + $ref: "#/components/schemas/GetCompanyPlanUsageResponse" description: Example response "401": description: Unauthorized. @@ -503,7 +502,7 @@ paths: to: 50 total: 8 schema: - $ref: '#/components/schemas/ListClientsResponse' + $ref: "#/components/schemas/ListClientsResponse" description: Example response "401": description: Unauthorized @@ -569,7 +568,7 @@ paths: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/CreateClientRequest' + $ref: "#/components/schemas/CreateClientRequest" description: The client to create responses: "200": @@ -618,7 +617,7 @@ paths: id: 386092 name: Credit card schema: - $ref: '#/components/schemas/CreateClientResponse' + $ref: "#/components/schemas/CreateClientResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: @@ -748,7 +747,7 @@ paths: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/GetClientResponse' + $ref: "#/components/schemas/GetClientResponse" description: Client Details. "401": description: Unauthorized @@ -824,7 +823,7 @@ paths: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/ModifyClientRequest' + $ref: "#/components/schemas/ModifyClientRequest" description: The modified Client. First level parameters are managed in delta mode. responses: @@ -869,7 +868,7 @@ paths: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/ModifyClientResponse' + $ref: "#/components/schemas/ModifyClientResponse" description: Client modified. "401": description: Unauthorized @@ -948,7 +947,7 @@ paths: limit: 0 usage: 0 schema: - $ref: '#/components/schemas/GetEntityClientPreCreateInfoResponse' + $ref: "#/components/schemas/GetEntityClientPreCreateInfoResponse" description: Example response "401": description: Unauthorized @@ -1095,7 +1094,7 @@ paths: created_at: 2021-15-09 updated_at: 2021-15-09 schema: - $ref: '#/components/schemas/ListSuppliersResponse' + $ref: "#/components/schemas/ListSuppliersResponse" description: Example response "401": description: Unauthorized @@ -1148,7 +1147,7 @@ paths: fax: "123456789" notes: "" schema: - $ref: '#/components/schemas/CreateSupplierRequest' + $ref: "#/components/schemas/CreateSupplierRequest" description: The supplier to create responses: "200": @@ -1181,7 +1180,7 @@ paths: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/CreateSupplierResponse' + $ref: "#/components/schemas/CreateSupplierResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: @@ -1300,7 +1299,7 @@ paths: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/GetSupplierResponse' + $ref: "#/components/schemas/GetSupplierResponse" description: Example response "401": description: Unauthorized @@ -1363,7 +1362,7 @@ paths: fax: "123456789" notes: "" schema: - $ref: '#/components/schemas/ModifySupplierRequest' + $ref: "#/components/schemas/ModifySupplierRequest" description: The modified Supplier. First level parameters are managed in delta mode. responses: @@ -1397,7 +1396,7 @@ paths: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/ModifySupplierResponse' + $ref: "#/components/schemas/ModifySupplierResponse" description: Example response "401": description: Unauthorized @@ -1538,7 +1537,7 @@ paths: to: 55 total: 55 schema: - $ref: '#/components/schemas/ListProductsResponse' + $ref: "#/components/schemas/ListProductsResponse" description: Products List. "401": description: Unauthorized @@ -1586,7 +1585,7 @@ paths: \ 2" is_disabled: false schema: - $ref: '#/components/schemas/CreateProductRequest' + $ref: "#/components/schemas/CreateProductRequest" description: "" responses: "200": @@ -1615,7 +1614,7 @@ paths: \ 2" is_disabled: false schema: - $ref: '#/components/schemas/CreateProductResponse' + $ref: "#/components/schemas/CreateProductResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: @@ -1734,7 +1733,7 @@ paths: stock_initial: 123 stock_current: 123 schema: - $ref: '#/components/schemas/GetProductResponse' + $ref: "#/components/schemas/GetProductResponse" description: Example response "401": description: Unauthorized @@ -1792,7 +1791,7 @@ paths: \ 2" is_disabled: false schema: - $ref: '#/components/schemas/ModifyProductRequest' + $ref: "#/components/schemas/ModifyProductRequest" description: Modified product details. responses: "200": @@ -1825,7 +1824,7 @@ paths: stock_initial: 123 stock_current: 123 schema: - $ref: '#/components/schemas/ModifyProductResponse' + $ref: "#/components/schemas/ModifyProductResponse" description: Example response "401": description: Unauthorized @@ -2017,7 +2016,7 @@ paths: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListIssuedDocumentsResponse' + $ref: "#/components/schemas/ListIssuedDocumentsResponse" description: Results list. "401": description: Unauthorized @@ -2114,7 +2113,7 @@ paths: id: 4 price_list_id: "10" schema: - $ref: '#/components/schemas/CreateIssuedDocumentRequest' + $ref: "#/components/schemas/CreateIssuedDocumentRequest" description: The Issued Document responses: "200": @@ -2236,7 +2235,7 @@ paths: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/CreateIssuedDocumentResponse' + $ref: "#/components/schemas/CreateIssuedDocumentResponse" description: Document created. "401": description: Unauthorized @@ -2460,7 +2459,7 @@ paths: show_tspay_button: false price_list_id: "10" schema: - $ref: '#/components/schemas/GetIssuedDocumentResponse' + $ref: "#/components/schemas/GetIssuedDocumentResponse" description: Document Details. "401": description: Unauthorized @@ -2562,7 +2561,7 @@ paths: type: standard status: not_paid schema: - $ref: '#/components/schemas/ModifyIssuedDocumentRequest' + $ref: "#/components/schemas/ModifyIssuedDocumentRequest" description: The modified document responses: "200": @@ -2685,7 +2684,7 @@ paths: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/ModifyIssuedDocumentResponse' + $ref: "#/components/schemas/ModifyIssuedDocumentResponse" description: Document edited "401": description: Unauthorized @@ -2821,7 +2820,7 @@ paths: name: Light Smoke url: y12h45rn9yf2mse0p43t7ec90vr.pdf schema: - $ref: '#/components/schemas/GetNewIssuedDocumentTotalsRequest' + $ref: "#/components/schemas/GetNewIssuedDocumentTotalsRequest" responses: "200": content: @@ -2842,7 +2841,7 @@ paths: amount_due_discount: 0 payments_sum: 75 schema: - $ref: '#/components/schemas/GetNewIssuedDocumentTotalsResponse' + $ref: "#/components/schemas/GetNewIssuedDocumentTotalsResponse" description: Totals. "401": description: Unauthorized @@ -2885,7 +2884,7 @@ paths: data: rivalsa: 20 schema: - $ref: '#/components/schemas/GetExistingIssuedDocumentTotalsRequest' + $ref: "#/components/schemas/GetExistingIssuedDocumentTotalsRequest" responses: "200": content: @@ -2908,7 +2907,7 @@ paths: amount_due_discount: 0 payments_sum: 75 schema: - $ref: '#/components/schemas/GetExistingIssuedDocumentTotalsResponse' + $ref: "#/components/schemas/GetExistingIssuedDocumentTotalsResponse" description: Totals. "401": description: Unauthorized @@ -2947,7 +2946,7 @@ paths: filename: ricevuta_maryRedSRL attachment: ricevuta_20_08_2020.pdf schema: - $ref: '#/components/schemas/UploadIssuedDocumentAttachmentRequest' + $ref: "#/components/schemas/UploadIssuedDocumentAttachmentRequest" description: Attachment. responses: "200": @@ -2959,7 +2958,7 @@ paths: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadIssuedDocumentAttachmentResponse' + $ref: "#/components/schemas/UploadIssuedDocumentAttachmentResponse" description: Attachment Token. "401": description: Unauthorized @@ -4767,7 +4766,7 @@ paths: valid_to: 2025-09-10 type: sell schema: - $ref: '#/components/schemas/GetIssuedDocumentPreCreateInfoResponse' + $ref: "#/components/schemas/GetIssuedDocumentPreCreateInfoResponse" description: Pre-create info. security: - OAuth2AuthenticationCodeFlow: [] @@ -4826,7 +4825,7 @@ paths: attachment_exists: false accompanying_invoice_exists: false schema: - $ref: '#/components/schemas/GetEmailDataResponse' + $ref: "#/components/schemas/GetEmailDataResponse" description: EmailData security: - OAuth2AuthenticationCodeFlow: @@ -4885,7 +4884,7 @@ paths: attach_pdf: true send_copy: false schema: - $ref: '#/components/schemas/ScheduleEmailRequest' + $ref: "#/components/schemas/ScheduleEmailRequest" description: Email Schedule responses: "200": @@ -4940,7 +4939,7 @@ paths: data: withholding_tax_causal: causale schema: - $ref: '#/components/schemas/SendEInvoiceRequest' + $ref: "#/components/schemas/SendEInvoiceRequest" description: "" responses: "200": @@ -4953,7 +4952,7 @@ paths: name: CARICATO date: 2021-08-23 10:38:03 schema: - $ref: '#/components/schemas/SendEInvoiceResponse' + $ref: "#/components/schemas/SendEInvoiceResponse" description: Example response "401": description: Unauthorized @@ -5000,7 +4999,7 @@ paths: data: success: true schema: - $ref: '#/components/schemas/VerifyEInvoiceXmlResponse' + $ref: "#/components/schemas/VerifyEInvoiceXmlResponse" description: Example response "401": description: Unauthorized @@ -5010,7 +5009,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/VerifyEInvoiceXmlErrorResponse' + $ref: "#/components/schemas/VerifyEInvoiceXmlErrorResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -5054,7 +5053,7 @@ paths: content: text/xml: schema: - $ref: '#/components/schemas/GetEInvoiceXmlResponse' + $ref: "#/components/schemas/GetEInvoiceXmlResponse" description: "" "401": description: Unauthorized @@ -5104,7 +5103,7 @@ paths: \ > Azienda > Informazioni di fatturazione." date: 2023-06-06 schema: - $ref: '#/components/schemas/GetEInvoiceRejectionReasonResponse' + $ref: "#/components/schemas/GetEInvoiceRejectionReasonResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -5304,7 +5303,7 @@ paths: to: 50 total: 123 schema: - $ref: '#/components/schemas/ListReceivedDocumentsResponse' + $ref: "#/components/schemas/ListReceivedDocumentsResponse" description: Results list. "401": description: Unauthorized @@ -5376,7 +5375,7 @@ paths: virtual: false attachment_token: bnopjao8gvydtgnewgiovs74yrfqwefEF schema: - $ref: '#/components/schemas/CreateReceivedDocumentRequest' + $ref: "#/components/schemas/CreateReceivedDocumentRequest" description: Document to create responses: "200": @@ -5431,7 +5430,7 @@ paths: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/CreateReceivedDocumentResponse' + $ref: "#/components/schemas/CreateReceivedDocumentResponse" description: Document created. security: - OAuth2AuthenticationCodeFlow: @@ -5574,7 +5573,7 @@ paths: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/GetReceivedDocumentResponse' + $ref: "#/components/schemas/GetReceivedDocumentResponse" description: Document details. "401": description: Unauthorized @@ -5655,7 +5654,7 @@ paths: name: Contanti virtual: false schema: - $ref: '#/components/schemas/ModifyReceivedDocumentRequest' + $ref: "#/components/schemas/ModifyReceivedDocumentRequest" description: Modified document. responses: "200": @@ -5710,7 +5709,7 @@ paths: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/ModifyReceivedDocumentResponse' + $ref: "#/components/schemas/ModifyReceivedDocumentResponse" description: Modified document. "401": description: Unauthorized @@ -5782,7 +5781,7 @@ paths: type: standard status: paid schema: - $ref: '#/components/schemas/GetNewReceivedDocumentTotalsRequest' + $ref: "#/components/schemas/GetNewReceivedDocumentTotalsRequest" description: Received document. responses: "200": @@ -5800,7 +5799,7 @@ paths: amount_due: 602 payments_sum: 592 schema: - $ref: '#/components/schemas/GetNewReceivedDocumentTotalsResponse' + $ref: "#/components/schemas/GetNewReceivedDocumentTotalsResponse" description: Document Totals. "401": description: Unauthorized @@ -5847,7 +5846,7 @@ paths: data: amount_vat: 20 schema: - $ref: '#/components/schemas/GetExistingReceivedDocumentTotalsRequest' + $ref: "#/components/schemas/GetExistingReceivedDocumentTotalsRequest" description: Received document. responses: "200": @@ -5865,7 +5864,7 @@ paths: amount_due: 612 payments_sum: 592 schema: - $ref: '#/components/schemas/GetExistingReceivedDocumentTotalsResponse' + $ref: "#/components/schemas/GetExistingReceivedDocumentTotalsResponse" description: Document Totals. security: - OAuth2AuthenticationCodeFlow: @@ -5902,7 +5901,7 @@ paths: filename: spesa_HotelRubino attachment: spesa_08_08_2020.pdf schema: - $ref: '#/components/schemas/UploadReceivedDocumentAttachmentRequest' + $ref: "#/components/schemas/UploadReceivedDocumentAttachmentRequest" description: Attachment. responses: "200": @@ -5914,7 +5913,7 @@ paths: data: attachment_token: YmMyNWYxYzIwMTU3N212ABCDZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadReceivedDocumentAttachmentResponse' + $ref: "#/components/schemas/UploadReceivedDocumentAttachmentResponse" description: Attachment Token. "401": description: Unauthorized @@ -6769,7 +6768,7 @@ paths: description: Contribuenti forfettari is_disabled: false schema: - $ref: '#/components/schemas/GetReceivedDocumentPreCreateInfoResponse' + $ref: "#/components/schemas/GetReceivedDocumentPreCreateInfoResponse" description: Pre-create info security: - OAuth2AuthenticationCodeFlow: @@ -6930,7 +6929,7 @@ paths: to: 50 total: 65 schema: - $ref: '#/components/schemas/ListReceiptsResponse' + $ref: "#/components/schemas/ListReceiptsResponse" description: Receipts list. "401": description: Unauthorized @@ -6983,7 +6982,7 @@ paths: value: 22 description: iva schema: - $ref: '#/components/schemas/CreateReceiptRequest' + $ref: "#/components/schemas/CreateReceiptRequest" description: The Receipt to create. responses: "200": @@ -7020,7 +7019,7 @@ paths: value: 22 description: iva schema: - $ref: '#/components/schemas/CreateReceiptResponse' + $ref: "#/components/schemas/CreateReceiptResponse" description: Created Receipt. "401": description: Unauthorized @@ -7145,7 +7144,7 @@ paths: value: 22 description: iva schema: - $ref: '#/components/schemas/GetReceiptResponse' + $ref: "#/components/schemas/GetReceiptResponse" description: Receipt Details. "401": description: Unauthorized @@ -7208,7 +7207,7 @@ paths: value: 22 description: iva schema: - $ref: '#/components/schemas/ModifyReceiptRequest' + $ref: "#/components/schemas/ModifyReceiptRequest" description: Modified receipt. responses: "200": @@ -7245,7 +7244,7 @@ paths: value: 22 description: iva schema: - $ref: '#/components/schemas/ModifyReceiptResponse' + $ref: "#/components/schemas/ModifyReceiptResponse" description: Modified receipt. "401": description: Unauthorized @@ -7417,7 +7416,7 @@ paths: description: art.26 COMMA' 3 DPR 633/72 is_disabled: false schema: - $ref: '#/components/schemas/GetReceiptPreCreateInfoResponse' + $ref: "#/components/schemas/GetReceiptPreCreateInfoResponse" description: Pre-create info. "401": description: Unauthorized @@ -7509,7 +7508,7 @@ paths: gross: 0 count: 21 schema: - $ref: '#/components/schemas/GetReceiptsMonthlyTotalsResponse' + $ref: "#/components/schemas/GetReceiptsMonthlyTotalsResponse" description: Monthly Totals. "401": description: Unauthorized @@ -7633,7 +7632,7 @@ paths: aggregated_data: amount: "6438.96" schema: - $ref: '#/components/schemas/ListF24Response' + $ref: "#/components/schemas/ListF24Response" description: Results list. "401": description: Unauthorized @@ -7673,7 +7672,7 @@ paths: id: 111 attachment_token: b19c01da9b1688fb73d0d9e8ad schema: - $ref: '#/components/schemas/CreateF24Request' + $ref: "#/components/schemas/CreateF24Request" description: The F24 to create responses: "200": @@ -7693,7 +7692,7 @@ paths: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/CreateF24Response' + $ref: "#/components/schemas/CreateF24Response" description: The created F24 "401": description: Unauthorized @@ -7803,7 +7802,7 @@ paths: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/GetF24Response' + $ref: "#/components/schemas/GetF24Response" description: The F24 "401": description: Unauthorized @@ -7852,7 +7851,7 @@ paths: payment_account: id: 111 schema: - $ref: '#/components/schemas/ModifyF24Request' + $ref: "#/components/schemas/ModifyF24Request" description: The F24 responses: "200": @@ -7872,7 +7871,7 @@ paths: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/ModifyF24Response' + $ref: "#/components/schemas/ModifyF24Response" description: The modified F24 "401": description: Unauthorized @@ -7912,7 +7911,7 @@ paths: filename: F24_IVA21 attachment: pagamento_f24_31_12_2021.pdf schema: - $ref: '#/components/schemas/UploadF24AttachmentRequest' + $ref: "#/components/schemas/UploadF24AttachmentRequest" description: Attachment. responses: "200": @@ -7924,7 +7923,7 @@ paths: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadF24AttachmentResponse' + $ref: "#/components/schemas/UploadF24AttachmentResponse" description: Attachment Token. security: - OAuth2AuthenticationCodeFlow: @@ -8072,7 +8071,7 @@ paths: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListArchiveDocumentsResponse' + $ref: "#/components/schemas/ListArchiveDocumentsResponse" description: Results list. "401": description: Unauthorized @@ -8111,7 +8110,7 @@ paths: description: spesa 1 attachment_token: ibfjdbf94ey9w94g3w894qbasrga schema: - $ref: '#/components/schemas/CreateArchiveDocumentRequest' + $ref: "#/components/schemas/CreateArchiveDocumentRequest" description: The Archive Document. responses: "200": @@ -8127,7 +8126,7 @@ paths: description: spesa 1 attachment_url: spesa1.pdf schema: - $ref: '#/components/schemas/CreateArchiveDocumentResponse' + $ref: "#/components/schemas/CreateArchiveDocumentResponse" description: The Archive Document. "401": description: Unauthorized @@ -8233,7 +8232,7 @@ paths: description: spesa 2 attachment_url: spesa2.pdf schema: - $ref: '#/components/schemas/GetArchiveDocumentResponse' + $ref: "#/components/schemas/GetArchiveDocumentResponse" description: Archive Document Details "401": description: Unauthorized @@ -8279,7 +8278,7 @@ paths: category: Altri documenti description: spesa 2 schema: - $ref: '#/components/schemas/ModifyArchiveDocumentRequest' + $ref: "#/components/schemas/ModifyArchiveDocumentRequest" description: Modified Archive Document responses: "200": @@ -8295,7 +8294,7 @@ paths: description: spesa 2 attachment_url: spesa2.pdf schema: - $ref: '#/components/schemas/ModifyArchiveDocumentResponse' + $ref: "#/components/schemas/ModifyArchiveDocumentResponse" description: The modified Archived Document "401": description: Unauthorized @@ -8335,7 +8334,7 @@ paths: filename: spesa_altro attachment: spesa_20_08_2020.pdf schema: - $ref: '#/components/schemas/UploadArchiveDocumentAttachmentRequest' + $ref: "#/components/schemas/UploadArchiveDocumentAttachmentRequest" description: Attachment. responses: "200": @@ -8347,7 +8346,7 @@ paths: data: attachment_token: YmMyNWYxYzIwMTU3N212ABCDZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadArchiveAttachmentResponse' + $ref: "#/components/schemas/UploadArchiveAttachmentResponse" description: Example response "401": description: Unauthorized @@ -8449,7 +8448,7 @@ paths: id: 12345 type: out schema: - $ref: '#/components/schemas/ListCashbookEntriesResponse' + $ref: "#/components/schemas/ListCashbookEntriesResponse" description: Results list. "401": description: Unauthorized @@ -8494,7 +8493,7 @@ paths: id: 54321 type: in schema: - $ref: '#/components/schemas/CreateCashbookEntryRequest' + $ref: "#/components/schemas/CreateCashbookEntryRequest" description: | Cashbook entry. responses: @@ -8516,7 +8515,7 @@ paths: payment_account_out: null kind: cashbook schema: - $ref: '#/components/schemas/CreateCashbookEntryResponse' + $ref: "#/components/schemas/CreateCashbookEntryResponse" description: The created Cashbook Entry. "401": description: Unauthorized @@ -8627,7 +8626,7 @@ paths: id: 54321 type: in schema: - $ref: '#/components/schemas/GetCashbookEntryResponse' + $ref: "#/components/schemas/GetCashbookEntryResponse" description: Cashbook Entry. "401": description: Unauthorized @@ -8676,7 +8675,7 @@ paths: description: Fattura n. 201/2021 entity_name: Rossi S.r.l. schema: - $ref: '#/components/schemas/ModifyCashbookEntryRequest' + $ref: "#/components/schemas/ModifyCashbookEntryRequest" description: Cashbook Entry responses: "200": @@ -8697,7 +8696,7 @@ paths: id: 54321 type: in schema: - $ref: '#/components/schemas/ModifyCashbookEntryResponse' + $ref: "#/components/schemas/ModifyCashbookEntryResponse" description: The modified Cashbook Entry "401": description: Unauthorized @@ -8734,7 +8733,7 @@ paths: - Anguilla - '...' schema: - $ref: '#/components/schemas/ListCountriesResponse' + $ref: "#/components/schemas/ListCountriesResponse" description: List of countries "401": description: Unauthorized @@ -8774,7 +8773,7 @@ paths: fiscal_iso: AL uic: "087" schema: - $ref: '#/components/schemas/ListDetailedCountriesResponse' + $ref: "#/components/schemas/ListDetailedCountriesResponse" description: List of detailed countries "401": description: Unauthorized @@ -8824,7 +8823,7 @@ paths: city: Altavilla Irpina province: AV schema: - $ref: '#/components/schemas/ListCitiesResponse' + $ref: "#/components/schemas/ListCitiesResponse" description: Cities List. security: - OAuth2AuthenticationCodeFlow: [] @@ -8851,7 +8850,7 @@ paths: - code: en name: Inglese schema: - $ref: '#/components/schemas/ListLanguagesResponse' + $ref: "#/components/schemas/ListLanguagesResponse" description: LanguagesList "401": description: Unauthorized @@ -8904,7 +8903,7 @@ paths: - id: 106 name: Minimalist schema: - $ref: '#/components/schemas/ListTemplatesResponse' + $ref: "#/components/schemas/ListTemplatesResponse" description: Templates list. "401": description: Unauthorized @@ -8937,7 +8936,7 @@ paths: html_symbol: '€' exchange_rate: "1.00000" schema: - $ref: '#/components/schemas/ListCurrenciesResponse' + $ref: "#/components/schemas/ListCurrenciesResponse" description: Currencies List. "401": description: Unauthorized @@ -8969,7 +8968,7 @@ paths: - km - mesi schema: - $ref: '#/components/schemas/ListUnitsOfMeasureResponse' + $ref: "#/components/schemas/ListUnitsOfMeasureResponse" description: Units of measure. "401": description: Unauthorized @@ -9005,7 +9004,7 @@ paths: - Reso per accredito - Reso per sostituzione schema: - $ref: '#/components/schemas/ListDeliveryNotesDefaultCausalsResponse' + $ref: "#/components/schemas/ListDeliveryNotesDefaultCausalsResponse" description: List of Delivery Notes Default Causals "401": description: Unauthorized @@ -9068,7 +9067,7 @@ paths: is_disabled: false editable: true schema: - $ref: '#/components/schemas/ListVatTypesResponse' + $ref: "#/components/schemas/ListVatTypesResponse" description: List of Vat Types. "401": description: Unauthorized @@ -9141,7 +9140,7 @@ paths: is_default: true default_payment_account: null schema: - $ref: '#/components/schemas/ListPaymentMethodsResponse' + $ref: "#/components/schemas/ListPaymentMethodsResponse" description: Payment methods list. "401": description: Unauthorized @@ -9217,7 +9216,7 @@ paths: sia: IN234 virtual: false schema: - $ref: '#/components/schemas/ListPaymentAccountsResponse' + $ref: "#/components/schemas/ListPaymentAccountsResponse" description: Payment accounts list. "401": description: Unauthorized @@ -9255,7 +9254,7 @@ paths: - Negozio Bergamo - Negozio Milano schema: - $ref: '#/components/schemas/ListRevenueCentersResponse' + $ref: "#/components/schemas/ListRevenueCentersResponse" description: List of Revenue Centers "401": description: Unauthorized @@ -9293,7 +9292,7 @@ paths: - Negozio Bergamo - Negozio Milano schema: - $ref: '#/components/schemas/ListCostCentersResponse' + $ref: "#/components/schemas/ListCostCentersResponse" description: List of Cost Centers "401": description: Unauthorized @@ -9343,7 +9342,7 @@ paths: - Alimentari - Arredamento schema: - $ref: '#/components/schemas/ListProductCategoriesResponse' + $ref: "#/components/schemas/ListProductCategoriesResponse" description: Product Categories List "401": description: Unauthorized @@ -9384,7 +9383,7 @@ paths: - Computer e accessori - Server e hosting schema: - $ref: '#/components/schemas/ListReceivedDocumentCategoriesResponse' + $ref: "#/components/schemas/ListReceivedDocumentCategoriesResponse" description: Received Document Categories List security: - OAuth2AuthenticationCodeFlow: [] @@ -9423,7 +9422,7 @@ paths: - Estratti conto bancari - Estratti conto carte di credito schema: - $ref: '#/components/schemas/ListArchiveCategoriesResponse' + $ref: "#/components/schemas/ListArchiveCategoriesResponse" description: Archive Categories list. "401": description: Unauthorized @@ -9468,7 +9467,7 @@ paths: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/CreatePaymentMethodRequest' + $ref: "#/components/schemas/CreatePaymentMethodRequest" responses: "200": content: @@ -9488,7 +9487,7 @@ paths: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/CreatePaymentMethodResponse' + $ref: "#/components/schemas/CreatePaymentMethodResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: @@ -9591,7 +9590,7 @@ paths: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/GetPaymentMethodResponse' + $ref: "#/components/schemas/GetPaymentMethodResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -9639,7 +9638,7 @@ paths: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/ModifyPaymentMethodRequest' + $ref: "#/components/schemas/ModifyPaymentMethodRequest" description: "" responses: "200": @@ -9660,7 +9659,7 @@ paths: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/ModifyPaymentMethodResponse' + $ref: "#/components/schemas/ModifyPaymentMethodResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: @@ -9699,7 +9698,7 @@ paths: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/CreatePaymentAccountRequest' + $ref: "#/components/schemas/CreatePaymentAccountRequest" responses: "200": content: @@ -9715,7 +9714,7 @@ paths: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/CreatePaymentAccountResponse' + $ref: "#/components/schemas/CreatePaymentAccountResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: @@ -9781,7 +9780,7 @@ paths: is_disabled: false default: true schema: - $ref: '#/components/schemas/GetTaxProfileResponse' + $ref: "#/components/schemas/GetTaxProfileResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: @@ -9879,7 +9878,7 @@ paths: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/GetPaymentAccountResponse' + $ref: "#/components/schemas/GetPaymentAccountResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -9924,7 +9923,7 @@ paths: cuc: string virtual: true schema: - $ref: '#/components/schemas/ModifyPaymentAccountRequest' + $ref: "#/components/schemas/ModifyPaymentAccountRequest" responses: "200": content: @@ -9940,7 +9939,7 @@ paths: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/ModifyPaymentAccountResponse' + $ref: "#/components/schemas/ModifyPaymentAccountResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: @@ -9982,7 +9981,7 @@ paths: editable: true is_disabled: true schema: - $ref: '#/components/schemas/CreateVatTypeRequest' + $ref: "#/components/schemas/CreateVatTypeRequest" description: "" responses: "200": @@ -10003,7 +10002,7 @@ paths: editable: true is_disabled: true schema: - $ref: '#/components/schemas/CreateVatTypeResponse' + $ref: "#/components/schemas/CreateVatTypeResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: @@ -10087,7 +10086,7 @@ paths: editable: true is_disabled: true schema: - $ref: '#/components/schemas/GetVatTypeResponse' + $ref: "#/components/schemas/GetVatTypeResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -10134,7 +10133,7 @@ paths: editable: true is_disabled: true schema: - $ref: '#/components/schemas/ModifyVatTypeRequest' + $ref: "#/components/schemas/ModifyVatTypeRequest" responses: "200": content: @@ -10154,7 +10153,7 @@ paths: editable: true is_disabled: true schema: - $ref: '#/components/schemas/ModifyVatTypeResponse' + $ref: "#/components/schemas/ModifyVatTypeResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: @@ -10349,7 +10348,7 @@ paths: transform: true keep_copy: true schema: - $ref: '#/components/schemas/TransformIssuedDocumentResponse' + $ref: "#/components/schemas/TransformIssuedDocumentResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -10529,7 +10528,7 @@ paths: - "82112399" - "82112400" schema: - $ref: '#/components/schemas/JoinIssuedDocumentsResponse' + $ref: "#/components/schemas/JoinIssuedDocumentsResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -10660,7 +10659,7 @@ paths: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListEmailsResponse' + $ref: "#/components/schemas/ListEmailsResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -10703,7 +10702,7 @@ paths: types: - it.fattureincloud.webhooks.issued_documents.delete schema: - $ref: '#/components/schemas/ListWebhooksSubscriptionsResponse' + $ref: "#/components/schemas/ListWebhooksSubscriptionsResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -10738,7 +10737,7 @@ paths: - it.fattureincloud.webhooks.issued_documents.create verification_method: header schema: - $ref: '#/components/schemas/CreateWebhooksSubscriptionRequest' + $ref: "#/components/schemas/CreateWebhooksSubscriptionRequest" description: "" responses: "200": @@ -10757,7 +10756,7 @@ paths: warnings: The 'it.fattureincloud.webhooks.entities.clients.delete' event is already registered for this application schema: - $ref: '#/components/schemas/CreateWebhooksSubscriptionResponse' + $ref: "#/components/schemas/CreateWebhooksSubscriptionResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -10836,7 +10835,7 @@ paths: types: - it.fattureincloud.webhooks.issued_documents.invoices.create schema: - $ref: '#/components/schemas/GetWebhooksSubscriptionResponse' + $ref: "#/components/schemas/GetWebhooksSubscriptionResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -10871,7 +10870,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/ModifyWebhooksSubscriptionRequest' + $ref: "#/components/schemas/ModifyWebhooksSubscriptionRequest" responses: "200": content: @@ -10889,7 +10888,7 @@ paths: warnings: The 'it.fattureincloud.webhooks.entities.clients.delete' event is already registered for this application schema: - $ref: '#/components/schemas/ModifyWebhooksSubscriptionResponse' + $ref: "#/components/schemas/ModifyWebhooksSubscriptionResponse" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -10926,7 +10925,7 @@ paths: content: application/json: schema: - $ref: '#/components/schemas/VerifyWebhooksSubscriptionRequest' + $ref: "#/components/schemas/VerifyWebhooksSubscriptionRequest" responses: "200": description: OK @@ -11017,7 +11016,7 @@ paths: items_list: null payments_list: null schema: - $ref: '#/components/schemas/ListBinIssuedDocuments' + $ref: "#/components/schemas/ListBinIssuedDocuments" description: Bin Issued Documents List security: - OAuth2AuthenticationCodeFlow: @@ -11057,7 +11056,9 @@ paths: responses: "200": description: OK - summary: "" + security: + - OAuth2AuthenticationCodeFlow: [] + summary: Delete Bin Issued Document tags: - Issued Documents x-accepts: @@ -11203,7 +11204,7 @@ paths: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/GetBinIssuedDocumentResponse' + $ref: "#/components/schemas/GetBinIssuedDocumentResponse" description: Bin issued document details security: - OAuth2AuthenticationCodeFlow: @@ -11243,7 +11244,9 @@ paths: responses: "200": description: OK - summary: "" + security: + - OAuth2AuthenticationCodeFlow: [] + summary: Recover Issued Document From The Bin tags: - Issued Documents x-accepts: @@ -11359,7 +11362,7 @@ paths: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/ListBinReceivedDocuments' + $ref: "#/components/schemas/ListBinReceivedDocuments" description: Example response security: - OAuth2AuthenticationCodeFlow: [] @@ -11393,7 +11396,7 @@ paths: responses: "200": description: OK - summary: "" + summary: Delete Bin Received Document tags: - Received Documents x-accepts: @@ -11539,7 +11542,7 @@ paths: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/GetBinIssuedDocumentResponse' + $ref: "#/components/schemas/GetBinIssuedDocumentResponse" description: Bin issued document details security: - OAuth2AuthenticationCodeFlow: [] @@ -11573,7 +11576,7 @@ paths: responses: "200": description: OK - summary: "" + summary: Recover Received Document From The Bin tags: - Received Documents x-accepts: @@ -11615,7 +11618,7 @@ paths: valid_to: 2025-01-01 type: purchase schema: - $ref: '#/components/schemas/ListPriceListsResponse' + $ref: "#/components/schemas/ListPriceListsResponse" description: Example response "401": description: Unauthorized @@ -11642,7 +11645,8 @@ paths: example: 12345 type: integer style: simple - - explode: false + - description: The ID of the price + explode: false in: path name: price_list_id required: true @@ -11662,7 +11666,7 @@ paths: "2": price: 5 schema: - $ref: '#/components/schemas/GetPriceListItemsResponse' + $ref: "#/components/schemas/GetPriceListItemsResponse" description: Example response "401": description: Unauthorized @@ -11861,7 +11865,7 @@ components: email_confirmation_state: need_confirmation: false schema: - $ref: '#/components/schemas/GetUserInfoResponse' + $ref: "#/components/schemas/GetUserInfoResponse" description: "" ListUserCompaniesResponse: content: @@ -11939,7 +11943,7 @@ components: dic_timesheet: none dic_settings: none schema: - $ref: '#/components/schemas/ListUserCompaniesResponse' + $ref: "#/components/schemas/ListUserCompaniesResponse" description: User Companies. GetCompanyInfoResponse: content: @@ -12027,7 +12031,6 @@ components: subaccounts: true tessera_sanitaria: true recurring: true - sofort: false cerved: true ts_digital: true ts_pay: true @@ -12042,7 +12045,7 @@ components: fic_payment_subject: client dic_payment_subject: client schema: - $ref: '#/components/schemas/GetCompanyInfoResponse' + $ref: "#/components/schemas/GetCompanyInfoResponse" description: Company info. CreateClientResponse: content: @@ -12090,7 +12093,7 @@ components: id: 386092 name: Credit card schema: - $ref: '#/components/schemas/CreateClientResponse' + $ref: "#/components/schemas/CreateClientResponse" description: Example response ListClientsResponse: content: @@ -12184,7 +12187,7 @@ components: to: 50 total: 8 schema: - $ref: '#/components/schemas/ListClientsResponse' + $ref: "#/components/schemas/ListClientsResponse" description: Example response ListSuppliersResponse: content: @@ -12248,7 +12251,7 @@ components: created_at: 2021-15-09 updated_at: 2021-15-09 schema: - $ref: '#/components/schemas/ListSuppliersResponse' + $ref: "#/components/schemas/ListSuppliersResponse" description: Example response CreateSupplierResponse: content: @@ -12280,7 +12283,7 @@ components: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/CreateSupplierResponse' + $ref: "#/components/schemas/CreateSupplierResponse" description: Example response GetClientResponse: content: @@ -12323,7 +12326,7 @@ components: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/GetClientResponse' + $ref: "#/components/schemas/GetClientResponse" description: Client Details. ModifyClientResponse: content: @@ -12366,7 +12369,7 @@ components: is_disabled: false price_list_id: "10" schema: - $ref: '#/components/schemas/ModifyClientResponse' + $ref: "#/components/schemas/ModifyClientResponse" description: Client modified. GetSupplierResponse: content: @@ -12398,7 +12401,7 @@ components: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/GetSupplierResponse' + $ref: "#/components/schemas/GetSupplierResponse" description: Example response ModifySupplierResponse: content: @@ -12430,7 +12433,7 @@ components: created_at: 2021-15-08 updated_at: 2021-15-08 schema: - $ref: '#/components/schemas/ModifySupplierResponse' + $ref: "#/components/schemas/ModifySupplierResponse" description: Example response ListProductsResponse: content: @@ -12485,7 +12488,7 @@ components: to: 55 total: 55 schema: - $ref: '#/components/schemas/ListProductsResponse' + $ref: "#/components/schemas/ListProductsResponse" description: Products List. CreateProductResponse: content: @@ -12512,7 +12515,7 @@ components: notes: "IVA non imponibile ai sensi dell'articolo 123, comma 2" is_disabled: false schema: - $ref: '#/components/schemas/CreateProductResponse' + $ref: "#/components/schemas/CreateProductResponse" description: Example response GetProductResponse: content: @@ -12543,7 +12546,7 @@ components: stock_initial: 123 stock_current: 123 schema: - $ref: '#/components/schemas/GetProductResponse' + $ref: "#/components/schemas/GetProductResponse" description: Example response ModifyProductResponse: content: @@ -12574,7 +12577,7 @@ components: stock_initial: 123 stock_current: 123 schema: - $ref: '#/components/schemas/ModifyProductResponse' + $ref: "#/components/schemas/ModifyProductResponse" description: Example response ListIssuedDocumentsResponse: content: @@ -12651,7 +12654,7 @@ components: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListIssuedDocumentsResponse' + $ref: "#/components/schemas/ListIssuedDocumentsResponse" description: Results list. CreateIssuedDocumentResponse: content: @@ -12772,7 +12775,7 @@ components: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/CreateIssuedDocumentResponse' + $ref: "#/components/schemas/CreateIssuedDocumentResponse" description: Document created. GetIssuedDocumentResponse: content: @@ -12894,7 +12897,7 @@ components: show_tspay_button: false price_list_id: "10" schema: - $ref: '#/components/schemas/GetIssuedDocumentResponse' + $ref: "#/components/schemas/GetIssuedDocumentResponse" description: Document Details. ModifyIssuedDocumentResponse: content: @@ -13016,7 +13019,7 @@ components: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/ModifyIssuedDocumentResponse' + $ref: "#/components/schemas/ModifyIssuedDocumentResponse" description: Document edited GetNewIssuedDocumentTotalsResponse: content: @@ -13037,7 +13040,7 @@ components: amount_due_discount: 0 payments_sum: 75 schema: - $ref: '#/components/schemas/GetNewIssuedDocumentTotalsResponse' + $ref: "#/components/schemas/GetNewIssuedDocumentTotalsResponse" description: Totals. GetExistingIssuedDocumentTotalsResponse: content: @@ -13060,7 +13063,7 @@ components: amount_due_discount: 0 payments_sum: 75 schema: - $ref: '#/components/schemas/GetExistingIssuedDocumentTotalsResponse' + $ref: "#/components/schemas/GetExistingIssuedDocumentTotalsResponse" description: Totals. UploadIssuedDocumentAttachmentResponse: content: @@ -13071,7 +13074,7 @@ components: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadIssuedDocumentAttachmentResponse' + $ref: "#/components/schemas/UploadIssuedDocumentAttachmentResponse" description: Attachment Token. GetIssuedDocumentPreCreateInfoResponse: content: @@ -14788,7 +14791,7 @@ components: valid_to: 2025-09-10 type: sell schema: - $ref: '#/components/schemas/GetIssuedDocumentPreCreateInfoResponse' + $ref: "#/components/schemas/GetIssuedDocumentPreCreateInfoResponse" description: Pre-create info. GetEmailDataResponse: content: @@ -14817,7 +14820,7 @@ components: attachment_exists: false accompanying_invoice_exists: false schema: - $ref: '#/components/schemas/GetEmailDataResponse' + $ref: "#/components/schemas/GetEmailDataResponse" description: EmailData SendEInvoiceResponse: content: @@ -14829,7 +14832,7 @@ components: name: CARICATO date: 2021-08-23 10:38:03 schema: - $ref: '#/components/schemas/SendEInvoiceResponse' + $ref: "#/components/schemas/SendEInvoiceResponse" description: Example response VerifyEInvoiceXmlResponse: content: @@ -14840,13 +14843,13 @@ components: data: success: true schema: - $ref: '#/components/schemas/VerifyEInvoiceXmlResponse' + $ref: "#/components/schemas/VerifyEInvoiceXmlResponse" description: Example response VerifyEInvoiceXmlErrorResponse: content: application/json: schema: - $ref: '#/components/schemas/VerifyEInvoiceXmlErrorResponse' + $ref: "#/components/schemas/VerifyEInvoiceXmlErrorResponse" description: Example response ListReceivedDocumentsResponse: content: @@ -14955,7 +14958,7 @@ components: to: 50 total: 123 schema: - $ref: '#/components/schemas/ListReceivedDocumentsResponse' + $ref: "#/components/schemas/ListReceivedDocumentsResponse" description: Results list. CreateReceivedDocumentResponse: content: @@ -15009,7 +15012,7 @@ components: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/CreateReceivedDocumentResponse' + $ref: "#/components/schemas/CreateReceivedDocumentResponse" description: Document created. GetReceivedDocumentResponse: content: @@ -15063,7 +15066,7 @@ components: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/GetReceivedDocumentResponse' + $ref: "#/components/schemas/GetReceivedDocumentResponse" description: Document details. ModifyReceivedDocumentResponse: content: @@ -15117,7 +15120,7 @@ components: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/ModifyReceivedDocumentResponse' + $ref: "#/components/schemas/ModifyReceivedDocumentResponse" description: Modified document. GetNewReceivedDocumentTotalsResponse: content: @@ -15134,7 +15137,7 @@ components: amount_due: 602 payments_sum: 592 schema: - $ref: '#/components/schemas/GetNewReceivedDocumentTotalsResponse' + $ref: "#/components/schemas/GetNewReceivedDocumentTotalsResponse" description: Document Totals. GetExistingReceivedDocumentTotalsResponse: content: @@ -15151,7 +15154,7 @@ components: amount_due: 612 payments_sum: 592 schema: - $ref: '#/components/schemas/GetExistingReceivedDocumentTotalsResponse' + $ref: "#/components/schemas/GetExistingReceivedDocumentTotalsResponse" description: Document Totals. UploadReceivedDocumentAttachmentResponse: content: @@ -15162,7 +15165,7 @@ components: data: attachment_token: YmMyNWYxYzIwMTU3N212ABCDZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadReceivedDocumentAttachmentResponse' + $ref: "#/components/schemas/UploadReceivedDocumentAttachmentResponse" description: Attachment Token. GetReceivedDocumentPreCreateInfoResponse: content: @@ -15938,7 +15941,7 @@ components: description: Contribuenti forfettari is_disabled: false schema: - $ref: '#/components/schemas/GetReceivedDocumentPreCreateInfoResponse' + $ref: "#/components/schemas/GetReceivedDocumentPreCreateInfoResponse" description: Pre-create info ListReceiptsResponse: content: @@ -16020,7 +16023,7 @@ components: to: 50 total: 65 schema: - $ref: '#/components/schemas/ListReceiptsResponse' + $ref: "#/components/schemas/ListReceiptsResponse" description: Receipts list. CreateReceiptResponse: content: @@ -16056,7 +16059,7 @@ components: value: 22 description: iva schema: - $ref: '#/components/schemas/CreateReceiptResponse' + $ref: "#/components/schemas/CreateReceiptResponse" description: Created Receipt. GetReceiptResponse: content: @@ -16092,7 +16095,7 @@ components: value: 22 description: iva schema: - $ref: '#/components/schemas/GetReceiptResponse' + $ref: "#/components/schemas/GetReceiptResponse" description: Receipt Details. ModifyReceiptResponse: content: @@ -16128,7 +16131,7 @@ components: value: 22 description: iva schema: - $ref: '#/components/schemas/ModifyReceiptResponse' + $ref: "#/components/schemas/ModifyReceiptResponse" description: Modified receipt. GetReceiptPreCreateInfoResponse: content: @@ -16272,7 +16275,7 @@ components: description: art.26 COMMA' 3 DPR 633/72 is_disabled: false schema: - $ref: '#/components/schemas/GetReceiptPreCreateInfoResponse' + $ref: "#/components/schemas/GetReceiptPreCreateInfoResponse" description: Pre-create info. GetReceiptsMonthlyTotalsResponse: content: @@ -16318,7 +16321,7 @@ components: gross: 0 count: 21 schema: - $ref: '#/components/schemas/GetReceiptsMonthlyTotalsResponse' + $ref: "#/components/schemas/GetReceiptsMonthlyTotalsResponse" description: Monthly Totals. ListF24Response: content: @@ -16359,7 +16362,7 @@ components: aggregated_data: amount: "6438.96" schema: - $ref: '#/components/schemas/ListF24Response' + $ref: "#/components/schemas/ListF24Response" description: Results list. CreateF24Response: content: @@ -16378,7 +16381,7 @@ components: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/CreateF24Response' + $ref: "#/components/schemas/CreateF24Response" description: The created F24 GetF24Response: content: @@ -16397,7 +16400,7 @@ components: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/GetF24Response' + $ref: "#/components/schemas/GetF24Response" description: The F24 ModifyF24Response: content: @@ -16416,7 +16419,7 @@ components: name: Indesa - carta conto attachment_url: b19c01da9b1688fb73d0d9e8adae89a8.pdf schema: - $ref: '#/components/schemas/ModifyF24Response' + $ref: "#/components/schemas/ModifyF24Response" description: The modified F24 UploadF24AttachmentResponse: content: @@ -16427,7 +16430,7 @@ components: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadF24AttachmentResponse' + $ref: "#/components/schemas/UploadF24AttachmentResponse" description: Attachment Token. ListArchiveDocumentsResponse: content: @@ -16458,7 +16461,7 @@ components: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListArchiveDocumentsResponse' + $ref: "#/components/schemas/ListArchiveDocumentsResponse" description: Results list. CreateArchiveDocumentResponse: content: @@ -16473,7 +16476,7 @@ components: description: spesa 1 attachment_url: spesa1.pdf schema: - $ref: '#/components/schemas/CreateArchiveDocumentResponse' + $ref: "#/components/schemas/CreateArchiveDocumentResponse" description: The Archive Document. GetArchiveDocumentResponse: content: @@ -16488,7 +16491,7 @@ components: description: spesa 2 attachment_url: spesa2.pdf schema: - $ref: '#/components/schemas/GetArchiveDocumentResponse' + $ref: "#/components/schemas/GetArchiveDocumentResponse" description: Archive Document Details ModifyArchiveDocumentResponse: content: @@ -16503,7 +16506,7 @@ components: description: spesa 2 attachment_url: spesa2.pdf schema: - $ref: '#/components/schemas/ModifyArchiveDocumentResponse' + $ref: "#/components/schemas/ModifyArchiveDocumentResponse" description: The modified Archived Document ListCashbookEntriesResponse: content: @@ -16533,7 +16536,7 @@ components: id: 12345 type: out schema: - $ref: '#/components/schemas/ListCashbookEntriesResponse' + $ref: "#/components/schemas/ListCashbookEntriesResponse" description: Results list. CreateCashbookEntryResponse: content: @@ -16553,7 +16556,7 @@ components: payment_account_out: null kind: cashbook schema: - $ref: '#/components/schemas/CreateCashbookEntryResponse' + $ref: "#/components/schemas/CreateCashbookEntryResponse" description: The created Cashbook Entry. GetCashbookEntryResponse: content: @@ -16573,7 +16576,7 @@ components: id: 54321 type: in schema: - $ref: '#/components/schemas/GetCashbookEntryResponse' + $ref: "#/components/schemas/GetCashbookEntryResponse" description: Cashbook Entry. ModifyCashbookEntryResponse: content: @@ -16593,7 +16596,7 @@ components: id: 54321 type: in schema: - $ref: '#/components/schemas/ModifyCashbookEntryResponse' + $ref: "#/components/schemas/ModifyCashbookEntryResponse" description: The modified Cashbook Entry ListCountriesResponse: content: @@ -16611,7 +16614,7 @@ components: - Anguilla - '...' schema: - $ref: '#/components/schemas/ListCountriesResponse' + $ref: "#/components/schemas/ListCountriesResponse" description: List of countries ListCitiesResponse: content: @@ -16630,7 +16633,7 @@ components: city: Altavilla Irpina province: AV schema: - $ref: '#/components/schemas/ListCitiesResponse' + $ref: "#/components/schemas/ListCitiesResponse" description: Cities List. ListLanguagesResponse: content: @@ -16644,7 +16647,7 @@ components: - code: en name: Inglese schema: - $ref: '#/components/schemas/ListLanguagesResponse' + $ref: "#/components/schemas/ListLanguagesResponse" description: LanguagesList ListTemplatesResponse: content: @@ -16658,7 +16661,7 @@ components: - id: 106 name: Minimalist schema: - $ref: '#/components/schemas/ListTemplatesResponse' + $ref: "#/components/schemas/ListTemplatesResponse" description: Templates list. ListCurrenciesResponse: content: @@ -16676,7 +16679,7 @@ components: html_symbol: '€' exchange_rate: "1.00000" schema: - $ref: '#/components/schemas/ListCurrenciesResponse' + $ref: "#/components/schemas/ListCurrenciesResponse" description: Currencies List. ListUnitsOfMeasureResponse: content: @@ -16693,7 +16696,7 @@ components: - km - mesi schema: - $ref: '#/components/schemas/ListUnitsOfMeasureResponse' + $ref: "#/components/schemas/ListUnitsOfMeasureResponse" description: Units of measure. ListDeliveryNotesDefaultCausalsResponse: content: @@ -16714,7 +16717,7 @@ components: - Reso per accredito - Reso per sostituzione schema: - $ref: '#/components/schemas/ListDeliveryNotesDefaultCausalsResponse' + $ref: "#/components/schemas/ListDeliveryNotesDefaultCausalsResponse" description: List of Delivery Notes Default Causals ListVatTypesResponse: content: @@ -16741,7 +16744,7 @@ components: is_disabled: false editable: true schema: - $ref: '#/components/schemas/ListVatTypesResponse' + $ref: "#/components/schemas/ListVatTypesResponse" description: List of Vat Types. ListPaymentMethodsResponse: content: @@ -16759,7 +16762,7 @@ components: is_default: true default_payment_account: null schema: - $ref: '#/components/schemas/ListPaymentMethodsResponse' + $ref: "#/components/schemas/ListPaymentMethodsResponse" description: Payment methods list. ListPaymentAccountsResponse: content: @@ -16781,7 +16784,7 @@ components: sia: IN234 virtual: false schema: - $ref: '#/components/schemas/ListPaymentAccountsResponse' + $ref: "#/components/schemas/ListPaymentAccountsResponse" description: Payment accounts list. ListRevenueCentersResponse: content: @@ -16793,7 +16796,7 @@ components: - Negozio Bergamo - Negozio Milano schema: - $ref: '#/components/schemas/ListRevenueCentersResponse' + $ref: "#/components/schemas/ListRevenueCentersResponse" description: List of Revenue Centers ListCostCentersResponse: content: @@ -16805,7 +16808,7 @@ components: - Negozio Bergamo - Negozio Milano schema: - $ref: '#/components/schemas/ListCostCentersResponse' + $ref: "#/components/schemas/ListCostCentersResponse" description: List of Cost Centers ListProductCategoriesResponse: content: @@ -16817,7 +16820,7 @@ components: - Alimentari - Arredamento schema: - $ref: '#/components/schemas/ListProductCategoriesResponse' + $ref: "#/components/schemas/ListProductCategoriesResponse" description: Product Categories List ListReceivedDocumentCategoriesResponse: content: @@ -16832,7 +16835,7 @@ components: - Computer e accessori - Server e hosting schema: - $ref: '#/components/schemas/ListReceivedDocumentCategoriesResponse' + $ref: "#/components/schemas/ListReceivedDocumentCategoriesResponse" description: Received Document Categories List ListArchiveCategoriesResponse: content: @@ -16849,7 +16852,7 @@ components: - Estratti conto bancari - Estratti conto carte di credito schema: - $ref: '#/components/schemas/ListArchiveCategoriesResponse' + $ref: "#/components/schemas/ListArchiveCategoriesResponse" description: Archive Categories list. UploadArchiveAttachmentResponse: content: @@ -16860,7 +16863,7 @@ components: data: attachment_token: YmMyNWYxYzIwMTU3N212ABCDZjZiMzg5OWY0ODNkZDQveXl5LmRvYw schema: - $ref: '#/components/schemas/UploadArchiveAttachmentResponse' + $ref: "#/components/schemas/UploadArchiveAttachmentResponse" description: Example response CreatePaymentMethodResponse: content: @@ -16880,7 +16883,7 @@ components: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/CreatePaymentMethodResponse' + $ref: "#/components/schemas/CreatePaymentMethodResponse" description: Example response GetPaymentMethodResponse: content: @@ -16900,7 +16903,7 @@ components: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/GetPaymentMethodResponse' + $ref: "#/components/schemas/GetPaymentMethodResponse" description: Example response ModifyPaymentMethodResponse: content: @@ -16920,7 +16923,7 @@ components: id: 12345 name: conto banca SP schema: - $ref: '#/components/schemas/ModifyPaymentMethodResponse' + $ref: "#/components/schemas/ModifyPaymentMethodResponse" description: Example response CreatePaymentAccountResponse: content: @@ -16936,7 +16939,7 @@ components: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/CreatePaymentAccountResponse' + $ref: "#/components/schemas/CreatePaymentAccountResponse" description: Example response GetPaymentAccountResponse: content: @@ -16952,7 +16955,7 @@ components: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/GetPaymentAccountResponse' + $ref: "#/components/schemas/GetPaymentAccountResponse" description: Example response ModifyPaymentAccountResponse: content: @@ -16968,7 +16971,7 @@ components: sia: T1234 virtual: false schema: - $ref: '#/components/schemas/ModifyPaymentAccountResponse' + $ref: "#/components/schemas/ModifyPaymentAccountResponse" description: Example response CreateVatTypeResponse: content: @@ -16987,7 +16990,7 @@ components: editable: true is_disabled: true schema: - $ref: '#/components/schemas/CreateVatTypeResponse' + $ref: "#/components/schemas/CreateVatTypeResponse" description: Example response GetVatTypeResponse: content: @@ -17006,7 +17009,7 @@ components: editable: true is_disabled: true schema: - $ref: '#/components/schemas/GetVatTypeResponse' + $ref: "#/components/schemas/GetVatTypeResponse" description: Example response ModifyVatTypeResponse: content: @@ -17025,13 +17028,13 @@ components: editable: true is_disabled: true schema: - $ref: '#/components/schemas/ModifyVatTypeResponse' + $ref: "#/components/schemas/ModifyVatTypeResponse" description: Example response GetEInvoiceXmlResponse: content: text/xml: schema: - $ref: '#/components/schemas/GetEInvoiceXmlResponse' + $ref: "#/components/schemas/GetEInvoiceXmlResponse" description: "" GetEInvoiceRejectionReasonResponse: content: @@ -17046,7 +17049,7 @@ components: \ Azienda > Informazioni di fatturazione." date: 2023-06-06 schema: - $ref: '#/components/schemas/GetEInvoiceRejectionReasonResponse' + $ref: "#/components/schemas/GetEInvoiceRejectionReasonResponse" description: Example response ListDetailedCountriesResponse: content: @@ -17071,7 +17074,7 @@ components: fiscal_iso: AL uic: "087" schema: - $ref: '#/components/schemas/ListDetailedCountriesResponse' + $ref: "#/components/schemas/ListDetailedCountriesResponse" description: List of detailed countries TransformIssuedDocumentResponse: content: @@ -17196,7 +17199,7 @@ components: transform: true keep_copy: true schema: - $ref: '#/components/schemas/TransformIssuedDocumentResponse' + $ref: "#/components/schemas/TransformIssuedDocumentResponse" description: Example response JoinIssuedDocumentsResponse: content: @@ -17320,7 +17323,7 @@ components: - "82112399" - "82112400" schema: - $ref: '#/components/schemas/JoinIssuedDocumentsResponse' + $ref: "#/components/schemas/JoinIssuedDocumentsResponse" description: Example response ListEmailsResponse: content: @@ -17373,7 +17376,7 @@ components: to: 2 total: 2 schema: - $ref: '#/components/schemas/ListEmailsResponse' + $ref: "#/components/schemas/ListEmailsResponse" description: Example response CreateWebhooksSubscriptionResponse: content: @@ -17391,7 +17394,7 @@ components: warnings: The 'it.fattureincloud.webhooks.entities.clients.delete' event is already registered for this application schema: - $ref: '#/components/schemas/CreateWebhooksSubscriptionResponse' + $ref: "#/components/schemas/CreateWebhooksSubscriptionResponse" description: Example response ListWebhooksSubscriptionsResponse: content: @@ -17412,7 +17415,7 @@ components: types: - it.fattureincloud.webhooks.issued_documents.delete schema: - $ref: '#/components/schemas/ListWebhooksSubscriptionsResponse' + $ref: "#/components/schemas/ListWebhooksSubscriptionsResponse" description: Example response GetWebhooksSubscriptionResponse: content: @@ -17427,7 +17430,7 @@ components: types: - it.fattureincloud.webhooks.issued_documents.invoices.create schema: - $ref: '#/components/schemas/GetWebhooksSubscriptionResponse' + $ref: "#/components/schemas/GetWebhooksSubscriptionResponse" description: Example response ModifyWebhooksSubscriptionResponse: content: @@ -17445,7 +17448,7 @@ components: warnings: The 'it.fattureincloud.webhooks.entities.clients.delete' event is already registered for this application schema: - $ref: '#/components/schemas/ModifyWebhooksSubscriptionResponse' + $ref: "#/components/schemas/ModifyWebhooksSubscriptionResponse" description: Example response GetCompanyPlanUsageResponse: content: @@ -17457,7 +17460,7 @@ components: limit: 3000 usage: 100 schema: - $ref: '#/components/schemas/GetCompanyPlanUsageResponse' + $ref: "#/components/schemas/GetCompanyPlanUsageResponse" description: Example response GetTaxProfileResponse: content: @@ -17499,7 +17502,7 @@ components: is_disabled: false default: true schema: - $ref: '#/components/schemas/GetTaxProfileResponse' + $ref: "#/components/schemas/GetTaxProfileResponse" description: Example response ListBinIssuedDocumentsResponse: content: @@ -17565,7 +17568,7 @@ components: items_list: null payments_list: null schema: - $ref: '#/components/schemas/ListBinIssuedDocuments' + $ref: "#/components/schemas/ListBinIssuedDocuments" description: Bin Issued Documents List GetBinIssuedDocumentResponse: content: @@ -17686,7 +17689,7 @@ components: has_ts_pay_pending_payment: false show_tspay_button: false schema: - $ref: '#/components/schemas/GetBinIssuedDocumentResponse' + $ref: "#/components/schemas/GetBinIssuedDocumentResponse" description: Bin issued document details ListBinReceivedDocumentsResponse: content: @@ -17784,7 +17787,7 @@ components: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/ListBinReceivedDocuments' + $ref: "#/components/schemas/ListBinReceivedDocuments" description: Example response GetBinReceivedDocumentResponse: content: @@ -17838,7 +17841,7 @@ components: attachment_preview_url: null extra_data: null schema: - $ref: '#/components/schemas/GetBinReceivedDocumentResponse' + $ref: "#/components/schemas/GetBinReceivedDocumentResponse" description: Bin received document details GetEntityClientsInfoResponse: content: @@ -17888,7 +17891,7 @@ components: limit: 0 usage: 0 schema: - $ref: '#/components/schemas/GetEntityClientPreCreateInfoResponse' + $ref: "#/components/schemas/GetEntityClientPreCreateInfoResponse" description: Example response ListPriceList: content: @@ -17912,7 +17915,7 @@ components: valid_to: 2025-01-01 type: purchase schema: - $ref: '#/components/schemas/ListPriceListsResponse' + $ref: "#/components/schemas/ListPriceListsResponse" description: Example response GetPriceListItems: content: @@ -17926,7 +17929,7 @@ components: "2": price: 5 schema: - $ref: '#/components/schemas/GetPriceListItemsResponse' + $ref: "#/components/schemas/GetPriceListItemsResponse" description: Example response schemas: GetUserInfoResponse: @@ -17948,11 +17951,11 @@ components: need_terms_of_service_confirmation: true properties: data: - $ref: '#/components/schemas/User' + $ref: "#/components/schemas/User" info: - $ref: '#/components/schemas/GetUserInfoResponse_info' + $ref: "#/components/schemas/GetUserInfoResponse_info" email_confirmation_state: - $ref: '#/components/schemas/GetUserInfoResponse_email_confirmation_state' + $ref: "#/components/schemas/GetUserInfoResponse_email_confirmation_state" title: GetUserInfoResponse type: object ListUserCompaniesResponse: @@ -18014,7 +18017,7 @@ components: fic_plan: trial properties: data: - $ref: '#/components/schemas/ListUserCompaniesResponse_data' + $ref: "#/components/schemas/ListUserCompaniesResponse_data" title: ListUserCompaniesResponse type: object GetCompanyInfoResponse: @@ -18033,7 +18036,6 @@ components: ts_invoice_trading: true archive: true payment_notifications: true - sofort: true receipts: true cerved: true document_attachments: true @@ -18100,7 +18102,7 @@ components: email: mario@rossi-example.it properties: data: - $ref: '#/components/schemas/CompanyInfo' + $ref: "#/components/schemas/CompanyInfo" title: GetCompanyInfoResponse type: object GetCompanyPlanUsageResponse: @@ -18111,13 +18113,13 @@ components: limit: 0.8008281904610115 properties: data: - $ref: '#/components/schemas/CompanyPlanUsage' + $ref: "#/components/schemas/CompanyPlanUsage" title: GetCompanyPlanUsageResponse type: object ListClientsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListClientsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListClientsResponsePage" example: first_page_url: https://openapi-generator.tech path: https://openapi-generator.tech @@ -18365,7 +18367,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" title: CreateClientRequest type: object CreateClientResponse: @@ -18449,7 +18451,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" title: CreateClientResponse type: object GetClientResponse: @@ -18533,7 +18535,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" title: GetClientResponse type: object ModifyClientRequest: @@ -18618,7 +18620,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" title: ModifyClientRequest type: object ModifyClientResponse: @@ -18702,7 +18704,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" title: ModifyClientResponse type: object GetEntityClientPreCreateInfoResponse: @@ -18821,13 +18823,13 @@ components: - countries_list properties: data: - $ref: '#/components/schemas/EntityClientPreCreateInfo' + $ref: "#/components/schemas/EntityClientPreCreateInfo" title: GetEntityClientPreCreateInfoResponse type: object ListSuppliersResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListSuppliersResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListSuppliersResponsePage" example: first_page_url: https://openapi-generator.tech path: https://openapi-generator.tech @@ -18919,7 +18921,7 @@ components: email: mario.rossi@example.it properties: data: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" title: CreateSupplierRequest type: object CreateSupplierResponse: @@ -18951,7 +18953,7 @@ components: email: mario.rossi@example.it properties: data: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" title: CreateSupplierResponse type: object GetSupplierResponse: @@ -18983,7 +18985,7 @@ components: email: mario.rossi@example.it properties: data: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" title: GetSupplierResponse type: object ModifySupplierRequest: @@ -19015,7 +19017,7 @@ components: email: mario.rossi@example.it properties: data: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" title: ModifySupplierRequest type: object ModifySupplierResponse: @@ -19047,13 +19049,13 @@ components: email: mario.rossi@example.it properties: data: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" title: ModifySupplierResponse type: object ListProductsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListProductsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListProductsResponsePage" example: first_page_url: https://openapi-generator.tech path: https://openapi-generator.tech @@ -19160,7 +19162,7 @@ components: net_cost: 2.027123023002322 properties: data: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" title: CreateProductRequest type: object CreateProductResponse: @@ -19197,7 +19199,7 @@ components: net_cost: 2.027123023002322 properties: data: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" title: CreateProductResponse type: object GetProductResponse: @@ -19234,7 +19236,7 @@ components: net_cost: 2.027123023002322 properties: data: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" title: GetProductResponse type: object ModifyProductRequest: @@ -19271,7 +19273,7 @@ components: net_cost: 2.027123023002322 properties: data: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" title: ModifyProductRequest type: object ModifyProductResponse: @@ -19308,13 +19310,13 @@ components: net_cost: 2.027123023002322 properties: data: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" title: ModifyProductResponse type: object ListIssuedDocumentsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListIssuedDocumentsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListIssuedDocumentsResponsePage" example: first_page_url: https://openapi-generator.tech path: https://openapi-generator.tech @@ -20284,9 +20286,9 @@ components: fix_payments: true properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" options: - $ref: '#/components/schemas/IssuedDocumentOptions' + $ref: "#/components/schemas/IssuedDocumentOptions" title: CreateIssuedDocumentRequest type: object CreateIssuedDocumentResponse: @@ -20608,7 +20610,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: CreateIssuedDocumentResponse type: object GetIssuedDocumentResponse: @@ -20930,7 +20932,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: GetIssuedDocumentResponse type: object ModifyIssuedDocumentRequest: @@ -21261,9 +21263,9 @@ components: fix_payments: true properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" options: - $ref: '#/components/schemas/IssuedDocumentOptions' + $ref: "#/components/schemas/IssuedDocumentOptions" title: ModifyIssuedDocumentRequest type: object ModifyIssuedDocumentResponse: @@ -21585,7 +21587,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: ModifyIssuedDocumentResponse type: object GetNewIssuedDocumentTotalsRequest: @@ -21907,7 +21909,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: GetNewIssuedDocumentTotalsRequest type: object GetNewIssuedDocumentTotalsResponse: @@ -21936,7 +21938,7 @@ components: amount_gross: 9.301444243932576 properties: data: - $ref: '#/components/schemas/IssuedDocumentTotals' + $ref: "#/components/schemas/IssuedDocumentTotals" title: GetNewIssuedDocumentTotalsResponse type: object GetExistingIssuedDocumentTotalsRequest: @@ -22258,7 +22260,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: GetExistingIssuedDocumentTotalsRequest type: object GetExistingIssuedDocumentTotalsResponse: @@ -22287,11 +22289,11 @@ components: amount_gross: 9.301444243932576 properties: data: - $ref: '#/components/schemas/IssuedDocumentTotals' + $ref: "#/components/schemas/IssuedDocumentTotals" title: GetExistingIssuedDocumentTotalsResponse type: object UploadIssuedDocumentAttachmentRequest: - $ref: '#/components/schemas/Attachment' + $ref: "#/components/schemas/Attachment" Attachment: properties: filename: @@ -22312,7 +22314,7 @@ components: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw properties: data: - $ref: '#/components/schemas/AttachmentData' + $ref: "#/components/schemas/AttachmentData" title: UploadIssuedDocumentAttachmentResponse type: object GetIssuedDocumentPreCreateInfoResponse: @@ -22533,7 +22535,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/IssuedDocumentPreCreateInfo' + $ref: "#/components/schemas/IssuedDocumentPreCreateInfo" title: GetIssuedDocumentPreCreateInfoResponse type: object GetEmailDataResponse: @@ -22558,7 +22560,7 @@ components: body: body properties: data: - $ref: '#/components/schemas/EmailData' + $ref: "#/components/schemas/EmailData" title: GetEmailDataResponse type: object ScheduleEmailRequest: @@ -22579,7 +22581,7 @@ components: sender_email: sender_email properties: data: - $ref: '#/components/schemas/EmailSchedule' + $ref: "#/components/schemas/EmailSchedule" title: ScheduleEmailRequest type: object SendEInvoiceRequest: @@ -22591,9 +22593,9 @@ components: dry_run: true properties: data: - $ref: '#/components/schemas/SendEInvoiceRequest_data' + $ref: "#/components/schemas/SendEInvoiceRequest_data" options: - $ref: '#/components/schemas/SendEInvoiceRequest_options' + $ref: "#/components/schemas/SendEInvoiceRequest_options" title: SendEInvoiceRequest type: object SendEInvoiceResponse: @@ -22603,7 +22605,7 @@ components: name: name properties: data: - $ref: '#/components/schemas/SendEInvoiceResponse_data' + $ref: "#/components/schemas/SendEInvoiceResponse_data" title: SendEInvoiceResponse type: object VerifyEInvoiceXmlResponse: @@ -22612,7 +22614,7 @@ components: success: true properties: data: - $ref: '#/components/schemas/VerifyEInvoiceXmlResponse_data' + $ref: "#/components/schemas/VerifyEInvoiceXmlResponse_data" title: VerifyEInvoiceXmlResponse type: object VerifyEInvoiceXmlErrorResponse: @@ -22629,9 +22631,9 @@ components: message: message properties: error: - $ref: '#/components/schemas/VerifyEInvoiceXmlErrorResponse_error' + $ref: "#/components/schemas/VerifyEInvoiceXmlErrorResponse_error" extra: - $ref: '#/components/schemas/VerifyEInvoiceXmlErrorResponse_extra' + $ref: "#/components/schemas/VerifyEInvoiceXmlErrorResponse_extra" title: VerifyEInvoiceXmlErrorResponse type: object GetEInvoiceXmlResponse: @@ -22648,13 +22650,13 @@ components: ei_status: ei_status properties: data: - $ref: '#/components/schemas/EInvoiceRejectionReason' + $ref: "#/components/schemas/EInvoiceRejectionReason" title: GetEInvoiceRejectionReason type: object ListReceivedDocumentsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListReceivedDocumentsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListReceivedDocumentsResponsePage" description: "" example: first_page_url: https://openapi-generator.tech @@ -23219,7 +23221,7 @@ components: nullable: true type: integer data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: CreateReceivedDocumentRequest type: object CreateReceivedDocumentResponse: @@ -23407,7 +23409,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: CreateReceivedDocumentResponse type: object GetReceivedDocumentResponse: @@ -23595,7 +23597,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: GetReceivedDocumentResponse type: object ModifyReceivedDocumentRequest: @@ -23783,7 +23785,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: ModifyReceivedDocumentRequest type: object ModifyReceivedDocumentResponse: @@ -23971,7 +23973,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: ModifyReceivedDocumentResponse type: object GetNewReceivedDocumentTotalsRequest: @@ -24159,7 +24161,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: GetNewReceivedDocumentTotalsRequest type: object GetNewReceivedDocumentTotalsResponse: @@ -24175,7 +24177,7 @@ components: amount_gross: 1.4658129805029452 properties: data: - $ref: '#/components/schemas/ReceivedDocumentTotals' + $ref: "#/components/schemas/ReceivedDocumentTotals" title: GetNewReceivedDocumentTotalsResponse type: object GetExistingReceivedDocumentTotalsRequest: @@ -24363,7 +24365,7 @@ components: intent_declaration_protocol_date: 2000-01-23 properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: GetExistingReceivedDocumentTotals type: object GetExistingReceivedDocumentTotalsResponse: @@ -24379,18 +24381,18 @@ components: amount_gross: 1.4658129805029452 properties: data: - $ref: '#/components/schemas/ReceivedDocumentTotals' + $ref: "#/components/schemas/ReceivedDocumentTotals" title: GetExistingReceivedDocumentTotalsResponse type: object UploadReceivedDocumentAttachmentRequest: - $ref: '#/components/schemas/Attachment' + $ref: "#/components/schemas/Attachment" UploadReceivedDocumentAttachmentResponse: example: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw properties: data: - $ref: '#/components/schemas/AttachmentData' + $ref: "#/components/schemas/AttachmentData" title: UploadReceivedDocumentAttachmentResponse type: object GetReceivedDocumentPreCreateInfoResponse: @@ -24454,13 +24456,13 @@ components: - countries_list properties: data: - $ref: '#/components/schemas/ReceivedDocumentInfo' + $ref: "#/components/schemas/ReceivedDocumentInfo" title: GetReceivedDocumentPreCreateInfoResponse type: object ListReceiptsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListReceiptsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListReceiptsResponsePage" description: "" example: first_page_url: https://openapi-generator.tech @@ -24639,7 +24641,7 @@ components: amount_gross: 4.145608029883936 properties: data: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" autocomplete_number: description: "If true, the number is autocompleted progressively." nullable: true @@ -24704,7 +24706,7 @@ components: amount_gross: 4.145608029883936 properties: data: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" title: CreateReceiptResponse type: object GetReceiptResponse: @@ -24765,7 +24767,7 @@ components: amount_gross: 4.145608029883936 properties: data: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" title: GetReceiptResponse type: object ModifyReceiptRequest: @@ -24826,7 +24828,7 @@ components: amount_gross: 4.145608029883936 properties: data: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" title: ModifyReceiptRequest type: object ModifyReceiptResponse: @@ -24887,7 +24889,7 @@ components: amount_gross: 4.145608029883936 properties: data: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" title: ModifyReceiptResponse type: object GetReceiptPreCreateInfoResponse: @@ -24943,7 +24945,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/ReceiptPreCreateInfo' + $ref: "#/components/schemas/ReceiptPreCreateInfo" title: GetReceiptPreCreateInfoResponse type: object GetReceiptsMonthlyTotalsResponse: @@ -24959,16 +24961,16 @@ components: properties: data: items: - $ref: '#/components/schemas/MonthlyTotal' + $ref: "#/components/schemas/MonthlyTotal" nullable: true type: array title: GetReceiptsMonthlyTotalsResponse type: object ListF24Response: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListF24ResponsePage' - - $ref: '#/components/schemas/ListF24ResponseAggregation' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListF24ResponsePage" + - $ref: "#/components/schemas/ListF24ResponseAggregation" description: "" example: per_page: 5 @@ -25037,7 +25039,7 @@ components: status: paid properties: data: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" title: CreateF24Request type: object CreateF24Response: @@ -25061,7 +25063,7 @@ components: status: paid properties: data: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" title: CreateF24Response type: object GetF24Response: @@ -25084,7 +25086,7 @@ components: status: paid properties: data: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" title: GetF24Response type: object ModifyF24Request: @@ -25108,7 +25110,7 @@ components: status: paid properties: data: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" title: ModifyF24Request type: object ModifyF24Response: @@ -25132,24 +25134,24 @@ components: status: paid properties: data: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" title: ModifyF24Response type: object UploadF24AttachmentRequest: - $ref: '#/components/schemas/Attachment' + $ref: "#/components/schemas/Attachment" UploadF24AttachmentResponse: example: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw properties: data: - $ref: '#/components/schemas/AttachmentData' + $ref: "#/components/schemas/AttachmentData" title: UploadF24AttachmentResponse type: object ListArchiveDocumentsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListArchiveDocumentsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListArchiveDocumentsResponsePage" description: "" example: first_page_url: https://openapi-generator.tech @@ -25189,7 +25191,7 @@ components: attachment_url: attachment_url properties: data: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" title: CreateArchiveDocumentRequest type: object CreateArchiveDocumentResponse: @@ -25204,7 +25206,7 @@ components: attachment_url: attachment_url properties: data: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" title: CreateArchiveDocumentResponse type: object GetArchiveDocumentResponse: @@ -25219,7 +25221,7 @@ components: attachment_url: attachment_url properties: data: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" title: GetArchiveDocumentResponse type: object ModifyArchiveDocumentRequest: @@ -25234,7 +25236,7 @@ components: attachment_url: attachment_url properties: data: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" title: ModifyArchiveDocumentRequest type: object ModifyArchiveDocumentResponse: @@ -25249,18 +25251,18 @@ components: attachment_url: attachment_url properties: data: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" title: ModifyArchiveDocumentResponse type: object UploadArchiveDocumentAttachmentRequest: - $ref: '#/components/schemas/Attachment' + $ref: "#/components/schemas/Attachment" UploadArchiveAttachmentResponse: example: data: attachment_token: YmMyNWYxYzIwMTU3N2Y4ZGE3ZjZiMzg5OWY0ODNkZDQveXl5LmRvYw properties: data: - $ref: '#/components/schemas/AttachmentData' + $ref: "#/components/schemas/AttachmentData" title: UploadArchiveAttachmentResponse type: object ListCashbookEntriesResponse: @@ -25326,7 +25328,7 @@ components: properties: data: items: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" nullable: true type: array title: ListCashbookEntriesResponse @@ -25365,7 +25367,7 @@ components: type: in properties: data: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" title: CreateCashbookEntryRequest type: object CreateCashbookEntryResponse: @@ -25402,7 +25404,7 @@ components: type: in properties: data: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" title: CreateCashbookEntryResponse type: object GetCashbookEntryResponse: @@ -25439,7 +25441,7 @@ components: type: in properties: data: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" title: GetCashbookEntryResponse type: object ModifyCashbookEntryRequest: @@ -25476,7 +25478,7 @@ components: type: in properties: data: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" title: ModifyCashbookEntryRequest type: object ModifyCashbookEntryResponse: @@ -25513,7 +25515,7 @@ components: type: in properties: data: - $ref: '#/components/schemas/CashbookEntry' + $ref: "#/components/schemas/CashbookEntry" title: ModifyCashbookEntryResponse type: object ListCountriesResponse: @@ -25546,7 +25548,7 @@ components: properties: data: items: - $ref: '#/components/schemas/DetailedCountry' + $ref: "#/components/schemas/DetailedCountry" type: array title: ListDetailedCountriesResponse type: object @@ -25563,7 +25565,7 @@ components: properties: data: items: - $ref: '#/components/schemas/City' + $ref: "#/components/schemas/City" nullable: true type: array title: ListCitiesResponse @@ -25579,7 +25581,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Language' + $ref: "#/components/schemas/Language" nullable: true type: array title: ListLanguagesResponse @@ -25597,7 +25599,7 @@ components: properties: data: items: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" nullable: true type: array title: ListTemplatesResponse @@ -25617,7 +25619,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Currency' + $ref: "#/components/schemas/Currency" nullable: true type: array title: ListCurrenciesResponse @@ -25677,7 +25679,7 @@ components: properties: data: items: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" nullable: true type: array title: ListVatTypesResponse @@ -25743,7 +25745,7 @@ components: properties: data: items: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" nullable: true type: array title: ListPaymentMethodsResponse @@ -25769,7 +25771,7 @@ components: properties: data: items: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" nullable: true type: array title: ListPaymentAccountsResponse @@ -25874,7 +25876,7 @@ components: bank_iban: bank_iban properties: data: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" title: CreatePaymentMethodRequest type: object CreatePaymentMethodResponse: @@ -25909,7 +25911,7 @@ components: bank_iban: bank_iban properties: data: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" title: CreatePaymentMethodResponse type: object GetPaymentMethodResponse: @@ -25944,7 +25946,7 @@ components: bank_iban: bank_iban properties: data: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" title: GetPaymentMethodResponse type: object ModifyPaymentMethodRequest: @@ -25979,7 +25981,7 @@ components: bank_iban: bank_iban properties: data: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" title: ModifyPaymentMethodRequest type: object ModifyPaymentMethodResponse: @@ -26014,7 +26016,7 @@ components: bank_iban: bank_iban properties: data: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" title: ModifyPaymentMethodResponse type: object CreatePaymentAccountRequest: @@ -26029,7 +26031,7 @@ components: type: standard properties: data: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: CreatePaymentAccountRequest type: object CreatePaymentAccountResponse: @@ -26044,7 +26046,7 @@ components: type: standard properties: data: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: CreatePaymentAccountResponse type: object GetTaxProfileResponse: @@ -26083,7 +26085,7 @@ components: cassa2_name: cassa2_name properties: data: - $ref: '#/components/schemas/TaxProfile' + $ref: "#/components/schemas/TaxProfile" title: GetTaxProfileResponse type: object GetPaymentAccountResponse: @@ -26098,7 +26100,7 @@ components: type: standard properties: data: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: GetPaymentAccountResponse type: object ModifyPaymentAccountRequest: @@ -26113,7 +26115,7 @@ components: type: standard properties: data: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: ModifyPaymentAccountRequest type: object ModifyPaymentAccountResponse: @@ -26128,7 +26130,7 @@ components: type: standard properties: data: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: ModifyPaymentAccountResponse type: object CreateVatTypeRequest: @@ -26146,7 +26148,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: CreateVatTypeRequest type: object CreateVatTypeResponse: @@ -26164,7 +26166,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: CreateVatTypeResponse type: object GetVatTypeResponse: @@ -26182,7 +26184,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: GetVatType type: object ModifyVatTypeRequest: @@ -26200,7 +26202,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" type: object ModifyVatTypeResponse: example: @@ -26217,7 +26219,7 @@ components: value: 22 properties: data: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: ModifyVatTypeResponse type: object TransformIssuedDocumentResponse: @@ -26547,9 +26549,9 @@ components: fix_payments: true properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" options: - $ref: '#/components/schemas/IssuedDocumentOptions' + $ref: "#/components/schemas/IssuedDocumentOptions" title: TransformIssuedDocumentResponse type: object JoinIssuedDocumentsResponse: @@ -26879,15 +26881,15 @@ components: fix_payments: true properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" options: - $ref: '#/components/schemas/IssuedDocumentOptions' + $ref: "#/components/schemas/IssuedDocumentOptions" title: JoinIssuedDocumentsResponse type: object ListEmailsResponse: allOf: - - $ref: '#/components/schemas/Pagination' - - $ref: '#/components/schemas/ListEmailsResponsePage' + - $ref: "#/components/schemas/Pagination" + - $ref: "#/components/schemas/ListEmailsResponsePage" example: first_page_url: https://openapi-generator.tech path: https://openapi-generator.tech @@ -26966,7 +26968,7 @@ components: properties: data: items: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" type: array title: ListWebhooksSubscriptionsResponse type: object @@ -26984,7 +26986,7 @@ components: mapping: binary properties: data: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" title: CreateWebhooksSubscriptionRequest type: object CreateWebhooksSubscriptionResponse: @@ -27004,7 +27006,7 @@ components: - warnings properties: data: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" warnings: description: Webhooks registration warnings items: @@ -27027,7 +27029,7 @@ components: mapping: binary properties: data: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" title: GetWebhooksSubscriptionResponse type: object ModifyWebhooksSubscriptionRequest: @@ -27044,7 +27046,7 @@ components: mapping: binary properties: data: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" title: ModifyWebhooksSubscriptionRequest type: object ModifyWebhooksSubscriptionResponse: @@ -27064,7 +27066,7 @@ components: - warnings properties: data: - $ref: '#/components/schemas/WebhooksSubscription' + $ref: "#/components/schemas/WebhooksSubscription" warnings: description: Webhooks registration warnings items: @@ -27080,7 +27082,7 @@ components: id: id properties: data: - $ref: '#/components/schemas/VerifyWebhooksSubscription' + $ref: "#/components/schemas/VerifyWebhooksSubscription" title: VerifyWebhooksSubscriptionRequest type: object ListBinIssuedDocuments: @@ -27717,7 +27719,7 @@ components: properties: data: items: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" type: array title: ListBinIssuedDocuments type: object @@ -28040,7 +28042,7 @@ components: amount_cassa2_taxable: 1.1730742509559433 properties: data: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" title: GetBinIssuedDocumentResponse type: object ListBinReceivedDocuments: @@ -28407,7 +28409,7 @@ components: properties: data: items: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" type: array title: ListBinReceivedDocuments type: object @@ -28431,7 +28433,7 @@ components: properties: data: items: - $ref: '#/components/schemas/PriceList' + $ref: "#/components/schemas/PriceList" type: array title: ListPriceListsResponse type: object @@ -28443,7 +28445,7 @@ components: properties: data: additionalProperties: - $ref: '#/components/schemas/PriceListItem' + $ref: "#/components/schemas/PriceListItem" title: PriceListItemsList type: object title: GetPriceListItemsResponse @@ -28451,7 +28453,7 @@ components: GetBinReceivedDocumentResponse: properties: data: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" title: GetBinReceivedDocumentResponse type: object User: @@ -28541,7 +28543,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/CompanyType' + $ref: "#/components/schemas/CompanyType" access_token: description: |- Company authentication token for this company. @@ -28554,7 +28556,7 @@ components: Company list of controlled companies [Only if type=accountant] items: - $ref: '#/components/schemas/ControlledCompany' + $ref: "#/components/schemas/ControlledCompany" nullable: true type: array fic_license_expire: @@ -28562,7 +28564,7 @@ components: nullable: true type: string fic_plan: - $ref: '#/components/schemas/FattureInCloudPlanType' + $ref: "#/components/schemas/FattureInCloudPlanType" connection_id: description: Company connection id nullable: true @@ -28591,7 +28593,6 @@ components: ts_invoice_trading: true archive: true payment_notifications: true - sofort: true receipts: true cerved: true document_attachments: true @@ -28673,17 +28674,17 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/CompanyType' + $ref: "#/components/schemas/CompanyType" access_info: - $ref: '#/components/schemas/CompanyInfo_access_info' + $ref: "#/components/schemas/CompanyInfo_access_info" fic_license_expire: format: date nullable: true type: string fic_plan_name: - $ref: '#/components/schemas/FattureInCloudPlanType' + $ref: "#/components/schemas/FattureInCloudPlanType" plan_info: - $ref: '#/components/schemas/CompanyInfo_plan_info' + $ref: "#/components/schemas/CompanyInfo_plan_info" accountant_id: description: Company accountant id nullable: true @@ -28767,7 +28768,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Client' + $ref: "#/components/schemas/Client" nullable: true type: array title: ListClientsResponsePage @@ -28866,7 +28867,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/ClientType' + $ref: "#/components/schemas/ClientType" first_name: description: Client first name nullable: true @@ -28946,16 +28947,16 @@ components: nullable: true type: string default_vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" default_payment_terms: description: Client default payment terms example: 30 nullable: true type: integer default_payment_terms_type: - $ref: '#/components/schemas/PaymentTermsType' + $ref: "#/components/schemas/PaymentTermsType" default_payment_method: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" bank_name: description: Client bank name nullable: true @@ -29139,25 +29140,25 @@ components: payment_methods_list: description: Entity payment methods list items: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" nullable: true type: array payment_accounts_list: description: Entity payment accounts list items: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" nullable: true type: array vat_types_list: description: Vat types list items: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" nullable: true type: array price_lists: description: Entity price lists items: - $ref: '#/components/schemas/PriceList' + $ref: "#/components/schemas/PriceList" nullable: true type: array limit: @@ -29174,7 +29175,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Supplier' + $ref: "#/components/schemas/Supplier" nullable: true type: array title: ListSuppliersResponsePage @@ -29221,7 +29222,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/SupplierType' + $ref: "#/components/schemas/SupplierType" first_name: description: Supplier first name nullable: true @@ -29318,7 +29319,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Product' + $ref: "#/components/schemas/Product" nullable: true type: array title: ListProductsResponsePage @@ -29380,7 +29381,7 @@ components: nullable: true type: boolean default_vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" net_cost: description: Product net cost nullable: true @@ -29438,7 +29439,7 @@ components: properties: data: items: - $ref: '#/components/schemas/IssuedDocument' + $ref: "#/components/schemas/IssuedDocument" nullable: true type: array title: ListIssuedDocumentResponsePage @@ -29765,9 +29766,9 @@ components: nullable: true type: integer entity: - $ref: '#/components/schemas/Entity' + $ref: "#/components/schemas/Entity" type: - $ref: '#/components/schemas/IssuedDocumentType' + $ref: "#/components/schemas/IssuedDocumentType" number: description: |- Issued document number @@ -29794,9 +29795,9 @@ components: nullable: true type: integer currency: - $ref: '#/components/schemas/Currency' + $ref: "#/components/schemas/Currency" language: - $ref: '#/components/schemas/Language' + $ref: "#/components/schemas/Language" subject: description: "Issued document subject [not shown on the PDF]" nullable: true @@ -29891,7 +29892,7 @@ components: nullable: true type: number payment_method: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" use_split_payment: description: Issued document uses split payment nullable: true @@ -29905,7 +29906,7 @@ components: nullable: true type: boolean ei_data: - $ref: '#/components/schemas/IssuedDocument_ei_data' + $ref: "#/components/schemas/IssuedDocument_ei_data" ei_cassa_type: description: E-invoice cassa type nullable: true @@ -29928,20 +29929,20 @@ components: type: string items_list: items: - $ref: '#/components/schemas/IssuedDocumentItemsListItem' + $ref: "#/components/schemas/IssuedDocumentItemsListItem" nullable: true type: array payments_list: items: - $ref: '#/components/schemas/IssuedDocumentPaymentsListItem' + $ref: "#/components/schemas/IssuedDocumentPaymentsListItem" nullable: true type: array template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" delivery_note_template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" acc_inv_template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" h_margins: description: Issued document PDF horizontal margins nullable: true @@ -29959,7 +29960,7 @@ components: nullable: true type: boolean show_totals: - $ref: '#/components/schemas/ShowTotalsMode' + $ref: "#/components/schemas/ShowTotalsMode" show_notification_button: description: Show notification button in the PDF nullable: true @@ -30076,7 +30077,7 @@ components: nullable: true type: number extra_data: - $ref: '#/components/schemas/IssuedDocument_extra_data' + $ref: "#/components/schemas/IssuedDocument_extra_data" seen_date: description: Issued document seen date format: date @@ -30298,7 +30299,7 @@ components: type: number vat_list: additionalProperties: - $ref: '#/components/schemas/VatItem' + $ref: "#/components/schemas/VatItem" title: VatList type: object title: IssuedDocumentTotals @@ -30532,20 +30533,20 @@ components: properties: numerations: additionalProperties: - $ref: '#/components/schemas/NumerationItem' + $ref: "#/components/schemas/NumerationItem" title: Numeration type: object dn_numerations: additionalProperties: - $ref: '#/components/schemas/NumerationItem' + $ref: "#/components/schemas/NumerationItem" title: Numeration type: object default_values: - $ref: '#/components/schemas/IssuedDocumentPreCreateInfo_default_values' + $ref: "#/components/schemas/IssuedDocumentPreCreateInfo_default_values" extra_data_default_values: - $ref: '#/components/schemas/IssuedDocumentPreCreateInfo_extra_data_default_values' + $ref: "#/components/schemas/IssuedDocumentPreCreateInfo_extra_data_default_values" items_default_values: - $ref: '#/components/schemas/IssuedDocumentPreCreateInfo_items_default_values' + $ref: "#/components/schemas/IssuedDocumentPreCreateInfo_items_default_values" countries_list: description: Countries list items: @@ -30555,55 +30556,55 @@ components: currencies_list: description: Currencies list items: - $ref: '#/components/schemas/Currency' + $ref: "#/components/schemas/Currency" nullable: true type: array templates_list: description: Document templates list items: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" nullable: true type: array dn_templates_list: description: Delivery note templates list items: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" nullable: true type: array ai_templates_list: description: Accompanying invoice templates list items: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" nullable: true type: array payment_methods_list: description: Payment methods list items: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" nullable: true type: array payment_accounts_list: description: Payment accounts list items: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" nullable: true type: array vat_types_list: description: Vat types list items: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" nullable: true type: array languages_list: description: Languages list items: - $ref: '#/components/schemas/Language' + $ref: "#/components/schemas/Language" nullable: true type: array price_lists: description: Price lists items: - $ref: '#/components/schemas/PriceList' + $ref: "#/components/schemas/PriceList" type: array title: IssuedDocumentPreCreateInfo type: object @@ -30632,11 +30633,11 @@ components: nullable: true type: string default_sender_email: - $ref: '#/components/schemas/EmailData_default_sender_email' + $ref: "#/components/schemas/EmailData_default_sender_email" sender_emails_list: description: List of all emails from which the document can be sent items: - $ref: '#/components/schemas/SenderEmail' + $ref: "#/components/schemas/SenderEmail" nullable: true type: array cc_email: @@ -30709,7 +30710,7 @@ components: nullable: true type: string include: - $ref: '#/components/schemas/EmailSchedule_include' + $ref: "#/components/schemas/EmailSchedule_include" attach_pdf: description: Attach the pdf of the document nullable: true @@ -30756,7 +30757,7 @@ components: properties: data: items: - $ref: '#/components/schemas/ReceivedDocument' + $ref: "#/components/schemas/ReceivedDocument" nullable: true type: array title: ListReceivedDocumentsResponsePage @@ -30948,9 +30949,9 @@ components: nullable: true type: integer type: - $ref: '#/components/schemas/ReceivedDocumentType' + $ref: "#/components/schemas/ReceivedDocumentType" entity: - $ref: '#/components/schemas/Entity' + $ref: "#/components/schemas/Entity" date: description: "Received document date [defaults to today's date]" format: date @@ -31022,7 +31023,7 @@ components: readOnly: true type: string currency: - $ref: '#/components/schemas/Currency' + $ref: "#/components/schemas/Currency" tax_deductibility: description: Received document tax deducibility percentage nullable: true @@ -31033,12 +31034,12 @@ components: type: number items_list: items: - $ref: '#/components/schemas/ReceivedDocumentItemsListItem' + $ref: "#/components/schemas/ReceivedDocumentItemsListItem" nullable: true type: array payments_list: items: - $ref: '#/components/schemas/ReceivedDocumentPaymentsListItem' + $ref: "#/components/schemas/ReceivedDocumentPaymentsListItem" nullable: true type: array attachment_url: @@ -31181,9 +31182,9 @@ components: - countries_list properties: default_values: - $ref: '#/components/schemas/ReceivedDocumentInfo_default_values' + $ref: "#/components/schemas/ReceivedDocumentInfo_default_values" items_default_values: - $ref: '#/components/schemas/ReceivedDocumentInfo_items_default_values' + $ref: "#/components/schemas/ReceivedDocumentInfo_items_default_values" countries_list: description: Countries list items: @@ -31193,7 +31194,7 @@ components: currencies_list: description: Currencies list items: - $ref: '#/components/schemas/Currency' + $ref: "#/components/schemas/Currency" nullable: true type: array categories_list: @@ -31205,13 +31206,13 @@ components: payment_accounts_list: description: Payments accounts list items: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" nullable: true type: array vat_types_list: description: Vat types list items: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" nullable: true type: array title: ReceivedDocumentInfo @@ -31220,7 +31221,7 @@ components: properties: data: items: - $ref: '#/components/schemas/Receipt' + $ref: "#/components/schemas/Receipt" nullable: true type: array title: ListReceiptsResponsePage @@ -31314,7 +31315,7 @@ components: nullable: true type: boolean type: - $ref: '#/components/schemas/ReceiptType' + $ref: "#/components/schemas/ReceiptType" description: description: Receipt description nullable: true @@ -31332,10 +31333,10 @@ components: nullable: true type: string payment_account: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" items_list: items: - $ref: '#/components/schemas/ReceiptItemsListItem' + $ref: "#/components/schemas/ReceiptItemsListItem" nullable: true type: array title: Receipt @@ -31392,7 +31393,7 @@ components: properties: numerations: additionalProperties: - $ref: '#/components/schemas/NumerationItem' + $ref: "#/components/schemas/NumerationItem" title: Numeration type: object numerations_list: @@ -31410,7 +31411,7 @@ components: payment_accounts_list: description: Payment accounts list items: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" nullable: true type: array categories_list: @@ -31422,7 +31423,7 @@ components: vat_types_list: description: Vat types list items: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" nullable: true type: array title: ReceiptPreCreateInfo @@ -31451,7 +31452,7 @@ components: properties: data: items: - $ref: '#/components/schemas/F24' + $ref: "#/components/schemas/F24" nullable: true type: array title: ListF24ResponsePage @@ -31459,7 +31460,7 @@ components: ListF24ResponseAggregation: properties: aggregated_data: - $ref: '#/components/schemas/ListF24ResponseAggregatedData' + $ref: "#/components/schemas/ListF24ResponseAggregatedData" title: ListF24ResponseAggregatedData type: object F24: @@ -31491,9 +31492,9 @@ components: nullable: true type: string status: - $ref: '#/components/schemas/F24Status' + $ref: "#/components/schemas/F24Status" payment_account: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" amount: description: F24 amount example: 300 @@ -31521,7 +31522,7 @@ components: properties: data: items: - $ref: '#/components/schemas/ArchiveDocument' + $ref: "#/components/schemas/ArchiveDocument" nullable: true type: array title: ListArchiveDocumentsResponsePage @@ -31612,15 +31613,15 @@ components: nullable: true type: string kind: - $ref: '#/components/schemas/CashbookEntryKind' + $ref: "#/components/schemas/CashbookEntryKind" type: - $ref: '#/components/schemas/CashbookEntryType' + $ref: "#/components/schemas/CashbookEntryType" entity_name: description: Cashbook entity name nullable: true type: string document: - $ref: '#/components/schemas/CashbookEntry_document' + $ref: "#/components/schemas/CashbookEntry_document" amount_in: description: |- [Only for cashbook entry in] @@ -31628,7 +31629,7 @@ components: nullable: true type: number payment_account_in: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" amount_out: description: |- [Only for cashbook entry out] @@ -31636,7 +31637,7 @@ components: nullable: true type: number payment_account_out: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: CashbookEntry type: object DetailedCountry: @@ -31858,17 +31859,17 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/PaymentMethodType' + $ref: "#/components/schemas/PaymentMethodType" is_default: description: Payment method is default nullable: true type: boolean default_payment_account: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" details: description: Payment method details items: - $ref: '#/components/schemas/PaymentMethodDetails' + $ref: "#/components/schemas/PaymentMethodDetails" maxItems: 5 nullable: true type: array @@ -31911,7 +31912,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/PaymentAccountType' + $ref: "#/components/schemas/PaymentAccountType" iban: description: Payment account iban nullable: true @@ -32045,14 +32046,14 @@ components: nullable: true type: boolean default_vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: TaxProfile type: object ListEmailsResponsePage: properties: data: items: - $ref: '#/components/schemas/Email' + $ref: "#/components/schemas/Email" type: array title: ListEmailsResponsePage type: object @@ -32083,13 +32084,13 @@ components: types: description: Webhooks events types. items: - $ref: '#/components/schemas/EventType' + $ref: "#/components/schemas/EventType" nullable: true type: array config: - $ref: '#/components/schemas/WebhooksSubscriptionConfig' + $ref: "#/components/schemas/WebhooksSubscriptionConfig" verification_method: - $ref: '#/components/schemas/WebhooksSubscriptionVerificationMethod' + $ref: "#/components/schemas/WebhooksSubscriptionVerificationMethod" title: WebhooksSubscription type: object VerifyWebhooksSubscription: @@ -32102,7 +32103,7 @@ components: nullable: true type: string verification_method: - $ref: '#/components/schemas/WebhooksSubscriptionVerificationMethod' + $ref: "#/components/schemas/WebhooksSubscriptionVerificationMethod" title: VerifyWebhooksSubscription type: object PriceList: @@ -32125,7 +32126,7 @@ components: nullable: true type: string prices_type: - $ref: '#/components/schemas/PriceListPricesType' + $ref: "#/components/schemas/PriceListPricesType" is_default: description: This entity is default nullable: true @@ -32139,12 +32140,12 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/PriceListType' + $ref: "#/components/schemas/PriceListType" title: PriceList type: object PriceListItemsList: additionalProperties: - $ref: '#/components/schemas/PriceListItem' + $ref: "#/components/schemas/PriceListItem" title: PriceListItemsList type: object CompanyType: @@ -32176,7 +32177,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/CompanyType' + $ref: "#/components/schemas/CompanyType" access_token: description: |- Controlled company access token @@ -32189,7 +32190,7 @@ components: nullable: true type: string fic_plan: - $ref: '#/components/schemas/FattureInCloudPlanType' + $ref: "#/components/schemas/FattureInCloudPlanType" connection_id: description: Controlled company connection id nullable: true @@ -32258,55 +32259,55 @@ components: fic_import_products: null properties: fic_situation: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_clients: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_suppliers: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_products: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_issued_documents: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_received_documents: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_receipts: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_calendar: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_archive: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_taxes: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_stock: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_cashbook: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_settings: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_emails: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_export: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_import_bankstatements: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_import_clients_suppliers: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_import_issued_documents: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_import_products: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_recurring: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_riba: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" dic_employees: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" dic_settings: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" dic_timesheet: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" fic_issued_documents_detailed: - $ref: '#/components/schemas/Permissions_fic_issued_documents_detailed' + $ref: "#/components/schemas/Permissions_fic_issued_documents_detailed" title: Permissions type: object FunctionStatus: @@ -32437,7 +32438,7 @@ components: nullable: true type: string type: - $ref: '#/components/schemas/EntityType' + $ref: "#/components/schemas/EntityType" first_name: description: Entity first name nullable: true @@ -32524,11 +32525,11 @@ components: nullable: true type: integer default_vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" default_payment_terms_type: - $ref: '#/components/schemas/PaymentTermsType' + $ref: "#/components/schemas/PaymentTermsType" default_payment_method: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" bank_name: description: |- [Only for client] @@ -32706,7 +32707,7 @@ components: nullable: true type: number vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" not_taxable: description: Issued document item is not taxable nullable: true @@ -32774,9 +32775,9 @@ components: nullable: true type: number status: - $ref: '#/components/schemas/IssuedDocumentStatus' + $ref: "#/components/schemas/IssuedDocumentStatus" payment_account: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" paid_date: description: |- Issued document payment date @@ -32790,7 +32791,7 @@ components: nullable: true type: object payment_terms: - $ref: '#/components/schemas/IssuedDocumentPaymentsListItem_payment_terms' + $ref: "#/components/schemas/IssuedDocumentPaymentsListItem_payment_terms" title: IssuedDocumentPaymentsListItem type: object ShowTotalsMode: @@ -32804,12 +32805,12 @@ components: type: string VatList: additionalProperties: - $ref: '#/components/schemas/VatItem' + $ref: "#/components/schemas/VatItem" title: VatList type: object Numeration: additionalProperties: - $ref: '#/components/schemas/NumerationItem' + $ref: "#/components/schemas/NumerationItem" title: Numeration type: object SenderEmail: @@ -32893,7 +32894,7 @@ components: nullable: true type: number vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" stock: description: Received document item product number of items in stock nullable: true @@ -32938,13 +32939,13 @@ components: nullable: true type: string payment_terms: - $ref: '#/components/schemas/ReceivedDocumentPaymentsListItem_payment_terms' + $ref: "#/components/schemas/ReceivedDocumentPaymentsListItem_payment_terms" status: description: Received document payment status nullable: true type: string payment_account: - $ref: '#/components/schemas/PaymentAccount' + $ref: "#/components/schemas/PaymentAccount" title: ReceivedDocumentPaymentsListItem type: object ReceiptType: @@ -32989,7 +32990,7 @@ components: nullable: true type: string vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" title: ReceiptItemsListItem type: object ListF24ResponseAggregatedData: @@ -33087,7 +33088,7 @@ components: nullable: true type: integer status: - $ref: '#/components/schemas/EmailStatus' + $ref: "#/components/schemas/EmailStatus" sent_date: description: Email sent date nullable: true @@ -33129,7 +33130,7 @@ components: nullable: true type: string recipient_status: - $ref: '#/components/schemas/EmailRecipientStatus' + $ref: "#/components/schemas/EmailRecipientStatus" recipient_date: description: Email recipient date format: date-time @@ -33142,7 +33143,7 @@ components: attachments: description: Email attachments items: - $ref: '#/components/schemas/EmailAttachment' + $ref: "#/components/schemas/EmailAttachment" nullable: true type: array title: Email @@ -33231,7 +33232,7 @@ components: mapping: binary properties: mapping: - $ref: '#/components/schemas/WebhooksSubscriptionMapping' + $ref: "#/components/schemas/WebhooksSubscriptionMapping" title: WebhooksSubscriptionConfig type: object WebhooksSubscriptionVerificationMethod: @@ -33432,7 +33433,7 @@ components: properties: companies: items: - $ref: '#/components/schemas/Company' + $ref: "#/components/schemas/Company" nullable: true type: array type: object @@ -33514,7 +33515,7 @@ components: nullable: true type: string validation_result: - $ref: '#/components/schemas/VerifyEInvoiceXmlErrorResponse_error_validation_result' + $ref: "#/components/schemas/VerifyEInvoiceXmlErrorResponse_error_validation_result" type: object VerifyEInvoiceXmlErrorResponse_extra: example: @@ -33572,9 +33573,9 @@ components: nullable: true properties: role: - $ref: '#/components/schemas/UserCompanyRole' + $ref: "#/components/schemas/UserCompanyRole" permissions: - $ref: '#/components/schemas/Permissions' + $ref: "#/components/schemas/Permissions" through_accountant: description: Company activated through accountant nullable: true @@ -33614,7 +33615,6 @@ components: ts_invoice_trading: true archive: true payment_notifications: true - sofort: true receipts: true cerved: true document_attachments: true @@ -33662,9 +33662,6 @@ components: smtp: nullable: true type: boolean - sofort: - nullable: true - type: boolean stock: nullable: true type: boolean @@ -33693,9 +33690,9 @@ components: nullable: true properties: ts_digital: - $ref: '#/components/schemas/FunctionStatus' + $ref: "#/components/schemas/FunctionStatus" ts_pay: - $ref: '#/components/schemas/FunctionStatus' + $ref: "#/components/schemas/FunctionStatus" type: object CompanyInfo_plan_info: description: Company plan info @@ -33706,7 +33703,6 @@ components: ts_invoice_trading: true archive: true payment_notifications: true - sofort: true receipts: true cerved: true document_attachments: true @@ -33732,11 +33728,11 @@ components: nullable: true properties: limits: - $ref: '#/components/schemas/CompanyInfo_plan_info_limits' + $ref: "#/components/schemas/CompanyInfo_plan_info_limits" functions: - $ref: '#/components/schemas/CompanyInfo_plan_info_functions' + $ref: "#/components/schemas/CompanyInfo_plan_info_functions" functions_status: - $ref: '#/components/schemas/CompanyInfo_plan_info_functions_status' + $ref: "#/components/schemas/CompanyInfo_plan_info_functions_status" type: object IssuedDocument_ei_data: description: |- @@ -33758,9 +33754,9 @@ components: nullable: true properties: vat_kind: - $ref: '#/components/schemas/VatKind' + $ref: "#/components/schemas/VatKind" original_document_type: - $ref: '#/components/schemas/OriginalDocumentType' + $ref: "#/components/schemas/OriginalDocumentType" od_number: description: E-invoice original document number nullable: true @@ -33922,11 +33918,11 @@ components: nullable: true properties: default_template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" dn_template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" ai_template: - $ref: '#/components/schemas/DocumentTemplate' + $ref: "#/components/schemas/DocumentTemplate" notes: description: Default notes. nullable: true @@ -33956,7 +33952,7 @@ components: nullable: true type: boolean payment_method: - $ref: '#/components/schemas/PaymentMethod' + $ref: "#/components/schemas/PaymentMethod" type: object IssuedDocumentPreCreateInfo_extra_data_default_values: description: Issued document extra data default values @@ -33997,7 +33993,7 @@ components: nullable: true properties: vat: - $ref: '#/components/schemas/VatType' + $ref: "#/components/schemas/VatType" type: object EmailData_default_sender_email: description: Default sender email. (Other emails can be found in **sender_emails_list**) @@ -34096,25 +34092,25 @@ components: nullable: true properties: quotes: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" proformas: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" invoices: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" receipts: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" delivery_notes: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" credit_notes: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" orders: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" work_reports: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" supplier_orders: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" self_invoices: - $ref: '#/components/schemas/PermissionLevel' + $ref: "#/components/schemas/PermissionLevel" type: object IssuedDocumentPaymentsListItem_payment_terms: example: @@ -34127,7 +34123,7 @@ components: nullable: true type: integer type: - $ref: '#/components/schemas/PaymentTermsType' + $ref: "#/components/schemas/PaymentTermsType" type: object ReceivedDocumentPaymentsListItem_payment_terms: example: @@ -34141,7 +34137,7 @@ components: nullable: true type: integer type: - $ref: '#/components/schemas/PaymentTermsType' + $ref: "#/components/schemas/PaymentTermsType" type: object securitySchemes: OAuth2AuthenticationCodeFlow: diff --git a/build.gradle b/build.gradle index aa5f66b6..040fbd64 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { } group = 'it.fattureincloud' -version = '2.1.2' +version = '2.1.3' java { withJavadocJar() @@ -76,7 +76,6 @@ publishing { } } } - repositories { maven { url = layout.buildDirectory.dir('staging-deploy') diff --git a/docs/CompanyInfoPlanInfoFunctions.md b/docs/CompanyInfoPlanInfoFunctions.md index 27d6f3fe..0d23e5a7 100644 --- a/docs/CompanyInfoPlanInfoFunctions.md +++ b/docs/CompanyInfoPlanInfoFunctions.md @@ -19,7 +19,6 @@ Access to functions for this company. |**receipts** | **Boolean** | | [optional] | |**recurring** | **Boolean** | | [optional] | |**smtp** | **Boolean** | | [optional] | -|**sofort** | **Boolean** | | [optional] | |**stock** | **Boolean** | | [optional] | |**subaccounts** | **Boolean** | | [optional] | |**tesseraSanitaria** | **Boolean** | | [optional] | diff --git a/docs/IssuedDocumentsApi.md b/docs/IssuedDocumentsApi.md index a167c519..4504b4dc 100644 --- a/docs/IssuedDocumentsApi.md +++ b/docs/IssuedDocumentsApi.md @@ -5,7 +5,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | Method | HTTP request | Description | |------------- | ------------- | -------------| | [**createIssuedDocument**](IssuedDocumentsApi.md#createIssuedDocument) | **POST** /c/{company_id}/issued_documents | Create Issued Document | -| [**deleteBinIssuedDocument**](IssuedDocumentsApi.md#deleteBinIssuedDocument) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | | +| [**deleteBinIssuedDocument**](IssuedDocumentsApi.md#deleteBinIssuedDocument) | **DELETE** /c/{company_id}/bin/issued_documents/{document_id} | Delete Bin Issued Document | | [**deleteIssuedDocument**](IssuedDocumentsApi.md#deleteIssuedDocument) | **DELETE** /c/{company_id}/issued_documents/{document_id} | Delete Issued Document | | [**deleteIssuedDocumentAttachment**](IssuedDocumentsApi.md#deleteIssuedDocumentAttachment) | **DELETE** /c/{company_id}/issued_documents/{document_id}/attachment | Delete Issued Document Attachment | | [**getBinIssuedDocument**](IssuedDocumentsApi.md#getBinIssuedDocument) | **GET** /c/{company_id}/bin/issued_documents/{document_id} | Get Bin Issued Documents List | @@ -18,7 +18,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**listBinIssuedDocuments**](IssuedDocumentsApi.md#listBinIssuedDocuments) | **GET** /c/{company_id}/bin/issued_documents | Get Bin Issued Documents List | | [**listIssuedDocuments**](IssuedDocumentsApi.md#listIssuedDocuments) | **GET** /c/{company_id}/issued_documents | List Issued Documents | | [**modifyIssuedDocument**](IssuedDocumentsApi.md#modifyIssuedDocument) | **PUT** /c/{company_id}/issued_documents/{document_id} | Modify Issued Document | -| [**recoverBinIssuedDocument**](IssuedDocumentsApi.md#recoverBinIssuedDocument) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | | +| [**recoverBinIssuedDocument**](IssuedDocumentsApi.md#recoverBinIssuedDocument) | **POST** /c/{company_id}/bin/issued_documents/{document_id}/recover | Recover Issued Document From The Bin | | [**scheduleEmail**](IssuedDocumentsApi.md#scheduleEmail) | **POST** /c/{company_id}/issued_documents/{document_id}/email | Schedule Email | | [**transformIssuedDocument**](IssuedDocumentsApi.md#transformIssuedDocument) | **GET** /c/{company_id}/issued_documents/transform | Transform Issued Document | | [**uploadIssuedDocumentAttachment**](IssuedDocumentsApi.md#uploadIssuedDocumentAttachment) | **POST** /c/{company_id}/issued_documents/attachment | Upload Issued Document Attachment | @@ -100,7 +100,7 @@ public class Example { > deleteBinIssuedDocument(companyId, documentId) - +Delete Bin Issued Document Delete Bin Issued Document @@ -1044,7 +1044,7 @@ public class Example { > recoverBinIssuedDocument(companyId, documentId) - +Recover Issued Document From The Bin Recover Issued Document From The Bin diff --git a/docs/PriceListsApi.md b/docs/PriceListsApi.md index c4441b10..15807fe7 100644 --- a/docs/PriceListsApi.md +++ b/docs/PriceListsApi.md @@ -38,7 +38,7 @@ public class Example { PriceListsApi apiInstance = new PriceListsApi(defaultClient); Integer companyId = 12345; // Integer | The ID of the company. - String priceListId = "priceListId_example"; // String | + String priceListId = "priceListId_example"; // String | The ID of the price try { GetPriceListItemsResponse result = apiInstance.getPriceListItems(companyId, priceListId); System.out.println(result); @@ -58,7 +58,7 @@ public class Example { | Name | Type | Description | Notes | |------------- | ------------- | ------------- | -------------| | **companyId** | **Integer**| The ID of the company. | | -| **priceListId** | **String**| | | +| **priceListId** | **String**| The ID of the price | | ### Return type diff --git a/docs/ReceivedDocumentsApi.md b/docs/ReceivedDocumentsApi.md index 7169b87d..6acab05c 100644 --- a/docs/ReceivedDocumentsApi.md +++ b/docs/ReceivedDocumentsApi.md @@ -5,7 +5,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | Method | HTTP request | Description | |------------- | ------------- | -------------| | [**createReceivedDocument**](ReceivedDocumentsApi.md#createReceivedDocument) | **POST** /c/{company_id}/received_documents | Create Received Document | -| [**deleteBinReceivedDocument**](ReceivedDocumentsApi.md#deleteBinReceivedDocument) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | | +| [**deleteBinReceivedDocument**](ReceivedDocumentsApi.md#deleteBinReceivedDocument) | **DELETE** /c/{company_id}/bin/received_documents/{document_id} | Delete Bin Received Document | | [**deleteReceivedDocument**](ReceivedDocumentsApi.md#deleteReceivedDocument) | **DELETE** /c/{company_id}/received_documents/{document_id} | Delete Received Document | | [**deleteReceivedDocumentAttachment**](ReceivedDocumentsApi.md#deleteReceivedDocumentAttachment) | **DELETE** /c/{company_id}/received_documents/{document_id}/attachment | Delete Received Document Attachment | | [**getBinReceivedDocument**](ReceivedDocumentsApi.md#getBinReceivedDocument) | **GET** /c/{company_id}/bin/received_documents/{document_id} | Get Bin Received Documents List | @@ -16,7 +16,7 @@ All URIs are relative to *https://api-v2.fattureincloud.it* | [**listBinReceivedDocuments**](ReceivedDocumentsApi.md#listBinReceivedDocuments) | **GET** /c/{company_id}/bin/received_documents | Get Bin Received Documents List | | [**listReceivedDocuments**](ReceivedDocumentsApi.md#listReceivedDocuments) | **GET** /c/{company_id}/received_documents | List Received Documents | | [**modifyReceivedDocument**](ReceivedDocumentsApi.md#modifyReceivedDocument) | **PUT** /c/{company_id}/received_documents/{document_id} | Modify Received Document | -| [**recoverBinReceivedDocument**](ReceivedDocumentsApi.md#recoverBinReceivedDocument) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | | +| [**recoverBinReceivedDocument**](ReceivedDocumentsApi.md#recoverBinReceivedDocument) | **POST** /c/{company_id}/bin/received_documents/{document_id}/recover | Recover Received Document From The Bin | | [**uploadReceivedDocumentAttachment**](ReceivedDocumentsApi.md#uploadReceivedDocumentAttachment) | **POST** /c/{company_id}/received_documents/attachment | Upload Received Document Attachment | @@ -95,7 +95,7 @@ public class Example { > deleteBinReceivedDocument(companyId, documentId) - +Delete Bin Received Document Delete Bin Received Document @@ -891,7 +891,7 @@ public class Example { > recoverBinReceivedDocument(companyId, documentId) - +Recover Received Document From The Bin Recover Received Document From The Bin diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index e2847c82..b82aa23a 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME diff --git a/gradlew b/gradlew index 1aa94a42..9d0ce634 100755 --- a/gradlew +++ b/gradlew @@ -69,15 +69,15 @@ app_path=$0 # Need this for daisy-chained symlinks. while - APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path - [ -h "$app_path" ] +APP_HOME=${app_path%"${app_path##*/}"} # leaves a trailing /; empty if no leading path +[ -h "$app_path" ] do - ls=$( ls -ld "$app_path" ) - link=${ls#*' -> '} - case $link in #( - /*) app_path=$link ;; #( - *) app_path=$APP_HOME$link ;; - esac +ls=$( ls -ld "$app_path" ) +link=${ls#*' -> '} +case $link in #( +/*) app_path=$link ;; #( +*) app_path=$APP_HOME$link ;; +esac done # This is normally unused @@ -90,14 +90,14 @@ APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit MAX_FD=maximum warn () { - echo "$*" +echo "$*" } >&2 die () { - echo - echo "$*" - echo - exit 1 +echo +echo "$*" +echo +exit 1 } >&2 # OS specific support (must be 'true' or 'false'). @@ -106,10 +106,10 @@ msys=false darwin=false nonstop=false case "$( uname )" in #( - CYGWIN* ) cygwin=true ;; #( - Darwin* ) darwin=true ;; #( - MSYS* | MINGW* ) msys=true ;; #( - NONSTOP* ) nonstop=true ;; +CYGWIN* ) cygwin=true ;; #( +Darwin* ) darwin=true ;; #( +MSYS* | MINGW* ) msys=true ;; #( +NONSTOP* ) nonstop=true ;; esac CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar @@ -117,46 +117,46 @@ CLASSPATH=$APP_HOME/gradle/wrapper/gradle-wrapper.jar # Determine the Java command to use to start the JVM. if [ -n "$JAVA_HOME" ] ; then - if [ -x "$JAVA_HOME/jre/sh/java" ] ; then - # IBM's JDK on AIX uses strange locations for the executables - JAVACMD=$JAVA_HOME/jre/sh/java - else - JAVACMD=$JAVA_HOME/bin/java - fi - if [ ! -x "$JAVACMD" ] ; then - die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME +if [ -x "$JAVA_HOME/jre/sh/java" ] ; then +# IBM's JDK on AIX uses strange locations for the executables +JAVACMD=$JAVA_HOME/jre/sh/java +else +JAVACMD=$JAVA_HOME/bin/java +fi +if [ ! -x "$JAVACMD" ] ; then +die "ERROR: JAVA_HOME is set to an invalid directory: $JAVA_HOME Please set the JAVA_HOME variable in your environment to match the location of your Java installation." - fi +fi else - JAVACMD=java - if ! command -v java >/dev/null 2>&1 - then - die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. +JAVACMD=java +if ! command -v java >/dev/null 2>&1 +then +die "ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. Please set the JAVA_HOME variable in your environment to match the location of your Java installation." - fi +fi fi # Increase the maximum file descriptors if we can. if ! "$cygwin" && ! "$darwin" && ! "$nonstop" ; then - case $MAX_FD in #( - max*) - # In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC2039,SC3045 - MAX_FD=$( ulimit -H -n ) || - warn "Could not query maximum file descriptor limit" - esac - case $MAX_FD in #( - '' | soft) :;; #( - *) - # In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. - # shellcheck disable=SC2039,SC3045 - ulimit -n "$MAX_FD" || - warn "Could not set maximum file descriptor limit to $MAX_FD" - esac +case $MAX_FD in #( +max*) +# In POSIX sh, ulimit -H is undefined. That's why the result is checked to see if it worked. +# shellcheck disable=SC2039,SC3045 +MAX_FD=$( ulimit -H -n ) || +warn "Could not query maximum file descriptor limit" +esac +case $MAX_FD in #( +'' | soft) :;; #( +*) +# In POSIX sh, ulimit -n is undefined. That's why the result is checked to see if it worked. +# shellcheck disable=SC2039,SC3045 +ulimit -n "$MAX_FD" || +warn "Could not set maximum file descriptor limit to $MAX_FD" +esac fi # Collect all arguments for the java command, stacking in reverse order: @@ -169,33 +169,33 @@ fi # For Cygwin or MSYS, switch paths to Windows format before running java if "$cygwin" || "$msys" ; then - APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) - CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) - - JAVACMD=$( cygpath --unix "$JAVACMD" ) - - # Now convert the arguments - kludge to limit ourselves to /bin/sh - for arg do - if - case $arg in #( - -*) false ;; # don't mess with options #( - /?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath - [ -e "$t" ] ;; #( - *) false ;; - esac - then - arg=$( cygpath --path --ignore --mixed "$arg" ) - fi - # Roll the args list around exactly as many times as the number of - # args, so each arg winds up back in the position where it started, but - # possibly modified. - # - # NB: a `for` loop captures its iteration list before it begins, so - # changing the positional parameters here affects neither the number of - # iterations, nor the values presented in `arg`. - shift # remove old arg - set -- "$@" "$arg" # push replacement arg - done +APP_HOME=$( cygpath --path --mixed "$APP_HOME" ) +CLASSPATH=$( cygpath --path --mixed "$CLASSPATH" ) + +JAVACMD=$( cygpath --unix "$JAVACMD" ) + +# Now convert the arguments - kludge to limit ourselves to /bin/sh +for arg do +if +case $arg in #( +-*) false ;; # don't mess with options #( +/?*) t=${arg#/} t=/${t%%/*} # looks like a POSIX filepath +[ -e "$t" ] ;; #( +*) false ;; +esac +then +arg=$( cygpath --path --ignore --mixed "$arg" ) +fi +# Roll the args list around exactly as many times as the number of +# args, so each arg winds up back in the position where it started, but +# possibly modified. +# +# NB: a `for` loop captures its iteration list before it begins, so +# changing the positional parameters here affects neither the number of +# iterations, nor the values presented in `arg`. +shift # remove old arg +set -- "$@" "$arg" # push replacement arg +done fi @@ -209,15 +209,15 @@ DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"' # treated as '${Hostname}' itself on the command line. set -- \ - "-Dorg.gradle.appname=$APP_BASE_NAME" \ - -classpath "$CLASSPATH" \ - org.gradle.wrapper.GradleWrapperMain \ - "$@" +"-Dorg.gradle.appname=$APP_BASE_NAME" \ +-classpath "$CLASSPATH" \ +org.gradle.wrapper.GradleWrapperMain \ +"$@" # Stop when "xargs" is not available. if ! command -v xargs >/dev/null 2>&1 then - die "xargs is not available" +die "xargs is not available" fi # Use "xargs" to parse quoted args. @@ -240,10 +240,10 @@ fi # eval "set -- $( - printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | - xargs -n1 | - sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | - tr '\n' ' ' - )" '"$@"' +printf '%s\n' "$DEFAULT_JVM_OPTS $JAVA_OPTS $GRADLE_OPTS" | +xargs -n1 | +sed ' s~[^-[:alnum:]+,./:=@_]~\\&~g; ' | +tr '\n' ' ' +)" '"$@"' exec "$JAVACMD" "$@" diff --git a/sdk-version.yaml b/sdk-version.yaml index 16565b6b..f82ddaa2 100644 --- a/sdk-version.yaml +++ b/sdk-version.yaml @@ -1,2 +1,2 @@ info: - version: 2.1.2 + version: 2.1.3 diff --git a/src/main/java/it/fattureincloud/sdk/ApiCallback.java b/src/main/java/it/fattureincloud/sdk/ApiCallback.java index a53e3191..5a9d9baa 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 1d26b1d1..0e6b4b02 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.5 + * The version of the OpenAPI document: 2.1.7 * 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.2/Java-SDK"); + setUserAgent("FattureInCloud/2.1.3/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 ea896f3a..d8de8a67 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -13,14 +13,15 @@ package it.fattureincloud.sdk; import java.util.List; +import java.util.Locale; import java.util.Map; /** ApiException class. */ @SuppressWarnings("serial") @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class ApiException extends Exception { private static final long serialVersionUID = 1L; @@ -172,7 +173,11 @@ public String getResponseBody() { */ public String getMessage() { return String.format( + Locale.ROOT, "Message: %s%nHTTP response code: %s%nHTTP response body: %s%nHTTP response headers: %s", - super.getMessage(), this.getCode(), this.getResponseBody(), this.getResponseHeaders()); + super.getMessage(), + this.getCode(), + this.getResponseBody(), + this.getResponseHeaders()); } } diff --git a/src/main/java/it/fattureincloud/sdk/ApiResponse.java b/src/main/java/it/fattureincloud/sdk/ApiResponse.java index 223a1ce3..7a378225 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 be448209..a031bd4d 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,14 +12,19 @@ package it.fattureincloud.sdk; +import java.util.Objects; +import java.util.concurrent.atomic.AtomicReference; +import java.util.function.Supplier; + @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class Configuration { - public static final String VERSION = "2.1.2"; + public static final String VERSION = "2.1.3"; - private static volatile ApiClient defaultApiClient = new ApiClient(); + private static final AtomicReference defaultApiClient = new AtomicReference<>(); + private static volatile Supplier apiClientFactory = ApiClient::new; /** * Get the default API client, which would be used when creating API instances without providing @@ -28,7 +33,18 @@ public class Configuration { * @return Default API client */ public static ApiClient getDefaultApiClient() { - return defaultApiClient; + ApiClient client = defaultApiClient.get(); + if (client == null) { + client = + defaultApiClient.updateAndGet( + val -> { + if (val != null) { // changed by another thread + return val; + } + return apiClientFactory.get(); + }); + } + return client; } /** @@ -38,6 +54,13 @@ public static ApiClient getDefaultApiClient() { * @param apiClient API client */ public static void setDefaultApiClient(ApiClient apiClient) { - defaultApiClient = apiClient; + defaultApiClient.set(apiClient); + } + + /** set the callback used to create new ApiClient objects */ + public static void setApiClientFactory(Supplier factory) { + apiClientFactory = Objects.requireNonNull(factory); } + + private Configuration() {} } diff --git a/src/main/java/it/fattureincloud/sdk/GzipRequestInterceptor.java b/src/main/java/it/fattureincloud/sdk/GzipRequestInterceptor.java index 3fb1d0b7..71358c8e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 6404828b..38a19978 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 b44275de..cc32e36e 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -14,31 +14,15 @@ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class Pair { - private String name = ""; - private String value = ""; + private final String name; + private final String value; public Pair(String name, String value) { - setName(name); - setValue(value); - } - - private void setName(String name) { - if (!isValidString(name)) { - return; - } - - this.name = name; - } - - private void setValue(String value) { - if (!isValidString(value)) { - return; - } - - this.value = value; + this.name = isValidString(name) ? name : ""; + this.value = isValidString(value) ? value : ""; } public String getName() { @@ -49,11 +33,7 @@ public String getValue() { return this.value; } - private boolean isValidString(String arg) { - if (arg == null) { - return false; - } - - return true; + private static boolean isValidString(String arg) { + return arg != null; } } diff --git a/src/main/java/it/fattureincloud/sdk/ProgressRequestBody.java b/src/main/java/it/fattureincloud/sdk/ProgressRequestBody.java index dd7188e5..5cc93540 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 3ca3e8df..7e50f2f1 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 77bbf98e..5086fa50 100644 --- a/src/main/java/it/fattureincloud/sdk/ServerConfiguration.java +++ b/src/main/java/it/fattureincloud/sdk/ServerConfiguration.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,8 +17,8 @@ /** Representing a Server configuration. */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 0045bc2e..532fdd52 100644 --- a/src/main/java/it/fattureincloud/sdk/ServerVariable.java +++ b/src/main/java/it/fattureincloud/sdk/ServerVariable.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -17,8 +17,8 @@ /** Representing a Server Variable for server URL template substitution. */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 878fbe73..fb4fdb41 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ef12a936..eeae696f 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 82639966..bf94fbc9 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 8225f8ac..9352445f 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 fd80d2e4..9a99a56b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 f42ebb01..57edf5ca 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 aaf38fb4..1d095763 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 bce551b2..494ccc70 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -341,7 +341,7 @@ private okhttp3.Call deleteBinIssuedDocumentValidateBeforeCall( } /** - * Delete Bin Issued Document + * Delete Bin Issued Document Delete Bin Issued Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -359,7 +359,7 @@ public void deleteBinIssuedDocument(Integer companyId, Integer documentId) throw } /** - * Delete Bin Issued Document + * Delete Bin Issued Document Delete Bin Issued Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -381,7 +381,7 @@ public ApiResponse deleteBinIssuedDocumentWithHttpInfo( } /** - * (asynchronously) Delete Bin Issued Document + * Delete Bin Issued Document (asynchronously) Delete Bin Issued Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2690,7 +2690,7 @@ private okhttp3.Call recoverBinIssuedDocumentValidateBeforeCall( } /** - * Recover Issued Document From The Bin + * Recover Issued Document From The Bin Recover Issued Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2708,7 +2708,7 @@ public void recoverBinIssuedDocument(Integer companyId, Integer documentId) thro } /** - * Recover Issued Document From The Bin + * Recover Issued Document From The Bin Recover Issued Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2730,7 +2730,7 @@ public ApiResponse recoverBinIssuedDocumentWithHttpInfo( } /** - * (asynchronously) Recover Issued Document From The Bin + * Recover Issued Document From The Bin (asynchronously) Recover Issued Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) diff --git a/src/main/java/it/fattureincloud/sdk/api/IssuedEInvoicesApi.java b/src/main/java/it/fattureincloud/sdk/api/IssuedEInvoicesApi.java index ce8e304b..da07de42 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.5 + * The version of the OpenAPI document: 2.1.7 * 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/PriceListsApi.java b/src/main/java/it/fattureincloud/sdk/api/PriceListsApi.java index 196cd86b..91cdc57d 100644 --- a/src/main/java/it/fattureincloud/sdk/api/PriceListsApi.java +++ b/src/main/java/it/fattureincloud/sdk/api/PriceListsApi.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -68,7 +68,7 @@ public void setCustomBaseUrl(String customBaseUrl) { * Build call for getPriceListItems * * @param companyId The ID of the company. (required) - * @param priceListId (required) + * @param priceListId The ID of the price (required) * @param _callback Callback for upload/download progress * @return Call to execute * @throws ApiException If fail to serialize the request body object @@ -162,7 +162,7 @@ private okhttp3.Call getPriceListItemsValidateBeforeCall( * Get PriceList Items List Retrieves all the Items of a PriceList * * @param companyId The ID of the company. (required) - * @param priceListId (required) + * @param priceListId The ID of the price (required) * @return GetPriceListItemsResponse * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the * response body @@ -186,7 +186,7 @@ public GetPriceListItemsResponse getPriceListItems(Integer companyId, String pri * Get PriceList Items List Retrieves all the Items of a PriceList * * @param companyId The ID of the company. (required) - * @param priceListId (required) + * @param priceListId The ID of the price (required) * @return ApiResponse<GetPriceListItemsResponse> * @throws ApiException If fail to call the API, e.g. server error or cannot deserialize the * response body @@ -210,7 +210,7 @@ public ApiResponse getPriceListItemsWithHttpInfo( * Get PriceList Items List (asynchronously) Retrieves all the Items of a PriceList * * @param companyId The ID of the company. (required) - * @param priceListId (required) + * @param priceListId The ID of the price (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 diff --git a/src/main/java/it/fattureincloud/sdk/api/ProductsApi.java b/src/main/java/it/fattureincloud/sdk/api/ProductsApi.java index c5885ad6..69875e6e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 c1b5423a..358233e4 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 c1834b04..0bd9b6dd 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -334,7 +334,7 @@ private okhttp3.Call deleteBinReceivedDocumentValidateBeforeCall( } /** - * Delete Bin Received Document + * Delete Bin Received Document Delete Bin Received Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -352,7 +352,7 @@ public void deleteBinReceivedDocument(Integer companyId, Integer documentId) thr } /** - * Delete Bin Received Document + * Delete Bin Received Document Delete Bin Received Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -374,7 +374,7 @@ public ApiResponse deleteBinReceivedDocumentWithHttpInfo( } /** - * (asynchronously) Delete Bin Received Document + * Delete Bin Received Document (asynchronously) Delete Bin Received Document * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2322,7 +2322,7 @@ private okhttp3.Call recoverBinReceivedDocumentValidateBeforeCall( } /** - * Recover Received Document From The Bin + * Recover Received Document From The Bin Recover Received Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2341,7 +2341,7 @@ public void recoverBinReceivedDocument(Integer companyId, Integer documentId) } /** - * Recover Received Document From The Bin + * Recover Received Document From The Bin Recover Received Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) @@ -2363,7 +2363,7 @@ public ApiResponse recoverBinReceivedDocumentWithHttpInfo( } /** - * (asynchronously) Recover Received Document From The Bin + * Recover Received Document From The Bin (asynchronously) Recover Received Document From The Bin * * @param companyId The ID of the company. (required) * @param documentId The ID of the document. (required) diff --git a/src/main/java/it/fattureincloud/sdk/api/SettingsApi.java b/src/main/java/it/fattureincloud/sdk/api/SettingsApi.java index 1912ce79..44dd596e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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/SuppliersApi.java b/src/main/java/it/fattureincloud/sdk/api/SuppliersApi.java index 5e8e9c1e..ebc5452b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 c7a2e755..5dcd9bb0 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 bdeee1c1..1ecc24a6 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 fd4c5062..1181f40e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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/AbstractOpenApiSchema.java b/src/main/java/it/fattureincloud/sdk/model/AbstractOpenApiSchema.java index 88b4423d..2fe89ae9 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 5b03b2a5..8512a35b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 a5d8884d..6a10e596 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 e022ba48..700e5761 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 422ce242..25e51203 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 3dc1b6eb..0fdb14d5 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Cashbook kind */ @JsonAdapter(CashbookEntryKind.Adapter.class) -public enum CashbookEntryKind { +public enum CashbookEntryKind implements Serializable { CASHBOOK("cashbook"), ISSUED_DOCUMENT("issued_document"), diff --git a/src/main/java/it/fattureincloud/sdk/model/CashbookEntryType.java b/src/main/java/it/fattureincloud/sdk/model/CashbookEntryType.java index ab83c972..8130c3d6 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Cashbook type */ @JsonAdapter(CashbookEntryType.Adapter.class) -public enum CashbookEntryType { +public enum CashbookEntryType implements Serializable { IN("in"), OUT("out"); diff --git a/src/main/java/it/fattureincloud/sdk/model/City.java b/src/main/java/it/fattureincloud/sdk/model/City.java index 73a04129..d88d4a4d 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 39c095b2..02cb86cc 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 27e7aa04..ecb758db 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Client type */ @JsonAdapter(ClientType.Adapter.class) -public enum ClientType { +public enum ClientType implements Serializable { COMPANY("company"), PERSON("person"), diff --git a/src/main/java/it/fattureincloud/sdk/model/Company.java b/src/main/java/it/fattureincloud/sdk/model/Company.java index 03b1259b..38f47936 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 549736b7..dd675b07 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 aade0943..b3bee6ac 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ed65d739..0aecedfc 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 a5821c8d..772dd05c 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class CompanyInfoPlanInfoFunctions implements Serializable { private static final long serialVersionUID = 1L; @@ -81,11 +81,6 @@ public class CompanyInfoPlanInfoFunctions implements Serializable { @SerializedName(SERIALIZED_NAME_SMTP) private Boolean smtp; - public static final String SERIALIZED_NAME_SOFORT = "sofort"; - - @SerializedName(SERIALIZED_NAME_SOFORT) - private Boolean sofort; - public static final String SERIALIZED_NAME_STOCK = "stock"; @SerializedName(SERIALIZED_NAME_STOCK) @@ -338,26 +333,6 @@ public void setSmtp(Boolean smtp) { this.smtp = smtp; } - public CompanyInfoPlanInfoFunctions sofort(Boolean sofort) { - - this.sofort = sofort; - return this; - } - - /** - * Get sofort - * - * @return sofort - */ - @javax.annotation.Nullable - public Boolean getSofort() { - return sofort; - } - - public void setSofort(Boolean sofort) { - this.sofort = sofort; - } - public CompanyInfoPlanInfoFunctions stock(Boolean stock) { this.stock = stock; @@ -500,7 +475,6 @@ public boolean equals(Object o) { && Objects.equals(this.receipts, companyInfoPlanInfoFunctions.receipts) && Objects.equals(this.recurring, companyInfoPlanInfoFunctions.recurring) && Objects.equals(this.smtp, companyInfoPlanInfoFunctions.smtp) - && Objects.equals(this.sofort, companyInfoPlanInfoFunctions.sofort) && Objects.equals(this.stock, companyInfoPlanInfoFunctions.stock) && Objects.equals(this.subaccounts, companyInfoPlanInfoFunctions.subaccounts) && Objects.equals(this.tesseraSanitaria, companyInfoPlanInfoFunctions.tesseraSanitaria) @@ -532,7 +506,6 @@ public int hashCode() { receipts, recurring, smtp, - sofort, stock, subaccounts, tesseraSanitaria, @@ -567,7 +540,6 @@ public String toString() { sb.append(" receipts: ").append(toIndentedString(receipts)).append("\n"); sb.append(" recurring: ").append(toIndentedString(recurring)).append("\n"); sb.append(" smtp: ").append(toIndentedString(smtp)).append("\n"); - sb.append(" sofort: ").append(toIndentedString(sofort)).append("\n"); sb.append(" stock: ").append(toIndentedString(stock)).append("\n"); sb.append(" subaccounts: ").append(toIndentedString(subaccounts)).append("\n"); sb.append(" tesseraSanitaria: ").append(toIndentedString(tesseraSanitaria)).append("\n"); diff --git a/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctionsStatus.java b/src/main/java/it/fattureincloud/sdk/model/CompanyInfoPlanInfoFunctionsStatus.java index bdb24087..d74ea7c7 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 d0698e49..9db71565 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 a203407d..840650ee 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ac91ae74..4a424916 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Company type */ @JsonAdapter(CompanyType.Adapter.class) -public enum CompanyType { +public enum CompanyType implements Serializable { COMPANY("company"), ACCOUNTANT("accountant"); diff --git a/src/main/java/it/fattureincloud/sdk/model/ControlledCompany.java b/src/main/java/it/fattureincloud/sdk/model/ControlledCompany.java index 2e2f71d2..9f964f67 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 6840f2ba..852669b6 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 558d9e87..afca5565 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 052df3f6..9c29a45a 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 7d3a03d6..db9abcaf 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 68d86f3c..4cdd678d 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 d05f426b..7bdd76ac 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 66838d34..ebdd00a2 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 4ff5c599..0413896e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 713a4f95..9af21ac6 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 8e9574f9..8ee65757 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 a2a7ba30..42cdbba2 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 618cf8be..fef8d4d1 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 cdf401a3..26d818a2 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 7af3f0be..36dccd1b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 490b7b38..41e1564e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 bd64db74..39bc7e69 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ee1517cc..0f283586 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 bb57f566..f28086ec 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 8623a91b..1cfff492 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 cdbc90ab..18dd967b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 a2622eb6..1f8ddf22 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 079af8fa..079b5b08 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 e631ec0f..e0d83e72 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 1a6cd493..ec7016f8 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 fb80c7ec..c73440ee 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 5deeb9bf..31ae83fa 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 84000e3f..1d52374b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 43342681..47aba233 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 06720c56..ebaaca39 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 06175992..057ae6d6 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 27af2c3b..4d1f23d9 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 80696af3..aae75808 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 c3279b33..1034860a 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 cf3b7215..1f60771c 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 c9425ca5..6dfd674f 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Email recipient status */ @JsonAdapter(EmailRecipientStatus.Adapter.class) -public enum EmailRecipientStatus { +public enum EmailRecipientStatus implements Serializable { UNKNOWN("unknown"), DOCUMENT_OPENED("document_opened"), diff --git a/src/main/java/it/fattureincloud/sdk/model/EmailSchedule.java b/src/main/java/it/fattureincloud/sdk/model/EmailSchedule.java index baec47ec..14f4e572 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ef423da7..e8739559 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 c773672c..0a305b67 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Email status */ @JsonAdapter(EmailStatus.Adapter.class) -public enum EmailStatus { +public enum EmailStatus implements Serializable { SENDING("sending"), PENDING("pending"), diff --git a/src/main/java/it/fattureincloud/sdk/model/Entity.java b/src/main/java/it/fattureincloud/sdk/model/Entity.java index b47dc24e..54ea38a3 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class Entity implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/EntityClientPreCreateInfo.java b/src/main/java/it/fattureincloud/sdk/model/EntityClientPreCreateInfo.java index ef65b590..19fc9497 100644 --- a/src/main/java/it/fattureincloud/sdk/model/EntityClientPreCreateInfo.java +++ b/src/main/java/it/fattureincloud/sdk/model/EntityClientPreCreateInfo.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -24,8 +24,8 @@ /** EntityClientPreCreateInfo */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class EntityClientPreCreateInfo 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 5e2c350e..7d7c4d82 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Entity type */ @JsonAdapter(EntityType.Adapter.class) -public enum EntityType { +public enum EntityType implements Serializable { COMPANY("company"), PERSON("person"), diff --git a/src/main/java/it/fattureincloud/sdk/model/EventType.java b/src/main/java/it/fattureincloud/sdk/model/EventType.java index d88889ef..5e2472ce 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,52 +12,40 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Webhooks event type */ @JsonAdapter(EventType.Adapter.class) -public enum EventType { - ISSUED_DOCUMENTS_INVOICES_CREATE( - "it.fattureincloud.webhooks.issued_documents.invoices.create"), +public enum EventType implements Serializable { + ISSUED_DOCUMENTS_INVOICES_CREATE("it.fattureincloud.webhooks.issued_documents.invoices.create"), - ISSUED_DOCUMENTS_INVOICES_UPDATE( - "it.fattureincloud.webhooks.issued_documents.invoices.update"), + ISSUED_DOCUMENTS_INVOICES_UPDATE("it.fattureincloud.webhooks.issued_documents.invoices.update"), - ISSUED_DOCUMENTS_INVOICES_DELETE( - "it.fattureincloud.webhooks.issued_documents.invoices.delete"), + ISSUED_DOCUMENTS_INVOICES_DELETE("it.fattureincloud.webhooks.issued_documents.invoices.delete"), - ISSUED_DOCUMENTS_QUOTES_CREATE( - "it.fattureincloud.webhooks.issued_documents.quotes.create"), + ISSUED_DOCUMENTS_QUOTES_CREATE("it.fattureincloud.webhooks.issued_documents.quotes.create"), - ISSUED_DOCUMENTS_QUOTES_UPDATE( - "it.fattureincloud.webhooks.issued_documents.quotes.update"), + ISSUED_DOCUMENTS_QUOTES_UPDATE("it.fattureincloud.webhooks.issued_documents.quotes.update"), - ISSUED_DOCUMENTS_QUOTES_DELETE( - "it.fattureincloud.webhooks.issued_documents.quotes.delete"), + ISSUED_DOCUMENTS_QUOTES_DELETE("it.fattureincloud.webhooks.issued_documents.quotes.delete"), - ISSUED_DOCUMENTS_PROFORMAS_CREATE( - "it.fattureincloud.webhooks.issued_documents.proformas.create"), + ISSUED_DOCUMENTS_PROFORMAS_CREATE("it.fattureincloud.webhooks.issued_documents.proformas.create"), - ISSUED_DOCUMENTS_PROFORMAS_UPDATE( - "it.fattureincloud.webhooks.issued_documents.proformas.update"), + ISSUED_DOCUMENTS_PROFORMAS_UPDATE("it.fattureincloud.webhooks.issued_documents.proformas.update"), - ISSUED_DOCUMENTS_PROFORMAS_DELETE( - "it.fattureincloud.webhooks.issued_documents.proformas.delete"), + ISSUED_DOCUMENTS_PROFORMAS_DELETE("it.fattureincloud.webhooks.issued_documents.proformas.delete"), - ISSUED_DOCUMENTS_RECEIPTS_CREATE( - "it.fattureincloud.webhooks.issued_documents.receipts.create"), + ISSUED_DOCUMENTS_RECEIPTS_CREATE("it.fattureincloud.webhooks.issued_documents.receipts.create"), - ISSUED_DOCUMENTS_RECEIPTS_UPDATE( - "it.fattureincloud.webhooks.issued_documents.receipts.update"), + ISSUED_DOCUMENTS_RECEIPTS_UPDATE("it.fattureincloud.webhooks.issued_documents.receipts.update"), - ISSUED_DOCUMENTS_RECEIPTS_DELETE( - "it.fattureincloud.webhooks.issued_documents.receipts.delete"), + ISSUED_DOCUMENTS_RECEIPTS_DELETE("it.fattureincloud.webhooks.issued_documents.receipts.delete"), ISSUED_DOCUMENTS_DELIVERY_NOTES_CREATE( "it.fattureincloud.webhooks.issued_documents.delivery_notes.create"), @@ -77,14 +65,11 @@ public enum EventType { ISSUED_DOCUMENTS_CREDIT_NOTES_DELETE( "it.fattureincloud.webhooks.issued_documents.credit_notes.delete"), - ISSUED_DOCUMENTS_ORDERS_CREATE( - "it.fattureincloud.webhooks.issued_documents.orders.create"), + ISSUED_DOCUMENTS_ORDERS_CREATE("it.fattureincloud.webhooks.issued_documents.orders.create"), - ISSUED_DOCUMENTS_ORDERS_UPDATE( - "it.fattureincloud.webhooks.issued_documents.orders.update"), + ISSUED_DOCUMENTS_ORDERS_UPDATE("it.fattureincloud.webhooks.issued_documents.orders.update"), - ISSUED_DOCUMENTS_ORDERS_DELETE( - "it.fattureincloud.webhooks.issued_documents.orders.delete"), + ISSUED_DOCUMENTS_ORDERS_DELETE("it.fattureincloud.webhooks.issued_documents.orders.delete"), ISSUED_DOCUMENTS_WORK_REPORTS_CREATE( "it.fattureincloud.webhooks.issued_documents.work_reports.create"), @@ -113,23 +98,17 @@ public enum EventType { ISSUED_DOCUMENTS_SELF_INVOICES_DELETE( "it.fattureincloud.webhooks.issued_documents.self_invoices.delete"), - ISSUED_DOCUMENTS_ALL_CREATE( - "it.fattureincloud.webhooks.issued_documents.all.create"), + ISSUED_DOCUMENTS_ALL_CREATE("it.fattureincloud.webhooks.issued_documents.all.create"), - ISSUED_DOCUMENTS_ALL_UPDATE( - "it.fattureincloud.webhooks.issued_documents.all.update"), + ISSUED_DOCUMENTS_ALL_UPDATE("it.fattureincloud.webhooks.issued_documents.all.update"), - ISSUED_DOCUMENTS_ALL_DELETE( - "it.fattureincloud.webhooks.issued_documents.all.delete"), + ISSUED_DOCUMENTS_ALL_DELETE("it.fattureincloud.webhooks.issued_documents.all.delete"), - RECEIVED_DOCUMENTS_CREATE( - "it.fattureincloud.webhooks.received_documents.create"), + RECEIVED_DOCUMENTS_CREATE("it.fattureincloud.webhooks.received_documents.create"), - RECEIVED_DOCUMENTS_UPDATE( - "it.fattureincloud.webhooks.received_documents.update"), + RECEIVED_DOCUMENTS_UPDATE("it.fattureincloud.webhooks.received_documents.update"), - RECEIVED_DOCUMENTS_DELETE( - "it.fattureincloud.webhooks.received_documents.delete"), + RECEIVED_DOCUMENTS_DELETE("it.fattureincloud.webhooks.received_documents.delete"), RECEIPTS_CREATE("it.fattureincloud.webhooks.receipts.create"), @@ -143,14 +122,11 @@ public enum EventType { TAXES_DELETE("it.fattureincloud.webhooks.taxes.delete"), - ARCHIVE_DOCUMENTS_CREATE( - "it.fattureincloud.webhooks.archive_documents.create"), + ARCHIVE_DOCUMENTS_CREATE("it.fattureincloud.webhooks.archive_documents.create"), - ARCHIVE_DOCUMENTS_UPDATE( - "it.fattureincloud.webhooks.archive_documents.update"), + ARCHIVE_DOCUMENTS_UPDATE("it.fattureincloud.webhooks.archive_documents.update"), - ARCHIVE_DOCUMENTS_DELETE( - "it.fattureincloud.webhooks.archive_documents.delete"), + ARCHIVE_DOCUMENTS_DELETE("it.fattureincloud.webhooks.archive_documents.delete"), CASHBOOK_CREATE("it.fattureincloud.webhooks.cashbook.create"), @@ -164,26 +140,19 @@ public enum EventType { PRODUCTS_DELETE("it.fattureincloud.webhooks.products.delete"), - PRODUCTS_STOCK_UPDATE( - "it.fattureincloud.webhooks.products.stock_update"), + PRODUCTS_STOCK_UPDATE("it.fattureincloud.webhooks.products.stock_update"), - ENTITIES_CLIENTS_CREATE( - "it.fattureincloud.webhooks.entities.clients.create"), + ENTITIES_CLIENTS_CREATE("it.fattureincloud.webhooks.entities.clients.create"), - ENTITIES_CLIENTS_UPDATE( - "it.fattureincloud.webhooks.entities.clients.update"), + ENTITIES_CLIENTS_UPDATE("it.fattureincloud.webhooks.entities.clients.update"), - ENTITIES_CLIENTS_DELETE( - "it.fattureincloud.webhooks.entities.clients.delete"), + ENTITIES_CLIENTS_DELETE("it.fattureincloud.webhooks.entities.clients.delete"), - ENTITIES_SUPPLIERS_CREATE( - "it.fattureincloud.webhooks.entities.suppliers.create"), + ENTITIES_SUPPLIERS_CREATE("it.fattureincloud.webhooks.entities.suppliers.create"), - ENTITIES_SUPPLIERS_UPDATE( - "it.fattureincloud.webhooks.entities.suppliers.update"), + ENTITIES_SUPPLIERS_UPDATE("it.fattureincloud.webhooks.entities.suppliers.update"), - ENTITIES_SUPPLIERS_DELETE( - "it.fattureincloud.webhooks.entities.suppliers.delete"), + ENTITIES_SUPPLIERS_DELETE("it.fattureincloud.webhooks.entities.suppliers.delete"), ENTITIES_ALL_CREATE("it.fattureincloud.webhooks.entities.all.create"), @@ -227,8 +196,7 @@ public enum EventType { 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"); + 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 c9021075..3a0bfb2e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 90312ceb..cfc8fdfa 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** F24 status */ @JsonAdapter(F24Status.Adapter.class) -public enum F24Status { +public enum F24Status implements Serializable { PAID("paid"), NOT_PAID("not_paid"), diff --git a/src/main/java/it/fattureincloud/sdk/model/FattureInCloudPlanType.java b/src/main/java/it/fattureincloud/sdk/model/FattureInCloudPlanType.java index 7bc44e4d..26c9de2b 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Fatture in Cloud account plan type. */ @JsonAdapter(FattureInCloudPlanType.Adapter.class) -public enum FattureInCloudPlanType { +public enum FattureInCloudPlanType implements Serializable { TRIAL("trial"), STANDARD("standard"), diff --git a/src/main/java/it/fattureincloud/sdk/model/FunctionStatus.java b/src/main/java/it/fattureincloud/sdk/model/FunctionStatus.java index b5e9c63b..7461e077 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 b6bc86d4..d4f4257a 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class GetArchiveDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetBinIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetBinIssuedDocumentResponse.java index 15a67f39..dbadb77d 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetBinIssuedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetBinIssuedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetBinIssuedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class GetBinIssuedDocumentResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetBinReceivedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetBinReceivedDocumentResponse.java index 6c4af6d4..403435ca 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetBinReceivedDocumentResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetBinReceivedDocumentResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetBinReceivedDocumentResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class GetBinReceivedDocumentResponse 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 2f287cec..766e0aa2 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 591d1d71..a9f28764 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 206cf66d..ef0b124f 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 18120339..685ee9e8 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 789882e8..6d85672b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 fce4fa85..78359ec7 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class GetEmailDataResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetEntityClientPreCreateInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetEntityClientPreCreateInfoResponse.java index 0f652546..ad3fe3e0 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetEntityClientPreCreateInfoResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetEntityClientPreCreateInfoResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetEntityClientPreCreateInfoResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class GetEntityClientPreCreateInfoResponse 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 1197c057..39137589 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 079db4f9..9a91d580 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 c2706291..e4030c24 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 8e975c39..35d0f8a9 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 5233e966..ff8c15a2 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 edc1d4cb..3edc38a1 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 26a50729..6273a931 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 8476cc08..9e70decc 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 29050aca..f2a6ad87 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 884d69bb..d5127801 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 b6815b34..2d0d76e9 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 36c2418f..b1c2f40f 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 917a0320..75c17b0d 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class GetPaymentMethodResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetPriceListItemsResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetPriceListItemsResponse.java index 0c2438ae..da2330e2 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetPriceListItemsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetPriceListItemsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** GetPriceListItemsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class GetPriceListItemsResponse 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 a63a1777..d7068095 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 2db8f18c..c6ae1c80 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 2cde3d9f..186ad519 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 bc8c8b6f..f0c304ea 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 831a0d5f..50d5ac6e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 41c10a2f..aeed860b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 b70d5243..c422cf99 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 index 863fe776..9c71e216 100644 --- a/src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** GetTaxProfileResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class GetTaxProfileResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java b/src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java index c7e254d1..540b333a 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 6f7350f0..2c46bdfb 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 c5ccdd40..4bfe87bf 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 aa890622..c7dc8c31 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 365f43d5..5a55d26b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 80995839..125fd83b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 d0d63b4f..18f2c68d 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 7f2055ea..e21c7084 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 99a40402..7c112511 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 15b8e692..81e4dd51 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 3a37a265..7004ef72 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 b2499828..ebd1caf2 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 fc772ec3..5eae37f9 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 9bad96c9..47fc104c 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 d2c5c233..9708e8e0 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 592a37a1..dfbaeead 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 4055b598..c5b32a50 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Issued document status */ @JsonAdapter(IssuedDocumentStatus.Adapter.class) -public enum IssuedDocumentStatus { +public enum IssuedDocumentStatus implements Serializable { NOT_PAID("not_paid"), PAID("paid"), diff --git a/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentTotals.java b/src/main/java/it/fattureincloud/sdk/model/IssuedDocumentTotals.java index 28d425f7..c7a92273 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 35fd248a..31b0560e 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Issued document type */ @JsonAdapter(IssuedDocumentType.Adapter.class) -public enum IssuedDocumentType { +public enum IssuedDocumentType implements Serializable { INVOICE("invoice"), QUOTE("quote"), diff --git a/src/main/java/it/fattureincloud/sdk/model/JoinIssuedDocumentsResponse.java b/src/main/java/it/fattureincloud/sdk/model/JoinIssuedDocumentsResponse.java index 17184d4c..bd992eea 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 eeb08c26..b95484e9 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 5c81f752..9177632f 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 272bb885..7515f39a 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 9828e3c3..a08b519f 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class ListArchiveDocumentsResponsePage implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListBinIssuedDocuments.java b/src/main/java/it/fattureincloud/sdk/model/ListBinIssuedDocuments.java index 11e798fa..e383c5dd 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListBinIssuedDocuments.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListBinIssuedDocuments.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListBinIssuedDocuments */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class ListBinIssuedDocuments implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListBinReceivedDocuments.java b/src/main/java/it/fattureincloud/sdk/model/ListBinReceivedDocuments.java index 8f0cf900..c5f99ae7 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListBinReceivedDocuments.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListBinReceivedDocuments.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListBinReceivedDocuments */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class ListBinReceivedDocuments 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 501a06b6..89559496 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 28e6f29e..27977c36 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 aec52418..a3a8df3f 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 f0688446..439ed241 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 e06110bf..eb087265 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 99ff401e..f59f5b7a 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 0e45cba0..5e807530 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 db3d154f..74b72455 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 c61b5cd0..5d50196f 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 f15ebcaa..dc1a8a08 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 db418720..dbe9a07f 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 e89da6e8..dd60e24b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 1fffdd43..59543f64 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 6f415881..de514403 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 25fdc2df..8b1a7803 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 000684e3..29345d3d 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 e8acba94..fbd1b1de 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 f476d63a..3d9c6325 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ded424a1..c78681f0 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 70540bd9..76394776 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class ListPaymentMethodsResponse implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/ListPriceListsResponse.java b/src/main/java/it/fattureincloud/sdk/model/ListPriceListsResponse.java index 853f0cff..b1f3c343 100644 --- a/src/main/java/it/fattureincloud/sdk/model/ListPriceListsResponse.java +++ b/src/main/java/it/fattureincloud/sdk/model/ListPriceListsResponse.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** ListPriceListsResponse */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class ListPriceListsResponse 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 caaf6f6b..71c08016 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 3227a9ec..db8a4d74 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 4ac22376..3b885b5e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 0c0baa64..7f6afba3 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 8ed4f7c8..408a3e47 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 3cd1ffbd..f9eec870 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 79bcf0ca..dd546e83 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 04540c4e..1b25d822 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ae6836bf..e94f3a4e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 21f4318c..cf4d4b21 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ac56f0b5..3e168488 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 f1fc0a3a..f47267de 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 aeaeb6b9..a0515a5b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 88476949..da6a66ed 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 207293e7..f1d840fe 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 dcb6e86c..954da832 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 9173c0fa..3a67a1b0 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 49a3eb80..71bf318b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 60a17003..1b9db608 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 4b196c30..d46aec9a 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 90859e2a..1e7ef802 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 0215ae46..4689e7f0 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 88efb2ba..b06bcad3 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 7830f8bd..2e5d6115 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 3bd5c1d0..af0230ec 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 cef5a3bd..5bd8ea7e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 eea08c6f..6c9ae1ce 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 fe6e3a7f..e06c2d57 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 fb80c0f2..971b8e4a 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 0d19cb6b..5b62cfe9 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 bfc186b6..666e7a5a 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 185e9d7d..f24e24f1 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 34de6a52..9d5f74dd 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 b9fff34b..fdd81465 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 c395365a..6751cc04 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 b3bff64d..3f294305 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 63c96443..3a99c485 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 e038a8fe..b7f6a1ad 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 d6c6d24e..3badd547 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 1e25ff7e..8beddc57 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ccfe2a3d..74a0be82 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 d4300fa7..e6042e4b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 3a7b61d1..800716b1 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 f7ed2136..762a8e11 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 bdfddaa1..74742c80 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Issued document original document type */ @JsonAdapter(OriginalDocumentType.Adapter.class) -public enum OriginalDocumentType { +public enum OriginalDocumentType implements Serializable { ORDINE("ordine"), CONTRATTO("contratto"), diff --git a/src/main/java/it/fattureincloud/sdk/model/Pagination.java b/src/main/java/it/fattureincloud/sdk/model/Pagination.java index 399398be..3dc89879 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 51493ef8..9eb5586c 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 1b8c07e3..0e03160e 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Payment account type */ @JsonAdapter(PaymentAccountType.Adapter.class) -public enum PaymentAccountType { +public enum PaymentAccountType implements Serializable { STANDARD("standard"), BANK("bank"); diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentMethod.java b/src/main/java/it/fattureincloud/sdk/model/PaymentMethod.java index 9ce8caef..08f5e745 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 72dc59bf..70d00fe4 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 e2d3c046..ce5b5283 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Payment method type */ @JsonAdapter(PaymentMethodType.Adapter.class) -public enum PaymentMethodType { +public enum PaymentMethodType implements Serializable { STANDARD("standard"), RIBA("riba"); diff --git a/src/main/java/it/fattureincloud/sdk/model/PaymentTermsType.java b/src/main/java/it/fattureincloud/sdk/model/PaymentTermsType.java index 0a0564cd..b7ea1a39 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Payment terms type */ @JsonAdapter(PaymentTermsType.Adapter.class) -public enum PaymentTermsType { +public enum PaymentTermsType implements Serializable { STANDARD("standard"), END_OF_MONTH("end_of_month"); diff --git a/src/main/java/it/fattureincloud/sdk/model/PermissionLevel.java b/src/main/java/it/fattureincloud/sdk/model/PermissionLevel.java index a5a7d520..f7622fd4 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Permission level */ @JsonAdapter(PermissionLevel.Adapter.class) -public enum PermissionLevel { +public enum PermissionLevel implements Serializable { NONE("none"), READ("read"), diff --git a/src/main/java/it/fattureincloud/sdk/model/Permissions.java b/src/main/java/it/fattureincloud/sdk/model/Permissions.java index c395ef4e..8b38ab73 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 1fe00682..ea4e4145 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class PermissionsFicIssuedDocumentsDetailed implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PriceList.java b/src/main/java/it/fattureincloud/sdk/model/PriceList.java index 935dddcb..29560a82 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PriceList.java +++ b/src/main/java/it/fattureincloud/sdk/model/PriceList.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** PriceList */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class PriceList implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PriceListItem.java b/src/main/java/it/fattureincloud/sdk/model/PriceListItem.java index 58fdd22d..34b91367 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PriceListItem.java +++ b/src/main/java/it/fattureincloud/sdk/model/PriceListItem.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -20,8 +20,8 @@ /** PriceListItem */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class PriceListItem implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/PriceListPricesType.java b/src/main/java/it/fattureincloud/sdk/model/PriceListPricesType.java index d3f98b10..77d0854c 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PriceListPricesType.java +++ b/src/main/java/it/fattureincloud/sdk/model/PriceListPricesType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Price list prices type */ @JsonAdapter(PriceListPricesType.Adapter.class) -public enum PriceListPricesType { +public enum PriceListPricesType implements Serializable { NET("net"), GROSS("gross"); diff --git a/src/main/java/it/fattureincloud/sdk/model/PriceListType.java b/src/main/java/it/fattureincloud/sdk/model/PriceListType.java index 82287a41..8180dae5 100644 --- a/src/main/java/it/fattureincloud/sdk/model/PriceListType.java +++ b/src/main/java/it/fattureincloud/sdk/model/PriceListType.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Price list types */ @JsonAdapter(PriceListType.Adapter.class) -public enum PriceListType { +public enum PriceListType implements Serializable { SELL("sell"), PURCHASE("purchase"); diff --git a/src/main/java/it/fattureincloud/sdk/model/Product.java b/src/main/java/it/fattureincloud/sdk/model/Product.java index a98bd572..afe5d106 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 328121ac..3cc74dfe 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 8a3db1b7..28633dd5 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 24aa5d32..d1fabbf1 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 73e6a782..6bf2469b 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Receipt type */ @JsonAdapter(ReceiptType.Adapter.class) -public enum ReceiptType { +public enum ReceiptType implements Serializable { TILL_RECEIPT("till_receipt"), SALES_RECEIPT("sales_receipt"); diff --git a/src/main/java/it/fattureincloud/sdk/model/ReceivedDocument.java b/src/main/java/it/fattureincloud/sdk/model/ReceivedDocument.java index b8c9a143..d45b87f8 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 78c6dfe9..cc1236c3 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 83bb8b13..9bb42003 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 f9ab55bd..10e0fd25 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 5212f201..7a3d5c90 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 7bdb926e..fc106aea 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 61da5437..32028adc 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 272fa3c6..0791d6f7 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 30b25c2a..54cbc8b1 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Received document type */ @JsonAdapter(ReceivedDocumentType.Adapter.class) -public enum ReceivedDocumentType { +public enum ReceivedDocumentType implements Serializable { EXPENSE("expense"), PASSIVE_CREDIT_NOTE("passive_credit_note"), diff --git a/src/main/java/it/fattureincloud/sdk/model/ScheduleEmailRequest.java b/src/main/java/it/fattureincloud/sdk/model/ScheduleEmailRequest.java index 63707dc6..e95d6f3d 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ca36aee3..0d92fcfc 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 4be6e0de..30a5c122 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 b3cd63be..24984f7d 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 4942bfea..54865853 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 f5b6eb33..cf870d96 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 e070bb1d..8e22118b 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 eebe0648..a126b3b4 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Show totals mode */ @JsonAdapter(ShowTotalsMode.Adapter.class) -public enum ShowTotalsMode { +public enum ShowTotalsMode implements Serializable { NONE("none"), NETS("nets"), diff --git a/src/main/java/it/fattureincloud/sdk/model/Supplier.java b/src/main/java/it/fattureincloud/sdk/model/Supplier.java index b2619f1b..281a7a2f 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ab6ede55..06c9c990 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Supplier type */ @JsonAdapter(SupplierType.Adapter.class) -public enum SupplierType { +public enum SupplierType implements Serializable { COMPANY("company"), PERSON("person"), diff --git a/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java b/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java index e3da7ca0..4663939e 100644 --- a/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java +++ b/src/main/java/it/fattureincloud/sdk/model/TaxProfile.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -22,8 +22,8 @@ /** TaxProfile */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class TaxProfile implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java b/src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java index a4983b76..d1c6eb17 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 9e43508e..9d41d47d 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 a884b338..f8c1e81e 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 396a79d7..7ab6adc0 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 5e739e5b..c639e2c7 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 5fa68f92..28d46cb1 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 4dd8ec25..7f622fe1 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** User company role */ @JsonAdapter(UserCompanyRole.Adapter.class) -public enum UserCompanyRole { +public enum UserCompanyRole implements Serializable { MASTER("master"), SUBACCOUNT("subaccount"), diff --git a/src/main/java/it/fattureincloud/sdk/model/VatItem.java b/src/main/java/it/fattureincloud/sdk/model/VatItem.java index 28cdeab4..87cca36d 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ef8e670e..2591cdcd 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Vat kind [esigibilità IVA] */ @JsonAdapter(VatKind.Adapter.class) -public enum VatKind { +public enum VatKind implements Serializable { I("I"), D("D"), diff --git a/src/main/java/it/fattureincloud/sdk/model/VatType.java b/src/main/java/it/fattureincloud/sdk/model/VatType.java index bee8a8e3..f70b97fd 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class VatType implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponse.java b/src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlErrorResponse.java index c42e7d5f..dc47edad 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 2d8e7566..bed41433 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 fc07b693..e2bde06c 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 a6d017f1..ae06d015 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 ebef7b28..f9520967 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 fcd8f701..b9b09ac2 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class VerifyEInvoiceXmlResponseData implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscription.java b/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscription.java index c6c3e6e6..5c1d93f8 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscription.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscription.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,8 +21,8 @@ /** VerifyWebhooksSubscription */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class VerifyWebhooksSubscription implements Serializable { private static final long serialVersionUID = 1L; diff --git a/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionRequest.java b/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionRequest.java index 4b3fa428..a802ac05 100644 --- a/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionRequest.java +++ b/src/main/java/it/fattureincloud/sdk/model/VerifyWebhooksSubscriptionRequest.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -19,8 +19,8 @@ /** VerifyWebhooksSubscriptionRequest */ @javax.annotation.Generated( value = "org.openapitools.codegen.languages.JavaClientCodegen", - date = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.0") public class VerifyWebhooksSubscriptionRequest 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 45969489..960159ec 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 48ef353f..3d1e7eda 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.5 + * The version of the OpenAPI document: 2.1.7 * 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 = "2025-03-06T15:40:46.627547Z[Etc/UTC]", - comments = "Generator version: 7.12.0") + date = "2025-10-23T12:48:03.144893Z[Etc/UTC]", + comments = "Generator version: 7.16.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 95b01ae8..5909cab9 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.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Webhooks Subscription mapping */ @JsonAdapter(WebhooksSubscriptionMapping.Adapter.class) -public enum WebhooksSubscriptionMapping { +public enum WebhooksSubscriptionMapping implements Serializable { BINARY("binary"), STRUCTURED("structured"); diff --git a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethod.java b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethod.java index b26ef784..293e7afc 100644 --- a/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethod.java +++ b/src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionVerificationMethod.java @@ -2,7 +2,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.5 + * The version of the OpenAPI document: 2.1.7 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -12,17 +12,17 @@ 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.stream.JsonReader; import com.google.gson.stream.JsonWriter; import java.io.IOException; +import java.io.Serializable; /** Webhooks Subscription verification method */ @JsonAdapter(WebhooksSubscriptionVerificationMethod.Adapter.class) -public enum WebhooksSubscriptionVerificationMethod { +public enum WebhooksSubscriptionVerificationMethod implements Serializable { HEADER("header"), QUERY("query");