docspring 1.2.1 → 1.3.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. checksums.yaml +4 -4
  2. data/.openapi-generator/VERSION +1 -1
  3. data/CHANGELOG.md +4 -0
  4. data/Gemfile.lock +1 -1
  5. data/README.md +4 -4
  6. data/docs/CombinePdfsData.md +4 -4
  7. data/docs/CombinedSubmissionData.md +3 -3
  8. data/docs/CreateSubmissionDataRequestData.md +2 -2
  9. data/docs/HtmlTemplateData.md +2 -2
  10. data/docs/SubmissionBatchData.md +2 -2
  11. data/docs/SubmissionData.md +4 -4
  12. data/docs/SubmissionDataBatchRequest.md +2 -2
  13. data/docs/TemplateData.md +2 -2
  14. data/docs/TemplatestemplateIdaddFieldsFields.md +9 -9
  15. data/docs/UpdateSubmissionDataRequestData.md +9 -9
  16. data/docs/UploadTemplateData.md +2 -2
  17. data/docspring.gemspec +1 -1
  18. data/lib/docspring.rb +1 -1
  19. data/lib/docspring/api/pdf_api.rb +1 -1
  20. data/lib/docspring/api_client.rb +1 -1
  21. data/lib/docspring/api_error.rb +1 -1
  22. data/lib/docspring/configuration.rb +1 -1
  23. data/lib/docspring/models/add_fields_data.rb +1 -1
  24. data/lib/docspring/models/add_fields_template_response.rb +1 -1
  25. data/lib/docspring/models/authentication_error.rb +1 -1
  26. data/lib/docspring/models/authentication_success_response.rb +1 -1
  27. data/lib/docspring/models/combine_pdfs_data.rb +28 -28
  28. data/lib/docspring/models/combined_submission.rb +1 -1
  29. data/lib/docspring/models/combined_submission_action.rb +1 -6
  30. data/lib/docspring/models/combined_submission_data.rb +23 -23
  31. data/lib/docspring/models/create_combined_submission_response.rb +1 -1
  32. data/lib/docspring/models/create_custom_file_data.rb +1 -1
  33. data/lib/docspring/models/create_custom_file_response.rb +1 -1
  34. data/lib/docspring/models/create_folder_data.rb +1 -1
  35. data/lib/docspring/models/create_html_template_data.rb +1 -1
  36. data/lib/docspring/models/create_submission_batch_response.rb +1 -1
  37. data/lib/docspring/models/create_submission_batch_submissions_response.rb +1 -1
  38. data/lib/docspring/models/create_submission_data_request_data.rb +20 -20
  39. data/lib/docspring/models/create_submission_data_request_token_response.rb +1 -1
  40. data/lib/docspring/models/create_submission_data_request_token_response_token.rb +1 -1
  41. data/lib/docspring/models/create_submission_response.rb +1 -1
  42. data/lib/docspring/models/create_template_from_upload_data.rb +1 -1
  43. data/lib/docspring/models/custom_file.rb +1 -1
  44. data/lib/docspring/models/error.rb +1 -1
  45. data/lib/docspring/models/folder.rb +1 -1
  46. data/lib/docspring/models/folders_folder.rb +1 -1
  47. data/lib/docspring/models/html_template_data.rb +20 -20
  48. data/lib/docspring/models/invalid_request.rb +1 -1
  49. data/lib/docspring/models/move_folder_data.rb +1 -1
  50. data/lib/docspring/models/move_template_data.rb +1 -1
  51. data/lib/docspring/models/pending_template.rb +1 -1
  52. data/lib/docspring/models/rename_folder_data.rb +1 -1
  53. data/lib/docspring/models/submission.rb +1 -1
  54. data/lib/docspring/models/submission_action.rb +1 -6
  55. data/lib/docspring/models/submission_batch.rb +1 -1
  56. data/lib/docspring/models/submission_batch_data.rb +16 -16
  57. data/lib/docspring/models/submission_data.rb +34 -34
  58. data/lib/docspring/models/submission_data_batch_request.rb +20 -20
  59. data/lib/docspring/models/submission_data_request.rb +1 -16
  60. data/lib/docspring/models/template.rb +1 -1
  61. data/lib/docspring/models/template_data.rb +20 -20
  62. data/lib/docspring/models/templatestemplate_idadd_fields_fields.rb +107 -107
  63. data/lib/docspring/models/update_data_request_response.rb +1 -1
  64. data/lib/docspring/models/update_submission_data_request_data.rb +79 -79
  65. data/lib/docspring/models/update_template_data.rb +1 -1
  66. data/lib/docspring/models/update_template_response.rb +1 -1
  67. data/lib/docspring/models/upload_template_data.rb +20 -20
  68. data/lib/docspring/models/upload_template_data_document.rb +1 -1
  69. data/lib/docspring/models/upload_template_data_document_metadata.rb +1 -1
  70. data/lib/docspring/version.rb +2 -2
  71. data/spec/api/pdf_api_spec_original.skipped.rb +1 -1
  72. data/spec/api_client_spec.rb +1 -1
  73. data/spec/configuration_spec.rb +1 -1
  74. data/spec/models/add_fields_data_spec.rb +1 -1
  75. data/spec/models/add_fields_template_response_spec.rb +1 -1
  76. data/spec/models/authentication_error_spec.rb +1 -1
  77. data/spec/models/authentication_success_response_spec.rb +1 -1
  78. data/spec/models/combine_pdfs_data_spec.rb +5 -5
  79. data/spec/models/combined_submission_action_spec.rb +1 -1
  80. data/spec/models/combined_submission_data_spec.rb +5 -5
  81. data/spec/models/combined_submission_spec.rb +1 -1
  82. data/spec/models/create_combined_submission_response_spec.rb +1 -1
  83. data/spec/models/create_custom_file_data_spec.rb +1 -1
  84. data/spec/models/create_custom_file_response_spec.rb +1 -1
  85. data/spec/models/create_folder_data_spec.rb +1 -1
  86. data/spec/models/create_html_template_data_spec.rb +1 -1
  87. data/spec/models/create_submission_batch_response_spec.rb +1 -1
  88. data/spec/models/create_submission_batch_submissions_response_spec.rb +1 -1
  89. data/spec/models/create_submission_data_request_data_spec.rb +9 -9
  90. data/spec/models/create_submission_data_request_token_response_spec.rb +1 -1
  91. data/spec/models/create_submission_data_request_token_response_token_spec.rb +1 -1
  92. data/spec/models/create_submission_response_spec.rb +1 -1
  93. data/spec/models/create_template_from_upload_data_spec.rb +1 -1
  94. data/spec/models/custom_file_spec.rb +1 -1
  95. data/spec/models/error_spec.rb +1 -1
  96. data/spec/models/folder_spec.rb +1 -1
  97. data/spec/models/folders_folder_spec.rb +1 -1
  98. data/spec/models/html_template_data_spec.rb +5 -5
  99. data/spec/models/invalid_request_spec.rb +1 -1
  100. data/spec/models/move_folder_data_spec.rb +1 -1
  101. data/spec/models/move_template_data_spec.rb +1 -1
  102. data/spec/models/pending_template_spec.rb +1 -1
  103. data/spec/models/rename_folder_data_spec.rb +1 -1
  104. data/spec/models/submission_action_spec.rb +1 -1
  105. data/spec/models/submission_batch_data_spec.rb +3 -3
  106. data/spec/models/submission_batch_spec.rb +1 -1
  107. data/spec/models/submission_data_batch_request_spec.rb +5 -5
  108. data/spec/models/submission_data_request_spec.rb +1 -1
  109. data/spec/models/submission_data_spec.rb +7 -7
  110. data/spec/models/submission_spec.rb +1 -1
  111. data/spec/models/template_data_spec.rb +5 -5
  112. data/spec/models/template_spec.rb +1 -1
  113. data/spec/models/templatestemplate_idadd_fields_fields_spec.rb +27 -27
  114. data/spec/models/update_data_request_response_spec.rb +1 -1
  115. data/spec/models/update_submission_data_request_data_spec.rb +17 -17
  116. data/spec/models/update_template_data_spec.rb +1 -1
  117. data/spec/models/update_template_response_spec.rb +1 -1
  118. data/spec/models/upload_template_data_document_metadata_spec.rb +1 -1
  119. data/spec/models/upload_template_data_document_spec.rb +1 -1
  120. data/spec/models/upload_template_data_spec.rb +6 -6
  121. data/spec/spec_helper.rb +1 -1
  122. metadata +2 -2
