budgea_client 5.0.4 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
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
data/docs/TransfersApi.md CHANGED
@@ -47,7 +47,7 @@ Method | HTTP request | Description
47
47
 
48
48
 
49
49
  # **users_id_user_accounts_id_account_recipients_get**
50
- > InlineResponse20028 users_id_user_accounts_id_account_recipients_get(id_user, id_account, opts)
50
+ > InlineResponse20029 users_id_user_accounts_id_account_recipients_get(id_user, id_account, opts)
51
51
 
52
52
  Returns the list of recipients.
53
53
 
@@ -112,7 +112,7 @@ Name | Type | Description | Notes
112
112
 
113
113
  ### Return type
114
114
 
115
- [**InlineResponse20028**](InlineResponse20028.md)
115
+ [**InlineResponse20029**](InlineResponse20029.md)
116
116
 
117
117
  ### Authorization
118
118
 
@@ -192,7 +192,7 @@ Name | Type | Description | Notes
192
192
 
193
193
 
194
194
  # **users_id_user_accounts_id_account_recipients_id_recipient_transfers_get**
195
- > InlineResponse20029 users_id_user_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_account, id_recipient, opts)
195
+ > InlineResponse20030 users_id_user_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_account, id_recipient, opts)
196
196
 
197
197
  Get transfers
198
198
 
@@ -244,7 +244,7 @@ Name | Type | Description | Notes
244
244
 
245
245
  ### Return type
246
246
 
247
- [**InlineResponse20029**](InlineResponse20029.md)
247
+ [**InlineResponse20030**](InlineResponse20030.md)
248
248
 
249
249
  ### Authorization
250
250
 
@@ -467,7 +467,7 @@ Name | Type | Description | Notes
467
467
 
468
468
 
469
469
  # **users_id_user_accounts_id_account_transfers_get**
470
- > InlineResponse20029 users_id_user_accounts_id_account_transfers_get(id_user, id_account, opts)
470
+ > InlineResponse20030 users_id_user_accounts_id_account_transfers_get(id_user, id_account, opts)
471
471
 
472
472
  Get transfers
473
473
 
@@ -516,7 +516,7 @@ Name | Type | Description | Notes
516
516
 
517
517
  ### Return type
518
518
 
519
- [**InlineResponse20029**](InlineResponse20029.md)
519
+ [**InlineResponse20030**](InlineResponse20030.md)
520
520
 
521
521
  ### Authorization
522
522
 
@@ -730,7 +730,7 @@ Name | Type | Description | Notes
730
730
 
731
731
 
732
732
  # **users_id_user_connections_id_connection_accounts_id_account_recipients_get**
733
- > InlineResponse20028 users_id_user_connections_id_connection_accounts_id_account_recipients_get(id_user, id_connection, id_account, opts)
733
+ > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_recipients_get(id_user, id_connection, id_account, opts)
734
734
 
735
735
  Returns the list of recipients.
736
736
 
@@ -780,7 +780,7 @@ Name | Type | Description | Notes
780
780
 
781
781
  ### Return type
782
782
 
783
- [**InlineResponse20028**](InlineResponse20028.md)
783
+ [**InlineResponse20029**](InlineResponse20029.md)
784
784
 
785
785
  ### Authorization
786
786
 
@@ -863,7 +863,7 @@ Name | Type | Description | Notes
863
863
 
864
864
 
865
865
  # **users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get**
866
- > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_connection, id_account, id_recipient, opts)
866
+ > InlineResponse20030 users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_connection, id_account, id_recipient, opts)
867
867
 
868
868
  Get transfers
869
869
 
@@ -918,7 +918,7 @@ Name | Type | Description | Notes
918
918
 
919
919
  ### Return type
920
920
 
921
- [**InlineResponse20029**](InlineResponse20029.md)
921
+ [**InlineResponse20030**](InlineResponse20030.md)
922
922
 
923
923
  ### Authorization
924
924
 
@@ -1150,7 +1150,7 @@ Name | Type | Description | Notes
1150
1150
 
1151
1151
 
1152
1152
  # **users_id_user_connections_id_connection_accounts_id_account_transfers_get**
