budgea_client 5.0.0 → 5.1.2

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 (159) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +1 -1
  4. data/README.md +19 -6
  5. data/budgea_openapi.json +1690 -1377
  6. data/config.json +1 -1
  7. data/docs/Account.md +1 -0
  8. data/docs/AdministrationApi.md +48 -48
  9. data/docs/AuthenticationApi.md +9 -9
  10. data/docs/BanksApi.md +392 -145
  11. data/docs/Connection.md +3 -0
  12. data/docs/ConnectionsApi.md +277 -30
  13. data/docs/DocumentsApi.md +48 -48
  14. data/docs/InlineResponse20016.md +1 -1
  15. data/docs/InlineResponse20017.md +1 -1
  16. data/docs/InlineResponse20018.md +1 -1
  17. data/docs/InlineResponse20019.md +1 -1
  18. data/docs/InlineResponse20020.md +1 -1
  19. data/docs/InlineResponse20021.md +1 -1
  20. data/docs/InlineResponse20022.md +1 -1
  21. data/docs/InlineResponse20023.md +1 -1
  22. data/docs/InlineResponse20024.md +1 -1
  23. data/docs/InlineResponse20025.md +1 -1
  24. data/docs/InlineResponse20026.md +1 -1
  25. data/docs/InlineResponse20027.md +1 -1
  26. data/docs/InlineResponse20028.md +1 -1
  27. data/docs/InlineResponse20029.md +1 -1
  28. data/docs/InlineResponse20030.md +1 -1
  29. data/docs/OIDCApi.md +3 -3
  30. data/docs/PFMApi.md +42 -42
  31. data/docs/ProvidersApi.md +343 -96
  32. data/docs/RecipientsApi.md +4 -4
  33. data/docs/TermsApi.md +74 -9
  34. data/docs/TransferApi.md +1 -1
  35. data/docs/TransfersApi.md +63 -63
  36. data/docs/UsersManagementApi.md +13 -13
  37. data/docs/WealthApi.md +75 -59
  38. data/lib/budgea_client/api/administration_api.rb +49 -49
  39. data/lib/budgea_client/api/authentication_api.rb +9 -9
  40. data/lib/budgea_client/api/banks_api.rb +403 -154
  41. data/lib/budgea_client/api/connections_api.rb +282 -33
  42. data/lib/budgea_client/api/documents_api.rb +49 -49
  43. data/lib/budgea_client/api/oidc_api.rb +3 -3
  44. data/lib/budgea_client/api/pfm_api.rb +44 -44
  45. data/lib/budgea_client/api/providers_api.rb +349 -100
  46. data/lib/budgea_client/api/recipients_api.rb +4 -4
  47. data/lib/budgea_client/api/terms_api.rb +77 -11
  48. data/lib/budgea_client/api/transfer_api.rb +1 -1
  49. data/lib/budgea_client/api/transfers_api.rb +75 -75
  50. data/lib/budgea_client/api/users_management_api.rb +14 -14
  51. data/lib/budgea_client/api/wealth_api.rb +99 -75
  52. data/lib/budgea_client/api_client.rb +2 -0
  53. data/lib/budgea_client/models/access.rb +2 -1
  54. data/lib/budgea_client/models/account.rb +14 -2
  55. data/lib/budgea_client/models/account_log.rb +2 -1
  56. data/lib/budgea_client/models/account_type.rb +2 -1
  57. data/lib/budgea_client/models/alert.rb +2 -1
  58. data/lib/budgea_client/models/auth_provider.rb +2 -1
  59. data/lib/budgea_client/models/category.rb +2 -1
  60. data/lib/budgea_client/models/certificate.rb +2 -1
  61. data/lib/budgea_client/models/client.rb +2 -1
  62. data/lib/budgea_client/models/config_log.rb +2 -1
  63. data/lib/budgea_client/models/connection.rb +70 -5
  64. data/lib/budgea_client/models/connection_log.rb +2 -1
  65. data/lib/budgea_client/models/connection_source.rb +2 -1
  66. data/lib/budgea_client/models/connector.rb +2 -1
  67. data/lib/budgea_client/models/connector_category.rb +2 -1
  68. data/lib/budgea_client/models/connector_logo.rb +2 -1
  69. data/lib/budgea_client/models/connector_source.rb +2 -1
  70. data/lib/budgea_client/models/currency.rb +2 -1
  71. data/lib/budgea_client/models/device.rb +2 -1
  72. data/lib/budgea_client/models/document.rb +2 -1
  73. data/lib/budgea_client/models/document_type.rb +2 -1
  74. data/lib/budgea_client/models/field.rb +2 -1
  75. data/lib/budgea_client/models/field_value.rb +2 -1
  76. data/lib/budgea_client/models/file.rb +2 -1
  77. data/lib/budgea_client/models/group.rb +2 -1
  78. data/lib/budgea_client/models/hash_table.rb +2 -1
  79. data/lib/budgea_client/models/inline_response_200.rb +2 -1
  80. data/lib/budgea_client/models/inline_response_200_1.rb +2 -1
  81. data/lib/budgea_client/models/inline_response_200_10.rb +2 -1
  82. data/lib/budgea_client/models/inline_response_200_11.rb +2 -1
  83. data/lib/budgea_client/models/inline_response_200_12.rb +2 -1
  84. data/lib/budgea_client/models/inline_response_200_13.rb +2 -1
  85. data/lib/budgea_client/models/inline_response_200_14.rb +2 -1
  86. data/lib/budgea_client/models/inline_response_200_15.rb +2 -1
  87. data/lib/budgea_client/models/inline_response_200_16.rb +13 -12
  88. data/lib/budgea_client/models/inline_response_200_17.rb +20 -19
  89. data/lib/budgea_client/models/inline_response_200_18.rb +20 -19
  90. data/lib/budgea_client/models/inline_response_200_19.rb +20 -19
  91. data/lib/budgea_client/models/inline_response_200_2.rb +2 -1
  92. data/lib/budgea_client/models/inline_response_200_20.rb +20 -19
  93. data/lib/budgea_client/models/inline_response_200_21.rb +20 -19
  94. data/lib/budgea_client/models/inline_response_200_22.rb +13 -12
  95. data/lib/budgea_client/models/inline_response_200_23.rb +13 -12
  96. data/lib/budgea_client/models/inline_response_200_24.rb +20 -19
  97. data/lib/budgea_client/models/inline_response_200_25.rb +20 -19
  98. data/lib/budgea_client/models/inline_response_200_26.rb +13 -12
  99. data/lib/budgea_client/models/inline_response_200_27.rb +13 -12
  100. data/lib/budgea_client/models/inline_response_200_28.rb +13 -12
  101. data/lib/budgea_client/models/inline_response_200_29.rb +20 -19
  102. data/lib/budgea_client/models/inline_response_200_3.rb +2 -1
  103. data/lib/budgea_client/models/inline_response_200_30.rb +13 -12
  104. data/lib/budgea_client/models/inline_response_200_31.rb +2 -1
  105. data/lib/budgea_client/models/inline_response_200_32.rb +2 -1
  106. data/lib/budgea_client/models/inline_response_200_33.rb +2 -1
  107. data/lib/budgea_client/models/inline_response_200_34.rb +2 -1
  108. data/lib/budgea_client/models/inline_response_200_35.rb +2 -1
  109. data/lib/budgea_client/models/inline_response_200_36.rb +2 -1
  110. data/lib/budgea_client/models/inline_response_200_37.rb +2 -1
  111. data/lib/budgea_client/models/inline_response_200_38.rb +2 -1
  112. data/lib/budgea_client/models/inline_response_200_39.rb +2 -1
  113. data/lib/budgea_client/models/inline_response_200_4.rb +2 -1
  114. data/lib/budgea_client/models/inline_response_200_40.rb +2 -1
  115. data/lib/budgea_client/models/inline_response_200_41.rb +2 -1
  116. data/lib/budgea_client/models/inline_response_200_42.rb +2 -1
  117. data/lib/budgea_client/models/inline_response_200_5.rb +2 -1
  118. data/lib/budgea_client/models/inline_response_200_6.rb +2 -1
  119. data/lib/budgea_client/models/inline_response_200_7.rb +2 -1
  120. data/lib/budgea_client/models/inline_response_200_8.rb +2 -1
  121. data/lib/budgea_client/models/inline_response_200_9.rb +2 -1
  122. data/lib/budgea_client/models/investment.rb +2 -1
  123. data/lib/budgea_client/models/investment_value.rb +2 -1
  124. data/lib/budgea_client/models/keyword.rb +2 -1
  125. data/lib/budgea_client/models/locked_user.rb +2 -1
  126. data/lib/budgea_client/models/oidc_whitelist.rb +2 -1
  127. data/lib/budgea_client/models/order.rb +2 -1
  128. data/lib/budgea_client/models/pocket.rb +2 -1
  129. data/lib/budgea_client/models/profile.rb +2 -1
  130. data/lib/budgea_client/models/project.rb +2 -1
  131. data/lib/budgea_client/models/project_type.rb +2 -1
  132. data/lib/budgea_client/models/recipient.rb +2 -1
  133. data/lib/budgea_client/models/recipient_log.rb +2 -1
  134. data/lib/budgea_client/models/security.rb +2 -1
  135. data/lib/budgea_client/models/subscription.rb +2 -1
  136. data/lib/budgea_client/models/subscription_log.rb +2 -1
  137. data/lib/budgea_client/models/terms_of_service.rb +2 -1
  138. data/lib/budgea_client/models/transaction.rb +2 -1
  139. data/lib/budgea_client/models/transaction_information.rb +2 -1
  140. data/lib/budgea_client/models/transactions_cluster.rb +2 -1
  141. data/lib/budgea_client/models/transfer.rb +2 -1
  142. data/lib/budgea_client/models/transfer_log.rb +2 -1
  143. data/lib/budgea_client/models/user.rb +2 -1
  144. data/lib/budgea_client/models/user_alert.rb +2 -1
  145. data/lib/budgea_client/models/webhook.rb +2 -1
  146. data/lib/budgea_client/models/webhook_data.rb +2 -1
  147. data/lib/budgea_client/models/webhook_log.rb +2 -1
  148. data/lib/budgea_client/version.rb +1 -1
  149. data/original_budgea_openapi.json +1559 -1474
  150. data/pkg/budgea_client-5.1.2.gem +0 -0
  151. data/spec/.!78900!.DS_Store +0 -0
  152. data/spec/.!79301!.DS_Store +0 -0
  153. data/spec/.!79684!.DS_Store +0 -0
  154. data/spec/.!83764!.DS_Store +0 -0
  155. data/spec/.DS_Store +0 -0
  156. metadata +9 -7
  157. data/pkg/budgea_client-2.0.0.gem +0 -0
  158. data/pkg/budgea_client-3.0.1.gem +0 -0
  159. data/pkg/budgea_client-4.0.0.gem +0 -0
