templatefox 1.6.1 → 1.8.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 (79) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +6 -6
  3. data/lib/templatefox/api/account_api.rb +2 -2
  4. data/lib/templatefox/api/integrations_api.rb +2 -2
  5. data/lib/templatefox/api/pdf_api.rb +2 -2
  6. data/lib/templatefox/api/pdf_async_api.rb +10 -10
  7. data/lib/templatefox/api/templates_api.rb +427 -4
  8. data/lib/templatefox/api_client.rb +2 -2
  9. data/lib/templatefox/api_error.rb +2 -2
  10. data/lib/templatefox/api_model_base.rb +2 -2
  11. data/lib/templatefox/configuration.rb +4 -4
  12. data/lib/templatefox/models/account_info_response.rb +2 -2
  13. data/lib/templatefox/models/app_routers_v1_pdf_async_export_type.rb +2 -2
  14. data/lib/templatefox/models/app_routers_v1_pdf_export_type.rb +2 -2
  15. data/lib/templatefox/models/create_async_pdf_request.rb +44 -9
  16. data/lib/templatefox/models/create_async_pdf_response.rb +2 -2
  17. data/lib/templatefox/models/create_pdf_request.rb +44 -9
  18. data/lib/templatefox/models/create_pdf_response.rb +2 -2
  19. data/lib/templatefox/models/create_version_request.rb +200 -0
  20. data/lib/templatefox/models/http_validation_error.rb +2 -2
  21. data/lib/templatefox/models/job_list_response.rb +2 -2
  22. data/lib/templatefox/models/job_status.rb +2 -2
  23. data/lib/templatefox/models/job_status_response.rb +2 -2
  24. data/lib/templatefox/models/location_inner.rb +2 -2
  25. data/lib/templatefox/models/pdf_variant.rb +41 -0
  26. data/lib/templatefox/models/s3_config_request.rb +2 -2
  27. data/lib/templatefox/models/s3_config_response.rb +2 -2
  28. data/lib/templatefox/models/s3_success_response.rb +2 -2
  29. data/lib/templatefox/models/s3_test_response.rb +2 -2
  30. data/lib/templatefox/models/set_default_version_request.rb +166 -0
  31. data/lib/templatefox/models/template_field.rb +2 -2
  32. data/lib/templatefox/models/template_field_spec.rb +2 -2
  33. data/lib/templatefox/models/template_list_item.rb +2 -2
  34. data/lib/templatefox/models/templates_list_response.rb +2 -2
  35. data/lib/templatefox/models/transaction.rb +2 -2
  36. data/lib/templatefox/models/transactions_response.rb +2 -2
  37. data/lib/templatefox/models/update_version_request.rb +200 -0
  38. data/lib/templatefox/models/validation_error.rb +2 -2
  39. data/lib/templatefox/models/version_item.rb +225 -0
  40. data/lib/templatefox/models/versions_list_response.rb +167 -0
  41. data/lib/templatefox/version.rb +3 -3
  42. data/lib/templatefox.rb +8 -2
  43. data/spec/api/account_api_spec.rb +2 -2
  44. data/spec/api/integrations_api_spec.rb +2 -2
  45. data/spec/api/pdf_api_spec.rb +2 -2
  46. data/spec/api/pdf_async_api_spec.rb +6 -6
  47. data/spec/api/templates_api_spec.rb +80 -3
  48. data/spec/models/account_info_response_spec.rb +2 -2
  49. data/spec/models/app_routers_v1_pdf_async_export_type_spec.rb +2 -2
  50. data/spec/models/app_routers_v1_pdf_export_type_spec.rb +2 -2
  51. data/spec/models/create_async_pdf_request_spec.rb +14 -2
  52. data/spec/models/create_async_pdf_response_spec.rb +2 -2
  53. data/spec/models/create_pdf_request_spec.rb +14 -2
  54. data/spec/models/create_pdf_response_spec.rb +2 -2
  55. data/spec/models/create_version_request_spec.rb +42 -0
  56. data/spec/models/http_validation_error_spec.rb +2 -2
  57. data/spec/models/job_list_response_spec.rb +2 -2
  58. data/spec/models/job_status_response_spec.rb +2 -2
  59. data/spec/models/job_status_spec.rb +2 -2
  60. data/spec/models/location_inner_spec.rb +2 -2
  61. data/spec/models/pdf_variant_spec.rb +30 -0
  62. data/spec/models/s3_config_request_spec.rb +2 -2
  63. data/spec/models/s3_config_response_spec.rb +2 -2
  64. data/spec/models/s3_success_response_spec.rb +2 -2
  65. data/spec/models/s3_test_response_spec.rb +2 -2
  66. data/spec/models/set_default_version_request_spec.rb +36 -0
  67. data/spec/models/template_field_spec.rb +2 -2
  68. data/spec/models/template_field_spec_spec.rb +2 -2
  69. data/spec/models/template_list_item_spec.rb +2 -2
  70. data/spec/models/templates_list_response_spec.rb +2 -2
  71. data/spec/models/transaction_spec.rb +2 -2
  72. data/spec/models/transactions_response_spec.rb +2 -2
  73. data/spec/models/update_version_request_spec.rb +42 -0
  74. data/spec/models/validation_error_spec.rb +2 -2
  75. data/spec/models/version_item_spec.rb +60 -0
  76. data/spec/models/versions_list_response_spec.rb +36 -0
  77. data/spec/spec_helper.rb +2 -2
  78. data/templatefox.gemspec +6 -6
  79. metadata +42 -24
