budgea_client 5.0.1 → 5.0.3

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 (38) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/docs/AdministrationApi.md +36 -36
  4. data/docs/AuthenticationApi.md +9 -9
  5. data/docs/BanksApi.md +127 -127
  6. data/docs/Connection.md +1 -0
  7. data/docs/ConnectionsApi.md +24 -24
  8. data/docs/DocumentsApi.md +46 -46
  9. data/docs/OIDCApi.md +3 -3
  10. data/docs/PFMApi.md +33 -33
  11. data/docs/ProvidersApi.md +88 -88
  12. data/docs/RecipientsApi.md +4 -4
  13. data/docs/TermsApi.md +3 -3
  14. data/docs/TransferApi.md +1 -1
  15. data/docs/TransfersApi.md +39 -39
  16. data/docs/UsersManagementApi.md +11 -11
  17. data/docs/WealthApi.md +22 -22
  18. data/lib/budgea_client/api/administration_api.rb +36 -36
  19. data/lib/budgea_client/api/authentication_api.rb +9 -9
  20. data/lib/budgea_client/api/banks_api.rb +127 -127
  21. data/lib/budgea_client/api/connections_api.rb +24 -24
  22. data/lib/budgea_client/api/documents_api.rb +46 -46
  23. data/lib/budgea_client/api/oidc_api.rb +3 -3
  24. data/lib/budgea_client/api/pfm_api.rb +33 -33
  25. data/lib/budgea_client/api/providers_api.rb +88 -88
  26. data/lib/budgea_client/api/recipients_api.rb +4 -4
  27. data/lib/budgea_client/api/terms_api.rb +3 -3
  28. data/lib/budgea_client/api/transfer_api.rb +1 -1
  29. data/lib/budgea_client/api/transfers_api.rb +39 -39
  30. data/lib/budgea_client/api/users_management_api.rb +11 -11
  31. data/lib/budgea_client/api/wealth_api.rb +22 -22
  32. data/lib/budgea_client/models/connection.rb +13 -4
  33. data/lib/budgea_client/version.rb +1 -1
  34. metadata +1 -5
  35. data/pkg/budgea_client-2.0.0.gem +0 -0
  36. data/pkg/budgea_client-3.0.1.gem +0 -0
  37. data/pkg/budgea_client-4.0.0.gem +0 -0
  38. data/pkg/budgea_client-5.0.0.gem +0 -0
@@ -50,7 +50,7 @@ module BudgeaClient
50
50
  # HTTP header 'Accept' (if needed)
51
51
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
52
52
  # HTTP header 'Content-Type'
53
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
53
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
54
54
 
55
55
  # form parameters
56
56
  form_params = {}
@@ -119,7 +119,7 @@ module BudgeaClient
119
119
  # HTTP header 'Accept' (if needed)
120
120
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
121
121
  # HTTP header 'Content-Type'
122
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
122
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
123
123
 
124
124
  # form parameters
125
125
  form_params = {}
@@ -181,7 +181,7 @@ module BudgeaClient
181
181
  # HTTP header 'Accept' (if needed)
182
182
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
183
183
  # HTTP header 'Content-Type'
184
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
184
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
185
185
 
186
186
  # form parameters
187
187
  form_params = {}
@@ -250,7 +250,7 @@ module BudgeaClient
250
250
  # HTTP header 'Accept' (if needed)
251
251
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
252
252
  # HTTP header 'Content-Type'
253
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
253
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
254
254
 
255
255
  # form parameters
256
256
  form_params = {}
@@ -319,7 +319,7 @@ module BudgeaClient
319
319
  # HTTP header 'Accept' (if needed)
320
320
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
321
321
  # HTTP header 'Content-Type'
322
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
322
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
323
323
 
324
324
  # form parameters
325
325
  form_params = {}
@@ -400,7 +400,7 @@ module BudgeaClient
400
400
  # HTTP header 'Accept' (if needed)
401
401
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
402
402
  # HTTP header 'Content-Type'
403
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
403
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
404
404
 
405
405
  # form parameters
406
406
  form_params = {}