@@ -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 the attribute
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
@@ -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 the attribute
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
@@ -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 the attribute
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
@@ -144,7 +144,7 @@ module BudgeaClient
144
144
  return nil unless attributes.is_a?(Hash)
145
145
  self.class.swagger_types.each_pair do |key, type|
146
146
  if type =~ /\AArray<(.*)>/i
147
- # check to ensure the input is an array given that the the attribute
147
+ # check to ensure the input is an array given that the attribute
148
148
  # is documented as an array but the input is not
149
149
  if attributes[self.class.attribute_map[key]].is_a?(Array)
150
150
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -240,5 +240,6 @@ module BudgeaClient
240
240
  value
241
241
  end
242
242
  end
243
+
243
244
  end
244
245
  end
@@ -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 the attribute
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
@@ -119,7 +119,7 @@ module BudgeaClient
119
119
  return nil unless attributes.is_a?(Hash)
120
120
  self.class.swagger_types.each_pair do |key, type|
121
121
  if type =~ /\AArray<(.*)>/i
122
- # check to ensure the input is an array given that the the attribute
122
+ # check to ensure the input is an array given that the attribute
123
123
  # is documented as an array but the input is not
124
124
  if attributes[self.class.attribute_map[key]].is_a?(Array)
125
125
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -215,5 +215,6 @@ module BudgeaClient
215
215
  value
