budgea_client 5.0.4 → 5.1.1

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 (67) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +19 -6
  4. data/budgea_openapi.json +1605 -1319
  5. data/config.json +1 -1
  6. data/docs/Account.md +1 -0
  7. data/docs/AdministrationApi.md +12 -12
  8. data/docs/BanksApi.md +263 -18
  9. data/docs/ConnectionsApi.md +251 -6
  10. data/docs/DocumentsApi.md +2 -2
  11. data/docs/InlineResponse20016.md +1 -1
  12. data/docs/InlineResponse20017.md +1 -1
  13. data/docs/InlineResponse20018.md +1 -1
  14. data/docs/InlineResponse20019.md +1 -1
  15. data/docs/InlineResponse20020.md +1 -1
  16. data/docs/InlineResponse20021.md +1 -1
  17. data/docs/InlineResponse20022.md +1 -1
  18. data/docs/InlineResponse20023.md +1 -1
  19. data/docs/InlineResponse20024.md +1 -1
  20. data/docs/InlineResponse20025.md +1 -1
  21. data/docs/InlineResponse20026.md +1 -1
  22. data/docs/InlineResponse20027.md +1 -1
  23. data/docs/InlineResponse20028.md +1 -1
  24. data/docs/InlineResponse20029.md +1 -1
  25. data/docs/InlineResponse20030.md +1 -1
  26. data/docs/PFMApi.md +9 -9
  27. data/docs/ProvidersApi.md +253 -8
  28. data/docs/TermsApi.md +72 -7
  29. data/docs/TransfersApi.md +24 -24
  30. data/docs/UsersManagementApi.md +2 -2
  31. data/docs/WealthApi.md +53 -37
  32. data/lib/budgea_client/api/administration_api.rb +13 -13
  33. data/lib/budgea_client/api/banks_api.rb +273 -27
  34. data/lib/budgea_client/api/connections_api.rb +255 -9
  35. data/lib/budgea_client/api/documents_api.rb +3 -3
  36. data/lib/budgea_client/api/pfm_api.rb +11 -11
  37. data/lib/budgea_client/api/providers_api.rb +258 -12
  38. data/lib/budgea_client/api/terms_api.rb +75 -9
  39. data/lib/budgea_client/api/transfers_api.rb +36 -36
  40. data/lib/budgea_client/api/users_management_api.rb +3 -3
  41. data/lib/budgea_client/api/wealth_api.rb +77 -53
  42. data/lib/budgea_client/models/account.rb +12 -1
  43. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  44. data/lib/budgea_client/models/inline_response_200_17.rb +18 -18
  45. data/lib/budgea_client/models/inline_response_200_18.rb +18 -18
  46. data/lib/budgea_client/models/inline_response_200_19.rb +18 -18
  47. data/lib/budgea_client/models/inline_response_200_20.rb +18 -18
  48. data/lib/budgea_client/models/inline_response_200_21.rb +18 -18
  49. data/lib/budgea_client/models/inline_response_200_22.rb +11 -11
  50. data/lib/budgea_client/models/inline_response_200_23.rb +11 -11
  51. data/lib/budgea_client/models/inline_response_200_24.rb +18 -18
  52. data/lib/budgea_client/models/inline_response_200_25.rb +18 -18
  53. data/lib/budgea_client/models/inline_response_200_26.rb +11 -11
  54. data/lib/budgea_client/models/inline_response_200_27.rb +11 -11
  55. data/lib/budgea_client/models/inline_response_200_28.rb +11 -11
  56. data/lib/budgea_client/models/inline_response_200_29.rb +18 -18
  57. data/lib/budgea_client/models/inline_response_200_30.rb +11 -11
  58. data/lib/budgea_client/version.rb +1 -1
  59. data/original_budgea_openapi.json +1559 -1474
  60. metadata +2 -9
  61. data/config.yaml +0 -15
  62. data/pkg/budgea_client-2.0.1.gem +0 -0
  63. data/pkg/budgea_client-2.0.2.gem +0 -0
  64. data/pkg/budgea_client-3.0.0.gem +0 -0
  65. data/pkg/budgea_client-4.0.1.gem +0 -0
  66. data/pkg/budgea_client-4.0.2.gem +0 -0
  67. data/pkg/budgea_client-4.0.3.gem +0 -0
