budgea_client 5.0.3 → 5.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +4 -4
  4. data/README.md +19 -6
  5. data/budgea_client.gemspec +1 -1
  6. data/budgea_openapi.json +1624 -1420
  7. data/config.json +1 -1
  8. data/docs/Account.md +1 -0
  9. data/docs/AdministrationApi.md +12 -12
  10. data/docs/BanksApi.md +267 -52
  11. data/docs/Connection.md +2 -0
  12. data/docs/ConnectionsApi.md +255 -40
  13. data/docs/DocumentsApi.md +2 -2
  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/PFMApi.md +9 -9
  30. data/docs/ProvidersApi.md +257 -42
  31. data/docs/TermsApi.md +72 -7
  32. data/docs/TransfersApi.md +24 -24
  33. data/docs/UsersManagementApi.md +2 -2
  34. data/docs/WealthApi.md +53 -37
  35. data/lib/budgea_client.rb +1 -1
  36. data/lib/budgea_client/api/administration_api.rb +14 -14
  37. data/lib/budgea_client/api/authentication_api.rb +1 -1
  38. data/lib/budgea_client/api/banks_api.rb +278 -78
  39. data/lib/budgea_client/api/connections_api.rb +260 -60
  40. data/lib/budgea_client/api/documents_api.rb +4 -4
  41. data/lib/budgea_client/api/ocr_api.rb +1 -1
  42. data/lib/budgea_client/api/oidc_api.rb +1 -1
  43. data/lib/budgea_client/api/pfm_api.rb +12 -12
  44. data/lib/budgea_client/api/providers_api.rb +263 -63
  45. data/lib/budgea_client/api/recipients_api.rb +1 -1
  46. data/lib/budgea_client/api/terms_api.rb +76 -10
  47. data/lib/budgea_client/api/transfer_api.rb +1 -1
  48. data/lib/budgea_client/api/transfers_api.rb +37 -37
  49. data/lib/budgea_client/api/users_management_api.rb +4 -4
  50. data/lib/budgea_client/api/wealth_api.rb +78 -54
  51. data/lib/budgea_client/api_client.rb +3 -1
  52. data/lib/budgea_client/api_error.rb +1 -1
  53. data/lib/budgea_client/configuration.rb +1 -1
  54. data/lib/budgea_client/models/access.rb +3 -2
  55. data/lib/budgea_client/models/account.rb +15 -3
  56. data/lib/budgea_client/models/account_log.rb +3 -2
  57. data/lib/budgea_client/models/account_type.rb +3 -2
  58. data/lib/budgea_client/models/alert.rb +3 -2
  59. data/lib/budgea_client/models/auth_provider.rb +3 -2
  60. data/lib/budgea_client/models/category.rb +3 -2
  61. data/lib/budgea_client/models/certificate.rb +3 -2
  62. data/lib/budgea_client/models/client.rb +3 -2
  63. data/lib/budgea_client/models/config_log.rb +3 -2
  64. data/lib/budgea_client/models/connection.rb +59 -3
  65. data/lib/budgea_client/models/connection_log.rb +3 -2
  66. data/lib/budgea_client/models/connection_source.rb +3 -2
  67. data/lib/budgea_client/models/connector.rb +3 -2
  68. data/lib/budgea_client/models/connector_category.rb +3 -2
  69. data/lib/budgea_client/models/connector_logo.rb +3 -2
  70. data/lib/budgea_client/models/connector_source.rb +3 -2
  71. data/lib/budgea_client/models/currency.rb +3 -2
  72. data/lib/budgea_client/models/device.rb +3 -2
  73. data/lib/budgea_client/models/document.rb +3 -2
  74. data/lib/budgea_client/models/document_type.rb +3 -2
  75. data/lib/budgea_client/models/field.rb +3 -2
  76. data/lib/budgea_client/models/field_value.rb +3 -2
  77. data/lib/budgea_client/models/file.rb +3 -2
  78. data/lib/budgea_client/models/group.rb +3 -2
  79. data/lib/budgea_client/models/hash_table.rb +3 -2
  80. data/lib/budgea_client/models/inline_response_200.rb +3 -2
  81. data/lib/budgea_client/models/inline_response_200_1.rb +3 -2
  82. data/lib/budgea_client/models/inline_response_200_10.rb +3 -2
  83. data/lib/budgea_client/models/inline_response_200_11.rb +3 -2
  84. data/lib/budgea_client/models/inline_response_200_12.rb +3 -2
  85. data/lib/budgea_client/models/inline_response_200_13.rb +3 -2
  86. data/lib/budgea_client/models/inline_response_200_14.rb +3 -2
  87. data/lib/budgea_client/models/inline_response_200_15.rb +3 -2
  88. data/lib/budgea_client/models/inline_response_200_16.rb +14 -13
  89. data/lib/budgea_client/models/inline_response_200_17.rb +21 -20
  90. data/lib/budgea_client/models/inline_response_200_18.rb +21 -20
  91. data/lib/budgea_client/models/inline_response_200_19.rb +21 -20
  92. data/lib/budgea_client/models/inline_response_200_2.rb +3 -2
  93. data/lib/budgea_client/models/inline_response_200_20.rb +21 -20
  94. data/lib/budgea_client/models/inline_response_200_21.rb +21 -20
  95. data/lib/budgea_client/models/inline_response_200_22.rb +14 -13
  96. data/lib/budgea_client/models/inline_response_200_23.rb +14 -13
  97. data/lib/budgea_client/models/inline_response_200_24.rb +21 -20
  98. data/lib/budgea_client/models/inline_response_200_25.rb +21 -20
  99. data/lib/budgea_client/models/inline_response_200_26.rb +14 -13
  100. data/lib/budgea_client/models/inline_response_200_27.rb +14 -13
  101. data/lib/budgea_client/models/inline_response_200_28.rb +14 -13
  102. data/lib/budgea_client/models/inline_response_200_29.rb +21 -20
  103. data/lib/budgea_client/models/inline_response_200_3.rb +3 -2
  104. data/lib/budgea_client/models/inline_response_200_30.rb +14 -13
  105. data/lib/budgea_client/models/inline_response_200_31.rb +3 -2
  106. data/lib/budgea_client/models/inline_response_200_32.rb +3 -2
  107. data/lib/budgea_client/models/inline_response_200_33.rb +3 -2
  108. data/lib/budgea_client/models/inline_response_200_34.rb +3 -2
  109. data/lib/budgea_client/models/inline_response_200_35.rb +3 -2
  110. data/lib/budgea_client/models/inline_response_200_36.rb +3 -2
  111. data/lib/budgea_client/models/inline_response_200_37.rb +3 -2
  112. data/lib/budgea_client/models/inline_response_200_38.rb +3 -2
  113. data/lib/budgea_client/models/inline_response_200_39.rb +3 -2
  114. data/lib/budgea_client/models/inline_response_200_4.rb +3 -2
  115. data/lib/budgea_client/models/inline_response_200_40.rb +3 -2
  116. data/lib/budgea_client/models/inline_response_200_41.rb +3 -2
  117. data/lib/budgea_client/models/inline_response_200_42.rb +3 -2
  118. data/lib/budgea_client/models/inline_response_200_5.rb +3 -2
  119. data/lib/budgea_client/models/inline_response_200_6.rb +3 -2
  120. data/lib/budgea_client/models/inline_response_200_7.rb +3 -2
  121. data/lib/budgea_client/models/inline_response_200_8.rb +3 -2
  122. data/lib/budgea_client/models/inline_response_200_9.rb +3 -2
  123. data/lib/budgea_client/models/investment.rb +3 -2
  124. data/lib/budgea_client/models/investment_value.rb +3 -2
  125. data/lib/budgea_client/models/keyword.rb +3 -2
  126. data/lib/budgea_client/models/locked_user.rb +3 -2
  127. data/lib/budgea_client/models/oidc_whitelist.rb +3 -2
  128. data/lib/budgea_client/models/order.rb +3 -2
  129. data/lib/budgea_client/models/pocket.rb +3 -2
  130. data/lib/budgea_client/models/profile.rb +3 -2
  131. data/lib/budgea_client/models/project.rb +3 -2
  132. data/lib/budgea_client/models/project_type.rb +3 -2
  133. data/lib/budgea_client/models/recipient.rb +3 -2
  134. data/lib/budgea_client/models/recipient_log.rb +3 -2
  135. data/lib/budgea_client/models/security.rb +3 -2
  136. data/lib/budgea_client/models/subscription.rb +3 -2
  137. data/lib/budgea_client/models/subscription_log.rb +3 -2
  138. data/lib/budgea_client/models/terms_of_service.rb +3 -2
  139. data/lib/budgea_client/models/transaction.rb +3 -2
  140. data/lib/budgea_client/models/transaction_information.rb +3 -2
  141. data/lib/budgea_client/models/transactions_cluster.rb +3 -2
  142. data/lib/budgea_client/models/transfer.rb +3 -2
  143. data/lib/budgea_client/models/transfer_log.rb +3 -2
  144. data/lib/budgea_client/models/user.rb +3 -2
  145. data/lib/budgea_client/models/user_alert.rb +3 -2
  146. data/lib/budgea_client/models/webhook.rb +3 -2
  147. data/lib/budgea_client/models/webhook_data.rb +3 -2
  148. data/lib/budgea_client/models/webhook_log.rb +3 -2
  149. data/lib/budgea_client/version.rb +2 -2
  150. data/original_budgea_openapi.json +1559 -1474
  151. data/pkg/budgea_client-5.0.3.gem +0 -0
  152. metadata +3 -4
  153. data/lib/budgea_client/api/hub_api.rb +0 -76
  154. data/lib/budgea_client/models/invite.rb +0 -238
