Skip to content
Merged
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
12 changes: 0 additions & 12 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -573,15 +573,3 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_attachment.py
test/test_get_pending_received_document_response.py
test/test_get_templates_response.py
test/test_list_pending_received_documents_response.py
test/test_list_pending_received_documents_response_page.py
test/test_pending_received_document.py
test/test_pending_received_document_extracted_data.py
test/test_pending_received_document_extracted_data_mining.py
test/test_pending_received_document_payments_list_item.py
test/test_pending_received_document_payments_list_item_payment_terms.py
test/test_pending_received_document_type.py
test/test_template_type.py
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.20.0
7.22.0
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# ref: https://docs.travis-ci.com/user/languages/python
language: python
python:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "3.13"
- "3.14"
# uncomment the following if needed
#- "3.13-dev" # 3.13 development branch
#- "3.14-dev" # 3.14 development branch
#- "nightly" # nightly build
# command to install dependencies
install:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ 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.1.8
- Package version: 2.1.4
- Package version: 2.1.5
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.fattureincloud.it](https://www.fattureincloud.it)

Expand Down
4 changes: 2 additions & 2 deletions docs/ArchiveApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
api_instance = fattureincloud_python_sdk.ArchiveApi(api_client)
company_id = 12345 # int | The ID of the company.
filename = 'filename_example' # str | Attachment file name (optional)
attachment = None # bytearray | Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] (optional)
attachment = None # bytes | Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] (optional)

try:
# Upload Archive Document Attachment
Expand All @@ -513,7 +513,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**filename** | **str**| Attachment file name | [optional]
**attachment** | **bytearray**| Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] | [optional]
**attachment** | **bytes**| Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] | [optional]

### Return type

Expand Down
2 changes: 1 addition & 1 deletion docs/Attachment.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**filename** | **str** | Attachment file name | [optional]
**attachment** | **bytearray** | Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] | [optional]
**attachment** | **bytes** | Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] | [optional]

## Example

Expand Down
158 changes: 80 additions & 78 deletions docs/EventType.md

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/IssuedDocumentsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
api_instance = fattureincloud_python_sdk.IssuedDocumentsApi(api_client)
company_id = 12345 # int | The ID of the company.
filename = 'filename_example' # str | Attachment file name (optional)
attachment = None # bytearray | Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] (optional)
attachment = None # bytes | Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] (optional)

try:
# Upload Issued Document Attachment
Expand All @@ -1567,7 +1567,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**filename** | **str**| Attachment file name | [optional]
**attachment** | **bytearray**| Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] | [optional]
**attachment** | **bytes**| Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] | [optional]

### Return type

Expand Down
4 changes: 2 additions & 2 deletions docs/PriceListsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = fattureincloud_python_sdk.PriceListsApi(api_client)
company_id = 12345 # int | The ID of the company.
price_list_id = 'price_list_id_example' # str | The ID of the price
price_list_id = 'price_list_id_example' # str | The price list ID

try:
# Get PriceList Items List
Expand All @@ -62,7 +62,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**price_list_id** | **str**| The ID of the price |
**price_list_id** | **str**| The price list ID |

### Return type

Expand Down
4 changes: 2 additions & 2 deletions docs/ReceivedDocumentsApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -1374,7 +1374,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
api_instance = fattureincloud_python_sdk.ReceivedDocumentsApi(api_client)
company_id = 12345 # int | The ID of the company.
filename = 'filename_example' # str | Attachment file name (optional)
attachment = None # bytearray | Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] (optional)
attachment = None # bytes | Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] (optional)

try:
# Upload Received Document Attachment
Expand All @@ -1394,7 +1394,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**filename** | **str**| Attachment file name | [optional]
**attachment** | **bytearray**| Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] | [optional]
**attachment** | **bytes**| Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] | [optional]

### Return type

Expand Down
4 changes: 2 additions & 2 deletions docs/TaxesApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ with fattureincloud_python_sdk.ApiClient(configuration) as api_client:
api_instance = fattureincloud_python_sdk.TaxesApi(api_client)
company_id = 12345 # int | The ID of the company.
filename = 'filename_example' # str | Attachment file name (optional)
attachment = None # bytearray | Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] (optional)
attachment = None # bytes | Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] (optional)

try:
# Upload F24 Attachment
Expand All @@ -597,7 +597,7 @@ Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**company_id** | **int**| The ID of the company. |
**filename** | **str**| Attachment file name | [optional]
**attachment** | **bytearray**| Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] | [optional]
**attachment** | **bytes**| Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx] | [optional]

### Return type

Expand Down
2 changes: 1 addition & 1 deletion fattureincloud_python_sdk/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
""" # noqa: E501


__version__ = "2.1.4"
__version__ = "2.1.5"

# Define package exports
__all__ = [
Expand Down
96 changes: 3 additions & 93 deletions fattureincloud_python_sdk/api/archive_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,6 @@ def create_archive_document(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -199,11 +194,6 @@ def create_archive_document_with_http_info(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -284,11 +274,6 @@ def create_archive_document_without_preload_content(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -445,11 +430,6 @@ def delete_archive_document(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -530,11 +510,6 @@ def delete_archive_document_with_http_info(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -615,11 +590,6 @@ def delete_archive_document_without_preload_content(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -771,11 +741,6 @@ def get_archive_document(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -864,11 +829,6 @@ def get_archive_document_with_http_info(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -957,11 +917,6 @@ def get_archive_document_without_preload_content(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -1135,11 +1090,6 @@ def list_archive_documents(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -1240,11 +1190,6 @@ def list_archive_documents_with_http_info(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -1345,11 +1290,6 @@ def list_archive_documents_without_preload_content(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -1524,11 +1464,6 @@ def modify_archive_document(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -1613,11 +1548,6 @@ def modify_archive_document_with_http_info(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -1702,11 +1632,6 @@ def modify_archive_document_without_preload_content(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -1825,7 +1750,7 @@ def upload_archive_document_attachment(
:param filename: Attachment file name
:type filename: str
:param attachment: Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx]
:type attachment: bytearray
:type attachment: bytes
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -1870,11 +1795,6 @@ def upload_archive_document_attachment(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -1914,7 +1834,7 @@ def upload_archive_document_attachment_with_http_info(
:param filename: Attachment file name
:type filename: str
:param attachment: Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx]
:type attachment: bytearray
:type attachment: bytes
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -1959,11 +1879,6 @@ def upload_archive_document_attachment_with_http_info(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down Expand Up @@ -2003,7 +1918,7 @@ def upload_archive_document_attachment_without_preload_content(
:param filename: Attachment file name
:type filename: str
:param attachment: Attachment file [.png, .jpg, .gif, .pdf, .zip, .xls, .xlsx, .doc, .docx]
:type attachment: bytearray
:type attachment: bytes
:param _request_timeout: timeout setting for this request. If one
number provided, it will be total request
timeout. It can also be a pair (tuple) of
Expand Down Expand Up @@ -2048,11 +1963,6 @@ def upload_archive_document_attachment_without_preload_content(
'429': "Dict[str, object]",
'500': "Dict[str, object]",
}

response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
)
response_data = self.api_client.call_api(
*_param,
_request_timeout=_request_timeout
Expand Down
Loading
Loading