1153
- > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_transfers_get(id_user, id_connection, id_account, opts)
1153
+ > InlineResponse20030 users_id_user_connections_id_connection_accounts_id_account_transfers_get(id_user, id_connection, id_account, opts)
1154
1154
 
1155
1155
  Get transfers
1156
1156
 
@@ -1202,7 +1202,7 @@ Name | Type | Description | Notes
1202
1202
 
1203
1203
  ### Return type
1204
1204
 
1205
- [**InlineResponse20029**](InlineResponse20029.md)
1205
+ [**InlineResponse20030**](InlineResponse20030.md)
1206
1206
 
1207
1207
  ### Authorization
1208
1208
 
@@ -1425,7 +1425,7 @@ Name | Type | Description | Notes
1425
1425
 
1426
1426
 
1427
1427
  # **users_id_user_connections_id_connection_recipients_get**
1428
- > InlineResponse20028 users_id_user_connections_id_connection_recipients_get(id_user, id_connection, opts)
1428
+ > InlineResponse20029 users_id_user_connections_id_connection_recipients_get(id_user, id_connection, opts)
1429
1429
 
1430
1430
  Returns the list of recipients.
1431
1431
 
@@ -1472,7 +1472,7 @@ Name | Type | Description | Notes
1472
1472
 
1473
1473
  ### Return type
1474
1474
 
1475
- [**InlineResponse20028**](InlineResponse20028.md)
1475
+ [**InlineResponse20029**](InlineResponse20029.md)
1476
1476
 
1477
1477
  ### Authorization
1478
1478
 
@@ -1552,7 +1552,7 @@ Name | Type | Description | Notes
1552
1552
 
1553
1553
 
1554
1554
  # **users_id_user_connections_id_connection_recipients_id_recipient_transfers_get**
1555
- > InlineResponse20029 users_id_user_connections_id_connection_recipients_id_recipient_transfers_get(id_user, id_connection, id_recipient, opts)
1555
+ > InlineResponse20030 users_id_user_connections_id_connection_recipients_id_recipient_transfers_get(id_user, id_connection, id_recipient, opts)
1556
1556
 
1557
1557
  Get transfers
1558
1558
 
@@ -1604,7 +1604,7 @@ Name | Type | Description | Notes
1604
1604
 
1605
1605
  ### Return type
1606
1606
 
1607
- [**InlineResponse20029**](InlineResponse20029.md)
1607
+ [**InlineResponse20030**](InlineResponse20030.md)
1608
1608
 
1609
1609
  ### Authorization
1610
1610
 
@@ -1827,7 +1827,7 @@ Name | Type | Description | Notes
1827
1827
 
1828
1828
 
1829
1829
  # **users_id_user_connections_id_connection_transfers_get**
1830
- > InlineResponse20029 users_id_user_connections_id_connection_transfers_get(id_user, id_connection, opts)
1830
+ > InlineResponse20030 users_id_user_connections_id_connection_transfers_get(id_user, id_connection, opts)
1831
1831
 
1832
1832
  Get transfers
1833
1833
 
@@ -1876,7 +1876,7 @@ Name | Type | Description | Notes
1876
1876
 
1877
1877
  ### Return type
1878
1878
 
1879
- [**InlineResponse20029**](InlineResponse20029.md)
1879
+ [**InlineResponse20030**](InlineResponse20030.md)
1880
1880
 
1881
1881
  ### Authorization
1882
1882
 
@@ -2090,7 +2090,7 @@ Name | Type | Description | Notes
2090
2090
 
2091
2091
 
2092
2092
  # **users_id_user_recipients_get**
2093
- > InlineResponse20028 users_id_user_recipients_get(id_user, opts)
2093
+ > InlineResponse20029 users_id_user_recipients_get(id_user, opts)
2094
2094
 
2095
2095
  Returns the list of recipients.
2096
2096
 
@@ -2134,7 +2134,7 @@ Name | Type | Description | Notes
2134
2134
 
2135
2135
  ### Return type
2136
2136
 
2137
- [**InlineResponse20028**](InlineResponse20028.md)
2137
+ [**InlineResponse20029**](InlineResponse20029.md)
2138
2138
 