@@ -71,7 +71,7 @@ module BudgeaClient
71
71
  # @param [Hash] opts the optional parameters
72
72
  # @option opts [String] :search searches a user by mail (if it contains no '@', '@biapi.pro' will be added at the end)
73
73
  # @option opts [String] :expand
74
- # @return [InlineResponse20021]
74
+ # @return [InlineResponse20022]
75
75
  def users_get(opts = {})
76
76
  data, _status_code, _headers = users_get_with_http_info(opts)
77
77
  data
@@ -82,7 +82,7 @@ module BudgeaClient
82
82
  # @param [Hash] opts the optional parameters
83
83
  # @option opts [String] :search searches a user by mail (if it contains no '@', '@biapi.pro' will be added at the end)
84
84
  # @option opts [String] :expand
85
- # @return [Array<(InlineResponse20021, Fixnum, Hash)>] InlineResponse20021 data, response status code and response headers
85
+ # @return [Array<(InlineResponse20022, Fixnum, Hash)>] InlineResponse20022 data, response status code and response headers
86
86
  def users_get_with_http_info(opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: UsersManagementApi.users_get ...'
@@ -114,7 +114,7 @@ module BudgeaClient
114
114
  :form_params => form_params,
115
115
  :body => post_body,
116
116
  :auth_names => auth_names,
117
- :return_type => 'InlineResponse20021')
117
+ :return_type => 'InlineResponse20022')
118
118
  if @api_client.config.debugging
119
119
  @api_client.config.logger.debug "API called: UsersManagementApi#users_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
120
120
  end
@@ -19,21 +19,21 @@ module BudgeaClient
19
19
  def initialize(api_client = ApiClient.default)
20
20
  @api_client = api_client
21
21
  end
22
- # Get securities
22
+ # Get finance securities
23
23
  #
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :expand
26
- # @return [InlineResponse20018]
26
+ # @return [InlineResponse20019]
27
27
  def finance_securities_get(opts = {})
28
28
  data, _status_code, _headers = finance_securities_get_with_http_info(opts)
29
29
  data
30
30
  end
31
31
 
32
- # Get securities
32
+ # Get finance securities
33
33
  #
34
34
  # @param [Hash] opts the optional parameters
35
35
  # @option opts [String] :expand
36
- # @return [Array<(InlineResponse20018, Fixnum, Hash)>] InlineResponse20018 data, response status code and response headers
36
+ # @return [Array<(InlineResponse20019, Fixnum, Hash)>] InlineResponse20019 data, response status code and response headers
37
37
  def finance_securities_get_with_http_info(opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: WealthApi.finance_securities_get ...'
@@ -64,7 +64,7 @@ module BudgeaClient
64
64
  :form_params => form_params,
65
65
  :body => post_body,
66
66
  :auth_names => auth_names,
67
- :return_type => 'InlineResponse20018')
67
+ :return_type => 'InlineResponse20019')
68
68
  if @api_client.config.debugging
69
69
  @api_client.config.logger.debug "API called: WealthApi#finance_securities_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
70
70
  end
@@ -143,8 +143,10 @@ module BudgeaClient
143
143
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
144
144
  # @param id_account
145
145
  # @param [Hash] opts the optional parameters
146
+ # @option opts [String] :label filter investments using keywords in labels
147
+ # @option opts [String] :code filter investments by ISIN codes
146
148
  # @option opts [String] :expand
147
- # @return [InlineResponse20023]
149
+ # @return [InlineResponse20024]
148
150
  def users_id_user_accounts_id_account_investments_get(id_user, id_account, opts = {})
149
151
  data, _status_code, _headers = users_id_user_accounts_id_account_investments_get_with_http_info(id_user, id_account, opts)
150
152
  data
@@ -155,8 +157,10 @@ module BudgeaClient
155
157
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
156
158
  # @param id_account
157
159
  # @param [Hash] opts the optional parameters
160
+ # @option opts [String] :label filter investments using keywords in labels
161
+ # @option opts [String] :code filter investments by ISIN codes
158
162
  # @option opts [String] :expand
