templatefox 1.6.0 → 1.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/lib/templatefox/api/account_api.rb +2 -2
  3. data/lib/templatefox/api/integrations_api.rb +2 -2
  4. data/lib/templatefox/api/pdf_api.rb +2 -2
  5. data/lib/templatefox/api/pdf_async_api.rb +2 -2
  6. data/lib/templatefox/api/templates_api.rb +2 -2
  7. data/lib/templatefox/api_client.rb +2 -2
  8. data/lib/templatefox/api_error.rb +2 -2
  9. data/lib/templatefox/api_model_base.rb +2 -2
  10. data/lib/templatefox/configuration.rb +2 -2
  11. data/lib/templatefox/models/account_info_response.rb +2 -2
  12. data/lib/templatefox/models/app_routers_v1_pdf_async_export_type.rb +2 -2
  13. data/lib/templatefox/models/app_routers_v1_pdf_export_type.rb +2 -2
  14. data/lib/templatefox/models/create_async_pdf_request.rb +17 -7
  15. data/lib/templatefox/models/create_async_pdf_response.rb +2 -2
  16. data/lib/templatefox/models/create_pdf_request.rb +17 -7
  17. data/lib/templatefox/models/create_pdf_response.rb +2 -2
  18. data/lib/templatefox/models/http_validation_error.rb +2 -2
  19. data/lib/templatefox/models/job_list_response.rb +2 -2
  20. data/lib/templatefox/models/job_status.rb +2 -2
  21. data/lib/templatefox/models/job_status_response.rb +2 -2
  22. data/lib/templatefox/models/location_inner.rb +2 -2
  23. data/lib/templatefox/models/pdf_variant.rb +41 -0
  24. data/lib/templatefox/models/s3_config_request.rb +2 -2
  25. data/lib/templatefox/models/s3_config_response.rb +2 -2
  26. data/lib/templatefox/models/s3_success_response.rb +2 -2
  27. data/lib/templatefox/models/s3_test_response.rb +2 -2
  28. data/lib/templatefox/models/template_field.rb +2 -2
  29. data/lib/templatefox/models/template_field_spec.rb +2 -2
  30. data/lib/templatefox/models/template_list_item.rb +2 -2
  31. data/lib/templatefox/models/templates_list_response.rb +2 -2
  32. data/lib/templatefox/models/transaction.rb +2 -2
  33. data/lib/templatefox/models/transactions_response.rb +2 -2
  34. data/lib/templatefox/models/validation_error.rb +2 -2
  35. data/lib/templatefox/version.rb +3 -3
  36. data/lib/templatefox.rb +3 -2
  37. data/spec/api/account_api_spec.rb +2 -2
  38. data/spec/api/integrations_api_spec.rb +2 -2
  39. data/spec/api/pdf_api_spec.rb +2 -2
  40. data/spec/api/pdf_async_api_spec.rb +2 -2
  41. data/spec/api/templates_api_spec.rb +2 -2
  42. data/spec/models/account_info_response_spec.rb +2 -2
  43. data/spec/models/app_routers_v1_pdf_async_export_type_spec.rb +2 -2
  44. data/spec/models/app_routers_v1_pdf_export_type_spec.rb +2 -2
  45. data/spec/models/create_async_pdf_request_spec.rb +8 -2
  46. data/spec/models/create_async_pdf_response_spec.rb +2 -2
  47. data/spec/models/create_pdf_request_spec.rb +8 -2
  48. data/spec/models/create_pdf_response_spec.rb +2 -2
  49. data/spec/models/http_validation_error_spec.rb +2 -2
  50. data/spec/models/job_list_response_spec.rb +2 -2
  51. data/spec/models/job_status_response_spec.rb +2 -2
  52. data/spec/models/job_status_spec.rb +2 -2
  53. data/spec/models/location_inner_spec.rb +2 -2
  54. data/spec/models/pdf_variant_spec.rb +30 -0
  55. data/spec/models/s3_config_request_spec.rb +2 -2
  56. data/spec/models/s3_config_response_spec.rb +2 -2
  57. data/spec/models/s3_success_response_spec.rb +2 -2
  58. data/spec/models/s3_test_response_spec.rb +2 -2
  59. data/spec/models/template_field_spec.rb +2 -2
  60. data/spec/models/template_field_spec_spec.rb +2 -2
  61. data/spec/models/template_list_item_spec.rb +2 -2
  62. data/spec/models/templates_list_response_spec.rb +2 -2
  63. data/spec/models/transaction_spec.rb +2 -2
  64. data/spec/models/transactions_response_spec.rb +2 -2
  65. data/spec/models/validation_error_spec.rb +2 -2
  66. data/spec/spec_helper.rb +2 -2
  67. data/templatefox.gemspec +2 -2
  68. metadata +26 -23