@@ -462,7 +462,7 @@ module BudgeaClient
462
462
  # HTTP header 'Accept' (if needed)
463
463
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
464
464
  # HTTP header 'Content-Type'
465
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
465
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
466
466
 
467
467
  # form parameters
468
468
  form_params = {}
@@ -531,7 +531,7 @@ module BudgeaClient
531
531
  # HTTP header 'Accept' (if needed)
532
532
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
533
533
  # HTTP header 'Content-Type'
534
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
534
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
535
535
 
536
536
  # form parameters
537
537
  form_params = {}
@@ -606,7 +606,7 @@ module BudgeaClient
606
606
  # HTTP header 'Accept' (if needed)
607
607
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
608
608
  # HTTP header 'Content-Type'
609
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
609
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
610
610
 
611
611
  # form parameters
612
612
  form_params = {}
@@ -681,7 +681,7 @@ module BudgeaClient
681
681
  # HTTP header 'Accept' (if needed)
682
682
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
683
683
  # HTTP header 'Content-Type'
684
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
684
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
685
685
 
686
686
  # form parameters
687
687
  form_params = {}
@@ -768,7 +768,7 @@ module BudgeaClient
768
768
  # HTTP header 'Accept' (if needed)
769
769
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
770
770
  # HTTP header 'Content-Type'
771
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
771
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
772
772
 
773
773
  # form parameters
774
774
  form_params = {}
@@ -836,7 +836,7 @@ module BudgeaClient
836
836
  # HTTP header 'Accept' (if needed)
837
837
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
838
838
  # HTTP header 'Content-Type'
839
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
839
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
840
840
 
841
841
  # form parameters
842
842
  form_params = {}
@@ -899,7 +899,7 @@ module BudgeaClient
899
899
  # HTTP header 'Accept' (if needed)
900
900
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
901
901
  # HTTP header 'Content-Type'
902
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
902
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
903
903
 
904
904
  # form parameters
905
905
  form_params = {}
@@ -968,7 +968,7 @@ module BudgeaClient
968
968
  # HTTP header 'Accept' (if needed)
969
969
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
970
970
  # HTTP header 'Content-Type'
971
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
971
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
972
972
 
973
973
  # form parameters
974
974
  form_params = {}
@@ -1037,7 +1037,7 @@ module BudgeaClient
1037
1037
  # HTTP header 'Accept' (if needed)
1038
1038
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1039
1039
  # HTTP header 'Content-Type'
1040
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1040
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1041
1041
 
1042
1042
  # form parameters
1043
1043
  form_params = {}
@@ -1118,7 +1118,7 @@ module BudgeaClient
1118
1118
  # HTTP header 'Accept' (if needed)
1119
1119
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1120
1120
  # HTTP header 'Content-Type'
1121
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1121
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1122
1122
 
1123
1123
  # form parameters
1124
1124
  form_params = {}
@@ -1180,7 +1180,7 @@ module BudgeaClient
1180
1180
  # HTTP header 'Accept' (if needed)
1181
1181
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1182
1182
  # HTTP header 'Content-Type'
1183
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1183
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1184
1184
 
1185
1185
  # form parameters
1186
1186
  form_params = {}
@@ -1237,7 +1237,7 @@ module BudgeaClient
1237
1237
  # HTTP header 'Accept' (if needed)
1238
1238
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1239
1239
  # HTTP header 'Content-Type'
1240
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1240
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1241
1241
 
1242
1242
  # form parameters
1243
1243
  form_params = {}
@@ -1300,7 +1300,7 @@ module BudgeaClient
1300
1300
  # HTTP header 'Accept' (if needed)
1301
1301
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1302
1302
  # HTTP header 'Content-Type'
1303
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1303
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1304
1304
 
1305
1305
  # form parameters
1306
1306
  form_params = {}
@@ -1363,7 +1363,7 @@ module BudgeaClient
1363
1363
  # HTTP header 'Accept' (if needed)
1364
1364
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1365
1365
  # HTTP header 'Content-Type'
1366
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1366
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1367
1367
 
