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
@@ -0,0 +1,197 @@
1
+ =begin
2
+ #API v1
3
+
4
+ #DocSpring is a service that helps you fill out and sign PDF templates.
5
+
6
+ OpenAPI spec version: v1
7
+
8
+ Generated by: https://openapi-generator.tech
9
+ OpenAPI Generator version: 3.3.0
10
+
11
+ =end
12
+
13
+ require 'date'
14
+
15
+ module DocSpring
16
+ class CopyTemplateData
17
+ attr_accessor :name
18
+
19
+ attr_accessor :parent_folder_id
20
+
21
+ # Attribute mapping from ruby-style variable name to JSON key.
22
+ def self.attribute_map
23
+ {
24
+ :'name' => :'name',
25
+ :'parent_folder_id' => :'parent_folder_id'
26
+ }
27
+ end
28
+
29
+ # Attribute type mapping.
30
+ def self.openapi_types
31
+ {
32
+ :'name' => :'String',
33
+ :'parent_folder_id' => :'String'
34
+ }
35
+ end
36
+
37
+ # Initializes the object
38
+ # @param [Hash] attributes Model attributes in the form of hash
39
+ def initialize(attributes = {})
40
+ return unless attributes.is_a?(Hash)
41
+
42
+ # convert string to symbol for hash key
43
+ attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
44
+
45
+ if attributes.has_key?(:'name')
46
+ self.name = attributes[:'name']
47
+ end
48
+
49
+ if attributes.has_key?(:'parent_folder_id')
50
+ self.parent_folder_id = attributes[:'parent_folder_id']
51
+ end
52
+ end
53
+
54
+ # Show invalid properties with the reasons. Usually used together with valid?
55
+ # @return Array for valid properties with the reasons
56
+ def list_invalid_properties
57
+ invalid_properties = Array.new
58
+ if @parent_folder_id.nil?
59
+ invalid_properties.push('invalid value for "parent_folder_id", parent_folder_id cannot be nil.')
60
+ end
61
+
62
+ invalid_properties
63
+ end
64
+
65
+ # Check to see if the all the properties in the model are valid
66
+ # @return true if the model is valid
67
+ def valid?
68
+ return false if @parent_folder_id.nil?
69
+ true
70
+ end
71
+
72
+ # Checks equality by comparing each attribute.
73
+ # @param [Object] Object to be compared
74
+ def ==(o)
75
+ return true if self.equal?(o)
76
+ self.class == o.class &&
77
+ name == o.name &&
78
+ parent_folder_id == o.parent_folder_id
79
+ end
80
+
81
+ # @see the `==` method
82
+ # @param [Object] Object to be compared
83
+ def eql?(o)
84
+ self == o
85
+ end
86
+
87
+ # Calculates hash code according to all attributes.
88
+ # @return [Fixnum] Hash code
89
+ def hash
90
+ [name, parent_folder_id].hash
91
+ end
92
+
93
+ # Builds the object from hash
94
+ # @param [Hash] attributes Model attributes in the form of hash
95
+ # @return [Object] Returns the model itself
96
+ def build_from_hash(attributes)
97
+ return nil unless attributes.is_a?(Hash)
98
+ self.class.openapi_types.each_pair do |key, type|
99
+ if type =~ /\AArray<(.*)>/i
100
+ # check to ensure the input is an array given that the the attribute
101
+ # is documented as an array but the input is not
102
+ if attributes[self.class.attribute_map[key]].is_a?(Array)
103
+ self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
104
+ end
105
+ elsif !attributes[self.class.attribute_map[key]].nil?
106
+ self.send("#{key}=", _deserialize(type, attributes[self.class.attribute_map[key]]))
107
+ end # or else data not found in attributes(hash), not an issue as the data can be optional
108
+ end
109
+
110
+ self
111
+ end
112
+
113
+ # Deserializes the data based on type
114
+ # @param string type Data type
115
+ # @param string value Value to be deserialized
116
+ # @return [Object] Deserialized data
117
+ def _deserialize(type, value)
118
+ case type.to_sym
119
+ when :DateTime
120
+ DateTime.parse(value)
121
+ when :Date
122
+ Date.parse(value)
123
+ when :String
124
+ value.to_s
125
+ when :Integer
126
+ value.to_i
127
+ when :Float
128
+ value.to_f
129
+ when :BOOLEAN
130
+ if value.to_s =~ /\A(true|t|yes|y|1)\z/i
131
+ true
132
+ else
133
+ false
134
+ end
135
+ when :Object
136
+ # generic object (usually a Hash), return directly
137
+ value
138
+ when /\AArray<(?<inner_type>.+)>\z/
139
+ inner_type = Regexp.last_match[:inner_type]
140
+ value.map { |v| _deserialize(inner_type, v) }
141
+ when /\AHash<(?<k_type>.+?), (?<v_type>.+)>\z/
142
+ k_type = Regexp.last_match[:k_type]
143
+ v_type = Regexp.last_match[:v_type]
144
+ {}.tap do |hash|
145
+ value.each do |k, v|
146
+ hash[_deserialize(k_type, k)] = _deserialize(v_type, v)
147
+ end
148
+ end
149
+ else # model
150
+ temp_model = DocSpring.const_get(type).new
151
+ temp_model.build_from_hash(value)
152
+ end
153
+ end
154
+
155
+ # Returns the string representation of the object
156
+ # @return [String] String presentation of the object
157
+ def to_s
158
+ to_hash.to_s
159
+ end
160
+
161
+ # to_body is an alias to to_hash (backward compatibility)
162
+ # @return [Hash] Returns the object in the form of hash
163
+ def to_body
164
+ to_hash
165
+ end
166
+
167
+ # Returns the object in the form of hash
168
+ # @return [Hash] Returns the object in the form of hash
169
+ def to_hash
170
+ hash = {}
171
+ self.class.attribute_map.each_pair do |attr, param|
172
+ value = self.send(attr)
173
+ next if value.nil?
174
+ hash[param] = _to_hash(value)
175
+ end
176
+ hash
177
+ end
178
+
179
+ # Outputs non-array value in the form of hash
180
+ # For object, use to_hash. Otherwise, just return the value
181
+ # @param [Object] value Any valid value
182
+ # @return [Hash] Returns the value in the form of hash
183
+ def _to_hash(value)
184
+ if value.is_a?(Array)
185
+ value.compact.map { |v| _to_hash(v) }
186
+ elsif value.is_a?(Hash)
187
+ {}.tap do |hash|
188
+ value.each { |k, v| hash[k] = _to_hash(v) }
189
+ end
190
+ elsif value.respond_to? :to_hash
191
+ value.to_hash
192
+ else
193
+ value
194
+ end
195
+ end
196
+ end
197
+ 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
 
