docspring 1.2.0 → 1.4.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 (130) hide show
  1. checksums.yaml +4 -4
  2. data/.openapi-generator/VERSION +1 -1
  3. data/CHANGELOG.md +20 -0
  4. data/Gemfile.lock +2 -7
  5. data/LICENSE +1 -1
  6. data/README.md +6 -4
  7. data/docs/CombinePdfsData.md +4 -4
  8. data/docs/CombinedSubmissionData.md +3 -3
  9. data/docs/CopyTemplateData.md +9 -0
  10. data/docs/CreateSubmissionDataRequestData.md +2 -2
  11. data/docs/HtmlTemplateData.md +2 -2
  12. data/docs/MoveTemplateData.md +1 -1
  13. data/docs/PDFApi.md +53 -1
  14. data/docs/Submission.md +3 -0
  15. data/docs/SubmissionBatchData.md +2 -2
  16. data/docs/SubmissionData.md +4 -4
  17. data/docs/SubmissionDataBatchRequest.md +2 -2
  18. data/docs/SubmissionDataRequest.md +1 -0
  19. data/docs/TemplateData.md +2 -2
  20. data/docs/TemplatestemplateIdaddFieldsFields.md +9 -9
  21. data/docs/UpdateSubmissionDataRequestData.md +9 -9
  22. data/docs/UploadTemplateData.md +2 -2
  23. data/docspring.gemspec +2 -3
  24. data/lib/docspring.rb +2 -1
  25. data/lib/docspring/api/pdf_api.rb +60 -1
  26. data/lib/docspring/api_client.rb +2 -2
  27. data/lib/docspring/api_error.rb +1 -1
  28. data/lib/docspring/configuration.rb +2 -3
  29. data/lib/docspring/models/add_fields_data.rb +1 -1
  30. data/lib/docspring/models/add_fields_template_response.rb +1 -1
  31. data/lib/docspring/models/authentication_error.rb +1 -1
  32. data/lib/docspring/models/authentication_success_response.rb +1 -1
  33. data/lib/docspring/models/combine_pdfs_data.rb +28 -28
  34. data/lib/docspring/models/combined_submission.rb +1 -1
  35. data/lib/docspring/models/combined_submission_action.rb +1 -6
  36. data/lib/docspring/models/combined_submission_data.rb +23 -23
  37. data/lib/docspring/models/copy_template_data.rb +197 -0
  38. data/lib/docspring/models/create_combined_submission_response.rb +1 -1
  39. data/lib/docspring/models/create_custom_file_data.rb +1 -1
  40. data/lib/docspring/models/create_custom_file_response.rb +1 -1
  41. data/lib/docspring/models/create_folder_data.rb +1 -1
  42. data/lib/docspring/models/create_html_template_data.rb +1 -1
  43. data/lib/docspring/models/create_submission_batch_response.rb +1 -1
  44. data/lib/docspring/models/create_submission_batch_submissions_response.rb +1 -1
  45. data/lib/docspring/models/create_submission_data_request_data.rb +20 -20
  46. data/lib/docspring/models/create_submission_data_request_token_response.rb +1 -1
  47. data/lib/docspring/models/create_submission_data_request_token_response_token.rb +1 -1
  48. data/lib/docspring/models/create_submission_response.rb +1 -1
  49. data/lib/docspring/models/create_template_from_upload_data.rb +1 -1
  50. data/lib/docspring/models/custom_file.rb +1 -1
  51. data/lib/docspring/models/error.rb +1 -1
  52. data/lib/docspring/models/folder.rb +1 -1
  53. data/lib/docspring/models/folders_folder.rb +1 -1
  54. data/lib/docspring/models/html_template_data.rb +20 -20
  55. data/lib/docspring/models/invalid_request.rb +1 -1
  56. data/lib/docspring/models/move_folder_data.rb +1 -1
  57. data/lib/docspring/models/move_template_data.rb +6 -1
  58. data/lib/docspring/models/pending_template.rb +1 -1
  59. data/lib/docspring/models/rename_folder_data.rb +1 -1
  60. data/lib/docspring/models/submission.rb +32 -5
  61. data/lib/docspring/models/submission_action.rb +1 -6
  62. data/lib/docspring/models/submission_batch.rb +1 -1
  63. data/lib/docspring/models/submission_batch_data.rb +16 -16
  64. data/lib/docspring/models/submission_data.rb +34 -34
  65. data/lib/docspring/models/submission_data_batch_request.rb +20 -20
  66. data/lib/docspring/models/submission_data_request.rb +14 -15
  67. data/lib/docspring/models/template.rb +1 -1
  68. data/lib/docspring/models/template_data.rb +20 -20
  69. data/lib/docspring/models/templatestemplate_idadd_fields_fields.rb +107 -107
  70. data/lib/docspring/models/update_data_request_response.rb +1 -1
  71. data/lib/docspring/models/update_submission_data_request_data.rb +79 -79
  72. data/lib/docspring/models/update_template_data.rb +1 -1
  73. data/lib/docspring/models/update_template_response.rb +1 -1
  74. data/lib/docspring/models/upload_template_data.rb +20 -20
  75. data/lib/docspring/models/upload_template_data_document.rb +1 -1
  76. data/lib/docspring/models/upload_template_data_document_metadata.rb +1 -1
  77. data/lib/docspring/version.rb +2 -2
  78. data/spec/api/pdf_api_spec_original.skipped.rb +16 -2
  79. data/spec/api_client_spec.rb +1 -1
  80. data/spec/configuration_spec.rb +1 -1
  81. data/spec/models/add_fields_data_spec.rb +1 -1
  82. data/spec/models/add_fields_template_response_spec.rb +1 -1
  83. data/spec/models/authentication_error_spec.rb +1 -1
  84. data/spec/models/authentication_success_response_spec.rb +1 -1
  85. data/spec/models/combine_pdfs_data_spec.rb +5 -5
  86. data/spec/models/combined_submission_action_spec.rb +1 -1
  87. data/spec/models/combined_submission_data_spec.rb +5 -5
  88. data/spec/models/combined_submission_spec.rb +1 -1
  89. data/spec/models/copy_template_data_spec.rb +47 -0
  90. data/spec/models/create_combined_submission_response_spec.rb +1 -1
  91. data/spec/models/create_custom_file_data_spec.rb +1 -1
  92. data/spec/models/create_custom_file_response_spec.rb +1 -1
  93. data/spec/models/create_folder_data_spec.rb +1 -1
  94. data/spec/models/create_html_template_data_spec.rb +1 -1
  95. data/spec/models/create_submission_batch_response_spec.rb +1 -1
  96. data/spec/models/create_submission_batch_submissions_response_spec.rb +1 -1
  97. data/spec/models/create_submission_data_request_data_spec.rb +9 -9
  98. data/spec/models/create_submission_data_request_token_response_spec.rb +1 -1
  99. data/spec/models/create_submission_data_request_token_response_token_spec.rb +1 -1
  100. data/spec/models/create_submission_response_spec.rb +1 -1
  101. data/spec/models/create_template_from_upload_data_spec.rb +1 -1
  102. data/spec/models/custom_file_spec.rb +1 -1
  103. data/spec/models/error_spec.rb +1 -1
  104. data/spec/models/folder_spec.rb +1 -1
  105. data/spec/models/folders_folder_spec.rb +1 -1
  106. data/spec/models/html_template_data_spec.rb +5 -5
  107. data/spec/models/invalid_request_spec.rb +1 -1
  108. data/spec/models/move_folder_data_spec.rb +1 -1
  109. data/spec/models/move_template_data_spec.rb +1 -1
  110. data/spec/models/pending_template_spec.rb +1 -1
  111. data/spec/models/rename_folder_data_spec.rb +1 -1
  112. data/spec/models/submission_action_spec.rb +1 -1
  113. data/spec/models/submission_batch_data_spec.rb +3 -3
  114. data/spec/models/submission_batch_spec.rb +1 -1
  115. data/spec/models/submission_data_batch_request_spec.rb +5 -5
  116. data/spec/models/submission_data_request_spec.rb +7 -1
  117. data/spec/models/submission_data_spec.rb +7 -7
  118. data/spec/models/submission_spec.rb +19 -1
  119. data/spec/models/template_data_spec.rb +5 -5
  120. data/spec/models/template_spec.rb +1 -1
  121. data/spec/models/templatestemplate_idadd_fields_fields_spec.rb +27 -27
  122. data/spec/models/update_data_request_response_spec.rb +1 -1
  123. data/spec/models/update_submission_data_request_data_spec.rb +17 -17
  124. data/spec/models/update_template_data_spec.rb +1 -1
  125. data/spec/models/update_template_response_spec.rb +1 -1
  126. data/spec/models/upload_template_data_document_metadata_spec.rb +1 -1
  127. data/spec/models/upload_template_data_document_spec.rb +1 -1
  128. data/spec/models/upload_template_data_spec.rb +6 -6
  129. data/spec/spec_helper.rb +1 -1
  130. metadata +11 -27
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -54,13 +54,13 @@ describe 'HtmlTemplateData' do
54
54
  end