159
- # @return [Array<(InlineResponse20023, Fixnum, Hash)>] InlineResponse20023 data, response status code and response headers
163
+ # @return [Array<(InlineResponse20024, Fixnum, Hash)>] InlineResponse20024 data, response status code and response headers
160
164
  def users_id_user_accounts_id_account_investments_get_with_http_info(id_user, id_account, opts = {})
161
165
  if @api_client.config.debugging
162
166
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_accounts_id_account_investments_get ...'
@@ -174,6 +178,8 @@ module BudgeaClient
174
178
 
175
179
  # query parameters
176
180
  query_params = {}
181
+ query_params[:'label'] = opts[:'label'] if !opts[:'label'].nil?
182
+ query_params[:'code'] = opts[:'code'] if !opts[:'code'].nil?
177
183
  query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
178
184
 
179
185
  # header parameters
@@ -195,7 +201,7 @@ module BudgeaClient
195
201
  :form_params => form_params,
196
202
  :body => post_body,
197
203
  :auth_names => auth_names,
198
- :return_type => 'InlineResponse20023')
204
+ :return_type => 'InlineResponse20024')
199
205
  if @api_client.config.debugging
200
206
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_accounts_id_account_investments_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
201
207
  end
@@ -208,7 +214,7 @@ module BudgeaClient
208
214
  # @param id_investment
209
215
  # @param [Hash] opts the optional parameters
210
216
  # @option opts [String] :expand
211
- # @return [InlineResponse20024]
217
+ # @return [InlineResponse20025]
212
218
  def users_id_user_accounts_id_account_investments_id_investment_history_get(id_user, id_account, id_investment, opts = {})
213
219
  data, _status_code, _headers = users_id_user_accounts_id_account_investments_id_investment_history_get_with_http_info(id_user, id_account, id_investment, opts)
214
220
  data
@@ -221,7 +227,7 @@ module BudgeaClient
221
227
  # @param id_investment
222
228
  # @param [Hash] opts the optional parameters
223
229
  # @option opts [String] :expand
224
- # @return [Array<(InlineResponse20024, Fixnum, Hash)>] InlineResponse20024 data, response status code and response headers
230
+ # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
225
231
  def users_id_user_accounts_id_account_investments_id_investment_history_get_with_http_info(id_user, id_account, id_investment, opts = {})
226
232
  if @api_client.config.debugging
227
233
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_accounts_id_account_investments_id_investment_history_get ...'
@@ -264,7 +270,7 @@ module BudgeaClient
264
270
  :form_params => form_params,
265
271
  :body => post_body,
266
272
  :auth_names => auth_names,
267
- :return_type => 'InlineResponse20024')
273
+ :return_type => 'InlineResponse20025')
268
274
  if @api_client.config.debugging
269
275
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_accounts_id_account_investments_id_investment_history_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
270
276
  end
@@ -277,7 +283,7 @@ module BudgeaClient
277
283
  # @param id_investment
278
284
  # @param [Hash] opts the optional parameters
279
285
  # @option opts [String] :expand
280
- # @return [InlineResponse20025]
286
+ # @return [InlineResponse20026]
281
287
  def users_id_user_accounts_id_account_investments_id_investment_pockets_get(id_user, id_account, id_investment, opts = {})
282
288
  data, _status_code, _headers = users_id_user_accounts_id_account_investments_id_investment_pockets_get_with_http_info(id_user, id_account, id_investment, opts)
283
289
  data
@@ -290,7 +296,7 @@ module BudgeaClient
290
296
  # @param id_investment
291
297
  # @param [Hash] opts the optional parameters
292
298
  # @option opts [String] :expand
293
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
299
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
294
300
  def users_id_user_accounts_id_account_investments_id_investment_pockets_get_with_http_info(id_user, id_account, id_investment, opts = {})
295
301
  if @api_client.config.debugging
296
302
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_accounts_id_account_investments_id_investment_pockets_get ...'
@@ -333,7 +339,7 @@ module BudgeaClient
333
339
  :form_params => form_params,
334
340
  :body => post_body,
335
341
  :auth_names => auth_names,
336
- :return_type => 'InlineResponse20025')
342
+ :return_type => 'InlineResponse20026')
337
343
  if @api_client.config.debugging
338
344
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_accounts_id_account_investments_id_investment_pockets_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
339
345
  end
@@ -425,7 +431,7 @@ module BudgeaClient
425
431
  # @param id_account