@@ -5,13 +5,14 @@ All URIs are relative to *https://demo.biapi.pro/2.0/*
5
5
  Method | HTTP request | Description
6
6
  ------------- | ------------- | -------------
7
7
  [**terms_get**](TermsApi.md#terms_get) | **GET** /terms | Return the current terms and the content of the associated file
8
+ [**terms_id_term_post**](TermsApi.md#terms_id_term_post) | **POST** /terms/{id_term} | Add terms content for a language. Only for the active terms, there is no use to update obsolete terms
8
9
  [**terms_post**](TermsApi.md#terms_post) | **POST** /terms | Register a version of 'Terms of Service' in database
9
10
  [**users_id_user_terms_get**](TermsApi.md#users_id_user_terms_get) | **GET** /users/{id_user}/terms | Get active terms object for a specific user, only one terms can be active
10
11
  [**users_id_user_terms_post**](TermsApi.md#users_id_user_terms_post) | **POST** /users/{id_user}/terms | Register user's consent for a specific terms id
11
12
 
12
13
 
13
14
  # **terms_get**
14
- > InlineResponse20020 terms_get(opts)
15
+ > InlineResponse20021 terms_get(opts)
15
16
 
16
17
  Return the current terms and the content of the associated file
17
18
 
@@ -52,7 +53,7 @@ Name | Type | Description | Notes
52
53
 
53
54
  ### Return type
54
55
 
55
- [**InlineResponse20020**](InlineResponse20020.md)
56
+ [**InlineResponse20021**](InlineResponse20021.md)
56
57
 
57
58
  ### Authorization
58
59
 
@@ -65,6 +66,68 @@ Name | Type | Description | Notes
65
66
 
66
67
 
67
68
 
69
+ # **terms_id_term_post**
70
+ > TermsOfService terms_id_term_post(id_term, opts)
71
+
72
+ Add terms content for a language. Only for the active terms, there is no use to update obsolete terms
73
+
74
+
75
+
76
+ ### Example
77
+ ```ruby
78
+ # load the gem
79
+ require 'budgea_client'
80
+ # setup authorization
81
+ BudgeaClient.configure do |config|
82
+ # Configure API key authorization: api_key
83
+ config.api_key['Authorization'] = 'YOUR API KEY'
84
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
85
+ #config.api_key_prefix['Authorization'] = 'Bearer'
86
+ end
87
+
88
+ api_instance = BudgeaClient::TermsApi.new
89
+
90
+ id_term = 56 # Integer |
91
+
92
+ opts = {
93
+ language: 'language_example', # String | two letter code of the language to inserted
94
+ file_content: File.new('/path/to/file.txt'), # File | file containing the terms
95
+ expand: 'expand_example' # String |
96
+ }
97
+
98
+ begin
99
+ #Add terms content for a language. Only for the active terms, there is no use to update obsolete terms
100
+ result = api_instance.terms_id_term_post(id_term, opts)
101
+ p result
102
+ rescue BudgeaClient::ApiError => e
103
+ puts "Exception when calling TermsApi->terms_id_term_post: #{e}"
104
+ end
105
+ ```
106
+
107
+ ### Parameters
108
+
109
+ Name | Type | Description | Notes
110
+ ------------- | ------------- | ------------- | -------------
111
+ **id_term** | **Integer**| |
112
+ **language** | **String**| two letter code of the language to inserted | [optional]
113
+ **file_content** | **File**| file containing the terms | [optional]
114
+ **expand** | **String**| | [optional]
115
+
116
+ ### Return type
117
+
118
+ [**TermsOfService**](TermsOfService.md)
119
+
120
+ ### Authorization
121
+
122
+ [api_key](../README.md#api_key)
123
+
124
+ ### HTTP request headers
125
+
126
+ - **Content-Type**: multipart/form-data
127
+ - **Accept**: application/json
128
+
129
+
130
+
68
131
  # **terms_post**
69
132
  > TermsOfService terms_post(opts)
70
133
 
@@ -88,7 +151,8 @@ api_instance = BudgeaClient::TermsApi.new
88
151
 
89
152
  opts = {
90
153
  version: 'version_example', # String | Number of version
91
- file_content: 'file_content_example', # String | file containing the terms, optional
154
+ file_content: File.new('/path/to/file.txt'), # File | file containing the terms, optional
155
+ language: 'language_example', # String | two letters code of the language of the inserted terms if provided. default: 'fr'
92
156
  expand: 'expand_example' # String |
93
157
  }
94
158
 
@@ -106,7 +170,8 @@ end
106
170
  Name | Type | Description | Notes
107
171
  ------------- | ------------- | ------------- | -------------
108
172
  **version** | **String**| Number of version | [optional]
109
- **file_content** | **String**| file containing the terms, optional | [optional]
173
+ **file_content** | **File**| file containing the terms, optional | [optional]
174
+ **language** | **String**| two letters code of the language of the inserted terms if provided. default: 'fr' | [optional]
110
175
  **expand** | **String**| | [optional]
111
176
 
112
177
  ### Return type
@@ -119,13 +184,13 @@ Name | Type | Description | Notes
119
184
 
120
185
  ### HTTP request headers
121
186
 
122
- - **Content-Type**: application/x-www-form-urlencoded
187
+ - **Content-Type**: multipart/form-data
123
188
  - **Accept**: application/json
124
189
 
125
190
 
126
191
 
127
192
  # **users_id_user_terms_get**
128
- > InlineResponse20020 users_id_user_terms_get(id_user, opts)
193
+ > InlineResponse20021 users_id_user_terms_get(id_user, opts)
129
194
 
130
195
  Get active terms object for a specific user, only one terms can be active
131
196
 
@@ -169,7 +234,7 @@ Name | Type | Description | Notes
169
234
 
170
235
  ### Return type
171
236
 
172
- [**InlineResponse20020**](InlineResponse20020.md)
237
+ [**InlineResponse20021**](InlineResponse20021.md)
173
238
 
174
239
  ### Authorization
175
240
 
@@ -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
 
@@ -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