budgea_client 5.0.3 → 5.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (154) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +4 -4
  4. data/README.md +19 -6
  5. data/budgea_client.gemspec +1 -1
  6. data/budgea_openapi.json +1624 -1420
  7. data/config.json +1 -1
  8. data/docs/Account.md +1 -0
  9. data/docs/AdministrationApi.md +12 -12
  10. data/docs/BanksApi.md +267 -52
  11. data/docs/Connection.md +2 -0
  12. data/docs/ConnectionsApi.md +255 -40
  13. data/docs/DocumentsApi.md +2 -2
  14. data/docs/InlineResponse20016.md +1 -1
  15. data/docs/InlineResponse20017.md +1 -1
  16. data/docs/InlineResponse20018.md +1 -1
  17. data/docs/InlineResponse20019.md +1 -1
  18. data/docs/InlineResponse20020.md +1 -1
  19. data/docs/InlineResponse20021.md +1 -1
  20. data/docs/InlineResponse20022.md +1 -1
  21. data/docs/InlineResponse20023.md +1 -1
  22. data/docs/InlineResponse20024.md +1 -1
  23. data/docs/InlineResponse20025.md +1 -1
  24. data/docs/InlineResponse20026.md +1 -1
  25. data/docs/InlineResponse20027.md +1 -1
  26. data/docs/InlineResponse20028.md +1 -1
  27. data/docs/InlineResponse20029.md +1 -1
  28. data/docs/InlineResponse20030.md +1 -1
  29. data/docs/PFMApi.md +9 -9
  30. data/docs/ProvidersApi.md +257 -42
  31. data/docs/TermsApi.md +72 -7
  32. data/docs/TransfersApi.md +24 -24
  33. data/docs/UsersManagementApi.md +2 -2
  34. data/docs/WealthApi.md +53 -37
  35. data/lib/budgea_client.rb +1 -1
  36. data/lib/budgea_client/api/administration_api.rb +14 -14
  37. data/lib/budgea_client/api/authentication_api.rb +1 -1
  38. data/lib/budgea_client/api/banks_api.rb +278 -78
  39. data/lib/budgea_client/api/connections_api.rb +260 -60
  40. data/lib/budgea_client/api/documents_api.rb +4 -4
  41. data/lib/budgea_client/api/ocr_api.rb +1 -1
  42. data/lib/budgea_client/api/oidc_api.rb +1 -1
  43. data/lib/budgea_client/api/pfm_api.rb +12 -12
  44. data/lib/budgea_client/api/providers_api.rb +263 -63
  45. data/lib/budgea_client/api/recipients_api.rb +1 -1
  46. data/lib/budgea_client/api/terms_api.rb +76 -10
  47. data/lib/budgea_client/api/transfer_api.rb +1 -1
  48. data/lib/budgea_client/api/transfers_api.rb +37 -37
  49. data/lib/budgea_client/api/users_management_api.rb +4 -4
  50. data/lib/budgea_client/api/wealth_api.rb +78 -54
  51. data/lib/budgea_client/api_client.rb +3 -1
  52. data/lib/budgea_client/api_error.rb +1 -1
  53. data/lib/budgea_client/configuration.rb +1 -1
  54. data/lib/budgea_client/models/access.rb +3 -2
  55. data/lib/budgea_client/models/account.rb +15 -3
  56. data/lib/budgea_client/models/account_log.rb +3 -2
  57. data/lib/budgea_client/models/account_type.rb +3 -2
  58. data/lib/budgea_client/models/alert.rb +3 -2
  59. data/lib/budgea_client/models/auth_provider.rb +3 -2
  60. data/lib/budgea_client/models/category.rb +3 -2
  61. data/lib/budgea_client/models/certificate.rb +3 -2
  62. data/lib/budgea_client/models/client.rb +3 -2
  63. data/lib/budgea_client/models/config_log.rb +3 -2
  64. data/lib/budgea_client/models/connection.rb +59 -3
  65. data/lib/budgea_client/models/connection_log.rb +3 -2
  66. data/lib/budgea_client/models/connection_source.rb +3 -2
  67. data/lib/budgea_client/models/connector.rb +3 -2
  68. data/lib/budgea_client/models/connector_category.rb +3 -2
  69. data/lib/budgea_client/models/connector_logo.rb +3 -2
  70. data/lib/budgea_client/models/connector_source.rb +3 -2
  71. data/lib/budgea_client/models/currency.rb +3 -2
  72. data/lib/budgea_client/models/device.rb +3 -2
  73. data/lib/budgea_client/models/document.rb +3 -2
  74. data/lib/budgea_client/models/document_type.rb +3 -2
  75. data/lib/budgea_client/models/field.rb +3 -2
  76. data/lib/budgea_client/models/field_value.rb +3 -2
  77. data/lib/budgea_client/models/file.rb +3 -2
  78. data/lib/budgea_client/models/group.rb +3 -2
  79. data/lib/budgea_client/models/hash_table.rb +3 -2
  80. data/lib/budgea_client/models/inline_response_200.rb +3 -2
  81. data/lib/budgea_client/models/inline_response_200_1.rb +3 -2
  82. data/lib/budgea_client/models/inline_response_200_10.rb +3 -2
  83. data/lib/budgea_client/models/inline_response_200_11.rb +3 -2
  84. data/lib/budgea_client/models/inline_response_200_12.rb +3 -2
  85. data/lib/budgea_client/models/inline_response_200_13.rb +3 -2
  86. data/lib/budgea_client/models/inline_response_200_14.rb +3 -2
  87. data/lib/budgea_client/models/inline_response_200_15.rb +3 -2
  88. data/lib/budgea_client/models/inline_response_200_16.rb +14 -13
  89. data/lib/budgea_client/models/inline_response_200_17.rb +21 -20
  90. data/lib/budgea_client/models/inline_response_200_18.rb +21 -20
  91. data/lib/budgea_client/models/inline_response_200_19.rb +21 -20
  92. data/lib/budgea_client/models/inline_response_200_2.rb +3 -2
  93. data/lib/budgea_client/models/inline_response_200_20.rb +21 -20
  94. data/lib/budgea_client/models/inline_response_200_21.rb +21 -20
  95. data/lib/budgea_client/models/inline_response_200_22.rb +14 -13
  96. data/lib/budgea_client/models/inline_response_200_23.rb +14 -13
  97. data/lib/budgea_client/models/inline_response_200_24.rb +21 -20
  98. data/lib/budgea_client/models/inline_response_200_25.rb +21 -20
  99. data/lib/budgea_client/models/inline_response_200_26.rb +14 -13
  100. data/lib/budgea_client/models/inline_response_200_27.rb +14 -13
  101. data/lib/budgea_client/models/inline_response_200_28.rb +14 -13
  102. data/lib/budgea_client/models/inline_response_200_29.rb +21 -20
  103. data/lib/budgea_client/models/inline_response_200_3.rb +3 -2
  104. data/lib/budgea_client/models/inline_response_200_30.rb +14 -13
  105. data/lib/budgea_client/models/inline_response_200_31.rb +3 -2
  106. data/lib/budgea_client/models/inline_response_200_32.rb +3 -2
  107. data/lib/budgea_client/models/inline_response_200_33.rb +3 -2
  108. data/lib/budgea_client/models/inline_response_200_34.rb +3 -2
  109. data/lib/budgea_client/models/inline_response_200_35.rb +3 -2
  110. data/lib/budgea_client/models/inline_response_200_36.rb +3 -2
  111. data/lib/budgea_client/models/inline_response_200_37.rb +3 -2
  112. data/lib/budgea_client/models/inline_response_200_38.rb +3 -2
  113. data/lib/budgea_client/models/inline_response_200_39.rb +3 -2
  114. data/lib/budgea_client/models/inline_response_200_4.rb +3 -2
  115. data/lib/budgea_client/models/inline_response_200_40.rb +3 -2
  116. data/lib/budgea_client/models/inline_response_200_41.rb +3 -2
  117. data/lib/budgea_client/models/inline_response_200_42.rb +3 -2
  118. data/lib/budgea_client/models/inline_response_200_5.rb +3 -2
  119. data/lib/budgea_client/models/inline_response_200_6.rb +3 -2
  120. data/lib/budgea_client/models/inline_response_200_7.rb +3 -2
  121. data/lib/budgea_client/models/inline_response_200_8.rb +3 -2
  122. data/lib/budgea_client/models/inline_response_200_9.rb +3 -2
  123. data/lib/budgea_client/models/investment.rb +3 -2
  124. data/lib/budgea_client/models/investment_value.rb +3 -2
  125. data/lib/budgea_client/models/keyword.rb +3 -2
  126. data/lib/budgea_client/models/locked_user.rb +3 -2
  127. data/lib/budgea_client/models/oidc_whitelist.rb +3 -2
  128. data/lib/budgea_client/models/order.rb +3 -2
  129. data/lib/budgea_client/models/pocket.rb +3 -2
  130. data/lib/budgea_client/models/profile.rb +3 -2
  131. data/lib/budgea_client/models/project.rb +3 -2
  132. data/lib/budgea_client/models/project_type.rb +3 -2
  133. data/lib/budgea_client/models/recipient.rb +3 -2
  134. data/lib/budgea_client/models/recipient_log.rb +3 -2
  135. data/lib/budgea_client/models/security.rb +3 -2
  136. data/lib/budgea_client/models/subscription.rb +3 -2
  137. data/lib/budgea_client/models/subscription_log.rb +3 -2
  138. data/lib/budgea_client/models/terms_of_service.rb +3 -2
  139. data/lib/budgea_client/models/transaction.rb +3 -2
  140. data/lib/budgea_client/models/transaction_information.rb +3 -2
  141. data/lib/budgea_client/models/transactions_cluster.rb +3 -2
  142. data/lib/budgea_client/models/transfer.rb +3 -2
  143. data/lib/budgea_client/models/transfer_log.rb +3 -2
  144. data/lib/budgea_client/models/user.rb +3 -2
  145. data/lib/budgea_client/models/user_alert.rb +3 -2
  146. data/lib/budgea_client/models/webhook.rb +3 -2
  147. data/lib/budgea_client/models/webhook_data.rb +3 -2
  148. data/lib/budgea_client/models/webhook_log.rb +3 -2
  149. data/lib/budgea_client/version.rb +2 -2
  150. data/original_budgea_openapi.json +1559 -1474
  151. data/pkg/budgea_client-5.0.3.gem +0 -0
  152. metadata +3 -4
  153. data/lib/budgea_client/api/hub_api.rb +0 -76
  154. data/lib/budgea_client/models/invite.rb +0 -238
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **investments** | [**Array<Investment>**](Investment.md) | |
7
+ **accounts** | [**Array<Account>**](Account.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **investmentvalues** | [**Array<InvestmentValue>**](InvestmentValue.md) | |
7
6
  **total** | **Float** | total number of results | [optional]
7
+ **investments** | [**Array<Investment>**](Investment.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
+ **investmentvalues** | [**Array<InvestmentValue>**](InvestmentValue.md) | |
6
7
  **total** | **Float** | total number of results | [optional]
7
- **pockets** | [**Array<Pocket>**](Pocket.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **accountlogs** | [**Array<AccountLog>**](AccountLog.md) | |
7
+ **pockets** | [**Array<Pocket>**](Pocket.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **useralerts** | [**Array<UserAlert>**](UserAlert.md) | |
7
+ **accountlogs** | [**Array<AccountLog>**](AccountLog.md) | |
8
8
 
9
9
 
@@ -4,6 +4,6 @@
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
6
  **total** | **Float** | total number of results | [optional]
7
- **recipients** | [**Array<Recipient>**](Recipient.md) | |
7
+ **useralerts** | [**Array<UserAlert>**](UserAlert.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **transfers** | [**Array<Transfer>**](Transfer.md) | |
7
6
  **total** | **Float** | total number of results | [optional]
7
+ **recipients** | [**Array<Recipient>**](Recipient.md) | |
8
8
 
9
9
 
@@ -3,7 +3,7 @@
3
3
  ## Properties
4
4
  Name | Type | Description | Notes
5
5
  ------------ | ------------- | ------------- | -------------
6
- **sources** | [**Array<ConnectionSource>**](ConnectionSource.md) | |
6
+ **transfers** | [**Array<Transfer>**](Transfer.md) | |
7
7
  **total** | **Float** | total number of results | [optional]
8
8
 
9
9
 
@@ -23,7 +23,7 @@ Method | HTTP request | Description
23
23
  [**users_id_user_connections_id_connection_accounts_id_account_balances_get**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_balances_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/balances | Get balances of accounts
24
24
  [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_get**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_get) | **GET** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert | Get a list of configurated alerts
25
25
  [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_delete**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert/{id_operationsalert} | Delete an alert on transactions or investments
26
- [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put) | **PUT** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert/{id_operationsalert} | Edit an alert on transactions or investements
26
+ [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put) | **PUT** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert/{id_operationsalert} | Edit an alert on transactions or investments
27
27
  [**users_id_user_connections_id_connection_accounts_id_account_operationsalert_post**](PFMApi.md#users_id_user_connections_id_connection_accounts_id_account_operationsalert_post) | **POST** /users/{id_user}/connections/{id_connection}/accounts/{id_account}/operationsalert | Create an alert on transactions or investments of a given user
28
28
  [**users_id_user_connections_id_connection_balances_get**](PFMApi.md#users_id_user_connections_id_connection_balances_get) | **GET** /users/{id_user}/connections/{id_connection}/balances | Get balances of accounts
29
29
  [**users_id_user_devices_get**](PFMApi.md#users_id_user_devices_get) | **GET** /users/{id_user}/devices | Get devices
@@ -555,7 +555,7 @@ nil (empty response body)
555
555
 
556
556
 
557
557
  # **users_id_user_accounts_id_account_operationsalert_get**
558
- > InlineResponse20027 users_id_user_accounts_id_account_operationsalert_get(id_user, id_account, opts)
558
+ > InlineResponse20028 users_id_user_accounts_id_account_operationsalert_get(id_user, id_account, opts)
559
559
 
560
560
  Get a list of configurated alerts
561
561
 
@@ -602,7 +602,7 @@ Name | Type | Description | Notes
602
602
 
603
603
  ### Return type
604
604
 
605
- [**InlineResponse20027**](InlineResponse20027.md)
605
+ [**InlineResponse20028**](InlineResponse20028.md)
606
606
 
607
607
  ### Authorization
608
608
 
@@ -1073,7 +1073,7 @@ nil (empty response body)
1073
1073
 
1074
1074
 
1075
1075
  # **users_id_user_connections_id_connection_accounts_id_account_operationsalert_get**
1076
- > InlineResponse20027 users_id_user_connections_id_connection_accounts_id_account_operationsalert_get(id_user, id_connection, id_account, opts)
1076
+ > InlineResponse20028 users_id_user_connections_id_connection_accounts_id_account_operationsalert_get(id_user, id_connection, id_account, opts)
1077
1077
 
1078
1078
  Get a list of configurated alerts
1079
1079
 
@@ -1123,7 +1123,7 @@ Name | Type | Description | Notes
1123
1123
 
1124
1124
  ### Return type
1125
1125
 
1126
- [**InlineResponse20027**](InlineResponse20027.md)
1126
+ [**InlineResponse20028**](InlineResponse20028.md)
1127
1127
 
1128
1128
  ### Authorization
1129
1129
 
@@ -1206,7 +1206,7 @@ Name | Type | Description | Notes
1206
1206
  # **users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put**
1207
1207
  > UserAlert users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put(id_user, id_connection, id_account, id_operationsalert, opts)
1208
1208
 
1209
- Edit an alert on transactions or investements
1209
+ Edit an alert on transactions or investments
1210
1210
 
1211
1211
 
1212
1212
 
@@ -1242,7 +1242,7 @@ opts = {
1242
1242
  }
1243
1243
 
1244
1244
  begin
1245
- #Edit an alert on transactions or investements
1245
+ #Edit an alert on transactions or investments
1246
1246
  result = api_instance.users_id_user_connections_id_connection_accounts_id_account_operationsalert_id_operationsalert_put(id_user, id_connection, id_account, id_operationsalert, opts)
1247
1247
  p result
1248
1248
  rescue BudgeaClient::ApiError => e
@@ -1845,7 +1845,7 @@ Name | Type | Description | Notes
1845
1845
 
1846
1846
 
1847
1847
  # **users_id_user_operationsalert_get**
1848
- > InlineResponse20027 users_id_user_operationsalert_get(id_user, opts)
1848
+ > InlineResponse20028 users_id_user_operationsalert_get(id_user, opts)
1849
1849
 
1850
1850
  Get a list of configurated alerts
1851
1851
 
@@ -1889,7 +1889,7 @@ Name | Type | Description | Notes
1889
1889
 
1890
1890
  ### Return type
1891
1891
 
1892
- [**InlineResponse20027**](InlineResponse20027.md)
1892
+ [**InlineResponse20028**](InlineResponse20028.md)
1893
1893
 
1894
1894
  ### Authorization
1895
1895
 
@@ -11,6 +11,10 @@ Method | HTTP request | Description
11
11
  [**banks_id_connector_sources_get**](ProvidersApi.md#banks_id_connector_sources_get) | **GET** /banks/{id_connector}/sources | Get list of connector sources
12
12
  [**connections_get**](ProvidersApi.md#connections_get) | **GET** /connections | Get connections without a user
13
13
  [**connections_id_connection_logs_get**](ProvidersApi.md#connections_id_connection_logs_get) | **GET** /connections/{id_connection}/logs | Get connection logs
14
+ [**connections_id_connection_sources_get**](ProvidersApi.md#connections_id_connection_sources_get) | **GET** /connections/{id_connection}/sources | Get connection sources
15
+ [**connections_id_connection_sources_id_source_delete**](ProvidersApi.md#connections_id_connection_sources_id_source_delete) | **DELETE** /connections/{id_connection}/sources/{id_source} | Disable a connection source
16
+ [**connections_id_connection_sources_id_source_post**](ProvidersApi.md#connections_id_connection_sources_id_source_post) | **POST** /connections/{id_connection}/sources/{id_source} | Enable connection source
17
+ [**connections_id_connection_sources_id_source_put**](ProvidersApi.md#connections_id_connection_sources_id_source_put) | **PUT** /connections/{id_connection}/sources/{id_source} | Enable connection source
14
18
  [**connectors_get**](ProvidersApi.md#connectors_get) | **GET** /connectors | Get list of connectors
15
19
  [**connectors_id_connector_logos_get**](ProvidersApi.md#connectors_id_connector_logos_get) | **GET** /connectors/{id_connector}/logos | Get all links to the files associated with this connector.
16
20
  [**connectors_id_connector_logos_id_logo_delete**](ProvidersApi.md#connectors_id_connector_logos_id_logo_delete) | **DELETE** /connectors/{id_connector}/logos/{id_logo} | Delete a single Logo object.
@@ -550,8 +554,249 @@ Name | Type | Description | Notes
550
554
 
551
555
 
552
556
 
557
+ # **connections_id_connection_sources_get**
558
+ > InlineResponse20016 connections_id_connection_sources_get(id_connection, opts)
559
+
560
+ Get connection sources
561
+
562
+
563
+
564
+ ### Example
565
+ ```ruby
566
+ # load the gem
567
+ require 'budgea_client'
568
+ # setup authorization
569
+ BudgeaClient.configure do |config|
570
+ # Configure API key authorization: api_key
571
+ config.api_key['Authorization'] = 'YOUR API KEY'
572
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
573
+ #config.api_key_prefix['Authorization'] = 'Bearer'
574
+ end
575
+
576
+ api_instance = BudgeaClient::ProvidersApi.new
577
+
578
+ id_connection = 56 # Integer |
579
+
580
+ opts = {
581
+ expand: 'expand_example' # String |
582
+ }
583
+
584
+ begin
585
+ #Get connection sources
586
+ result = api_instance.connections_id_connection_sources_get(id_connection, opts)
587
+ p result
588
+ rescue BudgeaClient::ApiError => e
589
+ puts "Exception when calling ProvidersApi->connections_id_connection_sources_get: #{e}"
590
+ end
591
+ ```
592
+
593
+ ### Parameters
594
+
595
+ Name | Type | Description | Notes
596
+ ------------- | ------------- | ------------- | -------------
597
+ **id_connection** | **Integer**| |
598
+ **expand** | **String**| | [optional]
599
+
600
+ ### Return type
601
+
602
+ [**InlineResponse20016**](InlineResponse20016.md)
603
+
604
+ ### Authorization
605
+
606
+ [api_key](../README.md#api_key)
607
+
608
+ ### HTTP request headers
609
+
610
+ - **Content-Type**: application/x-www-form-urlencoded
611
+ - **Accept**: application/json
612
+
613
+
614
+
615
+ # **connections_id_connection_sources_id_source_delete**
616
+ > ConnectionSource connections_id_connection_sources_id_source_delete(id_connection, id_source, opts)
617
+
618
+ Disable a connection source
619
+
620
+ This will make it so the specified source will not be synchronized anymore.<br><br>
621
+
622
+ ### Example
623
+ ```ruby
624
+ # load the gem
625
+ require 'budgea_client'
626
+ # setup authorization
627
+ BudgeaClient.configure do |config|
628
+ # Configure API key authorization: api_key
629
+ config.api_key['Authorization'] = 'YOUR API KEY'
630
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
631
+ #config.api_key_prefix['Authorization'] = 'Bearer'
632
+ end
633
+
634
+ api_instance = BudgeaClient::ProvidersApi.new
635
+
636
+ id_connection = 56 # Integer |
637
+
638
+ id_source = 56 # Integer |
639
+
640
+ opts = {
641
+ expand: 'expand_example' # String |
642
+ }
643
+
644
+ begin
645
+ #Disable a connection source
646
+ result = api_instance.connections_id_connection_sources_id_source_delete(id_connection, id_source, opts)
647
+ p result
648
+ rescue BudgeaClient::ApiError => e
649
+ puts "Exception when calling ProvidersApi->connections_id_connection_sources_id_source_delete: #{e}"
650
+ end
651
+ ```
652
+
653
+ ### Parameters
654
+
655
+ Name | Type | Description | Notes
656
+ ------------- | ------------- | ------------- | -------------
657
+ **id_connection** | **Integer**| |
658
+ **id_source** | **Integer**| |
659
+ **expand** | **String**| | [optional]
660
+
661
+ ### Return type
662
+
663
+ [**ConnectionSource**](ConnectionSource.md)
664
+
665
+ ### Authorization
666
+
667
+ [api_key](../README.md#api_key)
668
+
669
+ ### HTTP request headers
670
+
671
+ - **Content-Type**: application/x-www-form-urlencoded
672
+ - **Accept**: application/json
673
+
674
+
675
+
676
+ # **connections_id_connection_sources_id_source_post**
677
+ > ConnectionSource connections_id_connection_sources_id_source_post(id_connection, id_source, opts)
678
+
679
+ Enable connection source
680
+
681
+ This will make it so the specified source will be able to be synchronized.<br><br>
682
+
683
+ ### Example
684
+ ```ruby
685
+ # load the gem
686
+ require 'budgea_client'
687
+ # setup authorization
688
+ BudgeaClient.configure do |config|
689
+ # Configure API key authorization: api_key
690
+ config.api_key['Authorization'] = 'YOUR API KEY'
691
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
692
+ #config.api_key_prefix['Authorization'] = 'Bearer'
693
+ end
694
+
695
+ api_instance = BudgeaClient::ProvidersApi.new
696
+
697
+ id_connection = 56 # Integer |
698
+
699
+ id_source = 56 # Integer |
700
+
701
+ opts = {
702
+ expand: 'expand_example' # String |
703
+ }
704
+
705
+ begin
706
+ #Enable connection source
707
+ result = api_instance.connections_id_connection_sources_id_source_post(id_connection, id_source, opts)
708
+ p result
709
+ rescue BudgeaClient::ApiError => e
710
+ puts "Exception when calling ProvidersApi->connections_id_connection_sources_id_source_post: #{e}"
711
+ end
712
+ ```
713
+
714
+ ### Parameters
715
+
716
+ Name | Type | Description | Notes
717
+ ------------- | ------------- | ------------- | -------------
718
+ **id_connection** | **Integer**| |
719
+ **id_source** | **Integer**| |
720
+ **expand** | **String**| | [optional]
721
+
722
+ ### Return type
723
+
724
+ [**ConnectionSource**](ConnectionSource.md)
725
+
726
+ ### Authorization
727
+
728
+ [api_key](../README.md#api_key)
729
+
730
+ ### HTTP request headers
731
+
732
+ - **Content-Type**: application/x-www-form-urlencoded
733
+ - **Accept**: application/json
734
+
735
+
736
+
737
+ # **connections_id_connection_sources_id_source_put**
738
+ > ConnectionSource connections_id_connection_sources_id_source_put(id_connection, id_source, opts)
739
+
740
+ Enable connection source
741
+
742
+ This will make it so the specified source will be able to be synchronized.<br><br>
743
+
744
+ ### Example
745
+ ```ruby
746
+ # load the gem
747
+ require 'budgea_client'
748
+ # setup authorization
749
+ BudgeaClient.configure do |config|
750
+ # Configure API key authorization: api_key
751
+ config.api_key['Authorization'] = 'YOUR API KEY'
752
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
753
+ #config.api_key_prefix['Authorization'] = 'Bearer'
754
+ end
755
+
756
+ api_instance = BudgeaClient::ProvidersApi.new
757
+
758
+ id_connection = 56 # Integer |
759
+
760
+ id_source = 56 # Integer |
761
+
762
+ opts = {
763
+ expand: 'expand_example' # String |
764
+ }
765
+
766
+ begin
767
+ #Enable connection source
768
+ result = api_instance.connections_id_connection_sources_id_source_put(id_connection, id_source, opts)
769
+ p result
770
+ rescue BudgeaClient::ApiError => e
771
+ puts "Exception when calling ProvidersApi->connections_id_connection_sources_id_source_put: #{e}"
772
+ end
773
+ ```
774
+
775
+ ### Parameters
776
+
777
+ Name | Type | Description | Notes
778
+ ------------- | ------------- | ------------- | -------------
779
+ **id_connection** | **Integer**| |
780
+ **id_source** | **Integer**| |
781
+ **expand** | **String**| | [optional]
782
+
783
+ ### Return type
784
+
785
+ [**ConnectionSource**](ConnectionSource.md)
786
+
787
+ ### Authorization
788
+
789
+ [api_key](../README.md#api_key)
790
+
791
+ ### HTTP request headers
792
+
793
+ - **Content-Type**: application/x-www-form-urlencoded
794
+ - **Accept**: application/json
795
+
796
+
797
+
553
798
  # **connectors_get**
554
- > InlineResponse20016 connectors_get(opts)
799
+ > InlineResponse20017 connectors_get(opts)
555
800
 
556
801
  Get list of connectors
557
802
 
@@ -592,7 +837,7 @@ Name | Type | Description | Notes
592
837
 
593
838
  ### Return type
594
839
 
595
- [**InlineResponse20016**](InlineResponse20016.md)
840
+ [**InlineResponse20017**](InlineResponse20017.md)
596
841
 
597
842
  ### Authorization
598
843
 
@@ -1215,7 +1460,7 @@ Name | Type | Description | Notes
1215
1460
 
1216
1461
 
1217
1462
  # **documenttypes_get**
1218
- > InlineResponse20017 documenttypes_get(opts)
1463
+ > InlineResponse20018 documenttypes_get(opts)
1219
1464
 
1220
1465
  Get document types
1221
1466
 
@@ -1256,7 +1501,7 @@ Name | Type | Description | Notes
1256
1501
 
1257
1502
  ### Return type
1258
1503
 
1259
- [**InlineResponse20017**](InlineResponse20017.md)
1504
+ [**InlineResponse20018**](InlineResponse20018.md)
1260
1505
 
1261
1506
  ### Authorization
1262
1507
 
@@ -1470,7 +1715,7 @@ nil (empty response body)
1470
1715
 
1471
1716
 
1472
1717
  # **providers_get**
1473
- > InlineResponse20019 providers_get(opts)
1718
+ > InlineResponse20020 providers_get(opts)
1474
1719
 
1475
1720
  Get list of connectors
1476
1721
 
@@ -1511,7 +1756,7 @@ Name | Type | Description | Notes
1511
1756
 
1512
1757
  ### Return type
1513
1758
 
1514
- [**InlineResponse20019**](InlineResponse20019.md)
1759
+ [**InlineResponse20020**](InlineResponse20020.md)
1515
1760
 
1516
1761
  ### Authorization
1517
1762
 
@@ -4584,7 +4829,7 @@ Name | Type | Description | Notes
4584
4829
 
4585
4830
 
4586
4831
  # **users_id_user_connections_id_connection_sources_get**
4587
- > InlineResponse20030 users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
4832
+ > InlineResponse20016 users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
4588
4833
 
4589
4834
  Get connection sources
4590
4835
 
@@ -4631,7 +4876,7 @@ Name | Type | Description | Notes
4631
4876
 
4632
4877
  ### Return type
4633
4878
 
4634
- [**InlineResponse20030**](InlineResponse20030.md)
4879
+ [**InlineResponse20016**](InlineResponse20016.md)
4635
4880
 
4636
4881
  ### Authorization
4637
4882
 
@@ -6503,23 +6748,8 @@ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
6503
6748
 
6504
6749
  opts = {
6505
6750
  source: 'source_example', # String | optional comma-separated list of sources to use for the connection synchronization
6506
- id_connector: 56, # Integer | ID of the connector
6507
- connector_uuid: 'connector_uuid_example', # String | optional uuid of the connector (replaces id_connector)
6508
- birthday: 'birthday_example', # String | bank additional login parameter
6509
- password: 'password_example', # String | bank additional login parameter
6510
- oauth_token: 'oauth_token_example', # String | bank additional login parameter
6511
- oauth_token_secret: 'oauth_token_secret_example', # String | bank additional login parameter
6512
- auth_type: 'auth_type_example', # String | bank additional login parameter
6513
- secret: 'secret_example', # String | bank additional login parameter
6514
- type: 'type_example', # String | bank additional login parameter
6515
- birthdate: 'birthdate_example', # String | bank additional login parameter
6516
- nuser: 'nuser_example', # String | bank additional login parameter
6517
- website: 'website_example', # String | bank additional login parameter
6518
- openapiwebsite: 'openapiwebsite_example', # String | bank additional login parameter
6519
- website2: 'website_example', # String | bank additional login parameter
6520
- login: 'login_example', # String | bank additional login parameter
6521
- id_provider: 56, # Integer | ID of the provider
6522
- expand: 'expand_example' # String |
6751
+ expand: 'expand_example', # String |
6752
+ connection: nil # Object |
6523
6753
  }
6524
6754
 
6525
6755
  begin
@@ -6537,23 +6767,8 @@ Name | Type | Description | Notes
6537
6767
  ------------- | ------------- | ------------- | -------------
6538
6768
  **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
6539
6769
  **source** | **String**| optional comma-separated list of sources to use for the connection synchronization | [optional]
6540
- **id_connector** | **Integer**| ID of the connector | [optional]
6541
- **connector_uuid** | **String**| optional uuid of the connector (replaces id_connector) | [optional]
6542
- **birthday** | **String**| bank additional login parameter | [optional]
6543
- **password** | **String**| bank additional login parameter | [optional]
6544
- **oauth_token** | **String**| bank additional login parameter | [optional]
6545
- **oauth_token_secret** | **String**| bank additional login parameter | [optional]
6546
- **auth_type** | **String**| bank additional login parameter | [optional]
6547
- **secret** | **String**| bank additional login parameter | [optional]
6548
- **type** | **String**| bank additional login parameter | [optional]
6549
- **birthdate** | **String**| bank additional login parameter | [optional]
6550
- **nuser** | **String**| bank additional login parameter | [optional]
6551
- **website** | **String**| bank additional login parameter | [optional]
6552
- **openapiwebsite** | **String**| bank additional login parameter | [optional]
6553
- **website2** | **String**| bank additional login parameter | [optional]
6554
- **login** | **String**| bank additional login parameter | [optional]
6555
- **id_provider** | **Integer**| ID of the provider | [optional]
6556
6770
  **expand** | **String**| | [optional]
6771
+ **connection** | **Object**| | [optional]
6557
6772
 
6558
6773
  ### Return type
6559
6774
 
@@ -6565,7 +6780,7 @@ Name | Type | Description | Notes
6565
6780
 
6566
6781
  ### HTTP request headers
6567
6782
 
6568
- - **Content-Type**: application/x-www-form-urlencoded
6783
+ - **Content-Type**: application/json
6569
6784
  - **Accept**: application/json
6570
6785
 
6571
6786