216
216
  end
217
217
  end
218
+
218
219
  end
219
220
  end
@@ -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 the attribute
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
@@ -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 the attribute
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
@@ -354,7 +354,7 @@ module BudgeaClient
354
354
  return nil unless attributes.is_a?(Hash)
355
355
  self.class.swagger_types.each_pair do |key, type|
356
356
  if type =~ /\AArray<(.*)>/i
357
- # check to ensure the input is an array given that the the attribute
357
+ # check to ensure the input is an array given that the attribute
358
358
  # is documented as an array but the input is not
359
359
  if attributes[self.class.attribute_map[key]].is_a?(Array)
360
360
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -450,5 +450,6 @@ module BudgeaClient
450
450
  value
451
451
  end
452
452
  end
453
+
453
454
  end
454
455
  end
@@ -154,7 +154,7 @@ module BudgeaClient
154
154
  return nil unless attributes.is_a?(Hash)
155
155
  self.class.swagger_types.each_pair do |key, type|
156
156
  if type =~ /\AArray<(.*)>/i
157
- # check to ensure the input is an array given that the the attribute
157
+ # check to ensure the input is an array given that the attribute
158
158
  # is documented as an array but the input is not
159
159
  if attributes[self.class.attribute_map[key]].is_a?(Array)
160
160
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -250,5 +250,6 @@ module BudgeaClient
250
250
  value