55
55
  end
56
56
 
57
- describe 'test attribute "expire_after"' do
57
+ describe 'test attribute "allow_additional_properties"' do
58
58
  it 'should work' do
59
59
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
60
  end
61
61
  end
62
62
 
63
- describe 'test attribute "allow_additional_properties"' do
63
+ describe 'test attribute "expire_after"' do
64
64
  it 'should work' do
65
65
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
66
66
  end
@@ -114,13 +114,13 @@ describe 'HtmlTemplateData' do
114
114
  end
115
115
  end
116
116
 
117
- describe 'test attribute "html"' do
117
+ describe 'test attribute "footer_html"' do
118
118
  it 'should work' do
119
119
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
120
120
  end
121
121
  end
122
122
 
123
- describe 'test attribute "footer_html"' do
123
+ describe 'test attribute "html"' do
124
124
  it 'should work' do
125
125
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
126
126
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -38,7 +38,7 @@ describe 'SubmissionBatchData' do
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "test"' do
41
+ describe 'test attribute "submissions"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -50,7 +50,7 @@ describe 'SubmissionBatchData' do
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "submissions"' do
53
+ describe 'test attribute "test"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -44,25 +44,25 @@ describe 'SubmissionDataBatchRequest' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "test"' do
47
+ describe 'test attribute "data"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "data"' do
53
+ describe 'test attribute "test"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "template_id"' do
59
+ describe 'test attribute "html"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "html"' do
65
+ describe 'test attribute "template_id"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -56,6 +56,12 @@ describe 'SubmissionDataRequest' do
56
56
  end
