Skip to content

Commit 399fcd3

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 6 more API files Model changes: - Update API client - Update account_info_response model - Update create_pdf_request model - Update create_pdf_response model - Update export_type model - ... and 28 more model files Generated from OpenAPI spec v1.1.3
1 parent d9681f4 commit 399fcd3

48 files changed

Lines changed: 109 additions & 109 deletions

Some content is hidden

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

lib/templatefox.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin
22
#TemplateFox API
33
4-
#Generate PDFs from HTML templates via API. Design once, generate thousands.
4+
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
55
6-
The version of the OpenAPI document: 1.0.0
6+
The version of the OpenAPI document: 1.1.3
77
88
Generated by: https://openapi-generator.tech
99
Generator version: 7.19.0

lib/templatefox/api/account_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin
22
#TemplateFox API
33
4-
#Generate PDFs from HTML templates via API. Design once, generate thousands.
4+
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
55
6-
The version of the OpenAPI document: 1.0.0
6+
The version of the OpenAPI document: 1.1.3
77
88
Generated by: https://openapi-generator.tech
99
Generator version: 7.19.0

lib/templatefox/api/integrations_api.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin
22
#TemplateFox API
33
4-
#Generate PDFs from HTML templates via API. Design once, generate thousands.
4+
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
55
6-
The version of the OpenAPI document: 1.0.0
6+
The version of the OpenAPI document: 1.1.3
77
88
Generated by: https://openapi-generator.tech
99
Generator version: 7.19.0
@@ -20,7 +20,7 @@ def initialize(api_client = ApiClient.default)
2020
@api_client = api_client
2121
end
2222
# Delete S3 configuration
23-
# Delete S3 storage configuration. **Authentication:** API Key required (`x-api-key` header) with admin privileges **Usage:** Remove your S3 integration. Generated PDFs will use the default CDN storage after deletion. **Warning:** This action is irreversible. You'll need to reconfigure S3 to use it again. **No credits consumed:** This is a configuration endpoint.
23+
# Delete S3 storage configuration. **Authentication:** API Key required (`x-api-key` header) **Usage:** Remove your S3 integration. Generated PDFs will use the default CDN storage after deletion. **Warning:** This action is irreversible. You'll need to reconfigure S3 to use it again. **No credits consumed:** This is a configuration endpoint.
2424
# @param [Hash] opts the optional parameters
2525
# @return [S3SuccessResponse]
2626
def delete_s3_config(opts = {})
@@ -29,7 +29,7 @@ def delete_s3_config(opts = {})
2929
end
3030

3131
# Delete S3 configuration
32-
# Delete S3 storage configuration. **Authentication:** API Key required (`x-api-key` header) with admin privileges **Usage:** Remove your S3 integration. Generated PDFs will use the default CDN storage after deletion. **Warning:** This action is irreversible. You'll need to reconfigure S3 to use it again. **No credits consumed:** This is a configuration endpoint.
32+
# Delete S3 storage configuration. **Authentication:** API Key required (`x-api-key` header) **Usage:** Remove your S3 integration. Generated PDFs will use the default CDN storage after deletion. **Warning:** This action is irreversible. You'll need to reconfigure S3 to use it again. **No credits consumed:** This is a configuration endpoint.
3333
# @param [Hash] opts the optional parameters
3434
# @return [Array<(S3SuccessResponse, Integer, Hash)>] S3SuccessResponse data, response status code and response headers
3535
def delete_s3_config_with_http_info(opts = {})
@@ -77,7 +77,7 @@ def delete_s3_config_with_http_info(opts = {})
7777
end
7878

7979
# Get S3 configuration
80-
# Get current S3 storage configuration. **Authentication:** API Key required (`x-api-key` header) with admin privileges **Usage:** Retrieve your S3 integration settings. Secret access key is masked for security. **Returns 404** if S3 is not configured. **No credits consumed:** This is a read-only endpoint.
80+
# Get current S3 storage configuration. **Authentication:** API Key required (`x-api-key` header) **Usage:** Retrieve your S3 integration settings. Secret access key is masked for security. **Returns 404** if S3 is not configured. **No credits consumed:** This is a read-only endpoint.
8181
# @param [Hash] opts the optional parameters
8282
# @return [S3ConfigResponse]
8383
def get_s3_config(opts = {})
@@ -86,7 +86,7 @@ def get_s3_config(opts = {})
8686
end
8787

