Skip to content

Commit

Permalink
chore: updated version to 2.0.18
Browse files Browse the repository at this point in the history
  • Loading branch information
fattureincloud-bot authored Mar 5, 2024
1 parent 8dbd9a4 commit 9d9c7b6
Show file tree
Hide file tree
Showing 737 changed files with 6,512 additions and 4,561 deletions.
9 changes: 9 additions & 0 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ docs/CompanyInfoPlanInfo.md
docs/CompanyInfoPlanInfoFunctions.md
docs/CompanyInfoPlanInfoFunctionsStatus.md
docs/CompanyInfoPlanInfoLimits.md
docs/CompanyPlanUsage.md
docs/CompanyType.md
docs/ControlledCompany.md
docs/CreateArchiveDocumentRequest.md
Expand Down Expand Up @@ -66,11 +67,13 @@ docs/EntityType.md
docs/EventType.md
docs/F24.md
docs/F24Status.md
docs/FattureInCloudPlanType.md
docs/FunctionStatus.md
docs/GetArchiveDocumentResponse.md
docs/GetCashbookEntryResponse.md
docs/GetClientResponse.md
docs/GetCompanyInfoResponse.md
docs/GetCompanyPlanUsageResponse.md
docs/GetEInvoiceRejectionReasonResponse.md
docs/GetEmailDataResponse.md
docs/GetExistingIssuedDocumentTotalsRequest.md
Expand Down Expand Up @@ -285,6 +288,7 @@ fattureincloud_python_sdk/models/company_info_plan_info.py
fattureincloud_python_sdk/models/company_info_plan_info_functions.py
fattureincloud_python_sdk/models/company_info_plan_info_functions_status.py
fattureincloud_python_sdk/models/company_info_plan_info_limits.py
fattureincloud_python_sdk/models/company_plan_usage.py
fattureincloud_python_sdk/models/company_type.py
fattureincloud_python_sdk/models/controlled_company.py
fattureincloud_python_sdk/models/create_archive_document_request.py
Expand Down Expand Up @@ -330,11 +334,13 @@ fattureincloud_python_sdk/models/entity_type.py
fattureincloud_python_sdk/models/event_type.py
fattureincloud_python_sdk/models/f24.py
fattureincloud_python_sdk/models/f24_status.py
fattureincloud_python_sdk/models/fatture_in_cloud_plan_type.py
fattureincloud_python_sdk/models/function_status.py
fattureincloud_python_sdk/models/get_archive_document_response.py
fattureincloud_python_sdk/models/get_cashbook_entry_response.py
fattureincloud_python_sdk/models/get_client_response.py
fattureincloud_python_sdk/models/get_company_info_response.py
fattureincloud_python_sdk/models/get_company_plan_usage_response.py
fattureincloud_python_sdk/models/get_e_invoice_rejection_reason_response.py
fattureincloud_python_sdk/models/get_email_data_response.py
fattureincloud_python_sdk/models/get_existing_issued_document_totals_request.py
Expand Down Expand Up @@ -507,3 +513,6 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_company_plan_usage.py
test/test_fatture_in_cloud_plan_type.py
test/test_get_company_plan_usage_response.py
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.1.0
7.3.0
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The Fatture in Cloud API is based on REST, and makes possible to interact with t