251
251
  end
252
252
  end
253
+
253
254
  end
254
255
  end
@@ -144,7 +144,7 @@ module BudgeaClient
144
144
  return nil unless attributes.is_a?(Hash)
145
145
  self.class.swagger_types.each_pair do |key, type|
146
146
  if type =~ /\AArray<(.*)>/i
147
- # check to ensure the input is an array given that the the attribute
147
+ # check to ensure the input is an array given that the attribute
148
148
  # is documented as an array but the input is not
149
149
  if attributes[self.class.attribute_map[key]].is_a?(Array)
150
150
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -240,5 +240,6 @@ module BudgeaClient
240
240
  value
241
241
  end
242
242
  end
243
+
243
244
  end
244
245
  end
@@ -111,7 +111,7 @@ module BudgeaClient
111
111
  return nil unless attributes.is_a?(Hash)
112
112
  self.class.swagger_types.each_pair do |key, type|
113
113
  if type =~ /\AArray<(.*)>/i
114
- # check to ensure the input is an array given that the the attribute
114
+ # check to ensure the input is an array given that the attribute
115
115
  # is documented as an array but the input is not
116
116
  if attributes[self.class.attribute_map[key]].is_a?(Array)
117
117
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -207,5 +207,6 @@ module BudgeaClient
207
207
  value
208
208
  end
209
209
  end
210
+
210
211
  end
211
212
  end
@@ -103,7 +103,7 @@ module BudgeaClient
103
103
  return nil unless attributes.is_a?(Hash)
104
104
  self.class.swagger_types.each_pair do |key, type|
105
105
  if type =~ /\AArray<(.*)>/i
106
- # check to ensure the input is an array given that the the attribute
106
+ # check to ensure the input is an array given that the attribute
107
107
  # is documented as an array but the input is not
108
108
  if attributes[self.class.attribute_map[key]].is_a?(Array)
109
109
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -199,5 +199,6 @@ module BudgeaClient
199
199
  value
200
200
  end
201
201
  end
202
+
202
203
  end
203
204
  end
@@ -159,7 +159,7 @@ module BudgeaClient
159
159
  return nil unless attributes.is_a?(Hash)
160
160
  self.class.swagger_types.each_pair do |key, type|
161
161
  if type =~ /\AArray<(.*)>/i
162
- # check to ensure the input is an array given that the the attribute
162
+ # check to ensure the input is an array given that the attribute
163
163
  # is documented as an array but the input is not
164
164
  if attributes[self.class.attribute_map[key]].is_a?(Array)
165
165
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -255,5 +255,6 @@ module BudgeaClient
255
255
  value
256
256
  end
257
257
  end
258
+
258
259
  end
259
260
  end
@@ -203,7 +203,7 @@ module BudgeaClient
203
203
  return nil unless attributes.is_a?(Hash)
204
204
  self.class.swagger_types.each_pair do |key, type|
205
205
  if type =~ /\AArray<(.*)>/i
206
- # check to ensure the input is an array given that the the attribute
206
+ # check to ensure the input is an array given that the attribute
207
207
  # is documented as an array but the input is not
208
208
  if attributes[self.class.attribute_map[key]].is_a?(Array)
209
209
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -299,5 +299,6 @@ module BudgeaClient
299
299
  value
300
300
  end
301
301
  end
302
+
302
303
  end
303
304
  end
