budgea_client 4.0.3 → 5.0.0

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 (125) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +50 -5
  4. data/budgea_openapi.json +1888 -383
  5. data/docs/Account.md +2 -0
  6. data/docs/AccountLog.md +1 -0
  7. data/docs/AdministrationApi.md +366 -55
  8. data/docs/AuthenticationApi.md +15 -13
  9. data/docs/BanksApi.md +988 -194
  10. data/docs/Client.md +1 -1
  11. data/docs/Connection.md +2 -0
  12. data/docs/ConnectionLog.md +1 -0
  13. data/docs/ConnectionSource.md +18 -0
  14. data/docs/ConnectionsApi.md +618 -25
  15. data/docs/Connector.md +1 -1
  16. data/docs/ConnectorSource.md +15 -0
  17. data/docs/DocumentsApi.md +72 -72
  18. data/docs/Field.md +1 -0
  19. data/docs/InlineResponse20011.md +1 -1
  20. data/docs/InlineResponse20012.md +1 -1
  21. data/docs/InlineResponse20013.md +1 -1
  22. data/docs/InlineResponse20014.md +1 -1
  23. data/docs/InlineResponse20015.md +1 -1
  24. data/docs/InlineResponse20016.md +1 -1
  25. data/docs/InlineResponse20017.md +1 -1
  26. data/docs/InlineResponse20018.md +1 -1
  27. data/docs/InlineResponse20019.md +2 -1
  28. data/docs/InlineResponse20030.md +1 -1
  29. data/docs/InlineResponse20031.md +1 -1
  30. data/docs/InlineResponse20032.md +1 -1
  31. data/docs/InlineResponse20033.md +1 -1
  32. data/docs/InlineResponse20034.md +1 -1
  33. data/docs/InlineResponse20035.md +1 -1
  34. data/docs/InlineResponse20036.md +1 -1
  35. data/docs/InlineResponse20037.md +1 -1
  36. data/docs/InlineResponse20038.md +1 -1
  37. data/docs/InlineResponse20039.md +1 -1
  38. data/docs/InlineResponse20040.md +1 -1
  39. data/docs/InlineResponse20041.md +9 -0
  40. data/docs/InlineResponse20042.md +9 -0
  41. data/docs/OIDCApi.md +3 -3
  42. data/docs/Order.md +14 -0
  43. data/docs/PFMApi.md +87 -39
  44. data/docs/ProvidersApi.md +979 -122
  45. data/docs/RecipientsApi.md +4 -4
  46. data/docs/Subscription.md +1 -0
  47. data/docs/SubscriptionLog.md +15 -0
  48. data/docs/TermsApi.md +3 -3
  49. data/docs/Transaction.md +1 -0
  50. data/docs/Transfer.md +5 -1
  51. data/docs/TransferApi.md +77 -0
  52. data/docs/TransfersApi.md +39 -39
  53. data/docs/UsersManagementApi.md +13 -13
  54. data/docs/WealthApi.md +24 -24
  55. data/lib/budgea_client.rb +7 -2
  56. data/lib/budgea_client/api/administration_api.rb +381 -71
  57. data/lib/budgea_client/api/authentication_api.rb +16 -13
  58. data/lib/budgea_client/api/banks_api.rb +1034 -211
  59. data/lib/budgea_client/api/connections_api.rb +648 -30
  60. data/lib/budgea_client/api/documents_api.rb +85 -85
  61. data/lib/budgea_client/api/oidc_api.rb +3 -3
  62. data/lib/budgea_client/api/pfm_api.rb +87 -40
  63. data/lib/budgea_client/api/providers_api.rb +1045 -151
  64. data/lib/budgea_client/api/recipients_api.rb +4 -4
  65. data/lib/budgea_client/api/terms_api.rb +3 -3
  66. data/lib/budgea_client/api/transfer_api.rb +94 -0
  67. data/lib/budgea_client/api/transfers_api.rb +39 -39
  68. data/lib/budgea_client/api/users_management_api.rb +14 -14
  69. data/lib/budgea_client/api/wealth_api.rb +25 -25
  70. data/lib/budgea_client/models/account.rb +24 -4
  71. data/lib/budgea_client/models/account_log.rb +16 -1
  72. data/lib/budgea_client/models/client.rb +11 -11
  73. data/lib/budgea_client/models/connection.rb +23 -4
  74. data/lib/budgea_client/models/connection_log.rb +11 -1
  75. data/lib/budgea_client/models/connection_source.rb +309 -0
  76. data/lib/budgea_client/models/connector.rb +18 -15
  77. data/lib/budgea_client/models/connector_source.rb +273 -0
  78. data/lib/budgea_client/models/field.rb +14 -4
  79. data/lib/budgea_client/models/inline_response_200_11.rb +18 -18
  80. data/lib/budgea_client/models/inline_response_200_12.rb +11 -11
  81. data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
  82. data/lib/budgea_client/models/inline_response_200_14.rb +18 -18
  83. data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
  84. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  85. data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
  86. data/lib/budgea_client/models/inline_response_200_18.rb +18 -18
  87. data/lib/budgea_client/models/inline_response_200_19.rb +21 -11
  88. data/lib/budgea_client/models/inline_response_200_30.rb +18 -18
  89. data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
  90. data/lib/budgea_client/models/inline_response_200_32.rb +18 -18
  91. data/lib/budgea_client/models/inline_response_200_33.rb +18 -18
  92. data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
  93. data/lib/budgea_client/models/inline_response_200_35.rb +18 -18
  94. data/lib/budgea_client/models/inline_response_200_36.rb +18 -18
  95. data/lib/budgea_client/models/inline_response_200_37.rb +11 -11
  96. data/lib/budgea_client/models/inline_response_200_38.rb +18 -18
  97. data/lib/budgea_client/models/inline_response_200_39.rb +11 -11
  98. data/lib/budgea_client/models/inline_response_200_40.rb +18 -18
  99. data/lib/budgea_client/models/inline_response_200_41.rb +200 -0
  100. data/lib/budgea_client/models/inline_response_200_42.rb +200 -0
  101. data/lib/budgea_client/models/order.rb +259 -0
  102. data/lib/budgea_client/models/subscription.rb +11 -1
  103. data/lib/budgea_client/models/subscription_log.rb +269 -0
  104. data/lib/budgea_client/models/transaction.rb +11 -1
  105. data/lib/budgea_client/models/transfer.rb +49 -2
  106. data/lib/budgea_client/models/user.rb +2 -2
  107. data/lib/budgea_client/version.rb +1 -1
  108. data/original_budgea_openapi.json +1980 -351
  109. data/pkg/budgea_client-2.0.0.gem +0 -0
  110. data/pkg/budgea_client-3.0.1.gem +0 -0
  111. data/pkg/budgea_client-4.0.0.gem +0 -0
  112. data/spec/api/transfer_api_spec.rb +54 -0
  113. data/spec/models/connection_source_spec.rb +101 -0
  114. data/spec/models/connector_source_spec.rb +83 -0
  115. data/spec/models/inline_response_200_41_spec.rb +47 -0
  116. data/spec/models/inline_response_200_42_spec.rb +47 -0
  117. data/spec/models/order_spec.rb +77 -0
  118. data/spec/models/subscription_log_spec.rb +83 -0
  119. metadata +34 -9
  120. data/config.yaml +0 -15
  121. data/pkg/budgea_client-2.0.1.gem +0 -0
  122. data/pkg/budgea_client-2.0.2.gem +0 -0
  123. data/pkg/budgea_client-3.0.0.gem +0 -0
  124. data/pkg/budgea_client-4.0.1.gem +0 -0
  125. data/pkg/budgea_client-4.0.2.gem +0 -0