This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.0.30
- Package version: 2.0.17
- API version: 2.0.32
- Package version: 2.0.18
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.fattureincloud.it](https://www.fattureincloud.it)

Expand Down Expand Up @@ -39,7 +39,6 @@ Please follow the [installation procedure](#installation--usage) and then run th

```python

import time
import fattureincloud_python_sdk
from fattureincloud_python_sdk.rest import ApiException
from pprint import pprint
Expand Down Expand Up @@ -98,6 +97,7 @@ Class | Method | HTTP request | Description
*ClientsApi* | [**list_clients**](docs/ClientsApi.md#list_clients) | **GET** /c/{company_id}/entities/clients | List Clients
*ClientsApi* | [**modify_client**](docs/ClientsApi.md#modify_client) | **PUT** /c/{company_id}/entities/clients/{client_id} | Modify Client
*CompaniesApi* | [**get_company_info**](docs/CompaniesApi.md#get_company_info) | **GET** /c/{company_id}/company/info | Get Company Info
*CompaniesApi* | [**get_company_plan_usage**](docs/CompaniesApi.md#get_company_plan_usage) | **GET** /c/{company_id}/company/plan_usage | Get Company Plan Usage
*EmailsApi* | [**list_emails**](docs/EmailsApi.md#list_emails) | **GET** /c/{company_id}/emails | List Emails
*InfoApi* | [**list_archive_categories**](docs/InfoApi.md#list_archive_categories) | **GET** /c/{company_id}/info/archive_categories | List Archive Categories
*InfoApi* | [**list_cities**](docs/InfoApi.md#list_cities) | **GET** /info/cities | List Cities
Expand Down Expand Up @@ -206,6 +206,7 @@ Class | Method | HTTP request | Description
- [CompanyInfoPlanInfoFunctions](docs/CompanyInfoPlanInfoFunctions.md)
- [CompanyInfoPlanInfoFunctionsStatus](docs/CompanyInfoPlanInfoFunctionsStatus.md)
- [CompanyInfoPlanInfoLimits](docs/CompanyInfoPlanInfoLimits.md)
- [CompanyPlanUsage](docs/CompanyPlanUsage.md)
- [CompanyType](docs/CompanyType.md)
- [ControlledCompany](docs/ControlledCompany.md)
- [CreateArchiveDocumentRequest](docs/CreateArchiveDocumentRequest.md)
Expand Down Expand Up @@ -251,11 +252,13 @@ Class | Method | HTTP request | Description
- [EventType](docs/EventType.md)
- [F24](docs/F24.md)
- [F24Status](docs/F24Status.md)
- [FattureInCloudPlanType](docs/FattureInCloudPlanType.md)
- [FunctionStatus](docs/FunctionStatus.md)
- [GetArchiveDocumentResponse](docs/GetArchiveDocumentResponse.md)
- [GetCashbookEntryResponse](docs/GetCashbookEntryResponse.md)
- [GetClientResponse](docs/GetClientResponse.md)
- [GetCompanyInfoResponse](docs/GetCompanyInfoResponse.md)
- [GetCompanyPlanUsageResponse](docs/GetCompanyPlanUsageResponse.md)
- [GetEInvoiceRejectionReasonResponse](docs/GetEInvoiceRejectionReasonResponse.md)
- [GetEmailDataResponse](docs/GetEmailDataResponse.md)
- [GetExistingIssuedDocumentTotalsRequest](docs/GetExistingIssuedDocumentTotalsRequest.md)
Expand Down
30 changes: 18 additions & 12 deletions docs/ArchiveApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ Creates a new archive document.
### Example

* OAuth Authentication (OAuth2AuthenticationCodeFlow):

```python
import time
import os
import fattureincloud_python_sdk
from fattureincloud_python_sdk.models.create_archive_document_request import CreateArchiveDocumentRequest
from fattureincloud_python_sdk.models.create_archive_document_response import CreateArchiveDocumentResponse
Expand Down Expand Up @@ -64,6 +63,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:

### Parameters


Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
Expand All @@ -83,6 +83,7 @@ Name | Type | Description | Notes
- **Accept**: application/json

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | The Archive Document. | - |
Expand All @@ -101,9 +102,8 @@ Deletes the specified archive document.
### Example

* OAuth Authentication (OAuth2AuthenticationCodeFlow):

```python
import time
import os
import fattureincloud_python_sdk
from fattureincloud_python_sdk.rest import ApiException
from pprint import pprint
Expand Down Expand Up @@ -139,6 +139,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:

### Parameters


Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
Expand All @@ -158,6 +159,7 @@ void (empty response body)
- **Accept**: Not defined

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Document removed. | - |
Expand All @@ -176,9 +178,8 @@ Gets the specified archive document.
### Example

* OAuth Authentication (OAuth2AuthenticationCodeFlow):

```python
import time
import os
import fattureincloud_python_sdk
from fattureincloud_python_sdk.models.get_archive_document_response import GetArchiveDocumentResponse
from fattureincloud_python_sdk.rest import ApiException
Expand Down Expand Up @@ -219,6 +220,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:

### Parameters


Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
Expand All @@ -240,6 +242,7 @@ Name | Type | Description | Notes
- **Accept**: application/json

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Archive Document Details | - |
Expand All @@ -258,9 +261,8 @@ Lists the archive documents.
### Example

* OAuth Authentication (OAuth2AuthenticationCodeFlow):

```python
import time
import os
import fattureincloud_python_sdk
from fattureincloud_python_sdk.models.list_archive_documents_response import ListArchiveDocumentsResponse
from fattureincloud_python_sdk.rest import ApiException
Expand Down Expand Up @@ -304,6 +306,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:

### Parameters


Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
Expand All @@ -328,6 +331,7 @@ Name | Type | Description | Notes
- **Accept**: application/json

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Results list. | - |
Expand All @@ -346,9 +350,8 @@ Modifies the specified archive document.
### Example

* OAuth Authentication (OAuth2AuthenticationCodeFlow):

```python
import time
import os
import fattureincloud_python_sdk
from fattureincloud_python_sdk.models.modify_archive_document_request import ModifyArchiveDocumentRequest
from fattureincloud_python_sdk.models.modify_archive_document_response import ModifyArchiveDocumentResponse
Expand Down Expand Up @@ -389,6 +392,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:

### Parameters


Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
Expand All @@ -409,6 +413,7 @@ Name | Type | Description | Notes
- **Accept**: application/json

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | The modified Archived Document | - |
Expand All @@ -427,9 +432,8 @@ Uploads an attachment destined to an archive document. The actual association be
### Example

* OAuth Authentication (OAuth2AuthenticationCodeFlow):

```python
import time
import os
import fattureincloud_python_sdk
from fattureincloud_python_sdk.models.upload_archive_attachment_response import UploadArchiveAttachmentResponse
from fattureincloud_python_sdk.rest import ApiException
Expand Down Expand Up @@ -469,6 +473,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:

### Parameters


Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
Expand All @@ -489,6 +494,7 @@ Name | Type | Description | Notes
- **Accept**: application/json

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Example response | - |
Expand Down
1 change: 1 addition & 0 deletions docs/ArchiveDocument.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**id** | **int** | Archive document id | [optional]
Expand Down
1 change: 1 addition & 0 deletions docs/AttachmentData.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attachment_token** | **str** | Uploaded attachment token. | [optional]
Expand Down
Loading

0 comments on commit 9d9c7b6

Please sign in to comment.