2139
2139
  ### Authorization
2140
2140
 
@@ -2211,7 +2211,7 @@ Name | Type | Description | Notes
2211
2211
 
2212
2212
 
2213
2213
  # **users_id_user_recipients_id_recipient_transfers_get**
2214
- > InlineResponse20029 users_id_user_recipients_id_recipient_transfers_get(id_user, id_recipient, opts)
2214
+ > InlineResponse20030 users_id_user_recipients_id_recipient_transfers_get(id_user, id_recipient, opts)
2215
2215
 
2216
2216
  Get transfers
2217
2217
 
@@ -2260,7 +2260,7 @@ Name | Type | Description | Notes
2260
2260
 
2261
2261
  ### Return type
2262
2262
 
2263
- [**InlineResponse20029**](InlineResponse20029.md)
2263
+ [**InlineResponse20030**](InlineResponse20030.md)
2264
2264
 
2265
2265
  ### Authorization
2266
2266
 
@@ -2474,7 +2474,7 @@ Name | Type | Description | Notes
2474
2474
 
2475
2475
 
2476
2476
  # **users_id_user_transfers_get**
2477
- > InlineResponse20029 users_id_user_transfers_get(id_user, opts)
2477
+ > InlineResponse20030 users_id_user_transfers_get(id_user, opts)
2478
2478
 
2479
2479
  Get transfers
2480
2480
 
@@ -2520,7 +2520,7 @@ Name | Type | Description | Notes
2520
2520
 
2521
2521
  ### Return type
2522
2522
 
2523
- [**InlineResponse20029**](InlineResponse20029.md)
2523
+ [**InlineResponse20030**](InlineResponse20030.md)
2524
2524
 
2525
2525
  ### Authorization
2526
2526
 
@@ -66,7 +66,7 @@ nil (empty response body)
66
66
 
67
67
 
68
68
  # **users_get**
69
- > InlineResponse20021 users_get(opts)
69
+ > InlineResponse20022 users_get(opts)
70
70
 
71
71
  Get users
72
72
 
@@ -109,7 +109,7 @@ Name | Type | Description | Notes
109
109
 
110
110
  ### Return type
111
111
 
112
- [**InlineResponse20021**](InlineResponse20021.md)
112
+ [**InlineResponse20022**](InlineResponse20022.md)
113
113
 
114
114
  ### Authorization
115
115
 
