Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating SDK to 2.1.1 #92

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ docs/GetReceiptsMonthlyTotalsResponse.md
docs/GetReceivedDocumentPreCreateInfoResponse.md
docs/GetReceivedDocumentResponse.md
docs/GetSupplierResponse.md
docs/GetTaxProfileResponse.md
docs/GetUserInfoResponse.md
docs/GetUserInfoResponseEmailConfirmationState.md
docs/GetUserInfoResponseInfo.md
Expand Down Expand Up @@ -229,6 +230,7 @@ docs/ShowTotalsMode.md
docs/Supplier.md
docs/SupplierType.md
docs/SuppliersApi.md
docs/TaxProfile.md
docs/TaxesApi.md
docs/TransformIssuedDocumentResponse.md
docs/UploadArchiveAttachmentResponse.md
Expand Down Expand Up @@ -381,6 +383,7 @@ src/main/java/it/fattureincloud/sdk/model/GetReceiptsMonthlyTotalsResponse.java
src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentPreCreateInfoResponse.java
src/main/java/it/fattureincloud/sdk/model/GetReceivedDocumentResponse.java
src/main/java/it/fattureincloud/sdk/model/GetSupplierResponse.java
src/main/java/it/fattureincloud/sdk/model/GetTaxProfileResponse.java
src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponse.java
src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseEmailConfirmationState.java
src/main/java/it/fattureincloud/sdk/model/GetUserInfoResponseInfo.java
Expand Down Expand Up @@ -504,6 +507,7 @@ src/main/java/it/fattureincloud/sdk/model/SenderEmail.java
src/main/java/it/fattureincloud/sdk/model/ShowTotalsMode.java
src/main/java/it/fattureincloud/sdk/model/Supplier.java
src/main/java/it/fattureincloud/sdk/model/SupplierType.java
src/main/java/it/fattureincloud/sdk/model/TaxProfile.java
src/main/java/it/fattureincloud/sdk/model/TransformIssuedDocumentResponse.java
src/main/java/it/fattureincloud/sdk/model/UploadArchiveAttachmentResponse.java
src/main/java/it/fattureincloud/sdk/model/UploadF24AttachmentResponse.java
Expand All @@ -523,3 +527,5 @@ src/main/java/it/fattureincloud/sdk/model/VerifyEInvoiceXmlResponseData.java
src/main/java/it/fattureincloud/sdk/model/WebhooksSubscription.java
src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionConfig.java
src/main/java/it/fattureincloud/sdk/model/WebhooksSubscriptionMapping.java
src/test/java/it/fattureincloud/sdk/model/GetTaxProfileResponseTest.java
src/test/java/it/fattureincloud/sdk/model/TaxProfileTest.java
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.6.0
7.7.0
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

Fatture in Cloud API v2 - API Reference

- API version: 2.1.0
- API version: 2.1.1

- Build date: 2024-06-17T06:54:20.410889Z[Etc/UTC]
- Build date: 2024-08-09T09:03:55.704569Z[Etc/UTC]

Connect your software with Fatture in Cloud, the invoicing platform chosen by more than 500.000 businesses in Italy.

Expand All @@ -33,7 +33,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>it.fattureincloud</groupId>
<artifactId>fattureincloud-java-sdk</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand All @@ -47,7 +47,7 @@ Add this dependency to your project's build file:
}

dependencies {
implementation "it.fattureincloud:fattureincloud-java-sdk:2.1.0"
implementation "it.fattureincloud:fattureincloud-java-sdk:2.1.1"
}
```

Expand Down Expand Up @@ -179,6 +179,7 @@ Class | Method | HTTP request | Description
*SettingsApi* | [**deleteVatType**](docs/SettingsApi.md#deleteVatType) | **DELETE** /c/{company_id}/settings/vat_types/{vat_type_id} | Delete Vat Type
*SettingsApi* | [**getPaymentAccount**](docs/SettingsApi.md#getPaymentAccount) | **GET** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Get Payment Account
*SettingsApi* | [**getPaymentMethod**](docs/SettingsApi.md#getPaymentMethod) | **GET** /c/{company_id}/settings/payment_methods/{payment_method_id} | Get Payment Method
*SettingsApi* | [**getTaxProfile**](docs/SettingsApi.md#getTaxProfile) | **GET** /c/{company_id}/settings/tax_profile | Get Tax Profile
*SettingsApi* | [**getVatType**](docs/SettingsApi.md#getVatType) | **GET** /c/{company_id}/settings/vat_types/{vat_type_id} | Get Vat Type
*SettingsApi* | [**modifyPaymentAccount**](docs/SettingsApi.md#modifyPaymentAccount) | **PUT** /c/{company_id}/settings/payment_accounts/{payment_account_id} | Modify Payment Account
*SettingsApi* | [**modifyPaymentMethod**](docs/SettingsApi.md#modifyPaymentMethod) | **PUT** /c/{company_id}/settings/payment_methods/{payment_method_id} | Modify Payment Method
Expand Down Expand Up @@ -297,6 +298,7 @@ Class | Method | HTTP request | Description
- [GetReceivedDocumentPreCreateInfoResponse](docs/GetReceivedDocumentPreCreateInfoResponse.md)
- [GetReceivedDocumentResponse](docs/GetReceivedDocumentResponse.md)
- [GetSupplierResponse](docs/GetSupplierResponse.md)
- [GetTaxProfileResponse](docs/GetTaxProfileResponse.md)
- [GetUserInfoResponse](docs/GetUserInfoResponse.md)
- [GetUserInfoResponseEmailConfirmationState](docs/GetUserInfoResponseEmailConfirmationState.md)
- [GetUserInfoResponseInfo](docs/GetUserInfoResponseInfo.md)
Expand Down Expand Up @@ -420,6 +422,7 @@ Class | Method | HTTP request | Description
- [ShowTotalsMode](docs/ShowTotalsMode.md)
- [Supplier](docs/Supplier.md)
- [SupplierType](docs/SupplierType.md)
- [TaxProfile](docs/TaxProfile.md)
- [TransformIssuedDocumentResponse](docs/TransformIssuedDocumentResponse.md)
- [UploadArchiveAttachmentResponse](docs/UploadArchiveAttachmentResponse.md)
- [UploadF24AttachmentResponse](docs/UploadF24AttachmentResponse.md)
Expand Down
Loading
Loading