@@ -13,5 +13,6 @@ Name | Type | Description | Notes
13
13
  **value** | **String** | Default value of the field | [optional]
14
14
  **values** | [**Array<FieldValue>**](FieldValue.md) | | [optional]
15
15
  **required** | **BOOLEAN** | If true, field has to be set to synchronize the connection | [optional] [default to true]
16
+ **auth_mechanisms** | **String** | Authentication mechanisms this field is used for | [optional]
16
17
 
17
18
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **sources** | [**Array<ConnectorSource>**](ConnectorSource.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **categories** | [**Array<Category>**](Category.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **clients** | [**Array<Client>**](Client.md) | |
7
+ **categories** | [**Array<Category>**](Category.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **configlogs** | [**Array<ConfigLog>**](ConfigLog.md) | |
7
+ **clients** | [**Array<Client>**](Client.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **connectors** | [**Array<Connector>**](Connector.md) | |
7
6
  **total** | **Float** | total number of results | [optional]
7
+ **configlogs** | [**Array<ConfigLog>**](ConfigLog.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **documenttypes** | [**Array<DocumentType>**](DocumentType.md) | |
7
+ **connectionlogs** | [**Array<ConnectionLog>**](ConnectionLog.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **securities** | [**Array<Security>**](Security.md) | |
6
+ **connectors** | [**Array<Connector>**](Connector.md) | |
7
7
  **total** | **Float** | total number of results | [optional]
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **connectionlogs** | [**Array<ConnectionLog>**](ConnectionLog.md) | |
7
+ **documenttypes** | [**Array<DocumentType>**](DocumentType.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **securities** | [**Array<Security>**](Security.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **providers** | [**Array<Connector>**](Connector.md) | |
8
8
 
9
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **connectorlogos** | [**Array<ConnectorLogo>**](ConnectorLogo.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **providers** | [**Array<Connector>**](Connector.md) | |
7
8
 
8
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **sources** | [**Array<ConnectionSource>**](ConnectionSource.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **transactions** | [**Array<Transaction>**](Transaction.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **documents** | [**Array<Document>**](Document.md) | |
7
+ **transactions** | [**Array<Transaction>**](Transaction.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transactioninformations** | [**Array<TransactionInformation>**](TransactionInformation.md) | |
7
6
  **total** | **Float** | total number of results | [optional]
7
+ **documents** | [**Array<Document>**](Document.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **transactioninformations** | [**Array<TransactionInformation>**](TransactionInformation.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **transactionsclusters** | [**Array<TransactionsCluster>**](TransactionsCluster.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **alerts** | [**Array<Alert>**](Alert.md) | |
7
+ **transactionsclusters** | [**Array<TransactionsCluster>**](TransactionsCluster.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **categorys** | [**Array<Category>**](Category.md) | |
7
6
  **total** | **Float** | total number of results | [optional]
7
+ **alerts** | [**Array<Alert>**](Alert.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **categorys** | [**Array<Category>**](Category.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **devices** | [**Array<Device>**](Device.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **profiles** | [**Array<Profile>**](Profile.md) | |
7
+ **subscriptionlogs** | [**Array<SubscriptionLog>**](SubscriptionLog.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **webhooks** | [**Array<Webhook>**](Webhook.md) | |
7
6
  **total** | **Float** | total number of results | [optional]
7
+ **devices** | [**Array<Device>**](Device.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **authproviders** | [**Array<AuthProvider>**](AuthProvider.md) | |
7
+ **profiles** | [**Array<Profile>**](Profile.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **webhooks** | [**Array<Webhook>**](Webhook.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **webhooklogs** | [**Array<WebhookLog>**](WebhookLog.md) | |
8
8
 
9
9
 
@@ -0,0 +1,9 @@
1
+ # BudgeaClient::InlineResponse20041
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **total** | **Float** | total number of results | [optional]
7
+ **authproviders** | [**Array<AuthProvider>**](AuthProvider.md) | |
8
+
9
+
@@ -0,0 +1,9 @@
1
+ # BudgeaClient::InlineResponse20042
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **total** | **Float** | total number of results | [optional]
7
+ **webhooklogs** | [**Array<WebhookLog>**](WebhookLog.md) | |
8
+
9
+
@@ -62,7 +62,7 @@ Name | Type | Description | Notes
62
62
 
63
63
  ### HTTP request headers
64
64
 
65
- - **Content-Type**: application/x-www-form-urlencoded
65
+ - **Content-Type**: application/json, multipart/form-data
66
66
  - **Accept**: application/json
67
67
 
68
68
 
@@ -123,7 +123,7 @@ Name | Type | Description | Notes
123
123
 
124
124
  ### HTTP request headers
125
125
 
126
- - **Content-Type**: application/x-www-form-urlencoded
126
+ - **Content-Type**: application/json, multipart/form-data
127
127
  - **Accept**: application/json
128
128
 
129
129
 
@@ -181,7 +181,7 @@ Name | Type | Description | Notes
181
181
 
182
182
  ### HTTP request headers
183
183
 
184
- - **Content-Type**: application/x-www-form-urlencoded
184
+ - **Content-Type**: application/json, multipart/form-data
185
185
  - **Accept**: application/json
186
186
 
187
187
 
@@ -0,0 +1,14 @@
1
+ # BudgeaClient::Order
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **id** | **Integer** | ID of the order |
7
+ **id_merchant** | **Integer** | id of the merchant who initiated the order |
8
+ **id_transfer** | **Integer** | id of the transfer used to pay this the order |
9
+ **state** | **String** | State of the order (result of the recipient adding and the transfer execution) | [optional]
10
+ **error_message** | **String** | more information on the state if something went wrong during the order | [optional]
11
+ **opt_out_cause** | **String** | set by the webview, indicates at which step of the payment the user has left the order | [optional]
12
+ **refund_value** | **Float** | Amount refunded | [optional]
13
+
14
+
@@ -8,6 +8,7 @@ Method | HTTP request | Description
8
8
  [**auth_confirm_post**](PFMApi.md#auth_confirm_post) | **POST** /auth/confirm | Confirm email address
9
9
  [**auth_cookie_post**](PFMApi.md#auth_cookie_post) | **POST** /auth/cookie | Login with credentials and set as cookie
10
10
  [**auth_register_post**](PFMApi.md#auth_register_post) | **POST** /auth/register | Register to API
11
+ [**auth_resend_confirm_email_post**](PFMApi.md#auth_resend_confirm_email_post) | **POST** /auth/resendConfirmEmail | Resend an email to confirm email address.
11
12
  [**auth_token_delete**](PFMApi.md#auth_token_delete) | **DELETE** /auth/token | Remove user access
12
13
  [**auth_token_post**](PFMApi.md#auth_token_post) | **POST** /auth/token | Login to API with credentials
13
14
  [**hash_delete**](PFMApi.md#hash_delete) | **DELETE** /hash | Delete the user's connections
@@ -22,7 +23,7 @@ Method | HTTP request | Description
22
23
  [**users_id_user_connections_id_connection_accounts_id_account_balances_get**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_balances_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/balances | Get balances of accounts
23
24
  [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_get**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert | Get a list of configurated alerts
24
25
  [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_delete**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert/{id_operationsalert} | Delete an alert on transactions or investments
25
- [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put) | **PUT** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert/{id_operationsalert} | Edit an alert on transactions or investments
26
+ [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put) | **PUT** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert/{id_operationsalert} | Edit an alert on transactions or investements
26
27
  [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_post**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_post) | **POST** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert | Create an alert on transactions or investments of a given user
27
28
  [**users_id_user_connections_id_connection_balances_get**](PFMApi.md#users_id_user_connections_id_connection_balances_get) | **GET** /users/{id_user}/connections/{id_connection}/balances | Get balances of accounts
28
29
  [**users_id_user_devices_get**](PFMApi.md#users_id_user_devices_get) | **GET** /users/{id_user}/devices | Get devices
@@ -284,6 +285,53 @@ Name | Type | Description | Notes
284
285
 
285
286
 
286
287
 
288
+ # **auth_resend_confirm_email_post**
289
+ > auth_resend_confirm_email_post
290
+
291
+ Resend an email to confirm email address.
292
+
293
+ Sent token can be re-generated as it might be expired. Note that requesting email confirmation on already confirmed profile will raise a BadRequest.<br><br>
294
+
295
+ ### Example
296
+ ```ruby
297
+ # load the gem
298
+ require 'budgea_client'
299
+ # setup authorization
300
+ BudgeaClient.configure do |config|
301
+ # Configure API key authorization: api_key
302
+ config.api_key['Authorization'] = 'YOUR API KEY'
303
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
304
+ #config.api_key_prefix['Authorization'] = 'Bearer'
305
+ end
306
+
307
+ api_instance = BudgeaClient::PFMApi.new
308
+
309
+ begin
310
+ #Resend an email to confirm email address.
311
+ api_instance.auth_resend_confirm_email_post
312
+ rescue BudgeaClient::ApiError => e
313
+ puts "Exception when calling PFMApi->auth_resend_confirm_email_post: #{e}"
314
+ end
315
+ ```
316
+
317
+ ### Parameters
318
+ This endpoint does not need any parameter.
319
+
320
+ ### Return type
321
+
322
+ nil (empty response body)
323
+
324
+ ### Authorization
325
+
326
+ [api_key](../README.md#api_key)
327
+
328
+ ### HTTP request headers
329
+
330
+ - **Content-Type**: application/json, multipart/form-data
331
+ - **Accept**: application/json
332
+
333
+
334
+
287
335
  # **auth_token_delete**
288
336
  > auth_token_delete
289
337
 
@@ -326,7 +374,7 @@ nil (empty response body)
326
374
 
327
375
  ### HTTP request headers
328
376
 
329
- - **Content-Type**: application/x-www-form-urlencoded
377
+ - **Content-Type**: application/json, multipart/form-data
330
378
  - **Accept**: application/json
331
379
 
332
380
 
@@ -437,7 +485,7 @@ nil (empty response body)
437
485
 
438
486
  ### HTTP request headers
439
487
 
440
- - **Content-Type**: application/x-www-form-urlencoded
488
+ - **Content-Type**: application/json, multipart/form-data
441
489
  - **Accept**: application/json
442
490
 
443
491
 
@@ -501,7 +549,7 @@ nil (empty response body)
501
549
 
502
550
  ### HTTP request headers
503
551
 
504
- - **Content-Type**: application/x-www-form-urlencoded
552
+ - **Content-Type**: application/json, multipart/form-data
505
553
  - **Accept**: application/json
506
554
 
507
555
 
@@ -562,7 +610,7 @@ Name | Type | Description | Notes
562
610
 
563
611
  ### HTTP request headers
564
612
 
565
- - **Content-Type**: application/x-www-form-urlencoded
613
+ - **Content-Type**: application/json, multipart/form-data
566
614
  - **Accept**: application/json
567
615
 
568
616
 
@@ -626,7 +674,7 @@ Name | Type | Description | Notes
626
674
 
627
675
  ### HTTP request headers
628
676
 
629
- - **Content-Type**: application/x-www-form-urlencoded
677
+ - **Content-Type**: application/json, multipart/form-data
630
678
  - **Accept**: application/json
631
679
 
632
680
 
@@ -700,7 +748,7 @@ Name | Type | Description | Notes
700
748
 
701
749
  ### HTTP request headers
702
750
 
703
- - **Content-Type**: application/x-www-form-urlencoded
751
+ - **Content-Type**: application/json, multipart/form-data
704
752
  - **Accept**: application/json
705
753
 
706
754
 
@@ -771,7 +819,7 @@ Name | Type | Description | Notes
771
819
 
772
820
  ### HTTP request headers
773
821
 
774
- - **Content-Type**: application/x-www-form-urlencoded
822
+ - **Content-Type**: application/json, multipart/form-data
775
823
  - **Accept**: application/json
776
824
 
777
825
 
@@ -825,7 +873,7 @@ Name | Type | Description | Notes
825
873
 
826
874
  ### HTTP request headers
827
875
 
828
- - **Content-Type**: application/x-www-form-urlencoded
876
+ - **Content-Type**: application/json, multipart/form-data
829
877
  - **Accept**: application/json
830
878
 
831
879
 
@@ -891,7 +939,7 @@ Name | Type | Description | Notes
891
939
 
892
940
  ### HTTP request headers
893
941
 
894
- - **Content-Type**: application/x-www-form-urlencoded
942
+ - **Content-Type**: application/json, multipart/form-data
895
943
  - **Accept**: application/json
896
944
 
897
945
 
@@ -952,7 +1000,7 @@ nil (empty response body)
952
1000
 
953
1001
  ### HTTP request headers
954
1002
 
955
- - **Content-Type**: application/x-www-form-urlencoded
1003
+ - **Content-Type**: application/json, multipart/form-data
956
1004
  - **Accept**: application/json
957
1005
 
958
1006
 
@@ -1019,7 +1067,7 @@ nil (empty response body)
1019
1067
 
1020
1068
  ### HTTP request headers
1021
1069
 
1022
- - **Content-Type**: application/x-www-form-urlencoded
1070
+ - **Content-Type**: application/json, multipart/form-data
1023
1071
  - **Accept**: application/json
1024
1072
 
1025
1073
 
@@ -1083,7 +1131,7 @@ Name | Type | Description | Notes
1083
1131
 
1084
1132
  ### HTTP request headers
1085
1133
 
1086
- - **Content-Type**: application/x-www-form-urlencoded
1134
+ - **Content-Type**: application/json, multipart/form-data
1087
1135
  - **Accept**: application/json
1088
1136
 
1089
1137
 
@@ -1150,7 +1198,7 @@ Name | Type | Description | Notes
1150
1198
 
1151
1199
  ### HTTP request headers
1152
1200
 
1153
- - **Content-Type**: application/x-www-form-urlencoded
1201
+ - **Content-Type**: application/json, multipart/form-data
1154
1202
  - **Accept**: application/json
1155
1203
 
1156
1204
 
@@ -1158,7 +1206,7 @@ Name | Type | Description | Notes
1158
1206
  # **users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put**
1159
1207
  > UserAlert users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put(id_user, id_connection, id_account, id_operationsalert, opts)
1160
1208
 
1161
- Edit an alert on transactions or investments
1209
+ Edit an alert on transactions or investements
1162
1210
 
1163
1211
 
1164
1212
 
@@ -1194,7 +1242,7 @@ opts = {
1194
1242
  }
1195
1243
 
1196
1244
  begin
1197
- #Edit an alert on transactions or investments
1245
+ #Edit an alert on transactions or investements
1198
1246
  result = api_instance.users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put(id_user, id_connection, id_account, id_operationsalert, opts)
1199
1247
  p result
1200
1248
  rescue BudgeaClient::ApiError => e
@@ -1365,13 +1413,13 @@ nil (empty response body)
1365
1413
 
1366
1414
  ### HTTP request headers
1367
1415
 
1368
- - **Content-Type**: application/x-www-form-urlencoded
1416
+ - **Content-Type**: application/json, multipart/form-data
1369
1417
  - **Accept**: application/json
1370
1418
 
1371
1419
 
1372
1420
 
1373
1421
  # **users_id_user_devices_get**
1374
- > InlineResponse20036 users_id_user_devices_get(id_user, opts)
1422
+ > InlineResponse20038 users_id_user_devices_get(id_user, opts)
1375
1423
 
1376
1424
  Get devices
1377
1425
 
@@ -1415,7 +1463,7 @@ Name | Type | Description | Notes
1415
1463
 
1416
1464
  ### Return type
1417
1465
 
1418
- [**InlineResponse20036**](InlineResponse20036.md)
1466
+ [**InlineResponse20038**](InlineResponse20038.md)
1419
1467
 
1420
1468
  ### Authorization
1421
1469
 
@@ -1423,7 +1471,7 @@ Name | Type | Description | Notes
1423
1471
 
1424
1472
  ### HTTP request headers
1425
1473
 
1426
- - **Content-Type**: application/x-www-form-urlencoded
1474
+ - **Content-Type**: application/json, multipart/form-data
1427
1475
  - **Accept**: application/json
1428
1476
 
1429
1477
 
@@ -1484,7 +1532,7 @@ Name | Type | Description | Notes
1484
1532
 
1485
1533
  ### HTTP request headers
1486
1534
 
1487
- - **Content-Type**: application/x-www-form-urlencoded
1535
+ - **Content-Type**: application/json, multipart/form-data
1488
1536
  - **Accept**: application/json
1489
1537
 
1490
1538
 
@@ -1545,7 +1593,7 @@ Name | Type | Description | Notes
1545
1593
 
1546
1594
  ### HTTP request headers
1547
1595
 
1548
- - **Content-Type**: application/x-www-form-urlencoded
1596
+ - **Content-Type**: application/json, multipart/form-data
1549
1597
  - **Accept**: application/json
1550
1598
 
1551
1599
 
@@ -1614,7 +1662,7 @@ Name | Type | Description | Notes
1614
1662
 
1615
1663
  ### HTTP request headers
1616
1664
 
1617
- - **Content-Type**: application/x-www-form-urlencoded
1665
+ - **Content-Type**: application/json, multipart/form-data
1618
1666
  - **Accept**: application/json
1619
1667
 
1620
1668
 
@@ -1680,7 +1728,7 @@ Name | Type | Description | Notes
1680
1728
 
1681
1729
  ### HTTP request headers
1682
1730
 
1683
- - **Content-Type**: application/x-www-form-urlencoded
1731
+ - **Content-Type**: application/json, multipart/form-data
1684
1732
  - **Accept**: application/json
1685
1733
 
1686
1734
 
@@ -1733,7 +1781,7 @@ nil (empty response body)
1733
1781
 
1734
1782
  ### HTTP request headers
1735
1783
 
1736
- - **Content-Type**: application/x-www-form-urlencoded
1784
+ - **Content-Type**: application/json, multipart/form-data
1737
1785
  - **Accept**: application/json
1738
1786
 
1739
1787
 
@@ -1791,7 +1839,7 @@ Name | Type | Description | Notes
1791
1839
 
1792
1840
  ### HTTP request headers
1793
1841
 
1794
- - **Content-Type**: application/x-www-form-urlencoded
1842
+ - **Content-Type**: application/json, multipart/form-data
1795
1843
  - **Accept**: application/json
1796
1844
 
1797
1845
 
@@ -1849,7 +1897,7 @@ Name | Type | Description | Notes
1849
1897
 
1850
1898
  ### HTTP request headers
1851
1899
 
1852
- - **Content-Type**: application/x-www-form-urlencoded
1900
+ - **Content-Type**: application/json, multipart/form-data
1853
1901
  - **Accept**: application/json
1854
1902
 
1855
1903
 
@@ -1910,7 +1958,7 @@ Name | Type | Description | Notes
1910
1958
 
1911
1959
  ### HTTP request headers
1912
1960
 
1913
- - **Content-Type**: application/x-www-form-urlencoded
1961
+ - **Content-Type**: application/json, multipart/form-data
1914
1962
  - **Accept**: application/json
1915
1963
 
1916
1964
 
@@ -1981,7 +2029,7 @@ Name | Type | Description | Notes
1981
2029
 
1982
2030
  ### HTTP request headers
1983
2031
 
1984
- - **Content-Type**: application/x-www-form-urlencoded
2032
+ - **Content-Type**: application/json, multipart/form-data
1985
2033
  - **Accept**: application/json
1986
2034
 
1987
2035
 
@@ -2049,13 +2097,13 @@ Name | Type | Description | Notes
2049
2097
 
2050
2098
  ### HTTP request headers
2051
2099
 
2052
- - **Content-Type**: application/x-www-form-urlencoded
2100
+ - **Content-Type**: application/json, multipart/form-data
2053
2101
  - **Accept**: application/json
2054
2102
 
2055
2103
 
2056
2104
 
2057
2105
  # **users_id_user_profiles_get**
2058
- > InlineResponse20037 users_id_user_profiles_get(id_user, opts)
2106
+ > InlineResponse20039 users_id_user_profiles_get(id_user, opts)
2059
2107
 
2060
2108
  Get profiles
2061
2109
 
@@ -2099,7 +2147,7 @@ Name | Type | Description | Notes
2099
2147
 
2100
2148
  ### Return type
2101
2149
 
2102
- [**InlineResponse20037**](InlineResponse20037.md)
2150
+ [**InlineResponse20039**](InlineResponse20039.md)
2103
2151
 
2104
2152
  ### Authorization
2105
2153
 
@@ -2107,7 +2155,7 @@ Name | Type | Description | Notes
2107
2155
 
2108
2156
  ### HTTP request headers
2109
2157
 
2110
- - **Content-Type**: application/x-www-form-urlencoded
2158
+ - **Content-Type**: application/json, multipart/form-data
2111
2159
  - **Accept**: application/json
2112
2160
 
2113
2161
 
@@ -2168,7 +2216,7 @@ Name | Type | Description | Notes
2168
2216
 
2169
2217
  ### HTTP request headers
2170
2218
 
2171
- - **Content-Type**: application/x-www-form-urlencoded
2219
+ - **Content-Type**: application/json, multipart/form-data
2172
2220
  - **Accept**: application/json
2173
2221
 
2174
2222
 
@@ -2226,7 +2274,7 @@ Name | Type | Description | Notes
2226
2274
 
2227
2275
  ### HTTP request headers
2228
2276
 
2229
- - **Content-Type**: application/x-www-form-urlencoded
2277
+ - **Content-Type**: application/json, multipart/form-data
2230
2278
  - **Accept**: application/json
2231
2279
 
2232
2280
 
@@ -2284,7 +2332,7 @@ Name | Type | Description | Notes
2284
2332
 
2285
2333
  ### HTTP request headers
2286
2334
 
2287
- - **Content-Type**: application/x-www-form-urlencoded
2335
+ - **Content-Type**: application/json, multipart/form-data
2288
2336
  - **Accept**: application/json
2289
2337
 
2290
2338
 
@@ -2356,7 +2404,7 @@ Name | Type | Description | Notes
2356
2404
 
2357
2405
  ### HTTP request headers
2358
2406
 
2359
- - **Content-Type**: application/x-www-form-urlencoded
2407
+ - **Content-Type**: application/json, multipart/form-data
2360
2408
  - **Accept**: application/json
2361
2409
 
2362
2410
 
@@ -2410,7 +2458,7 @@ Name | Type | Description | Notes
2410
2458
 
2411
2459
  ### HTTP request headers
2412
2460
 
2413
- - **Content-Type**: application/x-www-form-urlencoded
2461
+ - **Content-Type**: application/json, multipart/form-data
2414
2462
  - **Accept**: application/json
2415
2463
 
2416
2464
 
@@ -2470,7 +2518,7 @@ Name | Type | Description | Notes
2470
2518
 
2471
2519
  ### HTTP request headers
2472
2520
 
2473
- - **Content-Type**: application/x-www-form-urlencoded
2521
+ - **Content-Type**: application/json, multipart/form-data
2474
2522
  - **Accept**: application/json
2475
2523
 
2476
2524