426
432
  # @param [Hash] opts the optional parameters
427
433
  # @option opts [String] :expand
428
- # @return [InlineResponse20025]
434
+ # @return [InlineResponse20026]
429
435
  def users_id_user_accounts_id_account_pockets_get(id_user, id_account, opts = {})
430
436
  data, _status_code, _headers = users_id_user_accounts_id_account_pockets_get_with_http_info(id_user, id_account, opts)
431
437
  data
@@ -437,7 +443,7 @@ module BudgeaClient
437
443
  # @param id_account
438
444
  # @param [Hash] opts the optional parameters
439
445
  # @option opts [String] :expand
440
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
446
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
441
447
  def users_id_user_accounts_id_account_pockets_get_with_http_info(id_user, id_account, opts = {})
442
448
  if @api_client.config.debugging
443
449
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_accounts_id_account_pockets_get ...'
@@ -476,7 +482,7 @@ module BudgeaClient
476
482
  :form_params => form_params,
477
483
  :body => post_body,
478
484
  :auth_names => auth_names,
479
- :return_type => 'InlineResponse20025')
485
+ :return_type => 'InlineResponse20026')
480
486
  if @api_client.config.debugging
481
487
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_accounts_id_account_pockets_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
482
488
  end
@@ -488,8 +494,10 @@ module BudgeaClient
488
494
  # @param id_connection
489
495
  # @param id_account
490
496
  # @param [Hash] opts the optional parameters
497
+ # @option opts [String] :label filter investments using keywords in labels
498
+ # @option opts [String] :code filter investments by ISIN codes
491
499
  # @option opts [String] :expand
492
- # @return [InlineResponse20023]
500
+ # @return [InlineResponse20024]
493
501
  def users_id_user_connections_id_connection_accounts_id_account_investments_get(id_user, id_connection, id_account, opts = {})
494
502
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_investments_get_with_http_info(id_user, id_connection, id_account, opts)
495
503
  data
@@ -501,8 +509,10 @@ module BudgeaClient
501
509
  # @param id_connection
502
510
  # @param id_account
503
511
  # @param [Hash] opts the optional parameters
512
+ # @option opts [String] :label filter investments using keywords in labels
513
+ # @option opts [String] :code filter investments by ISIN codes
504
514
  # @option opts [String] :expand
505
- # @return [Array<(InlineResponse20023, Fixnum, Hash)>] InlineResponse20023 data, response status code and response headers
515
+ # @return [Array<(InlineResponse20024, Fixnum, Hash)>] InlineResponse20024 data, response status code and response headers
506
516
  def users_id_user_connections_id_connection_accounts_id_account_investments_get_with_http_info(id_user, id_connection, id_account, opts = {})
507
517
  if @api_client.config.debugging
508
518
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_connections_id_connection_accounts_id_account_investments_get ...'
@@ -524,6 +534,8 @@ module BudgeaClient
524
534
 
525
535
  # query parameters
526
536
  query_params = {}
537
+ query_params[:'label'] = opts[:'label'] if !opts[:'label'].nil?
538
+ query_params[:'code'] = opts[:'code'] if !opts[:'code'].nil?
527
539
  query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
528
540
 
529
541
  # header parameters
@@ -545,7 +557,7 @@ module BudgeaClient
545
557
  :form_params => form_params,
546
558
  :body => post_body,
547
559
  :auth_names => auth_names,
548
- :return_type => 'InlineResponse20023')
560
+ :return_type => 'InlineResponse20024')
549
561
  if @api_client.config.debugging
550
562
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_connections_id_connection_accounts_id_account_investments_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
551
563
  end
@@ -559,7 +571,7 @@ module BudgeaClient
559
571
  # @param id_investment
560
572
  # @param [Hash] opts the optional parameters
561
573
  # @option opts [String] :expand
562
- # @return [InlineResponse20024]
574
+ # @return [InlineResponse20025]
563
575
  def users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get(id_user, id_connection, id_account, id_investment, opts = {})
564
576
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get_with_http_info(id_user, id_connection, id_account, id_investment, opts)
565
577
  data
@@ -573,7 +585,7 @@ module BudgeaClient
573
585
  # @param id_investment
574
586
  # @param [Hash] opts the optional parameters
575
587
  # @option opts [String] :expand
