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
@@ -60,13 +60,13 @@ nil (empty response body)
60
60
 
61
61
  ### HTTP request headers
62
62
 
63
- - **Content-Type**: application/json, multipart/form-data
63
+ - **Content-Type**: application/x-www-form-urlencoded
64
64
  - **Accept**: application/json
65
65
 
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
 
@@ -117,7 +117,7 @@ Name | Type | Description | Notes
117
117
 
118
118
  ### HTTP request headers
119
119
 
120
- - **Content-Type**: application/json, multipart/form-data
120
+ - **Content-Type**: application/x-www-form-urlencoded
121
121
  - **Accept**: application/json
122
122
 
123
123
 
@@ -170,7 +170,7 @@ nil (empty response body)
170
170
 
171
171
  ### HTTP request headers
172
172
 
173
- - **Content-Type**: application/json, multipart/form-data
173
+ - **Content-Type**: application/x-www-form-urlencoded
174
174
  - **Accept**: application/json
175
175
 
176
176
 
@@ -224,7 +224,7 @@ Name | Type | Description | Notes
224
224
 
225
225
  ### HTTP request headers
226
226
 
227
- - **Content-Type**: application/json, multipart/form-data
227
+ - **Content-Type**: application/x-www-form-urlencoded
228
228
  - **Accept**: application/json
229
229
 
230
230
 
@@ -277,7 +277,7 @@ nil (empty response body)
277
277
 
278
278
  ### HTTP request headers
279
279
 
280
- - **Content-Type**: application/json, multipart/form-data
280
+ - **Content-Type**: application/x-www-form-urlencoded
281
281
  - **Accept**: application/json
282
282
 
283
283
 
@@ -335,7 +335,7 @@ Name | Type | Description | Notes
335
335
 
336
336
  ### HTTP request headers
337
337
 
338
- - **Content-Type**: application/json, multipart/form-data
338
+ - **Content-Type**: application/x-www-form-urlencoded
339
339
  - **Accept**: application/json
340
340
 
341
341
 
@@ -393,7 +393,7 @@ Name | Type | Description | Notes
393
393
 
394
394
  ### HTTP request headers
395
395
 
396
- - **Content-Type**: application/json, multipart/form-data
396
+ - **Content-Type**: application/x-www-form-urlencoded
397
397
  - **Accept**: application/json
398
398
 
399
399
 
@@ -451,7 +451,7 @@ Name | Type | Description | Notes
451
451
 
452
452
  ### HTTP request headers
453
453
 
454
- - **Content-Type**: application/json, multipart/form-data
454
+ - **Content-Type**: application/x-www-form-urlencoded
455
455
  - **Accept**: application/json
456
456
 
457
457
 
@@ -512,7 +512,7 @@ Name | Type | Description | Notes
512
512
 
513
513
  ### HTTP request headers
514
514
 
515
- - **Content-Type**: application/json, multipart/form-data
515
+ - **Content-Type**: application/x-www-form-urlencoded
516
516
  - **Accept**: application/json
517
517
 
518
518
 
@@ -570,7 +570,7 @@ Name | Type | Description | Notes
570
570
 
571
571
  ### HTTP request headers
572
572
 
573
- - **Content-Type**: application/json, multipart/form-data
573
+ - **Content-Type**: application/x-www-form-urlencoded
574
574
  - **Accept**: application/json
575
575
 
576
576
 
@@ -628,7 +628,7 @@ Name | Type | Description | Notes
628
628
 
629
629
  ### HTTP request headers
630
630
 
631
- - **Content-Type**: application/json, multipart/form-data
631
+ - **Content-Type**: application/x-www-form-urlencoded
632
632
  - **Accept**: application/json
633
633
 
634
634
 
@@ -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
 
@@ -78,7 +78,7 @@ Name | Type | Description | Notes
78
78
 
79
79
  ### HTTP request headers
80
80
 
81
- - **Content-Type**: application/json, multipart/form-data
81
+ - **Content-Type**: application/x-www-form-urlencoded
82
82
  - **Accept**: application/json
83
83
 
84
84
 
@@ -143,13 +143,13 @@ nil (empty response body)
143
143
 
144
144
  ### HTTP request headers
145
145
 
146
- - **Content-Type**: application/json, multipart/form-data
146
+ - **Content-Type**: application/x-www-form-urlencoded
147
147
  - **Accept**: application/json
148
148
 
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
 
@@ -204,13 +208,13 @@ Name | Type | Description | Notes
204
208
 
205
209
  ### HTTP request headers
206
210
 
207
- - **Content-Type**: application/json, multipart/form-data
211
+ - **Content-Type**: application/x-www-form-urlencoded
208
212
  - **Accept**: application/json
209
213
 
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
 
@@ -268,13 +272,13 @@ Name | Type | Description | Notes
268
272
 
269
273
  ### HTTP request headers
270
274
 
271
- - **Content-Type**: application/json, multipart/form-data
275
+ - **Content-Type**: application/x-www-form-urlencoded
272
276
  - **Accept**: application/json
273
277
 
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
 
@@ -332,7 +336,7 @@ Name | Type | Description | Notes
332
336
 
333
337
  ### HTTP request headers
334
338
 
335
- - **Content-Type**: application/json, multipart/form-data
339
+ - **Content-Type**: application/x-www-form-urlencoded
336
340
  - **Accept**: application/json
337
341
 
338
342
 
@@ -403,13 +407,13 @@ nil (empty response body)
403
407
 
404
408
  ### HTTP request headers
405
409
 
406
- - **Content-Type**: application/json, multipart/form-data
410
+ - **Content-Type**: application/x-www-form-urlencoded
407
411
  - **Accept**: application/json
