budgea_client 2.0.0 → 2.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 (88) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +17 -0
  4. data/Rakefile +1 -5
  5. data/budgea_openapi.json +748 -63
  6. data/docs/Account.md +2 -0
  7. data/docs/AdministrationApi.md +497 -4
  8. data/docs/AuthenticationApi.md +2 -0
  9. data/docs/BanksApi.md +165 -48
  10. data/docs/ConnectionsApi.md +14 -12
  11. data/docs/Connector.md +2 -0
  12. data/docs/DocumentsApi.md +26 -26
  13. data/docs/InlineResponse20013.md +1 -1
  14. data/docs/InlineResponse20014.md +1 -1
  15. data/docs/InlineResponse20015.md +1 -1
  16. data/docs/InlineResponse20016.md +1 -1
  17. data/docs/InlineResponse20017.md +1 -1
  18. data/docs/InlineResponse20018.md +1 -1
  19. data/docs/InlineResponse20019.md +1 -1
  20. data/docs/InlineResponse20020.md +1 -1
  21. data/docs/InlineResponse20021.md +1 -1
  22. data/docs/InlineResponse20022.md +1 -1
  23. data/docs/InlineResponse20023.md +1 -1
  24. data/docs/InlineResponse20024.md +1 -1
  25. data/docs/InlineResponse20025.md +1 -1
  26. data/docs/InlineResponse20026.md +1 -1
  27. data/docs/InlineResponse20027.md +1 -1
  28. data/docs/InlineResponse20028.md +1 -1
  29. data/docs/InlineResponse20029.md +1 -1
  30. data/docs/InlineResponse20030.md +1 -1
  31. data/docs/InlineResponse20031.md +1 -1
  32. data/docs/InlineResponse20032.md +1 -1
  33. data/docs/InlineResponse20033.md +1 -1
  34. data/docs/InlineResponse20034.md +1 -1
  35. data/docs/InlineResponse20035.md +1 -1
  36. data/docs/InlineResponse20036.md +1 -1
  37. data/docs/PFMApi.md +10 -10
  38. data/docs/ProvidersApi.md +38 -38
  39. data/docs/TermsApi.md +4 -4
  40. data/docs/Transaction.md +1 -1
  41. data/docs/TransfersApi.md +43 -25
  42. data/docs/UsersManagementApi.md +4 -4
  43. data/docs/WealthApi.md +18 -18
  44. data/docs/Webhook.md +2 -0
  45. data/lib/budgea_client/api/administration_api.rb +506 -6
  46. data/lib/budgea_client/api/authentication_api.rb +3 -0
  47. data/lib/budgea_client/api/banks_api.rb +183 -72
  48. data/lib/budgea_client/api/connections_api.rb +21 -18
  49. data/lib/budgea_client/api/documents_api.rb +39 -39
  50. data/lib/budgea_client/api/pfm_api.rb +15 -15
  51. data/lib/budgea_client/api/providers_api.rb +57 -57
  52. data/lib/budgea_client/api/terms_api.rb +6 -6
  53. data/lib/budgea_client/api/transfers_api.rb +63 -36
  54. data/lib/budgea_client/api/users_management_api.rb +6 -6
  55. data/lib/budgea_client/api/wealth_api.rb +27 -27
  56. data/lib/budgea_client/models/account.rb +24 -4
  57. data/lib/budgea_client/models/connector.rb +26 -1
  58. data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
  59. data/lib/budgea_client/models/inline_response_200_14.rb +11 -11
  60. data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
  61. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  62. data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
  63. data/lib/budgea_client/models/inline_response_200_18.rb +11 -11
  64. data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
  65. data/lib/budgea_client/models/inline_response_200_20.rb +11 -11
  66. data/lib/budgea_client/models/inline_response_200_21.rb +11 -11
  67. data/lib/budgea_client/models/inline_response_200_22.rb +11 -11
  68. data/lib/budgea_client/models/inline_response_200_23.rb +11 -11
  69. data/lib/budgea_client/models/inline_response_200_24.rb +11 -11
  70. data/lib/budgea_client/models/inline_response_200_25.rb +11 -11
  71. data/lib/budgea_client/models/inline_response_200_26.rb +11 -11
  72. data/lib/budgea_client/models/inline_response_200_27.rb +11 -11
  73. data/lib/budgea_client/models/inline_response_200_28.rb +11 -11
  74. data/lib/budgea_client/models/inline_response_200_29.rb +11 -11
  75. data/lib/budgea_client/models/inline_response_200_30.rb +11 -11
  76. data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
  77. data/lib/budgea_client/models/inline_response_200_32.rb +11 -11
  78. data/lib/budgea_client/models/inline_response_200_33.rb +11 -11
  79. data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
  80. data/lib/budgea_client/models/inline_response_200_35.rb +11 -11
  81. data/lib/budgea_client/models/inline_response_200_36.rb +11 -11
  82. data/lib/budgea_client/models/transaction.rb +11 -18
  83. data/lib/budgea_client/models/webhook.rb +24 -4
  84. data/lib/budgea_client/version.rb +1 -1
  85. data/lib/budgea_client.rb +7 -0
  86. data/original_budgea_openapi.json +771 -142
  87. data/pkg/budgea_client-2.0.1.gem +0 -0
  88. metadata +4 -3