57
57
  end
58
58
 
59
+ describe 'test attribute "sort_order"' do
60
+ it 'should work' do
61
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
+ end
63
+ end
64
+
59
65
  describe 'test attribute "fields"' do
60
66
  it 'should work' do
61
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -32,7 +32,7 @@ describe 'SubmissionData' do
32
32
  expect(@instance).to be_instance_of(DocSpring::SubmissionData)
33
33
  end
34
34
  end
35
- describe 'test attribute "test"' do
35
+ describe 'test attribute "css"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
@@ -44,31 +44,31 @@ describe 'SubmissionData' do
44
44
  end
45
45
  end
46
46
 
47
- describe 'test attribute "html"' do
47
+ describe 'test attribute "data_requests"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
50
  end
51
51
  end
52
52
 
53
- describe 'test attribute "css"' do
53
+ describe 'test attribute "field_overrides"' do
54
54
  it 'should work' do
55
55
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
56
  end
57
57
  end
58
58
 
59
- describe 'test attribute "metadata"' do
59
+ describe 'test attribute "html"' do
60
60
  it 'should work' do
61
61
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
62
  end
63
63
  end
64
64
 
65
- describe 'test attribute "field_overrides"' do
65
+ describe 'test attribute "metadata"' do
66
66
  it 'should work' do