408
412
 
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
 
@@ -464,13 +468,13 @@ Name | Type | Description | Notes
464
468
 
465
469
  ### HTTP request headers
466
470
 
467
- - **Content-Type**: application/json, multipart/form-data
471
+ - **Content-Type**: application/x-www-form-urlencoded
468
472
  - **Accept**: application/json
469
473
 
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
 
@@ -528,13 +536,13 @@ Name | Type | Description | Notes
528
536
 
529
537
  ### HTTP request headers
530
538
 
531
- - **Content-Type**: application/json, multipart/form-data
539
+ - **Content-Type**: application/x-www-form-urlencoded
532
540
  - **Accept**: application/json
533
541
 
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
 
@@ -595,13 +603,13 @@ Name | Type | Description | Notes
595
603
 
596
604
  ### HTTP request headers
597
605
 
598
- - **Content-Type**: application/json, multipart/form-data
606
+ - **Content-Type**: application/x-www-form-urlencoded
599
607
  - **Accept**: application/json
600
608
 
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
 
@@ -662,7 +670,7 @@ Name | Type | Description | Notes
662
670
 
663
671
  ### HTTP request headers
664
672
 
665
- - **Content-Type**: application/json, multipart/form-data
673
+ - **Content-Type**: application/x-www-form-urlencoded
666
674
  - **Accept**: application/json
667
675
 
668
676
 
@@ -736,13 +744,13 @@ nil (empty response body)
736
744
 
737
745
  ### HTTP request headers
738
746
 
739
- - **Content-Type**: application/json, multipart/form-data
747
+ - **Content-Type**: application/x-www-form-urlencoded
740
748
  - **Accept**: application/json
741
749
 
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
 
@@ -800,13 +808,13 @@ Name | Type | Description | Notes
800
808
 
801
809
  ### HTTP request headers
802
810
 
803
- - **Content-Type**: application/json, multipart/form-data
811
+ - **Content-Type**: application/x-www-form-urlencoded
804
812
  - **Accept**: application/json
805
813
 
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
 
@@ -861,13 +873,13 @@ Name | Type | Description | Notes
861
873
 
862
874
  ### HTTP request headers
863
875
 
864
- - **Content-Type**: application/json, multipart/form-data
876
+ - **Content-Type**: application/x-www-form-urlencoded
865
877
  - **Accept**: application/json
866
878
 
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
 
@@ -925,13 +937,13 @@ Name | Type | Description | Notes
925
937
 
926
938
  ### HTTP request headers
927
939
 
928
- - **Content-Type**: application/json, multipart/form-data
940
+ - **Content-Type**: application/x-www-form-urlencoded
929
941
  - **Accept**: application/json
930
942
 
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
 
@@ -989,7 +1001,7 @@ Name | Type | Description | Notes
989
1001
 
990
1002
  ### HTTP request headers
991
1003
 
992
- - **Content-Type**: application/json, multipart/form-data
1004
+ - **Content-Type**: application/x-www-form-urlencoded
993
1005
  - **Accept**: application/json
994
1006
 
995
1007
 
@@ -1060,13 +1072,13 @@ nil (empty response body)
1060
1072
 
1061
1073
  ### HTTP request headers
1062
1074
 
1063
- - **Content-Type**: application/json, multipart/form-data
1075
+ - **Content-Type**: application/x-www-form-urlencoded
1064
1076
  - **Accept**: application/json
1065
1077
 
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
 
@@ -1121,13 +1133,13 @@ Name | Type | Description | Notes
1121
1133
 
1122
1134
  ### HTTP request headers
1123
1135
 
1124
- - **Content-Type**: application/json, multipart/form-data
1136
+ - **Content-Type**: application/x-www-form-urlencoded
1125
1137
  - **Accept**: application/json
1126
1138
 
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
 
@@ -1179,13 +1195,13 @@ Name | Type | Description | Notes
1179
1195
 
1180
1196
  ### HTTP request headers
1181
1197
 
1182
- - **Content-Type**: application/json, multipart/form-data
1198
+ - **Content-Type**: application/x-www-form-urlencoded
1183
1199
  - **Accept**: application/json
1184
1200
 
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
 
@@ -1240,13 +1256,13 @@ Name | Type | Description | Notes
1240
1256
 
1241
1257
  ### HTTP request headers
1242
1258
 
1243
- - **Content-Type**: application/json, multipart/form-data
1259
+ - **Content-Type**: application/x-www-form-urlencoded
1244
1260
  - **Accept**: application/json
1245
1261
 
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
 
@@ -1301,7 +1317,7 @@ Name | Type | Description | Notes
1301
1317
 
1302
1318
  ### HTTP request headers
1303
1319
 
1304
- - **Content-Type**: application/json, multipart/form-data
1320
+ - **Content-Type**: application/x-www-form-urlencoded
1305
1321
  - **Accept**: application/json
1306
1322
 
1307
1323
 
@@ -1369,13 +1385,13 @@ nil (empty response body)
1369
1385
 
1370
1386
  ### HTTP request headers
1371
1387
 
1372
- - **Content-Type**: application/json, multipart/form-data
1388
+ - **Content-Type**: application/x-www-form-urlencoded
1373
1389
  - **Accept**: application/json
1374
1390
 
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
 
@@ -1427,7 +1443,7 @@ Name | Type | Description | Notes
1427
1443
 
1428
1444
  ### HTTP request headers
1429
1445
 
1430
- - **Content-Type**: application/json, multipart/form-data
1446
+ - **Content-Type**: application/x-www-form-urlencoded
1431
1447
  - **Accept**: application/json
1432
1448
 
1433
1449