budgea_client 4.0.3 → 5.0.0

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 (125) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +50 -5
  4. data/budgea_openapi.json +1888 -383
  5. data/docs/Account.md +2 -0
  6. data/docs/AccountLog.md +1 -0
  7. data/docs/AdministrationApi.md +366 -55
  8. data/docs/AuthenticationApi.md +15 -13
  9. data/docs/BanksApi.md +988 -194
  10. data/docs/Client.md +1 -1
  11. data/docs/Connection.md +2 -0
  12. data/docs/ConnectionLog.md +1 -0
  13. data/docs/ConnectionSource.md +18 -0
  14. data/docs/ConnectionsApi.md +618 -25
  15. data/docs/Connector.md +1 -1
  16. data/docs/ConnectorSource.md +15 -0
  17. data/docs/DocumentsApi.md +72 -72
  18. data/docs/Field.md +1 -0
  19. data/docs/InlineResponse20011.md +1 -1
  20. data/docs/InlineResponse20012.md +1 -1
  21. data/docs/InlineResponse20013.md +1 -1
  22. data/docs/InlineResponse20014.md +1 -1
  23. data/docs/InlineResponse20015.md +1 -1
  24. data/docs/InlineResponse20016.md +1 -1
  25. data/docs/InlineResponse20017.md +1 -1
  26. data/docs/InlineResponse20018.md +1 -1
  27. data/docs/InlineResponse20019.md +2 -1
  28. data/docs/InlineResponse20030.md +1 -1
  29. data/docs/InlineResponse20031.md +1 -1
  30. data/docs/InlineResponse20032.md +1 -1
  31. data/docs/InlineResponse20033.md +1 -1
  32. data/docs/InlineResponse20034.md +1 -1
  33. data/docs/InlineResponse20035.md +1 -1
  34. data/docs/InlineResponse20036.md +1 -1
  35. data/docs/InlineResponse20037.md +1 -1
  36. data/docs/InlineResponse20038.md +1 -1
  37. data/docs/InlineResponse20039.md +1 -1
  38. data/docs/InlineResponse20040.md +1 -1
  39. data/docs/InlineResponse20041.md +9 -0
  40. data/docs/InlineResponse20042.md +9 -0
  41. data/docs/OIDCApi.md +3 -3
  42. data/docs/Order.md +14 -0
  43. data/docs/PFMApi.md +87 -39
  44. data/docs/ProvidersApi.md +979 -122
  45. data/docs/RecipientsApi.md +4 -4
  46. data/docs/Subscription.md +1 -0
  47. data/docs/SubscriptionLog.md +15 -0
  48. data/docs/TermsApi.md +3 -3
  49. data/docs/Transaction.md +1 -0
  50. data/docs/Transfer.md +5 -1
  51. data/docs/TransferApi.md +77 -0
  52. data/docs/TransfersApi.md +39 -39
  53. data/docs/UsersManagementApi.md +13 -13
  54. data/docs/WealthApi.md +24 -24
  55. data/lib/budgea_client.rb +7 -2
  56. data/lib/budgea_client/api/administration_api.rb +381 -71
  57. data/lib/budgea_client/api/authentication_api.rb +16 -13
  58. data/lib/budgea_client/api/banks_api.rb +1034 -211
  59. data/lib/budgea_client/api/connections_api.rb +648 -30
  60. data/lib/budgea_client/api/documents_api.rb +85 -85
  61. data/lib/budgea_client/api/oidc_api.rb +3 -3
  62. data/lib/budgea_client/api/pfm_api.rb +87 -40
  63. data/lib/budgea_client/api/providers_api.rb +1045 -151
  64. data/lib/budgea_client/api/recipients_api.rb +4 -4
  65. data/lib/budgea_client/api/terms_api.rb +3 -3
  66. data/lib/budgea_client/api/transfer_api.rb +94 -0
  67. data/lib/budgea_client/api/transfers_api.rb +39 -39
  68. data/lib/budgea_client/api/users_management_api.rb +14 -14
  69. data/lib/budgea_client/api/wealth_api.rb +25 -25
  70. data/lib/budgea_client/models/account.rb +24 -4
  71. data/lib/budgea_client/models/account_log.rb +16 -1
  72. data/lib/budgea_client/models/client.rb +11 -11
  73. data/lib/budgea_client/models/connection.rb +23 -4
  74. data/lib/budgea_client/models/connection_log.rb +11 -1
  75. data/lib/budgea_client/models/connection_source.rb +309 -0
  76. data/lib/budgea_client/models/connector.rb +18 -15
  77. data/lib/budgea_client/models/connector_source.rb +273 -0
  78. data/lib/budgea_client/models/field.rb +14 -4
  79. data/lib/budgea_client/models/inline_response_200_11.rb +18 -18
  80. data/lib/budgea_client/models/inline_response_200_12.rb +11 -11
  81. data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
  82. data/lib/budgea_client/models/inline_response_200_14.rb +18 -18
  83. data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
  84. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  85. data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
  86. data/lib/budgea_client/models/inline_response_200_18.rb +18 -18
  87. data/lib/budgea_client/models/inline_response_200_19.rb +21 -11
  88. data/lib/budgea_client/models/inline_response_200_30.rb +18 -18
  89. data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
  90. data/lib/budgea_client/models/inline_response_200_32.rb +18 -18
  91. data/lib/budgea_client/models/inline_response_200_33.rb +18 -18
  92. data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
  93. data/lib/budgea_client/models/inline_response_200_35.rb +18 -18
  94. data/lib/budgea_client/models/inline_response_200_36.rb +18 -18
  95. data/lib/budgea_client/models/inline_response_200_37.rb +11 -11
  96. data/lib/budgea_client/models/inline_response_200_38.rb +18 -18
  97. data/lib/budgea_client/models/inline_response_200_39.rb +11 -11
  98. data/lib/budgea_client/models/inline_response_200_40.rb +18 -18
  99. data/lib/budgea_client/models/inline_response_200_41.rb +200 -0
  100. data/lib/budgea_client/models/inline_response_200_42.rb +200 -0
  101. data/lib/budgea_client/models/order.rb +259 -0
  102. data/lib/budgea_client/models/subscription.rb +11 -1
  103. data/lib/budgea_client/models/subscription_log.rb +269 -0
  104. data/lib/budgea_client/models/transaction.rb +11 -1
  105. data/lib/budgea_client/models/transfer.rb +49 -2
  106. data/lib/budgea_client/models/user.rb +2 -2
  107. data/lib/budgea_client/version.rb +1 -1
  108. data/original_budgea_openapi.json +1980 -351
  109. data/pkg/budgea_client-2.0.0.gem +0 -0
  110. data/pkg/budgea_client-3.0.1.gem +0 -0
  111. data/pkg/budgea_client-4.0.0.gem +0 -0
  112. data/spec/api/transfer_api_spec.rb +54 -0
  113. data/spec/models/connection_source_spec.rb +101 -0
  114. data/spec/models/connector_source_spec.rb +83 -0
  115. data/spec/models/inline_response_200_41_spec.rb +47 -0
  116. data/spec/models/inline_response_200_42_spec.rb +47 -0
  117. data/spec/models/order_spec.rb +77 -0
  118. data/spec/models/subscription_log_spec.rb +83 -0
  119. metadata +34 -9
  120. data/config.yaml +0 -15
  121. data/pkg/budgea_client-2.0.1.gem +0 -0
  122. data/pkg/budgea_client-2.0.2.gem +0 -0
  123. data/pkg/budgea_client-3.0.0.gem +0 -0
  124. data/pkg/budgea_client-4.0.1.gem +0 -0
  125. data/pkg/budgea_client-4.0.2.gem +0 -0