67
67
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
68
68
  end
69
69
  end
70
70
 
71
- describe 'test attribute "data_requests"' do
71
+ describe 'test attribute "test"' do
72
72
  it 'should work' do
73
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
74
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -84,6 +84,12 @@ describe 'Submission' do
84
84
  end
85
85
  end
86
86
 
87
+ describe 'test attribute "data"' do
88
+ it 'should work' do
89
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
90
+ end
91
+ end
92
+
87
93
  describe 'test attribute "metadata"' do
88
94
  it 'should work' do
89
95
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -132,4 +138,16 @@ describe 'Submission' do
132
138
  end
133
139
  end
134
140
 
141
+ describe 'test attribute "source"' do
142
+ it 'should work' do
143
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
144
+ end
145
+ end
146
+
147
+ describe 'test attribute "referrer"' do
148
+ it 'should work' do
149
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
150
+ end
151
+ end
152
+
135
153
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -54,13 +54,13 @@ describe 'TemplateData' do
54
54
  end
55
55
  end
56
56
 
57
- describe 'test attribute "expire_after"' do
57
+ describe 'test attribute "allow_additional_properties"' do
58
58
  it 'should work' do
59
59
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
60
  end
61
61
  end
62
62
 
63
- describe 'test attribute "allow_additional_properties"' do
63
+ describe 'test attribute "expire_after"' do
64
64
  it 'should work' do
65
65
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
66
66
  end
@@ -114,13 +114,13 @@ describe 'TemplateData' do
114
114
  end
115
115
  end
116
116
 
117
- describe 'test attribute "html"' do
117
+ describe 'test attribute "footer_html"' do
118
118
  it 'should work' do
119
119
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
120
120
  end
121
121
  end
122
122
 
123
- describe 'test attribute "footer_html"' do
123
+ describe 'test attribute "html"' do
124
124
  it 'should work' do
125
125
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
126
126
  end
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: v1
7
7
 
8
8
  Generated by: https://openapi-generator.tech
9
- OpenAPI Generator version: 3.3.0-SNAPSHOT
9
+ OpenAPI Generator version: 3.3.0
10
10
 
11
11
  =end
12
12
 
@@ -32,13 +32,13 @@ describe 'TemplatestemplateIdaddFieldsFields' do
32
32
  expect(@instance).to be_instance_of(DocSpring::TemplatestemplateIdaddFieldsFields)
33
33
  end
34
34
  end
35
- describe 'test attribute "uppercase"' do
35
+ describe 'test attribute "background_color_field_name"' do
36
36
  it 'should work' do
37
37
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
38
38
  end
39
39
  end
40
40
 
41
- describe 'test attribute "background_color_field_name"' do
41
+ describe 'test attribute "uppercase"' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
44
44
  end
@@ -168,13 +168,13 @@ describe 'TemplatestemplateIdaddFieldsFields' do
168
168
  end
169
169
  end
170
170
 
171
- describe 'test attribute "static"' do
171
+ describe 'test attribute "shape_fill_color_field_name"' do
172
172
  it 'should work' do
173
173
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
174
174
  end
175
175
  end
176
176
 
177
- describe 'test attribute "shape_fill_color_field_name"' do
177
+ describe 'test attribute "static"' do
178
178
  it 'should work' do
179
179
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
180
180
  end
@@ -220,13 +220,13 @@ describe 'TemplatestemplateIdaddFieldsFields' do
220
220
  end
221
221
  end
222
222
 
223
- describe 'test attribute "typeface"' do
223
+ describe 'test attribute "comb"' do
224
224
  it 'should work' do