1368
1368
  # form parameters
1369
1369
  form_params = {}
@@ -1438,7 +1438,7 @@ module BudgeaClient
1438
1438
  # HTTP header 'Accept' (if needed)
1439
1439
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1440
1440
  # HTTP header 'Content-Type'
1441
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1441
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1442
1442
 
1443
1443
  # form parameters
1444
1444
  form_params = {}
@@ -1494,7 +1494,7 @@ module BudgeaClient
1494
1494
  # HTTP header 'Accept' (if needed)
1495
1495
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1496
1496
  # HTTP header 'Content-Type'
1497
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1497
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1498
1498
 
1499
1499
  # form parameters
1500
1500
  form_params = {}
@@ -53,6 +53,8 @@ module BudgeaClient
53
53
 
54
54
  attr_accessor :connection
55
55
 
56
+ attr_accessor :message
57
+
56
58
  # Attribute mapping from ruby-style variable name to JSON key.
57
59
  def self.attribute_map
58
60
  {
@@ -69,7 +71,8 @@ module BudgeaClient
69
71
  :'next_try' => :'next_try',
70
72
  :'accounts' => :'accounts',
71
73
  :'subscriptions' => :'subscriptions',
72
- :'connection' => :'connection'
74
+ :'connection' => :'connection',
75
+ :'message' => :'message'
73
76
  }
74
77
  end
75
78
 
@@ -89,7 +92,8 @@ module BudgeaClient
89
92
  :'next_try' => :'DateTime',
90
93
  :'accounts' => :'Array<Account>',
91
94
  :'subscriptions' => :'Array<Subscription>',
92
- :'connection' => :'Connection'
95
+ :'connection' => :'Connection',
96
+ :'message' => :'String'
93
97
  }
94
98
  end
95
99
 
@@ -162,6 +166,10 @@ module BudgeaClient
162
166
  if attributes.has_key?(:'connection')
163
167
  self.connection = attributes[:'connection']
164
168
  end
169
+
170
+ if attributes.has_key?(:'message')
171
+ self.message = attributes[:'message']
172
+ end
165
173
  end
166
174
 
167
175
  # Show invalid properties with the reasons. Usually used together with valid?
@@ -210,7 +218,8 @@ module BudgeaClient
210
218
  next_try == o.next_try &&
211
219
  accounts == o.accounts &&
212
220
  subscriptions == o.subscriptions &&
213
- connection == o.connection
221
+ connection == o.connection &&
222
+ message == o.message
214
223
  end
215
224
 
216
225
  # @see the `==` method
@@ -222,7 +231,7 @@ module BudgeaClient
222
231
  # Calculates hash code according to all attributes.
223
232
  # @return [Fixnum] Hash code
224
233
  def hash
225
- [id, id_user, id_connector, last_update, created, error, error_message, expire, active, last_push, next_try, accounts, subscriptions, connection].hash
234
+ [id, id_user, id_connector, last_update, created, error, error_message, expire, active, last_push, next_try, accounts, subscriptions, connection, message].hash
226
235
  end
227
236
 
228
237
  # Builds the object from hash
@@ -11,5 +11,5 @@ Swagger Codegen version: 2.4.1
11
11
  =end
12
12
 
13
13
  module BudgeaClient
14
- VERSION = '5.0.1'
14
+ VERSION = '5.0.3'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: budgea_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.1
4
+ version: 5.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chaker Nakhli
@@ -435,10 +435,6 @@ files:
435
435
  - lib/budgea_client/models/webhook_log.rb
436
436
  - lib/budgea_client/version.rb
437
437
  - original_budgea_openapi.json
438
- - pkg/budgea_client-2.0.0.gem
439
- - pkg/budgea_client-3.0.1.gem
440
- - pkg/budgea_client-4.0.0.gem
441
- - pkg/budgea_client-5.0.0.gem
442
438
  - spec/api/administration_api_spec.rb
443
439
  - spec/api/authentication_api_spec.rb
444
440
  - spec/api/banks_api_spec.rb
Binary file
Binary file
Binary file
Binary file