@@ -104,6 +104,7 @@ id_connector = 56 # Integer |
104
104
  opts = {
105
105
  range: 56, # Integer | the length of the connection subset
106
106
  type: 56, # Integer | to target a specific account type which will be
107
+ occurrences: 56, # Integer | require at least N accounts of the targeted
107
108
  expand: 'expand_example' # String |
108
109
  }
109
110
 
@@ -123,6 +124,7 @@ Name | Type | Description | Notes
123
124
  **id_connector** | **Integer**| |
124
125
  **range** | **Integer**| the length of the connection subset | [optional]
125
126
  **type** | **Integer**| to target a specific account type which will be | [optional]
127
+ **occurrences** | **Integer**| require at least N accounts of the targeted | [optional]
126
128
  **expand** | **String**| | [optional]
127
129
 
128
130
  ### Return type
@@ -196,7 +198,7 @@ Name | Type | Description | Notes
196
198
 
197
199
 
198
200
  # **connectors_get**
199
- > InlineResponse20013 connectors_get(opts)
201
+ > InlineResponse20014 connectors_get(opts)
200
202
 
201
203
  Get list of connectors
202
204
 
@@ -237,7 +239,7 @@ Name | Type | Description | Notes
237
239
 
238
240
  ### Return type
239
241
 
240
- [**InlineResponse20013**](InlineResponse20013.md)
242
+ [**InlineResponse20014**](InlineResponse20014.md)
241
243
 
242
244
  ### Authorization
243
245
 
@@ -278,7 +280,6 @@ login = 'login_example' # String | Users login
278
280
  password = 'password_example' # String | Users password
279
281
 
280
282
  opts = {
281
- api: 'api_example', # String | Name of the API
282
283
  url: 'url_example', # String | Url of the bank
283
284
  email: 'email_example', # String | Email of the user
284
285
  types: 'types_example', # String | Type of connector, eg. banks or providers
@@ -303,7 +304,6 @@ Name | Type | Description | Notes
303
304
  **name** | **String**| Name of the bank or provider |
304
305
  **login** | **String**| Users login |
305
306
  **password** | **String**| Users password |
306
- **api** | **String**| Name of the API | [optional]
307
307
  **url** | **String**| Url of the bank | [optional]
308
308
  **email** | **String**| Email of the user | [optional]
309
309
  **types** | **String**| Type of connector, eg. banks or providers | [optional]
@@ -327,7 +327,7 @@ Name | Type | Description | Notes
327
327
 
328
328
 
329
329
  # **logs_get**
330
- > InlineResponse20016 logs_get(opts)
330
+ > InlineResponse20017 logs_get(opts)
331
331
 
332
332
  Get connection logs
333
333
 
@@ -388,7 +388,7 @@ Name | Type | Description | Notes
388
388
 
389
389
  ### Return type
390
390
 
391
- [**InlineResponse20016**](InlineResponse20016.md)
391
+ [**InlineResponse20017**](InlineResponse20017.md)
392
392
 
393
393
  ### Authorization
394
394
 
@@ -402,7 +402,7 @@ Name | Type | Description | Notes
402
402
 
403
403
 
404
404
  # **providers_get**
405
- > InlineResponse20017 providers_get(opts)
405
+ > InlineResponse20018 providers_get(opts)
406
406
 
407
407
  Get list of connectors
408
408
 
@@ -443,7 +443,7 @@ Name | Type | Description | Notes
443
443
 
444
444
  ### Return type
445
445
 
446
- [**InlineResponse20017**](InlineResponse20017.md)
446
+ [**InlineResponse20018**](InlineResponse20018.md)
447
447
 
448
448
  ### Authorization
449
449
 
@@ -755,7 +755,7 @@ Name | Type | Description | Notes
755
755
 
756
756
 
757
757
  # **users_id_user_connections_id_connection_logs_get**
758
- > InlineResponse20016 users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts)
758
+ > InlineResponse20017 users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts)
759
759
 