225
225
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
226
226
  end
227
227
  end
228
228
 
229
- describe 'test attribute "comb"' do
229
+ describe 'test attribute "typeface"' do
230
230
  it 'should work' do
231
231
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
232
232
  end
@@ -242,19 +242,19 @@ describe 'TemplatestemplateIdaddFieldsFields' do
242
242
  end
243
243
  end
244
244
 
245
- describe 'test attribute "display_type"' do
245
+ describe 'test attribute "condition"' do
246
246
  it 'should work' do
247
247
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
248
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["text", "check", "qrcode", "barcode", "image", "shape"])
249
- # validator.allowable_values.each do |value|
250
- # expect { @instance.display_type = value }.not_to raise_error
251
- # end
252
248
  end
253
249
  end
254
250
 
255
- describe 'test attribute "condition"' do
251
+ describe 'test attribute "display_type"' do
256
252
  it 'should work' do
257
253
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
254
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["text", "check", "qrcode", "barcode", "image", "shape"])
255
+ # validator.allowable_values.each do |value|
256
+ # expect { @instance.display_type = value }.not_to raise_error
257
+ # end
258
258
  end
259
259
  end
260
260
 
@@ -340,13 +340,13 @@ describe 'TemplatestemplateIdaddFieldsFields' do
340
340
  end
341
341
  end
342
342
 
343
- describe 'test attribute "hidden"' do
343
+ describe 'test attribute "color"' do
344
344
  it 'should work' do
345
345
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
346
346
  end
347
347
  end
348
348
 
349
- describe 'test attribute "color"' do
349
+ describe 'test attribute "hidden"' do
350
350
  it 'should work' do
351
351
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
352
352
  end
@@ -436,13 +436,13 @@ describe 'TemplatestemplateIdaddFieldsFields' do
436
436
  end
437
437
  end
438
438
 
439
- describe 'test attribute "strikethrough"' do
439
+ describe 'test attribute "false_text"' do
440
440
  it 'should work' do
441
441
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
442
442
  end
443
443
  end
444
444
 
445
- describe 'test attribute "false_text"' do
445
+ describe 'test attribute "strikethrough"' do
446
446
  it 'should work' do
447
447
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
448
448
  end
@@ -516,25 +516,25 @@ describe 'TemplatestemplateIdaddFieldsFields' do
516
516
  end
517
517
  end
518
518
 
519
- describe 'test attribute "include_time"' do
519
+ describe 'test attribute "decimal_places"' do
520
520
  it 'should work' do
521
521
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
522
522
  end
523
523
  end
524
524
 
525
- describe 'test attribute "decimal_places"' do
525
+ describe 'test attribute "include_time"' do
526
526
  it 'should work' do
527
527
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
528
528
  end
529
529
  end
530
530
 
531
- describe 'test attribute "x"' do
531
+ describe 'test attribute "width"' do
532
532
  it 'should work' do
533
533
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
534
534
  end
535
535
  end
536
536
 
537
- describe 'test attribute "width"' do
537
+ describe 'test attribute "x"' do
538
538
  it 'should work' do
539
539
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
540
540
  end
@@ -558,12 +558,6 @@ describe 'TemplatestemplateIdaddFieldsFields' do
558
558
  end
559
559
  end
560
560
 
561
- describe 'test attribute "opacity"' do
562
- it 'should work' do
563
- # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
564
- end
565
- end
566
-
567
561
  describe 'test attribute "number_condition_type"' do
568
562
  it 'should work' do
569
563
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -574,6 +568,12 @@ describe 'TemplatestemplateIdaddFieldsFields' do
574
568
  end
575
569
  end
576
570
 
571
+ describe 'test attribute "opacity"' do
572
+ it 'should work' do
573
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
574
+ end
575
+ end
576
+
577
577
  describe 'test attribute "minimum"' do
578
578
  it 'should work' do
579
579
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers