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
data/docs/BanksApi.md CHANGED
@@ -15,6 +15,8 @@ Method | HTTP request | Description
15
15
  [**banks_id_connector_logos_main_get**](BanksApi.md#banks_id_connector_logos_main_get) | **GET** /banks/{id_connector}/logos/main | Get all links to the files associated with this connector.
16
16
  [**banks_id_connector_logos_thumbnail_get**](BanksApi.md#banks_id_connector_logos_thumbnail_get) | **GET** /banks/{id_connector}/logos/thumbnail | Get all links to the files associated with this connector.
17
17
  [**categories_get**](BanksApi.md#categories_get) | **GET** /categories | Get all categories
18
+ [**categories_keywords_id_keyword_delete**](BanksApi.md#categories_keywords_id_keyword_delete) | **DELETE** /categories/keywords/{id_keyword} | Delete a particular key-value pair on a transaction.
19
+ [**categories_keywords_post**](BanksApi.md#categories_keywords_post) | **POST** /categories/keywords | Add a new keyword associated with a category in the database.
18
20
  [**categorize_post**](BanksApi.md#categorize_post) | **POST** /categorize | categorize transactions without storing them
19
21
  [**connections_get**](BanksApi.md#connections_get) | **GET** /connections | Get connections without a user
20
22
  [**connectors_get**](BanksApi.md#connectors_get) | **GET** /connectors | Get list of connectors
@@ -495,6 +497,7 @@ id_connector = 56 # Integer |
495
497
  opts = {
496
498
  range: 56, # Integer | the length of the connection subset
497
499
  type: 56, # Integer | to target a specific account type which will be
500
+ occurrences: 56, # Integer | require at least N accounts of the targeted
498
501
  expand: 'expand_example' # String |
499
502
  }
500
503
 
@@ -514,6 +517,7 @@ Name | Type | Description | Notes
514
517
  **id_connector** | **Integer**| |
515
518
  **range** | **Integer**| the length of the connection subset | [optional]
516
519
  **type** | **Integer**| to target a specific account type which will be | [optional]
520
+ **occurrences** | **Integer**| require at least N accounts of the targeted | [optional]
517
521
  **expand** | **String**| | [optional]
518
522
 
519
523
  ### Return type
@@ -760,6 +764,119 @@ Name | Type | Description | Notes
760
764
 
761
765
 
762
766
 
767
+ # **categories_keywords_id_keyword_delete**
768
+ > Keyword categories_keywords_id_keyword_delete(id_keyword, opts)
769
+
770
+ Delete a particular key-value pair on a transaction.
771
+
772
+
773
+
774
+ ### Example
775
+ ```ruby
776
+ # load the gem
777
+ require 'budgea_client'
778
+ # setup authorization
779
+ BudgeaClient.configure do |config|
780
+ # Configure API key authorization: api_key
781
+ config.api_key['Authorization'] = 'YOUR API KEY'
782
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
783
+ #config.api_key_prefix['Authorization'] = 'Bearer'
784
+ end
785
+
786
+ api_instance = BudgeaClient::BanksApi.new
787
+
788
+ id_keyword = 56 # Integer |
789
+
790
+ opts = {
791
+ expand: 'expand_example' # String |
792
+ }
793
+
794
+ begin
795
+ #Delete a particular key-value pair on a transaction.
796
+ result = api_instance.categories_keywords_id_keyword_delete(id_keyword, opts)
797
+ p result
798
+ rescue BudgeaClient::ApiError => e
799
+ puts "Exception when calling BanksApi->categories_keywords_id_keyword_delete: #{e}"
800
+ end
801
+ ```
802
+
803
+ ### Parameters
804
+
805
+ Name | Type | Description | Notes
806
+ ------------- | ------------- | ------------- | -------------
807
+ **id_keyword** | **Integer**| |
808
+ **expand** | **String**| | [optional]
809
+
810
+ ### Return type
811
+
812
+ [**Keyword**](Keyword.md)
813
+
814
+ ### Authorization
815
+
816
+ [api_key](../README.md#api_key)
817
+
818
+ ### HTTP request headers
819
+
820
+ - **Content-Type**: application/json, multipart/form-data
821
+ - **Accept**: application/json
822
+
823
+
824
+
825
+ # **categories_keywords_post**
826
+ > Keyword categories_keywords_post(opts)
827
+
828
+ Add a new keyword associated with a category in the database.
829
+
830
+ If the keyword already exists the keyword is not added. Used for the categorization of transactions.<br><br>Form params: - id_category (integer): a reference towards the category associated with the keyword - keyword (string): the searched keyword - income (bool): 1 if the associated category represents an income else 0 - priority (integer): sets the priority for the keyword, used when categorizing<br><br>
831
+
832
+ ### Example
833
+ ```ruby
834
+ # load the gem
835
+ require 'budgea_client'
836
+ # setup authorization
837
+ BudgeaClient.configure do |config|
838
+ # Configure API key authorization: api_key
839
+ config.api_key['Authorization'] = 'YOUR API KEY'
840
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
841
+ #config.api_key_prefix['Authorization'] = 'Bearer'
842
+ end
843
+
844
+ api_instance = BudgeaClient::BanksApi.new
845
+
846
+ opts = {
847
+ expand: 'expand_example' # String |
848
+ }
849
+
850
+ begin
851
+ #Add a new keyword associated with a category in the database.
852
+ result = api_instance.categories_keywords_post(opts)
853
+ p result
854
+ rescue BudgeaClient::ApiError => e
855
+ puts "Exception when calling BanksApi->categories_keywords_post: #{e}"
856
+ end
857
+ ```
858
+
859
+ ### Parameters
860
+
861
+ Name | Type | Description | Notes
862
+ ------------- | ------------- | ------------- | -------------
863
+ **expand** | **String**| | [optional]
864
+
865
+ ### Return type
866
+
867
+ [**Keyword**](Keyword.md)
868
+
869
+ ### Authorization
870
+
871
+ [api_key](../README.md#api_key)
872
+
873
+ ### HTTP request headers
874
+
875
+ - **Content-Type**: application/json, multipart/form-data
876
+ - **Accept**: application/json
877
+
878
+
879
+
763
880
  # **categorize_post**
764
881
  > Object categorize_post(wording, value, type)
765
882
 
@@ -876,7 +993,7 @@ Name | Type | Description | Notes
876
993
 
877
994
 
878
995
  # **connectors_get**
879
- > InlineResponse20013 connectors_get(opts)
996
+ > InlineResponse20014 connectors_get(opts)
880
997
 
881
998
  Get list of connectors
882
999
 
@@ -917,7 +1034,7 @@ Name | Type | Description | Notes
917
1034
 
918
1035
  ### Return type
919
1036
 
920
- [**InlineResponse20013**](InlineResponse20013.md)
1037
+ [**InlineResponse20014**](InlineResponse20014.md)
921
1038
 
922
1039
  ### Authorization
923
1040
 
@@ -1434,7 +1551,6 @@ login = 'login_example' # String | Users login
1434
1551
  password = 'password_example' # String | Users password
1435
1552
 
1436
1553
  opts = {
1437
- api: 'api_example', # String | Name of the API
1438
1554
  url: 'url_example', # String | Url of the bank
1439
1555
  email: 'email_example', # String | Email of the user
1440
1556
  types: 'types_example', # String | Type of connector, eg. banks or providers
@@ -1459,7 +1575,6 @@ Name | Type | Description | Notes
1459
1575
  **name** | **String**| Name of the bank or provider |
1460
1576
  **login** | **String**| Users login |
1461
1577
  **password** | **String**| Users password |
1462
- **api** | **String**| Name of the API | [optional]
1463
1578
  **url** | **String**| Url of the bank | [optional]
1464
1579
  **email** | **String**| Email of the user | [optional]
1465
1580
  **types** | **String**| Type of connector, eg. banks or providers | [optional]
@@ -1543,7 +1658,7 @@ nil (empty response body)
1543
1658
 
1544
1659
 
1545
1660
  # **logs_get**
1546
- > InlineResponse20016 logs_get(opts)
1661
+ > InlineResponse20017 logs_get(opts)
1547
1662
 
1548
1663
  Get connection logs
1549
1664
 
@@ -1604,7 +1719,7 @@ Name | Type | Description | Notes
1604
1719
 
1605
1720
  ### Return type
1606
1721
 
1607
- [**InlineResponse20016**](InlineResponse20016.md)
1722
+ [**InlineResponse20017**](InlineResponse20017.md)
1608
1723
 
1609
1724
  ### Authorization
1610
1725
 
@@ -1618,7 +1733,7 @@ Name | Type | Description | Notes
1618
1733
 
1619
1734
 
1620
1735
  # **providers_get**
1621
- > InlineResponse20017 providers_get(opts)
1736
+ > InlineResponse20018 providers_get(opts)
1622
1737
 
1623
1738
  Get list of connectors
1624
1739
 
@@ -1659,7 +1774,7 @@ Name | Type | Description | Notes
1659
1774
 
1660
1775
  ### Return type
1661
1776
 
1662
- [**InlineResponse20017**](InlineResponse20017.md)
1777
+ [**InlineResponse20018**](InlineResponse20018.md)
1663
1778
 
1664
1779
  ### Authorization
1665
1780
 
@@ -2084,7 +2199,7 @@ Name | Type | Description | Notes
2084
2199
 
2085
2200
 
2086
2201
  # **users_id_user_accounts_get**
2087
- > InlineResponse20020 users_id_user_accounts_get(id_user, opts)
2202
+ > InlineResponse20021 users_id_user_accounts_get(id_user, opts)
2088
2203
 
2089
2204
  Get accounts list.
2090
2205
 
@@ -2128,7 +2243,7 @@ Name | Type | Description | Notes
2128
2243
 
2129
2244
  ### Return type
2130
2245
 
2131
- [**InlineResponse20020**](InlineResponse20020.md)
2246
+ [**InlineResponse20021**](InlineResponse20021.md)
2132
2247
 
2133
2248
  ### Authorization
2134
2249
 
@@ -2323,7 +2438,7 @@ nil (empty response body)
2323
2438
 
2324
2439
 
2325
2440
  # **users_id_user_accounts_id_account_logs_get**
2326
- > InlineResponse20023 users_id_user_accounts_id_account_logs_get(id_user, id_account, opts)
2441
+ > InlineResponse20024 users_id_user_accounts_id_account_logs_get(id_user, id_account, opts)
2327
2442
 
2328
2443
  Get accounts logs.
2329
2444
 
@@ -2378,7 +2493,7 @@ Name | Type | Description | Notes
2378
2493
 
2379
2494
  ### Return type
2380
2495
 
2381
- [**InlineResponse20023**](InlineResponse20023.md)
2496
+ [**InlineResponse20024**](InlineResponse20024.md)
2382
2497
 
2383
2498
  ### Authorization
2384
2499
 
@@ -2528,7 +2643,7 @@ Name | Type | Description | Notes
2528
2643
 
2529
2644
 
2530
2645
  # **users_id_user_accounts_id_account_transactions_get**
2531
- > InlineResponse20027 users_id_user_accounts_id_account_transactions_get(id_user, id_account, opts)
2646
+ > InlineResponse20028 users_id_user_accounts_id_account_transactions_get(id_user, id_account, opts)
2532
2647
 
2533
2648
  Get transactions
2534
2649
 
@@ -2601,7 +2716,7 @@ Name | Type | Description | Notes
2601
2716
 
2602
2717
  ### Return type
2603
2718
 
2604
- [**InlineResponse20027**](InlineResponse20027.md)
2719
+ [**InlineResponse20028**](InlineResponse20028.md)
2605
2720
 
2606
2721
  ### Authorization
2607
2722
 
@@ -2679,7 +2794,7 @@ Name | Type | Description | Notes
2679
2794
 
2680
2795
 
2681
2796
  # **users_id_user_accounts_id_account_transactions_id_transaction_informations_get**
2682
- > InlineResponse20029 users_id_user_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_account, id_transaction, opts)
2797
+ > InlineResponse20030 users_id_user_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_account, id_transaction, opts)
2683
2798
 
2684
2799
  List all arbitrary key-value pairs on a transaction
2685
2800
 
@@ -2729,7 +2844,7 @@ Name | Type | Description | Notes
2729
2844
 
2730
2845
  ### Return type
2731
2846
 
2732
- [**InlineResponse20029**](InlineResponse20029.md)
2847
+ [**InlineResponse20030**](InlineResponse20030.md)
2733
2848
 
2734
2849
  ### Authorization
2735
2850
 
@@ -3099,7 +3214,7 @@ Name | Type | Description | Notes
3099
3214
 
3100
3215
 
3101
3216
  # **users_id_user_accounts_id_account_transactionsclusters_get**
3102
- > InlineResponse20030 users_id_user_accounts_id_account_transactionsclusters_get(id_user, id_account, opts)
3217
+ > InlineResponse20031 users_id_user_accounts_id_account_transactionsclusters_get(id_user, id_account, opts)
3103
3218
 
3104
3219
  Get clustered transactions
3105
3220
 
@@ -3146,7 +3261,7 @@ Name | Type | Description | Notes
3146
3261
 
3147
3262
  ### Return type
3148
3263
 
3149
- [**InlineResponse20030**](InlineResponse20030.md)
3264
+ [**InlineResponse20031**](InlineResponse20031.md)
3150
3265
 
3151
3266
  ### Authorization
3152
3267
 
@@ -3479,7 +3594,7 @@ Name | Type | Description | Notes
3479
3594
 
3480
3595
 
3481
3596
  # **users_id_user_alerts_get**
3482
- > InlineResponse20031 users_id_user_alerts_get(id_user, opts)
3597
+ > InlineResponse20032 users_id_user_alerts_get(id_user, opts)
3483
3598
 
3484
3599
  Get alerts
3485
3600
 
@@ -3523,7 +3638,7 @@ Name | Type | Description | Notes
3523
3638
 
3524
3639
  ### Return type
3525
3640
 
3526
- [**InlineResponse20031**](InlineResponse20031.md)
3641
+ [**InlineResponse20032**](InlineResponse20032.md)
3527
3642
 
3528
3643
  ### Authorization
3529
3644
 
@@ -3537,7 +3652,7 @@ Name | Type | Description | Notes
3537
3652
 
3538
3653
 
3539
3654
  # **users_id_user_categories_full_get**
3540
- > InlineResponse20032 users_id_user_categories_full_get(id_user, opts)
3655
+ > InlineResponse20033 users_id_user_categories_full_get(id_user, opts)
3541
3656
 
3542
3657
  Get the category
3543
3658
 
@@ -3581,7 +3696,7 @@ Name | Type | Description | Notes
3581
3696
 
3582
3697
  ### Return type
3583
3698
 
3584
- [**InlineResponse20032**](InlineResponse20032.md)
3699
+ [**InlineResponse20033**](InlineResponse20033.md)
3585
3700
 
3586
3701
  ### Authorization
3587
3702
 
@@ -4023,7 +4138,7 @@ Name | Type | Description | Notes
4023
4138
 
4024
4139
 
4025
4140
  # **users_id_user_connections_id_connection_accounts_get**
4026
- > InlineResponse20020 users_id_user_connections_id_connection_accounts_get(id_user, id_connection, opts)
4141
+ > InlineResponse20021 users_id_user_connections_id_connection_accounts_get(id_user, id_connection, opts)
4027
4142
 
4028
4143
  Get accounts list.
4029
4144
 
@@ -4070,7 +4185,7 @@ Name | Type | Description | Notes
4070
4185
 
4071
4186
  ### Return type
4072
4187
 
4073
- [**InlineResponse20020**](InlineResponse20020.md)
4188
+ [**InlineResponse20021**](InlineResponse20021.md)
4074
4189
 
4075
4190
  ### Authorization
4076
4191
 
@@ -4274,7 +4389,7 @@ nil (empty response body)
4274
4389
 
4275
4390
 
4276
4391
  # **users_id_user_connections_id_connection_accounts_id_account_logs_get**
4277
- > InlineResponse20023 users_id_user_connections_id_connection_accounts_id_account_logs_get(id_user, id_connection, id_account, opts)
4392
+ > InlineResponse20024 users_id_user_connections_id_connection_accounts_id_account_logs_get(id_user, id_connection, id_account, opts)
4278
4393
 
4279
4394
  Get accounts logs.
4280
4395
 
@@ -4332,7 +4447,7 @@ Name | Type | Description | Notes
4332
4447
 
4333
4448
  ### Return type
4334
4449
 
4335
- [**InlineResponse20023**](InlineResponse20023.md)
4450
+ [**InlineResponse20024**](InlineResponse20024.md)
4336
4451
 
4337
4452
  ### Authorization
4338
4453
 
@@ -4488,7 +4603,7 @@ Name | Type | Description | Notes
4488
4603
 
4489
4604
 
4490
4605
  # **users_id_user_connections_id_connection_accounts_id_account_transactions_get**
4491
- > InlineResponse20027 users_id_user_connections_id_connection_accounts_id_account_transactions_get(id_user, id_connection, id_account, opts)
4606
+ > InlineResponse20028 users_id_user_connections_id_connection_accounts_id_account_transactions_get(id_user, id_connection, id_account, opts)
4492
4607
 
4493
4608
  Get transactions
4494
4609
 
@@ -4564,7 +4679,7 @@ Name | Type | Description | Notes
4564
4679
 
4565
4680
  ### Return type
4566
4681
 
4567
- [**InlineResponse20027**](InlineResponse20027.md)
4682
+ [**InlineResponse20028**](InlineResponse20028.md)
4568
4683
 
4569
4684
  ### Authorization
4570
4685
 
@@ -4645,7 +4760,7 @@ Name | Type | Description | Notes
4645
4760
 
4646
4761
 
4647
4762
  # **users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get**
4648
- > InlineResponse20029 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_connection, id_account, id_transaction, opts)
4763
+ > InlineResponse20030 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_connection, id_account, id_transaction, opts)
4649
4764
 
4650
4765
  List all arbitrary key-value pairs on a transaction
4651
4766
 
@@ -4698,7 +4813,7 @@ Name | Type | Description | Notes
4698
4813
 
4699
4814
  ### Return type
4700
4815
 
4701
- [**InlineResponse20029**](InlineResponse20029.md)
4816
+ [**InlineResponse20030**](InlineResponse20030.md)
4702
4817
 
4703
4818
  ### Authorization
4704
4819
 
@@ -5083,7 +5198,7 @@ Name | Type | Description | Notes
5083
5198
 
5084
5199
 
5085
5200
  # **users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get**
5086
- > InlineResponse20030 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get(id_user, id_connection, id_account, opts)
5201
+ > InlineResponse20031 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get(id_user, id_connection, id_account, opts)
5087
5202
 
5088
5203
  Get clustered transactions
5089
5204
 
@@ -5133,7 +5248,7 @@ Name | Type | Description | Notes
5133
5248
 
5134
5249
  ### Return type
5135
5250
 
5136
- [**InlineResponse20030**](InlineResponse20030.md)
5251
+ [**InlineResponse20031**](InlineResponse20031.md)
5137
5252
 
5138
5253
  ### Authorization
5139
5254
 
@@ -5603,7 +5718,7 @@ Name | Type | Description | Notes
5603
5718
 
5604
5719
 
5605
5720
  # **users_id_user_connections_id_connection_logs_get**
5606
- > InlineResponse20016 users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts)
5721
+ > InlineResponse20017 users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts)
5607
5722
 
5608
5723
  Get connection logs
5609
5724
 
@@ -5670,7 +5785,7 @@ Name | Type | Description | Notes
5670
5785
 
5671
5786
  ### Return type
5672
5787
 
5673
- [**InlineResponse20016**](InlineResponse20016.md)
5788
+ [**InlineResponse20017**](InlineResponse20017.md)
5674
5789
 
5675
5790
  ### Authorization
5676
5791
 
@@ -5875,7 +5990,7 @@ Name | Type | Description | Notes
5875
5990
 
5876
5991
 
5877
5992
  # **users_id_user_connections_id_connection_transactions_get**
5878
- > InlineResponse20027 users_id_user_connections_id_connection_transactions_get(id_user, id_connection, opts)
5993
+ > InlineResponse20028 users_id_user_connections_id_connection_transactions_get(id_user, id_connection, opts)
5879
5994
 
5880
5995
  Get transactions
5881
5996
 
@@ -5948,7 +6063,7 @@ Name | Type | Description | Notes
5948
6063
 
5949
6064
  ### Return type
5950
6065
 
5951
- [**InlineResponse20027**](InlineResponse20027.md)
6066
+ [**InlineResponse20028**](InlineResponse20028.md)
5952
6067
 
5953
6068
  ### Authorization
5954
6069
 
@@ -6026,7 +6141,7 @@ Name | Type | Description | Notes
6026
6141
 
6027
6142
 
6028
6143
  # **users_id_user_connections_id_connection_transactions_id_transaction_informations_get**
6029
- > InlineResponse20029 users_id_user_connections_id_connection_transactions_id_transaction_informations_get(id_user, id_connection, id_transaction, opts)
6144
+ > InlineResponse20030 users_id_user_connections_id_connection_transactions_id_transaction_informations_get(id_user, id_connection, id_transaction, opts)
6030
6145
 
6031
6146
  List all arbitrary key-value pairs on a transaction
6032
6147
 
@@ -6076,7 +6191,7 @@ Name | Type | Description | Notes
6076
6191
 
6077
6192
  ### Return type
6078
6193
 
6079
- [**InlineResponse20029**](InlineResponse20029.md)
6194
+ [**InlineResponse20030**](InlineResponse20030.md)
6080
6195
 
6081
6196
  ### Authorization
6082
6197
 
@@ -6446,7 +6561,7 @@ Name | Type | Description | Notes
6446
6561
 
6447
6562
 
6448
6563
  # **users_id_user_connections_id_connection_transactionsclusters_get**
6449
- > InlineResponse20030 users_id_user_connections_id_connection_transactionsclusters_get(id_user, id_connection, opts)
6564
+ > InlineResponse20031 users_id_user_connections_id_connection_transactionsclusters_get(id_user, id_connection, opts)
6450
6565
 
6451
6566
  Get clustered transactions
6452
6567
 
@@ -6493,7 +6608,7 @@ Name | Type | Description | Notes
6493
6608
 
6494
6609
  ### Return type
6495
6610
 
6496
- [**InlineResponse20030**](InlineResponse20030.md)
6611
+ [**InlineResponse20031**](InlineResponse20031.md)
6497
6612
 
6498
6613
  ### Authorization
6499
6614
 
@@ -6720,6 +6835,7 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
6720
6835
 
6721
6836
  opts = {
6722
6837
  id_connector: 56, # Integer | ID of the connector
6838
+ connector_uuid: 'connector_uuid_example', # String | optional uuid of the connector (replaces id_connector)
6723
6839
  birthday: 'birthday_example', # String | bank additional login parameter
6724
6840
  password: 'password_example', # String | bank additional login parameter
6725
6841
  oauth_token: 'oauth_token_example', # String | bank additional login parameter
@@ -6750,6 +6866,7 @@ Name | Type | Description | Notes
6750
6866
  ------------- | ------------- | ------------- | -------------
6751
6867
  **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
6752
6868
  **id_connector** | **Integer**| ID of the connector | [optional]
6869
+ **connector_uuid** | **String**| optional uuid of the connector (replaces id_connector) | [optional]
6753
6870
  **birthday** | **String**| bank additional login parameter | [optional]
6754
6871
  **password** | **String**| bank additional login parameter | [optional]
6755
6872
  **oauth_token** | **String**| bank additional login parameter | [optional]
@@ -6833,7 +6950,7 @@ nil (empty response body)
6833
6950
 
6834
6951
 
6835
6952
  # **users_id_user_logs_get**
6836
- > InlineResponse20016 users_id_user_logs_get(id_user, opts)
6953
+ > InlineResponse20017 users_id_user_logs_get(id_user, opts)
6837
6954
 
6838
6955
  Get connection logs
6839
6956
 
@@ -6897,7 +7014,7 @@ Name | Type | Description | Notes
6897
7014
 
6898
7015
  ### Return type
6899
7016
 
6900
- [**InlineResponse20016**](InlineResponse20016.md)
7017
+ [**InlineResponse20017**](InlineResponse20017.md)
6901
7018
 
6902
7019
  ### Authorization
6903
7020
 
@@ -6969,7 +7086,7 @@ Name | Type | Description | Notes
6969
7086
 
6970
7087
 
6971
7088
  # **users_id_user_transactions_get**
6972
- > InlineResponse20027 users_id_user_transactions_get(id_user, opts)
7089
+ > InlineResponse20028 users_id_user_transactions_get(id_user, opts)
6973
7090
 
6974
7091
  Get transactions
6975
7092
 
@@ -7039,7 +7156,7 @@ Name | Type | Description | Notes
7039
7156
 
7040
7157
  ### Return type
7041
7158
 
7042
- [**InlineResponse20027**](InlineResponse20027.md)
7159
+ [**InlineResponse20028**](InlineResponse20028.md)
7043
7160
 
7044
7161
  ### Authorization
7045
7162
 
@@ -7114,7 +7231,7 @@ Name | Type | Description | Notes
7114
7231
 
7115
7232
 
7116
7233
  # **users_id_user_transactions_id_transaction_informations_get**
7117
- > InlineResponse20029 users_id_user_transactions_id_transaction_informations_get(id_user, id_transaction, opts)
7234
+ > InlineResponse20030 users_id_user_transactions_id_transaction_informations_get(id_user, id_transaction, opts)
7118
7235
 
7119
7236
  List all arbitrary key-value pairs on a transaction
7120
7237
 
@@ -7161,7 +7278,7 @@ Name | Type | Description | Notes
7161
7278
 
7162
7279
  ### Return type
7163
7280
 
7164
- [**InlineResponse20029**](InlineResponse20029.md)
7281
+ [**InlineResponse20030**](InlineResponse20030.md)
7165
7282
 
7166
7283
  ### Authorization
7167
7284
 
@@ -7516,7 +7633,7 @@ Name | Type | Description | Notes
7516
7633
 
7517
7634
 
7518
7635
  # **users_id_user_transactionsclusters_get**
7519
- > InlineResponse20030 users_id_user_transactionsclusters_get(id_user, opts)
7636
+ > InlineResponse20031 users_id_user_transactionsclusters_get(id_user, opts)
7520
7637
 
7521
7638
  Get clustered transactions
7522
7639
 
@@ -7560,7 +7677,7 @@ Name | Type | Description | Notes
7560
7677
 
7561
7678
  ### Return type
7562
7679
 
7563
- [**InlineResponse20030**](InlineResponse20030.md)
7680
+ [**InlineResponse20031**](InlineResponse20031.md)
7564
7681
 
7565
7682
  ### Authorization
7566
7683