760
760
  Get connection logs
761
761
 
@@ -822,7 +822,7 @@ Name | Type | Description | Notes
822
822
 
823
823
  ### Return type
824
824
 
825
- [**InlineResponse20016**](InlineResponse20016.md)
825
+ [**InlineResponse20017**](InlineResponse20017.md)
826
826
 
827
827
  ### Authorization
828
828
 
@@ -990,6 +990,7 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
990
990
 
991
991
  opts = {
992
992
  id_connector: 56, # Integer | ID of the connector
993
+ connector_uuid: 'connector_uuid_example', # String | optional uuid of the connector (replaces id_connector)
993
994
  birthday: 'birthday_example', # String | bank additional login parameter
994
995
  password: 'password_example', # String | bank additional login parameter
995
996
  oauth_token: 'oauth_token_example', # String | bank additional login parameter
@@ -1020,6 +1021,7 @@ Name | Type | Description | Notes
1020
1021
  ------------- | ------------- | ------------- | -------------
1021
1022
  **id_user** | **String**| Hint: you can use 'me' or 'all' |
1022
1023
  **id_connector** | **Integer**| ID of the connector | [optional]
1024
+ **connector_uuid** | **String**| optional uuid of the connector (replaces id_connector) | [optional]
1023
1025
  **birthday** | **String**| bank additional login parameter | [optional]
1024
1026
  **password** | **String**| bank additional login parameter | [optional]
1025
1027
  **oauth_token** | **String**| bank additional login parameter | [optional]
@@ -1050,7 +1052,7 @@ Name | Type | Description | Notes
1050
1052
 
1051
1053
 
1052
1054
  # **users_id_user_logs_get**
1053
- > InlineResponse20016 users_id_user_logs_get(id_user, opts)
1055
+ > InlineResponse20017 users_id_user_logs_get(id_user, opts)
1054
1056
 
1055
1057
  Get connection logs
1056
1058
 
@@ -1114,7 +1116,7 @@ Name | Type | Description | Notes
1114
1116
 
1115
1117
  ### Return type
1116
1118
 
1117
- [**InlineResponse20016**](InlineResponse20016.md)
1119
+ [**InlineResponse20017**](InlineResponse20017.md)
1118
1120
 
1119
1121
  ### Authorization
1120
1122
 
data/docs/Connector.md CHANGED
@@ -16,6 +16,8 @@ Name | Type | Description | Notes
16
16
  **months_to_fetch** | **Integer** | How many months of history to fetch | [optional]
17
17
  **account_types** | **Array<String>** | | [optional]
18
18
  **auth_mechanism** | **String** | Authentication mechanism to use | [optional]
19
+ **siret** | **String** | SIRET code for Bill modules | [optional]
20
+ **uuid** | **String** | Unique connector identifier |
19
21
  **fields** | [**Array<Field>**](Field.md) | | [optional]
20
22
 
21
23
 
data/docs/DocumentsApi.md CHANGED
@@ -83,7 +83,7 @@ Method | HTTP request | Description
83
83
 
84
84
 
85
85
  # **documenttypes_get**
86
- > InlineResponse20014 documenttypes_get(opts)
86
+ > InlineResponse20015 documenttypes_get(opts)
87
87
 
88
88
  Get document types
89
89
 
@@ -124,7 +124,7 @@ Name | Type | Description | Notes
124
124
 
125
125
  ### Return type
126
126
 
127
- [**InlineResponse20014**](InlineResponse20014.md)
127
+ [**InlineResponse20015**](InlineResponse20015.md)
128
128
 
129
129
  ### Authorization
130
130
 
@@ -325,7 +325,7 @@ Name | Type | Description | Notes
325
325
 
326
326
 
327
327
  # **users_id_user_accounts_id_account_transactions_id_transaction_documents_get**
328
- > InlineResponse20028 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
328
+ > InlineResponse20029 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
329
329
 
330
330
  Get documents
331
331
 
@@ -393,7 +393,7 @@ Name | Type | Description | Notes
393
393
 
394
394
  ### Return type
395
395
 
396
- [**InlineResponse20028**](InlineResponse20028.md)
396
+ [**InlineResponse20029**](InlineResponse20029.md)
397
397
 
398
398
  ### Authorization
399
399
 
@@ -784,7 +784,7 @@ Name | Type | Description | Notes
784
784
 
785
785
 
786
786
  # **users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
787
- > InlineResponse20028 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
787
+ > InlineResponse20029 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
788
788
 
789
789
  Get documents
790
790
 
@@ -852,7 +852,7 @@ Name | Type | Description | Notes
852
852
 
853
853
  ### Return type
854
854
 
855
- [**InlineResponse20028**](InlineResponse20028.md)
855
+ [**InlineResponse20029**](InlineResponse20029.md)
856
856
 
857
857
  ### Authorization
858
858
 
@@ -1246,7 +1246,7 @@ Name | Type | Description | Notes
1246
1246
 
1247
1247
 
1248
1248
  # **users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get**
1249
- > InlineResponse20028 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
1249
+ > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
1250
1250
 
1251
1251
  Get documents
1252
1252
 
@@ -1317,7 +1317,7 @@ Name | Type | Description | Notes
1317
1317
 
1318
1318
  ### Return type
1319
1319
 
1320
- [**InlineResponse20028**](InlineResponse20028.md)
1320
+ [**InlineResponse20029**](InlineResponse20029.md)
1321
1321
 
1322
1322
  ### Authorization
1323
1323
 
@@ -1723,7 +1723,7 @@ Name | Type | Description | Notes
1723
1723
 
1724
1724
 
1725
1725
  # **users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
1726
- > InlineResponse20028 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)
1726
+ > 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)
1727
1727
 