data/lib/templatefox.rb CHANGED
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -30,6 +30,7 @@ require 'templatefox/models/job_list_response'
30
30
  require 'templatefox/models/job_status'
31
31
  require 'templatefox/models/job_status_response'
32
32
  require 'templatefox/models/location_inner'
33
+ require 'templatefox/models/pdf_variant'
33
34
  require 'templatefox/models/s3_config_request'
34
35
  require 'templatefox/models/s3_config_response'
35
36
  require 'templatefox/models/s3_success_response'
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -87,4 +87,10 @@ describe TemplateFox::CreateAsyncPdfRequest do
87
87
  end
88
88
  end
89
89
 
90
+ describe 'test attribute "pdf_variant"' do
91
+ it 'should work' do
92
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
93
+ end
94
+ end
95
+
90
96
  end
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -75,4 +75,10 @@ describe TemplateFox::CreatePdfRequest do
75
75
  end
76
76
  end
77
77
 
78
+ describe 'test attribute "pdf_variant"' do
79
+ it 'should work' do
80
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
81
+ end
82
+ end
83
+
78
84
  end
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -0,0 +1,30 @@
1
+ =begin
2
+ #TemplateFox API
3
+
4
+ #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
+
6
+ The version of the OpenAPI document: 1.7.0
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ Generator version: 7.21.0
10
+
11
+ =end
12
+
13
+ require 'spec_helper'
14
+ require 'json'
15
+ require 'date'
16
+
17
+ # Unit tests for TemplateFox::PdfVariant
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TemplateFox::PdfVariant do
21
+ #let(:instance) { TemplateFox::PdfVariant.new }
22
+
23
+ describe 'test an instance of PdfVariant' do
24
+ it 'should create an instance of PdfVariant' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TemplateFox::PdfVariant)
27
+ end
28
+ end
29
+
30
+ end
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
data/spec/spec_helper.rb CHANGED
@@ -3,10 +3,10 @@
3
3
 
4
4
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
5
5
 
6
- The version of the OpenAPI document: 1.6.0
6
+ The version of the OpenAPI document: 1.7.0
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- Generator version: 7.19.0
9
+ Generator version: 7.21.0
10
10
 
11
11
  =end
12
12
 
data/templatefox.gemspec CHANGED
@@ -5,10 +5,10 @@
5
5
 
6
6
  #Generate beautiful PDFs from HTML/CSS templates with Jinja2 via API. Design once, generate thousands.
7
7
 
8
- The version of the OpenAPI document: 1.6.0
8
+ The version of the OpenAPI document: 1.7.0
9
9
 
10
10
  Generated by: https://openapi-generator.tech
11
- Generator version: 7.19.0
11
+ Generator version: 7.21.0
12
12
 
13
13
  =end
14
14
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: templatefox
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - TemplateFox
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2026-02-15 00:00:00.000000000 Z
11
+ date: 2026-04-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: typhoeus
@@ -83,6 +83,7 @@ files:
83
83
  - lib/templatefox/models/job_status.rb