@@ -214,7 +214,7 @@ module BudgeaClient
214
214
  return nil unless attributes.is_a?(Hash)
215
215
  self.class.swagger_types.each_pair do |key, type|
216
216
  if type =~ /\AArray<(.*)>/i
217
- # check to ensure the input is an array given that the the attribute
217
+ # check to ensure the input is an array given that the attribute
218
218
  # is documented as an array but the input is not
219
219
  if attributes[self.class.attribute_map[key]].is_a?(Array)
220
220
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -310,5 +310,6 @@ module BudgeaClient
310
310
  value
311
311
  end
312
312
  end
313
+
313
314
  end
314
315
  end
@@ -206,7 +206,7 @@ module BudgeaClient
206
206
  return nil unless attributes.is_a?(Hash)
207
207
  self.class.swagger_types.each_pair do |key, type|
208
208
  if type =~ /\AArray<(.*)>/i
209
- # check to ensure the input is an array given that the the attribute
209
+ # check to ensure the input is an array given that the attribute
210
210
  # is documented as an array but the input is not
211
211
  if attributes[self.class.attribute_map[key]].is_a?(Array)
212
212
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -302,5 +302,6 @@ module BudgeaClient
302
302
  value
303
303
  end
304
304
  end
305
+
305
306
  end
306
307
  end
@@ -111,7 +111,7 @@ module BudgeaClient
111
111
  return nil unless attributes.is_a?(Hash)
112
112
  self.class.swagger_types.each_pair do |key, type|
113
113
  if type =~ /\AArray<(.*)>/i
114
- # check to ensure the input is an array given that the the attribute
114
+ # check to ensure the input is an array given that the attribute
115
115
  # is documented as an array but the input is not
116
116
  if attributes[self.class.attribute_map[key]].is_a?(Array)
117
117
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -207,5 +207,6 @@ module BudgeaClient
207
207
  value
208
208
  end
209
209
  end
210
+
210
211
  end
211
212
  end
@@ -278,7 +278,7 @@ module BudgeaClient
278
278
  return nil unless attributes.is_a?(Hash)
279
279
  self.class.swagger_types.each_pair do |key, type|
280
280
  if type =~ /\AArray<(.*)>/i
281
- # check to ensure the input is an array given that the the attribute
281
+ # check to ensure the input is an array given that the attribute
282
282
  # is documented as an array but the input is not
283
283
  if attributes[self.class.attribute_map[key]].is_a?(Array)
284
284
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -374,5 +374,6 @@ module BudgeaClient
374
374
  value
375
375
  end
376
376
  end
377
+
377
378
  end
378
379
  end
@@ -164,7 +164,7 @@ module BudgeaClient
164
164
  return nil unless attributes.is_a?(Hash)
165
165
  self.class.swagger_types.each_pair do |key, type|
166
166
  if type =~ /\AArray<(.*)>/i
167
- # check to ensure the input is an array given that the the attribute
167
+ # check to ensure the input is an array given that the attribute
168
168
  # is documented as an array but the input is not
169
169
  if attributes[self.class.attribute_map[key]].is_a?(Array)
170
170
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -260,5 +260,6 @@ module BudgeaClient
260
260
  value
261
261
  end
262
262
  end
263
+
263
264
  end
264
265
  end
@@ -134,7 +134,7 @@ module BudgeaClient
134
134
  return nil unless attributes.is_a?(Hash)
135
135
  self.class.swagger_types.each_pair do |key, type|
136
136
  if type =~ /\AArray<(.*)>/i
137
- # check to ensure the input is an array given that the the attribute
137
+ # check to ensure the input is an array given that the attribute
138
138
  # is documented as an array but the input is not
139
139
  if attributes[self.class.attribute_map[key]].is_a?(Array)
140
140
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -230,5 +230,6 @@ module BudgeaClient
230
230
  value
231
231
  end
232
232
  end
233
+
233
234
  end
234
235
  end
@@ -219,7 +219,7 @@ module BudgeaClient
219
219
  return nil unless attributes.is_a?(Hash)
220
220
  self.class.swagger_types.each_pair do |key, type|
221
221
  if type =~ /\AArray<(.*)>/i
222
- # check to ensure the input is an array given that the the attribute
222
+ # check to ensure the input is an array given that the attribute
223
223
  # is documented as an array but the input is not
