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/AdministrationApi.md
CHANGED
@@ -358,8 +358,8 @@ opts = {
|
|
358
358
|
description_banks: 'description_banks_example', # String | text to display as a description for banks
|
359
359
|
description_providers: 'description_providers_example', # String | text to display as a description for providers
|
360
360
|
pro: true, # BOOLEAN | Wether the client should display the company manager page
|
361
|
-
|
362
|
-
|
361
|
+
config: 'config_example', # String | custom config about the client
|
362
|
+
update_config: true, # BOOLEAN | update the custom information about the client instead of replacing the existing one (default: True)
|
363
363
|
expand: 'expand_example' # String |
|
364
364
|
}
|
365
365
|
|
@@ -387,8 +387,8 @@ Name | Type | Description | Notes
|
|
387
387
|
**description_banks** | **String**| text to display as a description for banks | [optional]
|
388
388
|
**description_providers** | **String**| text to display as a description for providers | [optional]
|
389
389
|
**pro** | **BOOLEAN**| Wether the client should display the company manager page | [optional]
|
390
|
-
**
|
391
|
-
**
|
390
|
+
**config** | **String**| custom config about the client | [optional]
|
391
|
+
**update_config** | **BOOLEAN**| update the custom information about the client instead of replacing the existing one (default: True) | [optional]
|
392
392
|
**expand** | **String**| | [optional]
|
393
393
|
|
394
394
|
### Return type
|
@@ -431,7 +431,7 @@ opts = {
|
|
431
431
|
generate_keys: true, # BOOLEAN | if True, generate a rsa pair of keys so the client can be used to generate jwt user tokens (default: False)
|
432
432
|
name: 'name_example', # String | name of client
|
433
433
|
redirect_uri: 'redirect_uri_example', # String | redirect_uri
|
434
|
-
|
434
|
+
config: 'config_example', # String | custom config about the client
|
435
435
|
expand: 'expand_example' # String |
|
436
436
|
}
|
437
437
|
|
@@ -451,7 +451,7 @@ Name | Type | Description | Notes
|
|
451
451
|
**generate_keys** | **BOOLEAN**| if True, generate a rsa pair of keys so the client can be used to generate jwt user tokens (default: False) | [optional]
|
452
452
|
**name** | **String**| name of client | [optional]
|
453
453
|
**redirect_uri** | **String**| redirect_uri | [optional]
|
454
|
-
**
|
454
|
+
**config** | **String**| custom config about the client | [optional]
|
455
455
|
**expand** | **String**| | [optional]
|
456
456
|
|
457
457
|
### Return type
|
@@ -1080,7 +1080,7 @@ Name | Type | Description | Notes
|
|
1080
1080
|
|
1081
1081
|
|
1082
1082
|
# **webhooks_auth_get**
|
1083
|
-
>
|
1083
|
+
> InlineResponse20039 webhooks_auth_get(opts)
|
1084
1084
|
|
1085
1085
|
Get webhooks authentication types
|
1086
1086
|
|
@@ -1121,7 +1121,7 @@ Name | Type | Description | Notes
|
|
1121
1121
|
|
1122
1122
|
### Return type
|
1123
1123
|
|
1124
|
-
[**
|
1124
|
+
[**InlineResponse20039**](InlineResponse20039.md)
|
1125
1125
|
|
1126
1126
|
### Authorization
|
1127
1127
|
|
@@ -1443,7 +1443,7 @@ Name | Type | Description | Notes
|
|
1443
1443
|
|
1444
1444
|
|
1445
1445
|
# **webhooks_get**
|
1446
|
-
>
|
1446
|
+
> InlineResponse20038 webhooks_get(opts)
|
1447
1447
|
|
1448
1448
|
Get webhooks
|
1449
1449
|
|
@@ -1484,7 +1484,7 @@ Name | Type | Description | Notes
|
|
1484
1484
|
|
1485
1485
|
### Return type
|
1486
1486
|
|
1487
|
-
[**
|
1487
|
+
[**InlineResponse20038**](InlineResponse20038.md)
|
1488
1488
|
|
1489
1489
|
### Authorization
|
1490
1490
|
|
@@ -1609,7 +1609,7 @@ Name | Type | Description | Notes
|
|
1609
1609
|
|
1610
1610
|
|
1611
1611
|
# **webhooks_id_webhook_logs_get**
|
1612
|
-
>
|
1612
|
+
> InlineResponse20040 webhooks_id_webhook_logs_get(id_webhook, opts)
|
1613
1613
|
|
1614
1614
|
Get webhooks logs.
|
1615
1615
|
|
@@ -1661,7 +1661,7 @@ Name | Type | Description | Notes
|
|
1661
1661
|
|
1662
1662
|
### Return type
|
1663
1663
|
|
1664
|
-
[**
|
1664
|
+
[**InlineResponse20040**](InlineResponse20040.md)
|
1665
1665
|
|
1666
1666
|
### Authorization
|
1667
1667
|
|
data/docs/BanksApi.md
CHANGED
@@ -1848,7 +1848,7 @@ Name | Type | Description | Notes
|
|
1848
1848
|
|
1849
1849
|
|
1850
1850
|
# **providers_id_connector_logos_get**
|
1851
|
-
>
|
1851
|
+
> InlineResponse20019 providers_id_connector_logos_get(id_connector, opts)
|
1852
1852
|
|
1853
1853
|
Get all links to the files associated with this connector.
|
1854
1854
|
|
@@ -1892,7 +1892,7 @@ Name | Type | Description | Notes
|
|
1892
1892
|
|
1893
1893
|
### Return type
|
1894
1894
|
|
1895
|
-
[**
|
1895
|
+
[**InlineResponse20019**](InlineResponse20019.md)
|
1896
1896
|
|
1897
1897
|
### Authorization
|
1898
1898
|
|
@@ -2199,7 +2199,7 @@ Name | Type | Description | Notes
|
|
2199
2199
|
|
2200
2200
|
|
2201
2201
|
# **users_id_user_accounts_get**
|
2202
|
-
>
|
2202
|
+
> InlineResponse20022 users_id_user_accounts_get(id_user, opts)
|
2203
2203
|
|
2204
2204
|
Get accounts list.
|
2205
2205
|
|
@@ -2243,7 +2243,7 @@ Name | Type | Description | Notes
|
|
2243
2243
|
|
2244
2244
|
### Return type
|
2245
2245
|
|
2246
|
-
[**
|
2246
|
+
[**InlineResponse20022**](InlineResponse20022.md)
|
2247
2247
|
|
2248
2248
|
### Authorization
|
2249
2249
|
|
@@ -2438,7 +2438,7 @@ nil (empty response body)
|
|
2438
2438
|
|
2439
2439
|
|
2440
2440
|
# **users_id_user_accounts_id_account_logs_get**
|
2441
|
-
>
|
2441
|
+
> InlineResponse20026 users_id_user_accounts_id_account_logs_get(id_user, id_account, opts)
|
2442
2442
|
|
2443
2443
|
Get accounts logs.
|
2444
2444
|
|
@@ -2493,7 +2493,7 @@ Name | Type | Description | Notes
|
|
2493
2493
|
|
2494
2494
|
### Return type
|
2495
2495
|
|
2496
|
-
[**
|
2496
|
+
[**InlineResponse20026**](InlineResponse20026.md)
|
2497
2497
|
|
2498
2498
|
### Authorization
|
2499
2499
|
|
@@ -2643,7 +2643,7 @@ Name | Type | Description | Notes
|
|
2643
2643
|
|
2644
2644
|
|
2645
2645
|
# **users_id_user_accounts_id_account_transactions_get**
|
2646
|
-
>
|
2646
|
+
> InlineResponse20030 users_id_user_accounts_id_account_transactions_get(id_user, id_account, opts)
|
2647
2647
|
|
2648
2648
|
Get transactions
|
2649
2649
|
|
@@ -2716,7 +2716,7 @@ Name | Type | Description | Notes
|
|
2716
2716
|
|
2717
2717
|
### Return type
|
2718
2718
|
|
2719
|
-
[**
|
2719
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
2720
2720
|
|
2721
2721
|
### Authorization
|
2722
2722
|
|
@@ -2794,7 +2794,7 @@ Name | Type | Description | Notes
|
|
2794
2794
|
|
2795
2795
|
|
2796
2796
|
# **users_id_user_accounts_id_account_transactions_id_transaction_informations_get**
|
2797
|
-
>
|
2797
|
+
> InlineResponse20032 users_id_user_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_account, id_transaction, opts)
|
2798
2798
|
|
2799
2799
|
List all arbitrary key-value pairs on a transaction
|
2800
2800
|
|
@@ -2844,7 +2844,7 @@ Name | Type | Description | Notes
|
|
2844
2844
|
|
2845
2845
|
### Return type
|
2846
2846
|
|
2847
|
-
[**
|
2847
|
+
[**InlineResponse20032**](InlineResponse20032.md)
|
2848
2848
|
|
2849
2849
|
### Authorization
|
2850
2850
|
|
@@ -3214,7 +3214,7 @@ Name | Type | Description | Notes
|
|
3214
3214
|
|
3215
3215
|
|
3216
3216
|
# **users_id_user_accounts_id_account_transactionsclusters_get**
|
3217
|
-
>
|
3217
|
+
> InlineResponse20033 users_id_user_accounts_id_account_transactionsclusters_get(id_user, id_account, opts)
|
3218
3218
|
|
3219
3219
|
Get clustered transactions
|
3220
3220
|
|
@@ -3261,7 +3261,7 @@ Name | Type | Description | Notes
|
|
3261
3261
|
|
3262
3262
|
### Return type
|
3263
3263
|
|
3264
|
-
[**
|
3264
|
+
[**InlineResponse20033**](InlineResponse20033.md)
|
3265
3265
|
|
3266
3266
|
### Authorization
|
3267
3267
|
|
@@ -3594,7 +3594,7 @@ Name | Type | Description | Notes
|
|
3594
3594
|
|
3595
3595
|
|
3596
3596
|
# **users_id_user_alerts_get**
|
3597
|
-
>
|
3597
|
+
> InlineResponse20034 users_id_user_alerts_get(id_user, opts)
|
3598
3598
|
|
3599
3599
|
Get alerts
|
3600
3600
|
|
@@ -3638,7 +3638,7 @@ Name | Type | Description | Notes
|
|
3638
3638
|
|
3639
3639
|
### Return type
|
3640
3640
|
|
3641
|
-
[**
|
3641
|
+
[**InlineResponse20034**](InlineResponse20034.md)
|
3642
3642
|
|
3643
3643
|
### Authorization
|
3644
3644
|
|
@@ -3652,7 +3652,7 @@ Name | Type | Description | Notes
|
|
3652
3652
|
|
3653
3653
|
|
3654
3654
|
# **users_id_user_categories_full_get**
|
3655
|
-
>
|
3655
|
+
> InlineResponse20035 users_id_user_categories_full_get(id_user, opts)
|
3656
3656
|
|
3657
3657
|
Get the category
|
3658
3658
|
|
@@ -3696,7 +3696,7 @@ Name | Type | Description | Notes
|
|
3696
3696
|
|
3697
3697
|
### Return type
|
3698
3698
|
|
3699
|
-
[**
|
3699
|
+
[**InlineResponse20035**](InlineResponse20035.md)
|
3700
3700
|
|
3701
3701
|
### Authorization
|
3702
3702
|
|
@@ -4138,7 +4138,7 @@ Name | Type | Description | Notes
|
|
4138
4138
|
|
4139
4139
|
|
4140
4140
|
# **users_id_user_connections_id_connection_accounts_get**
|
4141
|
-
>
|
4141
|
+
> InlineResponse20022 users_id_user_connections_id_connection_accounts_get(id_user, id_connection, opts)
|
4142
4142
|
|
4143
4143
|
Get accounts list.
|
4144
4144
|
|
@@ -4185,7 +4185,7 @@ Name | Type | Description | Notes
|
|
4185
4185
|
|
4186
4186
|
### Return type
|
4187
4187
|
|
4188
|
-
[**
|
4188
|
+
[**InlineResponse20022**](InlineResponse20022.md)
|
4189
4189
|
|
4190
4190
|
### Authorization
|
4191
4191
|
|
@@ -4389,7 +4389,7 @@ nil (empty response body)
|
|
4389
4389
|
|
4390
4390
|
|
4391
4391
|
# **users_id_user_connections_id_connection_accounts_id_account_logs_get**
|
4392
|
-
>
|
4392
|
+
> InlineResponse20026 users_id_user_connections_id_connection_accounts_id_account_logs_get(id_user, id_connection, id_account, opts)
|
4393
4393
|
|
4394
4394
|
Get accounts logs.
|
4395
4395
|
|
@@ -4447,7 +4447,7 @@ Name | Type | Description | Notes
|
|
4447
4447
|
|
4448
4448
|
### Return type
|
4449
4449
|
|
4450
|
-
[**
|
4450
|
+
[**InlineResponse20026**](InlineResponse20026.md)
|
4451
4451
|
|
4452
4452
|
### Authorization
|
4453
4453
|
|
@@ -4603,7 +4603,7 @@ Name | Type | Description | Notes
|
|
4603
4603
|
|
4604
4604
|
|
4605
4605
|
# **users_id_user_connections_id_connection_accounts_id_account_transactions_get**
|
4606
|
-
>
|
4606
|
+
> InlineResponse20030 users_id_user_connections_id_connection_accounts_id_account_transactions_get(id_user, id_connection, id_account, opts)
|
4607
4607
|
|
4608
4608
|
Get transactions
|
4609
4609
|
|
@@ -4679,7 +4679,7 @@ Name | Type | Description | Notes
|
|
4679
4679
|
|
4680
4680
|
### Return type
|
4681
4681
|
|
4682
|
-
[**
|
4682
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
4683
4683
|
|
4684
4684
|
### Authorization
|
4685
4685
|
|
@@ -4760,7 +4760,7 @@ Name | Type | Description | Notes
|
|
4760
4760
|
|
4761
4761
|
|
4762
4762
|
# **users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get**
|
4763
|
-
>
|
4763
|
+
> InlineResponse20032 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_connection, id_account, id_transaction, opts)
|
4764
4764
|
|
4765
4765
|
List all arbitrary key-value pairs on a transaction
|
4766
4766
|
|
@@ -4813,7 +4813,7 @@ Name | Type | Description | Notes
|
|
4813
4813
|
|
4814
4814
|
### Return type
|
4815
4815
|
|
4816
|
-
[**
|
4816
|
+
[**InlineResponse20032**](InlineResponse20032.md)
|
4817
4817
|
|
4818
4818
|
### Authorization
|
4819
4819
|
|
@@ -5198,7 +5198,7 @@ Name | Type | Description | Notes
|
|
5198
5198
|
|
5199
5199
|
|
5200
5200
|
# **users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get**
|
5201
|
-
>
|
5201
|
+
> InlineResponse20033 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get(id_user, id_connection, id_account, opts)
|
5202
5202
|
|
5203
5203
|
Get clustered transactions
|
5204
5204
|
|
@@ -5248,7 +5248,7 @@ Name | Type | Description | Notes
|
|
5248
5248
|
|
5249
5249
|
### Return type
|
5250
5250
|
|
5251
|
-
[**
|
5251
|
+
[**InlineResponse20033**](InlineResponse20033.md)
|
5252
5252
|
|
5253
5253
|
### Authorization
|
5254
5254
|
|
@@ -5828,6 +5828,7 @@ opts = {
|
|
5828
5828
|
expire: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Set expiration of the connection to this date
|
5829
5829
|
login: 'login_example', # String | Set login to this new login
|
5830
5830
|
password: 'password_example', # String | Set password to this new password
|
5831
|
+
decoupled: true, # BOOLEAN | Try to update a connection with the decoupled error
|
5831
5832
|
expand: 'expand_example' # String |
|
5832
5833
|
}
|
5833
5834
|
|
@@ -5850,6 +5851,7 @@ Name | Type | Description | Notes
|
|
5850
5851
|
**expire** | **DateTime**| Set expiration of the connection to this date | [optional]
|
5851
5852
|
**login** | **String**| Set login to this new login | [optional]
|
5852
5853
|
**password** | **String**| Set password to this new password | [optional]
|
5854
|
+
**decoupled** | **BOOLEAN**| Try to update a connection with the decoupled error | [optional]
|
5853
5855
|
**expand** | **String**| | [optional]
|
5854
5856
|
|
5855
5857
|
### Return type
|
@@ -5990,7 +5992,7 @@ Name | Type | Description | Notes
|
|
5990
5992
|
|
5991
5993
|
|
5992
5994
|
# **users_id_user_connections_id_connection_transactions_get**
|
5993
|
-
>
|
5995
|
+
> InlineResponse20030 users_id_user_connections_id_connection_transactions_get(id_user, id_connection, opts)
|
5994
5996
|
|
5995
5997
|
Get transactions
|
5996
5998
|
|
@@ -6063,7 +6065,7 @@ Name | Type | Description | Notes
|
|
6063
6065
|
|
6064
6066
|
### Return type
|
6065
6067
|
|
6066
|
-
[**
|
6068
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
6067
6069
|
|
6068
6070
|
### Authorization
|
6069
6071
|
|
@@ -6141,7 +6143,7 @@ Name | Type | Description | Notes
|
|
6141
6143
|
|
6142
6144
|
|
6143
6145
|
# **users_id_user_connections_id_connection_transactions_id_transaction_informations_get**
|
6144
|
-
>
|
6146
|
+
> InlineResponse20032 users_id_user_connections_id_connection_transactions_id_transaction_informations_get(id_user, id_connection, id_transaction, opts)
|
6145
6147
|
|
6146
6148
|
List all arbitrary key-value pairs on a transaction
|
6147
6149
|
|
@@ -6191,7 +6193,7 @@ Name | Type | Description | Notes
|
|
6191
6193
|
|
6192
6194
|
### Return type
|
6193
6195
|
|
6194
|
-
[**
|
6196
|
+
[**InlineResponse20032**](InlineResponse20032.md)
|
6195
6197
|
|
6196
6198
|
### Authorization
|
6197
6199
|
|
@@ -6561,7 +6563,7 @@ Name | Type | Description | Notes
|
|
6561
6563
|
|
6562
6564
|
|
6563
6565
|
# **users_id_user_connections_id_connection_transactionsclusters_get**
|
6564
|
-
>
|
6566
|
+
> InlineResponse20033 users_id_user_connections_id_connection_transactionsclusters_get(id_user, id_connection, opts)
|
6565
6567
|
|
6566
6568
|
Get clustered transactions
|
6567
6569
|
|
@@ -6608,7 +6610,7 @@ Name | Type | Description | Notes
|
|
6608
6610
|
|
6609
6611
|
### Return type
|
6610
6612
|
|
6611
|
-
[**
|
6613
|
+
[**InlineResponse20033**](InlineResponse20033.md)
|
6612
6614
|
|
6613
6615
|
### Authorization
|
6614
6616
|
|
@@ -7086,7 +7088,7 @@ Name | Type | Description | Notes
|
|
7086
7088
|
|
7087
7089
|
|
7088
7090
|
# **users_id_user_transactions_get**
|
7089
|
-
>
|
7091
|
+
> InlineResponse20030 users_id_user_transactions_get(id_user, opts)
|
7090
7092
|
|
7091
7093
|
Get transactions
|
7092
7094
|
|
@@ -7156,7 +7158,7 @@ Name | Type | Description | Notes
|
|
7156
7158
|
|
7157
7159
|
### Return type
|
7158
7160
|
|
7159
|
-
[**
|
7161
|
+
[**InlineResponse20030**](InlineResponse20030.md)
|
7160
7162
|
|
7161
7163
|
### Authorization
|
7162
7164
|
|
@@ -7231,7 +7233,7 @@ Name | Type | Description | Notes
|
|
7231
7233
|
|
7232
7234
|
|
7233
7235
|
# **users_id_user_transactions_id_transaction_informations_get**
|
7234
|
-
>
|
7236
|
+
> InlineResponse20032 users_id_user_transactions_id_transaction_informations_get(id_user, id_transaction, opts)
|
7235
7237
|
|
7236
7238
|
List all arbitrary key-value pairs on a transaction
|
7237
7239
|
|
@@ -7278,7 +7280,7 @@ Name | Type | Description | Notes
|
|
7278
7280
|
|
7279
7281
|
### Return type
|
7280
7282
|
|
7281
|
-
[**
|
7283
|
+
[**InlineResponse20032**](InlineResponse20032.md)
|
7282
7284
|
|
7283
7285
|
### Authorization
|
7284
7286
|
|
@@ -7633,7 +7635,7 @@ Name | Type | Description | Notes
|
|
7633
7635
|
|
7634
7636
|
|
7635
7637
|
# **users_id_user_transactionsclusters_get**
|
7636
|
-
>
|
7638
|
+
> InlineResponse20033 users_id_user_transactionsclusters_get(id_user, opts)
|
7637
7639
|
|
7638
7640
|
Get clustered transactions
|
7639
7641
|
|
@@ -7677,7 +7679,7 @@ Name | Type | Description | Notes
|
|
7677
7679
|
|
7678
7680
|
### Return type
|
7679
7681
|
|
7680
|
-
[**
|
7682
|
+
[**InlineResponse20033**](InlineResponse20033.md)
|
7681
7683
|
|
7682
7684
|
### Authorization
|
7683
7685
|
|
data/docs/Client.md
CHANGED
@@ -9,13 +9,8 @@ Name | Type | Description | Notes
|
|
9
9
|
**public_key** | **String** | | [optional]
|
10
10
|
**private_key** | **String** | | [optional]
|
11
11
|
**redirect_uri** | **String** | | [default to '']
|
12
|
-
**primary_color** | **String** | Primary color of client | [optional]
|
13
|
-
**secondary_color** | **String** | Secondary color of client | [optional]
|
14
12
|
**pro** | **BOOLEAN** | Should the client display the company manager page. | [default to false]
|
15
|
-
**description** | **String** | Text to display as a default description. | [optional]
|
16
|
-
**description_banks** | **String** | Text to display as a description for banks. | [optional]
|
17
|
-
**description_providers** | **String** | Text to display as a description for providers. | [optional]
|
18
13
|
**id_logo** | **Integer** | | [optional]
|
19
|
-
**
|
14
|
+
**config** | **String** | customizable config | [optional]
|
20
15
|
|
21
16
|
|
data/docs/Connection.md
CHANGED
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
|
|
8
8
|
**id_connector** | **Integer** | ID of the related connector |
|
9
9
|
**last_update** | **DateTime** | Last successful update | [optional]
|
10
10
|
**error** | **String** | If the last update has failed, the error code | [optional]
|
11
|
+
**error_message** | **String** | If fail, error message received from connector | [optional]
|
11
12
|
**expire** | **DateTime** | Expiration of the connection. Used during add of a two-factor authentication, to purge the connection if the user abort | [optional]
|
12
13
|
**active** | **BOOLEAN** | This connection is active and will be automatically synced | [default to true]
|
13
14
|
**last_push** | **DateTime** | Last successful push | [optional]
|