84
84
  - lib/templatefox/models/job_status_response.rb
85
85
  - lib/templatefox/models/location_inner.rb
86
+ - lib/templatefox/models/pdf_variant.rb
86
87
  - lib/templatefox/models/s3_config_request.rb
87
88
  - lib/templatefox/models/s3_config_response.rb
88
89
  - lib/templatefox/models/s3_success_response.rb
@@ -112,6 +113,7 @@ files:
112
113
  - spec/models/job_status_response_spec.rb
113
114
  - spec/models/job_status_spec.rb
114
115
  - spec/models/location_inner_spec.rb
116
+ - spec/models/pdf_variant_spec.rb
115
117
  - spec/models/s3_config_request_spec.rb
116
118
  - spec/models/s3_config_response_spec.rb
117
119
  - spec/models/s3_success_response_spec.rb
@@ -153,32 +155,33 @@ signing_key:
153
155
  specification_version: 4
154
156
  summary: Official TemplateFox Ruby SDK
155
157
  test_files:
156
- - spec/api/templates_api_spec.rb
157
- - spec/api/integrations_api_spec.rb
158
- - spec/api/pdf_async_api_spec.rb
159
158
  - spec/api/account_api_spec.rb
159
+ - spec/api/templates_api_spec.rb
160
160
  - spec/api/pdf_api_spec.rb
161
- - spec/models/s3_config_request_spec.rb
162
- - spec/models/transactions_response_spec.rb
163
- - spec/models/job_status_spec.rb
164
- - spec/models/templates_list_response_spec.rb
165
- - spec/models/template_field_spec.rb
166
- - spec/models/job_status_response_spec.rb
167
- - spec/models/create_pdf_response_spec.rb
168
- - spec/models/template_list_item_spec.rb
169
- - spec/models/create_async_pdf_response_spec.rb
170
- - spec/models/app_routers_v1_pdf_async_export_type_spec.rb
171
- - spec/models/s3_test_response_spec.rb
161
+ - spec/api/pdf_async_api_spec.rb
162
+ - spec/api/integrations_api_spec.rb
172
163
  - spec/models/create_async_pdf_request_spec.rb
173
- - spec/models/job_list_response_spec.rb
174
- - spec/models/s3_success_response_spec.rb
175
- - spec/models/location_inner_spec.rb
176
- - spec/models/http_validation_error_spec.rb
177
164
  - spec/models/validation_error_spec.rb
178
- - spec/models/transaction_spec.rb
179
- - spec/models/app_routers_v1_pdf_export_type_spec.rb
165
+ - spec/models/s3_test_response_spec.rb
166
+ - spec/models/app_routers_v1_pdf_async_export_type_spec.rb
167
+ - spec/models/job_status_response_spec.rb
180
168
  - spec/models/s3_config_response_spec.rb
169
+ - spec/models/transaction_spec.rb
170
+ - spec/models/template_field_spec.rb
181
171
  - spec/models/template_field_spec_spec.rb
182
- - spec/models/account_info_response_spec.rb
172
+ - spec/models/app_routers_v1_pdf_export_type_spec.rb
173
+ - spec/models/template_list_item_spec.rb
174
+ - spec/models/location_inner_spec.rb
175
+ - spec/models/job_status_spec.rb
176
+ - spec/models/pdf_variant_spec.rb
177
+ - spec/models/create_pdf_response_spec.rb
178
+ - spec/models/templates_list_response_spec.rb
179
+ - spec/models/http_validation_error_spec.rb
180
+ - spec/models/job_list_response_spec.rb
183
181
  - spec/models/create_pdf_request_spec.rb
182
+ - spec/models/s3_config_request_spec.rb
183
+ - spec/models/s3_success_response_spec.rb
184
+ - spec/models/account_info_response_spec.rb
185
+ - spec/models/create_async_pdf_response_spec.rb
186
+ - spec/models/transactions_response_spec.rb
184
187
  - spec/spec_helper.rb