Skip to content

Commit 9aac5dd

Browse files
feat: update API client methods
API changes: - Update API client - Update API client - Update API client - Update API client - Update API client - ... and 4 more API files Model changes: - Update __init__ model - Update account_info_response model - Update create_pdf_request model - Update create_pdf_response model - Update export_type model - ... and 13 more model files Generated from OpenAPI spec v1.3.0
1 parent 7dfe4d3 commit 9aac5dd

49 files changed

Lines changed: 50 additions & 50 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
77
8-
The version of the OpenAPI document: 1.1.1.dev2+gfe6303fdd.d20260209
8+
The version of the OpenAPI document: 1.3.0
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

templatefox/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
88
Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
99
10-
The version of the OpenAPI document: 1.1.1.dev2+gfe6303fdd.d20260209
10+
The version of the OpenAPI document: 1.3.0
1111
1212
Generated by OpenAPI Generator (https://openapi-generator.tech)
1313

templatefox/api/account_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
77
8-
The version of the OpenAPI document: 1.1.1.dev2+gfe6303fdd.d20260209
8+
The version of the OpenAPI document: 1.3.0
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

templatefox/api/integrations_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
77
8-
The version of the OpenAPI document: 1.1.1.dev2+gfe6303fdd.d20260209
8+
The version of the OpenAPI document: 1.3.0
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

templatefox/api/pdf_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
77
8-
The version of the OpenAPI document: 1.1.1.dev2+gfe6303fdd.d20260209
8+
The version of the OpenAPI document: 1.3.0
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

templatefox/api/templates_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
77
8-
The version of the OpenAPI document: 1.1.1.dev2+gfe6303fdd.d20260209
8+
The version of the OpenAPI document: 1.3.0
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

templatefox/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
77
8-
The version of the OpenAPI document: 1.1.1.dev2+gfe6303fdd.d20260209
8+
The version of the OpenAPI document: 1.3.0
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

templatefox/configuration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
77
8-
The version of the OpenAPI document: 1.1.1.dev2+gfe6303fdd.d20260209
8+
The version of the OpenAPI document: 1.3.0
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
@@ -536,7 +536,7 @@ def to_debug_report(self) -> str:
536536
return "Python SDK Debug Report:\n"\
537537
"OS: {env}\n"\
538538
"Python Version: {pyversion}\n"\
539-
"Version of the API: 1.1.1.dev2+gfe6303fdd.d20260209\n"\
539+
"Version of the API: 1.3.0\n"\
540540
"SDK Package Version: 1.0.0".\
541541
format(env=sys.platform, pyversion=sys.version)
542542

templatefox/exceptions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
77
8-
The version of the OpenAPI document: 1.1.1.dev2+gfe6303fdd.d20260209
8+
The version of the OpenAPI document: 1.3.0
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111

templatefox/models/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
77
Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
88
9-
The version of the OpenAPI document: 1.1.1.dev2+gfe6303fdd.d20260209
9+
The version of the OpenAPI document: 1.3.0
1010
1111
Generated by OpenAPI Generator (https://openapi-generator.tech)
1212

0 commit comments

Comments
 (0)