1728
1728
  Get documents
1729
1729
 
@@ -1794,7 +1794,7 @@ Name | Type | Description | Notes
1794
1794
 
1795
1795
  ### Return type
1796
1796
 
1797
- [**InlineResponse20028**](InlineResponse20028.md)
1797
+ [**InlineResponse20029**](InlineResponse20029.md)
1798
1798
 
1799
1799
  ### Authorization
1800
1800
 
@@ -2194,7 +2194,7 @@ Name | Type | Description | Notes
2194
2194
 
2195
2195
 
2196
2196
  # **users_id_user_connections_id_connection_documents_get**
2197
- > InlineResponse20028 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
2197
+ > InlineResponse20029 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
2198
2198
 
2199
2199
  Get documents
2200
2200
 
@@ -2259,7 +2259,7 @@ Name | Type | Description | Notes
2259
2259
 
2260
2260
  ### Return type
2261
2261
 
2262
- [**InlineResponse20028**](InlineResponse20028.md)
2262
+ [**InlineResponse20029**](InlineResponse20029.md)
2263
2263
 
2264
2264
  ### Authorization
2265
2265
 
@@ -2638,7 +2638,7 @@ Name | Type | Description | Notes
2638
2638
 
2639
2639
 
2640
2640
  # **users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get**
2641
- > InlineResponse20028 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
2641
+ > InlineResponse20029 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
2642
2642
 
2643
2643
  Get documents
2644
2644
 
@@ -2706,7 +2706,7 @@ Name | Type | Description | Notes
2706
2706
 
