budgea_client 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +11 -1
- data/budgea_openapi.json +913 -105
- data/docs/AdministrationApi.md +12 -12
- data/docs/BanksApi.md +40 -38
- data/docs/Client.md +1 -6
- data/docs/Connection.md +1 -0
- data/docs/ConnectionLog.md +1 -0
- data/docs/ConnectionsApi.md +2 -0
- data/docs/Document.md +2 -3
- data/docs/DocumentsApi.md +24 -24
- data/docs/InlineResponse200.md +1 -0
- data/docs/InlineResponse20010.md +1 -0
- data/docs/InlineResponse20011.md +1 -0
- data/docs/InlineResponse20012.md +1 -0
- data/docs/InlineResponse20013.md +1 -0
- data/docs/InlineResponse20014.md +1 -0
- data/docs/InlineResponse20015.md +1 -0
- data/docs/InlineResponse20016.md +1 -0
- data/docs/InlineResponse20017.md +1 -0
- data/docs/InlineResponse20018.md +1 -0
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +2 -1
- data/docs/InlineResponse20021.md +2 -1
- data/docs/InlineResponse20022.md +2 -1
- data/docs/InlineResponse20023.md +2 -1
- data/docs/InlineResponse20024.md +2 -1
- data/docs/InlineResponse20025.md +2 -1
- data/docs/InlineResponse20026.md +2 -1
- data/docs/InlineResponse20027.md +2 -1
- data/docs/InlineResponse20028.md +2 -1
- data/docs/InlineResponse20029.md +2 -1
- data/docs/InlineResponse20030.md +2 -1
- data/docs/InlineResponse20031.md +2 -1
- data/docs/InlineResponse20032.md +2 -1
- data/docs/InlineResponse20033.md +2 -1
- data/docs/InlineResponse20034.md +2 -1
- data/docs/InlineResponse20035.md +2 -1
- data/docs/InlineResponse20036.md +2 -1
- data/docs/InlineResponse20037.md +2 -1
- data/docs/InlineResponse20038.md +2 -1
- data/docs/InlineResponse20039.md +9 -0
- data/docs/InlineResponse20040.md +9 -0
- data/docs/InlineResponse2008.md +1 -0
- data/docs/InlineResponse2009.md +1 -0
- data/docs/PFMApi.md +15 -15
- data/docs/ProvidersApi.md +30 -28
- data/docs/RecipientLog.md +1 -0
- data/docs/TermsApi.md +4 -4
- data/docs/Transfer.md +2 -2
- data/docs/TransferLog.md +1 -0
- data/docs/TransfersApi.md +24 -24
- data/docs/UsersManagementApi.md +4 -4
- data/docs/WealthApi.md +524 -16
- data/lib/budgea_client.rb +2 -0
- data/lib/budgea_client/api/administration_api.rb +18 -18
- data/lib/budgea_client/api/banks_api.rb +60 -57
- data/lib/budgea_client/api/connections_api.rb +3 -0
- data/lib/budgea_client/api/documents_api.rb +36 -36
- data/lib/budgea_client/api/pfm_api.rb +19 -19
- data/lib/budgea_client/api/providers_api.rb +46 -43
- data/lib/budgea_client/api/terms_api.rb +6 -6
- data/lib/budgea_client/api/transfers_api.rb +36 -36
- data/lib/budgea_client/api/users_management_api.rb +6 -6
- data/lib/budgea_client/api/wealth_api.rb +552 -24
- data/lib/budgea_client/models/client.rb +8 -58
- data/lib/budgea_client/models/connection.rb +11 -1
- data/lib/budgea_client/models/connection_log.rb +14 -4
- data/lib/budgea_client/models/document.rb +18 -24
- data/lib/budgea_client/models/inline_response_200.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_10.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_11.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_12.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_13.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_14.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_15.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_16.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_17.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_18.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_20.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_21.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_22.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_23.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_24.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_25.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_26.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_27.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_28.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_29.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_30.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_31.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_32.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_33.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_34.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_35.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_36.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_37.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_38.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_39.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_40.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_8.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_9.rb +14 -4
- data/lib/budgea_client/models/recipient_log.rb +14 -4
- data/lib/budgea_client/models/transfer.rb +2 -2
- data/lib/budgea_client/models/transfer_log.rb +14 -4
- data/lib/budgea_client/version.rb +1 -1
- data/original_budgea_openapi.json +911 -103
- data/pkg/budgea_client-2.0.0.gem +0 -0
- data/spec/models/inline_response_200_39_spec.rb +47 -0
- data/spec/models/inline_response_200_40_spec.rb +47 -0
- metadata +12 -5
- data/pkg/budgea_client-2.0.1.gem +0 -0
- data/pkg/budgea_client-2.0.2.gem +0 -0
data/docs/InlineResponse20031.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**documents** | [**Array<Document>**](Document.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20032.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**transactioninformations** | [**Array<TransactionInformation>**](TransactionInformation.md) | |
|
7
|
+
**total** | **Float** | total number of results | [optional]
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20033.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**transactionsclusters** | [**Array<TransactionsCluster>**](TransactionsCluster.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20034.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**alerts** | [**Array<Alert>**](Alert.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20035.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**categorys** | [**Array<Category>**](Category.md) | |
|
7
|
+
**total** | **Float** | total number of results | [optional]
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20036.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**devices** | [**Array<Device>**](Device.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20037.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
6
|
+
**total** | **Float** | total number of results | [optional]
|
7
|
+
**profiles** | [**Array<Profile>**](Profile.md) | |
|
7
8
|
|
8
9
|
|
data/docs/InlineResponse20038.md
CHANGED
@@ -3,6 +3,7 @@
|
|
3
3
|
## Properties
|
4
4
|
Name | Type | Description | Notes
|
5
5
|
------------ | ------------- | ------------- | -------------
|
6
|
-
**
|
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
|
+
|
data/docs/InlineResponse2008.md
CHANGED
data/docs/InlineResponse2009.md
CHANGED
data/docs/PFMApi.md
CHANGED
@@ -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
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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,
|
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,
|
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
|
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
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
2102
|
+
[**InlineResponse20037**](InlineResponse20037.md)
|
2103
2103
|
|
2104
2104
|
### Authorization
|
2105
2105
|
|
data/docs/ProvidersApi.md
CHANGED
@@ -1248,7 +1248,7 @@ Name | Type | Description | Notes
|
|
1248
1248
|
|
1249
1249
|
|
1250
1250
|
# **providers_id_connector_logos_get**
|
1251
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
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
|
-
>
|
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
|
-
[**
|
7481
|
+
[**InlineResponse20031**](InlineResponse20031.md)
|
7480
7482
|
|
7481
7483
|
### Authorization
|
7482
7484
|
|