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.0.17 #68

Merged
merged 4 commits into from
Dec 7, 2023
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
2 changes: 0 additions & 2 deletions .openapi-generator/FILES
Original file line number Diff line number Diff line change
Expand Up @@ -507,5 +507,3 @@ setup.cfg
setup.py
test-requirements.txt
test/__init__.py
test/test_webhooks_subscription_config.py
test/test_webhooks_subscription_mapping.py
2 changes: 1 addition & 1 deletion .openapi-generator/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.0.1
7.1.0
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.0.30
- Package version: 2.0.16
- Package version: 2.0.17
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
For more information, please visit [https://www.fattureincloud.it](https://www.fattureincloud.it)

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.0.16"
__version__ = "2.0.17"

# import apis into sdk package
from fattureincloud_python_sdk.api.archive_api import ArchiveApi
Expand Down
2,178 changes: 1,409 additions & 769 deletions fattureincloud_python_sdk/api/archive_api.py

Large diffs are not rendered by default.

1,823 changes: 1,168 additions & 655 deletions fattureincloud_python_sdk/api/cashbook_api.py

Large diffs are not rendered by default.

Loading