8888
# Get S3 configuration
89-
# Get current S3 storage configuration. **Authentication:** API Key required (&#x60;x-api-key&#x60; header) with admin privileges **Usage:** Retrieve your S3 integration settings. Secret access key is masked for security. **Returns 404** if S3 is not configured. **No credits consumed:** This is a read-only endpoint.
89+
# Get current S3 storage configuration. **Authentication:** API Key required (&#x60;x-api-key&#x60; header) **Usage:** Retrieve your S3 integration settings. Secret access key is masked for security. **Returns 404** if S3 is not configured. **No credits consumed:** This is a read-only endpoint.
9090
# @param [Hash] opts the optional parameters
9191
# @return [Array<(S3ConfigResponse, Integer, Hash)>] S3ConfigResponse data, response status code and response headers
9292
def get_s3_config_with_http_info(opts = {})
@@ -134,7 +134,7 @@ def get_s3_config_with_http_info(opts = {})
134134
end
135135

136136
# Save S3 configuration
137-
# Save or update S3-compatible storage configuration. **Authentication:** API Key required (`x-api-key` header) with admin privileges **Usage:** Configure your S3-compatible storage to receive generated PDFs directly in your own bucket instead of the default CDN. **Supported providers:** - Amazon S3 - DigitalOcean Spaces - Cloudflare R2 - MinIO - Any S3-compatible storage **Secret key behavior:** - For new configuration: `secret_access_key` is required - For updates: Omit `secret_access_key` to keep existing value **No credits consumed:** This is a configuration endpoint.
137+
# Save or update S3-compatible storage configuration. **Authentication:** API Key required (`x-api-key` header) **Usage:** Configure your S3-compatible storage to receive generated PDFs directly in your own bucket instead of the default CDN. **Supported providers:** - Amazon S3 - DigitalOcean Spaces - Cloudflare R2 - MinIO - Any S3-compatible storage **Secret key behavior:** - For new configuration: `secret_access_key` is required - For updates: Omit `secret_access_key` to keep existing value **No credits consumed:** This is a configuration endpoint.
138138
# @param s3_config_request [S3ConfigRequest]
139139
# @param [Hash] opts the optional parameters
140140
# @return [S3SuccessResponse]
@@ -144,7 +144,7 @@ def save_s3_config(s3_config_request, opts = {})
144144
end
145145

146146
# Save S3 configuration
147-
# Save or update S3-compatible storage configuration. **Authentication:** API Key required (&#x60;x-api-key&#x60; header) with admin privileges **Usage:** Configure your S3-compatible storage to receive generated PDFs directly in your own bucket instead of the default CDN. **Supported providers:** - Amazon S3 - DigitalOcean Spaces - Cloudflare R2 - MinIO - Any S3-compatible storage **Secret key behavior:** - For new configuration: &#x60;secret_access_key&#x60; is required - For updates: Omit &#x60;secret_access_key&#x60; to keep existing value **No credits consumed:** This is a configuration endpoint.
147+
# Save or update S3-compatible storage configuration. **Authentication:** API Key required (&#x60;x-api-key&#x60; header) **Usage:** Configure your S3-compatible storage to receive generated PDFs directly in your own bucket instead of the default CDN. **Supported providers:** - Amazon S3 - DigitalOcean Spaces - Cloudflare R2 - MinIO - Any S3-compatible storage **Secret key behavior:** - For new configuration: &#x60;secret_access_key&#x60; is required - For updates: Omit &#x60;secret_access_key&#x60; to keep existing value **No credits consumed:** This is a configuration endpoint.
148148
# @param s3_config_request [S3ConfigRequest]
149149
# @param [Hash] opts the optional parameters
150150
# @return [Array<(S3SuccessResponse, Integer, Hash)>] S3SuccessResponse data, response status code and response headers
@@ -202,7 +202,7 @@ def save_s3_config_with_http_info(s3_config_request, opts = {})
202202
end
203203