@@ -15,7 +15,7 @@ Method | HTTP request | Description
15
15
  [**users_id_user_delete**](AuthenticationApi.md#users_id_user_delete) | **DELETE** /users/{id_user} | Delete the user
16
16
  [**users_id_user_get**](AuthenticationApi.md#users_id_user_get) | **GET** /users/{id_user} | Get a user
17
17
  [**users_id_user_token_post**](AuthenticationApi.md#users_id_user_token_post) | **POST** /users/{id_user}/token | Create a token
18
- [**webauth_get**](AuthenticationApi.md#webauth_get) | **GET** /webauth | Initialize a new OAuth2 proxy session.
18
+ [**webauth_get**](AuthenticationApi.md#webauth_get) | **GET** /webauth | First step to establish an oAuth2 connection.
19
19
 
20
20
 
21
21
  # **admin_jwt_post**
@@ -70,7 +70,7 @@ Name | Type | Description | Notes
70
70
 
71
71
  ### HTTP request headers
72
72
 
73
- - **Content-Type**: application/x-www-form-urlencoded
73
+ - **Content-Type**: application/json, multipart/form-data
74
74
  - **Accept**: application/json
75
75
 
76
76
 
@@ -190,7 +190,7 @@ Name | Type | Description | Notes
190
190
 
191
191
  ### HTTP request headers
192
192
 
193
- - **Content-Type**: application/x-www-form-urlencoded
193
+ - **Content-Type**: application/json, multipart/form-data
194
194
  - **Accept**: application/json
195
195
 
196
196
 
@@ -304,7 +304,7 @@ This endpoint does not need any parameter.
304
304
 
305
305
  ### HTTP request headers
306
306
 
307
- - **Content-Type**: application/x-www-form-urlencoded
307
+ - **Content-Type**: application/json, multipart/form-data
308
308
  - **Accept**: application/json
309
309
 
310
310
 
@@ -351,7 +351,7 @@ nil (empty response body)
351
351
 
352
352
  ### HTTP request headers
353
353
 
354
- - **Content-Type**: application/x-www-form-urlencoded
354
+ - **Content-Type**: application/json, multipart/form-data
355
355
  - **Accept**: application/json
356
356
 
357
357
 
@@ -409,7 +409,7 @@ Name | Type | Description | Notes
409
409
 
410
410
  ### HTTP request headers
411
411
 
412
- - **Content-Type**: application/x-www-form-urlencoded
412
+ - **Content-Type**: application/json, multipart/form-data
413
413
  - **Accept**: application/json
414
414
 
415
415
 
@@ -456,7 +456,7 @@ nil (empty response body)
456
456
 
457
457
  ### HTTP request headers
458
458
 
459
- - **Content-Type**: application/x-www-form-urlencoded
459
+ - **Content-Type**: application/json, multipart/form-data
460
460
  - **Accept**: application/json
461
461
 
462
462
 
@@ -514,7 +514,7 @@ Name | Type | Description | Notes
514
514
 
515
515
  ### HTTP request headers
516
516
 
517
- - **Content-Type**: application/x-www-form-urlencoded
517
+ - **Content-Type**: application/json, multipart/form-data
518
518
  - **Accept**: application/json
519
519
 
520
520
 
@@ -572,7 +572,7 @@ Name | Type | Description | Notes
572
572
 
573
573
  ### HTTP request headers
574
574
 
575
- - **Content-Type**: application/x-www-form-urlencoded
575
+ - **Content-Type**: application/json, multipart/form-data
576
576
  - **Accept**: application/json
577
577
 
578
578
 
@@ -637,9 +637,9 @@ Name | Type | Description | Notes
637
637
  # **webauth_get**
638
638
  > webauth_get(opts)
639
639
 
640
- Initialize a new OAuth2 proxy session.
641
-
640
+ First step to establish an oAuth2 connection.
642
641
 
642
+ The route encapsulate 2 functionalities: 1. Create or update a connection through oAuth2 session.<br><br>2. Execute a transfer through OAuth2 session.
643
643
 
644
644
  ### Example
645
645
  ```ruby
@@ -657,6 +657,7 @@ api_instance = BudgeaClient::AuthenticationApi.new
657
657
 
658
658
  opts = {
659
659
  id_connector: 56, # Integer | ID of the connector
660
+ id_transfer: 56, # Integer | ID of the transfer
660
661
  connector_uuid: 'connector_uuid_example', # String | Optional unique ID of the connector (replaces id_connector)
661
662
  client_id: 56, # Integer | Client Application ID
662
663
  redirect_uri: 'redirect_uri_example', # String | Redirect URI
@@ -666,7 +667,7 @@ opts = {
666
667
  }
667
668
 
668
669
  begin
669
- #Initialize a new OAuth2 proxy session.
670
+ #First step to establish an oAuth2 connection.
670
671
  api_instance.webauth_get(opts)
671
672
  rescue BudgeaClient::ApiError => e
672
673
  puts "Exception when calling AuthenticationApi->webauth_get: #{e}"
@@ -678,6 +679,7 @@ end
678
679
  Name | Type | Description | Notes
679
680
  ------------- | ------------- | ------------- | -------------
680
681
  **id_connector** | **Integer**| ID of the connector | [optional]
682
+ **id_transfer** | **Integer**| ID of the transfer | [optional]
681
683
  **connector_uuid** | **String**| Optional unique ID of the connector (replaces id_connector) | [optional]
682
684
  **client_id** | **Integer**| Client Application ID | [optional]
683
685
  **redirect_uri** | **String**| Redirect URI | [optional]
@@ -695,7 +697,7 @@ nil (empty response body)
695
697
 
696
698
  ### HTTP request headers
697
699
 
698
- - **Content-Type**: application/x-www-form-urlencoded
700
+ - **Content-Type**: application/json, multipart/form-data
699
701
  - **Accept**: application/json
700
702
 
701
703
 
@@ -14,11 +14,13 @@ Method | HTTP request | Description
14
14
  [**banks_id_connector_logos_get**](BanksApi.md#banks_id_connector_logos_get) | **GET** /banks/{id_connector}/logos | Get all links to the files associated with this connector.
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
+ [**banks_id_connector_sources_get**](BanksApi.md#banks_id_connector_sources_get) | **GET** /banks/{id_connector}/sources | Get list of connector sources
17
18
  [**categories_get**](BanksApi.md#categories_get) | **GET** /categories | Get all categories
18
19
  [**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
20
  [**categories_keywords_post**](BanksApi.md#categories_keywords_post) | **POST** /categories/keywords | Add a new keyword associated with a category in the database.
20
21
  [**categorize_post**](BanksApi.md#categorize_post) | **POST** /categorize | categorize transactions without storing them
21
22
  [**connections_get**](BanksApi.md#connections_get) | **GET** /connections | Get connections without a user
23
+ [**connections_id_connection_logs_get**](BanksApi.md#connections_id_connection_logs_get) | **GET** /connections/{id_connection}/logs | Get connection logs
22
24
  [**connectors_get**](BanksApi.md#connectors_get) | **GET** /connectors | Get list of connectors
23
25
  [**connectors_id_connector_logos_get**](BanksApi.md#connectors_id_connector_logos_get) | **GET** /connectors/{id_connector}/logos | Get all links to the files associated with this connector.
24
26
  [**connectors_id_connector_logos_id_logo_delete**](BanksApi.md#connectors_id_connector_logos_id_logo_delete) | **DELETE** /connectors/{id_connector}/logos/{id_logo} | Delete a single Logo object.
@@ -28,14 +30,18 @@ Method | HTTP request | Description
28
30
  [**connectors_id_connector_logos_put**](BanksApi.md#connectors_id_connector_logos_put) | **PUT** /connectors/{id_connector}/logos | Create or Update a connector Logo
29
31
  [**connectors_id_connector_logos_thumbnail_get**](BanksApi.md#connectors_id_connector_logos_thumbnail_get) | **GET** /connectors/{id_connector}/logos/thumbnail | Get all links to the files associated with this connector.
30
32
  [**connectors_id_connector_put**](BanksApi.md#connectors_id_connector_put) | **PUT** /connectors/{id_connector} | Edit the provided connector
33
+ [**connectors_id_connector_sources_get**](BanksApi.md#connectors_id_connector_sources_get) | **GET** /connectors/{id_connector}/sources | Get list of connector sources
34
+ [**connectors_id_connector_sources_id_source_put**](BanksApi.md#connectors_id_connector_sources_id_source_put) | **PUT** /connectors/{id_connector}/sources/{id_source} | Edit the provided connector source
31
35
  [**connectors_post**](BanksApi.md#connectors_post) | **POST** /connectors | Request a new connector
32
- [**invoicing_get**](BanksApi.md#invoicing_get) | **GET** /invoicing | Get number of accounts, connections and users synced.
36
+ [**connectors_put**](BanksApi.md#connectors_put) | **PUT** /connectors | Enable/disable several connectors
37
+ [**invoicing_get**](BanksApi.md#invoicing_get) | **GET** /invoicing | Get invoicing data for a given period (default is the current month).
33
38
  [**logs_get**](BanksApi.md#logs_get) | **GET** /logs | Get connection logs
34
39
  [**providers_get**](BanksApi.md#providers_get) | **GET** /providers | Get list of connectors
35
40
  [**providers_id_connector_connections_get**](BanksApi.md#providers_id_connector_connections_get) | **GET** /providers/{id_connector}/connections | Get a random subset of provider&#39;s id_connection
36
41
  [**providers_id_connector_logos_get**](BanksApi.md#providers_id_connector_logos_get) | **GET** /providers/{id_connector}/logos | Get all links to the files associated with this connector.
37
42
  [**providers_id_connector_logos_main_get**](BanksApi.md#providers_id_connector_logos_main_get) | **GET** /providers/{id_connector}/logos/main | Get all links to the files associated with this connector.
38
43
  [**providers_id_connector_logos_thumbnail_get**](BanksApi.md#providers_id_connector_logos_thumbnail_get) | **GET** /providers/{id_connector}/logos/thumbnail | Get all links to the files associated with this connector.
44
+ [**providers_id_connector_sources_get**](BanksApi.md#providers_id_connector_sources_get) | **GET** /providers/{id_connector}/sources | Get list of connector sources
39
45
  [**users_id_user_account_types_get**](BanksApi.md#users_id_user_account_types_get) | **GET** /users/{id_user}/account_types | Get account types
40
46
  [**users_id_user_account_types_id_account_type_get**](BanksApi.md#users_id_user_account_types_id_account_type_get) | **GET** /users/{id_user}/account_types/{id_account_type} | Get an account type
41
47
  [**users_id_user_accounts_delete**](BanksApi.md#users_id_user_accounts_delete) | **DELETE** /users/{id_user}/accounts | Delete all accounts
@@ -45,6 +51,7 @@ Method | HTTP request | Description
45
51
  [**users_id_user_accounts_id_account_delta_get**](BanksApi.md#users_id_user_accounts_id_account_delta_get) | **GET** /users/{id_user}/accounts/{id_account}/delta | Get deltas of accounts
46
52
  [**users_id_user_accounts_id_account_logs_get**](BanksApi.md#users_id_user_accounts_id_account_logs_get) | **GET** /users/{id_user}/accounts/{id_account}/logs | Get accounts logs.
47
53
  [**users_id_user_accounts_id_account_put**](BanksApi.md#users_id_user_accounts_id_account_put) | **PUT** /users/{id_user}/accounts/{id_account} | Update an account
54
+ [**users_id_user_accounts_id_account_sources_get**](BanksApi.md#users_id_user_accounts_id_account_sources_get) | **GET** /users/{id_user}/accounts/{id_account}/sources | Get account sources
48
55
  [**users_id_user_accounts_id_account_transactions_delete**](BanksApi.md#users_id_user_accounts_id_account_transactions_delete) | **DELETE** /users/{id_user}/accounts/{id_account}/transactions | Delete transactions
49
56
  [**users_id_user_accounts_id_account_transactions_get**](BanksApi.md#users_id_user_accounts_id_account_transactions_get) | **GET** /users/{id_user}/accounts/{id_account}/transactions | Get transactions
50
57
  [**users_id_user_accounts_id_account_transactions_id_transaction_informations_delete**](BanksApi.md#users_id_user_accounts_id_account_transactions_id_transaction_informations_delete) | **DELETE** /users/{id_user}/accounts/{id_account}/transactions/{id_transaction}/informations | Delete all arbitrary key-value pairs of a transaction
@@ -75,6 +82,7 @@ Method | HTTP request | Description
75
82
  [**users_id_user_connections_id_connection_accounts_id_account_delta_get**](BanksApi.md#users_id_user_connections_id_connection_accounts_id_account_delta_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/delta | Get deltas of accounts
76
83
  [**users_id_user_connections_id_connection_accounts_id_account_logs_get**](BanksApi.md#users_id_user_connections_id_connection_accounts_id_account_logs_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/logs | Get accounts logs.
77
84
  [**users_id_user_connections_id_connection_accounts_id_account_put**](BanksApi.md#users_id_user_connections_id_connection_accounts_id_account_put) | **PUT** /users/{id_user}/connections/{id_connection}/accounts/{id_account} | Update an account
85
+ [**users_id_user_connections_id_connection_accounts_id_account_sources_get**](BanksApi.md#users_id_user_connections_id_connection_accounts_id_account_sources_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/sources | Get account sources
78
86
  [**users_id_user_connections_id_connection_accounts_id_account_transactions_delete**](BanksApi.md#users_id_user_connections_id_connection_accounts_id_account_transactions_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/transactions | Delete transactions
79
87
  [**users_id_user_connections_id_connection_accounts_id_account_transactions_get**](BanksApi.md#users_id_user_connections_id_connection_accounts_id_account_transactions_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/transactions | Get transactions
80
88
  [**users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_delete**](BanksApi.md#users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/transactions/{id_transaction}/informations | Delete all arbitrary key-value pairs of a transaction
@@ -96,6 +104,10 @@ Method | HTTP request | Description
96
104
  [**users_id_user_connections_id_connection_logs_get**](BanksApi.md#users_id_user_connections_id_connection_logs_get) | **GET** /users/{id_user}/connections/{id_connection}/logs | Get connection logs
97
105
  [**users_id_user_connections_id_connection_post**](BanksApi.md#users_id_user_connections_id_connection_post) | **POST** /users/{id_user}/connections/{id_connection} | Update a connection.
98
106
  [**users_id_user_connections_id_connection_put**](BanksApi.md#users_id_user_connections_id_connection_put) | **PUT** /users/{id_user}/connections/{id_connection} | Force synchronisation of a connection.
107
+ [**users_id_user_connections_id_connection_sources_get**](BanksApi.md#users_id_user_connections_id_connection_sources_get) | **GET** /users/{id_user}/connections/{id_connection}/sources | Get connection sources
108
+ [**users_id_user_connections_id_connection_sources_id_source_delete**](BanksApi.md#users_id_user_connections_id_connection_sources_id_source_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/sources/{id_source} | Disable a connection source
109
+ [**users_id_user_connections_id_connection_sources_id_source_post**](BanksApi.md#users_id_user_connections_id_connection_sources_id_source_post) | **POST** /users/{id_user}/connections/{id_connection}/sources/{id_source} | Enable connection source
110
+ [**users_id_user_connections_id_connection_sources_id_source_put**](BanksApi.md#users_id_user_connections_id_connection_sources_id_source_put) | **PUT** /users/{id_user}/connections/{id_connection}/sources/{id_source} | Enable connection source
99
111
  [**users_id_user_connections_id_connection_transactions_delete**](BanksApi.md#users_id_user_connections_id_connection_transactions_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/transactions | Delete transactions
100
112
  [**users_id_user_connections_id_connection_transactions_get**](BanksApi.md#users_id_user_connections_id_connection_transactions_get) | **GET** /users/{id_user}/connections/{id_connection}/transactions | Get transactions
101
113
  [**users_id_user_connections_id_connection_transactions_id_transaction_informations_delete**](BanksApi.md#users_id_user_connections_id_connection_transactions_id_transaction_informations_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/transactions/{id_transaction}/informations | Delete all arbitrary key-value pairs of a transaction
@@ -177,7 +189,7 @@ Name | Type | Description | Notes
177
189
 
178
190
  ### HTTP request headers
179
191
 
180
- - **Content-Type**: application/x-www-form-urlencoded
192
+ - **Content-Type**: application/json, multipart/form-data
181
193
  - **Accept**: application/json
182
194
 
183
195
 
@@ -235,7 +247,7 @@ Name | Type | Description | Notes
235
247
 
236
248
  ### HTTP request headers
237
249
 
238
- - **Content-Type**: application/x-www-form-urlencoded
250
+ - **Content-Type**: application/json, multipart/form-data
239
251
  - **Accept**: application/json
240
252
 
241
253
 
@@ -293,7 +305,7 @@ Name | Type | Description | Notes
293
305
 
294
306
  ### HTTP request headers
295
307
 
296
- - **Content-Type**: application/x-www-form-urlencoded
308
+ - **Content-Type**: application/json, multipart/form-data
297
309
  - **Accept**: application/json
298
310
 
299
311
 
@@ -354,7 +366,7 @@ Name | Type | Description | Notes
354
366
 
355
367
  ### HTTP request headers
356
368
 
357
- - **Content-Type**: application/x-www-form-urlencoded
369
+ - **Content-Type**: application/json, multipart/form-data
358
370
  - **Accept**: application/json
359
371
 
360
372
 
@@ -412,7 +424,7 @@ Name | Type | Description | Notes
412
424
 
413
425
  ### HTTP request headers
414
426
 
415
- - **Content-Type**: application/x-www-form-urlencoded
427
+ - **Content-Type**: application/json, multipart/form-data
416
428
  - **Accept**: application/json
417
429
 
418
430
 
@@ -467,7 +479,7 @@ Name | Type | Description | Notes
467
479
 
468
480
  ### HTTP request headers
469
481
 
470
- - **Content-Type**: application/x-www-form-urlencoded
482
+ - **Content-Type**: application/json, multipart/form-data
471
483
  - **Accept**: application/json
472
484
 
473
485
 
@@ -531,7 +543,7 @@ Name | Type | Description | Notes
531
543
 
532
544
  ### HTTP request headers
533
545
 
534
- - **Content-Type**: application/x-www-form-urlencoded
546
+ - **Content-Type**: application/json, multipart/form-data
535
547
  - **Accept**: application/json
536
548
 
537
549
 
@@ -589,7 +601,7 @@ Name | Type | Description | Notes
589
601
 
590
602
  ### HTTP request headers
591
603
 
592
- - **Content-Type**: application/x-www-form-urlencoded
604
+ - **Content-Type**: application/json, multipart/form-data
593
605
  - **Accept**: application/json
594
606
 
595
607
 
@@ -647,7 +659,7 @@ Name | Type | Description | Notes
647
659
 
648
660
  ### HTTP request headers
649
661
 
650
- - **Content-Type**: application/x-www-form-urlencoded
662
+ - **Content-Type**: application/json, multipart/form-data
651
663
  - **Accept**: application/json
652
664
 
653
665
 
@@ -705,13 +717,71 @@ Name | Type | Description | Notes
705
717
 
706
718
  ### HTTP request headers
707
719
 
708
- - **Content-Type**: application/x-www-form-urlencoded
720
+ - **Content-Type**: application/json, multipart/form-data
721
+ - **Accept**: application/json
722
+
723
+
724
+
725
+ # **banks_id_connector_sources_get**
726
+ > InlineResponse20011 banks_id_connector_sources_get(id_connector, opts)
727
+
728
+ Get list of connector sources
729
+
730
+
731
+
732
+ ### Example
733
+ ```ruby
734
+ # load the gem
735
+ require 'budgea_client'
736
+ # setup authorization
737
+ BudgeaClient.configure do |config|
738
+ # Configure API key authorization: api_key
739
+ config.api_key['Authorization'] = 'YOUR API KEY'
740
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
741
+ #config.api_key_prefix['Authorization'] = 'Bearer'
742
+ end
743
+
744
+ api_instance = BudgeaClient::BanksApi.new
745
+
746
+ id_connector = 56 # Integer |
747
+
748
+ opts = {
749
+ expand: 'expand_example' # String |
750
+ }
751
+
752
+ begin
753
+ #Get list of connector sources
754
+ result = api_instance.banks_id_connector_sources_get(id_connector, opts)
755
+ p result
756
+ rescue BudgeaClient::ApiError => e
757
+ puts "Exception when calling BanksApi->banks_id_connector_sources_get: #{e}"
758
+ end
759
+ ```
760
+
761
+ ### Parameters
762
+
763
+ Name | Type | Description | Notes
764
+ ------------- | ------------- | ------------- | -------------
765
+ **id_connector** | **Integer**| |
766
+ **expand** | **String**| | [optional]
767
+
768
+ ### Return type
769
+
770
+ [**InlineResponse20011**](InlineResponse20011.md)
771
+
772
+ ### Authorization
773
+
774
+ [api_key](../README.md#api_key)
775
+
776
+ ### HTTP request headers
777
+
778
+ - **Content-Type**: application/json, multipart/form-data
709
779
  - **Accept**: application/json
710
780
 
711
781
 
712
782
 
713
783
  # **categories_get**
714
- > InlineResponse20011 categories_get(opts)
784
+ > InlineResponse20012 categories_get(opts)
715
785
 
716
786
  Get all categories
717
787
 
@@ -752,7 +822,7 @@ Name | Type | Description | Notes
752
822
 
753
823
  ### Return type
754
824
 
755
- [**InlineResponse20011**](InlineResponse20011.md)
825
+ [**InlineResponse20012**](InlineResponse20012.md)
756
826
 
757
827
  ### Authorization
758
828
 
@@ -760,7 +830,7 @@ Name | Type | Description | Notes
760
830
 
761
831
  ### HTTP request headers
762
832
 
763
- - **Content-Type**: application/x-www-form-urlencoded
833
+ - **Content-Type**: application/json, multipart/form-data
764
834
  - **Accept**: application/json
765
835
 
766
836
 
@@ -818,7 +888,7 @@ Name | Type | Description | Notes
818
888
 
819
889
  ### HTTP request headers
820
890
 
821
- - **Content-Type**: application/x-www-form-urlencoded
891
+ - **Content-Type**: application/json, multipart/form-data
822
892
  - **Accept**: application/json
823
893
 
824
894
 
@@ -873,7 +943,7 @@ Name | Type | Description | Notes
873
943
 
874
944
  ### HTTP request headers
875
945
 
876
- - **Content-Type**: application/x-www-form-urlencoded
946
+ - **Content-Type**: application/json, multipart/form-data
877
947
  - **Accept**: application/json
878
948
 
879
949
 
@@ -933,7 +1003,7 @@ Name | Type | Description | Notes
933
1003
 
934
1004
  ### HTTP request headers
935
1005
 
936
- - **Content-Type**: application/x-www-form-urlencoded
1006
+ - **Content-Type**: application/json, multipart/form-data
937
1007
  - **Accept**: application/json
938
1008
 
939
1009
 
@@ -988,13 +1058,93 @@ Name | Type | Description | Notes
988
1058
 
989
1059
  ### HTTP request headers
990
1060
 
991
- - **Content-Type**: application/x-www-form-urlencoded
1061
+ - **Content-Type**: application/json, multipart/form-data
1062
+ - **Accept**: application/json
1063
+
1064
+
1065
+
1066
+ # **connections_id_connection_logs_get**
1067
+ > InlineResponse20015 connections_id_connection_logs_get(id_connection, opts)
1068
+
1069
+ Get connection logs
1070
+
1071
+ Get logs about connections.<br><br>
1072
+
1073
+ ### Example
1074
+ ```ruby
1075
+ # load the gem
1076
+ require 'budgea_client'
1077
+ # setup authorization
1078
+ BudgeaClient.configure do |config|
1079
+ # Configure API key authorization: api_key
1080
+ config.api_key['Authorization'] = 'YOUR API KEY'
1081
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1082
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1083
+ end
1084
+
1085
+ api_instance = BudgeaClient::BanksApi.new
1086
+
1087
+ id_connection = 56 # Integer |
1088
+
1089
+ opts = {
1090
+ limit: 56, # Integer | limit number of results
1091
+ offset: 56, # Integer | offset of first result
1092
+ min_date: Date.parse('2013-10-20'), # Date | minimal date
1093
+ max_date: Date.parse('2013-10-20'), # Date | maximum date
1094
+ state: 56, # Integer | state of user
1095
+ period: 'period_example', # String | period to group logs
1096
+ id_user: 56, # Integer | ID of a user
1097
+ id_connection2: 56, # Integer | ID of a connection
1098
+ id_connector: 56, # Integer | ID of a connector
1099
+ charged: true, # BOOLEAN | consider only logs for charged connectors
1100
+ id_source: 56, # Integer | ID of a source
1101
+ expand: 'expand_example' # String |
1102
+ }
1103
+
1104
+ begin
1105
+ #Get connection logs
1106
+ result = api_instance.connections_id_connection_logs_get(id_connection, opts)
1107
+ p result
1108
+ rescue BudgeaClient::ApiError => e
1109
+ puts "Exception when calling BanksApi->connections_id_connection_logs_get: #{e}"
1110
+ end
1111
+ ```
1112
+
1113
+ ### Parameters
1114
+
1115
+ Name | Type | Description | Notes
1116
+ ------------- | ------------- | ------------- | -------------
1117
+ **id_connection** | **Integer**| |
1118
+ **limit** | **Integer**| limit number of results | [optional]
1119
+ **offset** | **Integer**| offset of first result | [optional]
1120
+ **min_date** | **Date**| minimal date | [optional]
1121
+ **max_date** | **Date**| maximum date | [optional]
1122
+ **state** | **Integer**| state of user | [optional]
1123
+ **period** | **String**| period to group logs | [optional]
1124
+ **id_user** | **Integer**| ID of a user | [optional]
1125
+ **id_connection2** | **Integer**| ID of a connection | [optional]
1126
+ **id_connector** | **Integer**| ID of a connector | [optional]
1127
+ **charged** | **BOOLEAN**| consider only logs for charged connectors | [optional]
1128
+ **id_source** | **Integer**| ID of a source | [optional]
1129
+ **expand** | **String**| | [optional]
1130
+
1131
+ ### Return type
1132
+
1133
+ [**InlineResponse20015**](InlineResponse20015.md)
1134
+
1135
+ ### Authorization
1136
+
1137
+ [api_key](../README.md#api_key)
1138
+
1139
+ ### HTTP request headers
1140
+
1141
+ - **Content-Type**: application/json, multipart/form-data
992
1142
  - **Accept**: application/json
993
1143
 
994
1144
 
995
1145
 
996
1146
  # **connectors_get**
997
- > InlineResponse20014 connectors_get(opts)
1147
+ > InlineResponse20016 connectors_get(opts)
998
1148
 
999
1149
  Get list of connectors
1000
1150
 
@@ -1035,7 +1185,7 @@ Name | Type | Description | Notes
1035
1185
 
1036
1186
  ### Return type
1037
1187
 
1038
- [**InlineResponse20014**](InlineResponse20014.md)
1188
+ [**InlineResponse20016**](InlineResponse20016.md)
1039
1189
 
1040
1190
  ### Authorization
1041
1191
 
@@ -1043,7 +1193,7 @@ Name | Type | Description | Notes
1043
1193
 
1044
1194
  ### HTTP request headers
1045
1195
 
1046
- - **Content-Type**: application/x-www-form-urlencoded
1196
+ - **Content-Type**: application/json, multipart/form-data
1047
1197
  - **Accept**: application/json
1048
1198
 
1049
1199
 
@@ -1101,7 +1251,7 @@ Name | Type | Description | Notes
1101
1251
 
1102
1252
  ### HTTP request headers
1103
1253
 
1104
- - **Content-Type**: application/x-www-form-urlencoded
1254
+ - **Content-Type**: application/json, multipart/form-data
1105
1255
  - **Accept**: application/json
1106
1256
 
1107
1257
 
@@ -1162,7 +1312,7 @@ Name | Type | Description | Notes
1162
1312
 
1163
1313
  ### HTTP request headers
1164
1314
 
1165
- - **Content-Type**: application/x-www-form-urlencoded
1315
+ - **Content-Type**: application/json, multipart/form-data
1166
1316
  - **Accept**: application/json
1167
1317
 
1168
1318
 
@@ -1223,7 +1373,7 @@ Name | Type | Description | Notes
1223
1373
 
1224
1374
  ### HTTP request headers
1225
1375
 
1226
- - **Content-Type**: application/x-www-form-urlencoded
1376
+ - **Content-Type**: application/json, multipart/form-data
1227
1377
  - **Accept**: application/json
1228
1378
 
1229
1379
 
@@ -1281,7 +1431,7 @@ Name | Type | Description | Notes
1281
1431
 
1282
1432
  ### HTTP request headers
1283
1433
 
1284
- - **Content-Type**: application/x-www-form-urlencoded
1434
+ - **Content-Type**: application/json, multipart/form-data
1285
1435
  - **Accept**: application/json
1286
1436
 
1287
1437
 
@@ -1339,7 +1489,7 @@ Name | Type | Description | Notes
1339
1489
 
1340
1490
  ### HTTP request headers
1341
1491
 
1342
- - **Content-Type**: application/x-www-form-urlencoded
1492
+ - **Content-Type**: application/json, multipart/form-data
1343
1493
  - **Accept**: application/json
1344
1494
 
1345
1495
 
@@ -1397,7 +1547,7 @@ Name | Type | Description | Notes
1397
1547
 
1398
1548
  ### HTTP request headers
1399
1549
 
1400
- - **Content-Type**: application/x-www-form-urlencoded
1550
+ - **Content-Type**: application/json, multipart/form-data
1401
1551
  - **Accept**: application/json
1402
1552
 
1403
1553
 
@@ -1455,7 +1605,7 @@ Name | Type | Description | Notes
1455
1605
 
1456
1606
  ### HTTP request headers
1457
1607
 
1458
- - **Content-Type**: application/x-www-form-urlencoded
1608
+ - **Content-Type**: application/json, multipart/form-data
1459
1609
  - **Accept**: application/json
1460
1610
 
1461
1611
 
@@ -1487,6 +1637,7 @@ opts = {
1487
1637
  id_categories: 'id_categories_example', # String | one or several comma separated categories to map to the given connector (or null to map no category)
1488
1638
  hidden: true, # BOOLEAN | to enable or disable connector (bank or provider)
1489
1639
  sync_frequency: 56, # Integer | Allows you to overload global sync_frequency param
1640
+ auth_mechanism: 'auth_mechanism_example', # String | the authentication mechanism to use for this connector
1490
1641
  expand: 'expand_example' # String |
1491
1642
  }
1492
1643
 
@@ -1507,6 +1658,7 @@ Name | Type | Description | Notes
1507
1658
  **id_categories** | **String**| one or several comma separated categories to map to the given connector (or null to map no category) | [optional]
1508
1659
  **hidden** | **BOOLEAN**| to enable or disable connector (bank or provider) | [optional]
1509
1660
  **sync_frequency** | **Integer**| Allows you to overload global sync_frequency param | [optional]
1661
+ **auth_mechanism** | **String**| the authentication mechanism to use for this connector | [optional]
1510
1662
  **expand** | **String**| | [optional]
1511
1663
 
1512
1664
  ### Return type
@@ -1519,7 +1671,130 @@ Name | Type | Description | Notes
1519
1671
 
1520
1672
  ### HTTP request headers
1521
1673
 
1522
- - **Content-Type**: application/x-www-form-urlencoded
1674
+ - **Content-Type**: application/json, multipart/form-data
1675
+ - **Accept**: application/json
1676
+
1677
+
1678
+
1679
+ # **connectors_id_connector_sources_get**
1680
+ > InlineResponse20011 connectors_id_connector_sources_get(id_connector, opts)
1681
+
1682
+ Get list of connector sources
1683
+
1684
+
1685
+
1686
+ ### Example
1687
+ ```ruby
1688
+ # load the gem
1689
+ require 'budgea_client'
1690
+ # setup authorization
1691
+ BudgeaClient.configure do |config|
1692
+ # Configure API key authorization: api_key
1693
+ config.api_key['Authorization'] = 'YOUR API KEY'
1694
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1695
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1696
+ end
1697
+
1698
+ api_instance = BudgeaClient::BanksApi.new
1699
+
1700
+ id_connector = 56 # Integer |
1701
+
1702
+ opts = {
1703
+ expand: 'expand_example' # String |
1704
+ }
1705
+
1706
+ begin
1707
+ #Get list of connector sources
1708
+ result = api_instance.connectors_id_connector_sources_get(id_connector, opts)
1709
+ p result
1710
+ rescue BudgeaClient::ApiError => e
1711
+ puts "Exception when calling BanksApi->connectors_id_connector_sources_get: #{e}"
1712
+ end
1713
+ ```
1714
+
1715
+ ### Parameters
1716
+
1717
+ Name | Type | Description | Notes
1718
+ ------------- | ------------- | ------------- | -------------
1719
+ **id_connector** | **Integer**| |
1720
+ **expand** | **String**| | [optional]
1721
+
1722
+ ### Return type
1723
+
1724
+ [**InlineResponse20011**](InlineResponse20011.md)
1725
+
1726
+ ### Authorization
1727
+
1728
+ [api_key](../README.md#api_key)
1729
+
1730
+ ### HTTP request headers
1731
+
1732
+ - **Content-Type**: application/json, multipart/form-data
1733
+ - **Accept**: application/json
1734
+
1735
+
1736
+
1737
+ # **connectors_id_connector_sources_id_source_put**
1738
+ > ConnectorSource connectors_id_connector_sources_id_source_put(id_connector, id_source, opts)
1739
+
1740
+ Edit the provided connector source
1741
+
1742
+
1743
+
1744
+ ### Example
1745
+ ```ruby
1746
+ # load the gem
1747
+ require 'budgea_client'
1748
+ # setup authorization
1749
+ BudgeaClient.configure do |config|
1750
+ # Configure API key authorization: api_key
1751
+ config.api_key['Authorization'] = 'YOUR API KEY'
1752
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1753
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1754
+ end
1755
+
1756
+ api_instance = BudgeaClient::BanksApi.new
1757
+
1758
+ id_connector = 56 # Integer |
1759
+
1760
+ id_source = 56 # Integer |
1761
+
1762
+ opts = {
1763
+ auth_mechanism: 'auth_mechanism_example', # String | the authentication mechanism to use for this connector source
1764
+ disabled: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | to enable or disable connector source
1765
+ expand: 'expand_example' # String |
1766
+ }
1767
+
1768
+ begin
1769
+ #Edit the provided connector source
1770
+ result = api_instance.connectors_id_connector_sources_id_source_put(id_connector, id_source, opts)
1771
+ p result
1772
+ rescue BudgeaClient::ApiError => e
1773
+ puts "Exception when calling BanksApi->connectors_id_connector_sources_id_source_put: #{e}"
1774
+ end
1775
+ ```
1776
+
1777
+ ### Parameters
1778
+
1779
+ Name | Type | Description | Notes
1780
+ ------------- | ------------- | ------------- | -------------
1781
+ **id_connector** | **Integer**| |
1782
+ **id_source** | **Integer**| |
1783
+ **auth_mechanism** | **String**| the authentication mechanism to use for this connector source | [optional]
1784
+ **disabled** | **DateTime**| to enable or disable connector source | [optional]
1785
+ **expand** | **String**| | [optional]
1786
+
1787
+ ### Return type
1788
+
1789
+ [**ConnectorSource**](ConnectorSource.md)
1790
+
1791
+ ### Authorization
1792
+
1793
+ [api_key](../README.md#api_key)
1794
+
1795
+ ### HTTP request headers
1796
+
1797
+ - **Content-Type**: application/json, multipart/form-data
1523
1798
  - **Accept**: application/json
1524
1799
 
1525
1800
 
@@ -1552,20 +1827,84 @@ login = 'login_example' # String | Users login
1552
1827
  password = 'password_example' # String | Users password
1553
1828
 
1554
1829
  opts = {
1555
- url: 'url_example', # String | Url of the bank
1556
- email: 'email_example', # String | Email of the user
1557
- types: 'types_example', # String | Type of connector, eg. banks or providers
1558
- comment: 'comment_example', # String | Optionnal comment
1559
- sendmail: true, # BOOLEAN | if set, send an email to user
1830
+ url: 'url_example', # String | Url of the bank
1831
+ email: 'email_example', # String | Email of the user
1832
+ types: 'types_example', # String | Type of connector, eg. banks or providers
1833
+ comment: 'comment_example', # String | Optionnal comment
1834
+ sendmail: true, # BOOLEAN | if set, send an email to user
1835
+ expand: 'expand_example' # String |
1836
+ }
1837
+
1838
+ begin
1839
+ #Request a new connector
1840
+ result = api_instance.connectors_post(name, login, password, opts)
1841
+ p result
1842
+ rescue BudgeaClient::ApiError => e
1843
+ puts "Exception when calling BanksApi->connectors_post: #{e}"
1844
+ end
1845
+ ```
1846
+
1847
+ ### Parameters
1848
+
1849
+ Name | Type | Description | Notes
1850
+ ------------- | ------------- | ------------- | -------------
1851
+ **name** | **String**| Name of the bank or provider |
1852
+ **login** | **String**| Users login |
1853
+ **password** | **String**| Users password |
1854
+ **url** | **String**| Url of the bank | [optional]
1855
+ **email** | **String**| Email of the user | [optional]
1856
+ **types** | **String**| Type of connector, eg. banks or providers | [optional]
1857
+ **comment** | **String**| Optionnal comment | [optional]
1858
+ **sendmail** | **BOOLEAN**| if set, send an email to user | [optional]
1859
+ **expand** | **String**| | [optional]
1860
+
1861
+ ### Return type
1862
+
1863
+ [**Connector**](Connector.md)
1864
+
1865
+ ### Authorization
1866
+
1867
+ [api_key](../README.md#api_key)
1868
+
1869
+ ### HTTP request headers
1870
+
1871
+ - **Content-Type**: application/x-www-form-urlencoded
1872
+ - **Accept**: application/json
1873
+
1874
+
1875
+
1876
+ # **connectors_put**
1877
+ > Connector connectors_put(opts)
1878
+
1879
+ Enable/disable several connectors
1880
+
1881
+
1882
+
1883
+ ### Example
1884
+ ```ruby
1885
+ # load the gem
1886
+ require 'budgea_client'
1887
+ # setup authorization
1888
+ BudgeaClient.configure do |config|
1889
+ # Configure API key authorization: api_key
1890
+ config.api_key['Authorization'] = 'YOUR API KEY'
1891
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1892
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1893
+ end
1894
+
1895
+ api_instance = BudgeaClient::BanksApi.new
1896
+
1897
+ opts = {
1898
+ hidden: true, # BOOLEAN | to enable or disable connector (bank or provider)
1560
1899
  expand: 'expand_example' # String |
1561
1900
  }
1562
1901
 
1563
1902
  begin
1564
- #Request a new connector
1565
- result = api_instance.connectors_post(name, login, password, opts)
1903
+ #Enable/disable several connectors
1904
+ result = api_instance.connectors_put(opts)
1566
1905
  p result
1567
1906
  rescue BudgeaClient::ApiError => e
1568
- puts "Exception when calling BanksApi->connectors_post: #{e}"
1907
+ puts "Exception when calling BanksApi->connectors_put: #{e}"
1569
1908
  end
1570
1909
  ```
1571
1910
 
@@ -1573,14 +1912,7 @@ end
1573
1912
 
1574
1913
  Name | Type | Description | Notes
1575
1914
  ------------- | ------------- | ------------- | -------------
1576
- **name** | **String**| Name of the bank or provider |
1577
- **login** | **String**| Users login |
1578
- **password** | **String**| Users password |
1579
- **url** | **String**| Url of the bank | [optional]
1580
- **email** | **String**| Email of the user | [optional]
1581
- **types** | **String**| Type of connector, eg. banks or providers | [optional]
1582
- **comment** | **String**| Optionnal comment | [optional]
1583
- **sendmail** | **BOOLEAN**| if set, send an email to user | [optional]
1915
+ **hidden** | **BOOLEAN**| to enable or disable connector (bank or provider) | [optional]
1584
1916
  **expand** | **String**| | [optional]
1585
1917
 
1586
1918
  ### Return type
@@ -1593,7 +1925,7 @@ Name | Type | Description | Notes
1593
1925
 
1594
1926
  ### HTTP request headers
1595
1927
 
1596
- - **Content-Type**: application/x-www-form-urlencoded
1928
+ - **Content-Type**: application/json, multipart/form-data
1597
1929
  - **Accept**: application/json
1598
1930
 
1599
1931
 
@@ -1601,9 +1933,9 @@ Name | Type | Description | Notes
1601
1933
  # **invoicing_get**
1602
1934
  > invoicing_get(opts)
1603
1935
 
1604
- Get number of accounts, connections and users synced.
1936
+ Get invoicing data for a given period (default is the current month).
1605
1937
 
1606
- Get number of accounts, connections and users synced between two dates for the given period.<br><br>
1938
+ You can get all the invoicing data or just specific ones by using the available parameters.<br><br>If no parameters are specified, no invoicing data is returned.<br><br>
1607
1939
 
1608
1940
  ### Example
1609
1941
  ```ruby
@@ -1622,12 +1954,20 @@ api_instance = BudgeaClient::BanksApi.new
1622
1954
  opts = {
1623
1955
  min_date: Date.parse('2013-10-20'), # Date | minimal date
1624
1956
  max_date: Date.parse('2013-10-20'), # Date | maximum date
1625
- period: 'period_example', # String | period to group logs
1626
- all: 'all_example' # String | get full ids list instead of numbers
1957
+ users_synced: 'users_synced_example', # String | the number of user synchronized during the period
1958
+ users_bank: 'users_bank_example', # String | the number of user of the Bank API synchronized during the period
1959
+ users_bill: 'users_bill_example', # String | the number of user of the Bill API synchronized during the period
1960
+ accounts_synced: 'accounts_synced_example', # String | the number of accounts synchronized during the period
1961
+ subscriptions_synced: 'subscriptions_synced_example', # String | the number of subscriptions synchronized during the period
1962
+ connections_synced: 'connections_synced_example', # String | the number of connections synchronized during the period
1963
+ connections_account: 'connections_account_example', # String | the number of Bank API connections synchronized during the period
1964
+ transfers_synced: 'transfers_synced_example', # String | the number of transfers done during the period
1965
+ all: 'all_example', # String | get all the invoicing data at once
1966
+ detail: 'detail_example' # String | get full ids list instead of numbers
1627
1967
  }
1628
1968
 
1629
1969
  begin
1630
- #Get number of accounts, connections and users synced.
1970
+ #Get invoicing data for a given period (default is the current month).
1631
1971
  api_instance.invoicing_get(opts)
1632
1972
  rescue BudgeaClient::ApiError => e
1633
1973
  puts "Exception when calling BanksApi->invoicing_get: #{e}"
@@ -1640,8 +1980,16 @@ Name | Type | Description | Notes
1640
1980
  ------------- | ------------- | ------------- | -------------
1641
1981
  **min_date** | **Date**| minimal date | [optional]
1642
1982
  **max_date** | **Date**| maximum date | [optional]
1643
- **period** | **String**| period to group logs | [optional]
1644
- **all** | **String**| get full ids list instead of numbers | [optional]
1983
+ **users_synced** | **String**| the number of user synchronized during the period | [optional]
1984
+ **users_bank** | **String**| the number of user of the Bank API synchronized during the period | [optional]
1985
+ **users_bill** | **String**| the number of user of the Bill API synchronized during the period | [optional]
1986
+ **accounts_synced** | **String**| the number of accounts synchronized during the period | [optional]
1987
+ **subscriptions_synced** | **String**| the number of subscriptions synchronized during the period | [optional]
1988
+ **connections_synced** | **String**| the number of connections synchronized during the period | [optional]
1989
+ **connections_account** | **String**| the number of Bank API connections synchronized during the period | [optional]
1990
+ **transfers_synced** | **String**| the number of transfers done during the period | [optional]
1991
+ **all** | **String**| get all the invoicing data at once | [optional]
1992
+ **detail** | **String**| get full ids list instead of numbers | [optional]
1645
1993
 
1646
1994
  ### Return type
1647
1995
 
@@ -1653,13 +2001,13 @@ nil (empty response body)
1653
2001
 
1654
2002
  ### HTTP request headers
1655
2003
 
1656
- - **Content-Type**: application/x-www-form-urlencoded
2004
+ - **Content-Type**: application/json, multipart/form-data
1657
2005
  - **Accept**: application/json
1658
2006
 
1659
2007
 
1660
2008
 
1661
2009
  # **logs_get**
1662
- > InlineResponse20017 logs_get(opts)
2010
+ > InlineResponse20015 logs_get(opts)
1663
2011
 
1664
2012
  Get connection logs
1665
2013
 
@@ -1690,6 +2038,7 @@ opts = {
1690
2038
  id_connection: 56, # Integer | ID of a connection
1691
2039
  id_connector: 56, # Integer | ID of a connector
1692
2040
  charged: true, # BOOLEAN | consider only logs for charged connectors
2041
+ id_source: 56, # Integer | ID of a source
1693
2042
  expand: 'expand_example' # String |
1694
2043
  }
1695
2044
 
@@ -1716,11 +2065,12 @@ Name | Type | Description | Notes
1716
2065
  **id_connection** | **Integer**| ID of a connection | [optional]
1717
2066
  **id_connector** | **Integer**| ID of a connector | [optional]
1718
2067
  **charged** | **BOOLEAN**| consider only logs for charged connectors | [optional]
2068
+ **id_source** | **Integer**| ID of a source | [optional]
1719
2069
  **expand** | **String**| | [optional]
1720
2070
 
1721
2071
  ### Return type
1722
2072
 
1723
- [**InlineResponse20017**](InlineResponse20017.md)
2073
+ [**InlineResponse20015**](InlineResponse20015.md)
1724
2074
 
1725
2075
  ### Authorization
1726
2076
 
@@ -1728,13 +2078,13 @@ Name | Type | Description | Notes
1728
2078
 
1729
2079
  ### HTTP request headers
1730
2080
 
1731
- - **Content-Type**: application/x-www-form-urlencoded
2081
+ - **Content-Type**: application/json, multipart/form-data
1732
2082
  - **Accept**: application/json
1733
2083
 
1734
2084
 
1735
2085
 
1736
2086
  # **providers_get**
1737
- > InlineResponse20018 providers_get(opts)
2087
+ > InlineResponse20019 providers_get(opts)
1738
2088
 
1739
2089
  Get list of connectors
1740
2090
 
@@ -1775,7 +2125,7 @@ Name | Type | Description | Notes
1775
2125
 
1776
2126
  ### Return type
1777
2127
 
1778
- [**InlineResponse20018**](InlineResponse20018.md)
2128
+ [**InlineResponse20019**](InlineResponse20019.md)
1779
2129
 
1780
2130
  ### Authorization
1781
2131
 
@@ -1783,7 +2133,7 @@ Name | Type | Description | Notes
1783
2133
 
1784
2134
  ### HTTP request headers
1785
2135
 
1786
- - **Content-Type**: application/x-www-form-urlencoded
2136
+ - **Content-Type**: application/json, multipart/form-data
1787
2137
  - **Accept**: application/json
1788
2138
 
1789
2139
 
@@ -1843,13 +2193,13 @@ Name | Type | Description | Notes
1843
2193
 
1844
2194
  ### HTTP request headers
1845
2195
 
1846
- - **Content-Type**: application/x-www-form-urlencoded
2196
+ - **Content-Type**: application/json, multipart/form-data
1847
2197
  - **Accept**: application/json
1848
2198
 
1849
2199
 
1850
2200
 
1851
2201
  # **providers_id_connector_logos_get**
1852
- > InlineResponse20019 providers_id_connector_logos_get(id_connector, opts)
2202
+ > InlineResponse20010 providers_id_connector_logos_get(id_connector, opts)
1853
2203
 
1854
2204
  Get all links to the files associated with this connector.
1855
2205
 
@@ -1893,7 +2243,7 @@ Name | Type | Description | Notes
1893
2243
 
1894
2244
  ### Return type
1895
2245
 
1896
- [**InlineResponse20019**](InlineResponse20019.md)
2246
+ [**InlineResponse20010**](InlineResponse20010.md)
1897
2247
 
1898
2248
  ### Authorization
1899
2249
 
@@ -1901,7 +2251,7 @@ Name | Type | Description | Notes
1901
2251
 
1902
2252
  ### HTTP request headers
1903
2253
 
1904
- - **Content-Type**: application/x-www-form-urlencoded
2254
+ - **Content-Type**: application/json, multipart/form-data
1905
2255
  - **Accept**: application/json
1906
2256
 
1907
2257
 
@@ -1959,7 +2309,7 @@ Name | Type | Description | Notes
1959
2309
 
1960
2310
  ### HTTP request headers
1961
2311
 
1962
- - **Content-Type**: application/x-www-form-urlencoded
2312
+ - **Content-Type**: application/json, multipart/form-data
1963
2313
  - **Accept**: application/json
1964
2314
 
1965
2315
 
@@ -2017,7 +2367,65 @@ Name | Type | Description | Notes
2017
2367
 
2018
2368
  ### HTTP request headers
2019
2369
 
2020
- - **Content-Type**: application/x-www-form-urlencoded
2370
+ - **Content-Type**: application/json, multipart/form-data
2371
+ - **Accept**: application/json
2372
+
2373
+
2374
+
2375
+ # **providers_id_connector_sources_get**
2376
+ > InlineResponse20011 providers_id_connector_sources_get(id_connector, opts)
2377
+
2378
+ Get list of connector sources
2379
+
2380
+
2381
+
2382
+ ### Example
2383
+ ```ruby
2384
+ # load the gem
2385
+ require 'budgea_client'
2386
+ # setup authorization
2387
+ BudgeaClient.configure do |config|
2388
+ # Configure API key authorization: api_key
2389
+ config.api_key['Authorization'] = 'YOUR API KEY'
2390
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
2391
+ #config.api_key_prefix['Authorization'] = 'Bearer'
2392
+ end
2393
+
2394
+ api_instance = BudgeaClient::BanksApi.new
2395
+
2396
+ id_connector = 56 # Integer |
2397
+
2398
+ opts = {
2399
+ expand: 'expand_example' # String |
2400
+ }
2401
+
2402
+ begin
2403
+ #Get list of connector sources
2404
+ result = api_instance.providers_id_connector_sources_get(id_connector, opts)
2405
+ p result
2406
+ rescue BudgeaClient::ApiError => e
2407
+ puts "Exception when calling BanksApi->providers_id_connector_sources_get: #{e}"
2408
+ end
2409
+ ```
2410
+
2411
+ ### Parameters
2412
+
2413
+ Name | Type | Description | Notes
2414
+ ------------- | ------------- | ------------- | -------------
2415
+ **id_connector** | **Integer**| |
2416
+ **expand** | **String**| | [optional]
2417
+
2418
+ ### Return type
2419
+
2420
+ [**InlineResponse20011**](InlineResponse20011.md)
2421
+
2422
+ ### Authorization
2423
+
2424
+ [api_key](../README.md#api_key)
2425
+
2426
+ ### HTTP request headers
2427
+
2428
+ - **Content-Type**: application/json, multipart/form-data
2021
2429
  - **Accept**: application/json
2022
2430
 
2023
2431
 
@@ -2075,7 +2483,7 @@ Name | Type | Description | Notes
2075
2483
 
2076
2484
  ### HTTP request headers
2077
2485
 
2078
- - **Content-Type**: application/x-www-form-urlencoded
2486
+ - **Content-Type**: application/json, multipart/form-data
2079
2487
  - **Accept**: application/json
2080
2488
 
2081
2489
 
@@ -2136,7 +2544,7 @@ Name | Type | Description | Notes
2136
2544
 
2137
2545
  ### HTTP request headers
2138
2546
 
2139
- - **Content-Type**: application/x-www-form-urlencoded
2547
+ - **Content-Type**: application/json, multipart/form-data
2140
2548
  - **Accept**: application/json
2141
2549
 
2142
2550
 
@@ -2194,7 +2602,7 @@ Name | Type | Description | Notes
2194
2602
 
2195
2603
  ### HTTP request headers
2196
2604
 
2197
- - **Content-Type**: application/x-www-form-urlencoded
2605
+ - **Content-Type**: application/json, multipart/form-data
2198
2606
  - **Accept**: application/json
2199
2607
 
2200
2608
 
@@ -2252,7 +2660,7 @@ Name | Type | Description | Notes
2252
2660
 
2253
2661
  ### HTTP request headers
2254
2662
 
2255
- - **Content-Type**: application/x-www-form-urlencoded
2663
+ - **Content-Type**: application/json, multipart/form-data
2256
2664
  - **Accept**: application/json
2257
2665
 
2258
2666
 
@@ -2308,7 +2716,7 @@ nil (empty response body)
2308
2716
 
2309
2717
  ### HTTP request headers
2310
2718
 
2311
- - **Content-Type**: application/x-www-form-urlencoded
2719
+ - **Content-Type**: application/json, multipart/form-data
2312
2720
  - **Accept**: application/json
2313
2721
 
2314
2722
 
@@ -2369,7 +2777,7 @@ Name | Type | Description | Notes
2369
2777
 
2370
2778
  ### HTTP request headers
2371
2779
 
2372
- - **Content-Type**: application/x-www-form-urlencoded
2780
+ - **Content-Type**: application/json, multipart/form-data
2373
2781
  - **Accept**: application/json
2374
2782
 
2375
2783
 
@@ -2433,7 +2841,7 @@ nil (empty response body)
2433
2841
 
2434
2842
  ### HTTP request headers
2435
2843
 
2436
- - **Content-Type**: application/x-www-form-urlencoded
2844
+ - **Content-Type**: application/json, multipart/form-data
2437
2845
  - **Accept**: application/json
2438
2846
 
2439
2847
 
@@ -2443,7 +2851,7 @@ nil (empty response body)
2443
2851
 
2444
2852
  Get accounts logs.
2445
2853
 
2446
- Get logs of account.<br><br>By default, it selects logs for the last month. You can use \"min_date\" and \"max_date\" to change boundary dates.<br><br>
2854
+ Get logs of account. By default, it selects logs for the last month. You can use \"min_date\" and \"max_date\" to change boundary dates.<br><br>
2447
2855
 
2448
2856
  ### Example
2449
2857
  ```ruby
@@ -2502,7 +2910,7 @@ Name | Type | Description | Notes
2502
2910
 
2503
2911
  ### HTTP request headers
2504
2912
 
2505
- - **Content-Type**: application/x-www-form-urlencoded
2913
+ - **Content-Type**: application/json, multipart/form-data
2506
2914
  - **Accept**: application/json
2507
2915
 
2508
2916
 
@@ -2577,7 +2985,68 @@ Name | Type | Description | Notes
2577
2985
 
2578
2986
  ### HTTP request headers
2579
2987
 
2580
- - **Content-Type**: application/x-www-form-urlencoded
2988
+ - **Content-Type**: application/json, multipart/form-data
2989
+ - **Accept**: application/json
2990
+
2991
+
2992
+
2993
+ # **users_id_user_accounts_id_account_sources_get**
2994
+ > InlineResponse20030 users_id_user_accounts_id_account_sources_get(id_user, id_account, opts)
2995
+
2996
+ Get account sources
2997
+
2998
+
2999
+
3000
+ ### Example
3001
+ ```ruby
3002
+ # load the gem
3003
+ require 'budgea_client'
3004
+ # setup authorization
3005
+ BudgeaClient.configure do |config|
3006
+ # Configure API key authorization: api_key
3007
+ config.api_key['Authorization'] = 'YOUR API KEY'
3008
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
3009
+ #config.api_key_prefix['Authorization'] = 'Bearer'
3010
+ end
3011
+
3012
+ api_instance = BudgeaClient::BanksApi.new
3013
+
3014
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
3015
+
3016
+ id_account = 56 # Integer |
3017
+
3018
+ opts = {
3019
+ expand: 'expand_example' # String |
3020
+ }
3021
+
3022
+ begin
3023
+ #Get account sources
3024
+ result = api_instance.users_id_user_accounts_id_account_sources_get(id_user, id_account, opts)
3025
+ p result
3026
+ rescue BudgeaClient::ApiError => e
3027
+ puts "Exception when calling BanksApi->users_id_user_accounts_id_account_sources_get: #{e}"
3028
+ end
3029
+ ```
3030
+
3031
+ ### Parameters
3032
+
3033
+ Name | Type | Description | Notes
3034
+ ------------- | ------------- | ------------- | -------------
3035
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
3036
+ **id_account** | **Integer**| |
3037
+ **expand** | **String**| | [optional]
3038
+
3039
+ ### Return type
3040
+
3041
+ [**InlineResponse20030**](InlineResponse20030.md)
3042
+
3043
+ ### Authorization
3044
+
3045
+ [api_key](../README.md#api_key)
3046
+
3047
+ ### HTTP request headers
3048
+
3049
+ - **Content-Type**: application/json, multipart/form-data
2581
3050
  - **Accept**: application/json
2582
3051
 
2583
3052
 
@@ -2638,13 +3107,13 @@ Name | Type | Description | Notes
2638
3107
 
2639
3108
  ### HTTP request headers
2640
3109
 
2641
- - **Content-Type**: application/x-www-form-urlencoded
3110
+ - **Content-Type**: application/json, multipart/form-data
2642
3111
  - **Accept**: application/json
2643
3112
 
2644
3113
 
2645
3114
 
2646
3115
  # **users_id_user_accounts_id_account_transactions_get**
2647
- > InlineResponse20030 users_id_user_accounts_id_account_transactions_get(id_user, id_account, opts)
3116
+ > InlineResponse20031 users_id_user_accounts_id_account_transactions_get(id_user, id_account, opts)
2648
3117
 
2649
3118
  Get transactions
2650
3119
 
@@ -2717,7 +3186,7 @@ Name | Type | Description | Notes
2717
3186
 
2718
3187
  ### Return type
2719
3188
 
2720
- [**InlineResponse20030**](InlineResponse20030.md)
3189
+ [**InlineResponse20031**](InlineResponse20031.md)
2721
3190
 
2722
3191
  ### Authorization
2723
3192
 
@@ -2725,7 +3194,7 @@ Name | Type | Description | Notes
2725
3194
 
2726
3195
  ### HTTP request headers
2727
3196
 
2728
- - **Content-Type**: application/x-www-form-urlencoded
3197
+ - **Content-Type**: application/json, multipart/form-data
2729
3198
  - **Accept**: application/json
2730
3199
 
2731
3200
 
@@ -2789,13 +3258,13 @@ Name | Type | Description | Notes
2789
3258
 
2790
3259
  ### HTTP request headers
2791
3260
 
2792
- - **Content-Type**: application/x-www-form-urlencoded
3261
+ - **Content-Type**: application/json, multipart/form-data
2793
3262
  - **Accept**: application/json
2794
3263
 
2795
3264
 
2796
3265
 
2797
3266
  # **users_id_user_accounts_id_account_transactions_id_transaction_informations_get**
2798
- > InlineResponse20032 users_id_user_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_account, id_transaction, opts)
3267
+ > InlineResponse20033 users_id_user_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_account, id_transaction, opts)
2799
3268
 
2800
3269
  List all arbitrary key-value pairs on a transaction
2801
3270
 
@@ -2845,7 +3314,7 @@ Name | Type | Description | Notes
2845
3314
 
2846
3315
  ### Return type
2847
3316
 
2848
- [**InlineResponse20032**](InlineResponse20032.md)
3317
+ [**InlineResponse20033**](InlineResponse20033.md)
2849
3318
 
2850
3319
  ### Authorization
2851
3320
 
@@ -2853,7 +3322,7 @@ Name | Type | Description | Notes
2853
3322
 
2854
3323
  ### HTTP request headers
2855
3324
 
2856
- - **Content-Type**: application/x-www-form-urlencoded
3325
+ - **Content-Type**: application/json, multipart/form-data
2857
3326
  - **Accept**: application/json
2858
3327
 
2859
3328
 
@@ -2920,7 +3389,7 @@ Name | Type | Description | Notes
2920
3389
 
2921
3390
  ### HTTP request headers
2922
3391
 
2923
- - **Content-Type**: application/x-www-form-urlencoded
3392
+ - **Content-Type**: application/json, multipart/form-data
2924
3393
  - **Accept**: application/json
2925
3394
 
2926
3395
 
@@ -2987,7 +3456,7 @@ Name | Type | Description | Notes
2987
3456
 
2988
3457
  ### HTTP request headers
2989
3458
 
2990
- - **Content-Type**: application/x-www-form-urlencoded
3459
+ - **Content-Type**: application/json, multipart/form-data
2991
3460
  - **Accept**: application/json
2992
3461
 
2993
3462
 
@@ -3051,7 +3520,7 @@ Name | Type | Description | Notes
3051
3520
 
3052
3521
  ### HTTP request headers
3053
3522
 
3054
- - **Content-Type**: application/x-www-form-urlencoded
3523
+ - **Content-Type**: application/json, multipart/form-data
3055
3524
  - **Accept**: application/json
3056
3525
 
3057
3526
 
@@ -3125,7 +3594,7 @@ Name | Type | Description | Notes
3125
3594
 
3126
3595
  ### HTTP request headers
3127
3596
 
3128
- - **Content-Type**: application/x-www-form-urlencoded
3597
+ - **Content-Type**: application/json, multipart/form-data
3129
3598
  - **Accept**: application/json
3130
3599
 
3131
3600
 
@@ -3209,13 +3678,13 @@ Name | Type | Description | Notes
3209
3678
 
3210
3679
  ### HTTP request headers
3211
3680
 
3212
- - **Content-Type**: application/x-www-form-urlencoded
3681
+ - **Content-Type**: application/json, multipart/form-data
3213
3682
  - **Accept**: application/json
3214
3683
 
3215
3684
 
3216
3685
 
3217
3686
  # **users_id_user_accounts_id_account_transactionsclusters_get**
3218
- > InlineResponse20033 users_id_user_accounts_id_account_transactionsclusters_get(id_user, id_account, opts)
3687
+ > InlineResponse20034 users_id_user_accounts_id_account_transactionsclusters_get(id_user, id_account, opts)
3219
3688
 
3220
3689
  Get clustered transactions
3221
3690
 
@@ -3262,7 +3731,7 @@ Name | Type | Description | Notes
3262
3731
 
3263
3732
  ### Return type
3264
3733
 
3265
- [**InlineResponse20033**](InlineResponse20033.md)
3734
+ [**InlineResponse20034**](InlineResponse20034.md)
3266
3735
 
3267
3736
  ### Authorization
3268
3737
 
@@ -3270,7 +3739,7 @@ Name | Type | Description | Notes
3270
3739
 
3271
3740
  ### HTTP request headers
3272
3741
 
3273
- - **Content-Type**: application/x-www-form-urlencoded
3742
+ - **Content-Type**: application/json, multipart/form-data
3274
3743
  - **Accept**: application/json
3275
3744
 
3276
3745
 
@@ -3334,7 +3803,7 @@ Name | Type | Description | Notes
3334
3803
 
3335
3804
  ### HTTP request headers
3336
3805
 
3337
- - **Content-Type**: application/x-www-form-urlencoded
3806
+ - **Content-Type**: application/json, multipart/form-data
3338
3807
  - **Accept**: application/json
3339
3808
 
3340
3809
 
@@ -3398,7 +3867,7 @@ Name | Type | Description | Notes
3398
3867
 
3399
3868
  ### HTTP request headers
3400
3869
 
3401
- - **Content-Type**: application/x-www-form-urlencoded
3870
+ - **Content-Type**: application/json, multipart/form-data
3402
3871
  - **Accept**: application/json
3403
3872
 
3404
3873
 
@@ -3459,13 +3928,13 @@ Name | Type | Description | Notes
3459
3928
 
3460
3929
  ### HTTP request headers
3461
3930
 
3462
- - **Content-Type**: application/x-www-form-urlencoded
3931
+ - **Content-Type**: application/json, multipart/form-data
3463
3932
  - **Accept**: application/json
3464
3933
 
3465
3934
 
3466
3935
 
3467
3936
  # **users_id_user_accounts_post**
3468
- > Account users_id_user_accounts_post(id_user, name, balance, opts)
3937
+ > Account users_id_user_accounts_post(id_user, name, opts)
3469
3938
 
3470
3939
  Create an account
3471
3940
 
@@ -3489,9 +3958,8 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
3489
3958
 
3490
3959
  name = 'name_example' # String | name of account
3491
3960
 
3492
- balance = 3.4 # Float | balance of account
3493
-
3494
3961
  opts = {
3962
+ balance: 3.4, # Float | balance of account
3495
3963
  number: 'number_example', # String | number of account
3496
3964
  iban: 'iban_example', # String | IBAN of account
3497
3965
  id_currency: 'id_currency_example', # String | the currency of the account (default: 'EUR')
@@ -3501,7 +3969,7 @@ opts = {
3501
3969
 
3502
3970
  begin
3503
3971
  #Create an account
3504
- result = api_instance.users_id_user_accounts_post(id_user, name, balance, opts)
3972
+ result = api_instance.users_id_user_accounts_post(id_user, name, opts)
3505
3973
  p result
3506
3974
  rescue BudgeaClient::ApiError => e
3507
3975
  puts "Exception when calling BanksApi->users_id_user_accounts_post: #{e}"
@@ -3514,7 +3982,7 @@ Name | Type | Description | Notes
3514
3982
  ------------- | ------------- | ------------- | -------------
3515
3983
  **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
3516
3984
  **name** | **String**| name of account |
3517
- **balance** | **Float**| balance of account |
3985
+ **balance** | **Float**| balance of account | [optional]
3518
3986
  **number** | **String**| number of account | [optional]
3519
3987
  **iban** | **String**| IBAN of account | [optional]
3520
3988
  **id_currency** | **String**| the currency of the account (default: &#39;EUR&#39;) | [optional]
@@ -3531,7 +3999,7 @@ Name | Type | Description | Notes
3531
3999
 
3532
4000
  ### HTTP request headers
3533
4001
 
3534
- - **Content-Type**: application/x-www-form-urlencoded
4002
+ - **Content-Type**: application/json, multipart/form-data
3535
4003
  - **Accept**: application/json
3536
4004
 
3537
4005
 
@@ -3589,13 +4057,13 @@ Name | Type | Description | Notes
3589
4057
 
3590
4058
  ### HTTP request headers
3591
4059
 
3592
- - **Content-Type**: application/x-www-form-urlencoded
4060
+ - **Content-Type**: application/json, multipart/form-data
3593
4061
  - **Accept**: application/json
3594
4062
 
3595
4063
 
3596
4064
 
3597
4065
  # **users_id_user_alerts_get**
3598
- > InlineResponse20034 users_id_user_alerts_get(id_user, opts)
4066
+ > InlineResponse20035 users_id_user_alerts_get(id_user, opts)
3599
4067
 
3600
4068
  Get alerts
3601
4069
 
@@ -3639,7 +4107,7 @@ Name | Type | Description | Notes
3639
4107
 
3640
4108
  ### Return type
3641
4109
 
3642
- [**InlineResponse20034**](InlineResponse20034.md)
4110
+ [**InlineResponse20035**](InlineResponse20035.md)
3643
4111
 
3644
4112
  ### Authorization
3645
4113
 
@@ -3647,13 +4115,13 @@ Name | Type | Description | Notes
3647
4115
 
3648
4116
  ### HTTP request headers
3649
4117
 
3650
- - **Content-Type**: application/x-www-form-urlencoded
4118
+ - **Content-Type**: application/json, multipart/form-data
3651
4119
  - **Accept**: application/json
3652
4120
 
3653
4121
 
3654
4122
 
3655
4123
  # **users_id_user_categories_full_get**
3656
- > InlineResponse20035 users_id_user_categories_full_get(id_user, opts)
4124
+ > InlineResponse20036 users_id_user_categories_full_get(id_user, opts)
3657
4125
 
3658
4126
  Get the category
3659
4127
 
@@ -3697,7 +4165,7 @@ Name | Type | Description | Notes
3697
4165
 
3698
4166
  ### Return type
3699
4167
 
3700
- [**InlineResponse20035**](InlineResponse20035.md)
4168
+ [**InlineResponse20036**](InlineResponse20036.md)
3701
4169
 
3702
4170
  ### Authorization
3703
4171
 
@@ -3705,7 +4173,7 @@ Name | Type | Description | Notes
3705
4173
 
3706
4174
  ### HTTP request headers
3707
4175
 
3708
- - **Content-Type**: application/x-www-form-urlencoded
4176
+ - **Content-Type**: application/json, multipart/form-data
3709
4177
  - **Accept**: application/json
3710
4178
 
3711
4179
 
@@ -3766,7 +4234,7 @@ Name | Type | Description | Notes
3766
4234
 
3767
4235
  ### HTTP request headers
3768
4236
 
3769
- - **Content-Type**: application/x-www-form-urlencoded
4237
+ - **Content-Type**: application/json, multipart/form-data
3770
4238
  - **Accept**: application/json
3771
4239
 
3772
4240
 
@@ -3831,7 +4299,7 @@ Name | Type | Description | Notes
3831
4299
 
3832
4300
  ### HTTP request headers
3833
4301
 
3834
- - **Content-Type**: application/x-www-form-urlencoded
4302
+ - **Content-Type**: application/json, multipart/form-data
3835
4303
  - **Accept**: application/json
3836
4304
 
3837
4305
 
@@ -3903,7 +4371,7 @@ Name | Type | Description | Notes
3903
4371
 
3904
4372
  ### HTTP request headers
3905
4373
 
3906
- - **Content-Type**: application/x-www-form-urlencoded
4374
+ - **Content-Type**: application/json, multipart/form-data
3907
4375
  - **Accept**: application/json
3908
4376
 
3909
4377
 
@@ -3956,7 +4424,7 @@ nil (empty response body)
3956
4424
 
3957
4425
  ### HTTP request headers
3958
4426
 
3959
- - **Content-Type**: application/x-www-form-urlencoded
4427
+ - **Content-Type**: application/json, multipart/form-data
3960
4428
  - **Accept**: application/json
3961
4429
 
3962
4430
 
@@ -4014,7 +4482,7 @@ Name | Type | Description | Notes
4014
4482
 
4015
4483
  ### HTTP request headers
4016
4484
 
4017
- - **Content-Type**: application/x-www-form-urlencoded
4485
+ - **Content-Type**: application/json, multipart/form-data
4018
4486
  - **Accept**: application/json
4019
4487
 
4020
4488
 
@@ -4072,7 +4540,7 @@ Name | Type | Description | Notes
4072
4540
 
4073
4541
  ### HTTP request headers
4074
4542
 
4075
- - **Content-Type**: application/x-www-form-urlencoded
4543
+ - **Content-Type**: application/json, multipart/form-data
4076
4544
  - **Accept**: application/json
4077
4545
 
4078
4546
 
@@ -4133,7 +4601,7 @@ Name | Type | Description | Notes
4133
4601
 
4134
4602
  ### HTTP request headers
4135
4603
 
4136
- - **Content-Type**: application/x-www-form-urlencoded
4604
+ - **Content-Type**: application/json, multipart/form-data
4137
4605
  - **Accept**: application/json
4138
4606
 
4139
4607
 
@@ -4194,7 +4662,7 @@ Name | Type | Description | Notes
4194
4662
 
4195
4663
  ### HTTP request headers
4196
4664
 
4197
- - **Content-Type**: application/x-www-form-urlencoded
4665
+ - **Content-Type**: application/json, multipart/form-data
4198
4666
  - **Accept**: application/json
4199
4667
 
4200
4668
 
@@ -4253,7 +4721,7 @@ nil (empty response body)
4253
4721
 
4254
4722
  ### HTTP request headers
4255
4723
 
4256
- - **Content-Type**: application/x-www-form-urlencoded
4724
+ - **Content-Type**: application/json, multipart/form-data
4257
4725
  - **Accept**: application/json
4258
4726
 
4259
4727
 
@@ -4317,7 +4785,7 @@ Name | Type | Description | Notes
4317
4785
 
4318
4786
  ### HTTP request headers
4319
4787
 
4320
- - **Content-Type**: application/x-www-form-urlencoded
4788
+ - **Content-Type**: application/json, multipart/form-data
4321
4789
  - **Accept**: application/json
4322
4790
 
4323
4791
 
@@ -4384,7 +4852,7 @@ nil (empty response body)
4384
4852
 
4385
4853
  ### HTTP request headers
4386
4854
 
4387
- - **Content-Type**: application/x-www-form-urlencoded
4855
+ - **Content-Type**: application/json, multipart/form-data
4388
4856
  - **Accept**: application/json
4389
4857
 
4390
4858
 
@@ -4394,7 +4862,7 @@ nil (empty response body)
4394
4862
 
4395
4863
  Get accounts logs.
4396
4864
 
4397
- Get logs of account.<br><br>By default, it selects logs for the last month. You can use \"min_date\" and \"max_date\" to change boundary dates.<br><br>
4865
+ Get logs of account. By default, it selects logs for the last month. You can use \"min_date\" and \"max_date\" to change boundary dates.<br><br>
4398
4866
 
4399
4867
  ### Example
4400
4868
  ```ruby
@@ -4456,7 +4924,7 @@ Name | Type | Description | Notes
4456
4924
 
4457
4925
  ### HTTP request headers
4458
4926
 
4459
- - **Content-Type**: application/x-www-form-urlencoded
4927
+ - **Content-Type**: application/json, multipart/form-data
4460
4928
  - **Accept**: application/json
4461
4929
 
4462
4930
 
@@ -4534,7 +5002,71 @@ Name | Type | Description | Notes
4534
5002
 
4535
5003
  ### HTTP request headers
4536
5004
 
4537
- - **Content-Type**: application/x-www-form-urlencoded
5005
+ - **Content-Type**: application/json, multipart/form-data
5006
+ - **Accept**: application/json
5007
+
5008
+
5009
+
5010
+ # **users_id_user_connections_id_connection_accounts_id_account_sources_get**
5011
+ > InlineResponse20030 users_id_user_connections_id_connection_accounts_id_account_sources_get(id_user, id_connection, id_account, opts)
5012
+
5013
+ Get account sources
5014
+
5015
+
5016
+
5017
+ ### Example
5018
+ ```ruby
5019
+ # load the gem
5020
+ require 'budgea_client'
5021
+ # setup authorization
5022
+ BudgeaClient.configure do |config|
5023
+ # Configure API key authorization: api_key
5024
+ config.api_key['Authorization'] = 'YOUR API KEY'
5025
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5026
+ #config.api_key_prefix['Authorization'] = 'Bearer'
5027
+ end
5028
+
5029
+ api_instance = BudgeaClient::BanksApi.new
5030
+
5031
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
5032
+
5033
+ id_connection = 56 # Integer |
5034
+
5035
+ id_account = 56 # Integer |
5036
+
5037
+ opts = {
5038
+ expand: 'expand_example' # String |
5039
+ }
5040
+
5041
+ begin
5042
+ #Get account sources
5043
+ result = api_instance.users_id_user_connections_id_connection_accounts_id_account_sources_get(id_user, id_connection, id_account, opts)
5044
+ p result
5045
+ rescue BudgeaClient::ApiError => e
5046
+ puts "Exception when calling BanksApi->users_id_user_connections_id_connection_accounts_id_account_sources_get: #{e}"
5047
+ end
5048
+ ```
5049
+
5050
+ ### Parameters
5051
+
5052
+ Name | Type | Description | Notes
5053
+ ------------- | ------------- | ------------- | -------------
5054
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
5055
+ **id_connection** | **Integer**| |
5056
+ **id_account** | **Integer**| |
5057
+ **expand** | **String**| | [optional]
5058
+
5059
+ ### Return type
5060
+
5061
+ [**InlineResponse20030**](InlineResponse20030.md)
5062
+
5063
+ ### Authorization
5064
+
5065
+ [api_key](../README.md#api_key)
5066
+
5067
+ ### HTTP request headers
5068
+
5069
+ - **Content-Type**: application/json, multipart/form-data
4538
5070
  - **Accept**: application/json
4539
5071
 
4540
5072
 
@@ -4598,13 +5130,13 @@ Name | Type | Description | Notes
4598
5130
 
4599
5131
  ### HTTP request headers
4600
5132
 
4601
- - **Content-Type**: application/x-www-form-urlencoded
5133
+ - **Content-Type**: application/json, multipart/form-data
4602
5134
  - **Accept**: application/json
4603
5135
 
4604
5136
 
4605
5137
 
4606
5138
  # **users_id_user_connections_id_connection_accounts_id_account_transactions_get**
4607
- > InlineResponse20030 users_id_user_connections_id_connection_accounts_id_account_transactions_get(id_user, id_connection, id_account, opts)
5139
+ > InlineResponse20031 users_id_user_connections_id_connection_accounts_id_account_transactions_get(id_user, id_connection, id_account, opts)
4608
5140
 
4609
5141
  Get transactions
4610
5142
 
@@ -4680,7 +5212,7 @@ Name | Type | Description | Notes
4680
5212
 
4681
5213
  ### Return type
4682
5214
 
4683
- [**InlineResponse20030**](InlineResponse20030.md)
5215
+ [**InlineResponse20031**](InlineResponse20031.md)
4684
5216
 
4685
5217
  ### Authorization
4686
5218
 
@@ -4688,7 +5220,7 @@ Name | Type | Description | Notes
4688
5220
 
4689
5221
  ### HTTP request headers
4690
5222
 
4691
- - **Content-Type**: application/x-www-form-urlencoded
5223
+ - **Content-Type**: application/json, multipart/form-data
4692
5224
  - **Accept**: application/json
4693
5225
 
4694
5226
 
@@ -4755,13 +5287,13 @@ Name | Type | Description | Notes
4755
5287
 
4756
5288
  ### HTTP request headers
4757
5289
 
4758
- - **Content-Type**: application/x-www-form-urlencoded
5290
+ - **Content-Type**: application/json, multipart/form-data
4759
5291
  - **Accept**: application/json
4760
5292
 
4761
5293
 
4762
5294
 
4763
5295
  # **users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get**
4764
- > InlineResponse20032 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_connection, id_account, id_transaction, opts)
5296
+ > InlineResponse20033 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_connection, id_account, id_transaction, opts)
4765
5297
 
4766
5298
  List all arbitrary key-value pairs on a transaction
4767
5299
 
@@ -4814,7 +5346,7 @@ Name | Type | Description | Notes
4814
5346
 
4815
5347
  ### Return type
4816
5348
 
4817
- [**InlineResponse20032**](InlineResponse20032.md)
5349
+ [**InlineResponse20033**](InlineResponse20033.md)
4818
5350
 
4819
5351
  ### Authorization
4820
5352
 
@@ -4822,7 +5354,7 @@ Name | Type | Description | Notes
4822
5354
 
4823
5355
  ### HTTP request headers
4824
5356
 
4825
- - **Content-Type**: application/x-www-form-urlencoded
5357
+ - **Content-Type**: application/json, multipart/form-data
4826
5358
  - **Accept**: application/json
4827
5359
 
4828
5360
 
@@ -4892,7 +5424,7 @@ Name | Type | Description | Notes
4892
5424
 
4893
5425
  ### HTTP request headers
4894
5426
 
4895
- - **Content-Type**: application/x-www-form-urlencoded
5427
+ - **Content-Type**: application/json, multipart/form-data
4896
5428
  - **Accept**: application/json
4897
5429
 
4898
5430
 
@@ -4962,7 +5494,7 @@ Name | Type | Description | Notes
4962
5494
 
4963
5495
  ### HTTP request headers
4964
5496
 
4965
- - **Content-Type**: application/x-www-form-urlencoded
5497
+ - **Content-Type**: application/json, multipart/form-data
4966
5498
  - **Accept**: application/json
4967
5499
 
4968
5500
 
@@ -5029,7 +5561,7 @@ Name | Type | Description | Notes
5029
5561
 
5030
5562
  ### HTTP request headers
5031
5563
 
5032
- - **Content-Type**: application/x-www-form-urlencoded
5564
+ - **Content-Type**: application/json, multipart/form-data
5033
5565
  - **Accept**: application/json
5034
5566
 
5035
5567
 
@@ -5106,7 +5638,7 @@ Name | Type | Description | Notes
5106
5638
 
5107
5639
  ### HTTP request headers
5108
5640
 
5109
- - **Content-Type**: application/x-www-form-urlencoded
5641
+ - **Content-Type**: application/json, multipart/form-data
5110
5642
  - **Accept**: application/json
5111
5643
 
5112
5644
 
@@ -5193,13 +5725,13 @@ Name | Type | Description | Notes
5193
5725
 
5194
5726
  ### HTTP request headers
5195
5727
 
5196
- - **Content-Type**: application/x-www-form-urlencoded
5728
+ - **Content-Type**: application/json, multipart/form-data
5197
5729
  - **Accept**: application/json
5198
5730
 
5199
5731
 
5200
5732
 
5201
5733
  # **users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get**
5202
- > InlineResponse20033 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get(id_user, id_connection, id_account, opts)
5734
+ > InlineResponse20034 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get(id_user, id_connection, id_account, opts)
5203
5735
 
5204
5736
  Get clustered transactions
5205
5737
 
@@ -5249,7 +5781,7 @@ Name | Type | Description | Notes
5249
5781
 
5250
5782
  ### Return type
5251
5783
 
5252
- [**InlineResponse20033**](InlineResponse20033.md)
5784
+ [**InlineResponse20034**](InlineResponse20034.md)
5253
5785
 
5254
5786
  ### Authorization
5255
5787
 
@@ -5257,7 +5789,7 @@ Name | Type | Description | Notes
5257
5789
 
5258
5790
  ### HTTP request headers
5259
5791
 
5260
- - **Content-Type**: application/x-www-form-urlencoded
5792
+ - **Content-Type**: application/json, multipart/form-data
5261
5793
  - **Accept**: application/json
5262
5794
 
5263
5795
 
@@ -5324,7 +5856,7 @@ Name | Type | Description | Notes
5324
5856
 
5325
5857
  ### HTTP request headers
5326
5858
 
5327
- - **Content-Type**: application/x-www-form-urlencoded
5859
+ - **Content-Type**: application/json, multipart/form-data
5328
5860
  - **Accept**: application/json
5329
5861
 
5330
5862
 
@@ -5391,7 +5923,7 @@ Name | Type | Description | Notes
5391
5923
 
5392
5924
  ### HTTP request headers
5393
5925
 
5394
- - **Content-Type**: application/x-www-form-urlencoded
5926
+ - **Content-Type**: application/json, multipart/form-data
5395
5927
  - **Accept**: application/json
5396
5928
 
5397
5929
 
@@ -5455,13 +5987,13 @@ Name | Type | Description | Notes
5455
5987
 
5456
5988
  ### HTTP request headers
5457
5989
 
5458
- - **Content-Type**: application/x-www-form-urlencoded
5990
+ - **Content-Type**: application/json, multipart/form-data
5459
5991
  - **Accept**: application/json
5460
5992
 
5461
5993
 
5462
5994
 
5463
5995
  # **users_id_user_connections_id_connection_accounts_post**
5464
- > Account users_id_user_connections_id_connection_accounts_post(id_user, id_connection, name, balance, opts)
5996
+ > Account users_id_user_connections_id_connection_accounts_post(id_user, id_connection, name, opts)
5465
5997
 
5466
5998
  Create an account
5467
5999
 
@@ -5487,9 +6019,8 @@ id_connection = 56 # Integer |
5487
6019
 
5488
6020
  name = 'name_example' # String | name of account
5489
6021
 
5490
- balance = 3.4 # Float | balance of account
5491
-
5492
6022
  opts = {
6023
+ balance: 3.4, # Float | balance of account
5493
6024
  number: 'number_example', # String | number of account
5494
6025
  iban: 'iban_example', # String | IBAN of account
5495
6026
  id_currency: 'id_currency_example', # String | the currency of the account (default: 'EUR')
@@ -5499,7 +6030,7 @@ opts = {
5499
6030
 
5500
6031
  begin
5501
6032
  #Create an account
5502
- result = api_instance.users_id_user_connections_id_connection_accounts_post(id_user, id_connection, name, balance, opts)
6033
+ result = api_instance.users_id_user_connections_id_connection_accounts_post(id_user, id_connection, name, opts)
5503
6034
  p result
5504
6035
  rescue BudgeaClient::ApiError => e
5505
6036
  puts "Exception when calling BanksApi->users_id_user_connections_id_connection_accounts_post: #{e}"
@@ -5513,7 +6044,7 @@ Name | Type | Description | Notes
5513
6044
  **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
5514
6045
  **id_connection** | **Integer**| |
5515
6046
  **name** | **String**| name of account |
5516
- **balance** | **Float**| balance of account |
6047
+ **balance** | **Float**| balance of account | [optional]
5517
6048
  **number** | **String**| number of account | [optional]
5518
6049
  **iban** | **String**| IBAN of account | [optional]
5519
6050
  **id_currency** | **String**| the currency of the account (default: &#39;EUR&#39;) | [optional]
@@ -5591,7 +6122,7 @@ Name | Type | Description | Notes
5591
6122
 
5592
6123
  ### HTTP request headers
5593
6124
 
5594
- - **Content-Type**: application/x-www-form-urlencoded
6125
+ - **Content-Type**: application/json, multipart/form-data
5595
6126
  - **Accept**: application/json
5596
6127
 
5597
6128
 
@@ -5652,7 +6183,7 @@ Name | Type | Description | Notes
5652
6183
 
5653
6184
  ### HTTP request headers
5654
6185
 
5655
- - **Content-Type**: application/x-www-form-urlencoded
6186
+ - **Content-Type**: application/json, multipart/form-data
5656
6187
  - **Accept**: application/json
5657
6188
 
5658
6189
 
@@ -5713,7 +6244,7 @@ Name | Type | Description | Notes
5713
6244
 
5714
6245
  ### HTTP request headers
5715
6246
 
5716
- - **Content-Type**: application/x-www-form-urlencoded
6247
+ - **Content-Type**: application/json, multipart/form-data
5717
6248
  - **Accept**: application/json
5718
6249
 
5719
6250
 
@@ -5774,13 +6305,13 @@ Name | Type | Description | Notes
5774
6305
 
5775
6306
  ### HTTP request headers
5776
6307
 
5777
- - **Content-Type**: application/x-www-form-urlencoded
6308
+ - **Content-Type**: application/json, multipart/form-data
5778
6309
  - **Accept**: application/json
5779
6310
 
5780
6311
 
5781
6312
 
5782
6313
  # **users_id_user_connections_id_connection_logs_get**
5783
- > InlineResponse20017 users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts)
6314
+ > InlineResponse20015 users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts)
5784
6315
 
5785
6316
  Get connection logs
5786
6317
 
@@ -5815,6 +6346,7 @@ opts = {
5815
6346
  id_connection2: 56, # Integer | ID of a connection
5816
6347
  id_connector: 56, # Integer | ID of a connector
5817
6348
  charged: true, # BOOLEAN | consider only logs for charged connectors
6349
+ id_source: 56, # Integer | ID of a source
5818
6350
  expand: 'expand_example' # String |
5819
6351
  }
5820
6352
 
@@ -5843,11 +6375,12 @@ Name | Type | Description | Notes
5843
6375
  **id_connection2** | **Integer**| ID of a connection | [optional]
5844
6376
  **id_connector** | **Integer**| ID of a connector | [optional]
5845
6377
  **charged** | **BOOLEAN**| consider only logs for charged connectors | [optional]
6378
+ **id_source** | **Integer**| ID of a source | [optional]
5846
6379
  **expand** | **String**| | [optional]
5847
6380
 
5848
6381
  ### Return type
5849
6382
 
5850
- [**InlineResponse20017**](InlineResponse20017.md)
6383
+ [**InlineResponse20015**](InlineResponse20015.md)
5851
6384
 
5852
6385
  ### Authorization
5853
6386
 
@@ -5855,7 +6388,7 @@ Name | Type | Description | Notes
5855
6388
 
5856
6389
  ### HTTP request headers
5857
6390
 
5858
- - **Content-Type**: application/x-www-form-urlencoded
6391
+ - **Content-Type**: application/json, multipart/form-data
5859
6392
  - **Accept**: application/json
5860
6393
 
5861
6394
 
@@ -5987,7 +6520,260 @@ Name | Type | Description | Notes
5987
6520
 
5988
6521
  ### HTTP request headers
5989
6522
 
5990
- - **Content-Type**: application/x-www-form-urlencoded
6523
+ - **Content-Type**: application/json, multipart/form-data
6524
+ - **Accept**: application/json
6525
+
6526
+
6527
+
6528
+ # **users_id_user_connections_id_connection_sources_get**
6529
+ > InlineResponse20030 users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
6530
+
6531
+ Get connection sources
6532
+
6533
+
6534
+
6535
+ ### Example
6536
+ ```ruby
6537
+ # load the gem
6538
+ require 'budgea_client'
6539
+ # setup authorization
6540
+ BudgeaClient.configure do |config|
6541
+ # Configure API key authorization: api_key
6542
+ config.api_key['Authorization'] = 'YOUR API KEY'
6543
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
6544
+ #config.api_key_prefix['Authorization'] = 'Bearer'
6545
+ end
6546
+
6547
+ api_instance = BudgeaClient::BanksApi.new
6548
+
6549
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
6550
+
6551
+ id_connection = 56 # Integer |
6552
+
6553
+ opts = {
6554
+ expand: 'expand_example' # String |
6555
+ }
6556
+
6557
+ begin
6558
+ #Get connection sources
6559
+ result = api_instance.users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
6560
+ p result
6561
+ rescue BudgeaClient::ApiError => e
6562
+ puts "Exception when calling BanksApi->users_id_user_connections_id_connection_sources_get: #{e}"
6563
+ end
6564
+ ```
6565
+
6566
+ ### Parameters
6567
+
6568
+ Name | Type | Description | Notes
6569
+ ------------- | ------------- | ------------- | -------------
6570
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
6571
+ **id_connection** | **Integer**| |
6572
+ **expand** | **String**| | [optional]
6573
+
6574
+ ### Return type
6575
+
6576
+ [**InlineResponse20030**](InlineResponse20030.md)
6577
+
6578
+ ### Authorization
6579
+
6580
+ [api_key](../README.md#api_key)
6581
+
6582
+ ### HTTP request headers
6583
+
6584
+ - **Content-Type**: application/json, multipart/form-data
6585
+ - **Accept**: application/json
6586
+
6587
+
6588
+
6589
+ # **users_id_user_connections_id_connection_sources_id_source_delete**
6590
+ > ConnectionSource users_id_user_connections_id_connection_sources_id_source_delete(id_user, id_connection, id_source, opts)
6591
+
6592
+ Disable a connection source
6593
+
6594
+ This will make it so the specified source will not be synchronized anymore.<br><br>
6595
+
6596
+ ### Example
6597
+ ```ruby
6598
+ # load the gem
6599
+ require 'budgea_client'
6600
+ # setup authorization
6601
+ BudgeaClient.configure do |config|
6602
+ # Configure API key authorization: api_key
6603
+ config.api_key['Authorization'] = 'YOUR API KEY'
6604
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
6605
+ #config.api_key_prefix['Authorization'] = 'Bearer'
6606
+ end
6607
+
6608
+ api_instance = BudgeaClient::BanksApi.new
6609
+
6610
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
6611
+
6612
+ id_connection = 56 # Integer |
6613
+
6614
+ id_source = 56 # Integer |
6615
+
6616
+ opts = {
6617
+ expand: 'expand_example' # String |
6618
+ }
6619
+
6620
+ begin
6621
+ #Disable a connection source
6622
+ result = api_instance.users_id_user_connections_id_connection_sources_id_source_delete(id_user, id_connection, id_source, opts)
6623
+ p result
6624
+ rescue BudgeaClient::ApiError => e
6625
+ puts "Exception when calling BanksApi->users_id_user_connections_id_connection_sources_id_source_delete: #{e}"
6626
+ end
6627
+ ```
6628
+
6629
+ ### Parameters
6630
+
6631
+ Name | Type | Description | Notes
6632
+ ------------- | ------------- | ------------- | -------------
6633
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
6634
+ **id_connection** | **Integer**| |
6635
+ **id_source** | **Integer**| |
6636
+ **expand** | **String**| | [optional]
6637
+
6638
+ ### Return type
6639
+
6640
+ [**ConnectionSource**](ConnectionSource.md)
6641
+
6642
+ ### Authorization
6643
+
6644
+ [api_key](../README.md#api_key)
6645
+
6646
+ ### HTTP request headers
6647
+
6648
+ - **Content-Type**: application/json, multipart/form-data
6649
+ - **Accept**: application/json
6650
+
6651
+
6652
+
6653
+ # **users_id_user_connections_id_connection_sources_id_source_post**
6654
+ > ConnectionSource users_id_user_connections_id_connection_sources_id_source_post(id_user, id_connection, id_source, opts)
6655
+
6656
+ Enable connection source
6657
+
6658
+ This will make it so the specified source will be able to be synchronized.<br><br>
6659
+
6660
+ ### Example
6661
+ ```ruby
6662
+ # load the gem
6663
+ require 'budgea_client'
6664
+ # setup authorization
6665
+ BudgeaClient.configure do |config|
6666
+ # Configure API key authorization: api_key
6667
+ config.api_key['Authorization'] = 'YOUR API KEY'
6668
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
6669
+ #config.api_key_prefix['Authorization'] = 'Bearer'
6670
+ end
6671
+
6672
+ api_instance = BudgeaClient::BanksApi.new
6673
+
6674
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
6675
+
6676
+ id_connection = 56 # Integer |
6677
+
6678
+ id_source = 56 # Integer |
6679
+
6680
+ opts = {
6681
+ expand: 'expand_example' # String |
6682
+ }
6683
+
6684
+ begin
6685
+ #Enable connection source
6686
+ result = api_instance.users_id_user_connections_id_connection_sources_id_source_post(id_user, id_connection, id_source, opts)
6687
+ p result
6688
+ rescue BudgeaClient::ApiError => e
6689
+ puts "Exception when calling BanksApi->users_id_user_connections_id_connection_sources_id_source_post: #{e}"
6690
+ end
6691
+ ```
6692
+
6693
+ ### Parameters
6694
+
6695
+ Name | Type | Description | Notes
6696
+ ------------- | ------------- | ------------- | -------------
6697
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
6698
+ **id_connection** | **Integer**| |
6699
+ **id_source** | **Integer**| |
6700
+ **expand** | **String**| | [optional]
6701
+
6702
+ ### Return type
6703
+
6704
+ [**ConnectionSource**](ConnectionSource.md)
6705
+
6706
+ ### Authorization
6707
+
6708
+ [api_key](../README.md#api_key)
6709
+
6710
+ ### HTTP request headers
6711
+
6712
+ - **Content-Type**: application/json, multipart/form-data
6713
+ - **Accept**: application/json
6714
+
6715
+
6716
+
6717
+ # **users_id_user_connections_id_connection_sources_id_source_put**
6718
+ > ConnectionSource users_id_user_connections_id_connection_sources_id_source_put(id_user, id_connection, id_source, opts)
6719
+
6720
+ Enable connection source
6721
+
6722
+ This will make it so the specified source will be able to be synchronized.<br><br>
6723
+
6724
+ ### Example
6725
+ ```ruby
6726
+ # load the gem
6727
+ require 'budgea_client'
6728
+ # setup authorization
6729
+ BudgeaClient.configure do |config|
6730
+ # Configure API key authorization: api_key
6731
+ config.api_key['Authorization'] = 'YOUR API KEY'
6732
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
6733
+ #config.api_key_prefix['Authorization'] = 'Bearer'
6734
+ end
6735
+
6736
+ api_instance = BudgeaClient::BanksApi.new
6737
+
6738
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
6739
+
6740
+ id_connection = 56 # Integer |
6741
+
6742
+ id_source = 56 # Integer |
6743
+
6744
+ opts = {
6745
+ expand: 'expand_example' # String |
6746
+ }
6747
+
6748
+ begin
6749
+ #Enable connection source
6750
+ result = api_instance.users_id_user_connections_id_connection_sources_id_source_put(id_user, id_connection, id_source, opts)
6751
+ p result
6752
+ rescue BudgeaClient::ApiError => e
6753
+ puts "Exception when calling BanksApi->users_id_user_connections_id_connection_sources_id_source_put: #{e}"
6754
+ end
6755
+ ```
6756
+
6757
+ ### Parameters
6758
+
6759
+ Name | Type | Description | Notes
6760
+ ------------- | ------------- | ------------- | -------------
6761
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
6762
+ **id_connection** | **Integer**| |
6763
+ **id_source** | **Integer**| |
6764
+ **expand** | **String**| | [optional]
6765
+
6766
+ ### Return type
6767
+
6768
+ [**ConnectionSource**](ConnectionSource.md)
6769
+
6770
+ ### Authorization
6771
+
6772
+ [api_key](../README.md#api_key)
6773
+
6774
+ ### HTTP request headers
6775
+
6776
+ - **Content-Type**: application/json, multipart/form-data
5991
6777
  - **Accept**: application/json
5992
6778
 
5993
6779
 
@@ -6048,13 +6834,13 @@ Name | Type | Description | Notes
6048
6834
 
6049
6835
  ### HTTP request headers
6050
6836
 
6051
- - **Content-Type**: application/x-www-form-urlencoded
6837
+ - **Content-Type**: application/json, multipart/form-data
6052
6838
  - **Accept**: application/json
6053
6839
 
6054
6840
 
6055
6841
 
6056
6842
  # **users_id_user_connections_id_connection_transactions_get**
6057
- > InlineResponse20030 users_id_user_connections_id_connection_transactions_get(id_user, id_connection, opts)
6843
+ > InlineResponse20031 users_id_user_connections_id_connection_transactions_get(id_user, id_connection, opts)
6058
6844
 
6059
6845
  Get transactions
6060
6846
 
@@ -6127,7 +6913,7 @@ Name | Type | Description | Notes
6127
6913
 
6128
6914
  ### Return type
6129
6915
 
6130
- [**InlineResponse20030**](InlineResponse20030.md)
6916
+ [**InlineResponse20031**](InlineResponse20031.md)
6131
6917
 
6132
6918
  ### Authorization
6133
6919
 
@@ -6135,7 +6921,7 @@ Name | Type | Description | Notes
6135
6921
 
6136
6922
  ### HTTP request headers
6137
6923
 
6138
- - **Content-Type**: application/x-www-form-urlencoded
6924
+ - **Content-Type**: application/json, multipart/form-data
6139
6925
  - **Accept**: application/json
6140
6926
 
6141
6927
 
@@ -6199,13 +6985,13 @@ Name | Type | Description | Notes
6199
6985
 
6200
6986
  ### HTTP request headers
6201
6987
 
6202
- - **Content-Type**: application/x-www-form-urlencoded
6988
+ - **Content-Type**: application/json, multipart/form-data
6203
6989
  - **Accept**: application/json
6204
6990
 
6205
6991
 
6206
6992
 
6207
6993
  # **users_id_user_connections_id_connection_transactions_id_transaction_informations_get**
6208
- > InlineResponse20032 users_id_user_connections_id_connection_transactions_id_transaction_informations_get(id_user, id_connection, id_transaction, opts)
6994
+ > InlineResponse20033 users_id_user_connections_id_connection_transactions_id_transaction_informations_get(id_user, id_connection, id_transaction, opts)
6209
6995
 
6210
6996
  List all arbitrary key-value pairs on a transaction
6211
6997
 
@@ -6255,7 +7041,7 @@ Name | Type | Description | Notes
6255
7041
 
6256
7042
  ### Return type
6257
7043
 
6258
- [**InlineResponse20032**](InlineResponse20032.md)
7044
+ [**InlineResponse20033**](InlineResponse20033.md)
6259
7045
 
6260
7046
  ### Authorization
6261
7047
 
@@ -6263,7 +7049,7 @@ Name | Type | Description | Notes
6263
7049
 
6264
7050
  ### HTTP request headers
6265
7051
 
6266
- - **Content-Type**: application/x-www-form-urlencoded
7052
+ - **Content-Type**: application/json, multipart/form-data
6267
7053
  - **Accept**: application/json
6268
7054
 
6269
7055
 
@@ -6330,7 +7116,7 @@ Name | Type | Description | Notes
6330
7116
 
6331
7117
  ### HTTP request headers
6332
7118
 
6333
- - **Content-Type**: application/x-www-form-urlencoded
7119
+ - **Content-Type**: application/json, multipart/form-data
6334
7120
  - **Accept**: application/json
6335
7121
 
6336
7122
 
@@ -6397,7 +7183,7 @@ Name | Type | Description | Notes
6397
7183
 
6398
7184
  ### HTTP request headers
6399
7185
 
6400
- - **Content-Type**: application/x-www-form-urlencoded
7186
+ - **Content-Type**: application/json, multipart/form-data
6401
7187
  - **Accept**: application/json
6402
7188
 
6403
7189
 
@@ -6461,7 +7247,7 @@ Name | Type | Description | Notes
6461
7247
 
6462
7248
  ### HTTP request headers
6463
7249
 
6464
- - **Content-Type**: application/x-www-form-urlencoded
7250
+ - **Content-Type**: application/json, multipart/form-data
6465
7251
  - **Accept**: application/json
6466
7252
 
6467
7253
 
@@ -6535,7 +7321,7 @@ Name | Type | Description | Notes
6535
7321
 
6536
7322
  ### HTTP request headers
6537
7323
 
6538
- - **Content-Type**: application/x-www-form-urlencoded
7324
+ - **Content-Type**: application/json, multipart/form-data
6539
7325
  - **Accept**: application/json
6540
7326
 
6541
7327
 
@@ -6619,13 +7405,13 @@ Name | Type | Description | Notes
6619
7405
 
6620
7406
  ### HTTP request headers
6621
7407
 
6622
- - **Content-Type**: application/x-www-form-urlencoded
7408
+ - **Content-Type**: application/json, multipart/form-data
6623
7409
  - **Accept**: application/json
6624
7410
 
6625
7411
 
6626
7412
 
6627
7413
  # **users_id_user_connections_id_connection_transactionsclusters_get**
6628
- > InlineResponse20033 users_id_user_connections_id_connection_transactionsclusters_get(id_user, id_connection, opts)
7414
+ > InlineResponse20034 users_id_user_connections_id_connection_transactionsclusters_get(id_user, id_connection, opts)
6629
7415
 
6630
7416
  Get clustered transactions
6631
7417
 
@@ -6672,7 +7458,7 @@ Name | Type | Description | Notes
6672
7458
 
6673
7459
  ### Return type
6674
7460
 
6675
- [**InlineResponse20033**](InlineResponse20033.md)
7461
+ [**InlineResponse20034**](InlineResponse20034.md)
6676
7462
 
6677
7463
  ### Authorization
6678
7464
 
@@ -6680,7 +7466,7 @@ Name | Type | Description | Notes
6680
7466
 
6681
7467
  ### HTTP request headers
6682
7468
 
6683
- - **Content-Type**: application/x-www-form-urlencoded
7469
+ - **Content-Type**: application/json, multipart/form-data
6684
7470
  - **Accept**: application/json
6685
7471
 
6686
7472
 
@@ -6744,7 +7530,7 @@ Name | Type | Description | Notes
6744
7530
 
6745
7531
  ### HTTP request headers
6746
7532
 
6747
- - **Content-Type**: application/x-www-form-urlencoded
7533
+ - **Content-Type**: application/json, multipart/form-data
6748
7534
  - **Accept**: application/json
6749
7535
 
6750
7536
 
@@ -6808,7 +7594,7 @@ Name | Type | Description | Notes
6808
7594
 
6809
7595
  ### HTTP request headers
6810
7596
 
6811
- - **Content-Type**: application/x-www-form-urlencoded
7597
+ - **Content-Type**: application/json, multipart/form-data
6812
7598
  - **Accept**: application/json
6813
7599
 
6814
7600
 
@@ -6869,7 +7655,7 @@ Name | Type | Description | Notes
6869
7655
 
6870
7656
  ### HTTP request headers
6871
7657
 
6872
- - **Content-Type**: application/x-www-form-urlencoded
7658
+ - **Content-Type**: application/json, multipart/form-data
6873
7659
  - **Accept**: application/json
6874
7660
 
6875
7661
 
@@ -6898,6 +7684,7 @@ api_instance = BudgeaClient::BanksApi.new
6898
7684
  id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
6899
7685
 
6900
7686
  opts = {
7687
+ source: 'source_example', # String | optional comma-separated list of sources to use for the connection synchronization
6901
7688
  id_connector: 56, # Integer | ID of the connector
6902
7689
  connector_uuid: 'connector_uuid_example', # String | optional uuid of the connector (replaces id_connector)
6903
7690
  birthday: 'birthday_example', # String | bank additional login parameter
@@ -6910,6 +7697,8 @@ opts = {
6910
7697
  birthdate: 'birthdate_example', # String | bank additional login parameter
6911
7698
  nuser: 'nuser_example', # String | bank additional login parameter
6912
7699
  website: 'website_example', # String | bank additional login parameter
7700
+ openapiwebsite: 'openapiwebsite_example', # String | bank additional login parameter
7701
+ website2: 'website_example', # String | bank additional login parameter
6913
7702
  login: 'login_example', # String | bank additional login parameter
6914
7703
  id_provider: 56, # Integer | ID of the provider
6915
7704
  expand: 'expand_example' # String |
@@ -6929,6 +7718,7 @@ end
6929
7718
  Name | Type | Description | Notes
6930
7719
  ------------- | ------------- | ------------- | -------------
6931
7720
  **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
7721
+ **source** | **String**| optional comma-separated list of sources to use for the connection synchronization | [optional]
6932
7722
  **id_connector** | **Integer**| ID of the connector | [optional]
6933
7723
  **connector_uuid** | **String**| optional uuid of the connector (replaces id_connector) | [optional]
6934
7724
  **birthday** | **String**| bank additional login parameter | [optional]
@@ -6941,6 +7731,8 @@ Name | Type | Description | Notes
6941
7731
  **birthdate** | **String**| bank additional login parameter | [optional]
6942
7732
  **nuser** | **String**| bank additional login parameter | [optional]
6943
7733
  **website** | **String**| bank additional login parameter | [optional]
7734
+ **openapiwebsite** | **String**| bank additional login parameter | [optional]
7735
+ **website2** | **String**| bank additional login parameter | [optional]
6944
7736
  **login** | **String**| bank additional login parameter | [optional]
6945
7737
  **id_provider** | **Integer**| ID of the provider | [optional]
6946
7738
  **expand** | **String**| | [optional]
@@ -7008,13 +7800,13 @@ nil (empty response body)
7008
7800
 
7009
7801
  ### HTTP request headers
7010
7802
 
7011
- - **Content-Type**: application/x-www-form-urlencoded
7803
+ - **Content-Type**: application/json, multipart/form-data
7012
7804
  - **Accept**: application/json
7013
7805
 
7014
7806
 
7015
7807
 
7016
7808
  # **users_id_user_logs_get**
7017
- > InlineResponse20017 users_id_user_logs_get(id_user, opts)
7809
+ > InlineResponse20015 users_id_user_logs_get(id_user, opts)
7018
7810
 
7019
7811
  Get connection logs
7020
7812
 
@@ -7047,6 +7839,7 @@ opts = {
7047
7839
  id_connection: 56, # Integer | ID of a connection
7048
7840
  id_connector: 56, # Integer | ID of a connector
7049
7841
  charged: true, # BOOLEAN | consider only logs for charged connectors
7842
+ id_source: 56, # Integer | ID of a source
7050
7843
  expand: 'expand_example' # String |
7051
7844
  }
7052
7845
 
@@ -7074,11 +7867,12 @@ Name | Type | Description | Notes
7074
7867
  **id_connection** | **Integer**| ID of a connection | [optional]
7075
7868
  **id_connector** | **Integer**| ID of a connector | [optional]
7076
7869
  **charged** | **BOOLEAN**| consider only logs for charged connectors | [optional]
7870
+ **id_source** | **Integer**| ID of a source | [optional]
7077
7871
  **expand** | **String**| | [optional]
7078
7872
 
7079
7873
  ### Return type
7080
7874
 
7081
- [**InlineResponse20017**](InlineResponse20017.md)
7875
+ [**InlineResponse20015**](InlineResponse20015.md)
7082
7876
 
7083
7877
  ### Authorization
7084
7878
 
@@ -7086,7 +7880,7 @@ Name | Type | Description | Notes
7086
7880
 
7087
7881
  ### HTTP request headers
7088
7882
 
7089
- - **Content-Type**: application/x-www-form-urlencoded
7883
+ - **Content-Type**: application/json, multipart/form-data
7090
7884
  - **Accept**: application/json
7091
7885
 
7092
7886
 
@@ -7144,13 +7938,13 @@ Name | Type | Description | Notes
7144
7938
 
7145
7939
  ### HTTP request headers
7146
7940
 
7147
- - **Content-Type**: application/x-www-form-urlencoded
7941
+ - **Content-Type**: application/json, multipart/form-data
7148
7942
  - **Accept**: application/json
7149
7943
 
7150
7944
 
7151
7945
 
7152
7946
  # **users_id_user_transactions_get**
7153
- > InlineResponse20030 users_id_user_transactions_get(id_user, opts)
7947
+ > InlineResponse20031 users_id_user_transactions_get(id_user, opts)
7154
7948
 
7155
7949
  Get transactions
7156
7950
 
@@ -7220,7 +8014,7 @@ Name | Type | Description | Notes
7220
8014
 
7221
8015
  ### Return type
7222
8016
 
7223
- [**InlineResponse20030**](InlineResponse20030.md)
8017
+ [**InlineResponse20031**](InlineResponse20031.md)
7224
8018
 
7225
8019
  ### Authorization
7226
8020
 
@@ -7228,7 +8022,7 @@ Name | Type | Description | Notes
7228
8022
 
7229
8023
  ### HTTP request headers
7230
8024
 
7231
- - **Content-Type**: application/x-www-form-urlencoded
8025
+ - **Content-Type**: application/json, multipart/form-data
7232
8026
  - **Accept**: application/json
7233
8027
 
7234
8028
 
@@ -7289,13 +8083,13 @@ Name | Type | Description | Notes
7289
8083
 
7290
8084
  ### HTTP request headers
7291
8085
 
7292
- - **Content-Type**: application/x-www-form-urlencoded
8086
+ - **Content-Type**: application/json, multipart/form-data
7293
8087
  - **Accept**: application/json
7294
8088
 
7295
8089
 
7296
8090
 
7297
8091
  # **users_id_user_transactions_id_transaction_informations_get**
7298
- > InlineResponse20032 users_id_user_transactions_id_transaction_informations_get(id_user, id_transaction, opts)
8092
+ > InlineResponse20033 users_id_user_transactions_id_transaction_informations_get(id_user, id_transaction, opts)
7299
8093
 
7300
8094
  List all arbitrary key-value pairs on a transaction
7301
8095
 
@@ -7342,7 +8136,7 @@ Name | Type | Description | Notes
7342
8136
 
7343
8137
  ### Return type
7344
8138
 
7345
- [**InlineResponse20032**](InlineResponse20032.md)
8139
+ [**InlineResponse20033**](InlineResponse20033.md)
7346
8140
 
7347
8141
  ### Authorization
7348
8142
 
@@ -7350,7 +8144,7 @@ Name | Type | Description | Notes
7350
8144
 
7351
8145
  ### HTTP request headers
7352
8146
 
7353
- - **Content-Type**: application/x-www-form-urlencoded
8147
+ - **Content-Type**: application/json, multipart/form-data
7354
8148
  - **Accept**: application/json
7355
8149
 
7356
8150
 
@@ -7414,7 +8208,7 @@ Name | Type | Description | Notes
7414
8208
 
7415
8209
  ### HTTP request headers
7416
8210
 
7417
- - **Content-Type**: application/x-www-form-urlencoded
8211
+ - **Content-Type**: application/json, multipart/form-data
7418
8212
  - **Accept**: application/json
7419
8213
 
7420
8214
 
@@ -7478,7 +8272,7 @@ Name | Type | Description | Notes
7478
8272
 
7479
8273
  ### HTTP request headers
7480
8274
 
7481
- - **Content-Type**: application/x-www-form-urlencoded
8275
+ - **Content-Type**: application/json, multipart/form-data
7482
8276
  - **Accept**: application/json
7483
8277
 
7484
8278
 
@@ -7539,7 +8333,7 @@ Name | Type | Description | Notes
7539
8333
 
7540
8334
  ### HTTP request headers
7541
8335
 
7542
- - **Content-Type**: application/x-www-form-urlencoded
8336
+ - **Content-Type**: application/json, multipart/form-data
7543
8337
  - **Accept**: application/json
7544
8338
 
7545
8339
 
@@ -7697,7 +8491,7 @@ Name | Type | Description | Notes
7697
8491
 
7698
8492
 
7699
8493
  # **users_id_user_transactionsclusters_get**
7700
- > InlineResponse20033 users_id_user_transactionsclusters_get(id_user, opts)
8494
+ > InlineResponse20034 users_id_user_transactionsclusters_get(id_user, opts)
7701
8495
 
7702
8496
  Get clustered transactions
7703
8497
 
@@ -7741,7 +8535,7 @@ Name | Type | Description | Notes
7741
8535
 
7742
8536
  ### Return type
7743
8537
 
7744
- [**InlineResponse20033**](InlineResponse20033.md)
8538
+ [**InlineResponse20034**](InlineResponse20034.md)
7745
8539
 
7746
8540
  ### Authorization
7747
8541
 
@@ -7749,7 +8543,7 @@ Name | Type | Description | Notes
7749
8543
 
7750
8544
  ### HTTP request headers
7751
8545
 
7752
- - **Content-Type**: application/x-www-form-urlencoded
8546
+ - **Content-Type**: application/json, multipart/form-data
7753
8547
  - **Accept**: application/json
7754
8548
 
7755
8549
 
@@ -7810,7 +8604,7 @@ Name | Type | Description | Notes
7810
8604
 
7811
8605
  ### HTTP request headers
7812
8606
 
7813
- - **Content-Type**: application/x-www-form-urlencoded
8607
+ - **Content-Type**: application/json, multipart/form-data
7814
8608
  - **Accept**: application/json
7815
8609
 
7816
8610
 
@@ -7871,7 +8665,7 @@ Name | Type | Description | Notes
7871
8665
 
7872
8666
  ### HTTP request headers
7873
8667
 
7874
- - **Content-Type**: application/x-www-form-urlencoded
8668
+ - **Content-Type**: application/json, multipart/form-data
7875
8669
  - **Accept**: application/json
7876
8670
 
7877
8671
 
@@ -7929,7 +8723,7 @@ Name | Type | Description | Notes
7929
8723
 
7930
8724
  ### HTTP request headers
7931
8725
 
7932
- - **Content-Type**: application/x-www-form-urlencoded
8726
+ - **Content-Type**: application/json, multipart/form-data
7933
8727
  - **Accept**: application/json
7934
8728
 
7935
8729