2707
2707
  ### Return type
2708
2708
 
2709
- [**InlineResponse20028**](InlineResponse20028.md)
2709
+ [**InlineResponse20029**](InlineResponse20029.md)
2710
2710
 
2711
2711
  ### Authorization
2712
2712
 
@@ -3097,7 +3097,7 @@ Name | Type | Description | Notes
3097
3097
 
3098
3098
 
3099
3099
  # **users_id_user_connections_id_connection_transactions_id_transaction_documents_get**
3100
- > InlineResponse20028 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
3100
+ > InlineResponse20029 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
3101
3101
 
3102
3102
  Get documents
3103
3103
 
@@ -3165,7 +3165,7 @@ Name | Type | Description | Notes
3165
3165
 
3166
3166
  ### Return type
3167
3167
 
3168
- [**InlineResponse20028**](InlineResponse20028.md)
3168
+ [**InlineResponse20029**](InlineResponse20029.md)
3169
3169
 
3170
3170
  ### Authorization
3171
3171
 
@@ -3556,7 +3556,7 @@ Name | Type | Description | Notes
3556
3556
 
3557
3557
 
3558
3558
  # **users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get**
3559
- > InlineResponse20028 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
3559
+ > InlineResponse20029 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
3560
3560
 
3561
3561
  Get documents
3562
3562
 
@@ -3624,7 +3624,7 @@ Name | Type | Description | Notes
3624
3624
 
3625
3625
  ### Return type
3626
3626
 
3627
- [**InlineResponse20028**](InlineResponse20028.md)
3627
+ [**InlineResponse20029**](InlineResponse20029.md)
3628
3628
 
3629
3629
  ### Authorization
3630
3630
 
@@ -4009,7 +4009,7 @@ Name | Type | Description | Notes
4009
4009
 
4010
4010
 
4011
4011
  # **users_id_user_documents_get**
4012
- > InlineResponse20028 users_id_user_documents_get(id_user, opts)
4012
+ > InlineResponse20029 users_id_user_documents_get(id_user, opts)
4013
4013
 
4014
4014
  Get documents
4015
4015
 
@@ -4071,7 +4071,7 @@ Name | Type | Description | Notes
4071
4071
 
4072
4072
  ### Return type
4073
4073
 
4074
- [**InlineResponse20028**](InlineResponse20028.md)
4074
+ [**InlineResponse20029**](InlineResponse20029.md)
4075
4075
 
4076
4076
  ### Authorization
4077
4077
 
@@ -4497,7 +4497,7 @@ Name | Type | Description | Notes
4497
4497
 
4498
4498
 
4499
4499
  # **users_id_user_subscriptions_id_subscription_documents_get**
4500
- > InlineResponse20028 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
4500
+ > InlineResponse20029 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
4501
4501
 
4502
4502
  Get documents
4503
4503
 
@@ -4562,7 +4562,7 @@ Name | Type | Description | Notes
4562
4562
 
4563
4563
  ### Return type
4564
4564
 
4565
- [**InlineResponse20028**](InlineResponse20028.md)
4565
+ [**InlineResponse20029**](InlineResponse20029.md)
4566
4566
 
4567
4567
  ### Authorization
4568
4568
 
@@ -4938,7 +4938,7 @@ Name | Type | Description | Notes
4938
4938
 
4939
4939
 
4940
4940
  # **users_id_user_transactions_id_transaction_documents_get**
4941
- > InlineResponse20028 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
4941
+ > InlineResponse20029 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
4942
4942
 
4943
4943
  Get documents
4944
4944
 
@@ -5003,7 +5003,7 @@ Name | Type | Description | Notes
5003
5003
 
5004
5004
  ### Return type
5005
5005
 
5006
- [**InlineResponse20028**](InlineResponse20028.md)
5006
+ [**InlineResponse20029**](InlineResponse20029.md)
5007
5007
 
5008
5008
  ### Authorization
5009
5009
 
@@ -5379,7 +5379,7 @@ Name | Type | Description | Notes
5379
5379
 
5380
5380
 
5381
5381
  # **users_id_user_transactionsclusters_id_transactions_cluster_documents_get**
