budgea_client 3.0.0 → 3.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +11 -1
  4. data/budgea_openapi.json +913 -105
  5. data/docs/AdministrationApi.md +12 -12
  6. data/docs/BanksApi.md +40 -38
  7. data/docs/Client.md +1 -6
  8. data/docs/Connection.md +1 -0
  9. data/docs/ConnectionLog.md +1 -0
  10. data/docs/ConnectionsApi.md +2 -0
  11. data/docs/Document.md +2 -3
  12. data/docs/DocumentsApi.md +24 -24
  13. data/docs/InlineResponse200.md +1 -0
  14. data/docs/InlineResponse20010.md +1 -0
  15. data/docs/InlineResponse20011.md +1 -0
  16. data/docs/InlineResponse20012.md +1 -0
  17. data/docs/InlineResponse20013.md +1 -0
  18. data/docs/InlineResponse20014.md +1 -0
  19. data/docs/InlineResponse20015.md +1 -0
  20. data/docs/InlineResponse20016.md +1 -0
  21. data/docs/InlineResponse20017.md +1 -0
  22. data/docs/InlineResponse20018.md +1 -0
  23. data/docs/InlineResponse20019.md +1 -1
  24. data/docs/InlineResponse20020.md +2 -1
  25. data/docs/InlineResponse20021.md +2 -1
  26. data/docs/InlineResponse20022.md +2 -1
  27. data/docs/InlineResponse20023.md +2 -1
  28. data/docs/InlineResponse20024.md +2 -1
  29. data/docs/InlineResponse20025.md +2 -1
  30. data/docs/InlineResponse20026.md +2 -1
  31. data/docs/InlineResponse20027.md +2 -1
  32. data/docs/InlineResponse20028.md +2 -1
  33. data/docs/InlineResponse20029.md +2 -1
  34. data/docs/InlineResponse20030.md +2 -1
  35. data/docs/InlineResponse20031.md +2 -1
  36. data/docs/InlineResponse20032.md +2 -1
  37. data/docs/InlineResponse20033.md +2 -1
  38. data/docs/InlineResponse20034.md +2 -1
  39. data/docs/InlineResponse20035.md +2 -1
  40. data/docs/InlineResponse20036.md +2 -1
  41. data/docs/InlineResponse20037.md +2 -1
  42. data/docs/InlineResponse20038.md +2 -1
  43. data/docs/InlineResponse20039.md +9 -0
  44. data/docs/InlineResponse20040.md +9 -0
  45. data/docs/InlineResponse2008.md +1 -0
  46. data/docs/InlineResponse2009.md +1 -0
  47. data/docs/PFMApi.md +15 -15
  48. data/docs/ProvidersApi.md +30 -28
  49. data/docs/RecipientLog.md +1 -0
  50. data/docs/TermsApi.md +4 -4
  51. data/docs/Transfer.md +2 -2
  52. data/docs/TransferLog.md +1 -0
  53. data/docs/TransfersApi.md +24 -24
  54. data/docs/UsersManagementApi.md +4 -4
  55. data/docs/WealthApi.md +524 -16
  56. data/lib/budgea_client.rb +2 -0
  57. data/lib/budgea_client/api/administration_api.rb +18 -18
  58. data/lib/budgea_client/api/banks_api.rb +60 -57
  59. data/lib/budgea_client/api/connections_api.rb +3 -0
  60. data/lib/budgea_client/api/documents_api.rb +36 -36
  61. data/lib/budgea_client/api/pfm_api.rb +19 -19
  62. data/lib/budgea_client/api/providers_api.rb +46 -43
  63. data/lib/budgea_client/api/terms_api.rb +6 -6
  64. data/lib/budgea_client/api/transfers_api.rb +36 -36
  65. data/lib/budgea_client/api/users_management_api.rb +6 -6
  66. data/lib/budgea_client/api/wealth_api.rb +552 -24
  67. data/lib/budgea_client/models/client.rb +8 -58
  68. data/lib/budgea_client/models/connection.rb +11 -1
  69. data/lib/budgea_client/models/connection_log.rb +14 -4
  70. data/lib/budgea_client/models/document.rb +18 -24
  71. data/lib/budgea_client/models/inline_response_200.rb +14 -4
  72. data/lib/budgea_client/models/inline_response_200_10.rb +14 -4
  73. data/lib/budgea_client/models/inline_response_200_11.rb +11 -1
  74. data/lib/budgea_client/models/inline_response_200_12.rb +11 -1
  75. data/lib/budgea_client/models/inline_response_200_13.rb +11 -1
  76. data/lib/budgea_client/models/inline_response_200_14.rb +14 -4
  77. data/lib/budgea_client/models/inline_response_200_15.rb +11 -1
  78. data/lib/budgea_client/models/inline_response_200_16.rb +14 -4
  79. data/lib/budgea_client/models/inline_response_200_17.rb +11 -1
  80. data/lib/budgea_client/models/inline_response_200_18.rb +11 -1
  81. data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
  82. data/lib/budgea_client/models/inline_response_200_20.rb +21 -11
  83. data/lib/budgea_client/models/inline_response_200_21.rb +21 -11
  84. data/lib/budgea_client/models/inline_response_200_22.rb +21 -11
  85. data/lib/budgea_client/models/inline_response_200_23.rb +21 -11
  86. data/lib/budgea_client/models/inline_response_200_24.rb +21 -11
  87. data/lib/budgea_client/models/inline_response_200_25.rb +21 -11
  88. data/lib/budgea_client/models/inline_response_200_26.rb +21 -11
  89. data/lib/budgea_client/models/inline_response_200_27.rb +21 -11
  90. data/lib/budgea_client/models/inline_response_200_28.rb +21 -11
  91. data/lib/budgea_client/models/inline_response_200_29.rb +21 -11
  92. data/lib/budgea_client/models/inline_response_200_30.rb +21 -11
  93. data/lib/budgea_client/models/inline_response_200_31.rb +21 -11
  94. data/lib/budgea_client/models/inline_response_200_32.rb +21 -11
  95. data/lib/budgea_client/models/inline_response_200_33.rb +21 -11
  96. data/lib/budgea_client/models/inline_response_200_34.rb +21 -11
  97. data/lib/budgea_client/models/inline_response_200_35.rb +21 -11
  98. data/lib/budgea_client/models/inline_response_200_36.rb +21 -11
  99. data/lib/budgea_client/models/inline_response_200_37.rb +21 -11
  100. data/lib/budgea_client/models/inline_response_200_38.rb +21 -11
  101. data/lib/budgea_client/models/inline_response_200_39.rb +200 -0
  102. data/lib/budgea_client/models/inline_response_200_40.rb +200 -0
  103. data/lib/budgea_client/models/inline_response_200_8.rb +14 -4
  104. data/lib/budgea_client/models/inline_response_200_9.rb +14 -4
  105. data/lib/budgea_client/models/recipient_log.rb +14 -4
  106. data/lib/budgea_client/models/transfer.rb +2 -2
  107. data/lib/budgea_client/models/transfer_log.rb +14 -4
  108. data/lib/budgea_client/version.rb +1 -1
  109. data/original_budgea_openapi.json +911 -103
  110. data/pkg/budgea_client-2.0.0.gem +0 -0
  111. data/spec/models/inline_response_200_39_spec.rb +47 -0
  112. data/spec/models/inline_response_200_40_spec.rb +47 -0
  113. metadata +12 -5
  114. data/pkg/budgea_client-2.0.1.gem +0 -0
  115. data/pkg/budgea_client-2.0.2.gem +0 -0
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transactionsclusters** | [**Array<TransactionsCluster>**](TransactionsCluster.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **documents** | [**Array<Document>**](Document.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **alerts** | [**Array<Alert>**](Alert.md) | |
6
+ **transactioninformations** | [**Array<TransactionInformation>**](TransactionInformation.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **categorys** | [**Array<Category>**](Category.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **transactionsclusters** | [**Array<TransactionsCluster>**](TransactionsCluster.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **devices** | [**Array<Device>**](Device.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **alerts** | [**Array<Alert>**](Alert.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **profiles** | [**Array<Profile>**](Profile.md) | |
6
+ **categorys** | [**Array<Category>**](Category.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **webhooks** | [**Array<Webhook>**](Webhook.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **devices** | [**Array<Device>**](Device.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **authproviders** | [**Array<AuthProvider>**](AuthProvider.md) | |
6
+ **total** | **Float** | total number of results | [optional]
7
+ **profiles** | [**Array<Profile>**](Profile.md) | |
7
8
 
8
9
 
@@ -3,6 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **webhooklogs** | [**Array<WebhookLog>**](WebhookLog.md) | |
6
+ **webhooks** | [**Array<Webhook>**](Webhook.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -0,0 +1,9 @@
1
+ # BudgeaClient::InlineResponse20039
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::InlineResponse20040
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
+
@@ -4,5 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **banks** | [**Array<Connector>**](Connector.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -4,5 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **connections** | [**Array<Connection>**](Connection.md) | |
7
+ **total** | **Float** | total number of results | [optional]
7
8
 
8
9
 
@@ -23,7 +23,7 @@ Method | HTTP request | Description
23
23
  [**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
24
  [**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
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_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 investemens of a given user
26
+ [**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
27
  [**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
28
  [**users_id_user_devices_get**](PFMApi.md#users_id_user_devices_get) | **GET** /users/{id_user}/devices | Get devices
29
29
  [**users_id_user_devices_id_device_delete**](PFMApi.md#users_id_user_devices_id_device_delete) | **DELETE** /users/{id_user}/devices/{id_device} | Delete device.
@@ -507,7 +507,7 @@ nil (empty response body)
507
507
 
508
508
 
509
509
  # **users_id_user_accounts_id_account_operationsalert_get**
510
- > InlineResponse20025 users_id_user_accounts_id_account_operationsalert_get(id_user, id_account, opts)
510
+ > InlineResponse20027 users_id_user_accounts_id_account_operationsalert_get(id_user, id_account, opts)
511
511
 
512
512
  Get a list of configurated alerts
513
513
 
@@ -554,7 +554,7 @@ Name | Type | Description | Notes
554
554
 
555
555
  ### Return type
556
556
 
557
- [**InlineResponse20025**](InlineResponse20025.md)
557
+ [**InlineResponse20027**](InlineResponse20027.md)
558
558
 
559
559
  ### Authorization
560
560
 
@@ -1025,7 +1025,7 @@ nil (empty response body)
1025
1025
 
1026
1026
 
1027
1027
  # **users_id_user_connections_id_connection_accounts_id_account_operationsalert_get**
1028
- > InlineResponse20025 users_id_user_connections_id_connection_accounts_id_account_operationsalert_get(id_user, id_connection, id_account, opts)
1028
+ > InlineResponse20027 users_id_user_connections_id_connection_accounts_id_account_operationsalert_get(id_user, id_connection, id_account, opts)
1029
1029
 
1030
1030
  Get a list of configurated alerts
1031
1031
 
@@ -1075,7 +1075,7 @@ Name | Type | Description | Notes
1075
1075
 
1076
1076
  ### Return type
1077
1077
 
1078
- [**InlineResponse20025**](InlineResponse20025.md)
1078
+ [**InlineResponse20027**](InlineResponse20027.md)
1079
1079
 
1080
1080
  ### Authorization
1081
1081
 
@@ -1185,7 +1185,7 @@ id_account = 56 # Integer |
1185
1185
  id_operationsalert = 56 # Integer |
1186
1186
 
1187
1187
  opts = {
1188
- type: 'type_example', # String | parameter to choose the scope of the alert. accepted: transactions, investements
1188
+ type: 'type_example', # String | parameter to choose the scope of the alert. accepted: transactions, investments
1189
1189
  income_max: 56, # Integer | capital gain thresholds
1190
1190
  expense_max: 56, # Integer | capital loss thresholds
1191
1191
  value_type: 'value_type_example', # String | whether the threshold is given in absolut value or percent. accepted: percent, flat
@@ -1210,7 +1210,7 @@ Name | Type | Description | Notes
1210
1210
  **id_connection** | **Integer**| |
1211
1211
  **id_account** | **Integer**| |
1212
1212
  **id_operationsalert** | **Integer**| |
1213
- **type** | **String**| parameter to choose the scope of the alert. accepted: transactions, investements | [optional]
1213
+ **type** | **String**| parameter to choose the scope of the alert. accepted: transactions, investments | [optional]
1214
1214
  **income_max** | **Integer**| capital gain thresholds | [optional]
1215
1215
  **expense_max** | **Integer**| capital loss thresholds | [optional]
1216
1216
  **value_type** | **String**| whether the threshold is given in absolut value or percent. accepted: percent, flat | [optional]
@@ -1235,7 +1235,7 @@ Name | Type | Description | Notes
1235
1235
  # **users_id_user_connections_id_connection_accounts_id_account_operationsalert_post**
1236
1236
  > UserAlert users_id_user_connections_id_connection_accounts_id_account_operationsalert_post(id_user, id_connection, id_account, opts)
1237
1237
 
1238
- Create an alert on transactions or investemens of a given user
1238
+ Create an alert on transactions or investments of a given user
1239
1239
 
1240
1240
 
1241
1241
 
@@ -1269,7 +1269,7 @@ opts = {
1269
1269
  }
1270
1270
 
1271
1271
  begin
1272
- #Create an alert on transactions or investemens of a given user
1272
+ #Create an alert on transactions or investments of a given user
1273
1273
  result = api_instance.users_id_user_connections_id_connection_accounts_id_account_operationsalert_post(id_user, id_connection, id_account, opts)
1274
1274
  p result
1275
1275
  rescue BudgeaClient::ApiError => e
@@ -1371,7 +1371,7 @@ nil (empty response body)
1371
1371
 
1372
1372
 
1373
1373
  # **users_id_user_devices_get**
1374
- > InlineResponse20034 users_id_user_devices_get(id_user, opts)
1374
+ > InlineResponse20036 users_id_user_devices_get(id_user, opts)
1375
1375
 
1376
1376
  Get devices
1377
1377
 
@@ -1415,7 +1415,7 @@ Name | Type | Description | Notes
1415
1415
 
1416
1416
  ### Return type
1417
1417
 
1418
- [**InlineResponse20034**](InlineResponse20034.md)
1418
+ [**InlineResponse20036**](InlineResponse20036.md)
1419
1419
 
1420
1420
  ### Authorization
1421
1421
 
@@ -1797,7 +1797,7 @@ Name | Type | Description | Notes
1797
1797
 
1798
1798
 
1799
1799
  # **users_id_user_operationsalert_get**
1800
- > InlineResponse20025 users_id_user_operationsalert_get(id_user, opts)
1800
+ > InlineResponse20027 users_id_user_operationsalert_get(id_user, opts)
1801
1801
 
1802
1802
  Get a list of configurated alerts
1803
1803
 
@@ -1841,7 +1841,7 @@ Name | Type | Description | Notes
1841
1841
 
1842
1842
  ### Return type
1843
1843
 
1844
- [**InlineResponse20025**](InlineResponse20025.md)
1844
+ [**InlineResponse20027**](InlineResponse20027.md)
1845
1845
 
1846
1846
  ### Authorization
1847
1847
 
@@ -2055,7 +2055,7 @@ Name | Type | Description | Notes
2055
2055
 
2056
2056
 
2057
2057
  # **users_id_user_profiles_get**
2058
- > InlineResponse20035 users_id_user_profiles_get(id_user, opts)
2058
+ > InlineResponse20037 users_id_user_profiles_get(id_user, opts)
2059
2059
 
2060
2060
  Get profiles
2061
2061
 
@@ -2099,7 +2099,7 @@ Name | Type | Description | Notes
2099
2099
 
2100
2100
  ### Return type
2101
2101
 
2102
- [**InlineResponse20035**](InlineResponse20035.md)
2102
+ [**InlineResponse20037**](InlineResponse20037.md)
2103
2103
 
2104
2104
  ### Authorization
2105
2105
 
@@ -1248,7 +1248,7 @@ Name | Type | Description | Notes
1248
1248
 
1249
1249
 
1250
1250
  # **providers_id_connector_logos_get**
1251
- > InlineResponse20010 providers_id_connector_logos_get(id_connector, opts)
1251
+ > InlineResponse20019 providers_id_connector_logos_get(id_connector, opts)
1252
1252
 
1253
1253
  Get all links to the files associated with this connector.
1254
1254
 
@@ -1292,7 +1292,7 @@ Name | Type | Description | Notes
1292
1292
 
1293
1293
  ### Return type
1294
1294
 
1295
- [**InlineResponse20010**](InlineResponse20010.md)
1295
+ [**InlineResponse20019**](InlineResponse20019.md)
1296
1296
 
1297
1297
  ### Authorization
1298
1298
 
@@ -1486,7 +1486,7 @@ Name | Type | Description | Notes
1486
1486
 
1487
1487
 
1488
1488
  # **users_id_user_accounts_id_account_transactions_id_transaction_documents_get**
1489
- > InlineResponse20029 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
1489
+ > InlineResponse20031 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
1490
1490
 
1491
1491
  Get documents
1492
1492
 
@@ -1554,7 +1554,7 @@ Name | Type | Description | Notes
1554
1554
 
1555
1555
  ### Return type
1556
1556
 
1557
- [**InlineResponse20029**](InlineResponse20029.md)
1557
+ [**InlineResponse20031**](InlineResponse20031.md)
1558
1558
 
1559
1559
  ### Authorization
1560
1560
 
@@ -1945,7 +1945,7 @@ Name | Type | Description | Notes
1945
1945
 
1946
1946
 
1947
1947
  # **users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
1948
- > InlineResponse20029 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
1948
+ > InlineResponse20031 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
1949
1949
 
1950
1950
  Get documents
1951
1951
 
@@ -2013,7 +2013,7 @@ Name | Type | Description | Notes
2013
2013
 
2014
2014
  ### Return type
2015
2015
 
2016
- [**InlineResponse20029**](InlineResponse20029.md)
2016
+ [**InlineResponse20031**](InlineResponse20031.md)
2017
2017
 
2018
2018
  ### Authorization
2019
2019
 
@@ -2523,7 +2523,7 @@ Name | Type | Description | Notes
2523
2523
 
2524
2524
 
2525
2525
  # **users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get**
2526
- > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
2526
+ > InlineResponse20031 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
2527
2527
 
2528
2528
  Get documents
2529
2529
 
@@ -2594,7 +2594,7 @@ Name | Type | Description | Notes
2594
2594
 
2595
2595
  ### Return type
2596
2596
 
2597
- [**InlineResponse20029**](InlineResponse20029.md)
2597
+ [**InlineResponse20031**](InlineResponse20031.md)
2598
2598
 
2599
2599
  ### Authorization
2600
2600
 
@@ -3000,7 +3000,7 @@ Name | Type | Description | Notes
3000
3000
 
3001
3001
 
3002
3002
  # **users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
3003
- > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts)
3003
+ > InlineResponse20031 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts)
3004
3004
 
3005
3005
  Get documents
3006
3006
 
@@ -3071,7 +3071,7 @@ Name | Type | Description | Notes
3071
3071
 
3072
3072
  ### Return type
3073
3073
 
3074
- [**InlineResponse20029**](InlineResponse20029.md)
3074
+ [**InlineResponse20031**](InlineResponse20031.md)
3075
3075
 
3076
3076
  ### Authorization
3077
3077
 
@@ -3532,7 +3532,7 @@ Name | Type | Description | Notes
3532
3532
 
3533
3533
 
3534
3534
  # **users_id_user_connections_id_connection_documents_get**
3535
- > InlineResponse20029 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
3535
+ > InlineResponse20031 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
3536
3536
 
3537
3537
  Get documents
3538
3538
 
@@ -3597,7 +3597,7 @@ Name | Type | Description | Notes
3597
3597
 
3598
3598
  ### Return type
3599
3599
 
3600
- [**InlineResponse20029**](InlineResponse20029.md)
3600
+ [**InlineResponse20031**](InlineResponse20031.md)
3601
3601
 
3602
3602
  ### Authorization
3603
3603
 
@@ -4083,6 +4083,7 @@ opts = {
4083
4083
  expire: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Set expiration of the connection to this date
4084
4084
  login: 'login_example', # String | Set login to this new login
4085
4085
  password: 'password_example', # String | Set password to this new password
4086
+ decoupled: true, # BOOLEAN | Try to update a connection with the decoupled error
4086
4087
  expand: 'expand_example' # String |
4087
4088
  }
4088
4089
 
@@ -4105,6 +4106,7 @@ Name | Type | Description | Notes
4105
4106
  **expire** | **DateTime**| Set expiration of the connection to this date | [optional]
4106
4107
  **login** | **String**| Set login to this new login | [optional]
4107
4108
  **password** | **String**| Set password to this new password | [optional]
4109
+ **decoupled** | **BOOLEAN**| Try to update a connection with the decoupled error | [optional]
4108
4110
  **expand** | **String**| | [optional]
4109
4111
 
4110
4112
  ### Return type
@@ -4188,7 +4190,7 @@ Name | Type | Description | Notes
4188
4190
 
4189
4191
  Delete a subscription.
4190
4192
 
4191
- It deletes a specific subscription If this is the last synced subscription of a connection, it will be removed too.<br><br>
4193
+ It deletes a specific subscription.<br><br>
4192
4194
 
4193
4195
  ### Example
4194
4196
  ```ruby
@@ -4312,7 +4314,7 @@ Name | Type | Description | Notes
4312
4314
 
4313
4315
 
4314
4316
  # **users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get**
4315
- > InlineResponse20029 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
4317
+ > InlineResponse20031 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
4316
4318
 
4317
4319
  Get documents
4318
4320
 
@@ -4380,7 +4382,7 @@ Name | Type | Description | Notes
4380
4382
 
4381
4383
  ### Return type
4382
4384
 
4383
- [**InlineResponse20029**](InlineResponse20029.md)
4385
+ [**InlineResponse20031**](InlineResponse20031.md)
4384
4386
 
4385
4387
  ### Authorization
4386
4388
 
@@ -4839,7 +4841,7 @@ Name | Type | Description | Notes
4839
4841
 
4840
4842
 
4841
4843
  # **users_id_user_connections_id_connection_transactions_id_transaction_documents_get**
4842
- > InlineResponse20029 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
4844
+ > InlineResponse20031 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
4843
4845
 
4844
4846
  Get documents
4845
4847
 
@@ -4907,7 +4909,7 @@ Name | Type | Description | Notes
4907
4909
 
4908
4910
  ### Return type
4909
4911
 
4910
- [**InlineResponse20029**](InlineResponse20029.md)
4912
+ [**InlineResponse20031**](InlineResponse20031.md)
4911
4913
 
4912
4914
  ### Authorization
4913
4915
 
@@ -5298,7 +5300,7 @@ Name | Type | Description | Notes
5298
5300
 
5299
5301
 
5300
5302
  # **users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get**
5301
- > InlineResponse20029 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
5303
+ > InlineResponse20031 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
5302
5304
 
5303
5305
  Get documents
5304
5306
 
@@ -5366,7 +5368,7 @@ Name | Type | Description | Notes
5366
5368
 
5367
5369
  ### Return type
5368
5370
 
5369
- [**InlineResponse20029**](InlineResponse20029.md)
5371
+ [**InlineResponse20031**](InlineResponse20031.md)
5370
5372
 
5371
5373
  ### Authorization
5372
5374
 
@@ -5837,7 +5839,7 @@ Name | Type | Description | Notes
5837
5839
 
5838
5840
 
5839
5841
  # **users_id_user_documents_get**
5840
- > InlineResponse20029 users_id_user_documents_get(id_user, opts)
5842
+ > InlineResponse20031 users_id_user_documents_get(id_user, opts)
5841
5843
 
5842
5844
  Get documents
5843
5845
 
@@ -5899,7 +5901,7 @@ Name | Type | Description | Notes
5899
5901
 
5900
5902
  ### Return type
5901
5903
 
5902
- [**InlineResponse20029**](InlineResponse20029.md)
5904
+ [**InlineResponse20031**](InlineResponse20031.md)
5903
5905
 
5904
5906
  ### Authorization
5905
5907
 
@@ -6346,7 +6348,7 @@ nil (empty response body)
6346
6348
 
6347
6349
  Delete a subscription.
6348
6350
 
6349
- It deletes a specific subscription If this is the last synced subscription of a connection, it will be removed too.<br><br>
6351
+ It deletes a specific subscription.<br><br>
6350
6352
 
6351
6353
  ### Example
6352
6354
  ```ruby
@@ -6464,7 +6466,7 @@ Name | Type | Description | Notes
6464
6466
 
6465
6467
 
6466
6468
  # **users_id_user_subscriptions_id_subscription_documents_get**
6467
- > InlineResponse20029 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
6469
+ > InlineResponse20031 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
6468
6470
 
6469
6471
  Get documents
6470
6472
 
@@ -6529,7 +6531,7 @@ Name | Type | Description | Notes
6529
6531
 
6530
6532
  ### Return type
6531
6533
 
6532
- [**InlineResponse20029**](InlineResponse20029.md)
6534
+ [**InlineResponse20031**](InlineResponse20031.md)
6533
6535
 
6534
6536
  ### Authorization
6535
6537
 
@@ -6970,7 +6972,7 @@ Name | Type | Description | Notes
6970
6972
 
6971
6973
 
6972
6974
  # **users_id_user_transactions_id_transaction_documents_get**
6973
- > InlineResponse20029 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
6975
+ > InlineResponse20031 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
6974
6976
 
6975
6977
  Get documents
6976
6978
 
@@ -7035,7 +7037,7 @@ Name | Type | Description | Notes
7035
7037
 
7036
7038
  ### Return type
7037
7039
 
7038
- [**InlineResponse20029**](InlineResponse20029.md)
7040
+ [**InlineResponse20031**](InlineResponse20031.md)
7039
7041
 
7040
7042
  ### Authorization
7041
7043
 
@@ -7411,7 +7413,7 @@ Name | Type | Description | Notes
7411
7413
 
7412
7414
 
7413
7415
  # **users_id_user_transactionsclusters_id_transactions_cluster_documents_get**
7414
- > InlineResponse20029 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
7416
+ > InlineResponse20031 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
7415
7417
 
7416
7418
  Get documents
7417
7419
 
@@ -7476,7 +7478,7 @@ Name | Type | Description | Notes
7476
7478
 
7477
7479
  ### Return type
7478
7480
 
7479
- [**InlineResponse20029**](InlineResponse20029.md)
7481
+ [**InlineResponse20031**](InlineResponse20031.md)
7480
7482
 
7481
7483
  ### Authorization
7482
7484