224
224
  if attributes[self.class.attribute_map[key]].is_a?(Array)
225
225
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -315,5 +315,6 @@ module BudgeaClient
315
315
  value
316
316
  end
317
317
  end
318
+
318
319
  end
319
320
  end
@@ -169,7 +169,7 @@ module BudgeaClient
169
169
  return nil unless attributes.is_a?(Hash)
170
170
  self.class.swagger_types.each_pair do |key, type|
171
171
  if type =~ /\AArray<(.*)>/i
172
- # check to ensure the input is an array given that the the attribute
172
+ # check to ensure the input is an array given that the attribute
173
173
  # is documented as an array but the input is not
174
174
  if attributes[self.class.attribute_map[key]].is_a?(Array)
175
175
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -265,5 +265,6 @@ module BudgeaClient
265
265
  value
266
266
  end
267
267
  end
268
+
268
269
  end
269
270
  end
@@ -134,7 +134,7 @@ module BudgeaClient
134
134
  return nil unless attributes.is_a?(Hash)
135
135
  self.class.swagger_types.each_pair do |key, type|
136
136
  if type =~ /\AArray<(.*)>/i
137
- # check to ensure the input is an array given that the the attribute
137
+ # check to ensure the input is an array given that the attribute
138
138
  # is documented as an array but the input is not
139
139
  if attributes[self.class.attribute_map[key]].is_a?(Array)
140
140
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -230,5 +230,6 @@ module BudgeaClient
230
230
  value
231
231
  end
232
232
  end
233
+
233
234
  end
234
235
  end
@@ -460,7 +460,7 @@ module BudgeaClient
460
460
  return nil unless attributes.is_a?(Hash)
461
461
  self.class.swagger_types.each_pair do |key, type|
462
462
  if type =~ /\AArray<(.*)>/i
463
- # check to ensure the input is an array given that the the attribute
463
+ # check to ensure the input is an array given that the attribute
464
464
  # is documented as an array but the input is not
465
465
  if attributes[self.class.attribute_map[key]].is_a?(Array)
466
466
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -556,5 +556,6 @@ module BudgeaClient
556
556
  value
557
557
  end
558
558
  end
559
+
559
560
  end
560
561
  end
@@ -129,7 +129,7 @@ module BudgeaClient
129
129
  return nil unless attributes.is_a?(Hash)
130
130
  self.class.swagger_types.each_pair do |key, type|
131
131
  if type =~ /\AArray<(.*)>/i
132
- # check to ensure the input is an array given that the the attribute
132
+ # check to ensure the input is an array given that the attribute
133
133
  # is documented as an array but the input is not
134
134
  if attributes[self.class.attribute_map[key]].is_a?(Array)
135
135
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -225,5 +225,6 @@ module BudgeaClient
225
225
  value
226
226
  end
227
227
  end
228
+
228
229
  end
229
230
  end
@@ -182,7 +182,7 @@ module BudgeaClient
182
182
  return nil unless attributes.is_a?(Hash)
183
183
  self.class.swagger_types.each_pair do |key, type|
184
184
  if type =~ /\AArray<(.*)>/i
185
- # check to ensure the input is an array given that the the attribute
185
+ # check to ensure the input is an array given that the attribute
186
186
  # is documented as an array but the input is not
187
187
  if attributes[self.class.attribute_map[key]].is_a?(Array)
188
188
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -278,5 +278,6 @@ module BudgeaClient
278
278
  value
279
279
  end
280
280
  end
281
+
281
282
  end
282
283
  end
@@ -317,7 +317,7 @@ module BudgeaClient
317
317
  return nil unless attributes.is_a?(Hash)
318
318
  self.class.swagger_types.each_pair do |key, type|
319
319
  if type =~ /\AArray<(.*)>/i
320
- # check to ensure the input is an array given that the the attribute
320
+ # check to ensure the input is an array given that the attribute
321
321
  # is documented as an array but the input is not
322
322
  if attributes[self.class.attribute_map[key]].is_a?(Array)
323
323
  self.send("#{key}=", attributes[self.class.attribute_map[key]].map { |v| _deserialize($1, v) })
@@ -413,5 +413,6 @@ module BudgeaClient
413
413
  value
414
414
  end
415
415
  end
416
+
416
417
  end
417
418
  end