diff --git a/.openapi-generator/FILES b/.openapi-generator/FILES index d79ef83..52cb022 100644 --- a/.openapi-generator/FILES +++ b/.openapi-generator/FILES @@ -113,6 +113,7 @@ src/models/get-receipts-monthly-totals-response.ts src/models/get-received-document-pre-create-info-response.ts src/models/get-received-document-response.ts src/models/get-supplier-response.ts +src/models/get-tax-profile-response.ts src/models/get-user-info-response-email-confirmation-state.ts src/models/get-user-info-response-info.ts src/models/get-user-info-response.ts @@ -237,6 +238,7 @@ src/models/sender-email.ts src/models/show-totals-mode.ts src/models/supplier-type.ts src/models/supplier.ts +src/models/tax-profile.ts src/models/transform-issued-document-response.ts src/models/upload-archive-attachment-response.ts src/models/upload-f24-attachment-response.ts diff --git a/.openapi-generator/VERSION b/.openapi-generator/VERSION index 93c8dda..4bc5d61 100644 --- a/.openapi-generator/VERSION +++ b/.openapi-generator/VERSION @@ -1 +1 @@ -7.6.0 +7.9.0 diff --git a/README.md b/README.md index d65d03a..e433c74 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ @fattureincloud/fattureincloud-ts-sdk - TypeScript/JavaScript client for Fatture in Cloud API. -## @fattureincloud/fattureincloud-ts-sdk@2.1.0 +## @fattureincloud/fattureincloud-ts-sdk@2.1.1 This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project: -- API version: 2.1.0 -- Package version: 2.1.0 +- API version: 2.1.3 +- Package version: 2.1.1 Module system * CommonJS @@ -149,6 +149,7 @@ Class | Method | HTTP request | Description *SettingsApi* | [**deleteVatType**](docs/SettingsApi.md#deleteVatType) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type *SettingsApi* | [**getPaymentAccount**](docs/SettingsApi.md#getPaymentAccount) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account *SettingsApi* | [**getPaymentMethod**](docs/SettingsApi.md#getPaymentMethod) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method +*SettingsApi* | [**getTaxProfile**](docs/SettingsApi.md#getTaxProfile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile *SettingsApi* | [**getVatType**](docs/SettingsApi.md#getVatType) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type *SettingsApi* | [**modifyPaymentAccount**](docs/SettingsApi.md#modifyPaymentAccount) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account *SettingsApi* | [**modifyPaymentMethod**](docs/SettingsApi.md#modifyPaymentMethod) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method @@ -267,6 +268,7 @@ Class | Method | HTTP request | Description - [GetReceivedDocumentPreCreateInfoResponse](docs/GetReceivedDocumentPreCreateInfoResponse.md) - [GetReceivedDocumentResponse](docs/GetReceivedDocumentResponse.md) - [GetSupplierResponse](docs/GetSupplierResponse.md) + - [GetTaxProfileResponse](docs/GetTaxProfileResponse.md) - [GetUserInfoResponse](docs/GetUserInfoResponse.md) - [GetUserInfoResponseEmailConfirmationState](docs/GetUserInfoResponseEmailConfirmationState.md) - [GetUserInfoResponseInfo](docs/GetUserInfoResponseInfo.md) @@ -390,6 +392,7 @@ Class | Method | HTTP request | Description - [ShowTotalsMode](docs/ShowTotalsMode.md) - [Supplier](docs/Supplier.md) - [SupplierType](docs/SupplierType.md) + - [TaxProfile](docs/TaxProfile.md) - [TransformIssuedDocumentResponse](docs/TransformIssuedDocumentResponse.md) - [UploadArchiveAttachmentResponse](docs/UploadArchiveAttachmentResponse.md) - [UploadF24AttachmentResponse](docs/UploadF24AttachmentResponse.md) diff --git a/api.ts b/api.ts index 9ebbe9d..0f978a9 100644 --- a/api.ts +++ b/api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/base.ts b/base.ts index 2c14680..d04e7e1 100644 --- a/base.ts +++ b/base.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/common.ts b/common.ts index 05b12ca..b1b1c7b 100644 --- a/common.ts +++ b/common.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/configuration.ts b/configuration.ts index 349d793..d65c77f 100644 --- a/configuration.ts +++ b/configuration.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/docs/Email.md b/docs/Email.md index ed99c56..dc98cf1 100644 --- a/docs/Email.md +++ b/docs/Email.md @@ -6,7 +6,7 @@ Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **Number** | Email id | [optional] **status** | [**EmailStatus**](EmailStatus.md) | | [optional] -**sentDate** | **Date** | Email sent date | [optional] +**sentDate** | **String** | Email sent date | [optional] **errorsCount** | **Number** | Email errors count | [optional] **errorLog** | **String** | Email errors log | [optional] **fromEmail** | **String** | Email sender email | [optional] diff --git a/docs/EventType.md b/docs/EventType.md index 5fe27e7..43a09fa 100644 --- a/docs/EventType.md +++ b/docs/EventType.md @@ -129,4 +129,26 @@ * `received_documents.e_invoices.receive` (value: `"it.fattureincloud.webhooks.received_documents.e_invoices.receive"`) +* `issued_documents.invoices.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.invoices.email_sent"`) + +* `issued_documents.quotes.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.quotes.email_sent"`) + +* `issued_documents.proformas.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.proformas.email_sent"`) + +* `issued_documents.receipts.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.receipts.email_sent"`) + +* `issued_documents.delivery_notes.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.delivery_notes.email_sent"`) + +* `issued_documents.credit_notes.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.credit_notes.email_sent"`) + +* `issued_documents.orders.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.orders.email_sent"`) + +* `issued_documents.work_reports.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.work_reports.email_sent"`) + +* `issued_documents.supplier_orders.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.supplier_orders.email_sent"`) + +* `issued_documents.self_invoices.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.self_invoices.email_sent"`) + +* `issued_documents.all.email_sent` (value: `"it.fattureincloud.webhooks.issued_documents.all.email_sent"`) + diff --git a/docs/GetTaxProfileResponse.md b/docs/GetTaxProfileResponse.md new file mode 100644 index 0000000..9aa0e28 --- /dev/null +++ b/docs/GetTaxProfileResponse.md @@ -0,0 +1,9 @@ +# GetTaxProfileResponse + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**data** | [**TaxProfile**](TaxProfile.md) | | [optional] + + diff --git a/docs/IssuedDocument.md b/docs/IssuedDocument.md index cddbfa5..a6cd3c3 100644 --- a/docs/IssuedDocument.md +++ b/docs/IssuedDocument.md @@ -13,7 +13,7 @@ Name | Type | Description | Notes **year** | **Number** | Issued document year | [optional] **currency** | [**Currency**](Currency.md) | | [optional] **language** | [**Language**](Language.md) | | [optional] -**subject** | **String** | Issued document subject | [optional] +**subject** | **String** | Issued document subject [not shown on the PDF] | [optional] **visibleSubject** | **String** | Issued document visible subject | [optional] **rcCenter** | **String** | Issued document revenue center [or cost center if type=supplier_order]. | [optional] **notes** | **String** | Issued document extra notes | [optional] diff --git a/docs/IssuedDocumentsApi.md b/docs/IssuedDocumentsApi.md index 2743dfa..764d665 100644 --- a/docs/IssuedDocumentsApi.md +++ b/docs/IssuedDocumentsApi.md @@ -466,9 +466,9 @@ let companyId = 12345; // Number | The ID of the company. let ids = "1,2,3,4"; // String | Ids of the documents. let group = 56, // Number | Group items. -let eInvoice = 56 // Number | New document e_invoice. +let type = "delivery_notes, orders, quotes, work_reports" // String | Type of the documents to be joined -apiInstance.joinIssuedDocuments(companyId, ids, eInvoice).then((data) => { +apiInstance.joinIssuedDocuments(companyId, ids, type).then((data) => { console.log('API called successfully. Returned data: ' + data); }, (error) => { console.error(error); @@ -484,7 +484,7 @@ Name | Type | Description | Notes **companyId** | **Number**| The ID of the company. | **ids** | **String**| Ids of the documents. | **group** | **Number**| Group items. | [optional] - **eInvoice** | **Number**| New document e_invoice. | [optional] + **type** | **String**| Type of the documents to be joined | [optional] ### Return type @@ -700,6 +700,7 @@ let companyId = 12345; // Number | The ID of the company. let originalDocumentId = 56; // Number | Original document id. let newType = "newType_example"; // String | New document type. +let type = "type_example", // String | Current document type. let eInvoice = 56, // Number | New document e_invoice. let transformKeepCopy = 56 // Number | Keep the old document. @@ -719,6 +720,7 @@ Name | Type | Description | Notes **companyId** | **Number**| The ID of the company. | **originalDocumentId** | **Number**| Original document id. | **newType** | **String**| New document type. | + **type** | **String**| Current document type. | [optional] **eInvoice** | **Number**| New document e_invoice. | [optional] **transformKeepCopy** | **Number**| Keep the old document. | [optional] diff --git a/docs/ReceivedDocumentType.md b/docs/ReceivedDocumentType.md index 3506f4e..a5c1c63 100644 --- a/docs/ReceivedDocumentType.md +++ b/docs/ReceivedDocumentType.md @@ -9,4 +9,6 @@ * `passive_delivery_note` (value: `"passive_delivery_note"`) +* `self_invoice` (value: `"self_invoice"`) + diff --git a/docs/SettingsApi.md b/docs/SettingsApi.md index 2da5c50..7cfe82a 100644 --- a/docs/SettingsApi.md +++ b/docs/SettingsApi.md @@ -12,6 +12,7 @@ Method | HTTP request | Description [**deleteVatType**](SettingsApi.md#deleteVatType) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type [**getPaymentAccount**](SettingsApi.md#getPaymentAccount) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account [**getPaymentMethod**](SettingsApi.md#getPaymentMethod) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method +[**getTaxProfile**](SettingsApi.md#getTaxProfile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile [**getVatType**](SettingsApi.md#getVatType) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type [**modifyPaymentAccount**](SettingsApi.md#modifyPaymentAccount) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account [**modifyPaymentMethod**](SettingsApi.md#modifyPaymentMethod) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method @@ -445,6 +446,55 @@ Name | Type | Description | Notes - **Accept**: application/json +## getTaxProfile + +> GetTaxProfileResponse getTaxProfile(companyId) + +Get Tax Profile + +Gets the Tax Profile + +### Example + +```javascript +import { Configuration, SettingsApi } from '@fattureincloud/fattureincloud-ts-sdk'; + +// Configure OAuth2 access token for authorization: +const apiConfig = new Configuration({ + accessToken: "YOUR ACCESS TOKEN" +}); + +let apiInstance = new SettingsApi(apiConfig); +let companyId = 12345; // Number | The ID of the company. +apiInstance.getTaxProfile(companyId).then((data) => { + console.log('API called successfully. Returned data: ' + data); +}, (error) => { + console.error(error); +}); + +``` + +### Parameters + + +Name | Type | Description | Notes +------------- | ------------- | ------------- | ------------- + **companyId** | **Number**| The ID of the company. | + +### Return type + +[**GetTaxProfileResponse**](GetTaxProfileResponse.md) + +### Authorization + +[OAuth2AuthenticationCodeFlow](../README.md#OAuth2AuthenticationCodeFlow) + +### HTTP request headers + +- **Content-Type**: Not defined +- **Accept**: application/json + + ## getVatType > GetVatTypeResponse getVatType(companyId, vatTypeId) diff --git a/docs/TaxProfile.md b/docs/TaxProfile.md new file mode 100644 index 0000000..4c4fe7f --- /dev/null +++ b/docs/TaxProfile.md @@ -0,0 +1,29 @@ +# TaxProfile + +## Properties + +Name | Type | Description | Notes +------------ | ------------- | ------------- | ------------- +**companyType** | **String** | The company type | [optional] +**companySubtype** | **String** | The company subtype | [optional] +**profession** | **String** | The profession | [optional] +**regime** | **String** | The applied regime | [optional] +**rivalsaName** | **String** | The name of the rivalsa | [optional] +**defaultRivalsa** | **Number** | The default rivalsa amount | [optional] +**cassaName** | **String** | The name of the cassa | [optional] +**defaultCassa** | **Number** | The default cassa amount | [optional] +**defaultCassaTaxable** | **Number** | The default taxable amount for the cassa | [optional] +**cassa2Name** | **String** | The name of the second cassa | [optional] +**defaultCassa2** | **Number** | The default second cassa amount | [optional] +**defaultCassa2Taxable** | **Number** | The default taxable amount for the second cassa | [optional] +**defaultWithholdingTax** | **Number** | The default withholding tax | [optional] +**defaultWithholdingTaxTaxable** | **Number** | The default taxable amount for the withholding tax | [optional] +**defaultOtherWithholdingTax** | **Number** | The default other withholding tax | [optional] +**enasarco** | **Boolean** | If it has enasarco | [optional] +**enasarcoType** | **String** | The enasarco type | [optional] +**contributionsPercentage** | **Number** | The contributions percentage | [optional] +**profitCoefficient** | **Number** | The profit coefficient | [optional] +**med** | **Boolean** | If the health card system is active | [optional] +**defaultVat** | [**VatType**](VatType.md) | | [optional] + + diff --git a/docs/VatKind.md b/docs/VatKind.md index 5f007cd..074d93e 100644 --- a/docs/VatKind.md +++ b/docs/VatKind.md @@ -3,8 +3,6 @@ ## Enum -* `null` (value: `"null"`) - * `I` (value: `"I"`) * `D` (value: `"D"`) diff --git a/docs/VatType.md b/docs/VatType.md index addb077..4467150 100644 --- a/docs/VatType.md +++ b/docs/VatType.md @@ -13,5 +13,6 @@ Name | Type | Description | Notes **eiDescription** | **String** | Vat type e-invoice description | [optional] **editable** | **Boolean** | [Read Only] Is the vat type is editable. | [optional] [readonly] **isDisabled** | **Boolean** | Is the vat type disabled | [optional] +**_default** | **Boolean** | If the vat type is default | [optional] diff --git a/index.ts b/index.ts index acf7111..f9d1a24 100644 --- a/index.ts +++ b/index.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/package.json b/package.json index 2a1bf30..f15ce4e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@fattureincloud/fattureincloud-ts-sdk", - "version": "2.1.0", + "version": "2.1.1", "description": "TypeScript SDK for the Fatture in Cloud API", "author": "Fatture in Cloud API Team", "keywords": [ diff --git a/sdk-version.yaml b/sdk-version.yaml index c4668f5..d02565a 100644 --- a/sdk-version.yaml +++ b/sdk-version.yaml @@ -1,2 +1,2 @@ info: - version: 2.1.0 + version: 2.1.1 diff --git a/src/api/archive-api.ts b/src/api/archive-api.ts index b5b75d1..655fd05 100644 --- a/src/api/archive-api.ts +++ b/src/api/archive-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -76,7 +76,7 @@ export const ArchiveApiAxiosParamCreator = function (configuration?: Configurati localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -285,7 +285,7 @@ export const ArchiveApiAxiosParamCreator = function (configuration?: Configurati localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -470,7 +470,7 @@ export const ArchiveApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createArchiveDocument(companyId: number, createArchiveDocumentRequest?: CreateArchiveDocumentRequest, options?: any): AxiosPromise { + createArchiveDocument(companyId: number, createArchiveDocumentRequest?: CreateArchiveDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createArchiveDocument(companyId, createArchiveDocumentRequest, options).then((request) => request(axios, basePath)); }, /** @@ -481,7 +481,7 @@ export const ArchiveApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteArchiveDocument(companyId: number, documentId: number, options?: any): AxiosPromise { + deleteArchiveDocument(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteArchiveDocument(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -494,7 +494,7 @@ export const ArchiveApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getArchiveDocument(companyId: number, documentId: number, fields?: string, fieldset?: GetArchiveDocumentFieldsetEnum, options?: any): AxiosPromise { + getArchiveDocument(companyId: number, documentId: number, fields?: string, fieldset?: GetArchiveDocumentFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getArchiveDocument(companyId, documentId, fields, fieldset, options).then((request) => request(axios, basePath)); }, /** @@ -510,7 +510,7 @@ export const ArchiveApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listArchiveDocuments(companyId: number, fields?: string, fieldset?: ListArchiveDocumentsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: any): AxiosPromise { + listArchiveDocuments(companyId: number, fields?: string, fieldset?: ListArchiveDocumentsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listArchiveDocuments(companyId, fields, fieldset, sort, page, perPage, q, options).then((request) => request(axios, basePath)); }, /** @@ -522,7 +522,7 @@ export const ArchiveApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyArchiveDocument(companyId: number, documentId: number, modifyArchiveDocumentRequest?: ModifyArchiveDocumentRequest, options?: any): AxiosPromise { + modifyArchiveDocument(companyId: number, documentId: number, modifyArchiveDocumentRequest?: ModifyArchiveDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyArchiveDocument(companyId, documentId, modifyArchiveDocumentRequest, options).then((request) => request(axios, basePath)); }, /** @@ -534,7 +534,7 @@ export const ArchiveApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - uploadArchiveDocumentAttachment(companyId: number, filename?: string | null, attachment?: File, options?: any): AxiosPromise { + uploadArchiveDocumentAttachment(companyId: number, filename?: string | null, attachment?: File, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.uploadArchiveDocumentAttachment(companyId, filename, attachment, options).then((request) => request(axios, basePath)); }, }; @@ -556,7 +556,6 @@ export interface ArchiveApiInterface { * @memberof ArchiveApiInterface */ createArchiveDocument(companyId: number, createArchiveDocumentRequest?: CreateArchiveDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified archive document. * @summary Delete Archive Document @@ -567,7 +566,6 @@ export interface ArchiveApiInterface { * @memberof ArchiveApiInterface */ deleteArchiveDocument(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified archive document. * @summary Get Archive Document @@ -580,7 +578,6 @@ export interface ArchiveApiInterface { * @memberof ArchiveApiInterface */ getArchiveDocument(companyId: number, documentId: number, fields?: string, fieldset?: GetArchiveDocumentFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the archive documents. * @summary List Archive Documents @@ -596,7 +593,6 @@ export interface ArchiveApiInterface { * @memberof ArchiveApiInterface */ listArchiveDocuments(companyId: number, fields?: string, fieldset?: ListArchiveDocumentsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified archive document. * @summary Modify Archive Document @@ -608,7 +604,6 @@ export interface ArchiveApiInterface { * @memberof ArchiveApiInterface */ modifyArchiveDocument(companyId: number, documentId: number, modifyArchiveDocumentRequest?: ModifyArchiveDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Uploads an attachment destined to an archive document. The actual association between the document and the attachment must be implemented separately, using the returned token. * @summary Upload Archive Document Attachment @@ -620,7 +615,6 @@ export interface ArchiveApiInterface { * @memberof ArchiveApiInterface */ uploadArchiveDocumentAttachment(companyId: number, filename?: string | null, attachment?: File, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/cashbook-api.ts b/src/api/cashbook-api.ts index 11d98db..760c4bf 100644 --- a/src/api/cashbook-api.ts +++ b/src/api/cashbook-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -74,7 +74,7 @@ export const CashbookApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -282,7 +282,7 @@ export const CashbookApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -399,7 +399,7 @@ export const CashbookApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createCashbookEntry(companyId: number, createCashbookEntryRequest?: CreateCashbookEntryRequest, options?: any): AxiosPromise { + createCashbookEntry(companyId: number, createCashbookEntryRequest?: CreateCashbookEntryRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createCashbookEntry(companyId, createCashbookEntryRequest, options).then((request) => request(axios, basePath)); }, /** @@ -410,7 +410,7 @@ export const CashbookApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteCashbookEntry(companyId: number, documentId: string, options?: any): AxiosPromise { + deleteCashbookEntry(companyId: number, documentId: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteCashbookEntry(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -423,7 +423,7 @@ export const CashbookApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getCashbookEntry(companyId: number, documentId: string, fields?: string, fieldset?: GetCashbookEntryFieldsetEnum, options?: any): AxiosPromise { + getCashbookEntry(companyId: number, documentId: string, fields?: string, fieldset?: GetCashbookEntryFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getCashbookEntry(companyId, documentId, fields, fieldset, options).then((request) => request(axios, basePath)); }, /** @@ -438,7 +438,7 @@ export const CashbookApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listCashbookEntries(companyId: number, dateFrom: string, dateTo: string, year?: number, type?: ListCashbookEntriesTypeEnum, paymentAccountId?: number, options?: any): AxiosPromise { + listCashbookEntries(companyId: number, dateFrom: string, dateTo: string, year?: number, type?: ListCashbookEntriesTypeEnum, paymentAccountId?: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listCashbookEntries(companyId, dateFrom, dateTo, year, type, paymentAccountId, options).then((request) => request(axios, basePath)); }, /** @@ -450,7 +450,7 @@ export const CashbookApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyCashbookEntry(companyId: number, documentId: string, modifyCashbookEntryRequest?: ModifyCashbookEntryRequest, options?: any): AxiosPromise { + modifyCashbookEntry(companyId: number, documentId: string, modifyCashbookEntryRequest?: ModifyCashbookEntryRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyCashbookEntry(companyId, documentId, modifyCashbookEntryRequest, options).then((request) => request(axios, basePath)); }, }; @@ -472,7 +472,6 @@ export interface CashbookApiInterface { * @memberof CashbookApiInterface */ createCashbookEntry(companyId: number, createCashbookEntryRequest?: CreateCashbookEntryRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified cashbook entry. * @summary Delete Cashbook Entry @@ -483,7 +482,6 @@ export interface CashbookApiInterface { * @memberof CashbookApiInterface */ deleteCashbookEntry(companyId: number, documentId: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified cashbook entry. * @summary Get Cashbook Entry @@ -496,7 +494,6 @@ export interface CashbookApiInterface { * @memberof CashbookApiInterface */ getCashbookEntry(companyId: number, documentId: string, fields?: string, fieldset?: GetCashbookEntryFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the cashbook entries. * @summary List Cashbook Entries @@ -511,7 +508,6 @@ export interface CashbookApiInterface { * @memberof CashbookApiInterface */ listCashbookEntries(companyId: number, dateFrom: string, dateTo: string, year?: number, type?: ListCashbookEntriesTypeEnum, paymentAccountId?: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified cashbook entry. * @summary Modify Cashbook Entry @@ -523,7 +519,6 @@ export interface CashbookApiInterface { * @memberof CashbookApiInterface */ modifyCashbookEntry(companyId: number, documentId: string, modifyCashbookEntryRequest?: ModifyCashbookEntryRequest, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/clients-api.ts b/src/api/clients-api.ts index cf1f2f2..0fbf617 100644 --- a/src/api/clients-api.ts +++ b/src/api/clients-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -74,7 +74,7 @@ export const ClientsApiAxiosParamCreator = function (configuration?: Configurati localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -283,7 +283,7 @@ export const ClientsApiAxiosParamCreator = function (configuration?: Configurati localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -401,7 +401,7 @@ export const ClientsApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createClient(companyId: number, createClientRequest?: CreateClientRequest, options?: any): AxiosPromise { + createClient(companyId: number, createClientRequest?: CreateClientRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createClient(companyId, createClientRequest, options).then((request) => request(axios, basePath)); }, /** @@ -412,7 +412,7 @@ export const ClientsApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteClient(companyId: number, clientId: number, options?: any): AxiosPromise { + deleteClient(companyId: number, clientId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteClient(companyId, clientId, options).then((request) => request(axios, basePath)); }, /** @@ -425,7 +425,7 @@ export const ClientsApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getClient(companyId: number, clientId: number, fields?: string, fieldset?: GetClientFieldsetEnum, options?: any): AxiosPromise { + getClient(companyId: number, clientId: number, fields?: string, fieldset?: GetClientFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getClient(companyId, clientId, fields, fieldset, options).then((request) => request(axios, basePath)); }, /** @@ -441,7 +441,7 @@ export const ClientsApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listClients(companyId: number, fields?: string, fieldset?: ListClientsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: any): AxiosPromise { + listClients(companyId: number, fields?: string, fieldset?: ListClientsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listClients(companyId, fields, fieldset, sort, page, perPage, q, options).then((request) => request(axios, basePath)); }, /** @@ -453,7 +453,7 @@ export const ClientsApiFactory = function (configuration?: Configuration, basePa * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyClient(companyId: number, clientId: number, modifyClientRequest?: ModifyClientRequest, options?: any): AxiosPromise { + modifyClient(companyId: number, clientId: number, modifyClientRequest?: ModifyClientRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyClient(companyId, clientId, modifyClientRequest, options).then((request) => request(axios, basePath)); }, }; @@ -475,7 +475,6 @@ export interface ClientsApiInterface { * @memberof ClientsApiInterface */ createClient(companyId: number, createClientRequest?: CreateClientRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified client. * @summary Delete Client @@ -486,7 +485,6 @@ export interface ClientsApiInterface { * @memberof ClientsApiInterface */ deleteClient(companyId: number, clientId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified client. * @summary Get Client @@ -499,7 +497,6 @@ export interface ClientsApiInterface { * @memberof ClientsApiInterface */ getClient(companyId: number, clientId: number, fields?: string, fieldset?: GetClientFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the clients. * @summary List Clients @@ -515,7 +512,6 @@ export interface ClientsApiInterface { * @memberof ClientsApiInterface */ listClients(companyId: number, fields?: string, fieldset?: ListClientsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified client. * @summary Modify Client @@ -527,7 +523,6 @@ export interface ClientsApiInterface { * @memberof ClientsApiInterface */ modifyClient(companyId: number, clientId: number, modifyClientRequest?: ModifyClientRequest, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/companies-api.ts b/src/api/companies-api.ts index a58c0b0..07c7f0d 100644 --- a/src/api/companies-api.ts +++ b/src/api/companies-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -172,7 +172,7 @@ export const CompaniesApiFactory = function (configuration?: Configuration, base * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getCompanyInfo(companyId: number, options?: any): AxiosPromise { + getCompanyInfo(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getCompanyInfo(companyId, options).then((request) => request(axios, basePath)); }, /** @@ -183,7 +183,7 @@ export const CompaniesApiFactory = function (configuration?: Configuration, base * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getCompanyPlanUsage(companyId: number, category: GetCompanyPlanUsageCategoryEnum, options?: any): AxiosPromise { + getCompanyPlanUsage(companyId: number, category: GetCompanyPlanUsageCategoryEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getCompanyPlanUsage(companyId, category, options).then((request) => request(axios, basePath)); }, }; @@ -204,7 +204,6 @@ export interface CompaniesApiInterface { * @memberof CompaniesApiInterface */ getCompanyInfo(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the company limits usage. * @summary Get Company Plan Usage @@ -215,7 +214,6 @@ export interface CompaniesApiInterface { * @memberof CompaniesApiInterface */ getCompanyPlanUsage(companyId: number, category: GetCompanyPlanUsageCategoryEnum, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/emails-api.ts b/src/api/emails-api.ts index 1055529..34ee305 100644 --- a/src/api/emails-api.ts +++ b/src/api/emails-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -111,7 +111,7 @@ export const EmailsApiFactory = function (configuration?: Configuration, basePat * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listEmails(companyId: number, options?: any): AxiosPromise { + listEmails(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listEmails(companyId, options).then((request) => request(axios, basePath)); }, }; @@ -132,7 +132,6 @@ export interface EmailsApiInterface { * @memberof EmailsApiInterface */ listEmails(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/info-api.ts b/src/api/info-api.ts index 90e11e0..2c548a4 100644 --- a/src/api/info-api.ts +++ b/src/api/info-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -940,7 +940,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listArchiveCategories(companyId: number, options?: any): AxiosPromise { + listArchiveCategories(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listArchiveCategories(companyId, options).then((request) => request(axios, basePath)); }, /** @@ -951,7 +951,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listCities(postalCode?: string, city?: string, options?: any): AxiosPromise { + listCities(postalCode?: string, city?: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listCities(postalCode, city, options).then((request) => request(axios, basePath)); }, /** @@ -961,7 +961,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listCostCenters(companyId: number, options?: any): AxiosPromise { + listCostCenters(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listCostCenters(companyId, options).then((request) => request(axios, basePath)); }, /** @@ -970,7 +970,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listCountries(options?: any): AxiosPromise { + listCountries(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listCountries(options).then((request) => request(axios, basePath)); }, /** @@ -979,7 +979,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listCurrencies(options?: any): AxiosPromise { + listCurrencies(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listCurrencies(options).then((request) => request(axios, basePath)); }, /** @@ -988,7 +988,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listDeliveryNotesDefaultCausals(options?: any): AxiosPromise { + listDeliveryNotesDefaultCausals(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listDeliveryNotesDefaultCausals(options).then((request) => request(axios, basePath)); }, /** @@ -997,7 +997,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listDetailedCountries(options?: any): AxiosPromise { + listDetailedCountries(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listDetailedCountries(options).then((request) => request(axios, basePath)); }, /** @@ -1006,7 +1006,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listLanguages(options?: any): AxiosPromise { + listLanguages(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listLanguages(options).then((request) => request(axios, basePath)); }, /** @@ -1019,7 +1019,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listPaymentAccounts(companyId: number, fields?: string, fieldset?: ListPaymentAccountsFieldsetEnum, sort?: string, options?: any): AxiosPromise { + listPaymentAccounts(companyId: number, fields?: string, fieldset?: ListPaymentAccountsFieldsetEnum, sort?: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listPaymentAccounts(companyId, fields, fieldset, sort, options).then((request) => request(axios, basePath)); }, /** @@ -1032,7 +1032,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listPaymentMethods(companyId: number, fields?: string, fieldset?: ListPaymentMethodsFieldsetEnum, sort?: string, options?: any): AxiosPromise { + listPaymentMethods(companyId: number, fields?: string, fieldset?: ListPaymentMethodsFieldsetEnum, sort?: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listPaymentMethods(companyId, fields, fieldset, sort, options).then((request) => request(axios, basePath)); }, /** @@ -1043,7 +1043,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listProductCategories(companyId: number, context: ListProductCategoriesContextEnum, options?: any): AxiosPromise { + listProductCategories(companyId: number, context: ListProductCategoriesContextEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listProductCategories(companyId, context, options).then((request) => request(axios, basePath)); }, /** @@ -1053,7 +1053,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listReceivedDocumentCategories(companyId: number, options?: any): AxiosPromise { + listReceivedDocumentCategories(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listReceivedDocumentCategories(companyId, options).then((request) => request(axios, basePath)); }, /** @@ -1063,7 +1063,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listRevenueCenters(companyId: number, options?: any): AxiosPromise { + listRevenueCenters(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listRevenueCenters(companyId, options).then((request) => request(axios, basePath)); }, /** @@ -1074,7 +1074,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listTemplates(type?: ListTemplatesTypeEnum, byType?: boolean, options?: any): AxiosPromise { + listTemplates(type?: ListTemplatesTypeEnum, byType?: boolean, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listTemplates(type, byType, options).then((request) => request(axios, basePath)); }, /** @@ -1083,7 +1083,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listUnitsOfMeasure(options?: any): AxiosPromise { + listUnitsOfMeasure(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listUnitsOfMeasure(options).then((request) => request(axios, basePath)); }, /** @@ -1094,7 +1094,7 @@ export const InfoApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listVatTypes(companyId: number, fieldset?: ListVatTypesFieldsetEnum, options?: any): AxiosPromise { + listVatTypes(companyId: number, fieldset?: ListVatTypesFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listVatTypes(companyId, fieldset, options).then((request) => request(axios, basePath)); }, }; @@ -1115,7 +1115,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listArchiveCategories(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the Italian cities. * @summary List Cities @@ -1126,7 +1125,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listCities(postalCode?: string, city?: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the cost centers. * @summary List Cost Centers @@ -1136,7 +1134,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listCostCenters(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the supported countries. * @summary List Countries @@ -1145,7 +1142,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listCountries(options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the supported currencies. * @summary List Currencies @@ -1154,7 +1150,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listCurrencies(options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the delivery note default causals. * @summary List Delivery Notes Default Causals @@ -1163,7 +1158,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listDeliveryNotesDefaultCausals(options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the supported countries. * @summary List Detailed Countries @@ -1172,7 +1166,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listDetailedCountries(options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the supported languages. * @summary List Languages @@ -1181,7 +1174,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listLanguages(options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the available payment accounts. * @summary List Payment Accounts @@ -1194,7 +1186,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listPaymentAccounts(companyId: number, fields?: string, fieldset?: ListPaymentAccountsFieldsetEnum, sort?: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the available payment methods. * @summary List Payment Methods @@ -1207,7 +1198,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listPaymentMethods(companyId: number, fields?: string, fieldset?: ListPaymentMethodsFieldsetEnum, sort?: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the product categories. * @summary List Product Categories @@ -1218,7 +1208,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listProductCategories(companyId: number, context: ListProductCategoriesContextEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the received document categories. * @summary List Received Document Categories @@ -1228,7 +1217,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listReceivedDocumentCategories(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the revenue centers. * @summary List Revenue Centers @@ -1238,7 +1226,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listRevenueCenters(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the available templates. * @summary List Templates @@ -1249,7 +1236,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listTemplates(type?: ListTemplatesTypeEnum, byType?: boolean, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the units of measure. * @summary List Units of Measure @@ -1258,7 +1244,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listUnitsOfMeasure(options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the available vat types. * @summary List Vat Types @@ -1269,7 +1254,6 @@ export interface InfoApiInterface { * @memberof InfoApiInterface */ listVatTypes(companyId: number, fieldset?: ListVatTypesFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/issued-documents-api.ts b/src/api/issued-documents-api.ts index 383f6a9..87af2c9 100644 --- a/src/api/issued-documents-api.ts +++ b/src/api/issued-documents-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -94,7 +94,7 @@ export const IssuedDocumentsApiAxiosParamCreator = function (configuration?: Con localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -267,7 +267,7 @@ export const IssuedDocumentsApiAxiosParamCreator = function (configuration?: Con localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -407,7 +407,7 @@ export const IssuedDocumentsApiAxiosParamCreator = function (configuration?: Con localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -425,11 +425,11 @@ export const IssuedDocumentsApiAxiosParamCreator = function (configuration?: Con * @param {number} companyId The ID of the company. * @param {string} ids Ids of the documents. * @param {JoinIssuedDocumentsGroupEnum} [group] Group items. - * @param {JoinIssuedDocumentsEInvoiceEnum} [eInvoice] New document e_invoice. + * @param {JoinIssuedDocumentsTypeEnum} [type] Type of the documents to be joined * @param {*} [options] Override http request option. * @throws {RequiredError} */ - joinIssuedDocuments: async (companyId: number, ids: string, group?: JoinIssuedDocumentsGroupEnum, eInvoice?: JoinIssuedDocumentsEInvoiceEnum, options: RawAxiosRequestConfig = {}): Promise => { + joinIssuedDocuments: async (companyId: number, ids: string, group?: JoinIssuedDocumentsGroupEnum, type?: JoinIssuedDocumentsTypeEnum, options: RawAxiosRequestConfig = {}): Promise => { // verify required parameter 'companyId' is not null or undefined assertParamExists('joinIssuedDocuments', 'companyId', companyId) // verify required parameter 'ids' is not null or undefined @@ -459,8 +459,8 @@ export const IssuedDocumentsApiAxiosParamCreator = function (configuration?: Con localVarQueryParameter['group'] = group; } - if (eInvoice !== undefined) { - localVarQueryParameter['e_invoice'] = eInvoice; + if (type !== undefined) { + localVarQueryParameter['type'] = type; } @@ -589,7 +589,7 @@ export const IssuedDocumentsApiAxiosParamCreator = function (configuration?: Con localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -636,7 +636,7 @@ export const IssuedDocumentsApiAxiosParamCreator = function (configuration?: Con localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -654,12 +654,13 @@ export const IssuedDocumentsApiAxiosParamCreator = function (configuration?: Con * @param {number} companyId The ID of the company. * @param {number} originalDocumentId Original document id. * @param {string} newType New document type. + * @param {string} [type] Current document type. * @param {TransformIssuedDocumentEInvoiceEnum} [eInvoice] New document e_invoice. * @param {TransformIssuedDocumentTransformKeepCopyEnum} [transformKeepCopy] Keep the old document. * @param {*} [options] Override http request option. * @throws {RequiredError} */ - transformIssuedDocument: async (companyId: number, originalDocumentId: number, newType: string, eInvoice?: TransformIssuedDocumentEInvoiceEnum, transformKeepCopy?: TransformIssuedDocumentTransformKeepCopyEnum, options: RawAxiosRequestConfig = {}): Promise => { + transformIssuedDocument: async (companyId: number, originalDocumentId: number, newType: string, type?: string, eInvoice?: TransformIssuedDocumentEInvoiceEnum, transformKeepCopy?: TransformIssuedDocumentTransformKeepCopyEnum, options: RawAxiosRequestConfig = {}): Promise => { // verify required parameter 'companyId' is not null or undefined assertParamExists('transformIssuedDocument', 'companyId', companyId) // verify required parameter 'originalDocumentId' is not null or undefined @@ -691,6 +692,10 @@ export const IssuedDocumentsApiAxiosParamCreator = function (configuration?: Con localVarQueryParameter['new_type'] = newType; } + if (type !== undefined) { + localVarQueryParameter['type'] = type; + } + if (eInvoice !== undefined) { localVarQueryParameter['e_invoice'] = eInvoice; } @@ -893,12 +898,12 @@ export const IssuedDocumentsApiFp = function(configuration?: Configuration) { * @param {number} companyId The ID of the company. * @param {string} ids Ids of the documents. * @param {JoinIssuedDocumentsGroupEnum} [group] Group items. - * @param {JoinIssuedDocumentsEInvoiceEnum} [eInvoice] New document e_invoice. + * @param {JoinIssuedDocumentsTypeEnum} [type] Type of the documents to be joined * @param {*} [options] Override http request option. * @throws {RequiredError} */ - async joinIssuedDocuments(companyId: number, ids: string, group?: JoinIssuedDocumentsGroupEnum, eInvoice?: JoinIssuedDocumentsEInvoiceEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { - const localVarAxiosArgs = await localVarAxiosParamCreator.joinIssuedDocuments(companyId, ids, group, eInvoice, options); + async joinIssuedDocuments(companyId: number, ids: string, group?: JoinIssuedDocumentsGroupEnum, type?: JoinIssuedDocumentsTypeEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.joinIssuedDocuments(companyId, ids, group, type, options); const localVarOperationServerIndex = configuration?.serverIndex ?? 0; const localVarOperationServerBasePath = operationServerMap['IssuedDocumentsApi.joinIssuedDocuments']?.[localVarOperationServerIndex]?.url; return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); @@ -960,13 +965,14 @@ export const IssuedDocumentsApiFp = function(configuration?: Configuration) { * @param {number} companyId The ID of the company. * @param {number} originalDocumentId Original document id. * @param {string} newType New document type. + * @param {string} [type] Current document type. * @param {TransformIssuedDocumentEInvoiceEnum} [eInvoice] New document e_invoice. * @param {TransformIssuedDocumentTransformKeepCopyEnum} [transformKeepCopy] Keep the old document. * @param {*} [options] Override http request option. * @throws {RequiredError} */ - async transformIssuedDocument(companyId: number, originalDocumentId: number, newType: string, eInvoice?: TransformIssuedDocumentEInvoiceEnum, transformKeepCopy?: TransformIssuedDocumentTransformKeepCopyEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { - const localVarAxiosArgs = await localVarAxiosParamCreator.transformIssuedDocument(companyId, originalDocumentId, newType, eInvoice, transformKeepCopy, options); + async transformIssuedDocument(companyId: number, originalDocumentId: number, newType: string, type?: string, eInvoice?: TransformIssuedDocumentEInvoiceEnum, transformKeepCopy?: TransformIssuedDocumentTransformKeepCopyEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.transformIssuedDocument(companyId, originalDocumentId, newType, type, eInvoice, transformKeepCopy, options); const localVarOperationServerIndex = configuration?.serverIndex ?? 0; const localVarOperationServerBasePath = operationServerMap['IssuedDocumentsApi.transformIssuedDocument']?.[localVarOperationServerIndex]?.url; return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); @@ -1004,7 +1010,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createIssuedDocument(companyId: number, createIssuedDocumentRequest?: CreateIssuedDocumentRequest, options?: any): AxiosPromise { + createIssuedDocument(companyId: number, createIssuedDocumentRequest?: CreateIssuedDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createIssuedDocument(companyId, createIssuedDocumentRequest, options).then((request) => request(axios, basePath)); }, /** @@ -1015,7 +1021,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteIssuedDocument(companyId: number, documentId: number, options?: any): AxiosPromise { + deleteIssuedDocument(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteIssuedDocument(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -1026,7 +1032,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteIssuedDocumentAttachment(companyId: number, documentId: number, options?: any): AxiosPromise { + deleteIssuedDocumentAttachment(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteIssuedDocumentAttachment(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -1037,7 +1043,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getEmailData(companyId: number, documentId: number, options?: any): AxiosPromise { + getEmailData(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getEmailData(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -1049,7 +1055,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getExistingIssuedDocumentTotals(companyId: number, documentId: number, getExistingIssuedDocumentTotalsRequest?: GetExistingIssuedDocumentTotalsRequest, options?: any): AxiosPromise { + getExistingIssuedDocumentTotals(companyId: number, documentId: number, getExistingIssuedDocumentTotalsRequest?: GetExistingIssuedDocumentTotalsRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getExistingIssuedDocumentTotals(companyId, documentId, getExistingIssuedDocumentTotalsRequest, options).then((request) => request(axios, basePath)); }, /** @@ -1062,7 +1068,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getIssuedDocument(companyId: number, documentId: number, fields?: string, fieldset?: GetIssuedDocumentFieldsetEnum, options?: any): AxiosPromise { + getIssuedDocument(companyId: number, documentId: number, fields?: string, fieldset?: GetIssuedDocumentFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getIssuedDocument(companyId, documentId, fields, fieldset, options).then((request) => request(axios, basePath)); }, /** @@ -1073,7 +1079,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getIssuedDocumentPreCreateInfo(companyId: number, type: GetIssuedDocumentPreCreateInfoTypeEnum, options?: any): AxiosPromise { + getIssuedDocumentPreCreateInfo(companyId: number, type: GetIssuedDocumentPreCreateInfoTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getIssuedDocumentPreCreateInfo(companyId, type, options).then((request) => request(axios, basePath)); }, /** @@ -1084,7 +1090,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getNewIssuedDocumentTotals(companyId: number, getNewIssuedDocumentTotalsRequest?: GetNewIssuedDocumentTotalsRequest, options?: any): AxiosPromise { + getNewIssuedDocumentTotals(companyId: number, getNewIssuedDocumentTotalsRequest?: GetNewIssuedDocumentTotalsRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getNewIssuedDocumentTotals(companyId, getNewIssuedDocumentTotalsRequest, options).then((request) => request(axios, basePath)); }, /** @@ -1093,12 +1099,12 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {number} companyId The ID of the company. * @param {string} ids Ids of the documents. * @param {JoinIssuedDocumentsGroupEnum} [group] Group items. - * @param {JoinIssuedDocumentsEInvoiceEnum} [eInvoice] New document e_invoice. + * @param {JoinIssuedDocumentsTypeEnum} [type] Type of the documents to be joined * @param {*} [options] Override http request option. * @throws {RequiredError} */ - joinIssuedDocuments(companyId: number, ids: string, group?: JoinIssuedDocumentsGroupEnum, eInvoice?: JoinIssuedDocumentsEInvoiceEnum, options?: any): AxiosPromise { - return localVarFp.joinIssuedDocuments(companyId, ids, group, eInvoice, options).then((request) => request(axios, basePath)); + joinIssuedDocuments(companyId: number, ids: string, group?: JoinIssuedDocumentsGroupEnum, type?: JoinIssuedDocumentsTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise { + return localVarFp.joinIssuedDocuments(companyId, ids, group, type, options).then((request) => request(axios, basePath)); }, /** * Lists the issued documents. @@ -1115,7 +1121,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listIssuedDocuments(companyId: number, type: ListIssuedDocumentsTypeEnum, fields?: string, fieldset?: ListIssuedDocumentsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, inclusive?: ListIssuedDocumentsInclusiveEnum, options?: any): AxiosPromise { + listIssuedDocuments(companyId: number, type: ListIssuedDocumentsTypeEnum, fields?: string, fieldset?: ListIssuedDocumentsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, inclusive?: ListIssuedDocumentsInclusiveEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listIssuedDocuments(companyId, type, fields, fieldset, sort, page, perPage, q, inclusive, options).then((request) => request(axios, basePath)); }, /** @@ -1127,7 +1133,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyIssuedDocument(companyId: number, documentId: number, modifyIssuedDocumentRequest?: ModifyIssuedDocumentRequest, options?: any): AxiosPromise { + modifyIssuedDocument(companyId: number, documentId: number, modifyIssuedDocumentRequest?: ModifyIssuedDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyIssuedDocument(companyId, documentId, modifyIssuedDocumentRequest, options).then((request) => request(axios, basePath)); }, /** @@ -1139,7 +1145,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - scheduleEmail(companyId: number, documentId: number, scheduleEmailRequest?: ScheduleEmailRequest, options?: any): AxiosPromise { + scheduleEmail(companyId: number, documentId: number, scheduleEmailRequest?: ScheduleEmailRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.scheduleEmail(companyId, documentId, scheduleEmailRequest, options).then((request) => request(axios, basePath)); }, /** @@ -1148,13 +1154,14 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {number} companyId The ID of the company. * @param {number} originalDocumentId Original document id. * @param {string} newType New document type. + * @param {string} [type] Current document type. * @param {TransformIssuedDocumentEInvoiceEnum} [eInvoice] New document e_invoice. * @param {TransformIssuedDocumentTransformKeepCopyEnum} [transformKeepCopy] Keep the old document. * @param {*} [options] Override http request option. * @throws {RequiredError} */ - transformIssuedDocument(companyId: number, originalDocumentId: number, newType: string, eInvoice?: TransformIssuedDocumentEInvoiceEnum, transformKeepCopy?: TransformIssuedDocumentTransformKeepCopyEnum, options?: any): AxiosPromise { - return localVarFp.transformIssuedDocument(companyId, originalDocumentId, newType, eInvoice, transformKeepCopy, options).then((request) => request(axios, basePath)); + transformIssuedDocument(companyId: number, originalDocumentId: number, newType: string, type?: string, eInvoice?: TransformIssuedDocumentEInvoiceEnum, transformKeepCopy?: TransformIssuedDocumentTransformKeepCopyEnum, options?: RawAxiosRequestConfig): AxiosPromise { + return localVarFp.transformIssuedDocument(companyId, originalDocumentId, newType, type, eInvoice, transformKeepCopy, options).then((request) => request(axios, basePath)); }, /** * Uploads an attachment destined to an issued document. The actual association between the document and the attachment must be implemented separately, using the returned token. @@ -1165,7 +1172,7 @@ export const IssuedDocumentsApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - uploadIssuedDocumentAttachment(companyId: number, filename?: string | null, attachment?: File, options?: any): AxiosPromise { + uploadIssuedDocumentAttachment(companyId: number, filename?: string | null, attachment?: File, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.uploadIssuedDocumentAttachment(companyId, filename, attachment, options).then((request) => request(axios, basePath)); }, }; @@ -1187,7 +1194,6 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ createIssuedDocument(companyId: number, createIssuedDocumentRequest?: CreateIssuedDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified document. * @summary Delete Issued Document @@ -1198,7 +1204,6 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ deleteIssuedDocument(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Removes the attachment of the specified document. * @summary Delete Issued Document Attachment @@ -1209,7 +1214,6 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ deleteIssuedDocumentAttachment(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the pre-compiled email details. * @summary Get Email Data @@ -1220,7 +1224,6 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ getEmailData(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Returns the totals for a specified document. * @summary Get Existing Issued Document Totals @@ -1232,7 +1235,6 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ getExistingIssuedDocumentTotals(companyId: number, documentId: number, getExistingIssuedDocumentTotalsRequest?: GetExistingIssuedDocumentTotalsRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified document. * @summary Get Issued Document @@ -1245,7 +1247,6 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ getIssuedDocument(companyId: number, documentId: number, fields?: string, fieldset?: GetIssuedDocumentFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Retrieves the information useful while creating a new document. * @summary Get Issued Document Pre-Create Info @@ -1256,7 +1257,6 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ getIssuedDocumentPreCreateInfo(companyId: number, type: GetIssuedDocumentPreCreateInfoTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Returns the totals for a new document. * @summary Get New Issued Document Totals @@ -1267,20 +1267,18 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ getNewIssuedDocumentTotals(companyId: number, getNewIssuedDocumentTotalsRequest?: GetNewIssuedDocumentTotalsRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Joins issued documents. * @summary Join Issued Documents * @param {number} companyId The ID of the company. * @param {string} ids Ids of the documents. * @param {JoinIssuedDocumentsGroupEnum} [group] Group items. - * @param {JoinIssuedDocumentsEInvoiceEnum} [eInvoice] New document e_invoice. + * @param {JoinIssuedDocumentsTypeEnum} [type] Type of the documents to be joined * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof IssuedDocumentsApiInterface */ - joinIssuedDocuments(companyId: number, ids: string, group?: JoinIssuedDocumentsGroupEnum, eInvoice?: JoinIssuedDocumentsEInvoiceEnum, options?: RawAxiosRequestConfig): AxiosPromise; - + joinIssuedDocuments(companyId: number, ids: string, group?: JoinIssuedDocumentsGroupEnum, type?: JoinIssuedDocumentsTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise; /** * Lists the issued documents. * @summary List Issued Documents @@ -1298,7 +1296,6 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ listIssuedDocuments(companyId: number, type: ListIssuedDocumentsTypeEnum, fields?: string, fieldset?: ListIssuedDocumentsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, inclusive?: ListIssuedDocumentsInclusiveEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified document. * @summary Modify Issued Document @@ -1310,7 +1307,6 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ modifyIssuedDocument(companyId: number, documentId: number, modifyIssuedDocumentRequest?: ModifyIssuedDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Schedules the sending of a document by email. * @summary Schedule Email @@ -1322,21 +1318,20 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ scheduleEmail(companyId: number, documentId: number, scheduleEmailRequest?: ScheduleEmailRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Transforms the document. * @summary Transform Issued Document * @param {number} companyId The ID of the company. * @param {number} originalDocumentId Original document id. * @param {string} newType New document type. + * @param {string} [type] Current document type. * @param {TransformIssuedDocumentEInvoiceEnum} [eInvoice] New document e_invoice. * @param {TransformIssuedDocumentTransformKeepCopyEnum} [transformKeepCopy] Keep the old document. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof IssuedDocumentsApiInterface */ - transformIssuedDocument(companyId: number, originalDocumentId: number, newType: string, eInvoice?: TransformIssuedDocumentEInvoiceEnum, transformKeepCopy?: TransformIssuedDocumentTransformKeepCopyEnum, options?: RawAxiosRequestConfig): AxiosPromise; - + transformIssuedDocument(companyId: number, originalDocumentId: number, newType: string, type?: string, eInvoice?: TransformIssuedDocumentEInvoiceEnum, transformKeepCopy?: TransformIssuedDocumentTransformKeepCopyEnum, options?: RawAxiosRequestConfig): AxiosPromise; /** * Uploads an attachment destined to an issued document. The actual association between the document and the attachment must be implemented separately, using the returned token. * @summary Upload Issued Document Attachment @@ -1348,7 +1343,6 @@ export interface IssuedDocumentsApiInterface { * @memberof IssuedDocumentsApiInterface */ uploadIssuedDocumentAttachment(companyId: number, filename?: string | null, attachment?: File, options?: RawAxiosRequestConfig): AxiosPromise; - } /** @@ -1471,13 +1465,13 @@ export class IssuedDocumentsApi extends BaseAPI implements IssuedDocumentsApiInt * @param {number} companyId The ID of the company. * @param {string} ids Ids of the documents. * @param {JoinIssuedDocumentsGroupEnum} [group] Group items. - * @param {JoinIssuedDocumentsEInvoiceEnum} [eInvoice] New document e_invoice. + * @param {JoinIssuedDocumentsTypeEnum} [type] Type of the documents to be joined * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof IssuedDocumentsApi */ - public joinIssuedDocuments(companyId: number, ids: string, group?: JoinIssuedDocumentsGroupEnum, eInvoice?: JoinIssuedDocumentsEInvoiceEnum, options?: RawAxiosRequestConfig) { - return IssuedDocumentsApiFp(this.configuration).joinIssuedDocuments(companyId, ids, group, eInvoice, options).then((request) => request(this.axios, this.basePath)); + public joinIssuedDocuments(companyId: number, ids: string, group?: JoinIssuedDocumentsGroupEnum, type?: JoinIssuedDocumentsTypeEnum, options?: RawAxiosRequestConfig) { + return IssuedDocumentsApiFp(this.configuration).joinIssuedDocuments(companyId, ids, group, type, options).then((request) => request(this.axios, this.basePath)); } /** @@ -1534,14 +1528,15 @@ export class IssuedDocumentsApi extends BaseAPI implements IssuedDocumentsApiInt * @param {number} companyId The ID of the company. * @param {number} originalDocumentId Original document id. * @param {string} newType New document type. + * @param {string} [type] Current document type. * @param {TransformIssuedDocumentEInvoiceEnum} [eInvoice] New document e_invoice. * @param {TransformIssuedDocumentTransformKeepCopyEnum} [transformKeepCopy] Keep the old document. * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof IssuedDocumentsApi */ - public transformIssuedDocument(companyId: number, originalDocumentId: number, newType: string, eInvoice?: TransformIssuedDocumentEInvoiceEnum, transformKeepCopy?: TransformIssuedDocumentTransformKeepCopyEnum, options?: RawAxiosRequestConfig) { - return IssuedDocumentsApiFp(this.configuration).transformIssuedDocument(companyId, originalDocumentId, newType, eInvoice, transformKeepCopy, options).then((request) => request(this.axios, this.basePath)); + public transformIssuedDocument(companyId: number, originalDocumentId: number, newType: string, type?: string, eInvoice?: TransformIssuedDocumentEInvoiceEnum, transformKeepCopy?: TransformIssuedDocumentTransformKeepCopyEnum, options?: RawAxiosRequestConfig) { + return IssuedDocumentsApiFp(this.configuration).transformIssuedDocument(companyId, originalDocumentId, newType, type, eInvoice, transformKeepCopy, options).then((request) => request(this.axios, this.basePath)); } /** @@ -1595,11 +1590,13 @@ export type JoinIssuedDocumentsGroupEnum = typeof JoinIssuedDocumentsGroupEnum[k /** * @export */ -export const JoinIssuedDocumentsEInvoiceEnum = { - NUMBER_0: 0, - NUMBER_1: 1 +export const JoinIssuedDocumentsTypeEnum = { + DeliveryNotes: 'delivery_notes', + Orders: 'orders', + Quotes: 'quotes', + WorkReports: 'work_reports' } as const; -export type JoinIssuedDocumentsEInvoiceEnum = typeof JoinIssuedDocumentsEInvoiceEnum[keyof typeof JoinIssuedDocumentsEInvoiceEnum]; +export type JoinIssuedDocumentsTypeEnum = typeof JoinIssuedDocumentsTypeEnum[keyof typeof JoinIssuedDocumentsTypeEnum]; /** * @export */ diff --git a/src/api/issued-einvoices-api.ts b/src/api/issued-einvoices-api.ts index f64fc9b..bff44f4 100644 --- a/src/api/issued-einvoices-api.ts +++ b/src/api/issued-einvoices-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -165,7 +165,7 @@ export const IssuedEInvoicesApiAxiosParamCreator = function (configuration?: Con localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -305,7 +305,7 @@ export const IssuedEInvoicesApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getEInvoiceRejectionReason(companyId: number, documentId: number, options?: any): AxiosPromise { + getEInvoiceRejectionReason(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getEInvoiceRejectionReason(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -317,7 +317,7 @@ export const IssuedEInvoicesApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getEInvoiceXml(companyId: number, documentId: number, includeAttachment?: boolean, options?: any): AxiosPromise { + getEInvoiceXml(companyId: number, documentId: number, includeAttachment?: boolean, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getEInvoiceXml(companyId, documentId, includeAttachment, options).then((request) => request(axios, basePath)); }, /** @@ -329,7 +329,7 @@ export const IssuedEInvoicesApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - sendEInvoice(companyId: number, documentId: number, sendEInvoiceRequest?: SendEInvoiceRequest, options?: any): AxiosPromise { + sendEInvoice(companyId: number, documentId: number, sendEInvoiceRequest?: SendEInvoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.sendEInvoice(companyId, documentId, sendEInvoiceRequest, options).then((request) => request(axios, basePath)); }, /** @@ -340,7 +340,7 @@ export const IssuedEInvoicesApiFactory = function (configuration?: Configuration * @param {*} [options] Override http request option. * @throws {RequiredError} */ - verifyEInvoiceXml(companyId: number, documentId: number, options?: any): AxiosPromise { + verifyEInvoiceXml(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.verifyEInvoiceXml(companyId, documentId, options).then((request) => request(axios, basePath)); }, }; @@ -362,7 +362,6 @@ export interface IssuedEInvoicesApiInterface { * @memberof IssuedEInvoicesApiInterface */ getEInvoiceRejectionReason(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Downloads the e-invoice in XML format. * @summary Get E-Invoice XML @@ -374,7 +373,6 @@ export interface IssuedEInvoicesApiInterface { * @memberof IssuedEInvoicesApiInterface */ getEInvoiceXml(companyId: number, documentId: number, includeAttachment?: boolean, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Sends the e-invoice to SDI. * @summary Send E-Invoice @@ -386,7 +384,6 @@ export interface IssuedEInvoicesApiInterface { * @memberof IssuedEInvoicesApiInterface */ sendEInvoice(companyId: number, documentId: number, sendEInvoiceRequest?: SendEInvoiceRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Verifies the e-invoice XML format. Checks if all of the mandatory fields are filled and compliant to the right format. * @summary Verify E-Invoice XML @@ -397,7 +394,6 @@ export interface IssuedEInvoicesApiInterface { * @memberof IssuedEInvoicesApiInterface */ verifyEInvoiceXml(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/products-api.ts b/src/api/products-api.ts index fcc08f2..bf00978 100644 --- a/src/api/products-api.ts +++ b/src/api/products-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -74,7 +74,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -283,7 +283,7 @@ export const ProductsApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -401,7 +401,7 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createProduct(companyId: number, createProductRequest?: CreateProductRequest, options?: any): AxiosPromise { + createProduct(companyId: number, createProductRequest?: CreateProductRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createProduct(companyId, createProductRequest, options).then((request) => request(axios, basePath)); }, /** @@ -412,7 +412,7 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteProduct(companyId: number, productId: number, options?: any): AxiosPromise { + deleteProduct(companyId: number, productId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteProduct(companyId, productId, options).then((request) => request(axios, basePath)); }, /** @@ -425,7 +425,7 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getProduct(companyId: number, productId: number, fields?: string, fieldset?: GetProductFieldsetEnum, options?: any): AxiosPromise { + getProduct(companyId: number, productId: number, fields?: string, fieldset?: GetProductFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getProduct(companyId, productId, fields, fieldset, options).then((request) => request(axios, basePath)); }, /** @@ -441,7 +441,7 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listProducts(companyId: number, fields?: string, fieldset?: ListProductsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: any): AxiosPromise { + listProducts(companyId: number, fields?: string, fieldset?: ListProductsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listProducts(companyId, fields, fieldset, sort, page, perPage, q, options).then((request) => request(axios, basePath)); }, /** @@ -453,7 +453,7 @@ export const ProductsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyProduct(companyId: number, productId: number, modifyProductRequest?: ModifyProductRequest, options?: any): AxiosPromise { + modifyProduct(companyId: number, productId: number, modifyProductRequest?: ModifyProductRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyProduct(companyId, productId, modifyProductRequest, options).then((request) => request(axios, basePath)); }, }; @@ -475,7 +475,6 @@ export interface ProductsApiInterface { * @memberof ProductsApiInterface */ createProduct(companyId: number, createProductRequest?: CreateProductRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified product. * @summary Delete Product @@ -486,7 +485,6 @@ export interface ProductsApiInterface { * @memberof ProductsApiInterface */ deleteProduct(companyId: number, productId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified product. * @summary Get Product @@ -499,7 +497,6 @@ export interface ProductsApiInterface { * @memberof ProductsApiInterface */ getProduct(companyId: number, productId: number, fields?: string, fieldset?: GetProductFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the products. * @summary List Products @@ -515,7 +512,6 @@ export interface ProductsApiInterface { * @memberof ProductsApiInterface */ listProducts(companyId: number, fields?: string, fieldset?: ListProductsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified product. * @summary Modify Product @@ -527,7 +523,6 @@ export interface ProductsApiInterface { * @memberof ProductsApiInterface */ modifyProduct(companyId: number, productId: number, modifyProductRequest?: ModifyProductRequest, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/receipts-api.ts b/src/api/receipts-api.ts index 18c6f15..8bf57a2 100644 --- a/src/api/receipts-api.ts +++ b/src/api/receipts-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -78,7 +78,7 @@ export const ReceiptsApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -377,7 +377,7 @@ export const ReceiptsApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -523,7 +523,7 @@ export const ReceiptsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createReceipt(companyId: number, createReceiptRequest?: CreateReceiptRequest, options?: any): AxiosPromise { + createReceipt(companyId: number, createReceiptRequest?: CreateReceiptRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createReceipt(companyId, createReceiptRequest, options).then((request) => request(axios, basePath)); }, /** @@ -534,7 +534,7 @@ export const ReceiptsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteReceipt(companyId: number, documentId: number, options?: any): AxiosPromise { + deleteReceipt(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteReceipt(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -547,7 +547,7 @@ export const ReceiptsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getReceipt(companyId: number, documentId: number, fields?: string, fieldset?: GetReceiptFieldsetEnum, options?: any): AxiosPromise { + getReceipt(companyId: number, documentId: number, fields?: string, fieldset?: GetReceiptFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getReceipt(companyId, documentId, fields, fieldset, options).then((request) => request(axios, basePath)); }, /** @@ -557,7 +557,7 @@ export const ReceiptsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getReceiptPreCreateInfo(companyId: number, options?: any): AxiosPromise { + getReceiptPreCreateInfo(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getReceiptPreCreateInfo(companyId, options).then((request) => request(axios, basePath)); }, /** @@ -569,7 +569,7 @@ export const ReceiptsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getReceiptsMonthlyTotals(companyId: number, type: GetReceiptsMonthlyTotalsTypeEnum, year: string, options?: any): AxiosPromise { + getReceiptsMonthlyTotals(companyId: number, type: GetReceiptsMonthlyTotalsTypeEnum, year: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getReceiptsMonthlyTotals(companyId, type, year, options).then((request) => request(axios, basePath)); }, /** @@ -585,7 +585,7 @@ export const ReceiptsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listReceipts(companyId: number, fields?: string, fieldset?: ListReceiptsFieldsetEnum, page?: number, perPage?: number, sort?: string, q?: string, options?: any): AxiosPromise { + listReceipts(companyId: number, fields?: string, fieldset?: ListReceiptsFieldsetEnum, page?: number, perPage?: number, sort?: string, q?: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listReceipts(companyId, fields, fieldset, page, perPage, sort, q, options).then((request) => request(axios, basePath)); }, /** @@ -597,7 +597,7 @@ export const ReceiptsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyReceipt(companyId: number, documentId: number, modifyReceiptRequest?: ModifyReceiptRequest, options?: any): AxiosPromise { + modifyReceipt(companyId: number, documentId: number, modifyReceiptRequest?: ModifyReceiptRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyReceipt(companyId, documentId, modifyReceiptRequest, options).then((request) => request(axios, basePath)); }, }; @@ -619,7 +619,6 @@ export interface ReceiptsApiInterface { * @memberof ReceiptsApiInterface */ createReceipt(companyId: number, createReceiptRequest?: CreateReceiptRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified receipt. * @summary Delete Receipt @@ -630,7 +629,6 @@ export interface ReceiptsApiInterface { * @memberof ReceiptsApiInterface */ deleteReceipt(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified receipt. * @summary Get Receipt @@ -643,7 +641,6 @@ export interface ReceiptsApiInterface { * @memberof ReceiptsApiInterface */ getReceipt(companyId: number, documentId: number, fields?: string, fieldset?: GetReceiptFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Retrieves the information useful while creating a new receipt. * @summary Get Receipt Pre-Create Info @@ -653,7 +650,6 @@ export interface ReceiptsApiInterface { * @memberof ReceiptsApiInterface */ getReceiptPreCreateInfo(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Returns the monthly totals by year and receipt type. * @summary Get Receipts Monthly Totals @@ -665,7 +661,6 @@ export interface ReceiptsApiInterface { * @memberof ReceiptsApiInterface */ getReceiptsMonthlyTotals(companyId: number, type: GetReceiptsMonthlyTotalsTypeEnum, year: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the receipts. * @summary List Receipts @@ -681,7 +676,6 @@ export interface ReceiptsApiInterface { * @memberof ReceiptsApiInterface */ listReceipts(companyId: number, fields?: string, fieldset?: ListReceiptsFieldsetEnum, page?: number, perPage?: number, sort?: string, q?: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified receipt. * @summary Modify Receipt @@ -693,7 +687,6 @@ export interface ReceiptsApiInterface { * @memberof ReceiptsApiInterface */ modifyReceipt(companyId: number, documentId: number, modifyReceiptRequest?: ModifyReceiptRequest, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/received-documents-api.ts b/src/api/received-documents-api.ts index a0602b6..9412cf4 100644 --- a/src/api/received-documents-api.ts +++ b/src/api/received-documents-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -86,7 +86,7 @@ export const ReceivedDocumentsApiAxiosParamCreator = function (configuration?: C localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -217,7 +217,7 @@ export const ReceivedDocumentsApiAxiosParamCreator = function (configuration?: C localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -260,7 +260,7 @@ export const ReceivedDocumentsApiAxiosParamCreator = function (configuration?: C localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -479,7 +479,7 @@ export const ReceivedDocumentsApiAxiosParamCreator = function (configuration?: C localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -722,7 +722,7 @@ export const ReceivedDocumentsApiFactory = function (configuration?: Configurati * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createReceivedDocument(companyId: number, createReceivedDocumentRequest?: CreateReceivedDocumentRequest, options?: any): AxiosPromise { + createReceivedDocument(companyId: number, createReceivedDocumentRequest?: CreateReceivedDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createReceivedDocument(companyId, createReceivedDocumentRequest, options).then((request) => request(axios, basePath)); }, /** @@ -733,7 +733,7 @@ export const ReceivedDocumentsApiFactory = function (configuration?: Configurati * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteReceivedDocument(companyId: number, documentId: number, options?: any): AxiosPromise { + deleteReceivedDocument(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteReceivedDocument(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -744,7 +744,7 @@ export const ReceivedDocumentsApiFactory = function (configuration?: Configurati * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteReceivedDocumentAttachment(companyId: number, documentId: number, options?: any): AxiosPromise { + deleteReceivedDocumentAttachment(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteReceivedDocumentAttachment(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -756,7 +756,7 @@ export const ReceivedDocumentsApiFactory = function (configuration?: Configurati * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getExistingReceivedDocumentTotals(companyId: number, documentId: number, getExistingReceivedDocumentTotalsRequest?: GetExistingReceivedDocumentTotalsRequest, options?: any): AxiosPromise { + getExistingReceivedDocumentTotals(companyId: number, documentId: number, getExistingReceivedDocumentTotalsRequest?: GetExistingReceivedDocumentTotalsRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getExistingReceivedDocumentTotals(companyId, documentId, getExistingReceivedDocumentTotalsRequest, options).then((request) => request(axios, basePath)); }, /** @@ -767,7 +767,7 @@ export const ReceivedDocumentsApiFactory = function (configuration?: Configurati * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getNewReceivedDocumentTotals(companyId: number, getNewReceivedDocumentTotalsRequest?: GetNewReceivedDocumentTotalsRequest, options?: any): AxiosPromise { + getNewReceivedDocumentTotals(companyId: number, getNewReceivedDocumentTotalsRequest?: GetNewReceivedDocumentTotalsRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getNewReceivedDocumentTotals(companyId, getNewReceivedDocumentTotalsRequest, options).then((request) => request(axios, basePath)); }, /** @@ -780,7 +780,7 @@ export const ReceivedDocumentsApiFactory = function (configuration?: Configurati * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getReceivedDocument(companyId: number, documentId: number, fields?: string, fieldset?: GetReceivedDocumentFieldsetEnum, options?: any): AxiosPromise { + getReceivedDocument(companyId: number, documentId: number, fields?: string, fieldset?: GetReceivedDocumentFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getReceivedDocument(companyId, documentId, fields, fieldset, options).then((request) => request(axios, basePath)); }, /** @@ -791,7 +791,7 @@ export const ReceivedDocumentsApiFactory = function (configuration?: Configurati * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getReceivedDocumentPreCreateInfo(companyId: number, type: GetReceivedDocumentPreCreateInfoTypeEnum, options?: any): AxiosPromise { + getReceivedDocumentPreCreateInfo(companyId: number, type: GetReceivedDocumentPreCreateInfoTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getReceivedDocumentPreCreateInfo(companyId, type, options).then((request) => request(axios, basePath)); }, /** @@ -808,7 +808,7 @@ export const ReceivedDocumentsApiFactory = function (configuration?: Configurati * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listReceivedDocuments(companyId: number, type: ListReceivedDocumentsTypeEnum, fields?: string, fieldset?: ListReceivedDocumentsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: any): AxiosPromise { + listReceivedDocuments(companyId: number, type: ListReceivedDocumentsTypeEnum, fields?: string, fieldset?: ListReceivedDocumentsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listReceivedDocuments(companyId, type, fields, fieldset, sort, page, perPage, q, options).then((request) => request(axios, basePath)); }, /** @@ -820,7 +820,7 @@ export const ReceivedDocumentsApiFactory = function (configuration?: Configurati * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyReceivedDocument(companyId: number, documentId: number, modifyReceivedDocumentRequest?: ModifyReceivedDocumentRequest, options?: any): AxiosPromise { + modifyReceivedDocument(companyId: number, documentId: number, modifyReceivedDocumentRequest?: ModifyReceivedDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyReceivedDocument(companyId, documentId, modifyReceivedDocumentRequest, options).then((request) => request(axios, basePath)); }, /** @@ -832,7 +832,7 @@ export const ReceivedDocumentsApiFactory = function (configuration?: Configurati * @param {*} [options] Override http request option. * @throws {RequiredError} */ - uploadReceivedDocumentAttachment(companyId: number, filename?: string | null, attachment?: File, options?: any): AxiosPromise { + uploadReceivedDocumentAttachment(companyId: number, filename?: string | null, attachment?: File, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.uploadReceivedDocumentAttachment(companyId, filename, attachment, options).then((request) => request(axios, basePath)); }, }; @@ -854,7 +854,6 @@ export interface ReceivedDocumentsApiInterface { * @memberof ReceivedDocumentsApiInterface */ createReceivedDocument(companyId: number, createReceivedDocumentRequest?: CreateReceivedDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified document. * @summary Delete Received Document @@ -865,7 +864,6 @@ export interface ReceivedDocumentsApiInterface { * @memberof ReceivedDocumentsApiInterface */ deleteReceivedDocument(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Removes the attachment of the specified document. * @summary Delete Received Document Attachment @@ -876,7 +874,6 @@ export interface ReceivedDocumentsApiInterface { * @memberof ReceivedDocumentsApiInterface */ deleteReceivedDocumentAttachment(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Returns the totals for the specified document. * @summary Get Existing Received Document Totals @@ -888,7 +885,6 @@ export interface ReceivedDocumentsApiInterface { * @memberof ReceivedDocumentsApiInterface */ getExistingReceivedDocumentTotals(companyId: number, documentId: number, getExistingReceivedDocumentTotalsRequest?: GetExistingReceivedDocumentTotalsRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Returns the totals for a new document. * @summary Get New Received Document Totals @@ -899,7 +895,6 @@ export interface ReceivedDocumentsApiInterface { * @memberof ReceivedDocumentsApiInterface */ getNewReceivedDocumentTotals(companyId: number, getNewReceivedDocumentTotalsRequest?: GetNewReceivedDocumentTotalsRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified document. * @summary Get Received Document @@ -912,7 +907,6 @@ export interface ReceivedDocumentsApiInterface { * @memberof ReceivedDocumentsApiInterface */ getReceivedDocument(companyId: number, documentId: number, fields?: string, fieldset?: GetReceivedDocumentFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Retrieves the information useful while creating a new document. * @summary Get Received Document Pre-Create Info @@ -923,7 +917,6 @@ export interface ReceivedDocumentsApiInterface { * @memberof ReceivedDocumentsApiInterface */ getReceivedDocumentPreCreateInfo(companyId: number, type: GetReceivedDocumentPreCreateInfoTypeEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the received documents. * @summary List Received Documents @@ -940,7 +933,6 @@ export interface ReceivedDocumentsApiInterface { * @memberof ReceivedDocumentsApiInterface */ listReceivedDocuments(companyId: number, type: ListReceivedDocumentsTypeEnum, fields?: string, fieldset?: ListReceivedDocumentsFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified document. * @summary Modify Received Document @@ -952,7 +944,6 @@ export interface ReceivedDocumentsApiInterface { * @memberof ReceivedDocumentsApiInterface */ modifyReceivedDocument(companyId: number, documentId: number, modifyReceivedDocumentRequest?: ModifyReceivedDocumentRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Uploads an attachment destined to a received document. The actual association between the document and the attachment must be implemented separately, using the returned token. * @summary Upload Received Document Attachment @@ -964,7 +955,6 @@ export interface ReceivedDocumentsApiInterface { * @memberof ReceivedDocumentsApiInterface */ uploadReceivedDocumentAttachment(companyId: number, filename?: string | null, attachment?: File, options?: RawAxiosRequestConfig): AxiosPromise; - } /** @@ -1130,7 +1120,8 @@ export type GetReceivedDocumentFieldsetEnum = typeof GetReceivedDocumentFieldset export const GetReceivedDocumentPreCreateInfoTypeEnum = { Expense: 'expense', PassiveCreditNote: 'passive_credit_note', - PassiveDeliveryNote: 'passive_delivery_note' + PassiveDeliveryNote: 'passive_delivery_note', + SelfInvoice: 'self_invoice' } as const; export type GetReceivedDocumentPreCreateInfoTypeEnum = typeof GetReceivedDocumentPreCreateInfoTypeEnum[keyof typeof GetReceivedDocumentPreCreateInfoTypeEnum]; /** @@ -1139,7 +1130,8 @@ export type GetReceivedDocumentPreCreateInfoTypeEnum = typeof GetReceivedDocumen export const ListReceivedDocumentsTypeEnum = { Expense: 'expense', PassiveCreditNote: 'passive_credit_note', - PassiveDeliveryNote: 'passive_delivery_note' + PassiveDeliveryNote: 'passive_delivery_note', + SelfInvoice: 'self_invoice' } as const; export type ListReceivedDocumentsTypeEnum = typeof ListReceivedDocumentsTypeEnum[keyof typeof ListReceivedDocumentsTypeEnum]; /** diff --git a/src/api/settings-api.ts b/src/api/settings-api.ts index 0778d29..e6551dc 100644 --- a/src/api/settings-api.ts +++ b/src/api/settings-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -42,6 +42,8 @@ import type { GetPaymentAccountResponse } from '../../src/models'; // @ts-ignore import type { GetPaymentMethodResponse } from '../../src/models'; // @ts-ignore +import type { GetTaxProfileResponse } from '../../src/models'; +// @ts-ignore import type { GetVatTypeResponse } from '../../src/models'; // @ts-ignore import type { ModifyPaymentAccountRequest } from '../../src/models'; @@ -92,7 +94,7 @@ export const SettingsApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -135,7 +137,7 @@ export const SettingsApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -178,7 +180,7 @@ export const SettingsApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -411,6 +413,44 @@ export const SettingsApiAxiosParamCreator = function (configuration?: Configurat + setSearchParams(localVarUrlObj, localVarQueryParameter); + let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; + localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; + + return { + url: toPathString(localVarUrlObj), + options: localVarRequestOptions, + }; + }, + /** + * Gets the Tax Profile + * @summary Get Tax Profile + * @param {number} companyId The ID of the company. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + getTaxProfile: async (companyId: number, options: RawAxiosRequestConfig = {}): Promise => { + // verify required parameter 'companyId' is not null or undefined + assertParamExists('getTaxProfile', 'companyId', companyId) + const localVarPath = `/c/{company_id}/settings/tax_profile` + .replace(`{${"company_id"}}`, encodeURIComponent(String(companyId))); + // use dummy base URL string because the URL constructor only accepts absolute URLs. + const localVarUrlObj = new URL(localVarPath, DUMMY_BASE_URL); + let baseOptions; + if (configuration) { + baseOptions = configuration.baseOptions; + } + + const localVarRequestOptions = { method: 'GET', ...baseOptions, ...options}; + const localVarHeaderParameter = {} as any; + const localVarQueryParameter = {} as any; + + // authentication OAuth2AuthenticationCodeFlow required + // oauth required + await setOAuthToObject(localVarHeaderParameter, "OAuth2AuthenticationCodeFlow", ["settings:r"], configuration) + + + setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; localVarRequestOptions.headers = {...localVarHeaderParameter, ...headersFromBaseOptions, ...options.headers}; @@ -497,7 +537,7 @@ export const SettingsApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -544,7 +584,7 @@ export const SettingsApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -591,7 +631,7 @@ export const SettingsApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -729,6 +769,19 @@ export const SettingsApiFp = function(configuration?: Configuration) { const localVarOperationServerBasePath = operationServerMap['SettingsApi.getPaymentMethod']?.[localVarOperationServerIndex]?.url; return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); }, + /** + * Gets the Tax Profile + * @summary Get Tax Profile + * @param {number} companyId The ID of the company. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + async getTaxProfile(companyId: number, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise> { + const localVarAxiosArgs = await localVarAxiosParamCreator.getTaxProfile(companyId, options); + const localVarOperationServerIndex = configuration?.serverIndex ?? 0; + const localVarOperationServerBasePath = operationServerMap['SettingsApi.getTaxProfile']?.[localVarOperationServerIndex]?.url; + return (axios, basePath) => createRequestFunction(localVarAxiosArgs, globalAxios, BASE_PATH, configuration)(axios, localVarOperationServerBasePath || basePath); + }, /** * Gets the specified vat type. * @summary Get Vat Type @@ -806,7 +859,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createPaymentAccount(companyId: number, createPaymentAccountRequest?: CreatePaymentAccountRequest, options?: any): AxiosPromise { + createPaymentAccount(companyId: number, createPaymentAccountRequest?: CreatePaymentAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createPaymentAccount(companyId, createPaymentAccountRequest, options).then((request) => request(axios, basePath)); }, /** @@ -817,7 +870,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createPaymentMethod(companyId: number, createPaymentMethodRequest?: CreatePaymentMethodRequest, options?: any): AxiosPromise { + createPaymentMethod(companyId: number, createPaymentMethodRequest?: CreatePaymentMethodRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createPaymentMethod(companyId, createPaymentMethodRequest, options).then((request) => request(axios, basePath)); }, /** @@ -828,7 +881,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createVatType(companyId: number, createVatTypeRequest?: CreateVatTypeRequest, options?: any): AxiosPromise { + createVatType(companyId: number, createVatTypeRequest?: CreateVatTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createVatType(companyId, createVatTypeRequest, options).then((request) => request(axios, basePath)); }, /** @@ -839,7 +892,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deletePaymentAccount(companyId: number, paymentAccountId: number, options?: any): AxiosPromise { + deletePaymentAccount(companyId: number, paymentAccountId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deletePaymentAccount(companyId, paymentAccountId, options).then((request) => request(axios, basePath)); }, /** @@ -850,7 +903,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deletePaymentMethod(companyId: number, paymentMethodId: number, options?: any): AxiosPromise { + deletePaymentMethod(companyId: number, paymentMethodId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deletePaymentMethod(companyId, paymentMethodId, options).then((request) => request(axios, basePath)); }, /** @@ -861,7 +914,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteVatType(companyId: number, vatTypeId: number, options?: any): AxiosPromise { + deleteVatType(companyId: number, vatTypeId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteVatType(companyId, vatTypeId, options).then((request) => request(axios, basePath)); }, /** @@ -874,7 +927,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getPaymentAccount(companyId: number, paymentAccountId: number, fields?: string, fieldset?: GetPaymentAccountFieldsetEnum, options?: any): AxiosPromise { + getPaymentAccount(companyId: number, paymentAccountId: number, fields?: string, fieldset?: GetPaymentAccountFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getPaymentAccount(companyId, paymentAccountId, fields, fieldset, options).then((request) => request(axios, basePath)); }, /** @@ -887,9 +940,19 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getPaymentMethod(companyId: number, paymentMethodId: number, fields?: string, fieldset?: GetPaymentMethodFieldsetEnum, options?: any): AxiosPromise { + getPaymentMethod(companyId: number, paymentMethodId: number, fields?: string, fieldset?: GetPaymentMethodFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getPaymentMethod(companyId, paymentMethodId, fields, fieldset, options).then((request) => request(axios, basePath)); }, + /** + * Gets the Tax Profile + * @summary Get Tax Profile + * @param {number} companyId The ID of the company. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + */ + getTaxProfile(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise { + return localVarFp.getTaxProfile(companyId, options).then((request) => request(axios, basePath)); + }, /** * Gets the specified vat type. * @summary Get Vat Type @@ -898,7 +961,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getVatType(companyId: number, vatTypeId: number, options?: any): AxiosPromise { + getVatType(companyId: number, vatTypeId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getVatType(companyId, vatTypeId, options).then((request) => request(axios, basePath)); }, /** @@ -910,7 +973,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyPaymentAccount(companyId: number, paymentAccountId: number, modifyPaymentAccountRequest?: ModifyPaymentAccountRequest, options?: any): AxiosPromise { + modifyPaymentAccount(companyId: number, paymentAccountId: number, modifyPaymentAccountRequest?: ModifyPaymentAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyPaymentAccount(companyId, paymentAccountId, modifyPaymentAccountRequest, options).then((request) => request(axios, basePath)); }, /** @@ -922,7 +985,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyPaymentMethod(companyId: number, paymentMethodId: number, modifyPaymentMethodRequest?: ModifyPaymentMethodRequest, options?: any): AxiosPromise { + modifyPaymentMethod(companyId: number, paymentMethodId: number, modifyPaymentMethodRequest?: ModifyPaymentMethodRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyPaymentMethod(companyId, paymentMethodId, modifyPaymentMethodRequest, options).then((request) => request(axios, basePath)); }, /** @@ -934,7 +997,7 @@ export const SettingsApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyVatType(companyId: number, vatTypeId: number, modifyVatTypeRequest?: ModifyVatTypeRequest, options?: any): AxiosPromise { + modifyVatType(companyId: number, vatTypeId: number, modifyVatTypeRequest?: ModifyVatTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyVatType(companyId, vatTypeId, modifyVatTypeRequest, options).then((request) => request(axios, basePath)); }, }; @@ -956,7 +1019,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ createPaymentAccount(companyId: number, createPaymentAccountRequest?: CreatePaymentAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Creates a new payment method. * @summary Create Payment Method @@ -967,7 +1029,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ createPaymentMethod(companyId: number, createPaymentMethodRequest?: CreatePaymentMethodRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Creates a vat type. * @summary Create Vat Type @@ -978,7 +1039,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ createVatType(companyId: number, createVatTypeRequest?: CreateVatTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified payment account. * @summary Delete Payment Account @@ -989,7 +1049,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ deletePaymentAccount(companyId: number, paymentAccountId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified payment method. * @summary Delete Payment Method @@ -1000,7 +1059,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ deletePaymentMethod(companyId: number, paymentMethodId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified vat type. * @summary Delete Vat Type @@ -1011,7 +1069,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ deleteVatType(companyId: number, vatTypeId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified payment account. * @summary Get Payment Account @@ -1024,7 +1081,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ getPaymentAccount(companyId: number, paymentAccountId: number, fields?: string, fieldset?: GetPaymentAccountFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified payment method. * @summary Get Payment Method @@ -1037,7 +1093,15 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ getPaymentMethod(companyId: number, paymentMethodId: number, fields?: string, fieldset?: GetPaymentMethodFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - + /** + * Gets the Tax Profile + * @summary Get Tax Profile + * @param {number} companyId The ID of the company. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @memberof SettingsApiInterface + */ + getTaxProfile(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise; /** * Gets the specified vat type. * @summary Get Vat Type @@ -1048,7 +1112,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ getVatType(companyId: number, vatTypeId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified payment account. * @summary Modify Payment Account @@ -1060,7 +1123,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ modifyPaymentAccount(companyId: number, paymentAccountId: number, modifyPaymentAccountRequest?: ModifyPaymentAccountRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified payment method. * @summary Modify Payment Method @@ -1072,7 +1134,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ modifyPaymentMethod(companyId: number, paymentMethodId: number, modifyPaymentMethodRequest?: ModifyPaymentMethodRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified vat type. * @summary Modify Vat Type @@ -1084,7 +1145,6 @@ export interface SettingsApiInterface { * @memberof SettingsApiInterface */ modifyVatType(companyId: number, vatTypeId: number, modifyVatTypeRequest?: ModifyVatTypeRequest, options?: RawAxiosRequestConfig): AxiosPromise; - } /** @@ -1202,6 +1262,18 @@ export class SettingsApi extends BaseAPI implements SettingsApiInterface { return SettingsApiFp(this.configuration).getPaymentMethod(companyId, paymentMethodId, fields, fieldset, options).then((request) => request(this.axios, this.basePath)); } + /** + * Gets the Tax Profile + * @summary Get Tax Profile + * @param {number} companyId The ID of the company. + * @param {*} [options] Override http request option. + * @throws {RequiredError} + * @memberof SettingsApi + */ + public getTaxProfile(companyId: number, options?: RawAxiosRequestConfig) { + return SettingsApiFp(this.configuration).getTaxProfile(companyId, options).then((request) => request(this.axios, this.basePath)); + } + /** * Gets the specified vat type. * @summary Get Vat Type diff --git a/src/api/suppliers-api.ts b/src/api/suppliers-api.ts index 7511409..366754a 100644 --- a/src/api/suppliers-api.ts +++ b/src/api/suppliers-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -74,7 +74,7 @@ export const SuppliersApiAxiosParamCreator = function (configuration?: Configura localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -283,7 +283,7 @@ export const SuppliersApiAxiosParamCreator = function (configuration?: Configura localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -401,7 +401,7 @@ export const SuppliersApiFactory = function (configuration?: Configuration, base * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createSupplier(companyId: number, createSupplierRequest?: CreateSupplierRequest, options?: any): AxiosPromise { + createSupplier(companyId: number, createSupplierRequest?: CreateSupplierRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createSupplier(companyId, createSupplierRequest, options).then((request) => request(axios, basePath)); }, /** @@ -412,7 +412,7 @@ export const SuppliersApiFactory = function (configuration?: Configuration, base * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteSupplier(companyId: number, supplierId: number, options?: any): AxiosPromise { + deleteSupplier(companyId: number, supplierId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteSupplier(companyId, supplierId, options).then((request) => request(axios, basePath)); }, /** @@ -425,7 +425,7 @@ export const SuppliersApiFactory = function (configuration?: Configuration, base * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getSupplier(companyId: number, supplierId: number, fields?: string, fieldset?: GetSupplierFieldsetEnum, options?: any): AxiosPromise { + getSupplier(companyId: number, supplierId: number, fields?: string, fieldset?: GetSupplierFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getSupplier(companyId, supplierId, fields, fieldset, options).then((request) => request(axios, basePath)); }, /** @@ -441,7 +441,7 @@ export const SuppliersApiFactory = function (configuration?: Configuration, base * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listSuppliers(companyId: number, fields?: string, fieldset?: ListSuppliersFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: any): AxiosPromise { + listSuppliers(companyId: number, fields?: string, fieldset?: ListSuppliersFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listSuppliers(companyId, fields, fieldset, sort, page, perPage, q, options).then((request) => request(axios, basePath)); }, /** @@ -453,7 +453,7 @@ export const SuppliersApiFactory = function (configuration?: Configuration, base * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifySupplier(companyId: number, supplierId: number, modifySupplierRequest?: ModifySupplierRequest, options?: any): AxiosPromise { + modifySupplier(companyId: number, supplierId: number, modifySupplierRequest?: ModifySupplierRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifySupplier(companyId, supplierId, modifySupplierRequest, options).then((request) => request(axios, basePath)); }, }; @@ -475,7 +475,6 @@ export interface SuppliersApiInterface { * @memberof SuppliersApiInterface */ createSupplier(companyId: number, createSupplierRequest?: CreateSupplierRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Deletes the specified supplier. * @summary Delete Supplier @@ -486,7 +485,6 @@ export interface SuppliersApiInterface { * @memberof SuppliersApiInterface */ deleteSupplier(companyId: number, supplierId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified supplier. * @summary Get Supplier @@ -499,7 +497,6 @@ export interface SuppliersApiInterface { * @memberof SuppliersApiInterface */ getSupplier(companyId: number, supplierId: number, fields?: string, fieldset?: GetSupplierFieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the suppliers. * @summary List Suppliers @@ -515,7 +512,6 @@ export interface SuppliersApiInterface { * @memberof SuppliersApiInterface */ listSuppliers(companyId: number, fields?: string, fieldset?: ListSuppliersFieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified supplier. * @summary Modify Supplier @@ -527,7 +523,6 @@ export interface SuppliersApiInterface { * @memberof SuppliersApiInterface */ modifySupplier(companyId: number, supplierId: number, modifySupplierRequest?: ModifySupplierRequest, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/taxes-api.ts b/src/api/taxes-api.ts index 44e5bbb..ad5ce81 100644 --- a/src/api/taxes-api.ts +++ b/src/api/taxes-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -76,7 +76,7 @@ export const TaxesApiAxiosParamCreator = function (configuration?: Configuration localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -327,7 +327,7 @@ export const TaxesApiAxiosParamCreator = function (configuration?: Configuration localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -526,7 +526,7 @@ export const TaxesApiFactory = function (configuration?: Configuration, basePath * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createF24(companyId: number, createF24Request?: CreateF24Request, options?: any): AxiosPromise { + createF24(companyId: number, createF24Request?: CreateF24Request, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createF24(companyId, createF24Request, options).then((request) => request(axios, basePath)); }, /** @@ -537,7 +537,7 @@ export const TaxesApiFactory = function (configuration?: Configuration, basePath * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteF24(companyId: number, documentId: number, options?: any): AxiosPromise { + deleteF24(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteF24(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -548,7 +548,7 @@ export const TaxesApiFactory = function (configuration?: Configuration, basePath * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteF24Attachment(companyId: number, documentId: number, options?: any): AxiosPromise { + deleteF24Attachment(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteF24Attachment(companyId, documentId, options).then((request) => request(axios, basePath)); }, /** @@ -561,7 +561,7 @@ export const TaxesApiFactory = function (configuration?: Configuration, basePath * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getF24(companyId: number, documentId: number, fields?: string, fieldset?: GetF24FieldsetEnum, options?: any): AxiosPromise { + getF24(companyId: number, documentId: number, fields?: string, fieldset?: GetF24FieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getF24(companyId, documentId, fields, fieldset, options).then((request) => request(axios, basePath)); }, /** @@ -577,7 +577,7 @@ export const TaxesApiFactory = function (configuration?: Configuration, basePath * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listF24(companyId: number, fields?: string, fieldset?: ListF24FieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: any): AxiosPromise { + listF24(companyId: number, fields?: string, fieldset?: ListF24FieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listF24(companyId, fields, fieldset, sort, page, perPage, q, options).then((request) => request(axios, basePath)); }, /** @@ -589,7 +589,7 @@ export const TaxesApiFactory = function (configuration?: Configuration, basePath * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyF24(companyId: number, documentId: number, modifyF24Request?: ModifyF24Request, options?: any): AxiosPromise { + modifyF24(companyId: number, documentId: number, modifyF24Request?: ModifyF24Request, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyF24(companyId, documentId, modifyF24Request, options).then((request) => request(axios, basePath)); }, /** @@ -601,7 +601,7 @@ export const TaxesApiFactory = function (configuration?: Configuration, basePath * @param {*} [options] Override http request option. * @throws {RequiredError} */ - uploadF24Attachment(companyId: number, filename?: string | null, attachment?: File, options?: any): AxiosPromise { + uploadF24Attachment(companyId: number, filename?: string | null, attachment?: File, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.uploadF24Attachment(companyId, filename, attachment, options).then((request) => request(axios, basePath)); }, }; @@ -623,7 +623,6 @@ export interface TaxesApiInterface { * @memberof TaxesApiInterface */ createF24(companyId: number, createF24Request?: CreateF24Request, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Removes the specified F24. * @summary Delete F24 @@ -634,7 +633,6 @@ export interface TaxesApiInterface { * @memberof TaxesApiInterface */ deleteF24(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Removes the attachment of the specified F24. * @summary Delete F24 Attachment @@ -645,7 +643,6 @@ export interface TaxesApiInterface { * @memberof TaxesApiInterface */ deleteF24Attachment(companyId: number, documentId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Gets the specified F24. * @summary Get F24 @@ -658,7 +655,6 @@ export interface TaxesApiInterface { * @memberof TaxesApiInterface */ getF24(companyId: number, documentId: number, fields?: string, fieldset?: GetF24FieldsetEnum, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the F24s. * @summary List F24 @@ -674,7 +670,6 @@ export interface TaxesApiInterface { * @memberof TaxesApiInterface */ listF24(companyId: number, fields?: string, fieldset?: ListF24FieldsetEnum, sort?: string, page?: number, perPage?: number, q?: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Modifies the specified F24. * @summary Modify F24 @@ -686,7 +681,6 @@ export interface TaxesApiInterface { * @memberof TaxesApiInterface */ modifyF24(companyId: number, documentId: number, modifyF24Request?: ModifyF24Request, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Uploads an attachment destined to a F24. The actual association between the document and the attachment must be implemented separately, using the returned token. * @summary Upload F24 Attachment @@ -698,7 +692,6 @@ export interface TaxesApiInterface { * @memberof TaxesApiInterface */ uploadF24Attachment(companyId: number, filename?: string | null, attachment?: File, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/user-api.ts b/src/api/user-api.ts index 4fe35b0..bfef18f 100644 --- a/src/api/user-api.ts +++ b/src/api/user-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -153,7 +153,7 @@ export const UserApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getUserInfo(options?: any): AxiosPromise { + getUserInfo(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getUserInfo(options).then((request) => request(axios, basePath)); }, /** @@ -162,7 +162,7 @@ export const UserApiFactory = function (configuration?: Configuration, basePath? * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listUserCompanies(options?: any): AxiosPromise { + listUserCompanies(options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listUserCompanies(options).then((request) => request(axios, basePath)); }, }; @@ -182,7 +182,6 @@ export interface UserApiInterface { * @memberof UserApiInterface */ getUserInfo(options?: RawAxiosRequestConfig): AxiosPromise; - /** * Lists the companies controlled by the current user. * @summary List User Companies @@ -191,7 +190,6 @@ export interface UserApiInterface { * @memberof UserApiInterface */ listUserCompanies(options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/api/webhooks-api.ts b/src/api/webhooks-api.ts index 5244025..c3ea4c3 100644 --- a/src/api/webhooks-api.ts +++ b/src/api/webhooks-api.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -74,7 +74,7 @@ export const WebhooksApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -243,7 +243,7 @@ export const WebhooksApiAxiosParamCreator = function (configuration?: Configurat localVarHeaderParameter['Content-Type'] = 'application/json'; - localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.0/TypeScript-SDK'; + localVarHeaderParameter['User-Agent'] = 'FattureInCloud/2.1.1/TypeScript-SDK'; setSearchParams(localVarUrlObj, localVarQueryParameter); let headersFromBaseOptions = baseOptions && baseOptions.headers ? baseOptions.headers : {}; @@ -353,7 +353,7 @@ export const WebhooksApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - createWebhooksSubscription(companyId: number, createWebhooksSubscriptionRequest?: CreateWebhooksSubscriptionRequest, options?: any): AxiosPromise { + createWebhooksSubscription(companyId: number, createWebhooksSubscriptionRequest?: CreateWebhooksSubscriptionRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.createWebhooksSubscription(companyId, createWebhooksSubscriptionRequest, options).then((request) => request(axios, basePath)); }, /** @@ -364,7 +364,7 @@ export const WebhooksApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - deleteWebhooksSubscription(companyId: number, subscriptionId: string, options?: any): AxiosPromise { + deleteWebhooksSubscription(companyId: number, subscriptionId: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.deleteWebhooksSubscription(companyId, subscriptionId, options).then((request) => request(axios, basePath)); }, /** @@ -375,7 +375,7 @@ export const WebhooksApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - getWebhooksSubscription(companyId: number, subscriptionId: string, options?: any): AxiosPromise { + getWebhooksSubscription(companyId: number, subscriptionId: string, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.getWebhooksSubscription(companyId, subscriptionId, options).then((request) => request(axios, basePath)); }, /** @@ -385,7 +385,7 @@ export const WebhooksApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - listWebhooksSubscriptions(companyId: number, options?: any): AxiosPromise { + listWebhooksSubscriptions(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.listWebhooksSubscriptions(companyId, options).then((request) => request(axios, basePath)); }, /** @@ -397,7 +397,7 @@ export const WebhooksApiFactory = function (configuration?: Configuration, baseP * @param {*} [options] Override http request option. * @throws {RequiredError} */ - modifyWebhooksSubscription(companyId: number, subscriptionId: string, modifyWebhooksSubscriptionRequest?: ModifyWebhooksSubscriptionRequest, options?: any): AxiosPromise { + modifyWebhooksSubscription(companyId: number, subscriptionId: string, modifyWebhooksSubscriptionRequest?: ModifyWebhooksSubscriptionRequest, options?: RawAxiosRequestConfig): AxiosPromise { return localVarFp.modifyWebhooksSubscription(companyId, subscriptionId, modifyWebhooksSubscriptionRequest, options).then((request) => request(axios, basePath)); }, }; @@ -419,7 +419,6 @@ export interface WebhooksApiInterface { * @memberof WebhooksApiInterface */ createWebhooksSubscription(companyId: number, createWebhooksSubscriptionRequest?: CreateWebhooksSubscriptionRequest, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Delete a webhooks subscription. * @summary Delete Webhooks Subscription @@ -430,7 +429,6 @@ export interface WebhooksApiInterface { * @memberof WebhooksApiInterface */ deleteWebhooksSubscription(companyId: number, subscriptionId: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Get a webhooks subscription. * @summary Get Webhooks Subscription @@ -441,7 +439,6 @@ export interface WebhooksApiInterface { * @memberof WebhooksApiInterface */ getWebhooksSubscription(companyId: number, subscriptionId: string, options?: RawAxiosRequestConfig): AxiosPromise; - /** * List active webhooks subscriptions. * @summary List Webhooks Subscriptions @@ -451,7 +448,6 @@ export interface WebhooksApiInterface { * @memberof WebhooksApiInterface */ listWebhooksSubscriptions(companyId: number, options?: RawAxiosRequestConfig): AxiosPromise; - /** * Edit a webhooks subscription. * @summary Modify Webhooks Subscription @@ -463,7 +459,6 @@ export interface WebhooksApiInterface { * @memberof WebhooksApiInterface */ modifyWebhooksSubscription(companyId: number, subscriptionId: string, modifyWebhooksSubscriptionRequest?: ModifyWebhooksSubscriptionRequest, options?: RawAxiosRequestConfig): AxiosPromise; - } /** diff --git a/src/models/archive-document.ts b/src/models/archive-document.ts index b6c5341..9c1f4df 100644 --- a/src/models/archive-document.ts +++ b/src/models/archive-document.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/attachment-data.ts b/src/models/attachment-data.ts index 6410a3f..ed53430 100644 --- a/src/models/attachment-data.ts +++ b/src/models/attachment-data.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/cashbook-entry-document.ts b/src/models/cashbook-entry-document.ts index e845662..0fc8499 100644 --- a/src/models/cashbook-entry-document.ts +++ b/src/models/cashbook-entry-document.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/cashbook-entry-kind.ts b/src/models/cashbook-entry-kind.ts index 3b2b579..350ec64 100644 --- a/src/models/cashbook-entry-kind.ts +++ b/src/models/cashbook-entry-kind.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/cashbook-entry-type.ts b/src/models/cashbook-entry-type.ts index 3c42e80..86a606a 100644 --- a/src/models/cashbook-entry-type.ts +++ b/src/models/cashbook-entry-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/cashbook-entry.ts b/src/models/cashbook-entry.ts index 6be7e41..7325175 100644 --- a/src/models/cashbook-entry.ts +++ b/src/models/cashbook-entry.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/city.ts b/src/models/city.ts index c3dbc27..85bcc05 100644 --- a/src/models/city.ts +++ b/src/models/city.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/client-type.ts b/src/models/client-type.ts index 35ab8f4..c4d3bdb 100644 --- a/src/models/client-type.ts +++ b/src/models/client-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/client.ts b/src/models/client.ts index c764d10..ebfba6b 100644 --- a/src/models/client.ts +++ b/src/models/client.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/company-info-access-info.ts b/src/models/company-info-access-info.ts index a1f3a8f..6ecc822 100644 --- a/src/models/company-info-access-info.ts +++ b/src/models/company-info-access-info.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/company-info-plan-info-functions-status.ts b/src/models/company-info-plan-info-functions-status.ts index a2b6dee..046ab5d 100644 --- a/src/models/company-info-plan-info-functions-status.ts +++ b/src/models/company-info-plan-info-functions-status.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/company-info-plan-info-functions.ts b/src/models/company-info-plan-info-functions.ts index 647306c..fb5f0f0 100644 --- a/src/models/company-info-plan-info-functions.ts +++ b/src/models/company-info-plan-info-functions.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/company-info-plan-info-limits.ts b/src/models/company-info-plan-info-limits.ts index c91d6a2..7a84edf 100644 --- a/src/models/company-info-plan-info-limits.ts +++ b/src/models/company-info-plan-info-limits.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/company-info-plan-info.ts b/src/models/company-info-plan-info.ts index 192e6fe..4dbbf22 100644 --- a/src/models/company-info-plan-info.ts +++ b/src/models/company-info-plan-info.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/company-info.ts b/src/models/company-info.ts index 7518d32..a40ce7c 100644 --- a/src/models/company-info.ts +++ b/src/models/company-info.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/company-plan-usage.ts b/src/models/company-plan-usage.ts index aee42b6..3ef64a4 100644 --- a/src/models/company-plan-usage.ts +++ b/src/models/company-plan-usage.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/company-type.ts b/src/models/company-type.ts index b2512a8..6a67b60 100644 --- a/src/models/company-type.ts +++ b/src/models/company-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/company.ts b/src/models/company.ts index e429f67..719849b 100644 --- a/src/models/company.ts +++ b/src/models/company.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/controlled-company.ts b/src/models/controlled-company.ts index c82c09d..af760d5 100644 --- a/src/models/controlled-company.ts +++ b/src/models/controlled-company.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-archive-document-request.ts b/src/models/create-archive-document-request.ts index f426bdd..d8f3d4a 100644 --- a/src/models/create-archive-document-request.ts +++ b/src/models/create-archive-document-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-archive-document-response.ts b/src/models/create-archive-document-response.ts index 0b202a6..a543779 100644 --- a/src/models/create-archive-document-response.ts +++ b/src/models/create-archive-document-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-cashbook-entry-request.ts b/src/models/create-cashbook-entry-request.ts index 532fe90..e526235 100644 --- a/src/models/create-cashbook-entry-request.ts +++ b/src/models/create-cashbook-entry-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-cashbook-entry-response.ts b/src/models/create-cashbook-entry-response.ts index 3c86c09..631da29 100644 --- a/src/models/create-cashbook-entry-response.ts +++ b/src/models/create-cashbook-entry-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-client-request.ts b/src/models/create-client-request.ts index 9b84352..dde4183 100644 --- a/src/models/create-client-request.ts +++ b/src/models/create-client-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-client-response.ts b/src/models/create-client-response.ts index 45b8372..5c41ae6 100644 --- a/src/models/create-client-response.ts +++ b/src/models/create-client-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-f24-request.ts b/src/models/create-f24-request.ts index 13442cc..9114f7b 100644 --- a/src/models/create-f24-request.ts +++ b/src/models/create-f24-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-f24-response.ts b/src/models/create-f24-response.ts index fa5bc1a..4fc9f37 100644 --- a/src/models/create-f24-response.ts +++ b/src/models/create-f24-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-issued-document-request.ts b/src/models/create-issued-document-request.ts index 7a42452..4a2b78e 100644 --- a/src/models/create-issued-document-request.ts +++ b/src/models/create-issued-document-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-issued-document-response.ts b/src/models/create-issued-document-response.ts index 7455657..4f671d8 100644 --- a/src/models/create-issued-document-response.ts +++ b/src/models/create-issued-document-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-payment-account-request.ts b/src/models/create-payment-account-request.ts index 2de1f85..4a723b1 100644 --- a/src/models/create-payment-account-request.ts +++ b/src/models/create-payment-account-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-payment-account-response.ts b/src/models/create-payment-account-response.ts index 73fda63..a90c82c 100644 --- a/src/models/create-payment-account-response.ts +++ b/src/models/create-payment-account-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-payment-method-request.ts b/src/models/create-payment-method-request.ts index d22f761..f85548f 100644 --- a/src/models/create-payment-method-request.ts +++ b/src/models/create-payment-method-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-payment-method-response.ts b/src/models/create-payment-method-response.ts index a2dda9c..1171237 100644 --- a/src/models/create-payment-method-response.ts +++ b/src/models/create-payment-method-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-product-request.ts b/src/models/create-product-request.ts index f92dc07..6cd71dd 100644 --- a/src/models/create-product-request.ts +++ b/src/models/create-product-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-product-response.ts b/src/models/create-product-response.ts index f17c77d..8ed8f1e 100644 --- a/src/models/create-product-response.ts +++ b/src/models/create-product-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-receipt-request.ts b/src/models/create-receipt-request.ts index d20cb26..04530af 100644 --- a/src/models/create-receipt-request.ts +++ b/src/models/create-receipt-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-receipt-response.ts b/src/models/create-receipt-response.ts index c1db82c..754c5e4 100644 --- a/src/models/create-receipt-response.ts +++ b/src/models/create-receipt-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-received-document-request.ts b/src/models/create-received-document-request.ts index e03c453..8dbdae6 100644 --- a/src/models/create-received-document-request.ts +++ b/src/models/create-received-document-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-received-document-response.ts b/src/models/create-received-document-response.ts index 6e7c5be..e67a521 100644 --- a/src/models/create-received-document-response.ts +++ b/src/models/create-received-document-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-supplier-request.ts b/src/models/create-supplier-request.ts index d089603..2b1ce22 100644 --- a/src/models/create-supplier-request.ts +++ b/src/models/create-supplier-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-supplier-response.ts b/src/models/create-supplier-response.ts index 5533d7c..6c70f2a 100644 --- a/src/models/create-supplier-response.ts +++ b/src/models/create-supplier-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-vat-type-request.ts b/src/models/create-vat-type-request.ts index c559dbf..99d9aa8 100644 --- a/src/models/create-vat-type-request.ts +++ b/src/models/create-vat-type-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-vat-type-response.ts b/src/models/create-vat-type-response.ts index a3df27f..15b5241 100644 --- a/src/models/create-vat-type-response.ts +++ b/src/models/create-vat-type-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-webhooks-subscription-request.ts b/src/models/create-webhooks-subscription-request.ts index 0ad6da8..faa5ab5 100644 --- a/src/models/create-webhooks-subscription-request.ts +++ b/src/models/create-webhooks-subscription-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/create-webhooks-subscription-response.ts b/src/models/create-webhooks-subscription-response.ts index 77fbbb1..345a664 100644 --- a/src/models/create-webhooks-subscription-response.ts +++ b/src/models/create-webhooks-subscription-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/currency.ts b/src/models/currency.ts index 1174ee5..4e14eaf 100644 --- a/src/models/currency.ts +++ b/src/models/currency.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/detailed-country.ts b/src/models/detailed-country.ts index d6f755f..f1dfb91 100644 --- a/src/models/detailed-country.ts +++ b/src/models/detailed-country.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/document-template.ts b/src/models/document-template.ts index 9d8433d..3cfdb96 100644 --- a/src/models/document-template.ts +++ b/src/models/document-template.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/einvoice-rejection-reason.ts b/src/models/einvoice-rejection-reason.ts index 65469a6..8444c6a 100644 --- a/src/models/einvoice-rejection-reason.ts +++ b/src/models/einvoice-rejection-reason.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/email-attachment.ts b/src/models/email-attachment.ts index 0ab1eec..8b7ca66 100644 --- a/src/models/email-attachment.ts +++ b/src/models/email-attachment.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/email-data-default-sender-email.ts b/src/models/email-data-default-sender-email.ts index 88243da..75c2e44 100644 --- a/src/models/email-data-default-sender-email.ts +++ b/src/models/email-data-default-sender-email.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/email-data.ts b/src/models/email-data.ts index 6b4f6a8..99fecf8 100644 --- a/src/models/email-data.ts +++ b/src/models/email-data.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/email-recipient-status.ts b/src/models/email-recipient-status.ts index 0d9f4b0..8d67d93 100644 --- a/src/models/email-recipient-status.ts +++ b/src/models/email-recipient-status.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/email-schedule-include.ts b/src/models/email-schedule-include.ts index 0e87c75..bcbeede 100644 --- a/src/models/email-schedule-include.ts +++ b/src/models/email-schedule-include.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/email-schedule.ts b/src/models/email-schedule.ts index 6177344..c96ffb3 100644 --- a/src/models/email-schedule.ts +++ b/src/models/email-schedule.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/email-status.ts b/src/models/email-status.ts index c538ebb..f74e1f9 100644 --- a/src/models/email-status.ts +++ b/src/models/email-status.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/email.ts b/src/models/email.ts index 8ae5df3..3f3ba9d 100644 --- a/src/models/email.ts +++ b/src/models/email.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/entity-type.ts b/src/models/entity-type.ts index 030e211..8d24249 100644 --- a/src/models/entity-type.ts +++ b/src/models/entity-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/entity.ts b/src/models/entity.ts index 2f165a6..cfe547f 100644 --- a/src/models/entity.ts +++ b/src/models/entity.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/event-type.ts b/src/models/event-type.ts index 46e08c2..3a6e28b 100644 --- a/src/models/event-type.ts +++ b/src/models/event-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -83,7 +83,18 @@ export const EventType = { EntitiesAllUpdate: 'it.fattureincloud.webhooks.entities.all.update', EntitiesAllDelete: 'it.fattureincloud.webhooks.entities.all.delete', IssuedDocumentsEInvoicesStatusUpdate: 'it.fattureincloud.webhooks.issued_documents.e_invoices.status_update', - ReceivedDocumentsEInvoicesReceive: 'it.fattureincloud.webhooks.received_documents.e_invoices.receive' + ReceivedDocumentsEInvoicesReceive: 'it.fattureincloud.webhooks.received_documents.e_invoices.receive', + IssuedDocumentsInvoicesEmailSent: 'it.fattureincloud.webhooks.issued_documents.invoices.email_sent', + IssuedDocumentsQuotesEmailSent: 'it.fattureincloud.webhooks.issued_documents.quotes.email_sent', + IssuedDocumentsProformasEmailSent: 'it.fattureincloud.webhooks.issued_documents.proformas.email_sent', + IssuedDocumentsReceiptsEmailSent: 'it.fattureincloud.webhooks.issued_documents.receipts.email_sent', + IssuedDocumentsDeliveryNotesEmailSent: 'it.fattureincloud.webhooks.issued_documents.delivery_notes.email_sent', + IssuedDocumentsCreditNotesEmailSent: 'it.fattureincloud.webhooks.issued_documents.credit_notes.email_sent', + IssuedDocumentsOrdersEmailSent: 'it.fattureincloud.webhooks.issued_documents.orders.email_sent', + IssuedDocumentsWorkReportsEmailSent: 'it.fattureincloud.webhooks.issued_documents.work_reports.email_sent', + IssuedDocumentsSupplierOrdersEmailSent: 'it.fattureincloud.webhooks.issued_documents.supplier_orders.email_sent', + IssuedDocumentsSelfInvoicesEmailSent: 'it.fattureincloud.webhooks.issued_documents.self_invoices.email_sent', + IssuedDocumentsAllEmailSent: 'it.fattureincloud.webhooks.issued_documents.all.email_sent' } as const; export type EventType = typeof EventType[keyof typeof EventType]; diff --git a/src/models/f24-status.ts b/src/models/f24-status.ts index 1c12aa7..98ef7d9 100644 --- a/src/models/f24-status.ts +++ b/src/models/f24-status.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/f24.ts b/src/models/f24.ts index bd0deeb..78a97aa 100644 --- a/src/models/f24.ts +++ b/src/models/f24.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/fatture-in-cloud-plan-type.ts b/src/models/fatture-in-cloud-plan-type.ts index 635d6c8..154dfea 100644 --- a/src/models/fatture-in-cloud-plan-type.ts +++ b/src/models/fatture-in-cloud-plan-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/function-status.ts b/src/models/function-status.ts index 572d0b7..5d5af41 100644 --- a/src/models/function-status.ts +++ b/src/models/function-status.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-archive-document-response.ts b/src/models/get-archive-document-response.ts index 545e75a..4be0cde 100644 --- a/src/models/get-archive-document-response.ts +++ b/src/models/get-archive-document-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-cashbook-entry-response.ts b/src/models/get-cashbook-entry-response.ts index 7358e5a..4f21df4 100644 --- a/src/models/get-cashbook-entry-response.ts +++ b/src/models/get-cashbook-entry-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-client-response.ts b/src/models/get-client-response.ts index 96e16ce..6273bb3 100644 --- a/src/models/get-client-response.ts +++ b/src/models/get-client-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-company-info-response.ts b/src/models/get-company-info-response.ts index ecaabba..51953d8 100644 --- a/src/models/get-company-info-response.ts +++ b/src/models/get-company-info-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-company-plan-usage-response.ts b/src/models/get-company-plan-usage-response.ts index 90eb096..1e2aba5 100644 --- a/src/models/get-company-plan-usage-response.ts +++ b/src/models/get-company-plan-usage-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-einvoice-rejection-reason-response.ts b/src/models/get-einvoice-rejection-reason-response.ts index 0f11e5f..7d00316 100644 --- a/src/models/get-einvoice-rejection-reason-response.ts +++ b/src/models/get-einvoice-rejection-reason-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-email-data-response.ts b/src/models/get-email-data-response.ts index 6508025..860bd7b 100644 --- a/src/models/get-email-data-response.ts +++ b/src/models/get-email-data-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-existing-issued-document-totals-request.ts b/src/models/get-existing-issued-document-totals-request.ts index d5f74d5..145ef69 100644 --- a/src/models/get-existing-issued-document-totals-request.ts +++ b/src/models/get-existing-issued-document-totals-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-existing-issued-document-totals-response.ts b/src/models/get-existing-issued-document-totals-response.ts index 19f8798..7c3d03e 100644 --- a/src/models/get-existing-issued-document-totals-response.ts +++ b/src/models/get-existing-issued-document-totals-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-existing-received-document-totals-request.ts b/src/models/get-existing-received-document-totals-request.ts index 6dcea97..1f7fc25 100644 --- a/src/models/get-existing-received-document-totals-request.ts +++ b/src/models/get-existing-received-document-totals-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-existing-received-document-totals-response.ts b/src/models/get-existing-received-document-totals-response.ts index 707c248..7d29f34 100644 --- a/src/models/get-existing-received-document-totals-response.ts +++ b/src/models/get-existing-received-document-totals-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-f24-response.ts b/src/models/get-f24-response.ts index df1c4f3..eeee4f9 100644 --- a/src/models/get-f24-response.ts +++ b/src/models/get-f24-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-issued-document-pre-create-info-response.ts b/src/models/get-issued-document-pre-create-info-response.ts index acc5c4f..729c72a 100644 --- a/src/models/get-issued-document-pre-create-info-response.ts +++ b/src/models/get-issued-document-pre-create-info-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-issued-document-response.ts b/src/models/get-issued-document-response.ts index 0bf6190..5cc5755 100644 --- a/src/models/get-issued-document-response.ts +++ b/src/models/get-issued-document-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-new-issued-document-totals-request.ts b/src/models/get-new-issued-document-totals-request.ts index 7c2cae1..c9ae609 100644 --- a/src/models/get-new-issued-document-totals-request.ts +++ b/src/models/get-new-issued-document-totals-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-new-issued-document-totals-response.ts b/src/models/get-new-issued-document-totals-response.ts index 961c0b3..7936dca 100644 --- a/src/models/get-new-issued-document-totals-response.ts +++ b/src/models/get-new-issued-document-totals-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-new-received-document-totals-request.ts b/src/models/get-new-received-document-totals-request.ts index 6d49733..1af677d 100644 --- a/src/models/get-new-received-document-totals-request.ts +++ b/src/models/get-new-received-document-totals-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-new-received-document-totals-response.ts b/src/models/get-new-received-document-totals-response.ts index 0d7c8e4..af7fec6 100644 --- a/src/models/get-new-received-document-totals-response.ts +++ b/src/models/get-new-received-document-totals-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-payment-account-response.ts b/src/models/get-payment-account-response.ts index 0dda9ff..0c365f9 100644 --- a/src/models/get-payment-account-response.ts +++ b/src/models/get-payment-account-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-payment-method-response.ts b/src/models/get-payment-method-response.ts index 2152aeb..96f7384 100644 --- a/src/models/get-payment-method-response.ts +++ b/src/models/get-payment-method-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-product-response.ts b/src/models/get-product-response.ts index 1dfafe0..1808d7c 100644 --- a/src/models/get-product-response.ts +++ b/src/models/get-product-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-receipt-pre-create-info-response.ts b/src/models/get-receipt-pre-create-info-response.ts index b58cac6..a9e4ddf 100644 --- a/src/models/get-receipt-pre-create-info-response.ts +++ b/src/models/get-receipt-pre-create-info-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-receipt-response.ts b/src/models/get-receipt-response.ts index e0fa6b8..85caaa3 100644 --- a/src/models/get-receipt-response.ts +++ b/src/models/get-receipt-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-receipts-monthly-totals-response.ts b/src/models/get-receipts-monthly-totals-response.ts index b29e9a3..8fa0559 100644 --- a/src/models/get-receipts-monthly-totals-response.ts +++ b/src/models/get-receipts-monthly-totals-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-received-document-pre-create-info-response.ts b/src/models/get-received-document-pre-create-info-response.ts index 53dd842..ea66dc3 100644 --- a/src/models/get-received-document-pre-create-info-response.ts +++ b/src/models/get-received-document-pre-create-info-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-received-document-response.ts b/src/models/get-received-document-response.ts index bde1dfc..5de320f 100644 --- a/src/models/get-received-document-response.ts +++ b/src/models/get-received-document-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-supplier-response.ts b/src/models/get-supplier-response.ts index d4e63a6..b6227ec 100644 --- a/src/models/get-supplier-response.ts +++ b/src/models/get-supplier-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-tax-profile-response.ts b/src/models/get-tax-profile-response.ts new file mode 100644 index 0000000..7602032 --- /dev/null +++ b/src/models/get-tax-profile-response.ts @@ -0,0 +1,33 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Fatture in Cloud API v2 - API Reference + * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + * + * The version of the OpenAPI document: 2.1.3 + * Contact: info@fattureincloud.it + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +// May contain unused imports in some cases +// @ts-ignore +import type { TaxProfile } from './tax-profile'; + +/** + * + * @export + * @interface GetTaxProfileResponse + */ +export interface GetTaxProfileResponse { + /** + * + * @type {TaxProfile} + * @memberof GetTaxProfileResponse + */ + 'data'?: TaxProfile; +} + diff --git a/src/models/get-user-info-response-email-confirmation-state.ts b/src/models/get-user-info-response-email-confirmation-state.ts index b303147..d725eac 100644 --- a/src/models/get-user-info-response-email-confirmation-state.ts +++ b/src/models/get-user-info-response-email-confirmation-state.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-user-info-response-info.ts b/src/models/get-user-info-response-info.ts index 1424f61..435c4c5 100644 --- a/src/models/get-user-info-response-info.ts +++ b/src/models/get-user-info-response-info.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-user-info-response.ts b/src/models/get-user-info-response.ts index e736c59..603eaa2 100644 --- a/src/models/get-user-info-response.ts +++ b/src/models/get-user-info-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-vat-type-response.ts b/src/models/get-vat-type-response.ts index 3a53364..0300ef7 100644 --- a/src/models/get-vat-type-response.ts +++ b/src/models/get-vat-type-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/get-webhooks-subscription-response.ts b/src/models/get-webhooks-subscription-response.ts index 177a71e..b602655 100644 --- a/src/models/get-webhooks-subscription-response.ts +++ b/src/models/get-webhooks-subscription-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/index.ts b/src/models/index.ts index d4765ed..a690fce 100644 --- a/src/models/index.ts +++ b/src/models/index.ts @@ -89,6 +89,7 @@ export * from './get-receipts-monthly-totals-response' export * from './get-received-document-pre-create-info-response' export * from './get-received-document-response' export * from './get-supplier-response' +export * from './get-tax-profile-response' export * from './get-user-info-response' export * from './get-user-info-response-email-confirmation-state' export * from './get-user-info-response-info' @@ -212,6 +213,7 @@ export * from './sender-email' export * from './show-totals-mode' export * from './supplier' export * from './supplier-type' +export * from './tax-profile' export * from './transform-issued-document-response' export * from './upload-archive-attachment-response' export * from './upload-f24-attachment-response' diff --git a/src/models/issued-document-ei-data.ts b/src/models/issued-document-ei-data.ts index 4f468d9..1a315f0 100644 --- a/src/models/issued-document-ei-data.ts +++ b/src/models/issued-document-ei-data.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-extra-data.ts b/src/models/issued-document-extra-data.ts index 1bef359..7e5f7cd 100644 --- a/src/models/issued-document-extra-data.ts +++ b/src/models/issued-document-extra-data.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-items-list-item.ts b/src/models/issued-document-items-list-item.ts index 0b3ebe1..2b56e6b 100644 --- a/src/models/issued-document-items-list-item.ts +++ b/src/models/issued-document-items-list-item.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-options.ts b/src/models/issued-document-options.ts index 13dadf5..a961cfa 100644 --- a/src/models/issued-document-options.ts +++ b/src/models/issued-document-options.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-payments-list-item-payment-terms.ts b/src/models/issued-document-payments-list-item-payment-terms.ts index 8388519..799fa69 100644 --- a/src/models/issued-document-payments-list-item-payment-terms.ts +++ b/src/models/issued-document-payments-list-item-payment-terms.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-payments-list-item.ts b/src/models/issued-document-payments-list-item.ts index a68b576..8d7ba1e 100644 --- a/src/models/issued-document-payments-list-item.ts +++ b/src/models/issued-document-payments-list-item.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-pre-create-info-default-values.ts b/src/models/issued-document-pre-create-info-default-values.ts index 9047402..f1d9b74 100644 --- a/src/models/issued-document-pre-create-info-default-values.ts +++ b/src/models/issued-document-pre-create-info-default-values.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-pre-create-info-extra-data-default-values.ts b/src/models/issued-document-pre-create-info-extra-data-default-values.ts index 10ce2a3..08bf4fb 100644 --- a/src/models/issued-document-pre-create-info-extra-data-default-values.ts +++ b/src/models/issued-document-pre-create-info-extra-data-default-values.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-pre-create-info-items-default-values.ts b/src/models/issued-document-pre-create-info-items-default-values.ts index 31b7507..00a1b2f 100644 --- a/src/models/issued-document-pre-create-info-items-default-values.ts +++ b/src/models/issued-document-pre-create-info-items-default-values.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-pre-create-info.ts b/src/models/issued-document-pre-create-info.ts index af5c7a3..53d314d 100644 --- a/src/models/issued-document-pre-create-info.ts +++ b/src/models/issued-document-pre-create-info.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-status.ts b/src/models/issued-document-status.ts index e66a574..2483451 100644 --- a/src/models/issued-document-status.ts +++ b/src/models/issued-document-status.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-totals.ts b/src/models/issued-document-totals.ts index 6e6fb90..048e505 100644 --- a/src/models/issued-document-totals.ts +++ b/src/models/issued-document-totals.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document-type.ts b/src/models/issued-document-type.ts index bbdaf79..3c7be5c 100644 --- a/src/models/issued-document-type.ts +++ b/src/models/issued-document-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/issued-document.ts b/src/models/issued-document.ts index 823f5c2..88f3a93 100644 --- a/src/models/issued-document.ts +++ b/src/models/issued-document.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -108,7 +108,7 @@ export interface IssuedDocument { */ 'language'?: Language; /** - * Issued document subject + * Issued document subject [not shown on the PDF] * @type {string} * @memberof IssuedDocument */ diff --git a/src/models/join-issued-documents-response.ts b/src/models/join-issued-documents-response.ts index 7ccb72f..903363a 100644 --- a/src/models/join-issued-documents-response.ts +++ b/src/models/join-issued-documents-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/language.ts b/src/models/language.ts index ce51698..a2ce7c3 100644 --- a/src/models/language.ts +++ b/src/models/language.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-archive-categories-response.ts b/src/models/list-archive-categories-response.ts index 4ac52bd..c419de4 100644 --- a/src/models/list-archive-categories-response.ts +++ b/src/models/list-archive-categories-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-archive-documents-response-page.ts b/src/models/list-archive-documents-response-page.ts index d78b9ab..468e715 100644 --- a/src/models/list-archive-documents-response-page.ts +++ b/src/models/list-archive-documents-response-page.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-archive-documents-response.ts b/src/models/list-archive-documents-response.ts index 05ce301..590e6ef 100644 --- a/src/models/list-archive-documents-response.ts +++ b/src/models/list-archive-documents-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-cashbook-entries-response.ts b/src/models/list-cashbook-entries-response.ts index 3436061..078aede 100644 --- a/src/models/list-cashbook-entries-response.ts +++ b/src/models/list-cashbook-entries-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-cities-response.ts b/src/models/list-cities-response.ts index 3069d9a..50ac04b 100644 --- a/src/models/list-cities-response.ts +++ b/src/models/list-cities-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-clients-response-page.ts b/src/models/list-clients-response-page.ts index 95a93b0..2d679ae 100644 --- a/src/models/list-clients-response-page.ts +++ b/src/models/list-clients-response-page.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-clients-response.ts b/src/models/list-clients-response.ts index be0f0c0..878db0b 100644 --- a/src/models/list-clients-response.ts +++ b/src/models/list-clients-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-cost-centers-response.ts b/src/models/list-cost-centers-response.ts index ee9fcad..768daf7 100644 --- a/src/models/list-cost-centers-response.ts +++ b/src/models/list-cost-centers-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-countries-response.ts b/src/models/list-countries-response.ts index 454940d..c37c1c9 100644 --- a/src/models/list-countries-response.ts +++ b/src/models/list-countries-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-currencies-response.ts b/src/models/list-currencies-response.ts index c594b82..f6493b5 100644 --- a/src/models/list-currencies-response.ts +++ b/src/models/list-currencies-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-delivery-notes-default-causals-response.ts b/src/models/list-delivery-notes-default-causals-response.ts index 39282ab..2d0c1a3 100644 --- a/src/models/list-delivery-notes-default-causals-response.ts +++ b/src/models/list-delivery-notes-default-causals-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-detailed-countries-response.ts b/src/models/list-detailed-countries-response.ts index 4605b86..c424a4f 100644 --- a/src/models/list-detailed-countries-response.ts +++ b/src/models/list-detailed-countries-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-emails-response-page.ts b/src/models/list-emails-response-page.ts index f94a71a..8aebf50 100644 --- a/src/models/list-emails-response-page.ts +++ b/src/models/list-emails-response-page.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-emails-response.ts b/src/models/list-emails-response.ts index 66226f5..37c7dd5 100644 --- a/src/models/list-emails-response.ts +++ b/src/models/list-emails-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-f24-response-aggregated-data.ts b/src/models/list-f24-response-aggregated-data.ts index 0b4c533..479ca56 100644 --- a/src/models/list-f24-response-aggregated-data.ts +++ b/src/models/list-f24-response-aggregated-data.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-f24-response-aggregation.ts b/src/models/list-f24-response-aggregation.ts index 243e9a8..8562c40 100644 --- a/src/models/list-f24-response-aggregation.ts +++ b/src/models/list-f24-response-aggregation.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-f24-response-page.ts b/src/models/list-f24-response-page.ts index a240d73..e6a19d6 100644 --- a/src/models/list-f24-response-page.ts +++ b/src/models/list-f24-response-page.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-f24-response.ts b/src/models/list-f24-response.ts index e099fa3..923f861 100644 --- a/src/models/list-f24-response.ts +++ b/src/models/list-f24-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-issued-documents-response-page.ts b/src/models/list-issued-documents-response-page.ts index 36a4701..cd7604c 100644 --- a/src/models/list-issued-documents-response-page.ts +++ b/src/models/list-issued-documents-response-page.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-issued-documents-response.ts b/src/models/list-issued-documents-response.ts index a6871aa..674fed5 100644 --- a/src/models/list-issued-documents-response.ts +++ b/src/models/list-issued-documents-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-languages-response.ts b/src/models/list-languages-response.ts index efc4952..a31ab60 100644 --- a/src/models/list-languages-response.ts +++ b/src/models/list-languages-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-payment-accounts-response.ts b/src/models/list-payment-accounts-response.ts index f80352b..65d67b1 100644 --- a/src/models/list-payment-accounts-response.ts +++ b/src/models/list-payment-accounts-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-payment-methods-response.ts b/src/models/list-payment-methods-response.ts index 05cc6ed..d0558c1 100644 --- a/src/models/list-payment-methods-response.ts +++ b/src/models/list-payment-methods-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-product-categories-response.ts b/src/models/list-product-categories-response.ts index c21022c..a0a0718 100644 --- a/src/models/list-product-categories-response.ts +++ b/src/models/list-product-categories-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-products-response-page.ts b/src/models/list-products-response-page.ts index b139a57..6f79a43 100644 --- a/src/models/list-products-response-page.ts +++ b/src/models/list-products-response-page.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-products-response.ts b/src/models/list-products-response.ts index 6a4ed69..c39b008 100644 --- a/src/models/list-products-response.ts +++ b/src/models/list-products-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-receipts-response-page.ts b/src/models/list-receipts-response-page.ts index 0912e4b..06c0a15 100644 --- a/src/models/list-receipts-response-page.ts +++ b/src/models/list-receipts-response-page.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-receipts-response.ts b/src/models/list-receipts-response.ts index 11f3b89..2a480b2 100644 --- a/src/models/list-receipts-response.ts +++ b/src/models/list-receipts-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-received-document-categories-response.ts b/src/models/list-received-document-categories-response.ts index 3720981..f0def14 100644 --- a/src/models/list-received-document-categories-response.ts +++ b/src/models/list-received-document-categories-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-received-documents-response-page.ts b/src/models/list-received-documents-response-page.ts index 07b6c5b..c223780 100644 --- a/src/models/list-received-documents-response-page.ts +++ b/src/models/list-received-documents-response-page.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-received-documents-response.ts b/src/models/list-received-documents-response.ts index ca48565..7c459db 100644 --- a/src/models/list-received-documents-response.ts +++ b/src/models/list-received-documents-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-revenue-centers-response.ts b/src/models/list-revenue-centers-response.ts index f1e03a7..f7d157c 100644 --- a/src/models/list-revenue-centers-response.ts +++ b/src/models/list-revenue-centers-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-suppliers-response-page.ts b/src/models/list-suppliers-response-page.ts index 4941cd6..6f20d5d 100644 --- a/src/models/list-suppliers-response-page.ts +++ b/src/models/list-suppliers-response-page.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-suppliers-response.ts b/src/models/list-suppliers-response.ts index 398c720..7087699 100644 --- a/src/models/list-suppliers-response.ts +++ b/src/models/list-suppliers-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-templates-response.ts b/src/models/list-templates-response.ts index 69221a6..739eed0 100644 --- a/src/models/list-templates-response.ts +++ b/src/models/list-templates-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-units-of-measure-response.ts b/src/models/list-units-of-measure-response.ts index 4b61134..388df9c 100644 --- a/src/models/list-units-of-measure-response.ts +++ b/src/models/list-units-of-measure-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-user-companies-response-data.ts b/src/models/list-user-companies-response-data.ts index b32c275..13b42c1 100644 --- a/src/models/list-user-companies-response-data.ts +++ b/src/models/list-user-companies-response-data.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-user-companies-response.ts b/src/models/list-user-companies-response.ts index 75df08d..2bfda39 100644 --- a/src/models/list-user-companies-response.ts +++ b/src/models/list-user-companies-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-vat-types-response.ts b/src/models/list-vat-types-response.ts index d283cc3..4e7922a 100644 --- a/src/models/list-vat-types-response.ts +++ b/src/models/list-vat-types-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/list-webhooks-subscriptions-response.ts b/src/models/list-webhooks-subscriptions-response.ts index ac09a7d..cc5a95e 100644 --- a/src/models/list-webhooks-subscriptions-response.ts +++ b/src/models/list-webhooks-subscriptions-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-archive-document-request.ts b/src/models/modify-archive-document-request.ts index a18c562..336d95c 100644 --- a/src/models/modify-archive-document-request.ts +++ b/src/models/modify-archive-document-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-archive-document-response.ts b/src/models/modify-archive-document-response.ts index c1d29d0..9e8e83a 100644 --- a/src/models/modify-archive-document-response.ts +++ b/src/models/modify-archive-document-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-cashbook-entry-request.ts b/src/models/modify-cashbook-entry-request.ts index b70bf0e..4931455 100644 --- a/src/models/modify-cashbook-entry-request.ts +++ b/src/models/modify-cashbook-entry-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-cashbook-entry-response.ts b/src/models/modify-cashbook-entry-response.ts index 0d98427..ea944ed 100644 --- a/src/models/modify-cashbook-entry-response.ts +++ b/src/models/modify-cashbook-entry-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-client-request.ts b/src/models/modify-client-request.ts index d10f5ba..d7e7b84 100644 --- a/src/models/modify-client-request.ts +++ b/src/models/modify-client-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-client-response.ts b/src/models/modify-client-response.ts index 4707ca2..c581156 100644 --- a/src/models/modify-client-response.ts +++ b/src/models/modify-client-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-f24-request.ts b/src/models/modify-f24-request.ts index eaa3304..acc20e8 100644 --- a/src/models/modify-f24-request.ts +++ b/src/models/modify-f24-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-f24-response.ts b/src/models/modify-f24-response.ts index 5a4cb6b..9c739e2 100644 --- a/src/models/modify-f24-response.ts +++ b/src/models/modify-f24-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-issued-document-request.ts b/src/models/modify-issued-document-request.ts index 8f74d66..a17f75a 100644 --- a/src/models/modify-issued-document-request.ts +++ b/src/models/modify-issued-document-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-issued-document-response.ts b/src/models/modify-issued-document-response.ts index 0bf0862..be0b84d 100644 --- a/src/models/modify-issued-document-response.ts +++ b/src/models/modify-issued-document-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-payment-account-request.ts b/src/models/modify-payment-account-request.ts index dac20c0..4b2e463 100644 --- a/src/models/modify-payment-account-request.ts +++ b/src/models/modify-payment-account-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-payment-account-response.ts b/src/models/modify-payment-account-response.ts index 4f9bebd..8d6e93c 100644 --- a/src/models/modify-payment-account-response.ts +++ b/src/models/modify-payment-account-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-payment-method-request.ts b/src/models/modify-payment-method-request.ts index b69f4d7..38aec4c 100644 --- a/src/models/modify-payment-method-request.ts +++ b/src/models/modify-payment-method-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-payment-method-response.ts b/src/models/modify-payment-method-response.ts index d8860b8..1a28f8e 100644 --- a/src/models/modify-payment-method-response.ts +++ b/src/models/modify-payment-method-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-product-request.ts b/src/models/modify-product-request.ts index 0fdf8fe..1943e07 100644 --- a/src/models/modify-product-request.ts +++ b/src/models/modify-product-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-product-response.ts b/src/models/modify-product-response.ts index 1d6eaf0..72d3b04 100644 --- a/src/models/modify-product-response.ts +++ b/src/models/modify-product-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-receipt-request.ts b/src/models/modify-receipt-request.ts index 439356b..bd2d20d 100644 --- a/src/models/modify-receipt-request.ts +++ b/src/models/modify-receipt-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-receipt-response.ts b/src/models/modify-receipt-response.ts index 63e98a7..c2f519a 100644 --- a/src/models/modify-receipt-response.ts +++ b/src/models/modify-receipt-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-received-document-request.ts b/src/models/modify-received-document-request.ts index 15e7546..4f86403 100644 --- a/src/models/modify-received-document-request.ts +++ b/src/models/modify-received-document-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-received-document-response.ts b/src/models/modify-received-document-response.ts index 328adc3..d4b408a 100644 --- a/src/models/modify-received-document-response.ts +++ b/src/models/modify-received-document-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-supplier-request.ts b/src/models/modify-supplier-request.ts index ba733db..8cc5806 100644 --- a/src/models/modify-supplier-request.ts +++ b/src/models/modify-supplier-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-supplier-response.ts b/src/models/modify-supplier-response.ts index 9873edb..31cda77 100644 --- a/src/models/modify-supplier-response.ts +++ b/src/models/modify-supplier-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-vat-type-request.ts b/src/models/modify-vat-type-request.ts index 84fefd9..7c26ae2 100644 --- a/src/models/modify-vat-type-request.ts +++ b/src/models/modify-vat-type-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-vat-type-response.ts b/src/models/modify-vat-type-response.ts index 7cb2bea..b6901b5 100644 --- a/src/models/modify-vat-type-response.ts +++ b/src/models/modify-vat-type-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-webhooks-subscription-request.ts b/src/models/modify-webhooks-subscription-request.ts index 66b5e9c..e0d35c0 100644 --- a/src/models/modify-webhooks-subscription-request.ts +++ b/src/models/modify-webhooks-subscription-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/modify-webhooks-subscription-response.ts b/src/models/modify-webhooks-subscription-response.ts index e11c9e3..4d1af7e 100644 --- a/src/models/modify-webhooks-subscription-response.ts +++ b/src/models/modify-webhooks-subscription-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/monthly-total.ts b/src/models/monthly-total.ts index 68d25bb..e5987ac 100644 --- a/src/models/monthly-total.ts +++ b/src/models/monthly-total.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/original-document-type.ts b/src/models/original-document-type.ts index 2a04572..43c494e 100644 --- a/src/models/original-document-type.ts +++ b/src/models/original-document-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/pagination.ts b/src/models/pagination.ts index da5017d..37d27d9 100644 --- a/src/models/pagination.ts +++ b/src/models/pagination.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/payment-account-type.ts b/src/models/payment-account-type.ts index 5d750ef..6a8b62b 100644 --- a/src/models/payment-account-type.ts +++ b/src/models/payment-account-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/payment-account.ts b/src/models/payment-account.ts index ab64081..053eb61 100644 --- a/src/models/payment-account.ts +++ b/src/models/payment-account.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/payment-method-details.ts b/src/models/payment-method-details.ts index e1e6b1a..c0444d6 100644 --- a/src/models/payment-method-details.ts +++ b/src/models/payment-method-details.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/payment-method-type.ts b/src/models/payment-method-type.ts index fff7508..8316c77 100644 --- a/src/models/payment-method-type.ts +++ b/src/models/payment-method-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/payment-method.ts b/src/models/payment-method.ts index 37f8586..05c3b92 100644 --- a/src/models/payment-method.ts +++ b/src/models/payment-method.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/payment-terms-type.ts b/src/models/payment-terms-type.ts index 9926d7d..c633e2f 100644 --- a/src/models/payment-terms-type.ts +++ b/src/models/payment-terms-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/permission-level.ts b/src/models/permission-level.ts index 86a3cab..166ab6a 100644 --- a/src/models/permission-level.ts +++ b/src/models/permission-level.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/permissions-fic-issued-documents-detailed.ts b/src/models/permissions-fic-issued-documents-detailed.ts index 077987c..33c28d3 100644 --- a/src/models/permissions-fic-issued-documents-detailed.ts +++ b/src/models/permissions-fic-issued-documents-detailed.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/permissions.ts b/src/models/permissions.ts index dafa4e1..5277af6 100644 --- a/src/models/permissions.ts +++ b/src/models/permissions.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/product.ts b/src/models/product.ts index 78b6d73..68c28ca 100644 --- a/src/models/product.ts +++ b/src/models/product.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/receipt-items-list-item.ts b/src/models/receipt-items-list-item.ts index 34f0c97..5acc5d3 100644 --- a/src/models/receipt-items-list-item.ts +++ b/src/models/receipt-items-list-item.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/receipt-pre-create-info.ts b/src/models/receipt-pre-create-info.ts index 8fa978d..4c50ebd 100644 --- a/src/models/receipt-pre-create-info.ts +++ b/src/models/receipt-pre-create-info.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/receipt-type.ts b/src/models/receipt-type.ts index 94b31db..4fa86ce 100644 --- a/src/models/receipt-type.ts +++ b/src/models/receipt-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/receipt.ts b/src/models/receipt.ts index 33b567b..abcf50b 100644 --- a/src/models/receipt.ts +++ b/src/models/receipt.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/received-document-info-default-values.ts b/src/models/received-document-info-default-values.ts index b27d755..480ae5c 100644 --- a/src/models/received-document-info-default-values.ts +++ b/src/models/received-document-info-default-values.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/received-document-info-items-default-values.ts b/src/models/received-document-info-items-default-values.ts index dec4cb3..bb49ec3 100644 --- a/src/models/received-document-info-items-default-values.ts +++ b/src/models/received-document-info-items-default-values.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/received-document-info.ts b/src/models/received-document-info.ts index 03c2c93..66612f0 100644 --- a/src/models/received-document-info.ts +++ b/src/models/received-document-info.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/received-document-items-list-item.ts b/src/models/received-document-items-list-item.ts index fdd8a36..da9ae07 100644 --- a/src/models/received-document-items-list-item.ts +++ b/src/models/received-document-items-list-item.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/received-document-payments-list-item-payment-terms.ts b/src/models/received-document-payments-list-item-payment-terms.ts index 6612a29..46dbb9e 100644 --- a/src/models/received-document-payments-list-item-payment-terms.ts +++ b/src/models/received-document-payments-list-item-payment-terms.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/received-document-payments-list-item.ts b/src/models/received-document-payments-list-item.ts index 97e58bc..3f9b077 100644 --- a/src/models/received-document-payments-list-item.ts +++ b/src/models/received-document-payments-list-item.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/received-document-totals.ts b/src/models/received-document-totals.ts index f25922a..5942def 100644 --- a/src/models/received-document-totals.ts +++ b/src/models/received-document-totals.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/received-document-type.ts b/src/models/received-document-type.ts index 863d1aa..2c63f08 100644 --- a/src/models/received-document-type.ts +++ b/src/models/received-document-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -23,7 +23,8 @@ export const ReceivedDocumentType = { Expense: 'expense', PassiveCreditNote: 'passive_credit_note', - PassiveDeliveryNote: 'passive_delivery_note' + PassiveDeliveryNote: 'passive_delivery_note', + SelfInvoice: 'self_invoice' } as const; export type ReceivedDocumentType = typeof ReceivedDocumentType[keyof typeof ReceivedDocumentType]; diff --git a/src/models/received-document.ts b/src/models/received-document.ts index 145ccba..d068563 100644 --- a/src/models/received-document.ts +++ b/src/models/received-document.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/schedule-email-request.ts b/src/models/schedule-email-request.ts index f477b7c..e3b217f 100644 --- a/src/models/schedule-email-request.ts +++ b/src/models/schedule-email-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/send-einvoice-request-data.ts b/src/models/send-einvoice-request-data.ts index 9113e3c..bba124f 100644 --- a/src/models/send-einvoice-request-data.ts +++ b/src/models/send-einvoice-request-data.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/send-einvoice-request-options.ts b/src/models/send-einvoice-request-options.ts index da327b5..e7444a3 100644 --- a/src/models/send-einvoice-request-options.ts +++ b/src/models/send-einvoice-request-options.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/send-einvoice-request.ts b/src/models/send-einvoice-request.ts index a2c0265..4e5cd40 100644 --- a/src/models/send-einvoice-request.ts +++ b/src/models/send-einvoice-request.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/send-einvoice-response-data.ts b/src/models/send-einvoice-response-data.ts index 028b693..d4f5142 100644 --- a/src/models/send-einvoice-response-data.ts +++ b/src/models/send-einvoice-response-data.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/send-einvoice-response.ts b/src/models/send-einvoice-response.ts index 32268f5..8eefae6 100644 --- a/src/models/send-einvoice-response.ts +++ b/src/models/send-einvoice-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/sender-email.ts b/src/models/sender-email.ts index 17d58e4..7a6a21b 100644 --- a/src/models/sender-email.ts +++ b/src/models/sender-email.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/show-totals-mode.ts b/src/models/show-totals-mode.ts index 78eaf45..e1262d0 100644 --- a/src/models/show-totals-mode.ts +++ b/src/models/show-totals-mode.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/supplier-type.ts b/src/models/supplier-type.ts index ec94cca..d4bb6f0 100644 --- a/src/models/supplier-type.ts +++ b/src/models/supplier-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/supplier.ts b/src/models/supplier.ts index 5a3ed41..5076e00 100644 --- a/src/models/supplier.ts +++ b/src/models/supplier.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/tax-profile.ts b/src/models/tax-profile.ts new file mode 100644 index 0000000..3c7244b --- /dev/null +++ b/src/models/tax-profile.ts @@ -0,0 +1,153 @@ +/* tslint:disable */ +/* eslint-disable */ +/** + * Fatture in Cloud API v2 - API Reference + * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. + * + * The version of the OpenAPI document: 2.1.3 + * Contact: info@fattureincloud.it + * + * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). + * https://openapi-generator.tech + * Do not edit the class manually. + */ + + +// May contain unused imports in some cases +// @ts-ignore +import type { VatType } from './vat-type'; + +/** + * + * @export + * @interface TaxProfile + */ +export interface TaxProfile { + /** + * The company type + * @type {string} + * @memberof TaxProfile + */ + 'company_type'?: string | null; + /** + * The company subtype + * @type {string} + * @memberof TaxProfile + */ + 'company_subtype'?: string | null; + /** + * The profession + * @type {string} + * @memberof TaxProfile + */ + 'profession'?: string | null; + /** + * The applied regime + * @type {string} + * @memberof TaxProfile + */ + 'regime'?: string | null; + /** + * The name of the rivalsa + * @type {string} + * @memberof TaxProfile + */ + 'rivalsa_name'?: string | null; + /** + * The default rivalsa amount + * @type {number} + * @memberof TaxProfile + */ + 'default_rivalsa'?: number | null; + /** + * The name of the cassa + * @type {string} + * @memberof TaxProfile + */ + 'cassa_name'?: string | null; + /** + * The default cassa amount + * @type {number} + * @memberof TaxProfile + */ + 'default_cassa'?: number | null; + /** + * The default taxable amount for the cassa + * @type {number} + * @memberof TaxProfile + */ + 'default_cassa_taxable'?: number | null; + /** + * The name of the second cassa + * @type {string} + * @memberof TaxProfile + */ + 'cassa2_name'?: string | null; + /** + * The default second cassa amount + * @type {number} + * @memberof TaxProfile + */ + 'default_cassa2'?: number | null; + /** + * The default taxable amount for the second cassa + * @type {number} + * @memberof TaxProfile + */ + 'default_cassa2_taxable'?: number | null; + /** + * The default withholding tax + * @type {number} + * @memberof TaxProfile + */ + 'default_withholding_tax'?: number | null; + /** + * The default taxable amount for the withholding tax + * @type {number} + * @memberof TaxProfile + */ + 'default_withholding_tax_taxable'?: number | null; + /** + * The default other withholding tax + * @type {number} + * @memberof TaxProfile + */ + 'default_other_withholding_tax'?: number | null; + /** + * If it has enasarco + * @type {boolean} + * @memberof TaxProfile + */ + 'enasarco'?: boolean | null; + /** + * The enasarco type + * @type {string} + * @memberof TaxProfile + */ + 'enasarco_type'?: string | null; + /** + * The contributions percentage + * @type {number} + * @memberof TaxProfile + */ + 'contributions_percentage'?: number | null; + /** + * The profit coefficient + * @type {number} + * @memberof TaxProfile + */ + 'profit_coefficient'?: number | null; + /** + * If the health card system is active + * @type {boolean} + * @memberof TaxProfile + */ + 'med'?: boolean | null; + /** + * + * @type {VatType} + * @memberof TaxProfile + */ + 'default_vat'?: VatType | null; +} + diff --git a/src/models/transform-issued-document-response.ts b/src/models/transform-issued-document-response.ts index ae4ce33..cf530cf 100644 --- a/src/models/transform-issued-document-response.ts +++ b/src/models/transform-issued-document-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/upload-archive-attachment-response.ts b/src/models/upload-archive-attachment-response.ts index dbaf9d9..eca0cdc 100644 --- a/src/models/upload-archive-attachment-response.ts +++ b/src/models/upload-archive-attachment-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/upload-f24-attachment-response.ts b/src/models/upload-f24-attachment-response.ts index 83a9ed1..b1032b4 100644 --- a/src/models/upload-f24-attachment-response.ts +++ b/src/models/upload-f24-attachment-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/upload-issued-document-attachment-response.ts b/src/models/upload-issued-document-attachment-response.ts index 9d96558..6cd3d65 100644 --- a/src/models/upload-issued-document-attachment-response.ts +++ b/src/models/upload-issued-document-attachment-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/upload-received-document-attachment-response.ts b/src/models/upload-received-document-attachment-response.ts index 3758677..7ecaa64 100644 --- a/src/models/upload-received-document-attachment-response.ts +++ b/src/models/upload-received-document-attachment-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/user-company-role.ts b/src/models/user-company-role.ts index c0ad9f9..1b2654f 100644 --- a/src/models/user-company-role.ts +++ b/src/models/user-company-role.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/user.ts b/src/models/user.ts index 3b69b61..3997afc 100644 --- a/src/models/user.ts +++ b/src/models/user.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/vat-item.ts b/src/models/vat-item.ts index aad5550..32cb096 100644 --- a/src/models/vat-item.ts +++ b/src/models/vat-item.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/vat-kind.ts b/src/models/vat-kind.ts index 3f80a01..e538acd 100644 --- a/src/models/vat-kind.ts +++ b/src/models/vat-kind.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -21,7 +21,6 @@ */ export const VatKind = { - Null: 'null', I: 'I', D: 'D', S: 'S' diff --git a/src/models/vat-type.ts b/src/models/vat-type.ts index 49f3d99..46b8f19 100644 --- a/src/models/vat-type.ts +++ b/src/models/vat-type.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). @@ -74,5 +74,11 @@ export interface VatType { * @memberof VatType */ 'is_disabled'?: boolean | null; + /** + * If the vat type is default + * @type {boolean} + * @memberof VatType + */ + 'default'?: boolean | null; } diff --git a/src/models/verify-einvoice-xml-error-response-error-validation-result.ts b/src/models/verify-einvoice-xml-error-response-error-validation-result.ts index 67f7779..33223f8 100644 --- a/src/models/verify-einvoice-xml-error-response-error-validation-result.ts +++ b/src/models/verify-einvoice-xml-error-response-error-validation-result.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/verify-einvoice-xml-error-response-error.ts b/src/models/verify-einvoice-xml-error-response-error.ts index d69934a..595d203 100644 --- a/src/models/verify-einvoice-xml-error-response-error.ts +++ b/src/models/verify-einvoice-xml-error-response-error.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/verify-einvoice-xml-error-response-extra.ts b/src/models/verify-einvoice-xml-error-response-extra.ts index 6e0ef42..0a78924 100644 --- a/src/models/verify-einvoice-xml-error-response-extra.ts +++ b/src/models/verify-einvoice-xml-error-response-extra.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/verify-einvoice-xml-error-response.ts b/src/models/verify-einvoice-xml-error-response.ts index 22b1a7a..64b754a 100644 --- a/src/models/verify-einvoice-xml-error-response.ts +++ b/src/models/verify-einvoice-xml-error-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/verify-einvoice-xml-response-data.ts b/src/models/verify-einvoice-xml-response-data.ts index 0a7db9e..eb5d64a 100644 --- a/src/models/verify-einvoice-xml-response-data.ts +++ b/src/models/verify-einvoice-xml-response-data.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/verify-einvoice-xml-response.ts b/src/models/verify-einvoice-xml-response.ts index 72ae9f3..acf910d 100644 --- a/src/models/verify-einvoice-xml-response.ts +++ b/src/models/verify-einvoice-xml-response.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/webhooks-subscription-config.ts b/src/models/webhooks-subscription-config.ts index a0f5cd4..6b25ea7 100644 --- a/src/models/webhooks-subscription-config.ts +++ b/src/models/webhooks-subscription-config.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/webhooks-subscription-mapping.ts b/src/models/webhooks-subscription-mapping.ts index c8a828b..77a7c32 100644 --- a/src/models/webhooks-subscription-mapping.ts +++ b/src/models/webhooks-subscription-mapping.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). diff --git a/src/models/webhooks-subscription.ts b/src/models/webhooks-subscription.ts index 1fabcb7..3d27a70 100644 --- a/src/models/webhooks-subscription.ts +++ b/src/models/webhooks-subscription.ts @@ -4,7 +4,7 @@ * Fatture in Cloud API v2 - API Reference * Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy. The Fatture in Cloud API is based on REST, and makes possible to interact with the user related data prior authorization via OAuth2 protocol. * - * The version of the OpenAPI document: 2.1.0 + * The version of the OpenAPI document: 2.1.3 * Contact: info@fattureincloud.it * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).