budgea_client 5.0.3 → 5.2.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.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +4 -4
- data/README.md +19 -6
- data/budgea_client.gemspec +1 -1
- data/budgea_openapi.json +1624 -1420
- data/config.json +1 -1
- data/docs/Account.md +1 -0
- data/docs/AdministrationApi.md +12 -12
- data/docs/BanksApi.md +267 -52
- data/docs/Connection.md +2 -0
- data/docs/ConnectionsApi.md +255 -40
- data/docs/DocumentsApi.md +2 -2
- data/docs/InlineResponse20016.md +1 -1
- data/docs/InlineResponse20017.md +1 -1
- data/docs/InlineResponse20018.md +1 -1
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +1 -1
- data/docs/InlineResponse20021.md +1 -1
- data/docs/InlineResponse20022.md +1 -1
- data/docs/InlineResponse20023.md +1 -1
- data/docs/InlineResponse20024.md +1 -1
- data/docs/InlineResponse20025.md +1 -1
- data/docs/InlineResponse20026.md +1 -1
- data/docs/InlineResponse20027.md +1 -1
- data/docs/InlineResponse20028.md +1 -1
- data/docs/InlineResponse20029.md +1 -1
- data/docs/InlineResponse20030.md +1 -1
- data/docs/PFMApi.md +9 -9
- data/docs/ProvidersApi.md +257 -42
- data/docs/TermsApi.md +72 -7
- data/docs/TransfersApi.md +24 -24
- data/docs/UsersManagementApi.md +2 -2
- data/docs/WealthApi.md +53 -37
- data/lib/budgea_client.rb +1 -1
- data/lib/budgea_client/api/administration_api.rb +14 -14
- data/lib/budgea_client/api/authentication_api.rb +1 -1
- data/lib/budgea_client/api/banks_api.rb +278 -78
- data/lib/budgea_client/api/connections_api.rb +260 -60
- data/lib/budgea_client/api/documents_api.rb +4 -4
- data/lib/budgea_client/api/ocr_api.rb +1 -1
- data/lib/budgea_client/api/oidc_api.rb +1 -1
- data/lib/budgea_client/api/pfm_api.rb +12 -12
- data/lib/budgea_client/api/providers_api.rb +263 -63
- data/lib/budgea_client/api/recipients_api.rb +1 -1
- data/lib/budgea_client/api/terms_api.rb +76 -10
- data/lib/budgea_client/api/transfer_api.rb +1 -1
- data/lib/budgea_client/api/transfers_api.rb +37 -37
- data/lib/budgea_client/api/users_management_api.rb +4 -4
- data/lib/budgea_client/api/wealth_api.rb +78 -54
- data/lib/budgea_client/api_client.rb +3 -1
- data/lib/budgea_client/api_error.rb +1 -1
- data/lib/budgea_client/configuration.rb +1 -1
- data/lib/budgea_client/models/access.rb +3 -2
- data/lib/budgea_client/models/account.rb +15 -3
- data/lib/budgea_client/models/account_log.rb +3 -2
- data/lib/budgea_client/models/account_type.rb +3 -2
- data/lib/budgea_client/models/alert.rb +3 -2
- data/lib/budgea_client/models/auth_provider.rb +3 -2
- data/lib/budgea_client/models/category.rb +3 -2
- data/lib/budgea_client/models/certificate.rb +3 -2
- data/lib/budgea_client/models/client.rb +3 -2
- data/lib/budgea_client/models/config_log.rb +3 -2
- data/lib/budgea_client/models/connection.rb +59 -3
- data/lib/budgea_client/models/connection_log.rb +3 -2
- data/lib/budgea_client/models/connection_source.rb +3 -2
- data/lib/budgea_client/models/connector.rb +3 -2
- data/lib/budgea_client/models/connector_category.rb +3 -2
- data/lib/budgea_client/models/connector_logo.rb +3 -2
- data/lib/budgea_client/models/connector_source.rb +3 -2
- data/lib/budgea_client/models/currency.rb +3 -2
- data/lib/budgea_client/models/device.rb +3 -2
- data/lib/budgea_client/models/document.rb +3 -2
- data/lib/budgea_client/models/document_type.rb +3 -2
- data/lib/budgea_client/models/field.rb +3 -2
- data/lib/budgea_client/models/field_value.rb +3 -2
- data/lib/budgea_client/models/file.rb +3 -2
- data/lib/budgea_client/models/group.rb +3 -2
- data/lib/budgea_client/models/hash_table.rb +3 -2
- data/lib/budgea_client/models/inline_response_200.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_1.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_10.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_11.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_12.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_13.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_14.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_15.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_16.rb +14 -13
- data/lib/budgea_client/models/inline_response_200_17.rb +21 -20
- data/lib/budgea_client/models/inline_response_200_18.rb +21 -20
- data/lib/budgea_client/models/inline_response_200_19.rb +21 -20
- data/lib/budgea_client/models/inline_response_200_2.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_20.rb +21 -20
- data/lib/budgea_client/models/inline_response_200_21.rb +21 -20
- data/lib/budgea_client/models/inline_response_200_22.rb +14 -13
- data/lib/budgea_client/models/inline_response_200_23.rb +14 -13
- data/lib/budgea_client/models/inline_response_200_24.rb +21 -20
- data/lib/budgea_client/models/inline_response_200_25.rb +21 -20
- data/lib/budgea_client/models/inline_response_200_26.rb +14 -13
- data/lib/budgea_client/models/inline_response_200_27.rb +14 -13
- data/lib/budgea_client/models/inline_response_200_28.rb +14 -13
- data/lib/budgea_client/models/inline_response_200_29.rb +21 -20
- data/lib/budgea_client/models/inline_response_200_3.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_30.rb +14 -13
- data/lib/budgea_client/models/inline_response_200_31.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_32.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_33.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_34.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_35.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_36.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_37.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_38.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_39.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_4.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_40.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_41.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_42.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_5.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_6.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_7.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_8.rb +3 -2
- data/lib/budgea_client/models/inline_response_200_9.rb +3 -2
- data/lib/budgea_client/models/investment.rb +3 -2
- data/lib/budgea_client/models/investment_value.rb +3 -2
- data/lib/budgea_client/models/keyword.rb +3 -2
- data/lib/budgea_client/models/locked_user.rb +3 -2
- data/lib/budgea_client/models/oidc_whitelist.rb +3 -2
- data/lib/budgea_client/models/order.rb +3 -2
- data/lib/budgea_client/models/pocket.rb +3 -2
- data/lib/budgea_client/models/profile.rb +3 -2
- data/lib/budgea_client/models/project.rb +3 -2
- data/lib/budgea_client/models/project_type.rb +3 -2
- data/lib/budgea_client/models/recipient.rb +3 -2
- data/lib/budgea_client/models/recipient_log.rb +3 -2
- data/lib/budgea_client/models/security.rb +3 -2
- data/lib/budgea_client/models/subscription.rb +3 -2
- data/lib/budgea_client/models/subscription_log.rb +3 -2
- data/lib/budgea_client/models/terms_of_service.rb +3 -2
- data/lib/budgea_client/models/transaction.rb +3 -2
- data/lib/budgea_client/models/transaction_information.rb +3 -2
- data/lib/budgea_client/models/transactions_cluster.rb +3 -2
- data/lib/budgea_client/models/transfer.rb +3 -2
- data/lib/budgea_client/models/transfer_log.rb +3 -2
- data/lib/budgea_client/models/user.rb +3 -2
- data/lib/budgea_client/models/user_alert.rb +3 -2
- data/lib/budgea_client/models/webhook.rb +3 -2
- data/lib/budgea_client/models/webhook_data.rb +3 -2
- data/lib/budgea_client/models/webhook_log.rb +3 -2
- data/lib/budgea_client/version.rb +2 -2
- data/original_budgea_openapi.json +1559 -1474
- data/pkg/budgea_client-5.0.3.gem +0 -0
- metadata +3 -4
- data/lib/budgea_client/api/hub_api.rb +0 -76
- data/lib/budgea_client/models/invite.rb +0 -238
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -259,7 +259,7 @@ module BudgeaClient
|
|
|
259
259
|
return nil unless attributes.is_a?(Hash)
|
|
260
260
|
self.class.swagger_types.each_pair do |key, type|
|
|
261
261
|
if type =~ /\AArray<(.*)>/i
|
|
262
|
-
# check to ensure the input is an array given that the
|
|
262
|
+
# check to ensure the input is an array given that the attribute
|
|
263
263
|
# is documented as an array but the input is not
|
|
264
264
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
265
265
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -355,5 +355,6 @@ module BudgeaClient
|
|
|
355
355
|
value
|
|
356
356
|
end
|
|
357
357
|
end
|
|
358
|
+
|
|
358
359
|
end
|
|
359
360
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -209,7 +209,7 @@ module BudgeaClient
|
|
|
209
209
|
return nil unless attributes.is_a?(Hash)
|
|
210
210
|
self.class.swagger_types.each_pair do |key, type|
|
|
211
211
|
if type =~ /\AArray<(.*)>/i
|
|
212
|
-
# check to ensure the input is an array given that the
|
|
212
|
+
# check to ensure the input is an array given that the attribute
|
|
213
213
|
# is documented as an array but the input is not
|
|
214
214
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
215
215
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -305,5 +305,6 @@ module BudgeaClient
|
|
|
305
305
|
value
|
|
306
306
|
end
|
|
307
307
|
end
|
|
308
|
+
|
|
308
309
|
end
|
|
309
310
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -284,7 +284,7 @@ module BudgeaClient
|
|
|
284
284
|
return nil unless attributes.is_a?(Hash)
|
|
285
285
|
self.class.swagger_types.each_pair do |key, type|
|
|
286
286
|
if type =~ /\AArray<(.*)>/i
|
|
287
|
-
# check to ensure the input is an array given that the
|
|
287
|
+
# check to ensure the input is an array given that the attribute
|
|
288
288
|
# is documented as an array but the input is not
|
|
289
289
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
290
290
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -380,5 +380,6 @@ module BudgeaClient
|
|
|
380
380
|
value
|
|
381
381
|
end
|
|
382
382
|
end
|
|
383
|
+
|
|
383
384
|
end
|
|
384
385
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -106,7 +106,7 @@ module BudgeaClient
|
|
|
106
106
|
return nil unless attributes.is_a?(Hash)
|
|
107
107
|
self.class.swagger_types.each_pair do |key, type|
|
|
108
108
|
if type =~ /\AArray<(.*)>/i
|
|
109
|
-
# check to ensure the input is an array given that the
|
|
109
|
+
# check to ensure the input is an array given that the attribute
|
|
110
110
|
# is documented as an array but the input is not
|
|
111
111
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
112
112
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -202,5 +202,6 @@ module BudgeaClient
|
|
|
202
202
|
value
|
|
203
203
|
end
|
|
204
204
|
end
|
|
205
|
+
|
|
205
206
|
end
|
|
206
207
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -128,7 +128,7 @@ module BudgeaClient
|
|
|
128
128
|
return nil unless attributes.is_a?(Hash)
|
|
129
129
|
self.class.swagger_types.each_pair do |key, type|
|
|
130
130
|
if type =~ /\AArray<(.*)>/i
|
|
131
|
-
# check to ensure the input is an array given that the
|
|
131
|
+
# check to ensure the input is an array given that the attribute
|
|
132
132
|
# is documented as an array but the input is not
|
|
133
133
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
134
134
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -224,5 +224,6 @@ module BudgeaClient
|
|
|
224
224
|
value
|
|
225
225
|
end
|
|
226
226
|
end
|
|
227
|
+
|
|
227
228
|
end
|
|
228
229
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -173,7 +173,7 @@ module BudgeaClient
|
|
|
173
173
|
return nil unless attributes.is_a?(Hash)
|
|
174
174
|
self.class.swagger_types.each_pair do |key, type|
|
|
175
175
|
if type =~ /\AArray<(.*)>/i
|
|
176
|
-
# check to ensure the input is an array given that the
|
|
176
|
+
# check to ensure the input is an array given that the attribute
|
|
177
177
|
# is documented as an array but the input is not
|
|
178
178
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
179
179
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -269,5 +269,6 @@ module BudgeaClient
|
|
|
269
269
|
value
|
|
270
270
|
end
|
|
271
271
|
end
|
|
272
|
+
|
|
272
273
|
end
|
|
273
274
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -163,7 +163,7 @@ module BudgeaClient
|
|
|
163
163
|
return nil unless attributes.is_a?(Hash)
|
|
164
164
|
self.class.swagger_types.each_pair do |key, type|
|
|
165
165
|
if type =~ /\AArray<(.*)>/i
|
|
166
|
-
# check to ensure the input is an array given that the
|
|
166
|
+
# check to ensure the input is an array given that the attribute
|
|
167
167
|
# is documented as an array but the input is not
|
|
168
168
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
169
169
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -259,5 +259,6 @@ module BudgeaClient
|
|
|
259
259
|
value
|
|
260
260
|
end
|
|
261
261
|
end
|
|
262
|
+
|
|
262
263
|
end
|
|
263
264
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -174,7 +174,7 @@ module BudgeaClient
|
|
|
174
174
|
return nil unless attributes.is_a?(Hash)
|
|
175
175
|
self.class.swagger_types.each_pair do |key, type|
|
|
176
176
|
if type =~ /\AArray<(.*)>/i
|
|
177
|
-
# check to ensure the input is an array given that the
|
|
177
|
+
# check to ensure the input is an array given that the attribute
|
|
178
178
|
# is documented as an array but the input is not
|
|
179
179
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
180
180
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -270,5 +270,6 @@ module BudgeaClient
|
|
|
270
270
|
value
|
|
271
271
|
end
|
|
272
272
|
end
|
|
273
|
+
|
|
273
274
|
end
|
|
274
275
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -297,7 +297,7 @@ module BudgeaClient
|
|
|
297
297
|
return nil unless attributes.is_a?(Hash)
|
|
298
298
|
self.class.swagger_types.each_pair do |key, type|
|
|
299
299
|
if type =~ /\AArray<(.*)>/i
|
|
300
|
-
# check to ensure the input is an array given that the
|
|
300
|
+
# check to ensure the input is an array given that the attribute
|
|
301
301
|
# is documented as an array but the input is not
|
|
302
302
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
303
303
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -393,5 +393,6 @@ module BudgeaClient
|
|
|
393
393
|
value
|
|
394
394
|
end
|
|
395
395
|
end
|
|
396
|
+
|
|
396
397
|
end
|
|
397
398
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -118,7 +118,7 @@ module BudgeaClient
|
|
|
118
118
|
return nil unless attributes.is_a?(Hash)
|
|
119
119
|
self.class.swagger_types.each_pair do |key, type|
|
|
120
120
|
if type =~ /\AArray<(.*)>/i
|
|
121
|
-
# check to ensure the input is an array given that the
|
|
121
|
+
# check to ensure the input is an array given that the attribute
|
|
122
122
|
# is documented as an array but the input is not
|
|
123
123
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
124
124
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -214,5 +214,6 @@ module BudgeaClient
|
|
|
214
214
|
value
|
|
215
215
|
end
|
|
216
216
|
end
|
|
217
|
+
|
|
217
218
|
end
|
|
218
219
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -211,7 +211,7 @@ module BudgeaClient
|
|
|
211
211
|
return nil unless attributes.is_a?(Hash)
|
|
212
212
|
self.class.swagger_types.each_pair do |key, type|
|
|
213
213
|
if type =~ /\AArray<(.*)>/i
|
|
214
|
-
# check to ensure the input is an array given that the
|
|
214
|
+
# check to ensure the input is an array given that the attribute
|
|
215
215
|
# is documented as an array but the input is not
|
|
216
216
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
217
217
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -307,5 +307,6 @@ module BudgeaClient
|
|
|
307
307
|
value
|
|
308
308
|
end
|
|
309
309
|
end
|
|
310
|
+
|
|
310
311
|
end
|
|
311
312
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -102,7 +102,7 @@ module BudgeaClient
|
|
|
102
102
|
return nil unless attributes.is_a?(Hash)
|
|
103
103
|
self.class.swagger_types.each_pair do |key, type|
|
|
104
104
|
if type =~ /\AArray<(.*)>/i
|
|
105
|
-
# check to ensure the input is an array given that the
|
|
105
|
+
# check to ensure the input is an array given that the attribute
|
|
106
106
|
# is documented as an array but the input is not
|
|
107
107
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
108
108
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -198,5 +198,6 @@ module BudgeaClient
|
|
|
198
198
|
value
|
|
199
199
|
end
|
|
200
200
|
end
|
|
201
|
+
|
|
201
202
|
end
|
|
202
203
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -130,7 +130,7 @@ module BudgeaClient
|
|
|
130
130
|
return nil unless attributes.is_a?(Hash)
|
|
131
131
|
self.class.swagger_types.each_pair do |key, type|
|
|
132
132
|
if type =~ /\AArray<(.*)>/i
|
|
133
|
-
# check to ensure the input is an array given that the
|
|
133
|
+
# check to ensure the input is an array given that the attribute
|
|
134
134
|
# is documented as an array but the input is not
|
|
135
135
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
136
136
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -226,5 +226,6 @@ module BudgeaClient
|
|
|
226
226
|
value
|
|
227
227
|
end
|
|
228
228
|
end
|
|
229
|
+
|
|
229
230
|
end
|
|
230
231
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -151,7 +151,7 @@ module BudgeaClient
|
|
|
151
151
|
return nil unless attributes.is_a?(Hash)
|
|
152
152
|
self.class.swagger_types.each_pair do |key, type|
|
|
153
153
|
if type =~ /\AArray<(.*)>/i
|
|
154
|
-
# check to ensure the input is an array given that the
|
|
154
|
+
# check to ensure the input is an array given that the attribute
|
|
155
155
|
# is documented as an array but the input is not
|
|
156
156
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
157
157
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -247,5 +247,6 @@ module BudgeaClient
|
|
|
247
247
|
value
|
|
248
248
|
end
|
|
249
249
|
end
|
|
250
|
+
|
|
250
251
|
end
|
|
251
252
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -132,7 +132,7 @@ module BudgeaClient
|
|
|
132
132
|
return nil unless attributes.is_a?(Hash)
|
|
133
133
|
self.class.swagger_types.each_pair do |key, type|
|
|
134
134
|
if type =~ /\AArray<(.*)>/i
|
|
135
|
-
# check to ensure the input is an array given that the
|
|
135
|
+
# check to ensure the input is an array given that the attribute
|
|
136
136
|
# is documented as an array but the input is not
|
|
137
137
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
138
138
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -228,5 +228,6 @@ module BudgeaClient
|
|
|
228
228
|
value
|
|
229
229
|
end
|
|
230
230
|
end
|
|
231
|
+
|
|
231
232
|
end
|
|
232
233
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -100,7 +100,7 @@ module BudgeaClient
|
|
|
100
100
|
return nil unless attributes.is_a?(Hash)
|
|
101
101
|
self.class.swagger_types.each_pair do |key, type|
|
|
102
102
|
if type =~ /\AArray<(.*)>/i
|
|
103
|
-
# check to ensure the input is an array given that the
|
|
103
|
+
# check to ensure the input is an array given that the attribute
|
|
104
104
|
# is documented as an array but the input is not
|
|
105
105
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
106
106
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -196,5 +196,6 @@ module BudgeaClient
|
|
|
196
196
|
value
|
|
197
197
|
end
|
|
198
198
|
end
|
|
199
|
+
|
|
199
200
|
end
|
|
200
201
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -104,7 +104,7 @@ module BudgeaClient
|
|
|
104
104
|
return nil unless attributes.is_a?(Hash)
|
|
105
105
|
self.class.swagger_types.each_pair do |key, type|
|
|
106
106
|
if type =~ /\AArray<(.*)>/i
|
|
107
|
-
# check to ensure the input is an array given that the
|
|
107
|
+
# check to ensure the input is an array given that the attribute
|
|
108
108
|
# is documented as an array but the input is not
|
|
109
109
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
110
110
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -200,5 +200,6 @@ module BudgeaClient
|
|
|
200
200
|
value
|
|
201
201
|
end
|
|
202
202
|
end
|
|
203
|
+
|
|
203
204
|
end
|
|
204
205
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -100,7 +100,7 @@ module BudgeaClient
|
|
|
100
100
|
return nil unless attributes.is_a?(Hash)
|
|
101
101
|
self.class.swagger_types.each_pair do |key, type|
|
|
102
102
|
if type =~ /\AArray<(.*)>/i
|
|
103
|
-
# check to ensure the input is an array given that the
|
|
103
|
+
# check to ensure the input is an array given that the attribute
|
|
104
104
|
# is documented as an array but the input is not
|
|
105
105
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
106
106
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -196,5 +196,6 @@ module BudgeaClient
|
|
|
196
196
|
value
|
|
197
197
|
end
|
|
198
198
|
end
|
|
199
|
+
|
|
199
200
|
end
|
|
200
201
|
end
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -100,7 +100,7 @@ module BudgeaClient
|
|
|
100
100
|
return nil unless attributes.is_a?(Hash)
|
|
101
101
|
self.class.swagger_types.each_pair do |key, type|
|
|
102
102
|
if type =~ /\AArray<(.*)>/i
|
|
103
|
-
# check to ensure the input is an array given that the
|
|
103
|
+
# check to ensure the input is an array given that the attribute
|
|
104
104
|
# is documented as an array but the input is not
|
|
105
105
|
if attributes[self.class.attribute_map[key]].is_a?(Array)
|
|
106
106
|
self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
|
|
@@ -196,5 +196,6 @@ module BudgeaClient
|
|
|
196
196
|
value
|
|
197
197
|
end
|
|
198
198
|
end
|
|
199
|
+
|
|
199
200
|
end
|
|
200
201
|
end
|