576
- # @return [Array<(InlineResponse20024, Fixnum, Hash)>] InlineResponse20024 data, response status code and response headers
588
+ # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
577
589
  def users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get_with_http_info(id_user, id_connection, id_account, id_investment, opts = {})
578
590
  if @api_client.config.debugging
579
591
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get ...'
@@ -620,7 +632,7 @@ module BudgeaClient
620
632
  :form_params => form_params,
621
633
  :body => post_body,
622
634
  :auth_names => auth_names,
623
- :return_type => 'InlineResponse20024')
635
+ :return_type => 'InlineResponse20025')
624
636
  if @api_client.config.debugging
625
637
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
626
638
  end
@@ -634,7 +646,7 @@ module BudgeaClient
634
646
  # @param id_investment
635
647
  # @param [Hash] opts the optional parameters
636
648
  # @option opts [String] :expand
637
- # @return [InlineResponse20025]
649
+ # @return [InlineResponse20026]
638
650
  def users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get(id_user, id_connection, id_account, id_investment, opts = {})
639
651
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get_with_http_info(id_user, id_connection, id_account, id_investment, opts)
640
652
  data
@@ -648,7 +660,7 @@ module BudgeaClient
648
660
  # @param id_investment
649
661
  # @param [Hash] opts the optional parameters
650
662
  # @option opts [String] :expand
651
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
663
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
652
664
  def users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get_with_http_info(id_user, id_connection, id_account, id_investment, opts = {})
653
665
  if @api_client.config.debugging
654
666
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get ...'
@@ -695,7 +707,7 @@ module BudgeaClient
695
707
  :form_params => form_params,
696
708
  :body => post_body,
697
709
  :auth_names => auth_names,
698
- :return_type => 'InlineResponse20025')
710
+ :return_type => 'InlineResponse20026')
699
711
  if @api_client.config.debugging
700
712
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
701
713
  end
@@ -794,7 +806,7 @@ module BudgeaClient
794
806
  # @param id_account
795
807
  # @param [Hash] opts the optional parameters
796
808
  # @option opts [String] :expand
797
- # @return [InlineResponse20025]
809
+ # @return [InlineResponse20026]
798
810
  def users_id_user_connections_id_connection_accounts_id_account_pockets_get(id_user, id_connection, id_account, opts = {})
799
811
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_pockets_get_with_http_info(id_user, id_connection, id_account, opts)
800
812
  data
@@ -807,7 +819,7 @@ module BudgeaClient
807
819
  # @param id_account
808
820
  # @param [Hash] opts the optional parameters
809
821
  # @option opts [String] :expand
810
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
822
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
811
823
  def users_id_user_connections_id_connection_accounts_id_account_pockets_get_with_http_info(id_user, id_connection, id_account, opts = {})
812
824
  if @api_client.config.debugging
813
825
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_connections_id_connection_accounts_id_account_pockets_get ...'
@@ -850,7 +862,7 @@ module BudgeaClient
850
862
  :form_params => form_params,
851
863
  :body => post_body,
852
864
  :auth_names => auth_names,
853
- :return_type => 'InlineResponse20025')
865
+ :return_type => 'InlineResponse20026')
854
866
  if @api_client.config.debugging
855
867
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_connections_id_connection_accounts_id_account_pockets_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
856
868
  end
@@ -861,8 +873,10 @@ module BudgeaClient
861
873
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
862
874
  # @param id_connection
863
875
  # @param [Hash] opts the optional parameters
876
+ # @option opts [String] :label filter investments using keywords in labels
877
+ # @option opts [String] :code filter investments by ISIN codes
864
878
  # @option opts [String] :expand
865
- # @return [InlineResponse20023]
879
+ # @return [InlineResponse20024]
866
880
  def users_id_user_connections_id_connection_investments_get(id_user, id_connection, opts = {})
867
881
  data, _status_code, _headers = users_id_user_connections_id_connection_investments_get_with_http_info(id_user, id_connection, opts)
868
882
  data
@@ -873,8 +887,10 @@ module BudgeaClient
873
887
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
874
888
  # @param id_connection
875
889
  # @param [Hash] opts the optional parameters
890
+ # @option opts [String] :label filter investments using keywords in labels
891
+ # @option opts [String] :code filter investments by ISIN codes
876
892
  # @option opts [String] :expand