data/docs/WealthApi.md CHANGED
@@ -4,7 +4,7 @@ All URIs are relative to *https://demo.biapi.pro/2.0/*
4
4
 
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
- [**finance_securities_get**](WealthApi.md#finance_securities_get) | **GET** /finance/securities | Get securities
7
+ [**finance_securities_get**](WealthApi.md#finance_securities_get) | **GET** /finance/securities | Get finance securities
8
8
  [**finance_securities_id_security_history_get**](WealthApi.md#finance_securities_id_security_history_get) | **GET** /finance/securities/{id_security}/history | Get connection logs
9
9
  [**users_id_user_accounts_id_account_investments_get**](WealthApi.md#users_id_user_accounts_id_account_investments_get) | **GET** /users/{id_user}/accounts/{id_account}/investments | Get investments
10
10
  [**users_id_user_accounts_id_account_investments_id_investment_history_get**](WealthApi.md#users_id_user_accounts_id_account_investments_id_investment_history_get) | **GET** /users/{id_user}/accounts/{id_account}/investments/{id_investment}/history | Get investment values
@@ -29,9 +29,9 @@ Method | HTTP request | Description
29
29
 
30
30
 
31
31
  # **finance_securities_get**
32
- > InlineResponse20018 finance_securities_get(opts)
32
+ > InlineResponse20019 finance_securities_get(opts)
33
33
 
34
- Get securities
34
+ Get finance securities
35
35
 
36
36
 
37
37
 
@@ -54,7 +54,7 @@ opts = {
54
54
  }
55
55
 
56
56
  begin
57
- #Get securities
57
+ #Get finance securities
58
58
  result = api_instance.finance_securities_get(opts)
59
59
  p result
60
60
  rescue BudgeaClient::ApiError => e
@@ -70,7 +70,7 @@ Name | Type | Description | Notes
70
70
 
71
71
  ### Return type
72
72
 
73
- [**InlineResponse20018**](InlineResponse20018.md)
73
+ [**InlineResponse20019**](InlineResponse20019.md)
74
74
 
75
75
  ### Authorization
76
76
 
@@ -149,7 +149,7 @@ nil (empty response body)
149
149
 
150
150
 
151
151
  # **users_id_user_accounts_id_account_investments_get**
152
- > InlineResponse20023 users_id_user_accounts_id_account_investments_get(id_user, id_account, opts)
152
+ > InlineResponse20024 users_id_user_accounts_id_account_investments_get(id_user, id_account, opts)
153
153
 
154
154
  Get investments
155
155
 
@@ -174,6 +174,8 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
174
174
  id_account = 56 # Integer |
175
175
 
176
176
  opts = {
177
+ label: 'label_example', # String | filter investments using keywords in labels
178
+ code: 'code_example', # String | filter investments by ISIN codes
177
179
  expand: 'expand_example' # String |
178
180
  }
179
181
 
@@ -192,11 +194,13 @@ Name | Type | Description | Notes
192
194
  ------------- | ------------- | ------------- | -------------
193
195
  **id_user** | **String**| Hint: you can use 'me' or 'all' |
194
196
  **id_account** | **Integer**| |
197
+ **label** | **String**| filter investments using keywords in labels | [optional]
198
+ **code** | **String**| filter investments by ISIN codes | [optional]
195
199
  **expand** | **String**| | [optional]
196
200
 
197
201
  ### Return type
198
202
 
199
- [**InlineResponse20023**](InlineResponse20023.md)
203
+ [**InlineResponse20024**](InlineResponse20024.md)
200
204
 
201
205
  ### Authorization
202
206
 
@@ -210,7 +214,7 @@ Name | Type | Description | Notes
210
214
 
211
215
 
212
216
  # **users_id_user_accounts_id_account_investments_id_investment_history_get**
213
- > InlineResponse20024 users_id_user_accounts_id_account_investments_id_investment_history_get(id_user, id_account, id_investment, opts)
217
+ > InlineResponse20025 users_id_user_accounts_id_account_investments_id_investment_history_get(id_user, id_account, id_investment, opts)
214
218
 
215
219
  Get investment values
216
220
 
@@ -260,7 +264,7 @@ Name | Type | Description | Notes
260
264
 
261
265
  ### Return type
262
266
 
263
- [**InlineResponse20024**](InlineResponse20024.md)
267
+ [**InlineResponse20025**](InlineResponse20025.md)
264
268
 
265
269
  ### Authorization
266
270
 
@@ -274,7 +278,7 @@ Name | Type | Description | Notes
274
278
 
275
279
 
276
280
  # **users_id_user_accounts_id_account_investments_id_investment_pockets_get**
277
- > InlineResponse20025 users_id_user_accounts_id_account_investments_id_investment_pockets_get(id_user, id_account, id_investment, opts)
281
+ > InlineResponse20026 users_id_user_accounts_id_account_investments_id_investment_pockets_get(id_user, id_account, id_investment, opts)
278
282
 
279
283
  Get pockets
280
284
 
@@ -324,7 +328,7 @@ Name | Type | Description | Notes
324
328
 
325
329
  ### Return type
326
330
 
327
- [**InlineResponse20025**](InlineResponse20025.md)
331
+ [**InlineResponse20026**](InlineResponse20026.md)
328
332
 
329
333
  ### Authorization
330
334
 
@@ -409,7 +413,7 @@ nil (empty response body)
409
413
 
410
414
 
411
415
  # **users_id_user_accounts_id_account_pockets_get**
412
- > InlineResponse20025 users_id_user_accounts_id_account_pockets_get(id_user, id_account, opts)
416
+ > InlineResponse20026 users_id_user_accounts_id_account_pockets_get(id_user, id_account, opts)
413
417
 
414
418
  Get pockets
415
419
 
@@ -456,7 +460,7 @@ Name | Type | Description | Notes
456
460
 
457
461
  ### Return type
458
462
 
459
- [**InlineResponse20025**](InlineResponse20025.md)
463
+ [**InlineResponse20026**](InlineResponse20026.md)
460
464
 
461
465
  ### Authorization
462
466
 
@@ -470,7 +474,7 @@ Name | Type | Description | Notes
470
474
 
471
475
 
472
476
  # **users_id_user_connections_id_connection_accounts_id_account_investments_get**
473
- > InlineResponse20023 users_id_user_connections_id_connection_accounts_id_account_investments_get(id_user, id_connection, id_account, opts)
477
+ > InlineResponse20024 users_id_user_connections_id_connection_accounts_id_account_investments_get(id_user, id_connection, id_account, opts)
474
478
 
475
479
  Get investments
476
480
 
@@ -497,6 +501,8 @@ id_connection = 56 # Integer |
497
501
  id_account = 56 # Integer |
498
502
 
499
503
  opts = {
504
+ label: 'label_example', # String | filter investments using keywords in labels
505
+ code: 'code_example', # String | filter investments by ISIN codes
500
506
  expand: 'expand_example' # String |
501
507
  }
502
508
 
@@ -516,11 +522,13 @@ Name | Type | Description | Notes
516
522
  **id_user** | **String**| Hint: you can use 'me' or 'all' |
517
523
  **id_connection** | **Integer**| |
518
524
  **id_account** | **Integer**| |
525
+ **label** | **String**| filter investments using keywords in labels | [optional]
526
+ **code** | **String**| filter investments by ISIN codes | [optional]
519
527
  **expand** | **String**| | [optional]
520
528
 
521
529
  ### Return type
522
530
 
523
- [**InlineResponse20023**](InlineResponse20023.md)
531
+ [**InlineResponse20024**](InlineResponse20024.md)
524
532
 
525
533
  ### Authorization
526
534
 
@@ -534,7 +542,7 @@ Name | Type | Description | Notes
534
542
 
535
543
 
536
544
  # **users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get**
537
- > InlineResponse20024 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get(id_user, id_connection, id_account, id_investment, opts)
545
+ > InlineResponse20025 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_history_get(id_user, id_connection, id_account, id_investment, opts)
538
546
 
539
547
  Get investment values
540
548
 
@@ -587,7 +595,7 @@ Name | Type | Description | Notes
587
595
 
588
596
  ### Return type
589
597
 
590
- [**InlineResponse20024**](InlineResponse20024.md)
598
+ [**InlineResponse20025**](InlineResponse20025.md)
591
599
 
592
600
  ### Authorization
593
601
 
@@ -601,7 +609,7 @@ Name | Type | Description | Notes
601
609
 
602
610
 
603
611
  # **users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get**
604
- > InlineResponse20025 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get(id_user, id_connection, id_account, id_investment, opts)
612
+ > InlineResponse20026 users_id_user_connections_id_connection_accounts_id_account_investments_id_investment_pockets_get(id_user, id_connection, id_account, id_investment, opts)
605
613
 
606
614
  Get pockets
607
615
 
@@ -654,7 +662,7 @@ Name | Type | Description | Notes
654
662
 
655
663
  ### Return type
656
664
 
657
- [**InlineResponse20025**](InlineResponse20025.md)
665
+ [**InlineResponse20026**](InlineResponse20026.md)
658
666
 
659
667
  ### Authorization
660
668
 
@@ -742,7 +750,7 @@ nil (empty response body)
742
750
 
743
751
 
744
752
  # **users_id_user_connections_id_connection_accounts_id_account_pockets_get**
745
- > InlineResponse20025 users_id_user_connections_id_connection_accounts_id_account_pockets_get(id_user, id_connection, id_account, opts)
753
+ > InlineResponse20026 users_id_user_connections_id_connection_accounts_id_account_pockets_get(id_user, id_connection, id_account, opts)
746
754
 
747
755
  Get pockets
748
756
 
@@ -792,7 +800,7 @@ Name | Type | Description | Notes
792
800
 
793
801
  ### Return type
794
802
 
795
- [**InlineResponse20025**](InlineResponse20025.md)
803
+ [**InlineResponse20026**](InlineResponse20026.md)
796
804
 
797
805
  ### Authorization
798
806
 
@@ -806,7 +814,7 @@ Name | Type | Description | Notes
806
814
 
807
815
 
808
816
  # **users_id_user_connections_id_connection_investments_get**
809
- > InlineResponse20023 users_id_user_connections_id_connection_investments_get(id_user, id_connection, opts)
817
+ > InlineResponse20024 users_id_user_connections_id_connection_investments_get(id_user, id_connection, opts)
810
818
 
811
819
  Get investments
812
820
 
@@ -831,6 +839,8 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
831
839
  id_connection = 56 # Integer |
832
840
 
833
841
  opts = {
842
+ label: 'label_example', # String | filter investments using keywords in labels
843
+ code: 'code_example', # String | filter investments by ISIN codes
834
844
  expand: 'expand_example' # String |
835
845
  }
836
846
 
@@ -849,11 +859,13 @@ Name | Type | Description | Notes
849
859
  ------------- | ------------- | ------------- | -------------
850
860
  **id_user** | **String**| Hint: you can use 'me' or 'all' |
851
861
  **id_connection** | **Integer**| |
862
+ **label** | **String**| filter investments using keywords in labels | [optional]
863
+ **code** | **String**| filter investments by ISIN codes | [optional]
852
864
  **expand** | **String**| | [optional]
853
865
 
854
866
  ### Return type
855
867
 
856
- [**InlineResponse20023**](InlineResponse20023.md)
868
+ [**InlineResponse20024**](InlineResponse20024.md)
857
869
 
858
870
  ### Authorization
859
871
 
@@ -867,7 +879,7 @@ Name | Type | Description | Notes
867
879
 
868
880
 
869
881
  # **users_id_user_connections_id_connection_investments_id_investment_history_get**
870
- > InlineResponse20024 users_id_user_connections_id_connection_investments_id_investment_history_get(id_user, id_connection, id_investment, opts)
882
+ > InlineResponse20025 users_id_user_connections_id_connection_investments_id_investment_history_get(id_user, id_connection, id_investment, opts)
871
883
 
872
884
  Get investment values
873
885
 
@@ -917,7 +929,7 @@ Name | Type | Description | Notes
917
929
 
918
930
  ### Return type
919
931
 
920
- [**InlineResponse20024**](InlineResponse20024.md)
932
+ [**InlineResponse20025**](InlineResponse20025.md)
921
933
 
922
934
  ### Authorization
923
935
 
@@ -931,7 +943,7 @@ Name | Type | Description | Notes
931
943
 
932
944
 
933
945
  # **users_id_user_connections_id_connection_investments_id_investment_pockets_get**
934
- > InlineResponse20025 users_id_user_connections_id_connection_investments_id_investment_pockets_get(id_user, id_connection, id_investment, opts)
946
+ > InlineResponse20026 users_id_user_connections_id_connection_investments_id_investment_pockets_get(id_user, id_connection, id_investment, opts)
935
947
 
936
948
  Get pockets
937
949
 
@@ -981,7 +993,7 @@ Name | Type | Description | Notes
981
993
 
982
994
  ### Return type
983
995
 
984
- [**InlineResponse20025**](InlineResponse20025.md)
996
+ [**InlineResponse20026**](InlineResponse20026.md)
985
997
 
986
998
  ### Authorization
987
999
 
@@ -1066,7 +1078,7 @@ nil (empty response body)
1066
1078
 
1067
1079
 
1068
1080
  # **users_id_user_connections_id_connection_pockets_get**
1069
- > InlineResponse20025 users_id_user_connections_id_connection_pockets_get(id_user, id_connection, opts)
1081
+ > InlineResponse20026 users_id_user_connections_id_connection_pockets_get(id_user, id_connection, opts)
1070
1082
 
1071
1083
  Get pockets
1072
1084
 
@@ -1113,7 +1125,7 @@ Name | Type | Description | Notes
1113
1125
 
1114
1126
  ### Return type
1115
1127
 
1116
- [**InlineResponse20025**](InlineResponse20025.md)
1128
+ [**InlineResponse20026**](InlineResponse20026.md)
1117
1129
 
1118
1130
  ### Authorization
1119
1131
 
@@ -1127,7 +1139,7 @@ Name | Type | Description | Notes
1127
1139
 
1128
1140
 
1129
1141
  # **users_id_user_investments_get**
1130
- > InlineResponse20023 users_id_user_investments_get(id_user, opts)
1142
+ > InlineResponse20024 users_id_user_investments_get(id_user, opts)
1131
1143
 
1132
1144
  Get investments
1133
1145
 
@@ -1150,6 +1162,8 @@ api_instance = BudgeaClient::WealthApi.new
1150
1162
  id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
1151
1163
 
1152
1164
  opts = {
1165
+ label: 'label_example', # String | filter investments using keywords in labels
1166
+ code: 'code_example', # String | filter investments by ISIN codes
1153
1167
  expand: 'expand_example' # String |
1154
1168
  }
1155
1169
 
@@ -1167,11 +1181,13 @@ end
1167
1181
  Name | Type | Description | Notes
1168
1182
  ------------- | ------------- | ------------- | -------------
1169
1183
  **id_user** | **String**| Hint: you can use 'me' or 'all' |
1184
+ **label** | **String**| filter investments using keywords in labels | [optional]
1185
+ **code** | **String**| filter investments by ISIN codes | [optional]
1170
1186
  **expand** | **String**| | [optional]
1171
1187
 
1172
1188
  ### Return type
1173
1189
 
1174
- [**InlineResponse20023**](InlineResponse20023.md)
1190
+ [**InlineResponse20024**](InlineResponse20024.md)
1175
1191
 
1176
1192
  ### Authorization
1177
1193
 
@@ -1185,7 +1201,7 @@ Name | Type | Description | Notes
1185
1201
 
1186
1202
 
1187
1203
  # **users_id_user_investments_id_investment_history_get**
1188
- > InlineResponse20024 users_id_user_investments_id_investment_history_get(id_user, id_investment, opts)
1204
+ > InlineResponse20025 users_id_user_investments_id_investment_history_get(id_user, id_investment, opts)
1189
1205
 
1190
1206
  Get investment values
1191
1207
 
@@ -1232,7 +1248,7 @@ Name | Type | Description | Notes
1232
1248
 
1233
1249
  ### Return type
1234
1250
 
1235
- [**InlineResponse20024**](InlineResponse20024.md)
1251
+ [**InlineResponse20025**](InlineResponse20025.md)
1236
1252
 
1237
1253
  ### Authorization
1238
1254
 
@@ -1246,7 +1262,7 @@ Name | Type | Description | Notes
1246
1262
 
1247
1263
 
1248
1264
  # **users_id_user_investments_id_investment_pockets_get**
1249
- > InlineResponse20025 users_id_user_investments_id_investment_pockets_get(id_user, id_investment, opts)
1265
+ > InlineResponse20026 users_id_user_investments_id_investment_pockets_get(id_user, id_investment, opts)
1250
1266
 
1251
1267
  Get pockets
1252
1268
 
@@ -1293,7 +1309,7 @@ Name | Type | Description | Notes
1293
1309
 
1294
1310
  ### Return type
1295
1311
 
1296
- [**InlineResponse20025**](InlineResponse20025.md)
1312
+ [**InlineResponse20026**](InlineResponse20026.md)
1297
1313
 
1298
1314
  ### Authorization
1299
1315
 
@@ -1375,7 +1391,7 @@ nil (empty response body)
1375
1391
 
1376
1392
 
1377
1393
  # **users_id_user_pockets_get**
1378
- > InlineResponse20025 users_id_user_pockets_get(id_user, opts)
1394
+ > InlineResponse20026 users_id_user_pockets_get(id_user, opts)
1379
1395
 
1380
1396
  Get pockets
1381
1397
 
@@ -1419,7 +1435,7 @@ Name | Type | Description | Notes
1419
1435
 
1420
1436
  ### Return type
1421
1437
 
1422
- [**InlineResponse20025**](InlineResponse20025.md)
1438
+ [**InlineResponse20026**](InlineResponse20026.md)
1423
1439
 
1424
1440
  ### Authorization
1425
1441