@@ -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
 
@@ -14,10 +14,10 @@ require 'date'
14
14
 
15
15
  module DocSpring
16
16
  class CreateSubmissionDataRequestData
17
- attr_accessor :metadata
18
-
19
17
  attr_accessor :auth_type
20
18
 
19
+ attr_accessor :metadata
20
+
21
21
  attr_accessor :auth_second_factor_type
22
22
 
23
23
  attr_accessor :auth_phone_number_hash
@@ -34,10 +34,10 @@ module DocSpring
34
34
 
35
35
  attr_accessor :fields
36
36
 
37
- attr_accessor :email
38
-
39
37
  attr_accessor :auth_provider
40
38
 
39
+ attr_accessor :email
40
+
41
41
  attr_accessor :order
42
42
 
43
43
  class EnumAttributeValidator
@@ -65,8 +65,8 @@ module DocSpring
65
65
  # Attribute mapping from ruby-style variable name to JSON key.
66
66
  def self.attribute_map
67
67
  {
68
- :'metadata' => :'metadata',
69
68
  :'auth_type' => :'auth_type',
69
+ :'metadata' => :'metadata',
70
70
  :'auth_second_factor_type' => :'auth_second_factor_type',
71
71
  :'auth_phone_number_hash' => :'auth_phone_number_hash',
72
72
  :'auth_session_started_at' => :'auth_session_started_at',
@@ -75,8 +75,8 @@ module DocSpring
75
75
  :'auth_username_hash' => :'auth_username_hash',
76
76
  :'name' => :'name',
77
77
  :'fields' => :'fields',
78
- :'email' => :'email',
79
78
  :'auth_provider' => :'auth_provider',
79
+ :'email' => :'email',
80
80
  :'order' => :'order'
81
81
  }