877
- # @return [Array<(InlineResponse20023, Fixnum, Hash)>] InlineResponse20023 data, response status code and response headers
893
+ # @return [Array<(InlineResponse20024, Fixnum, Hash)>] InlineResponse20024 data, response status code and response headers
878
894
  def users_id_user_connections_id_connection_investments_get_with_http_info(id_user, id_connection, opts = {})
879
895
  if @api_client.config.debugging
880
896
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_connections_id_connection_investments_get ...'
@@ -892,6 +908,8 @@ module BudgeaClient
892
908
 
893
909
  # query parameters
894
910
  query_params = {}
911
+ query_params[:'label'] = opts[:'label'] if !opts[:'label'].nil?
912
+ query_params[:'code'] = opts[:'code'] if !opts[:'code'].nil?
895
913
  query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
896
914
 
897
915
  # header parameters
@@ -913,7 +931,7 @@ module BudgeaClient
913
931
  :form_params => form_params,
914
932
  :body => post_body,
915
933
  :auth_names => auth_names,
916
- :return_type => 'InlineResponse20023')
934
+ :return_type => 'InlineResponse20024')
917
935
  if @api_client.config.debugging
918
936
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_connections_id_connection_investments_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
919
937
  end
@@ -926,7 +944,7 @@ module BudgeaClient
926
944
  # @param id_investment
927
945
  # @param [Hash] opts the optional parameters
928
946
  # @option opts [String] :expand
929
- # @return [InlineResponse20024]
947
+ # @return [InlineResponse20025]
930
948
  def users_id_user_connections_id_connection_investments_id_investment_history_get(id_user, id_connection, id_investment, opts = {})
931
949
  data, _status_code, _headers = users_id_user_connections_id_connection_investments_id_investment_history_get_with_http_info(id_user, id_connection, id_investment, opts)
932
950
  data
@@ -939,7 +957,7 @@ module BudgeaClient
939
957
  # @param id_investment
940
958
  # @param [Hash] opts the optional parameters
941
959
  # @option opts [String] :expand
942
- # @return [Array<(InlineResponse20024, Fixnum, Hash)>] InlineResponse20024 data, response status code and response headers
960
+ # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
943
961
  def users_id_user_connections_id_connection_investments_id_investment_history_get_with_http_info(id_user, id_connection, id_investment, opts = {})
944
962
  if @api_client.config.debugging
945
963
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_connections_id_connection_investments_id_investment_history_get ...'
@@ -982,7 +1000,7 @@ module BudgeaClient
982
1000
  :form_params => form_params,
983
1001
  :body => post_body,
984
1002
  :auth_names => auth_names,
985
- :return_type => 'InlineResponse20024')
1003
+ :return_type => 'InlineResponse20025')
986
1004
  if @api_client.config.debugging
987
1005
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_connections_id_connection_investments_id_investment_history_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
988
1006
  end
@@ -995,7 +1013,7 @@ module BudgeaClient
995
1013
  # @param id_investment
996
1014
  # @param [Hash] opts the optional parameters
997
1015
  # @option opts [String] :expand
998
- # @return [InlineResponse20025]
1016
+ # @return [InlineResponse20026]
999
1017
  def users_id_user_connections_id_connection_investments_id_investment_pockets_get(id_user, id_connection, id_investment, opts = {})
1000
1018
  data, _status_code, _headers = users_id_user_connections_id_connection_investments_id_investment_pockets_get_with_http_info(id_user, id_connection, id_investment, opts)
1001
1019
  data
@@ -1008,7 +1026,7 @@ module BudgeaClient
1008
1026
  # @param id_investment
1009
1027
  # @param [Hash] opts the optional parameters
1010
1028
  # @option opts [String] :expand
1011
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
1029
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
1012
1030
  def users_id_user_connections_id_connection_investments_id_investment_pockets_get_with_http_info(id_user, id_connection, id_investment, opts = {})
1013
1031
  if @api_client.config.debugging
1014
1032
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_connections_id_connection_investments_id_investment_pockets_get ...'
@@ -1051,7 +1069,7 @@ module BudgeaClient
1051
1069
  :form_params => form_params,
1052
1070
  :body => post_body,
1053
1071
  :auth_names => auth_names,
1054
- :return_type => 'InlineResponse20025')
1072
+ :return_type => 'InlineResponse20026')
1055
1073
  if @api_client.config.debugging
1056
1074
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_connections_id_connection_investments_id_investment_pockets_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1057
1075
  end
@@ -1143,7 +1161,7 @@ module BudgeaClient
1143
1161
  # @param id_connection
1144
1162
  # @param [Hash] opts the optional parameters
1145
1163
  # @option opts [String] :expand
1146
- # @return [InlineResponse20025]
1164
+ # @return [InlineResponse20026]
1147
1165
  def users_id_user_connections_id_connection_pockets_get(id_user, id_connection, opts = {})
1148
1166
  data, _status_code, _headers = users_id_user_connections_id_connection_pockets_get_with_http_info(id_user, id_connection, opts)
1149
1167
  data
@@ -1155,7 +1173,7 @@ module BudgeaClient
1155
1173
  # @param id_connection
1156
1174
  # @param [Hash] opts the optional parameters
1157
1175
  # @option opts [String] :expand
1158
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
1176
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
1159
1177
  def users_id_user_connections_id_connection_pockets_get_with_http_info(id_user, id_connection, opts = {})
1160
1178
  if @api_client.config.debugging
1161
1179
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_connections_id_connection_pockets_get ...'
@@ -1194,7 +1212,7 @@ module BudgeaClient
1194
1212
  :form_params => form_params,
1195
1213
  :body => post_body,
1196
1214
  :auth_names => auth_names,
1197
- :return_type => 'InlineResponse20025')
1215
+ :return_type => 'InlineResponse20026')
1198
1216
  if @api_client.config.debugging
1199
1217
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_connections_id_connection_pockets_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1200
1218
  end
@@ -1204,8 +1222,10 @@ module BudgeaClient
1204
1222
  #
1205
1223
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1206
1224
  # @param [Hash] opts the optional parameters
1225
+ # @option opts [String] :label filter investments using keywords in labels
1226
+ # @option opts [String] :code filter investments by ISIN codes
1207
1227
  # @option opts [String] :expand
1208
- # @return [InlineResponse20023]
1228
+ # @return [InlineResponse20024]
1209
1229
  def users_id_user_investments_get(id_user, opts = {})
1210
1230
  data, _status_code, _headers = users_id_user_investments_get_with_http_info(id_user, opts)
1211
1231
  data
@@ -1215,8 +1235,10 @@ module BudgeaClient
1215
1235
  #
1216
1236
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1217
1237
  # @param [Hash] opts the optional parameters
1238
+ # @option opts [String] :label filter investments using keywords in labels
1239
+ # @option opts [String] :code filter investments by ISIN codes
1218
1240
  # @option opts [String] :expand
1219
- # @return [Array<(InlineResponse20023, Fixnum, Hash)>] InlineResponse20023 data, response status code and response headers
1241
+ # @return [Array<(InlineResponse20024, Fixnum, Hash)>] InlineResponse20024 data, response status code and response headers
1220
1242
  def users_id_user_investments_get_with_http_info(id_user, opts = {})
1221
1243
  if @api_client.config.debugging
1222
1244
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_investments_get ...'
@@ -1230,6 +1252,8 @@ module BudgeaClient
1230
1252
 
1231
1253
  # query parameters
1232
1254
  query_params = {}
1255
+ query_params[:'label'] = opts[:'label'] if !opts[:'label'].nil?
1256
+ query_params[:'code'] = opts[:'code'] if !opts[:'code'].nil?
1233
1257
  query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
1234
1258
 
1235
1259
  # header parameters
@@ -1251,7 +1275,7 @@ module BudgeaClient
1251
1275
  :form_params => form_params,
1252
1276
  :body => post_body,
1253
1277
  :auth_names => auth_names,
1254
- :return_type => 'InlineResponse20023')
1278
+ :return_type => 'InlineResponse20024')
1255
1279
  if @api_client.config.debugging
1256
1280
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_investments_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1257
1281
  end
@@ -1263,7 +1287,7 @@ module BudgeaClient
1263
1287
  # @param id_investment
1264
1288
  # @param [Hash] opts the optional parameters
1265
1289
  # @option opts [String] :expand
1266
- # @return [InlineResponse20024]
1290
+ # @return [InlineResponse20025]
1267
1291
  def users_id_user_investments_id_investment_history_get(id_user, id_investment, opts = {})
1268
1292
  data, _status_code, _headers = users_id_user_investments_id_investment_history_get_with_http_info(id_user, id_investment, opts)
1269
1293
  data
@@ -1275,7 +1299,7 @@ module BudgeaClient
1275
1299
  # @param id_investment
1276
1300
  # @param [Hash] opts the optional parameters
1277
1301
  # @option opts [String] :expand
1278
- # @return [Array<(InlineResponse20024, Fixnum, Hash)>] InlineResponse20024 data, response status code and response headers
1302
+ # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
1279
1303
  def users_id_user_investments_id_investment_history_get_with_http_info(id_user, id_investment, opts = {})
1280
1304
  if @api_client.config.debugging
1281
1305
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_investments_id_investment_history_get ...'
@@ -1314,7 +1338,7 @@ module BudgeaClient
1314
1338
  :form_params => form_params,
1315
1339
  :body => post_body,
1316
1340
  :auth_names => auth_names,
1317
- :return_type => 'InlineResponse20024')
1341
+ :return_type => 'InlineResponse20025')
1318
1342
  if @api_client.config.debugging
1319
1343
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_investments_id_investment_history_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1320
1344
  end
@@ -1326,7 +1350,7 @@ module BudgeaClient
1326
1350
  # @param id_investment
1327
1351
  # @param [Hash] opts the optional parameters
1328
1352
  # @option opts [String] :expand
1329
- # @return [InlineResponse20025]
1353
+ # @return [InlineResponse20026]
1330
1354
  def users_id_user_investments_id_investment_pockets_get(id_user, id_investment, opts = {})
1331
1355
  data, _status_code, _headers = users_id_user_investments_id_investment_pockets_get_with_http_info(id_user, id_investment, opts)
1332
1356
  data
@@ -1338,7 +1362,7 @@ module BudgeaClient
1338
1362
  # @param id_investment
1339
1363
  # @param [Hash] opts the optional parameters
1340
1364
  # @option opts [String] :expand
1341
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
1365
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
1342
1366
  def users_id_user_investments_id_investment_pockets_get_with_http_info(id_user, id_investment, opts = {})
1343
1367
  if @api_client.config.debugging
1344
1368
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_investments_id_investment_pockets_get ...'
@@ -1377,7 +1401,7 @@ module BudgeaClient
1377
1401
  :form_params => form_params,
1378
1402
  :body => post_body,
1379
1403
  :auth_names => auth_names,
1380
- :return_type => 'InlineResponse20025')
1404
+ :return_type => 'InlineResponse20026')
1381
1405
  if @api_client.config.debugging
1382
1406
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_investments_id_investment_pockets_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1383
1407
  end
@@ -1462,7 +1486,7 @@ module BudgeaClient
1462
1486
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1463
1487
  # @param [Hash] opts the optional parameters
1464
1488
  # @option opts [String] :expand
1465
- # @return [InlineResponse20025]
1489
+ # @return [InlineResponse20026]
1466
1490
  def users_id_user_pockets_get(id_user, opts = {})
1467
1491
  data, _status_code, _headers = users_id_user_pockets_get_with_http_info(id_user, opts)
1468
1492
  data
@@ -1473,7 +1497,7 @@ module BudgeaClient
1473
1497
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1474
1498
  # @param [Hash] opts the optional parameters
1475
1499
  # @option opts [String] :expand
1476
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
1500
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
1477
1501
  def users_id_user_pockets_get_with_http_info(id_user, opts = {})
1478
1502
  if @api_client.config.debugging
1479
1503
  @api_client.config.logger.debug 'Calling API: WealthApi.users_id_user_pockets_get ...'
@@ -1508,7 +1532,7 @@ module BudgeaClient
1508
1532
  :form_params => form_params,
1509
1533
  :body => post_body,
1510
1534
  :auth_names => auth_names,
1511
- :return_type => 'InlineResponse20025')
1535
+ :return_type => 'InlineResponse20026')
1512
1536
  if @api_client.config.debugging
1513
1537
  @api_client.config.logger.debug "API called: WealthApi#users_id_user_pockets_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1514
1538
  end