@@ -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.1
6
+ The version of the OpenAPI document: 1.8.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,16 @@ 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
+
96
+ describe 'test attribute "version"' do
97
+ it 'should work' do
98
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
99
+ end
100
+ end
101
+
90
102
  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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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,16 @@ 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
+
84
+ describe 'test attribute "version"' do
85
+ it 'should work' do
86
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
87
+ end
88
+ end
89
+
78
90
  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.1
6
+ The version of the OpenAPI document: 1.8.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,42 @@
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.8.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::CreateVersionRequest
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TemplateFox::CreateVersionRequest do
21
+ #let(:instance) { TemplateFox::CreateVersionRequest.new }
22
+
23
+ describe 'test an instance of CreateVersionRequest' do
24
+ it 'should create an instance of CreateVersionRequest' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TemplateFox::CreateVersionRequest)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "tag"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "description"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ 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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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,36 @@
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.8.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::SetDefaultVersionRequest
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TemplateFox::SetDefaultVersionRequest do
21
+ #let(:instance) { TemplateFox::SetDefaultVersionRequest.new }
22
+
23
+ describe 'test an instance of SetDefaultVersionRequest' do
24
+ it 'should create an instance of SetDefaultVersionRequest' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TemplateFox::SetDefaultVersionRequest)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "version_number"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ 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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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.1
6
+ The version of the OpenAPI document: 1.8.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,42 @@
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.8.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::UpdateVersionRequest
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TemplateFox::UpdateVersionRequest do
21
+ #let(:instance) { TemplateFox::UpdateVersionRequest.new }
22
+
23
+ describe 'test an instance of UpdateVersionRequest' do
24
+ it 'should create an instance of UpdateVersionRequest' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TemplateFox::UpdateVersionRequest)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "tag"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "description"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ 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.1
6
+ The version of the OpenAPI document: 1.8.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,60 @@
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.8.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::VersionItem
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TemplateFox::VersionItem do
21
+ #let(:instance) { TemplateFox::VersionItem.new }
22
+
23
+ describe 'test an instance of VersionItem' do
24
+ it 'should create an instance of VersionItem' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TemplateFox::VersionItem)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "version_number"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ describe 'test attribute "tag"' do
37
+ it 'should work' do
38
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
39
+ end
40
+ end
41
+
42
+ describe 'test attribute "description"' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
45
+ end
46
+ end
47
+
48
+ describe 'test attribute "is_default"' do
49
+ it 'should work' do
50
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
51
+ end
52
+ end
53
+
54
+ describe 'test attribute "created_at"' do
55
+ it 'should work' do
56
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
57
+ end
58
+ end
59
+
60
+ end
@@ -0,0 +1,36 @@
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.8.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::VersionsListResponse
18
+ # Automatically generated by openapi-generator (https://openapi-generator.tech)
19
+ # Please update as you see appropriate
20
+ describe TemplateFox::VersionsListResponse do
21
+ #let(:instance) { TemplateFox::VersionsListResponse.new }
22
+
23
+ describe 'test an instance of VersionsListResponse' do
24
+ it 'should create an instance of VersionsListResponse' do
25
+ # uncomment below to test the instance creation
26
+ #expect(instance).to be_instance_of(TemplateFox::VersionsListResponse)
27
+ end
28
+ end
29
+
30
+ describe 'test attribute "versions"' do
31
+ it 'should work' do
32
+ # assertion here. ref: https://rspec.info/features/3-12/rspec-expectations/built-in-matchers/
33
+ end
34
+ end
35
+
36
+ end
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.1
6
+ The version of the OpenAPI document: 1.8.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.1
8
+ The version of the OpenAPI document: 1.8.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
 
@@ -20,8 +20,8 @@ Gem::Specification.new do |s|
20
20
  s.version = TemplateFox::VERSION
21
21
  s.platform = Gem::Platform::RUBY
22
22
  s.authors = ["TemplateFox"]
23
- s.email = ["support@pdftemplateapi.com"]
24
- s.homepage = "https://pdftemplateapi.com"
23
+ s.email = ["support@templatefox.com"]
24
+ s.homepage = "https://templatefox.com"
25
25
  s.summary = "Official TemplateFox Ruby SDK"
26
26
  s.description = "Ruby SDK for TemplateFox - Generate PDFs from HTML templates via API"
27
27
  s.license = "MIT"
@@ -29,8 +29,8 @@ Gem::Specification.new do |s|
29
29
  s.metadata = {
30
30
  "source_code_uri" => "https://github.com/TemplateFoxPDF/rubysdk",
31
31
  "bug_tracker_uri" => "https://github.com/TemplateFoxPDF/rubysdk/issues",
32
- "documentation_uri" => "https://pdftemplateapi.com/docs",
33
- "homepage_uri" => "https://pdftemplateapi.com"
32
+ "documentation_uri" => "https://templatefox.com/docs",
33
+ "homepage_uri" => "https://templatefox.com"
34
34
  }
35
35
 
36
36
  s.add_runtime_dependency 'typhoeus', '~> 1.0', '>= 1.0.1'