82
82
  end
@@ -84,8 +84,8 @@ module DocSpring
84
84
  # Attribute type mapping.
85
85
  def self.openapi_types
86
86
  {
87
- :'metadata' => :'Object',
88
87
  :'auth_type' => :'String',
88
+ :'metadata' => :'Object',
89
89
  :'auth_second_factor_type' => :'String',
90
90
  :'auth_phone_number_hash' => :'String',
91
91
  :'auth_session_started_at' => :'String',
@@ -94,8 +94,8 @@ module DocSpring
94
94
  :'auth_username_hash' => :'String',
95
95
  :'name' => :'String',
96
96
  :'fields' => :'Array<String>',
97
- :'email' => :'String',
98
97
  :'auth_provider' => :'String',
98
+ :'email' => :'String',
99
99
  :'order' => :'Integer'
100
100
  }
101
101
  end
@@ -108,14 +108,14 @@ module DocSpring
108
108
  # convert string to symbol for hash key
109
109
  attributes = attributes.each_with_object({}) { |(k, v), h| h[k.to_sym] = v }
110
110
 
111
- if attributes.has_key?(:'metadata')
112
- self.metadata = attributes[:'metadata']
113
- end
114
-
115
111
  if attributes.has_key?(:'auth_type')
116
112
  self.auth_type = attributes[:'auth_type']
117
113
  end
118
114
 
115
+ if attributes.has_key?(:'metadata')
116
+ self.metadata = attributes[:'metadata']
117
+ end
118
+
119
119
  if attributes.has_key?(:'auth_second_factor_type')
120
120
  self.auth_second_factor_type = attributes[:'auth_second_factor_type']
121
121
  end
@@ -150,14 +150,14 @@ module DocSpring
150
150
  end
151
151
  end
152
152
 
153
- if attributes.has_key?(:'email')
154
- self.email = attributes[:'email']
155
- end
156
-
157
153
  if attributes.has_key?(:'auth_provider')
158
154
  self.auth_provider = attributes[:'auth_provider']
159
155
  end
160
156
 
157
+ if attributes.has_key?(:'email')
158
+ self.email = attributes[:'email']
159
+ end
160
+
161
161
  if attributes.has_key?(:'order')
162
162
  self.order = attributes[:'order']
163
163
  end
@@ -205,8 +205,8 @@ module DocSpring
205
205
  def ==(o)
206
206
  return true if self.equal?(o)
207
207
  self.class == o.class &&
208
- metadata == o.metadata &&
209
208
  auth_type == o.auth_type &&
209
+ metadata == o.metadata &&
210
210
  auth_second_factor_type == o.auth_second_factor_type &&
211
211
  auth_phone_number_hash == o.auth_phone_number_hash &&
212
212
  auth_session_started_at == o.auth_session_started_at &&
@@ -215,8 +215,8 @@ module DocSpring
215
215
  auth_username_hash == o.auth_username_hash &&
216
216
  name == o.name &&
217
217
  fields == o.fields &&
218
- email == o.email &&
219
218
  auth_provider == o.auth_provider &&
219
+ email == o.email &&
220
220
  order == o.order
221
221
  end
222
222
 
@@ -229,7 +229,7 @@ module DocSpring
229
229
  # Calculates hash code according to all attributes.
230
230
  # @return [Fixnum] Hash code
231
231
  def hash
232
- [metadata, auth_type, auth_second_factor_type, auth_phone_number_hash, auth_session_started_at, auth_user_id_hash, auth_session_id_hash, auth_username_hash, name, fields, email, auth_provider, order].hash
232
+ [auth_type, metadata, auth_second_factor_type, auth_phone_number_hash, auth_session_started_at, auth_user_id_hash, auth_session_id_hash, auth_username_hash, name, fields, auth_provider, email, order].hash
233
233
  end
234
234
 
235
235
  # Builds the object from hash
@@ -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