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
@@ -8,7 +8,9 @@ Method | HTTP request | Description
8
8
  [**banks_id_connector_logos_get**](ProvidersApi.md#banks_id_connector_logos_get) | **GET** /banks/{id_connector}/logos | Get all links to the files associated with this connector.
9
9
  [**banks_id_connector_logos_main_get**](ProvidersApi.md#banks_id_connector_logos_main_get) | **GET** /banks/{id_connector}/logos/main | Get all links to the files associated with this connector.
10
10
  [**banks_id_connector_logos_thumbnail_get**](ProvidersApi.md#banks_id_connector_logos_thumbnail_get) | **GET** /banks/{id_connector}/logos/thumbnail | Get all links to the files associated with this connector.
11
+ [**banks_id_connector_sources_get**](ProvidersApi.md#banks_id_connector_sources_get) | **GET** /banks/{id_connector}/sources | Get list of connector sources
11
12
  [**connections_get**](ProvidersApi.md#connections_get) | **GET** /connections | Get connections without a user
13
+ [**connections_id_connection_logs_get**](ProvidersApi.md#connections_id_connection_logs_get) | **GET** /connections/{id_connection}/logs | Get connection logs
12
14
  [**connectors_get**](ProvidersApi.md#connectors_get) | **GET** /connectors | Get list of connectors
13
15
  [**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.
14
16
  [**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.
@@ -17,6 +19,8 @@ Method | HTTP request | Description
17
19
  [**connectors_id_connector_logos_post**](ProvidersApi.md#connectors_id_connector_logos_post) | **POST** /connectors/{id_connector}/logos | Create a connector Logo
18
20
  [**connectors_id_connector_logos_put**](ProvidersApi.md#connectors_id_connector_logos_put) | **PUT** /connectors/{id_connector}/logos | Create or Update a connector Logo
19
21
  [**connectors_id_connector_logos_thumbnail_get**](ProvidersApi.md#connectors_id_connector_logos_thumbnail_get) | **GET** /connectors/{id_connector}/logos/thumbnail | Get all links to the files associated with this connector.
22
+ [**connectors_id_connector_sources_get**](ProvidersApi.md#connectors_id_connector_sources_get) | **GET** /connectors/{id_connector}/sources | Get list of connector sources
23
+ [**connectors_id_connector_sources_id_source_put**](ProvidersApi.md#connectors_id_connector_sources_id_source_put) | **PUT** /connectors/{id_connector}/sources/{id_source} | Edit the provided connector source
20
24
  [**connectors_post**](ProvidersApi.md#connectors_post) | **POST** /connectors | Request a new connector
21
25
  [**documenttypes_get**](ProvidersApi.md#documenttypes_get) | **GET** /documenttypes | Get document types
22
26
  [**documenttypes_id_documenttype_put**](ProvidersApi.md#documenttypes_id_documenttype_put) | **PUT** /documenttypes/{id_documenttype} | Edit a document type
@@ -26,6 +30,7 @@ Method | HTTP request | Description
26
30
  [**providers_id_connector_logos_get**](ProvidersApi.md#providers_id_connector_logos_get) | **GET** /providers/{id_connector}/logos | Get all links to the files associated with this connector.
27
31
  [**providers_id_connector_logos_main_get**](ProvidersApi.md#providers_id_connector_logos_main_get) | **GET** /providers/{id_connector}/logos/main | Get all links to the files associated with this connector.
28
32
  [**providers_id_connector_logos_thumbnail_get**](ProvidersApi.md#providers_id_connector_logos_thumbnail_get) | **GET** /providers/{id_connector}/logos/thumbnail | Get all links to the files associated with this connector.
33
+ [**providers_id_connector_sources_get**](ProvidersApi.md#providers_id_connector_sources_get) | **GET** /providers/{id_connector}/sources | Get list of connector sources
29
34
  [**users_id_user_accounts_id_account_transactions_id_transaction_documents_delete**](ProvidersApi.md#users_id_user_accounts_id_account_transactions_id_transaction_documents_delete) | **DELETE** /users/{id_user}/accounts/{id_account}/transactions/{id_transaction}/documents | Delete documents
30
35
  [**users_id_user_accounts_id_account_transactions_id_transaction_documents_get**](ProvidersApi.md#users_id_user_accounts_id_account_transactions_id_transaction_documents_get) | **GET** /users/{id_user}/accounts/{id_account}/transactions/{id_transaction}/documents | Get documents
31
36
  [**users_id_user_accounts_id_account_transactions_id_transaction_documents_id_document_delete**](ProvidersApi.md#users_id_user_accounts_id_account_transactions_id_transaction_documents_id_document_delete) | **DELETE** /users/{id_user}/accounts/{id_account}/transactions/{id_transaction}/documents/{id_document} | Delete a document
@@ -64,6 +69,10 @@ Method | HTTP request | Description
64
69
  [**users_id_user_connections_id_connection_logs_get**](ProvidersApi.md#users_id_user_connections_id_connection_logs_get) | **GET** /users/{id_user}/connections/{id_connection}/logs | Get connection logs
65
70
  [**users_id_user_connections_id_connection_post**](ProvidersApi.md#users_id_user_connections_id_connection_post) | **POST** /users/{id_user}/connections/{id_connection} | Update a connection.
66
71
  [**users_id_user_connections_id_connection_put**](ProvidersApi.md#users_id_user_connections_id_connection_put) | **PUT** /users/{id_user}/connections/{id_connection} | Force synchronisation of a connection.
72
+ [**users_id_user_connections_id_connection_sources_get**](ProvidersApi.md#users_id_user_connections_id_connection_sources_get) | **GET** /users/{id_user}/connections/{id_connection}/sources | Get connection sources
73
+ [**users_id_user_connections_id_connection_sources_id_source_delete**](ProvidersApi.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
74
+ [**users_id_user_connections_id_connection_sources_id_source_post**](ProvidersApi.md#users_id_user_connections_id_connection_sources_id_source_post) | **POST** /users/{id_user}/connections/{id_connection}/sources/{id_source} | Enable connection source
75
+ [**users_id_user_connections_id_connection_sources_id_source_put**](ProvidersApi.md#users_id_user_connections_id_connection_sources_id_source_put) | **PUT** /users/{id_user}/connections/{id_connection}/sources/{id_source} | Enable connection source
67
76
  [**users_id_user_connections_id_connection_subscriptions_id_subscription_delete**](ProvidersApi.md#users_id_user_connections_id_connection_subscriptions_id_subscription_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/subscriptions/{id_subscription} | Delete a subscription.
68
77
  [**users_id_user_connections_id_connection_subscriptions_id_subscription_documents_delete**](ProvidersApi.md#users_id_user_connections_id_connection_subscriptions_id_subscription_documents_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/subscriptions/{id_subscription}/documents | Delete documents
69
78
  [**users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get**](ProvidersApi.md#users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get) | **GET** /users/{id_user}/connections/{id_connection}/subscriptions/{id_subscription}/documents | Get documents
@@ -71,7 +80,9 @@ Method | HTTP request | Description
71
80
  [**users_id_user_connections_id_connection_subscriptions_id_subscription_documents_id_document_put**](ProvidersApi.md#users_id_user_connections_id_connection_subscriptions_id_subscription_documents_id_document_put) | **PUT** /users/{id_user}/connections/{id_connection}/subscriptions/{id_subscription}/documents/{id_document} | Edit a document
72
81
  [**users_id_user_connections_id_connection_subscriptions_id_subscription_documents_post**](ProvidersApi.md#users_id_user_connections_id_connection_subscriptions_id_subscription_documents_post) | **POST** /users/{id_user}/connections/{id_connection}/subscriptions/{id_subscription}/documents | Add a new document
73
82
  [**users_id_user_connections_id_connection_subscriptions_id_subscription_documents_put**](ProvidersApi.md#users_id_user_connections_id_connection_subscriptions_id_subscription_documents_put) | **PUT** /users/{id_user}/connections/{id_connection}/subscriptions/{id_subscription}/documents | Attach an existing document to a transaction or a transactions_cluster
83
+ [**users_id_user_connections_id_connection_subscriptions_id_subscription_logs_get**](ProvidersApi.md#users_id_user_connections_id_connection_subscriptions_id_subscription_logs_get) | **GET** /users/{id_user}/connections/{id_connection}/subscriptions/{id_subscription}/logs | Get subscriptions logs.
74
84
  [**users_id_user_connections_id_connection_subscriptions_id_subscription_put**](ProvidersApi.md#users_id_user_connections_id_connection_subscriptions_id_subscription_put) | **PUT** /users/{id_user}/connections/{id_connection}/subscriptions/{id_subscription} | Update a subscription
85
+ [**users_id_user_connections_id_connection_subscriptions_put**](ProvidersApi.md#users_id_user_connections_id_connection_subscriptions_put) | **PUT** /users/{id_user}/connections/{id_connection}/subscriptions | Update many subscriptions at once
75
86
  [**users_id_user_connections_id_connection_transactions_id_transaction_documents_delete**](ProvidersApi.md#users_id_user_connections_id_connection_transactions_id_transaction_documents_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/transactions/{id_transaction}/documents | Delete documents
76
87
  [**users_id_user_connections_id_connection_transactions_id_transaction_documents_get**](ProvidersApi.md#users_id_user_connections_id_connection_transactions_id_transaction_documents_get) | **GET** /users/{id_user}/connections/{id_connection}/transactions/{id_transaction}/documents | Get documents
77
88
  [**users_id_user_connections_id_connection_transactions_id_transaction_documents_id_document_delete**](ProvidersApi.md#users_id_user_connections_id_connection_transactions_id_transaction_documents_id_document_delete) | **DELETE** /users/{id_user}/connections/{id_connection}/transactions/{id_transaction}/documents/{id_document} | Delete a document
@@ -100,7 +111,9 @@ Method | HTTP request | Description
100
111
  [**users_id_user_subscriptions_id_subscription_documents_id_document_put**](ProvidersApi.md#users_id_user_subscriptions_id_subscription_documents_id_document_put) | **PUT** /users/{id_user}/subscriptions/{id_subscription}/documents/{id_document} | Edit a document
101
112
  [**users_id_user_subscriptions_id_subscription_documents_post**](ProvidersApi.md#users_id_user_subscriptions_id_subscription_documents_post) | **POST** /users/{id_user}/subscriptions/{id_subscription}/documents | Add a new document
102
113
  [**users_id_user_subscriptions_id_subscription_documents_put**](ProvidersApi.md#users_id_user_subscriptions_id_subscription_documents_put) | **PUT** /users/{id_user}/subscriptions/{id_subscription}/documents | Attach an existing document to a transaction or a transactions_cluster
114
+ [**users_id_user_subscriptions_id_subscription_logs_get**](ProvidersApi.md#users_id_user_subscriptions_id_subscription_logs_get) | **GET** /users/{id_user}/subscriptions/{id_subscription}/logs | Get subscriptions logs.
103
115
  [**users_id_user_subscriptions_id_subscription_put**](ProvidersApi.md#users_id_user_subscriptions_id_subscription_put) | **PUT** /users/{id_user}/subscriptions/{id_subscription} | Update a subscription
116
+ [**users_id_user_subscriptions_put**](ProvidersApi.md#users_id_user_subscriptions_put) | **PUT** /users/{id_user}/subscriptions | Update many subscriptions at once
104
117
  [**users_id_user_transactions_id_transaction_documents_delete**](ProvidersApi.md#users_id_user_transactions_id_transaction_documents_delete) | **DELETE** /users/{id_user}/transactions/{id_transaction}/documents | Delete documents
105
118
  [**users_id_user_transactions_id_transaction_documents_get**](ProvidersApi.md#users_id_user_transactions_id_transaction_documents_get) | **GET** /users/{id_user}/transactions/{id_transaction}/documents | Get documents
106
119
  [**users_id_user_transactions_id_transaction_documents_id_document_delete**](ProvidersApi.md#users_id_user_transactions_id_transaction_documents_id_document_delete) | **DELETE** /users/{id_user}/transactions/{id_transaction}/documents/{id_document} | Delete a document
@@ -165,7 +178,7 @@ Name | Type | Description | Notes
165
178
 
166
179
  ### HTTP request headers
167
180
 
168
- - **Content-Type**: application/x-www-form-urlencoded
181
+ - **Content-Type**: application/json, multipart/form-data
169
182
  - **Accept**: application/json
170
183
 
171
184
 
@@ -223,7 +236,7 @@ Name | Type | Description | Notes
223
236
 
224
237
  ### HTTP request headers
225
238
 
226
- - **Content-Type**: application/x-www-form-urlencoded
239
+ - **Content-Type**: application/json, multipart/form-data
227
240
  - **Accept**: application/json
228
241
 
229
242
 
@@ -281,7 +294,7 @@ Name | Type | Description | Notes
281
294
 
282
295
  ### HTTP request headers
283
296
 
284
- - **Content-Type**: application/x-www-form-urlencoded
297
+ - **Content-Type**: application/json, multipart/form-data
285
298
  - **Accept**: application/json
286
299
 
287
300
 
@@ -339,7 +352,65 @@ Name | Type | Description | Notes
339
352
 
340
353
  ### HTTP request headers
341
354
 
342
- - **Content-Type**: application/x-www-form-urlencoded
355
+ - **Content-Type**: application/json, multipart/form-data
356
+ - **Accept**: application/json
357
+
358
+
359
+
360
+ # **banks_id_connector_sources_get**
361
+ > InlineResponse20011 banks_id_connector_sources_get(id_connector, opts)
362
+
363
+ Get list of connector sources
364
+
365
+
366
+
367
+ ### Example
368
+ ```ruby
369
+ # load the gem
370
+ require 'budgea_client'
371
+ # setup authorization
372
+ BudgeaClient.configure do |config|
373
+ # Configure API key authorization: api_key
374
+ config.api_key['Authorization'] = 'YOUR API KEY'
375
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
376
+ #config.api_key_prefix['Authorization'] = 'Bearer'
377
+ end
378
+
379
+ api_instance = BudgeaClient::ProvidersApi.new
380
+
381
+ id_connector = 56 # Integer |
382
+
383
+ opts = {
384
+ expand: 'expand_example' # String |
385
+ }
386
+
387
+ begin
388
+ #Get list of connector sources
389
+ result = api_instance.banks_id_connector_sources_get(id_connector, opts)
390
+ p result
391
+ rescue BudgeaClient::ApiError => e
392
+ puts "Exception when calling ProvidersApi->banks_id_connector_sources_get: #{e}"
393
+ end
394
+ ```
395
+
396
+ ### Parameters
397
+
398
+ Name | Type | Description | Notes
399
+ ------------- | ------------- | ------------- | -------------
400
+ **id_connector** | **Integer**| |
401
+ **expand** | **String**| | [optional]
402
+
403
+ ### Return type
404
+
405
+ [**InlineResponse20011**](InlineResponse20011.md)
406
+
407
+ ### Authorization
408
+
409
+ [api_key](../README.md#api_key)
410
+
411
+ ### HTTP request headers
412
+
413
+ - **Content-Type**: application/json, multipart/form-data
343
414
  - **Accept**: application/json
344
415
 
345
416
 
@@ -394,13 +465,93 @@ Name | Type | Description | Notes
394
465
 
395
466
  ### HTTP request headers
396
467
 
397
- - **Content-Type**: application/x-www-form-urlencoded
468
+ - **Content-Type**: application/json, multipart/form-data
469
+ - **Accept**: application/json
470
+
471
+
472
+
473
+ # **connections_id_connection_logs_get**
474
+ > InlineResponse20015 connections_id_connection_logs_get(id_connection, opts)
475
+
476
+ Get connection logs
477
+
478
+ Get logs about connections.<br><br>
479
+
480
+ ### Example
481
+ ```ruby
482
+ # load the gem
483
+ require 'budgea_client'
484
+ # setup authorization
485
+ BudgeaClient.configure do |config|
486
+ # Configure API key authorization: api_key
487
+ config.api_key['Authorization'] = 'YOUR API KEY'
488
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
489
+ #config.api_key_prefix['Authorization'] = 'Bearer'
490
+ end
491
+
492
+ api_instance = BudgeaClient::ProvidersApi.new
493
+
494
+ id_connection = 56 # Integer |
495
+
496
+ opts = {
497
+ limit: 56, # Integer | limit number of results
498
+ offset: 56, # Integer | offset of first result
499
+ min_date: Date.parse('2013-10-20'), # Date | minimal date
500
+ max_date: Date.parse('2013-10-20'), # Date | maximum date
501
+ state: 56, # Integer | state of user
502
+ period: 'period_example', # String | period to group logs
503
+ id_user: 56, # Integer | ID of a user
504
+ id_connection2: 56, # Integer | ID of a connection
505
+ id_connector: 56, # Integer | ID of a connector
506
+ charged: true, # BOOLEAN | consider only logs for charged connectors
507
+ id_source: 56, # Integer | ID of a source
508
+ expand: 'expand_example' # String |
509
+ }
510
+
511
+ begin
512
+ #Get connection logs
513
+ result = api_instance.connections_id_connection_logs_get(id_connection, opts)
514
+ p result
515
+ rescue BudgeaClient::ApiError => e
516
+ puts "Exception when calling ProvidersApi->connections_id_connection_logs_get: #{e}"
517
+ end
518
+ ```
519
+
520
+ ### Parameters
521
+
522
+ Name | Type | Description | Notes
523
+ ------------- | ------------- | ------------- | -------------
524
+ **id_connection** | **Integer**| |
525
+ **limit** | **Integer**| limit number of results | [optional]
526
+ **offset** | **Integer**| offset of first result | [optional]
527
+ **min_date** | **Date**| minimal date | [optional]
528
+ **max_date** | **Date**| maximum date | [optional]
529
+ **state** | **Integer**| state of user | [optional]
530
+ **period** | **String**| period to group logs | [optional]
531
+ **id_user** | **Integer**| ID of a user | [optional]
532
+ **id_connection2** | **Integer**| ID of a connection | [optional]
533
+ **id_connector** | **Integer**| ID of a connector | [optional]
534
+ **charged** | **BOOLEAN**| consider only logs for charged connectors | [optional]
535
+ **id_source** | **Integer**| ID of a source | [optional]
536
+ **expand** | **String**| | [optional]
537
+
538
+ ### Return type
539
+
540
+ [**InlineResponse20015**](InlineResponse20015.md)
541
+
542
+ ### Authorization
543
+
544
+ [api_key](../README.md#api_key)
545
+
546
+ ### HTTP request headers
547
+
548
+ - **Content-Type**: application/json, multipart/form-data
398
549
  - **Accept**: application/json
399
550
 
400
551
 
401
552
 
402
553
  # **connectors_get**
403
- > InlineResponse20014 connectors_get(opts)
554
+ > InlineResponse20016 connectors_get(opts)
404
555
 
405
556
  Get list of connectors
406
557
 
@@ -441,7 +592,7 @@ Name | Type | Description | Notes
441
592
 
442
593
  ### Return type
443
594
 
444
- [**InlineResponse20014**](InlineResponse20014.md)
595
+ [**InlineResponse20016**](InlineResponse20016.md)
445
596
 
446
597
  ### Authorization
447
598
 
@@ -449,7 +600,7 @@ Name | Type | Description | Notes
449
600
 
450
601
  ### HTTP request headers
451
602
 
452
- - **Content-Type**: application/x-www-form-urlencoded
603
+ - **Content-Type**: application/json, multipart/form-data
453
604
  - **Accept**: application/json
454
605
 
455
606
 
@@ -507,7 +658,7 @@ Name | Type | Description | Notes
507
658
 
508
659
  ### HTTP request headers
509
660
 
510
- - **Content-Type**: application/x-www-form-urlencoded
661
+ - **Content-Type**: application/json, multipart/form-data
511
662
  - **Accept**: application/json
512
663
 
513
664
 
@@ -568,7 +719,7 @@ Name | Type | Description | Notes
568
719
 
569
720
  ### HTTP request headers
570
721
 
571
- - **Content-Type**: application/x-www-form-urlencoded
722
+ - **Content-Type**: application/json, multipart/form-data
572
723
  - **Accept**: application/json
573
724
 
574
725
 
@@ -629,7 +780,7 @@ Name | Type | Description | Notes
629
780
 
630
781
  ### HTTP request headers
631
782
 
632
- - **Content-Type**: application/x-www-form-urlencoded
783
+ - **Content-Type**: application/json, multipart/form-data
633
784
  - **Accept**: application/json
634
785
 
635
786
 
@@ -687,7 +838,7 @@ Name | Type | Description | Notes
687
838
 
688
839
  ### HTTP request headers
689
840
 
690
- - **Content-Type**: application/x-www-form-urlencoded
841
+ - **Content-Type**: application/json, multipart/form-data
691
842
  - **Accept**: application/json
692
843
 
693
844
 
@@ -745,7 +896,7 @@ Name | Type | Description | Notes
745
896
 
746
897
  ### HTTP request headers
747
898
 
748
- - **Content-Type**: application/x-www-form-urlencoded
899
+ - **Content-Type**: application/json, multipart/form-data
749
900
  - **Accept**: application/json
750
901
 
751
902
 
@@ -803,7 +954,7 @@ Name | Type | Description | Notes
803
954
 
804
955
  ### HTTP request headers
805
956
 
806
- - **Content-Type**: application/x-www-form-urlencoded
957
+ - **Content-Type**: application/json, multipart/form-data
807
958
  - **Accept**: application/json
808
959
 
809
960
 
@@ -861,7 +1012,130 @@ Name | Type | Description | Notes
861
1012
 
862
1013
  ### HTTP request headers
863
1014
 
864
- - **Content-Type**: application/x-www-form-urlencoded
1015
+ - **Content-Type**: application/json, multipart/form-data
1016
+ - **Accept**: application/json
1017
+
1018
+
1019
+
1020
+ # **connectors_id_connector_sources_get**
1021
+ > InlineResponse20011 connectors_id_connector_sources_get(id_connector, opts)
1022
+
1023
+ Get list of connector sources
1024
+
1025
+
1026
+
1027
+ ### Example
1028
+ ```ruby
1029
+ # load the gem
1030
+ require 'budgea_client'
1031
+ # setup authorization
1032
+ BudgeaClient.configure do |config|
1033
+ # Configure API key authorization: api_key
1034
+ config.api_key['Authorization'] = 'YOUR API KEY'
1035
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1036
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1037
+ end
1038
+
1039
+ api_instance = BudgeaClient::ProvidersApi.new
1040
+
1041
+ id_connector = 56 # Integer |
1042
+
1043
+ opts = {
1044
+ expand: 'expand_example' # String |
1045
+ }
1046
+
1047
+ begin
1048
+ #Get list of connector sources
1049
+ result = api_instance.connectors_id_connector_sources_get(id_connector, opts)
1050
+ p result
1051
+ rescue BudgeaClient::ApiError => e
1052
+ puts "Exception when calling ProvidersApi->connectors_id_connector_sources_get: #{e}"
1053
+ end
1054
+ ```
1055
+
1056
+ ### Parameters
1057
+
1058
+ Name | Type | Description | Notes
1059
+ ------------- | ------------- | ------------- | -------------
1060
+ **id_connector** | **Integer**| |
1061
+ **expand** | **String**| | [optional]
1062
+
1063
+ ### Return type
1064
+
1065
+ [**InlineResponse20011**](InlineResponse20011.md)
1066
+
1067
+ ### Authorization
1068
+
1069
+ [api_key](../README.md#api_key)
1070
+
1071
+ ### HTTP request headers
1072
+
1073
+ - **Content-Type**: application/json, multipart/form-data
1074
+ - **Accept**: application/json
1075
+
1076
+
1077
+
1078
+ # **connectors_id_connector_sources_id_source_put**
1079
+ > ConnectorSource connectors_id_connector_sources_id_source_put(id_connector, id_source, opts)
1080
+
1081
+ Edit the provided connector source
1082
+
1083
+
1084
+
1085
+ ### Example
1086
+ ```ruby
1087
+ # load the gem
1088
+ require 'budgea_client'
1089
+ # setup authorization
1090
+ BudgeaClient.configure do |config|
1091
+ # Configure API key authorization: api_key
1092
+ config.api_key['Authorization'] = 'YOUR API KEY'
1093
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1094
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1095
+ end
1096
+
1097
+ api_instance = BudgeaClient::ProvidersApi.new
1098
+
1099
+ id_connector = 56 # Integer |
1100
+
1101
+ id_source = 56 # Integer |
1102
+
1103
+ opts = {
1104
+ auth_mechanism: 'auth_mechanism_example', # String | the authentication mechanism to use for this connector source
1105
+ disabled: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | to enable or disable connector source
1106
+ expand: 'expand_example' # String |
1107
+ }
1108
+
1109
+ begin
1110
+ #Edit the provided connector source
1111
+ result = api_instance.connectors_id_connector_sources_id_source_put(id_connector, id_source, opts)
1112
+ p result
1113
+ rescue BudgeaClient::ApiError => e
1114
+ puts "Exception when calling ProvidersApi->connectors_id_connector_sources_id_source_put: #{e}"
1115
+ end
1116
+ ```
1117
+
1118
+ ### Parameters
1119
+
1120
+ Name | Type | Description | Notes
1121
+ ------------- | ------------- | ------------- | -------------
1122
+ **id_connector** | **Integer**| |
1123
+ **id_source** | **Integer**| |
1124
+ **auth_mechanism** | **String**| the authentication mechanism to use for this connector source | [optional]
1125
+ **disabled** | **DateTime**| to enable or disable connector source | [optional]
1126
+ **expand** | **String**| | [optional]
1127
+
1128
+ ### Return type
1129
+
1130
+ [**ConnectorSource**](ConnectorSource.md)
1131
+
1132
+ ### Authorization
1133
+
1134
+ [api_key](../README.md#api_key)
1135
+
1136
+ ### HTTP request headers
1137
+
1138
+ - **Content-Type**: application/json, multipart/form-data
865
1139
  - **Accept**: application/json
866
1140
 
867
1141
 
@@ -941,7 +1215,7 @@ Name | Type | Description | Notes
941
1215
 
942
1216
 
943
1217
  # **documenttypes_get**
944
- > InlineResponse20015 documenttypes_get(opts)
1218
+ > InlineResponse20017 documenttypes_get(opts)
945
1219
 
946
1220
  Get document types
947
1221
 
@@ -982,7 +1256,7 @@ Name | Type | Description | Notes
982
1256
 
983
1257
  ### Return type
984
1258
 
985
- [**InlineResponse20015**](InlineResponse20015.md)
1259
+ [**InlineResponse20017**](InlineResponse20017.md)
986
1260
 
987
1261
  ### Authorization
988
1262
 
@@ -990,7 +1264,7 @@ Name | Type | Description | Notes
990
1264
 
991
1265
  ### HTTP request headers
992
1266
 
993
- - **Content-Type**: application/x-www-form-urlencoded
1267
+ - **Content-Type**: application/json, multipart/form-data
994
1268
  - **Accept**: application/json
995
1269
 
996
1270
 
@@ -1054,13 +1328,13 @@ Name | Type | Description | Notes
1054
1328
 
1055
1329
  ### HTTP request headers
1056
1330
 
1057
- - **Content-Type**: application/x-www-form-urlencoded
1331
+ - **Content-Type**: application/json, multipart/form-data
1058
1332
  - **Accept**: application/json
1059
1333
 
1060
1334
 
1061
1335
 
1062
1336
  # **logs_get**
1063
- > InlineResponse20017 logs_get(opts)
1337
+ > InlineResponse20015 logs_get(opts)
1064
1338
 
1065
1339
  Get connection logs
1066
1340
 
@@ -1091,6 +1365,7 @@ opts = {
1091
1365
  id_connection: 56, # Integer | ID of a connection
1092
1366
  id_connector: 56, # Integer | ID of a connector
1093
1367
  charged: true, # BOOLEAN | consider only logs for charged connectors
1368
+ id_source: 56, # Integer | ID of a source
1094
1369
  expand: 'expand_example' # String |
1095
1370
  }
1096
1371
 
@@ -1117,11 +1392,12 @@ Name | Type | Description | Notes
1117
1392
  **id_connection** | **Integer**| ID of a connection | [optional]
1118
1393
  **id_connector** | **Integer**| ID of a connector | [optional]
1119
1394
  **charged** | **BOOLEAN**| consider only logs for charged connectors | [optional]
1395
+ **id_source** | **Integer**| ID of a source | [optional]
1120
1396
  **expand** | **String**| | [optional]
1121
1397
 
1122
1398
  ### Return type
1123
1399
 
1124
- [**InlineResponse20017**](InlineResponse20017.md)
1400
+ [**InlineResponse20015**](InlineResponse20015.md)
1125
1401
 
1126
1402
  ### Authorization
1127
1403
 
@@ -1129,7 +1405,7 @@ Name | Type | Description | Notes
1129
1405
 
1130
1406
  ### HTTP request headers
1131
1407
 
1132
- - **Content-Type**: application/x-www-form-urlencoded
1408
+ - **Content-Type**: application/json, multipart/form-data
1133
1409
  - **Accept**: application/json
1134
1410
 
1135
1411
 
@@ -1194,7 +1470,7 @@ nil (empty response body)
1194
1470
 
1195
1471
 
1196
1472
  # **providers_get**
1197
- > InlineResponse20018 providers_get(opts)
1473
+ > InlineResponse20019 providers_get(opts)
1198
1474
 
1199
1475
  Get list of connectors
1200
1476
 
@@ -1235,7 +1511,7 @@ Name | Type | Description | Notes
1235
1511
 
1236
1512
  ### Return type
1237
1513
 
1238
- [**InlineResponse20018**](InlineResponse20018.md)
1514
+ [**InlineResponse20019**](InlineResponse20019.md)
1239
1515
 
1240
1516
  ### Authorization
1241
1517
 
@@ -1243,13 +1519,13 @@ Name | Type | Description | Notes
1243
1519
 
1244
1520
  ### HTTP request headers
1245
1521
 
1246
- - **Content-Type**: application/x-www-form-urlencoded
1522
+ - **Content-Type**: application/json, multipart/form-data
1247
1523
  - **Accept**: application/json
1248
1524
 
1249
1525
 
1250
1526
 
1251
1527
  # **providers_id_connector_logos_get**
1252
- > InlineResponse20019 providers_id_connector_logos_get(id_connector, opts)
1528
+ > InlineResponse20010 providers_id_connector_logos_get(id_connector, opts)
1253
1529
 
1254
1530
  Get all links to the files associated with this connector.
1255
1531
 
@@ -1293,7 +1569,7 @@ Name | Type | Description | Notes
1293
1569
 
1294
1570
  ### Return type
1295
1571
 
1296
- [**InlineResponse20019**](InlineResponse20019.md)
1572
+ [**InlineResponse20010**](InlineResponse20010.md)
1297
1573
 
1298
1574
  ### Authorization
1299
1575
 
@@ -1301,7 +1577,7 @@ Name | Type | Description | Notes
1301
1577
 
1302
1578
  ### HTTP request headers
1303
1579
 
1304
- - **Content-Type**: application/x-www-form-urlencoded
1580
+ - **Content-Type**: application/json, multipart/form-data
1305
1581
  - **Accept**: application/json
1306
1582
 
1307
1583
 
@@ -1338,7 +1614,65 @@ begin
1338
1614
  result = api_instance.providers_id_connector_logos_main_get(id_connector, opts)
1339
1615
  p result
1340
1616
  rescue BudgeaClient::ApiError => e
1341
- puts "Exception when calling ProvidersApi->providers_id_connector_logos_main_get: #{e}"
1617
+ puts "Exception when calling ProvidersApi->providers_id_connector_logos_main_get: #{e}"
1618
+ end
1619
+ ```
1620
+
1621
+ ### Parameters
1622
+
1623
+ Name | Type | Description | Notes
1624
+ ------------- | ------------- | ------------- | -------------
1625
+ **id_connector** | **Integer**| |
1626
+ **expand** | **String**| | [optional]
1627
+
1628
+ ### Return type
1629
+
1630
+ [**InlineResponse20010**](InlineResponse20010.md)
1631
+
1632
+ ### Authorization
1633
+
1634
+ [api_key](../README.md#api_key)
1635
+
1636
+ ### HTTP request headers
1637
+
1638
+ - **Content-Type**: application/json, multipart/form-data
1639
+ - **Accept**: application/json
1640
+
1641
+
1642
+
1643
+ # **providers_id_connector_logos_thumbnail_get**
1644
+ > InlineResponse20010 providers_id_connector_logos_thumbnail_get(id_connector, opts)
1645
+
1646
+ Get all links to the files associated with this connector.
1647
+
1648
+ This endpoint returns all links to files associated with this connector.<br><br>
1649
+
1650
+ ### Example
1651
+ ```ruby
1652
+ # load the gem
1653
+ require 'budgea_client'
1654
+ # setup authorization
1655
+ BudgeaClient.configure do |config|
1656
+ # Configure API key authorization: api_key
1657
+ config.api_key['Authorization'] = 'YOUR API KEY'
1658
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
1659
+ #config.api_key_prefix['Authorization'] = 'Bearer'
1660
+ end
1661
+
1662
+ api_instance = BudgeaClient::ProvidersApi.new
1663
+
1664
+ id_connector = 56 # Integer |
1665
+
1666
+ opts = {
1667
+ expand: 'expand_example' # String |
1668
+ }
1669
+
1670
+ begin
1671
+ #Get all links to the files associated with this connector.
1672
+ result = api_instance.providers_id_connector_logos_thumbnail_get(id_connector, opts)
1673
+ p result
1674
+ rescue BudgeaClient::ApiError => e
1675
+ puts "Exception when calling ProvidersApi->providers_id_connector_logos_thumbnail_get: #{e}"
1342
1676
  end
1343
1677
  ```
1344
1678
 
@@ -1359,17 +1693,17 @@ Name | Type | Description | Notes
1359
1693
 
1360
1694
  ### HTTP request headers
1361
1695
 
1362
- - **Content-Type**: application/x-www-form-urlencoded
1696
+ - **Content-Type**: application/json, multipart/form-data
1363
1697
  - **Accept**: application/json
1364
1698
 
1365
1699
 
1366
1700
 
1367
- # **providers_id_connector_logos_thumbnail_get**
1368
- > InlineResponse20010 providers_id_connector_logos_thumbnail_get(id_connector, opts)
1701
+ # **providers_id_connector_sources_get**
1702
+ > InlineResponse20011 providers_id_connector_sources_get(id_connector, opts)
1703
+
1704
+ Get list of connector sources
1369
1705
 
1370
- Get all links to the files associated with this connector.
1371
1706
 
1372
- This endpoint returns all links to files associated with this connector.<br><br>
1373
1707
 
1374
1708
  ### Example
1375
1709
  ```ruby
@@ -1392,11 +1726,11 @@ opts = {
1392
1726
  }
1393
1727
 
1394
1728
  begin
1395
- #Get all links to the files associated with this connector.
1396
- result = api_instance.providers_id_connector_logos_thumbnail_get(id_connector, opts)
1729
+ #Get list of connector sources
1730
+ result = api_instance.providers_id_connector_sources_get(id_connector, opts)
1397
1731
  p result
1398
1732
  rescue BudgeaClient::ApiError => e
1399
- puts "Exception when calling ProvidersApi->providers_id_connector_logos_thumbnail_get: #{e}"
1733
+ puts "Exception when calling ProvidersApi->providers_id_connector_sources_get: #{e}"
1400
1734
  end
1401
1735
  ```
1402
1736
 
@@ -1409,7 +1743,7 @@ Name | Type | Description | Notes
1409
1743
 
1410
1744
  ### Return type
1411
1745
 
1412
- [**InlineResponse20010**](InlineResponse20010.md)
1746
+ [**InlineResponse20011**](InlineResponse20011.md)
1413
1747
 
1414
1748
  ### Authorization
1415
1749
 
@@ -1417,7 +1751,7 @@ Name | Type | Description | Notes
1417
1751
 
1418
1752
  ### HTTP request headers
1419
1753
 
1420
- - **Content-Type**: application/x-www-form-urlencoded
1754
+ - **Content-Type**: application/json, multipart/form-data
1421
1755
  - **Accept**: application/json
1422
1756
 
1423
1757
 
@@ -1481,13 +1815,13 @@ Name | Type | Description | Notes
1481
1815
 
1482
1816
  ### HTTP request headers
1483
1817
 
1484
- - **Content-Type**: application/x-www-form-urlencoded
1818
+ - **Content-Type**: application/json, multipart/form-data
1485
1819
  - **Accept**: application/json
1486
1820
 
1487
1821
 
1488
1822
 
1489
1823
  # **users_id_user_accounts_id_account_transactions_id_transaction_documents_get**
1490
- > InlineResponse20031 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
1824
+ > InlineResponse20032 users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts)
1491
1825
 
1492
1826
  Get documents
1493
1827
 
@@ -1555,7 +1889,7 @@ Name | Type | Description | Notes
1555
1889
 
1556
1890
  ### Return type
1557
1891
 
1558
- [**InlineResponse20031**](InlineResponse20031.md)
1892
+ [**InlineResponse20032**](InlineResponse20032.md)
1559
1893
 
1560
1894
  ### Authorization
1561
1895
 
@@ -1563,7 +1897,7 @@ Name | Type | Description | Notes
1563
1897
 
1564
1898
  ### HTTP request headers
1565
1899
 
1566
- - **Content-Type**: application/x-www-form-urlencoded
1900
+ - **Content-Type**: application/json, multipart/form-data
1567
1901
  - **Accept**: application/json
1568
1902
 
1569
1903
 
@@ -1630,7 +1964,7 @@ Name | Type | Description | Notes
1630
1964
 
1631
1965
  ### HTTP request headers
1632
1966
 
1633
- - **Content-Type**: application/x-www-form-urlencoded
1967
+ - **Content-Type**: application/json, multipart/form-data
1634
1968
  - **Accept**: application/json
1635
1969
 
1636
1970
 
@@ -1876,7 +2210,7 @@ Name | Type | Description | Notes
1876
2210
 
1877
2211
  ### HTTP request headers
1878
2212
 
1879
- - **Content-Type**: application/x-www-form-urlencoded
2213
+ - **Content-Type**: application/json, multipart/form-data
1880
2214
  - **Accept**: application/json
1881
2215
 
1882
2216
 
@@ -1940,13 +2274,13 @@ Name | Type | Description | Notes
1940
2274
 
1941
2275
  ### HTTP request headers
1942
2276
 
1943
- - **Content-Type**: application/x-www-form-urlencoded
2277
+ - **Content-Type**: application/json, multipart/form-data
1944
2278
  - **Accept**: application/json
1945
2279
 
1946
2280
 
1947
2281
 
1948
2282
  # **users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
1949
- > InlineResponse20031 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
2283
+ > InlineResponse20032 users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts)
1950
2284
 
1951
2285
  Get documents
1952
2286
 
@@ -2014,7 +2348,7 @@ Name | Type | Description | Notes
2014
2348
 
2015
2349
  ### Return type
2016
2350
 
2017
- [**InlineResponse20031**](InlineResponse20031.md)
2351
+ [**InlineResponse20032**](InlineResponse20032.md)
2018
2352
 
2019
2353
  ### Authorization
2020
2354
 
@@ -2022,7 +2356,7 @@ Name | Type | Description | Notes
2022
2356
 
2023
2357
  ### HTTP request headers
2024
2358
 
2025
- - **Content-Type**: application/x-www-form-urlencoded
2359
+ - **Content-Type**: application/json, multipart/form-data
2026
2360
  - **Accept**: application/json
2027
2361
 
2028
2362
 
@@ -2089,7 +2423,7 @@ Name | Type | Description | Notes
2089
2423
 
2090
2424
  ### HTTP request headers
2091
2425
 
2092
- - **Content-Type**: application/x-www-form-urlencoded
2426
+ - **Content-Type**: application/json, multipart/form-data
2093
2427
  - **Accept**: application/json
2094
2428
 
2095
2429
 
@@ -2335,7 +2669,7 @@ Name | Type | Description | Notes
2335
2669
 
2336
2670
  ### HTTP request headers
2337
2671
 
2338
- - **Content-Type**: application/x-www-form-urlencoded
2672
+ - **Content-Type**: application/json, multipart/form-data
2339
2673
  - **Accept**: application/json
2340
2674
 
2341
2675
 
@@ -2393,7 +2727,7 @@ Name | Type | Description | Notes
2393
2727
 
2394
2728
  ### HTTP request headers
2395
2729
 
2396
- - **Content-Type**: application/x-www-form-urlencoded
2730
+ - **Content-Type**: application/json, multipart/form-data
2397
2731
  - **Accept**: application/json
2398
2732
 
2399
2733
 
@@ -2451,7 +2785,7 @@ Name | Type | Description | Notes
2451
2785
 
2452
2786
  ### HTTP request headers
2453
2787
 
2454
- - **Content-Type**: application/x-www-form-urlencoded
2788
+ - **Content-Type**: application/json, multipart/form-data
2455
2789
  - **Accept**: application/json
2456
2790
 
2457
2791
 
@@ -2518,13 +2852,13 @@ Name | Type | Description | Notes
2518
2852
 
2519
2853
  ### HTTP request headers
2520
2854
 
2521
- - **Content-Type**: application/x-www-form-urlencoded
2855
+ - **Content-Type**: application/json, multipart/form-data
2522
2856
  - **Accept**: application/json
2523
2857
 
2524
2858
 
2525
2859
 
2526
2860
  # **users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get**
2527
- > InlineResponse20031 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
2861
+ > InlineResponse20032 users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts)
2528
2862
 
2529
2863
  Get documents
2530
2864
 
@@ -2595,7 +2929,7 @@ Name | Type | Description | Notes
2595
2929
 
2596
2930
  ### Return type
2597
2931
 
2598
- [**InlineResponse20031**](InlineResponse20031.md)
2932
+ [**InlineResponse20032**](InlineResponse20032.md)
2599
2933
 
2600
2934
  ### Authorization
2601
2935
 
@@ -2603,7 +2937,7 @@ Name | Type | Description | Notes
2603
2937
 
2604
2938
  ### HTTP request headers
2605
2939
 
2606
- - **Content-Type**: application/x-www-form-urlencoded
2940
+ - **Content-Type**: application/json, multipart/form-data
2607
2941
  - **Accept**: application/json
2608
2942
 
2609
2943
 
@@ -2673,7 +3007,7 @@ Name | Type | Description | Notes
2673
3007
 
2674
3008
  ### HTTP request headers
2675
3009
 
2676
- - **Content-Type**: application/x-www-form-urlencoded
3010
+ - **Content-Type**: application/json, multipart/form-data
2677
3011
  - **Accept**: application/json
2678
3012
 
2679
3013
 
@@ -2928,7 +3262,7 @@ Name | Type | Description | Notes
2928
3262
 
2929
3263
  ### HTTP request headers
2930
3264
 
2931
- - **Content-Type**: application/x-www-form-urlencoded
3265
+ - **Content-Type**: application/json, multipart/form-data
2932
3266
  - **Accept**: application/json
2933
3267
 
2934
3268
 
@@ -2995,13 +3329,13 @@ Name | Type | Description | Notes
2995
3329
 
2996
3330
  ### HTTP request headers
2997
3331
 
2998
- - **Content-Type**: application/x-www-form-urlencoded
3332
+ - **Content-Type**: application/json, multipart/form-data
2999
3333
  - **Accept**: application/json
3000
3334
 
3001
3335
 
3002
3336
 
3003
3337
  # **users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get**
3004
- > InlineResponse20031 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts)
3338
+ > InlineResponse20032 users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts)
3005
3339
 
3006
3340
  Get documents
3007
3341
 
@@ -3072,7 +3406,7 @@ Name | Type | Description | Notes
3072
3406
 
3073
3407
  ### Return type
3074
3408
 
3075
- [**InlineResponse20031**](InlineResponse20031.md)
3409
+ [**InlineResponse20032**](InlineResponse20032.md)
3076
3410
 
3077
3411
  ### Authorization
3078
3412
 
@@ -3080,7 +3414,7 @@ Name | Type | Description | Notes
3080
3414
 
3081
3415
  ### HTTP request headers
3082
3416
 
3083
- - **Content-Type**: application/x-www-form-urlencoded
3417
+ - **Content-Type**: application/json, multipart/form-data
3084
3418
  - **Accept**: application/json
3085
3419
 
3086
3420
 
@@ -3150,7 +3484,7 @@ Name | Type | Description | Notes
3150
3484
 
3151
3485
  ### HTTP request headers
3152
3486
 
3153
- - **Content-Type**: application/x-www-form-urlencoded
3487
+ - **Content-Type**: application/json, multipart/form-data
3154
3488
  - **Accept**: application/json
3155
3489
 
3156
3490
 
@@ -3466,7 +3800,7 @@ Name | Type | Description | Notes
3466
3800
 
3467
3801
  ### HTTP request headers
3468
3802
 
3469
- - **Content-Type**: application/x-www-form-urlencoded
3803
+ - **Content-Type**: application/json, multipart/form-data
3470
3804
  - **Accept**: application/json
3471
3805
 
3472
3806
 
@@ -3527,13 +3861,13 @@ Name | Type | Description | Notes
3527
3861
 
3528
3862
  ### HTTP request headers
3529
3863
 
3530
- - **Content-Type**: application/x-www-form-urlencoded
3864
+ - **Content-Type**: application/json, multipart/form-data
3531
3865
  - **Accept**: application/json
3532
3866
 
3533
3867
 
3534
3868
 
3535
3869
  # **users_id_user_connections_id_connection_documents_get**
3536
- > InlineResponse20031 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
3870
+ > InlineResponse20032 users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts)
3537
3871
 
3538
3872
  Get documents
3539
3873
 
@@ -3598,7 +3932,7 @@ Name | Type | Description | Notes
3598
3932
 
3599
3933
  ### Return type
3600
3934
 
3601
- [**InlineResponse20031**](InlineResponse20031.md)
3935
+ [**InlineResponse20032**](InlineResponse20032.md)
3602
3936
 
3603
3937
  ### Authorization
3604
3938
 
@@ -3606,7 +3940,7 @@ Name | Type | Description | Notes
3606
3940
 
3607
3941
  ### HTTP request headers
3608
3942
 
3609
- - **Content-Type**: application/x-www-form-urlencoded
3943
+ - **Content-Type**: application/json, multipart/form-data
3610
3944
  - **Accept**: application/json
3611
3945
 
3612
3946
 
@@ -3670,7 +4004,7 @@ Name | Type | Description | Notes
3670
4004
 
3671
4005
  ### HTTP request headers
3672
4006
 
3673
- - **Content-Type**: application/x-www-form-urlencoded
4007
+ - **Content-Type**: application/json, multipart/form-data
3674
4008
  - **Accept**: application/json
3675
4009
 
3676
4010
 
@@ -3907,7 +4241,7 @@ Name | Type | Description | Notes
3907
4241
 
3908
4242
  ### HTTP request headers
3909
4243
 
3910
- - **Content-Type**: application/x-www-form-urlencoded
4244
+ - **Content-Type**: application/json, multipart/form-data
3911
4245
  - **Accept**: application/json
3912
4246
 
3913
4247
 
@@ -3968,7 +4302,7 @@ Name | Type | Description | Notes
3968
4302
 
3969
4303
  ### HTTP request headers
3970
4304
 
3971
- - **Content-Type**: application/x-www-form-urlencoded
4305
+ - **Content-Type**: application/json, multipart/form-data
3972
4306
  - **Accept**: application/json
3973
4307
 
3974
4308
 
@@ -4029,13 +4363,13 @@ Name | Type | Description | Notes
4029
4363
 
4030
4364
  ### HTTP request headers
4031
4365
 
4032
- - **Content-Type**: application/x-www-form-urlencoded
4366
+ - **Content-Type**: application/json, multipart/form-data
4033
4367
  - **Accept**: application/json
4034
4368
 
4035
4369
 
4036
4370
 
4037
4371
  # **users_id_user_connections_id_connection_logs_get**
4038
- > InlineResponse20017 users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts)
4372
+ > InlineResponse20015 users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts)
4039
4373
 
4040
4374
  Get connection logs
4041
4375
 
@@ -4070,6 +4404,7 @@ opts = {
4070
4404
  id_connection2: 56, # Integer | ID of a connection
4071
4405
  id_connector: 56, # Integer | ID of a connector
4072
4406
  charged: true, # BOOLEAN | consider only logs for charged connectors
4407
+ id_source: 56, # Integer | ID of a source
4073
4408
  expand: 'expand_example' # String |
4074
4409
  }
4075
4410
 
@@ -4098,11 +4433,12 @@ Name | Type | Description | Notes
4098
4433
  **id_connection2** | **Integer**| ID of a connection | [optional]
4099
4434
  **id_connector** | **Integer**| ID of a connector | [optional]
4100
4435
  **charged** | **BOOLEAN**| consider only logs for charged connectors | [optional]
4436
+ **id_source** | **Integer**| ID of a source | [optional]
4101
4437
  **expand** | **String**| | [optional]
4102
4438
 
4103
4439
  ### Return type
4104
4440
 
4105
- [**InlineResponse20017**](InlineResponse20017.md)
4441
+ [**InlineResponse20015**](InlineResponse20015.md)
4106
4442
 
4107
4443
  ### Authorization
4108
4444
 
@@ -4110,7 +4446,7 @@ Name | Type | Description | Notes
4110
4446
 
4111
4447
  ### HTTP request headers
4112
4448
 
4113
- - **Content-Type**: application/x-www-form-urlencoded
4449
+ - **Content-Type**: application/json, multipart/form-data
4114
4450
  - **Accept**: application/json
4115
4451
 
4116
4452
 
@@ -4242,7 +4578,260 @@ Name | Type | Description | Notes
4242
4578
 
4243
4579
  ### HTTP request headers
4244
4580
 
4245
- - **Content-Type**: application/x-www-form-urlencoded
4581
+ - **Content-Type**: application/json, multipart/form-data
4582
+ - **Accept**: application/json
4583
+
4584
+
4585
+
4586
+ # **users_id_user_connections_id_connection_sources_get**
4587
+ > InlineResponse20030 users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
4588
+
4589
+ Get connection sources
4590
+
4591
+
4592
+
4593
+ ### Example
4594
+ ```ruby
4595
+ # load the gem
4596
+ require 'budgea_client'
4597
+ # setup authorization
4598
+ BudgeaClient.configure do |config|
4599
+ # Configure API key authorization: api_key
4600
+ config.api_key['Authorization'] = 'YOUR API KEY'
4601
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4602
+ #config.api_key_prefix['Authorization'] = 'Bearer'
4603
+ end
4604
+
4605
+ api_instance = BudgeaClient::ProvidersApi.new
4606
+
4607
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
4608
+
4609
+ id_connection = 56 # Integer |
4610
+
4611
+ opts = {
4612
+ expand: 'expand_example' # String |
4613
+ }
4614
+
4615
+ begin
4616
+ #Get connection sources
4617
+ result = api_instance.users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts)
4618
+ p result
4619
+ rescue BudgeaClient::ApiError => e
4620
+ puts "Exception when calling ProvidersApi->users_id_user_connections_id_connection_sources_get: #{e}"
4621
+ end
4622
+ ```
4623
+
4624
+ ### Parameters
4625
+
4626
+ Name | Type | Description | Notes
4627
+ ------------- | ------------- | ------------- | -------------
4628
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
4629
+ **id_connection** | **Integer**| |
4630
+ **expand** | **String**| | [optional]
4631
+
4632
+ ### Return type
4633
+
4634
+ [**InlineResponse20030**](InlineResponse20030.md)
4635
+
4636
+ ### Authorization
4637
+
4638
+ [api_key](../README.md#api_key)
4639
+
4640
+ ### HTTP request headers
4641
+
4642
+ - **Content-Type**: application/json, multipart/form-data
4643
+ - **Accept**: application/json
4644
+
4645
+
4646
+
4647
+ # **users_id_user_connections_id_connection_sources_id_source_delete**
4648
+ > ConnectionSource users_id_user_connections_id_connection_sources_id_source_delete(id_user, id_connection, id_source, opts)
4649
+
4650
+ Disable a connection source
4651
+
4652
+ This will make it so the specified source will not be synchronized anymore.<br><br>
4653
+
4654
+ ### Example
4655
+ ```ruby
4656
+ # load the gem
4657
+ require 'budgea_client'
4658
+ # setup authorization
4659
+ BudgeaClient.configure do |config|
4660
+ # Configure API key authorization: api_key
4661
+ config.api_key['Authorization'] = 'YOUR API KEY'
4662
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4663
+ #config.api_key_prefix['Authorization'] = 'Bearer'
4664
+ end
4665
+
4666
+ api_instance = BudgeaClient::ProvidersApi.new
4667
+
4668
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
4669
+
4670
+ id_connection = 56 # Integer |
4671
+
4672
+ id_source = 56 # Integer |
4673
+
4674
+ opts = {
4675
+ expand: 'expand_example' # String |
4676
+ }
4677
+
4678
+ begin
4679
+ #Disable a connection source
4680
+ result = api_instance.users_id_user_connections_id_connection_sources_id_source_delete(id_user, id_connection, id_source, opts)
4681
+ p result
4682
+ rescue BudgeaClient::ApiError => e
4683
+ puts "Exception when calling ProvidersApi->users_id_user_connections_id_connection_sources_id_source_delete: #{e}"
4684
+ end
4685
+ ```
4686
+
4687
+ ### Parameters
4688
+
4689
+ Name | Type | Description | Notes
4690
+ ------------- | ------------- | ------------- | -------------
4691
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
4692
+ **id_connection** | **Integer**| |
4693
+ **id_source** | **Integer**| |
4694
+ **expand** | **String**| | [optional]
4695
+
4696
+ ### Return type
4697
+
4698
+ [**ConnectionSource**](ConnectionSource.md)
4699
+
4700
+ ### Authorization
4701
+
4702
+ [api_key](../README.md#api_key)
4703
+
4704
+ ### HTTP request headers
4705
+
4706
+ - **Content-Type**: application/json, multipart/form-data
4707
+ - **Accept**: application/json
4708
+
4709
+
4710
+
4711
+ # **users_id_user_connections_id_connection_sources_id_source_post**
4712
+ > ConnectionSource users_id_user_connections_id_connection_sources_id_source_post(id_user, id_connection, id_source, opts)
4713
+
4714
+ Enable connection source
4715
+
4716
+ This will make it so the specified source will be able to be synchronized.<br><br>
4717
+
4718
+ ### Example
4719
+ ```ruby
4720
+ # load the gem
4721
+ require 'budgea_client'
4722
+ # setup authorization
4723
+ BudgeaClient.configure do |config|
4724
+ # Configure API key authorization: api_key
4725
+ config.api_key['Authorization'] = 'YOUR API KEY'
4726
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4727
+ #config.api_key_prefix['Authorization'] = 'Bearer'
4728
+ end
4729
+
4730
+ api_instance = BudgeaClient::ProvidersApi.new
4731
+
4732
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
4733
+
4734
+ id_connection = 56 # Integer |
4735
+
4736
+ id_source = 56 # Integer |
4737
+
4738
+ opts = {
4739
+ expand: 'expand_example' # String |
4740
+ }
4741
+
4742
+ begin
4743
+ #Enable connection source
4744
+ result = api_instance.users_id_user_connections_id_connection_sources_id_source_post(id_user, id_connection, id_source, opts)
4745
+ p result
4746
+ rescue BudgeaClient::ApiError => e
4747
+ puts "Exception when calling ProvidersApi->users_id_user_connections_id_connection_sources_id_source_post: #{e}"
4748
+ end
4749
+ ```
4750
+
4751
+ ### Parameters
4752
+
4753
+ Name | Type | Description | Notes
4754
+ ------------- | ------------- | ------------- | -------------
4755
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
4756
+ **id_connection** | **Integer**| |
4757
+ **id_source** | **Integer**| |
4758
+ **expand** | **String**| | [optional]
4759
+
4760
+ ### Return type
4761
+
4762
+ [**ConnectionSource**](ConnectionSource.md)
4763
+
4764
+ ### Authorization
4765
+
4766
+ [api_key](../README.md#api_key)
4767
+
4768
+ ### HTTP request headers
4769
+
4770
+ - **Content-Type**: application/json, multipart/form-data
4771
+ - **Accept**: application/json
4772
+
4773
+
4774
+
4775
+ # **users_id_user_connections_id_connection_sources_id_source_put**
4776
+ > ConnectionSource users_id_user_connections_id_connection_sources_id_source_put(id_user, id_connection, id_source, opts)
4777
+
4778
+ Enable connection source
4779
+
4780
+ This will make it so the specified source will be able to be synchronized.<br><br>
4781
+
4782
+ ### Example
4783
+ ```ruby
4784
+ # load the gem
4785
+ require 'budgea_client'
4786
+ # setup authorization
4787
+ BudgeaClient.configure do |config|
4788
+ # Configure API key authorization: api_key
4789
+ config.api_key['Authorization'] = 'YOUR API KEY'
4790
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
4791
+ #config.api_key_prefix['Authorization'] = 'Bearer'
4792
+ end
4793
+
4794
+ api_instance = BudgeaClient::ProvidersApi.new
4795
+
4796
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
4797
+
4798
+ id_connection = 56 # Integer |
4799
+
4800
+ id_source = 56 # Integer |
4801
+
4802
+ opts = {
4803
+ expand: 'expand_example' # String |
4804
+ }
4805
+
4806
+ begin
4807
+ #Enable connection source
4808
+ result = api_instance.users_id_user_connections_id_connection_sources_id_source_put(id_user, id_connection, id_source, opts)
4809
+ p result
4810
+ rescue BudgeaClient::ApiError => e
4811
+ puts "Exception when calling ProvidersApi->users_id_user_connections_id_connection_sources_id_source_put: #{e}"
4812
+ end
4813
+ ```
4814
+
4815
+ ### Parameters
4816
+
4817
+ Name | Type | Description | Notes
4818
+ ------------- | ------------- | ------------- | -------------
4819
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
4820
+ **id_connection** | **Integer**| |
4821
+ **id_source** | **Integer**| |
4822
+ **expand** | **String**| | [optional]
4823
+
4824
+ ### Return type
4825
+
4826
+ [**ConnectionSource**](ConnectionSource.md)
4827
+
4828
+ ### Authorization
4829
+
4830
+ [api_key](../README.md#api_key)
4831
+
4832
+ ### HTTP request headers
4833
+
4834
+ - **Content-Type**: application/json, multipart/form-data
4246
4835
  - **Accept**: application/json
4247
4836
 
4248
4837
 
@@ -4306,7 +4895,7 @@ Name | Type | Description | Notes
4306
4895
 
4307
4896
  ### HTTP request headers
4308
4897
 
4309
- - **Content-Type**: application/x-www-form-urlencoded
4898
+ - **Content-Type**: application/json, multipart/form-data
4310
4899
  - **Accept**: application/json
4311
4900
 
4312
4901
 
@@ -4370,13 +4959,13 @@ Name | Type | Description | Notes
4370
4959
 
4371
4960
  ### HTTP request headers
4372
4961
 
4373
- - **Content-Type**: application/x-www-form-urlencoded
4962
+ - **Content-Type**: application/json, multipart/form-data
4374
4963
  - **Accept**: application/json
4375
4964
 
4376
4965
 
4377
4966
 
4378
4967
  # **users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get**
4379
- > InlineResponse20031 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
4968
+ > InlineResponse20032 users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts)
4380
4969
 
4381
4970
  Get documents
4382
4971
 
@@ -4444,7 +5033,7 @@ Name | Type | Description | Notes
4444
5033
 
4445
5034
  ### Return type
4446
5035
 
4447
- [**InlineResponse20031**](InlineResponse20031.md)
5036
+ [**InlineResponse20032**](InlineResponse20032.md)
4448
5037
 
4449
5038
  ### Authorization
4450
5039
 
@@ -4452,7 +5041,7 @@ Name | Type | Description | Notes
4452
5041
 
4453
5042
  ### HTTP request headers
4454
5043
 
4455
- - **Content-Type**: application/x-www-form-urlencoded
5044
+ - **Content-Type**: application/json, multipart/form-data
4456
5045
  - **Accept**: application/json
4457
5046
 
4458
5047
 
@@ -4519,7 +5108,7 @@ Name | Type | Description | Notes
4519
5108
 
4520
5109
  ### HTTP request headers
4521
5110
 
4522
- - **Content-Type**: application/x-www-form-urlencoded
5111
+ - **Content-Type**: application/json, multipart/form-data
4523
5112
  - **Accept**: application/json
4524
5113
 
4525
5114
 
@@ -4765,7 +5354,79 @@ Name | Type | Description | Notes
4765
5354
 
4766
5355
  ### HTTP request headers
4767
5356
 
4768
- - **Content-Type**: application/x-www-form-urlencoded
5357
+ - **Content-Type**: application/json, multipart/form-data
5358
+ - **Accept**: application/json
5359
+
5360
+
5361
+
5362
+ # **users_id_user_connections_id_connection_subscriptions_id_subscription_logs_get**
5363
+ > InlineResponse20037 users_id_user_connections_id_connection_subscriptions_id_subscription_logs_get(id_user, id_connection, id_subscription, opts)
5364
+
5365
+ Get subscriptions logs.
5366
+
5367
+ Get logs of subscription.<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>
5368
+
5369
+ ### Example
5370
+ ```ruby
5371
+ # load the gem
5372
+ require 'budgea_client'
5373
+ # setup authorization
5374
+ BudgeaClient.configure do |config|
5375
+ # Configure API key authorization: api_key
5376
+ config.api_key['Authorization'] = 'YOUR API KEY'
5377
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5378
+ #config.api_key_prefix['Authorization'] = 'Bearer'
5379
+ end
5380
+
5381
+ api_instance = BudgeaClient::ProvidersApi.new
5382
+
5383
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
5384
+
5385
+ id_connection = 56 # Integer |
5386
+
5387
+ id_subscription = 56 # Integer |
5388
+
5389
+ opts = {
5390
+ limit: 56, # Integer | limit number of results
5391
+ offset: 56, # Integer | offset of first result
5392
+ min_date: Date.parse('2013-10-20'), # Date | minimal (inclusive) date
5393
+ max_date: Date.parse('2013-10-20'), # Date | maximum (inclusive) date
5394
+ expand: 'expand_example' # String |
5395
+ }
5396
+
5397
+ begin
5398
+ #Get subscriptions logs.
5399
+ result = api_instance.users_id_user_connections_id_connection_subscriptions_id_subscription_logs_get(id_user, id_connection, id_subscription, opts)
5400
+ p result
5401
+ rescue BudgeaClient::ApiError => e
5402
+ puts "Exception when calling ProvidersApi->users_id_user_connections_id_connection_subscriptions_id_subscription_logs_get: #{e}"
5403
+ end
5404
+ ```
5405
+
5406
+ ### Parameters
5407
+
5408
+ Name | Type | Description | Notes
5409
+ ------------- | ------------- | ------------- | -------------
5410
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
5411
+ **id_connection** | **Integer**| |
5412
+ **id_subscription** | **Integer**| |
5413
+ **limit** | **Integer**| limit number of results | [optional]
5414
+ **offset** | **Integer**| offset of first result | [optional]
5415
+ **min_date** | **Date**| minimal (inclusive) date | [optional]
5416
+ **max_date** | **Date**| maximum (inclusive) date | [optional]
5417
+ **expand** | **String**| | [optional]
5418
+
5419
+ ### Return type
5420
+
5421
+ [**InlineResponse20037**](InlineResponse20037.md)
5422
+
5423
+ ### Authorization
5424
+
5425
+ [api_key](../README.md#api_key)
5426
+
5427
+ ### HTTP request headers
5428
+
5429
+ - **Content-Type**: application/json, multipart/form-data
4769
5430
  - **Accept**: application/json
4770
5431
 
4771
5432
 
@@ -4833,7 +5494,68 @@ Name | Type | Description | Notes
4833
5494
 
4834
5495
  ### HTTP request headers
4835
5496
 
4836
- - **Content-Type**: application/x-www-form-urlencoded
5497
+ - **Content-Type**: application/json, multipart/form-data
5498
+ - **Accept**: application/json
5499
+
5500
+
5501
+
5502
+ # **users_id_user_connections_id_connection_subscriptions_put**
5503
+ > Subscription users_id_user_connections_id_connection_subscriptions_put(id_user, id_connection, opts)
5504
+
5505
+ Update many subscriptions at once
5506
+
5507
+
5508
+
5509
+ ### Example
5510
+ ```ruby
5511
+ # load the gem
5512
+ require 'budgea_client'
5513
+ # setup authorization
5514
+ BudgeaClient.configure do |config|
5515
+ # Configure API key authorization: api_key
5516
+ config.api_key['Authorization'] = 'YOUR API KEY'
5517
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
5518
+ #config.api_key_prefix['Authorization'] = 'Bearer'
5519
+ end
5520
+
5521
+ api_instance = BudgeaClient::ProvidersApi.new
5522
+
5523
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
5524
+
5525
+ id_connection = 56 # Integer |
5526
+
5527
+ opts = {
5528
+ expand: 'expand_example' # String |
5529
+ }
5530
+
5531
+ begin
5532
+ #Update many subscriptions at once
5533
+ result = api_instance.users_id_user_connections_id_connection_subscriptions_put(id_user, id_connection, opts)
5534
+ p result
5535
+ rescue BudgeaClient::ApiError => e
5536
+ puts "Exception when calling ProvidersApi->users_id_user_connections_id_connection_subscriptions_put: #{e}"
5537
+ end
5538
+ ```
5539
+
5540
+ ### Parameters
5541
+
5542
+ Name | Type | Description | Notes
5543
+ ------------- | ------------- | ------------- | -------------
5544
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
5545
+ **id_connection** | **Integer**| |
5546
+ **expand** | **String**| | [optional]
5547
+
5548
+ ### Return type
5549
+
5550
+ [**Subscription**](Subscription.md)
5551
+
5552
+ ### Authorization
5553
+
5554
+ [api_key](../README.md#api_key)
5555
+
5556
+ ### HTTP request headers
5557
+
5558
+ - **Content-Type**: application/json, multipart/form-data
4837
5559
  - **Accept**: application/json
4838
5560
 
4839
5561
 
@@ -4897,13 +5619,13 @@ Name | Type | Description | Notes
4897
5619
 
4898
5620
  ### HTTP request headers
4899
5621
 
4900
- - **Content-Type**: application/x-www-form-urlencoded
5622
+ - **Content-Type**: application/json, multipart/form-data
4901
5623
  - **Accept**: application/json
4902
5624
 
4903
5625
 
4904
5626
 
4905
5627
  # **users_id_user_connections_id_connection_transactions_id_transaction_documents_get**
4906
- > InlineResponse20031 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
5628
+ > InlineResponse20032 users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts)
4907
5629
 
4908
5630
  Get documents
4909
5631
 
@@ -4971,7 +5693,7 @@ Name | Type | Description | Notes
4971
5693
 
4972
5694
  ### Return type
4973
5695
 
4974
- [**InlineResponse20031**](InlineResponse20031.md)
5696
+ [**InlineResponse20032**](InlineResponse20032.md)
4975
5697
 
4976
5698
  ### Authorization
4977
5699
 
@@ -4979,7 +5701,7 @@ Name | Type | Description | Notes
4979
5701
 
4980
5702
  ### HTTP request headers
4981
5703
 
4982
- - **Content-Type**: application/x-www-form-urlencoded
5704
+ - **Content-Type**: application/json, multipart/form-data
4983
5705
  - **Accept**: application/json
4984
5706
 
4985
5707
 
@@ -5046,7 +5768,7 @@ Name | Type | Description | Notes
5046
5768
 
5047
5769
  ### HTTP request headers
5048
5770
 
5049
- - **Content-Type**: application/x-www-form-urlencoded
5771
+ - **Content-Type**: application/json, multipart/form-data
5050
5772
  - **Accept**: application/json
5051
5773
 
5052
5774
 
@@ -5292,7 +6014,7 @@ Name | Type | Description | Notes
5292
6014
 
5293
6015
  ### HTTP request headers
5294
6016
 
5295
- - **Content-Type**: application/x-www-form-urlencoded
6017
+ - **Content-Type**: application/json, multipart/form-data
5296
6018
  - **Accept**: application/json
5297
6019
 
5298
6020
 
@@ -5356,13 +6078,13 @@ Name | Type | Description | Notes
5356
6078
 
5357
6079
  ### HTTP request headers
5358
6080
 
5359
- - **Content-Type**: application/x-www-form-urlencoded
6081
+ - **Content-Type**: application/json, multipart/form-data
5360
6082
  - **Accept**: application/json
5361
6083
 
5362
6084
 
5363
6085
 
5364
6086
  # **users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get**
5365
- > InlineResponse20031 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
6087
+ > InlineResponse20032 users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts)
5366
6088
 
5367
6089
  Get documents
5368
6090
 
@@ -5430,7 +6152,7 @@ Name | Type | Description | Notes
5430
6152
 
5431
6153
  ### Return type
5432
6154
 
5433
- [**InlineResponse20031**](InlineResponse20031.md)
6155
+ [**InlineResponse20032**](InlineResponse20032.md)
5434
6156
 
5435
6157
  ### Authorization
5436
6158
 
@@ -5438,7 +6160,7 @@ Name | Type | Description | Notes
5438
6160
 
5439
6161
  ### HTTP request headers
5440
6162
 
5441
- - **Content-Type**: application/x-www-form-urlencoded
6163
+ - **Content-Type**: application/json, multipart/form-data
5442
6164
  - **Accept**: application/json
5443
6165
 
5444
6166
 
@@ -5505,7 +6227,7 @@ Name | Type | Description | Notes
5505
6227
 
5506
6228
  ### HTTP request headers
5507
6229
 
5508
- - **Content-Type**: application/x-www-form-urlencoded
6230
+ - **Content-Type**: application/json, multipart/form-data
5509
6231
  - **Accept**: application/json
5510
6232
 
5511
6233
 
@@ -5751,7 +6473,7 @@ Name | Type | Description | Notes
5751
6473
 
5752
6474
  ### HTTP request headers
5753
6475
 
5754
- - **Content-Type**: application/x-www-form-urlencoded
6476
+ - **Content-Type**: application/json, multipart/form-data
5755
6477
  - **Accept**: application/json
5756
6478
 
5757
6479
 
@@ -5780,6 +6502,7 @@ api_instance = BudgeaClient::ProvidersApi.new
5780
6502
  id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
5781
6503
 
5782
6504
  opts = {
6505
+ source: 'source_example', # String | optional comma-separated list of sources to use for the connection synchronization
5783
6506
  id_connector: 56, # Integer | ID of the connector
5784
6507
  connector_uuid: 'connector_uuid_example', # String | optional uuid of the connector (replaces id_connector)
5785
6508
  birthday: 'birthday_example', # String | bank additional login parameter
@@ -5792,6 +6515,8 @@ opts = {
5792
6515
  birthdate: 'birthdate_example', # String | bank additional login parameter
5793
6516
  nuser: 'nuser_example', # String | bank additional login parameter
5794
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
5795
6520
  login: 'login_example', # String | bank additional login parameter
5796
6521
  id_provider: 56, # Integer | ID of the provider
5797
6522
  expand: 'expand_example' # String |
@@ -5811,6 +6536,7 @@ end
5811
6536
  Name | Type | Description | Notes
5812
6537
  ------------- | ------------- | ------------- | -------------
5813
6538
  **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
6539
+ **source** | **String**| optional comma-separated list of sources to use for the connection synchronization | [optional]
5814
6540
  **id_connector** | **Integer**| ID of the connector | [optional]
5815
6541
  **connector_uuid** | **String**| optional uuid of the connector (replaces id_connector) | [optional]
5816
6542
  **birthday** | **String**| bank additional login parameter | [optional]
@@ -5823,6 +6549,8 @@ Name | Type | Description | Notes
5823
6549
  **birthdate** | **String**| bank additional login parameter | [optional]
5824
6550
  **nuser** | **String**| bank additional login parameter | [optional]
5825
6551
  **website** | **String**| bank additional login parameter | [optional]
6552
+ **openapiwebsite** | **String**| bank additional login parameter | [optional]
6553
+ **website2** | **String**| bank additional login parameter | [optional]
5826
6554
  **login** | **String**| bank additional login parameter | [optional]
5827
6555
  **id_provider** | **Integer**| ID of the provider | [optional]
5828
6556
  **expand** | **String**| | [optional]
@@ -5895,13 +6623,13 @@ Name | Type | Description | Notes
5895
6623
 
5896
6624
  ### HTTP request headers
5897
6625
 
5898
- - **Content-Type**: application/x-www-form-urlencoded
6626
+ - **Content-Type**: application/json, multipart/form-data
5899
6627
  - **Accept**: application/json
5900
6628
 
5901
6629
 
5902
6630
 
5903
6631
  # **users_id_user_documents_get**
5904
- > InlineResponse20031 users_id_user_documents_get(id_user, opts)
6632
+ > InlineResponse20032 users_id_user_documents_get(id_user, opts)
5905
6633
 
5906
6634
  Get documents
5907
6635
 
@@ -5963,7 +6691,7 @@ Name | Type | Description | Notes
5963
6691
 
5964
6692
  ### Return type
5965
6693
 
5966
- [**InlineResponse20031**](InlineResponse20031.md)
6694
+ [**InlineResponse20032**](InlineResponse20032.md)
5967
6695
 
5968
6696
  ### Authorization
5969
6697
 
@@ -5971,7 +6699,7 @@ Name | Type | Description | Notes
5971
6699
 
5972
6700
  ### HTTP request headers
5973
6701
 
5974
- - **Content-Type**: application/x-www-form-urlencoded
6702
+ - **Content-Type**: application/json, multipart/form-data
5975
6703
  - **Accept**: application/json
5976
6704
 
5977
6705
 
@@ -6032,7 +6760,7 @@ Name | Type | Description | Notes
6032
6760
 
6033
6761
  ### HTTP request headers
6034
6762
 
6035
- - **Content-Type**: application/x-www-form-urlencoded
6763
+ - **Content-Type**: application/json, multipart/form-data
6036
6764
  - **Accept**: application/json
6037
6765
 
6038
6766
 
@@ -6260,13 +6988,13 @@ Name | Type | Description | Notes
6260
6988
 
6261
6989
  ### HTTP request headers
6262
6990
 
6263
- - **Content-Type**: application/x-www-form-urlencoded
6991
+ - **Content-Type**: application/json, multipart/form-data
6264
6992
  - **Accept**: application/json
6265
6993
 
6266
6994
 
6267
6995
 
6268
6996
  # **users_id_user_logs_get**
6269
- > InlineResponse20017 users_id_user_logs_get(id_user, opts)
6997
+ > InlineResponse20015 users_id_user_logs_get(id_user, opts)
6270
6998
 
6271
6999
  Get connection logs
6272
7000
 
@@ -6299,6 +7027,7 @@ opts = {
6299
7027
  id_connection: 56, # Integer | ID of a connection
6300
7028
  id_connector: 56, # Integer | ID of a connector
6301
7029
  charged: true, # BOOLEAN | consider only logs for charged connectors
7030
+ id_source: 56, # Integer | ID of a source
6302
7031
  expand: 'expand_example' # String |
6303
7032
  }
6304
7033
 
@@ -6326,11 +7055,12 @@ Name | Type | Description | Notes
6326
7055
  **id_connection** | **Integer**| ID of a connection | [optional]
6327
7056
  **id_connector** | **Integer**| ID of a connector | [optional]
6328
7057
  **charged** | **BOOLEAN**| consider only logs for charged connectors | [optional]
7058
+ **id_source** | **Integer**| ID of a source | [optional]
6329
7059
  **expand** | **String**| | [optional]
6330
7060
 
6331
7061
  ### Return type
6332
7062
 
6333
- [**InlineResponse20017**](InlineResponse20017.md)
7063
+ [**InlineResponse20015**](InlineResponse20015.md)
6334
7064
 
6335
7065
  ### Authorization
6336
7066
 
@@ -6338,7 +7068,7 @@ Name | Type | Description | Notes
6338
7068
 
6339
7069
  ### HTTP request headers
6340
7070
 
6341
- - **Content-Type**: application/x-www-form-urlencoded
7071
+ - **Content-Type**: application/json, multipart/form-data
6342
7072
  - **Accept**: application/json
6343
7073
 
6344
7074
 
@@ -6461,7 +7191,7 @@ Name | Type | Description | Notes
6461
7191
 
6462
7192
  ### HTTP request headers
6463
7193
 
6464
- - **Content-Type**: application/x-www-form-urlencoded
7194
+ - **Content-Type**: application/json, multipart/form-data
6465
7195
  - **Accept**: application/json
6466
7196
 
6467
7197
 
@@ -6522,13 +7252,13 @@ Name | Type | Description | Notes
6522
7252
 
6523
7253
  ### HTTP request headers
6524
7254
 
6525
- - **Content-Type**: application/x-www-form-urlencoded
7255
+ - **Content-Type**: application/json, multipart/form-data
6526
7256
  - **Accept**: application/json
6527
7257
 
6528
7258
 
6529
7259
 
6530
7260
  # **users_id_user_subscriptions_id_subscription_documents_get**
6531
- > InlineResponse20031 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
7261
+ > InlineResponse20032 users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts)
6532
7262
 
6533
7263
  Get documents
6534
7264
 
@@ -6593,7 +7323,7 @@ Name | Type | Description | Notes
6593
7323
 
6594
7324
  ### Return type
6595
7325
 
6596
- [**InlineResponse20031**](InlineResponse20031.md)
7326
+ [**InlineResponse20032**](InlineResponse20032.md)
6597
7327
 
6598
7328
  ### Authorization
6599
7329
 
@@ -6601,7 +7331,7 @@ Name | Type | Description | Notes
6601
7331
 
6602
7332
  ### HTTP request headers
6603
7333
 
6604
- - **Content-Type**: application/x-www-form-urlencoded
7334
+ - **Content-Type**: application/json, multipart/form-data
6605
7335
  - **Accept**: application/json
6606
7336
 
6607
7337
 
@@ -6665,7 +7395,7 @@ Name | Type | Description | Notes
6665
7395
 
6666
7396
  ### HTTP request headers
6667
7397
 
6668
- - **Content-Type**: application/x-www-form-urlencoded
7398
+ - **Content-Type**: application/json, multipart/form-data
6669
7399
  - **Accept**: application/json
6670
7400
 
6671
7401
 
@@ -6907,6 +7637,75 @@ Name | Type | Description | Notes
6907
7637
 
6908
7638
 
6909
7639
 
7640
+ # **users_id_user_subscriptions_id_subscription_logs_get**
7641
+ > InlineResponse20037 users_id_user_subscriptions_id_subscription_logs_get(id_user, id_subscription, opts)
7642
+
7643
+ Get subscriptions logs.
7644
+
7645
+ Get logs of subscription.<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>
7646
+
7647
+ ### Example
7648
+ ```ruby
7649
+ # load the gem
7650
+ require 'budgea_client'
7651
+ # setup authorization
7652
+ BudgeaClient.configure do |config|
7653
+ # Configure API key authorization: api_key
7654
+ config.api_key['Authorization'] = 'YOUR API KEY'
7655
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
7656
+ #config.api_key_prefix['Authorization'] = 'Bearer'
7657
+ end
7658
+
7659
+ api_instance = BudgeaClient::ProvidersApi.new
7660
+
7661
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
7662
+
7663
+ id_subscription = 56 # Integer |
7664
+
7665
+ opts = {
7666
+ limit: 56, # Integer | limit number of results
7667
+ offset: 56, # Integer | offset of first result
7668
+ min_date: Date.parse('2013-10-20'), # Date | minimal (inclusive) date
7669
+ max_date: Date.parse('2013-10-20'), # Date | maximum (inclusive) date
7670
+ expand: 'expand_example' # String |
7671
+ }
7672
+
7673
+ begin
7674
+ #Get subscriptions logs.
7675
+ result = api_instance.users_id_user_subscriptions_id_subscription_logs_get(id_user, id_subscription, opts)
7676
+ p result
7677
+ rescue BudgeaClient::ApiError => e
7678
+ puts "Exception when calling ProvidersApi->users_id_user_subscriptions_id_subscription_logs_get: #{e}"
7679
+ end
7680
+ ```
7681
+
7682
+ ### Parameters
7683
+
7684
+ Name | Type | Description | Notes
7685
+ ------------- | ------------- | ------------- | -------------
7686
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
7687
+ **id_subscription** | **Integer**| |
7688
+ **limit** | **Integer**| limit number of results | [optional]
7689
+ **offset** | **Integer**| offset of first result | [optional]
7690
+ **min_date** | **Date**| minimal (inclusive) date | [optional]
7691
+ **max_date** | **Date**| maximum (inclusive) date | [optional]
7692
+ **expand** | **String**| | [optional]
7693
+
7694
+ ### Return type
7695
+
7696
+ [**InlineResponse20037**](InlineResponse20037.md)
7697
+
7698
+ ### Authorization
7699
+
7700
+ [api_key](../README.md#api_key)
7701
+
7702
+ ### HTTP request headers
7703
+
7704
+ - **Content-Type**: application/json, multipart/form-data
7705
+ - **Accept**: application/json
7706
+
7707
+
7708
+
6910
7709
  # **users_id_user_subscriptions_id_subscription_put**
6911
7710
  > Subscription users_id_user_subscriptions_id_subscription_put(id_user, id_subscription, opts)
6912
7711
 
@@ -6972,6 +7771,64 @@ Name | Type | Description | Notes
6972
7771
 
6973
7772
 
6974
7773
 
7774
+ # **users_id_user_subscriptions_put**
7775
+ > Subscription users_id_user_subscriptions_put(id_user, opts)
7776
+
7777
+ Update many subscriptions at once
7778
+
7779
+
7780
+
7781
+ ### Example
7782
+ ```ruby
7783
+ # load the gem
7784
+ require 'budgea_client'
7785
+ # setup authorization
7786
+ BudgeaClient.configure do |config|
7787
+ # Configure API key authorization: api_key
7788
+ config.api_key['Authorization'] = 'YOUR API KEY'
7789
+ # Uncomment the following line to set a prefix for the API key, e.g. 'Bearer' (defaults to nil)
7790
+ #config.api_key_prefix['Authorization'] = 'Bearer'
7791
+ end
7792
+
7793
+ api_instance = BudgeaClient::ProvidersApi.new
7794
+
7795
+ id_user = 'id_user_example' # String | Hint: you can use 'me' or 'all'
7796
+
7797
+ opts = {
7798
+ expand: 'expand_example' # String |
7799
+ }
7800
+
7801
+ begin
7802
+ #Update many subscriptions at once
7803
+ result = api_instance.users_id_user_subscriptions_put(id_user, opts)
7804
+ p result
7805
+ rescue BudgeaClient::ApiError => e
7806
+ puts "Exception when calling ProvidersApi->users_id_user_subscriptions_put: #{e}"
7807
+ end
7808
+ ```
7809
+
7810
+ ### Parameters
7811
+
7812
+ Name | Type | Description | Notes
7813
+ ------------- | ------------- | ------------- | -------------
7814
+ **id_user** | **String**| Hint: you can use &#39;me&#39; or &#39;all&#39; |
7815
+ **expand** | **String**| | [optional]
7816
+
7817
+ ### Return type
7818
+
7819
+ [**Subscription**](Subscription.md)
7820
+
7821
+ ### Authorization
7822
+
7823
+ [api_key](../README.md#api_key)
7824
+
7825
+ ### HTTP request headers
7826
+
7827
+ - **Content-Type**: application/json, multipart/form-data
7828
+ - **Accept**: application/json
7829
+
7830
+
7831
+
6975
7832
  # **users_id_user_transactions_id_transaction_documents_delete**
6976
7833
  > Document users_id_user_transactions_id_transaction_documents_delete(id_user, id_transaction, opts)
6977
7834
 
@@ -7028,13 +7885,13 @@ Name | Type | Description | Notes
7028
7885
 
7029
7886
  ### HTTP request headers
7030
7887
 
7031
- - **Content-Type**: application/x-www-form-urlencoded
7888
+ - **Content-Type**: application/json, multipart/form-data
7032
7889
  - **Accept**: application/json
7033
7890
 
7034
7891
 
7035
7892
 
7036
7893
  # **users_id_user_transactions_id_transaction_documents_get**
7037
- > InlineResponse20031 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
7894
+ > InlineResponse20032 users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts)
7038
7895
 
7039
7896
  Get documents
7040
7897
 
@@ -7099,7 +7956,7 @@ Name | Type | Description | Notes
7099
7956
 
7100
7957
  ### Return type
7101
7958
 
7102
- [**InlineResponse20031**](InlineResponse20031.md)
7959
+ [**InlineResponse20032**](InlineResponse20032.md)
7103
7960
 
7104
7961
  ### Authorization
7105
7962
 
@@ -7107,7 +7964,7 @@ Name | Type | Description | Notes
7107
7964
 
7108
7965
  ### HTTP request headers
7109
7966
 
7110
- - **Content-Type**: application/x-www-form-urlencoded
7967
+ - **Content-Type**: application/json, multipart/form-data
7111
7968
  - **Accept**: application/json
7112
7969
 
7113
7970
 
@@ -7171,7 +8028,7 @@ Name | Type | Description | Notes
7171
8028
 
7172
8029
  ### HTTP request headers
7173
8030
 
7174
- - **Content-Type**: application/x-www-form-urlencoded
8031
+ - **Content-Type**: application/json, multipart/form-data
7175
8032
  - **Accept**: application/json
7176
8033
 
7177
8034
 
@@ -7469,13 +8326,13 @@ Name | Type | Description | Notes
7469
8326
 
7470
8327
  ### HTTP request headers
7471
8328
 
7472
- - **Content-Type**: application/x-www-form-urlencoded
8329
+ - **Content-Type**: application/json, multipart/form-data
7473
8330
  - **Accept**: application/json
7474
8331
 
7475
8332
 
7476
8333
 
7477
8334
  # **users_id_user_transactionsclusters_id_transactions_cluster_documents_get**
7478
- > InlineResponse20031 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
8335
+ > InlineResponse20032 users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts)
7479
8336
 
7480
8337
  Get documents
7481
8338
 
@@ -7540,7 +8397,7 @@ Name | Type | Description | Notes
7540
8397
 
7541
8398
  ### Return type
7542
8399
 
7543
- [**InlineResponse20031**](InlineResponse20031.md)
8400
+ [**InlineResponse20032**](InlineResponse20032.md)
7544
8401
 
7545
8402
  ### Authorization
7546
8403
 
@@ -7548,7 +8405,7 @@ Name | Type | Description | Notes
7548
8405
 
7549
8406
  ### HTTP request headers
7550
8407
 
7551
- - **Content-Type**: application/x-www-form-urlencoded
8408
+ - **Content-Type**: application/json, multipart/form-data
7552
8409
  - **Accept**: application/json
7553
8410
 
7554
8411
 
@@ -7612,7 +8469,7 @@ Name | Type | Description | Notes
7612
8469
 
7613
8470
  ### HTTP request headers
7614
8471
 
7615
- - **Content-Type**: application/x-www-form-urlencoded
8472
+ - **Content-Type**: application/json, multipart/form-data
7616
8473
  - **Accept**: application/json
7617
8474
 
7618
8475