5382
- > InlineResponse20028 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
5382
+ > InlineResponse20029 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
5383
5383
 
5384
5384
  Get documents
5385
5385
 
@@ -5444,7 +5444,7 @@ Name | Type | Description | Notes
5444
5444
 
5445
5445
  ### Return type
5446
5446
 
5447
- [**InlineResponse20028**](InlineResponse20028.md)
5447
+ [**InlineResponse20029**](InlineResponse20029.md)
5448
5448
 
5449
5449
  ### Authorization
5450
5450
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **connectors** | [**Array<Connector>**](Connector.md) | |
6
+ **configlogs** | [**Array<ConfigLog>**](ConfigLog.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **documenttypes** | [**Array<DocumentType>**](DocumentType.md) | |
6
+ **connectors** | [**Array<Connector>**](Connector.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **securities** | [**Array<Security>**](Security.md) | |
6
+ **documenttypes** | [**Array<DocumentType>**](DocumentType.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **connectionlogs** | [**Array<ConnectionLog>**](ConnectionLog.md) | |
6
+ **securities** | [**Array<Security>**](Security.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **providers** | [**Array<Connector>**](Connector.md) | |
6
+ **connectionlogs** | [**Array<ConnectionLog>**](ConnectionLog.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **termsofservices** | [**Array<TermsOfService>**](TermsOfService.md) | |
6
+ **providers** | [**Array<Connector>**](Connector.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **users** | [**Array<User>**](User.md) | |
6
+ **termsofservices** | [**Array<TermsOfService>**](TermsOfService.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accounts** | [**Array<Account>**](Account.md) | |
6
+ **users** | [**Array<User>**](User.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **investments** | [**Array<Investment>**](Investment.md) | |
6
+ **accounts** | [**Array<Account>**](Account.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **investmentvalues** | [**Array<InvestmentValue>**](InvestmentValue.md) | |
6
+ **investments** | [**Array<Investment>**](Investment.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **accountlogs** | [**Array<AccountLog>**](AccountLog.md) | |
6
+ **investmentvalues** | [**Array<InvestmentValue>**](InvestmentValue.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **useralerts** | [**Array<UserAlert>**](UserAlert.md) | |
6
+ **accountlogs** | [**Array<AccountLog>**](AccountLog.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **recipients** | [**Array<Recipient>**](Recipient.md) | |
6
+ **useralerts** | [**Array<UserAlert>**](UserAlert.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transfers** | [**Array<Transfer>**](Transfer.md) | |
6
+ **recipients** | [**Array<Recipient>**](Recipient.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transactions** | [**Array<Transaction>**](Transaction.md) | |
6
+ **transfers** | [**Array<Transfer>**](Transfer.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **documents** | [**Array<Document>**](Document.md) | |
6
+ **transactions** | [**Array<Transaction>**](Transaction.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transactioninformations** | [**Array<TransactionInformation>**](TransactionInformation.md) | |
6
+ **documents** | [**Array<Document>**](Document.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transactionsclusters** | [**Array<TransactionsCluster>**](TransactionsCluster.md) | |
6
+ **transactioninformations** | [**Array<TransactionInformation>**](TransactionInformation.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **alerts** | [**Array<Alert>**](Alert.md) | |
6
+ **transactionsclusters** | [**Array<TransactionsCluster>**](TransactionsCluster.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **categorys** | [**Array<Category>**](Category.md) | |
6
+ **alerts** | [**Array<Alert>**](Alert.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **devices** | [**Array<Device>**](Device.md) | |
6
+ **categorys** | [**Array<Category>**](Category.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **profiles** | [**Array<Profile>**](Profile.md) | |
6
+ **devices** | [**Array<Device>**](Device.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **webhooks** | [**Array<Webhook>**](Webhook.md) | |
6
+ **profiles** | [**Array<Profile>**](Profile.md) | |
7
7
 
8
8
 
@@ -3,6 +3,6 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **webhooklogs** | [**Array<WebhookLog>**](WebhookLog.md) | |
6
+ **webhooks** | [**Array<Webhook>**](Webhook.md) | |
7
7
 
8
8