@@ -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
 
@@ -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
 
@@ -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
@@ -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,31 +32,35 @@ describe 'UpdateSubmissionDataRequestData' do
32
32
  expect(@instance).to be_instance_of(DocSpring::UpdateSubmissionDataRequestData)
33
33
  end
34
34
  end
35
- describe 'test attribute "name"' do
35
+ describe 'test attribute "auth_phone_number_hash"' 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 "email"' do
41
+ describe 'test attribute "auth_provider"' 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
45
45
  end
46
46
 
47
- describe 'test attribute "order"' do
47
+ describe 'test attribute "auth_second_factor_type"' do
48
48
  it 'should work' do
49
49
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
50
+ # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["none", "phone_number", "totp", "mobile_push", "security_key", "fingerprint"])
51
+ # validator.allowable_values.each do |value|
52
+ # expect { @instance.auth_second_factor_type = value }.not_to raise_error
53
+ # end
50
54
  end
51
55
  end
52
56
 
53
- describe 'test attribute "fields"' do
57
+ describe 'test attribute "auth_session_id_hash"' do
54
58
  it 'should work' do
55
59
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
56
60
  end
57
61
  end
58
62
 
59
- describe 'test attribute "metadata"' do
63
+ describe 'test attribute "auth_session_started_at"' do
60
64
  it 'should work' do
61
65
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
66
  end
@@ -72,47 +76,43 @@ describe 'UpdateSubmissionDataRequestData' do
72
76
  end
73
77
  end
74
78
 
75
- describe 'test attribute "auth_second_factor_type"' do
79
+ describe 'test attribute "auth_user_id_hash"' do
76
80
  it 'should work' do
77
81
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
78
- # validator = Petstore::EnumTest::EnumAttributeValidator.new('String', ["none", "phone_number", "totp", "mobile_push", "security_key", "fingerprint"])
79
- # validator.allowable_values.each do |value|
80
- # expect { @instance.auth_second_factor_type = value }.not_to raise_error
81
- # end
82
82
  end
83
83
  end
84
84
 
85
- describe 'test attribute "auth_provider"' do
85
+ describe 'test attribute "auth_username_hash"' do
86
86
  it 'should work' do
87
87
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
88
88
  end
89
89
  end
90
90
 
91
- describe 'test attribute "auth_session_started_at"' do
91
+ describe 'test attribute "email"' do
92
92
  it 'should work' do
93
93
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
94
94
  end
95
95
  end
96
96
 
97
- describe 'test attribute "auth_session_id_hash"' do
97
+ describe 'test attribute "fields"' do
98
98
  it 'should work' do
99
99
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
100
100
  end
101
101
  end
102
102
 
103
- describe 'test attribute "auth_user_id_hash"' do
103
+ describe 'test attribute "metadata"' do
104
104
  it 'should work' do
105
105
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
106
106
  end
107
107
  end
108
108
 
109
- describe 'test attribute "auth_username_hash"' do
109
+ describe 'test attribute "name"' do
110
110
  it 'should work' do
111
111
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
112
112
  end
113
113
  end
114
114
 
115
- describe 'test attribute "auth_phone_number_hash"' do
115
+ describe 'test attribute "order"' do
116
116
  it 'should work' do
117
117
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
118
118
  end