204204
# Test S3 connection
205-
# Test S3 connection with stored credentials. **Authentication:** API Key required (`x-api-key` header) with admin privileges **Usage:** Verify your S3 configuration is working correctly. The test will: 1. Connect to the endpoint 2. Verify bucket access 3. Check write permissions by uploading a small test file **Prerequisite:** S3 must be configured first using `POST /v1/integrations/s3` **No credits consumed:** This is a diagnostic endpoint.
205+
# Test S3 connection with stored credentials. **Authentication:** API Key required (`x-api-key` header) **Usage:** Verify your S3 configuration is working correctly. The test will: 1. Connect to the endpoint 2. Verify bucket access 3. Check write permissions by uploading a small test file **Prerequisite:** S3 must be configured first using `POST /v1/integrations/s3` **No credits consumed:** This is a diagnostic endpoint.
206206
# @param [Hash] opts the optional parameters
207207
# @return [S3TestResponse]
208208
def test_s3_connection(opts = {})
@@ -211,7 +211,7 @@ def test_s3_connection(opts = {})
211211
end
212212

213213
# Test S3 connection
214-
# Test S3 connection with stored credentials. **Authentication:** API Key required (&#x60;x-api-key&#x60; header) with admin privileges **Usage:** Verify your S3 configuration is working correctly. The test will: 1. Connect to the endpoint 2. Verify bucket access 3. Check write permissions by uploading a small test file **Prerequisite:** S3 must be configured first using &#x60;POST /v1/integrations/s3&#x60; **No credits consumed:** This is a diagnostic endpoint.
214+
# Test S3 connection with stored credentials. **Authentication:** API Key required (&#x60;x-api-key&#x60; header) **Usage:** Verify your S3 configuration is working correctly. The test will: 1. Connect to the endpoint 2. Verify bucket access 3. Check write permissions by uploading a small test file **Prerequisite:** S3 must be configured first using &#x60;POST /v1/integrations/s3&#x60; **No credits consumed:** This is a diagnostic endpoint.
215215
# @param [Hash] opts the optional parameters
216216
# @return [Array<(S3TestResponse, Integer, Hash)>] S3TestResponse data, response status code and response headers
217217
def test_s3_connection_with_http_info(opts = {})

lib/templatefox/api/pdf_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin
22
#TemplateFox API
33
4-
#Generate PDFs from HTML templates via API. Design once, generate thousands.
4+
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
55
6-
The version of the OpenAPI document: 1.0.0
6+
The version of the OpenAPI document: 1.1.3
77
88
Generated by: https://openapi-generator.tech
99
Generator version: 7.19.0

lib/templatefox/api/templates_api.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin
22
#TemplateFox API
33
4-
#Generate PDFs from HTML templates via API. Design once, generate thousands.
4+
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
55
6-
The version of the OpenAPI document: 1.0.0
6+
The version of the OpenAPI document: 1.1.3
77
88
Generated by: https://openapi-generator.tech
99
Generator version: 7.19.0

lib/templatefox/api_client.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin
22
#TemplateFox API
33
4-
#Generate PDFs from HTML templates via API. Design once, generate thousands.
4+
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
55
6-
The version of the OpenAPI document: 1.0.0
6+
The version of the OpenAPI document: 1.1.3
77
88
Generated by: https://openapi-generator.tech
99
Generator version: 7.19.0

lib/templatefox/api_error.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin
22
#TemplateFox API
33
4-
#Generate PDFs from HTML templates via API. Design once, generate thousands.
4+
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
55
6-
The version of the OpenAPI document: 1.0.0
6+
The version of the OpenAPI document: 1.1.3
77
88
Generated by: https://openapi-generator.tech
99
Generator version: 7.19.0

lib/templatefox/api_model_base.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin
22
#TemplateFox API
33
4-
#Generate PDFs from HTML templates via API. Design once, generate thousands.
4+
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
55
6-
The version of the OpenAPI document: 1.0.0
6+
The version of the OpenAPI document: 1.1.3
77
88
Generated by: https://openapi-generator.tech
99
Generator version: 7.19.0

lib/templatefox/configuration.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin
22
#TemplateFox API
33
4-
#Generate PDFs from HTML templates via API. Design once, generate thousands.
4+
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
55
6-
The version of the OpenAPI document: 1.0.0
6+
The version of the OpenAPI document: 1.1.3
77
88
Generated by: https://openapi-generator.tech
99
Generator version: 7.19.0

lib/templatefox/models/account_info_response.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
=begin
22
#TemplateFox API
33
4-
#Generate PDFs from HTML templates via API. Design once, generate thousands.
4+
#Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
55
6-
The version of the OpenAPI document: 1.0.0
6+
The version of the OpenAPI document: 1.1.3
77
88
Generated by: https://openapi-generator.tech
99
Generator version: 7.19.0

0 commit comments

Comments
 (0)