budgea_client 5.2.0 → 5.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/budgea_openapi.json +8 -41
- data/docs/BanksApi.md +3 -13
- data/docs/ConnectionsApi.md +3 -13
- data/docs/ProvidersApi.md +3 -13
- data/lib/budgea_client/api/banks_api.rb +4 -20
- data/lib/budgea_client/api/connections_api.rb +4 -20
- data/lib/budgea_client/api/providers_api.rb +4 -20
- data/lib/budgea_client/version.rb +1 -1
- data/spec/api/administration_api_spec.rb +85 -15
- data/spec/api/authentication_api_spec.rb +4 -3
- data/spec/api/banks_api_spec.rb +298 -54
- data/spec/api/connections_api_spec.rb +219 -26
- data/spec/api/documents_api_spec.rb +14 -14
- data/spec/api/ocr_api_spec.rb +1 -1
- data/spec/api/oidc_api_spec.rb +1 -1
- data/spec/api/pfm_api_spec.rb +17 -6
- data/spec/api/providers_api_spec.rb +297 -40
- data/spec/api/recipients_api_spec.rb +1 -1
- data/spec/api/terms_api_spec.rb +20 -4
- data/spec/api/transfer_api_spec.rb +1 -1
- data/spec/api/transfers_api_spec.rb +13 -13
- data/spec/api/users_management_api_spec.rb +3 -3
- data/spec/api/wealth_api_spec.rb +27 -19
- data/spec/api_client_spec.rb +18 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/access_spec.rb +1 -1
- data/spec/models/account_log_spec.rb +7 -1
- data/spec/models/account_spec.rb +25 -1
- data/spec/models/account_type_spec.rb +1 -1
- data/spec/models/alert_spec.rb +1 -1
- data/spec/models/auth_provider_spec.rb +1 -1
- data/spec/models/category_spec.rb +1 -1
- data/spec/models/certificate_spec.rb +1 -1
- data/spec/models/client_spec.rb +2 -2
- data/spec/models/config_log_spec.rb +1 -1
- data/spec/models/connection_log_spec.rb +7 -1
- data/spec/models/connection_source_spec.rb +1 -1
- data/spec/models/connection_spec.rb +41 -1
- data/spec/models/connector_category_spec.rb +1 -1
- data/spec/models/connector_logo_spec.rb +1 -1
- data/spec/models/connector_source_spec.rb +1 -1
- data/spec/models/connector_spec.rb +7 -7
- data/spec/models/currency_spec.rb +1 -1
- data/spec/models/device_spec.rb +1 -1
- data/spec/models/document_spec.rb +1 -1
- data/spec/models/document_type_spec.rb +1 -1
- data/spec/models/field_spec.rb +7 -1
- data/spec/models/field_value_spec.rb +1 -1
- data/spec/models/file_spec.rb +1 -1
- data/spec/models/group_spec.rb +1 -1
- data/spec/models/hash_table_spec.rb +1 -1
- data/spec/models/inline_response_200_10_spec.rb +1 -1
- data/spec/models/inline_response_200_11_spec.rb +3 -3
- data/spec/models/inline_response_200_12_spec.rb +2 -2
- data/spec/models/inline_response_200_13_spec.rb +2 -2
- data/spec/models/inline_response_200_14_spec.rb +3 -3
- data/spec/models/inline_response_200_15_spec.rb +2 -2
- data/spec/models/inline_response_200_16_spec.rb +2 -2
- data/spec/models/inline_response_200_17_spec.rb +3 -3
- data/spec/models/inline_response_200_18_spec.rb +2 -2
- data/spec/models/inline_response_200_19_spec.rb +8 -2
- data/spec/models/inline_response_200_1_spec.rb +1 -1
- data/spec/models/inline_response_200_20_spec.rb +3 -3
- data/spec/models/inline_response_200_21_spec.rb +3 -3
- data/spec/models/inline_response_200_22_spec.rb +2 -2
- data/spec/models/inline_response_200_23_spec.rb +2 -2
- data/spec/models/inline_response_200_24_spec.rb +3 -3
- data/spec/models/inline_response_200_25_spec.rb +3 -3
- data/spec/models/inline_response_200_26_spec.rb +2 -2
- data/spec/models/inline_response_200_27_spec.rb +2 -2
- data/spec/models/inline_response_200_28_spec.rb +2 -2
- data/spec/models/inline_response_200_29_spec.rb +3 -3
- data/spec/models/inline_response_200_2_spec.rb +1 -1
- data/spec/models/inline_response_200_30_spec.rb +3 -3
- data/spec/models/inline_response_200_31_spec.rb +2 -2
- data/spec/models/inline_response_200_32_spec.rb +3 -3
- data/spec/models/inline_response_200_33_spec.rb +3 -3
- data/spec/models/inline_response_200_34_spec.rb +2 -2
- data/spec/models/inline_response_200_35_spec.rb +3 -3
- data/spec/models/inline_response_200_36_spec.rb +3 -3
- data/spec/models/inline_response_200_37_spec.rb +2 -2
- data/spec/models/inline_response_200_38_spec.rb +3 -3
- data/spec/models/inline_response_200_39_spec.rb +2 -2
- data/spec/models/inline_response_200_3_spec.rb +1 -1
- data/spec/models/inline_response_200_40_spec.rb +3 -3
- data/spec/models/inline_response_200_41_spec.rb +1 -1
- data/spec/models/inline_response_200_42_spec.rb +1 -1
- data/spec/models/inline_response_200_4_spec.rb +1 -1
- data/spec/models/inline_response_200_5_spec.rb +1 -1
- data/spec/models/inline_response_200_6_spec.rb +1 -1
- data/spec/models/inline_response_200_7_spec.rb +1 -1
- data/spec/models/inline_response_200_8_spec.rb +1 -1
- data/spec/models/inline_response_200_9_spec.rb +1 -1
- data/spec/models/inline_response_200_spec.rb +1 -1
- data/spec/models/investment_spec.rb +1 -1
- data/spec/models/investment_value_spec.rb +1 -1
- data/spec/models/keyword_spec.rb +1 -1
- data/spec/models/locked_user_spec.rb +1 -1
- data/spec/models/oidc_whitelist_spec.rb +1 -1
- data/spec/models/order_spec.rb +1 -1
- data/spec/models/pocket_spec.rb +1 -1
- data/spec/models/profile_spec.rb +1 -1
- data/spec/models/project_spec.rb +1 -1
- data/spec/models/project_type_spec.rb +1 -1
- data/spec/models/recipient_log_spec.rb +1 -1
- data/spec/models/recipient_spec.rb +1 -1
- data/spec/models/security_spec.rb +1 -1
- data/spec/models/subscription_log_spec.rb +1 -1
- data/spec/models/subscription_spec.rb +7 -1
- data/spec/models/terms_of_service_spec.rb +1 -1
- data/spec/models/transaction_information_spec.rb +1 -1
- data/spec/models/transaction_spec.rb +7 -1
- data/spec/models/transactions_cluster_spec.rb +1 -1
- data/spec/models/transfer_log_spec.rb +1 -1
- data/spec/models/transfer_spec.rb +25 -1
- data/spec/models/user_alert_spec.rb +1 -1
- data/spec/models/user_spec.rb +2 -2
- data/spec/models/webhook_data_spec.rb +1 -1
- data/spec/models/webhook_log_spec.rb +1 -1
- data/spec/models/webhook_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +2 -9
- data/docs/HUBApi.md +0 -62
- data/docs/Invite.md +0 -13
- data/pkg/budgea_client-5.0.3.gem +0 -0
- data/spec/api/hub_api_spec.rb +0 -47
- data/spec/models/invite_spec.rb +0 -71
data/spec/api/ocr_api_spec.rb
CHANGED
data/spec/api/oidc_api_spec.rb
CHANGED
data/spec/api/pfm_api_spec.rb
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -88,6 +88,17 @@ describe 'PFMApi' do
|
|
|
88
88
|
end
|
|
89
89
|
end
|
|
90
90
|
|
|
91
|
+
# unit tests for auth_resend_confirm_email_post
|
|
92
|
+
# Resend an email to confirm email address.
|
|
93
|
+
# Sent token can be re-generated as it might be expired. Note that requesting email confirmation on already confirmed profile will raise a BadRequest.<br><br>
|
|
94
|
+
# @param [Hash] opts the optional parameters
|
|
95
|
+
# @return [nil]
|
|
96
|
+
describe 'auth_resend_confirm_email_post test' do
|
|
97
|
+
it 'should work' do
|
|
98
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
99
|
+
end
|
|
100
|
+
end
|
|
101
|
+
|
|
91
102
|
# unit tests for auth_token_delete
|
|
92
103
|
# Remove user access
|
|
93
104
|
# This endpoint removes the token in use.<br><br>
|
|
@@ -148,7 +159,7 @@ describe 'PFMApi' do
|
|
|
148
159
|
# @param id_account
|
|
149
160
|
# @param [Hash] opts the optional parameters
|
|
150
161
|
# @option opts [String] :expand
|
|
151
|
-
# @return [
|
|
162
|
+
# @return [InlineResponse20028]
|
|
152
163
|
describe 'users_id_user_accounts_id_account_operationsalert_get test' do
|
|
153
164
|
it 'should work' do
|
|
154
165
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -278,7 +289,7 @@ describe 'PFMApi' do
|
|
|
278
289
|
# @param id_account
|
|
279
290
|
# @param [Hash] opts the optional parameters
|
|
280
291
|
# @option opts [String] :expand
|
|
281
|
-
# @return [
|
|
292
|
+
# @return [InlineResponse20028]
|
|
282
293
|
describe 'users_id_user_connections_id_connection_accounts_id_account_operationsalert_get test' do
|
|
283
294
|
it 'should work' do
|
|
284
295
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -364,7 +375,7 @@ describe 'PFMApi' do
|
|
|
364
375
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
365
376
|
# @param [Hash] opts the optional parameters
|
|
366
377
|
# @option opts [String] :expand
|
|
367
|
-
# @return [
|
|
378
|
+
# @return [InlineResponse20038]
|
|
368
379
|
describe 'users_id_user_devices_get test' do
|
|
369
380
|
it 'should work' do
|
|
370
381
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -463,7 +474,7 @@ describe 'PFMApi' do
|
|
|
463
474
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
464
475
|
# @param [Hash] opts the optional parameters
|
|
465
476
|
# @option opts [String] :expand
|
|
466
|
-
# @return [
|
|
477
|
+
# @return [InlineResponse20028]
|
|
467
478
|
describe 'users_id_user_operationsalert_get test' do
|
|
468
479
|
it 'should work' do
|
|
469
480
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -527,7 +538,7 @@ describe 'PFMApi' do
|
|
|
527
538
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
528
539
|
# @param [Hash] opts the optional parameters
|
|
529
540
|
# @option opts [String] :expand
|
|
530
|
-
# @return [
|
|
541
|
+
# @return [InlineResponse20039]
|
|
531
542
|
describe 'users_id_user_profiles_get test' do
|
|
532
543
|
it 'should work' do
|
|
533
544
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
OpenAPI spec version: 2.0
|
|
7
7
|
|
|
8
8
|
Generated by: https://github.com/swagger-api/swagger-codegen.git
|
|
9
|
-
Swagger Codegen version: 2.4.
|
|
9
|
+
Swagger Codegen version: 2.4.14
|
|
10
10
|
|
|
11
11
|
=end
|
|
12
12
|
|
|
@@ -83,6 +83,19 @@ describe 'ProvidersApi' do
|
|
|
83
83
|
end
|
|
84
84
|
end
|
|
85
85
|
|
|
86
|
+
# unit tests for banks_id_connector_sources_get
|
|
87
|
+
# Get list of connector sources
|
|
88
|
+
#
|
|
89
|
+
# @param id_connector
|
|
90
|
+
# @param [Hash] opts the optional parameters
|
|
91
|
+
# @option opts [String] :expand
|
|
92
|
+
# @return [InlineResponse20011]
|
|
93
|
+
describe 'banks_id_connector_sources_get test' do
|
|
94
|
+
it 'should work' do
|
|
95
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
96
|
+
end
|
|
97
|
+
end
|
|
98
|
+
|
|
86
99
|
# unit tests for connections_get
|
|
87
100
|
# Get connections without a user
|
|
88
101
|
#
|
|
@@ -95,12 +108,91 @@ describe 'ProvidersApi' do
|
|
|
95
108
|
end
|
|
96
109
|
end
|
|
97
110
|
|
|
111
|
+
# unit tests for connections_id_connection_logs_get
|
|
112
|
+
# Get connection logs
|
|
113
|
+
# Get logs about connections.<br><br>
|
|
114
|
+
# @param id_connection
|
|
115
|
+
# @param [Hash] opts the optional parameters
|
|
116
|
+
# @option opts [Integer] :limit limit number of results
|
|
117
|
+
# @option opts [Integer] :offset offset of first result
|
|
118
|
+
# @option opts [Date] :min_date minimal date
|
|
119
|
+
# @option opts [Date] :max_date maximum date
|
|
120
|
+
# @option opts [Integer] :state state of user
|
|
121
|
+
# @option opts [String] :period period to group logs
|
|
122
|
+
# @option opts [Integer] :id_user ID of a user
|
|
123
|
+
# @option opts [Integer] :id_connection2 ID of a connection
|
|
124
|
+
# @option opts [Integer] :id_connector ID of a connector
|
|
125
|
+
# @option opts [BOOLEAN] :charged consider only logs for charged connectors
|
|
126
|
+
# @option opts [Integer] :id_source ID of a source
|
|
127
|
+
# @option opts [String] :expand
|
|
128
|
+
# @return [InlineResponse20015]
|
|
129
|
+
describe 'connections_id_connection_logs_get test' do
|
|
130
|
+
it 'should work' do
|
|
131
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
132
|
+
end
|
|
133
|
+
end
|
|
134
|
+
|
|
135
|
+
# unit tests for connections_id_connection_sources_get
|
|
136
|
+
# Get connection sources
|
|
137
|
+
#
|
|
138
|
+
# @param id_connection
|
|
139
|
+
# @param [Hash] opts the optional parameters
|
|
140
|
+
# @option opts [String] :expand
|
|
141
|
+
# @return [InlineResponse20016]
|
|
142
|
+
describe 'connections_id_connection_sources_get test' do
|
|
143
|
+
it 'should work' do
|
|
144
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
145
|
+
end
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
# unit tests for connections_id_connection_sources_id_source_delete
|
|
149
|
+
# Disable a connection source
|
|
150
|
+
# This will make it so the specified source will not be synchronized anymore.<br><br>
|
|
151
|
+
# @param id_connection
|
|
152
|
+
# @param id_source
|
|
153
|
+
# @param [Hash] opts the optional parameters
|
|
154
|
+
# @option opts [String] :expand
|
|
155
|
+
# @return [ConnectionSource]
|
|
156
|
+
describe 'connections_id_connection_sources_id_source_delete test' do
|
|
157
|
+
it 'should work' do
|
|
158
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
159
|
+
end
|
|
160
|
+
end
|
|
161
|
+
|
|
162
|
+
# unit tests for connections_id_connection_sources_id_source_post
|
|
163
|
+
# Enable connection source
|
|
164
|
+
# This will make it so the specified source will be able to be synchronized.<br><br>
|
|
165
|
+
# @param id_connection
|
|
166
|
+
# @param id_source
|
|
167
|
+
# @param [Hash] opts the optional parameters
|
|
168
|
+
# @option opts [String] :expand
|
|
169
|
+
# @return [ConnectionSource]
|
|
170
|
+
describe 'connections_id_connection_sources_id_source_post test' do
|
|
171
|
+
it 'should work' do
|
|
172
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
173
|
+
end
|
|
174
|
+
end
|
|
175
|
+
|
|
176
|
+
# unit tests for connections_id_connection_sources_id_source_put
|
|
177
|
+
# Enable connection source
|
|
178
|
+
# This will make it so the specified source will be able to be synchronized.<br><br>
|
|
179
|
+
# @param id_connection
|
|
180
|
+
# @param id_source
|
|
181
|
+
# @param [Hash] opts the optional parameters
|
|
182
|
+
# @option opts [String] :expand
|
|
183
|
+
# @return [ConnectionSource]
|
|
184
|
+
describe 'connections_id_connection_sources_id_source_put test' do
|
|
185
|
+
it 'should work' do
|
|
186
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
187
|
+
end
|
|
188
|
+
end
|
|
189
|
+
|
|
98
190
|
# unit tests for connectors_get
|
|
99
191
|
# Get list of connectors
|
|
100
192
|
#
|
|
101
193
|
# @param [Hash] opts the optional parameters
|
|
102
194
|
# @option opts [String] :expand
|
|
103
|
-
# @return [
|
|
195
|
+
# @return [InlineResponse20017]
|
|
104
196
|
describe 'connectors_get test' do
|
|
105
197
|
it 'should work' do
|
|
106
198
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -200,6 +292,35 @@ describe 'ProvidersApi' do
|
|
|
200
292
|
end
|
|
201
293
|
end
|
|
202
294
|
|
|
295
|
+
# unit tests for connectors_id_connector_sources_get
|
|
296
|
+
# Get list of connector sources
|
|
297
|
+
#
|
|
298
|
+
# @param id_connector
|
|
299
|
+
# @param [Hash] opts the optional parameters
|
|
300
|
+
# @option opts [String] :expand
|
|
301
|
+
# @return [InlineResponse20011]
|
|
302
|
+
describe 'connectors_id_connector_sources_get test' do
|
|
303
|
+
it 'should work' do
|
|
304
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
305
|
+
end
|
|
306
|
+
end
|
|
307
|
+
|
|
308
|
+
# unit tests for connectors_id_connector_sources_id_source_put
|
|
309
|
+
# Edit the provided connector source
|
|
310
|
+
#
|
|
311
|
+
# @param id_connector
|
|
312
|
+
# @param id_source
|
|
313
|
+
# @param [Hash] opts the optional parameters
|
|
314
|
+
# @option opts [String] :auth_mechanism the authentication mechanism to use for this connector source
|
|
315
|
+
# @option opts [DateTime] :disabled to enable or disable connector source
|
|
316
|
+
# @option opts [String] :expand
|
|
317
|
+
# @return [ConnectorSource]
|
|
318
|
+
describe 'connectors_id_connector_sources_id_source_put test' do
|
|
319
|
+
it 'should work' do
|
|
320
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
321
|
+
end
|
|
322
|
+
end
|
|
323
|
+
|
|
203
324
|
# unit tests for connectors_post
|
|
204
325
|
# Request a new connector
|
|
205
326
|
# Send a request to add a new connector<br><br>
|
|
@@ -225,7 +346,7 @@ describe 'ProvidersApi' do
|
|
|
225
346
|
#
|
|
226
347
|
# @param [Hash] opts the optional parameters
|
|
227
348
|
# @option opts [String] :expand
|
|
228
|
-
# @return [
|
|
349
|
+
# @return [InlineResponse20018]
|
|
229
350
|
describe 'documenttypes_get test' do
|
|
230
351
|
it 'should work' do
|
|
231
352
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -261,8 +382,9 @@ describe 'ProvidersApi' do
|
|
|
261
382
|
# @option opts [Integer] :id_connection ID of a connection
|
|
262
383
|
# @option opts [Integer] :id_connector ID of a connector
|
|
263
384
|
# @option opts [BOOLEAN] :charged consider only logs for charged connectors
|
|
385
|
+
# @option opts [Integer] :id_source ID of a source
|
|
264
386
|
# @option opts [String] :expand
|
|
265
|
-
# @return [
|
|
387
|
+
# @return [InlineResponse20015]
|
|
266
388
|
describe 'logs_get test' do
|
|
267
389
|
it 'should work' do
|
|
268
390
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -288,7 +410,7 @@ describe 'ProvidersApi' do
|
|
|
288
410
|
#
|
|
289
411
|
# @param [Hash] opts the optional parameters
|
|
290
412
|
# @option opts [String] :expand
|
|
291
|
-
# @return [
|
|
413
|
+
# @return [InlineResponse20020]
|
|
292
414
|
describe 'providers_get test' do
|
|
293
415
|
it 'should work' do
|
|
294
416
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -301,7 +423,7 @@ describe 'ProvidersApi' do
|
|
|
301
423
|
# @param id_connector
|
|
302
424
|
# @param [Hash] opts the optional parameters
|
|
303
425
|
# @option opts [String] :expand
|
|
304
|
-
# @return [
|
|
426
|
+
# @return [InlineResponse20010]
|
|
305
427
|
describe 'providers_id_connector_logos_get test' do
|
|
306
428
|
it 'should work' do
|
|
307
429
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -334,6 +456,19 @@ describe 'ProvidersApi' do
|
|
|
334
456
|
end
|
|
335
457
|
end
|
|
336
458
|
|
|
459
|
+
# unit tests for providers_id_connector_sources_get
|
|
460
|
+
# Get list of connector sources
|
|
461
|
+
#
|
|
462
|
+
# @param id_connector
|
|
463
|
+
# @param [Hash] opts the optional parameters
|
|
464
|
+
# @option opts [String] :expand
|
|
465
|
+
# @return [InlineResponse20011]
|
|
466
|
+
describe 'providers_id_connector_sources_get test' do
|
|
467
|
+
it 'should work' do
|
|
468
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
469
|
+
end
|
|
470
|
+
end
|
|
471
|
+
|
|
337
472
|
# unit tests for users_id_user_accounts_id_account_transactions_id_transaction_documents_delete
|
|
338
473
|
# Delete documents
|
|
339
474
|
#
|
|
@@ -366,7 +501,7 @@ describe 'ProvidersApi' do
|
|
|
366
501
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
367
502
|
# @option opts [Integer] :id_type filter with a document type
|
|
368
503
|
# @option opts [String] :expand
|
|
369
|
-
# @return [
|
|
504
|
+
# @return [InlineResponse20032]
|
|
370
505
|
describe 'users_id_user_accounts_id_account_transactions_id_transaction_documents_get test' do
|
|
371
506
|
it 'should work' do
|
|
372
507
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -491,7 +626,7 @@ describe 'ProvidersApi' do
|
|
|
491
626
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
492
627
|
# @option opts [Integer] :id_type filter with a document type
|
|
493
628
|
# @option opts [String] :expand
|
|
494
|
-
# @return [
|
|
629
|
+
# @return [InlineResponse20032]
|
|
495
630
|
describe 'users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get test' do
|
|
496
631
|
it 'should work' do
|
|
497
632
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -644,7 +779,7 @@ describe 'ProvidersApi' do
|
|
|
644
779
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
645
780
|
# @option opts [Integer] :id_type filter with a document type
|
|
646
781
|
# @option opts [String] :expand
|
|
647
|
-
# @return [
|
|
782
|
+
# @return [InlineResponse20032]
|
|
648
783
|
describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get test' do
|
|
649
784
|
it 'should work' do
|
|
650
785
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -775,7 +910,7 @@ describe 'ProvidersApi' do
|
|
|
775
910
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
776
911
|
# @option opts [Integer] :id_type filter with a document type
|
|
777
912
|
# @option opts [String] :expand
|
|
778
|
-
# @return [
|
|
913
|
+
# @return [InlineResponse20032]
|
|
779
914
|
describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get test' do
|
|
780
915
|
it 'should work' do
|
|
781
916
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -916,7 +1051,7 @@ describe 'ProvidersApi' do
|
|
|
916
1051
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
917
1052
|
# @option opts [Integer] :id_type filter with a document type
|
|
918
1053
|
# @option opts [String] :expand
|
|
919
|
-
# @return [
|
|
1054
|
+
# @return [InlineResponse20032]
|
|
920
1055
|
describe 'users_id_user_connections_id_connection_documents_get test' do
|
|
921
1056
|
it 'should work' do
|
|
922
1057
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -1005,6 +1140,20 @@ describe 'ProvidersApi' do
|
|
|
1005
1140
|
end
|
|
1006
1141
|
end
|
|
1007
1142
|
|
|
1143
|
+
# unit tests for users_id_user_connections_id_connection_get
|
|
1144
|
+
# Get connection
|
|
1145
|
+
# Get connection by ID
|
|
1146
|
+
# @param id_user Hint: you can use 'me' or 'all'
|
|
1147
|
+
# @param id_connection
|
|
1148
|
+
# @param [Hash] opts the optional parameters
|
|
1149
|
+
# @option opts [String] :expand
|
|
1150
|
+
# @return [Connection]
|
|
1151
|
+
describe 'users_id_user_connections_id_connection_get test' do
|
|
1152
|
+
it 'should work' do
|
|
1153
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
1154
|
+
end
|
|
1155
|
+
end
|
|
1156
|
+
|
|
1008
1157
|
# unit tests for users_id_user_connections_id_connection_informations_get
|
|
1009
1158
|
# Get connection additionnal informations
|
|
1010
1159
|
# <br><br>
|
|
@@ -1035,8 +1184,9 @@ describe 'ProvidersApi' do
|
|
|
1035
1184
|
# @option opts [Integer] :id_connection2 ID of a connection
|
|
1036
1185
|
# @option opts [Integer] :id_connector ID of a connector
|
|
1037
1186
|
# @option opts [BOOLEAN] :charged consider only logs for charged connectors
|
|
1187
|
+
# @option opts [Integer] :id_source ID of a source
|
|
1038
1188
|
# @option opts [String] :expand
|
|
1039
|
-
# @return [
|
|
1189
|
+
# @return [InlineResponse20015]
|
|
1040
1190
|
describe 'users_id_user_connections_id_connection_logs_get test' do
|
|
1041
1191
|
it 'should work' do
|
|
1042
1192
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -1049,12 +1199,7 @@ describe 'ProvidersApi' do
|
|
|
1049
1199
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
1050
1200
|
# @param id_connection
|
|
1051
1201
|
# @param [Hash] opts the optional parameters
|
|
1052
|
-
# @option opts [
|
|
1053
|
-
# @option opts [DateTime] :expire Set expiration of the connection to this date
|
|
1054
|
-
# @option opts [String] :login Set login to this new login
|
|
1055
|
-
# @option opts [String] :password Set password to this new password
|
|
1056
|
-
# @option opts [BOOLEAN] :decoupled Try to update a connection with the decoupled error
|
|
1057
|
-
# @option opts [String] :expand
|
|
1202
|
+
# @option opts [Object] :connection
|
|
1058
1203
|
# @return [Connection]
|
|
1059
1204
|
describe 'users_id_user_connections_id_connection_post test' do
|
|
1060
1205
|
it 'should work' do
|
|
@@ -1076,6 +1221,65 @@ describe 'ProvidersApi' do
|
|
|
1076
1221
|
end
|
|
1077
1222
|
end
|
|
1078
1223
|
|
|
1224
|
+
# unit tests for users_id_user_connections_id_connection_sources_get
|
|
1225
|
+
# Get connection sources
|
|
1226
|
+
#
|
|
1227
|
+
# @param id_user Hint: you can use 'me' or 'all'
|
|
1228
|
+
# @param id_connection
|
|
1229
|
+
# @param [Hash] opts the optional parameters
|
|
1230
|
+
# @option opts [String] :expand
|
|
1231
|
+
# @return [InlineResponse20016]
|
|
1232
|
+
describe 'users_id_user_connections_id_connection_sources_get test' do
|
|
1233
|
+
it 'should work' do
|
|
1234
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
1235
|
+
end
|
|
1236
|
+
end
|
|
1237
|
+
|
|
1238
|
+
# unit tests for users_id_user_connections_id_connection_sources_id_source_delete
|
|
1239
|
+
# Disable a connection source
|
|
1240
|
+
# This will make it so the specified source will not be synchronized anymore.<br><br>
|
|
1241
|
+
# @param id_user Hint: you can use 'me' or 'all'
|
|
1242
|
+
# @param id_connection
|
|
1243
|
+
# @param id_source
|
|
1244
|
+
# @param [Hash] opts the optional parameters
|
|
1245
|
+
# @option opts [String] :expand
|
|
1246
|
+
# @return [ConnectionSource]
|
|
1247
|
+
describe 'users_id_user_connections_id_connection_sources_id_source_delete test' do
|
|
1248
|
+
it 'should work' do
|
|
1249
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
1250
|
+
end
|
|
1251
|
+
end
|
|
1252
|
+
|
|
1253
|
+
# unit tests for users_id_user_connections_id_connection_sources_id_source_post
|
|
1254
|
+
# Enable connection source
|
|
1255
|
+
# This will make it so the specified source will be able to be synchronized.<br><br>
|
|
1256
|
+
# @param id_user Hint: you can use 'me' or 'all'
|
|
1257
|
+
# @param id_connection
|
|
1258
|
+
# @param id_source
|
|
1259
|
+
# @param [Hash] opts the optional parameters
|
|
1260
|
+
# @option opts [String] :expand
|
|
1261
|
+
# @return [ConnectionSource]
|
|
1262
|
+
describe 'users_id_user_connections_id_connection_sources_id_source_post test' do
|
|
1263
|
+
it 'should work' do
|
|
1264
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
1265
|
+
end
|
|
1266
|
+
end
|
|
1267
|
+
|
|
1268
|
+
# unit tests for users_id_user_connections_id_connection_sources_id_source_put
|
|
1269
|
+
# Enable connection source
|
|
1270
|
+
# This will make it so the specified source will be able to be synchronized.<br><br>
|
|
1271
|
+
# @param id_user Hint: you can use 'me' or 'all'
|
|
1272
|
+
# @param id_connection
|
|
1273
|
+
# @param id_source
|
|
1274
|
+
# @param [Hash] opts the optional parameters
|
|
1275
|
+
# @option opts [String] :expand
|
|
1276
|
+
# @return [ConnectionSource]
|
|
1277
|
+
describe 'users_id_user_connections_id_connection_sources_id_source_put test' do
|
|
1278
|
+
it 'should work' do
|
|
1279
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
1280
|
+
end
|
|
1281
|
+
end
|
|
1282
|
+
|
|
1079
1283
|
# unit tests for users_id_user_connections_id_connection_subscriptions_id_subscription_delete
|
|
1080
1284
|
# Delete a subscription.
|
|
1081
1285
|
# It deletes a specific subscription.<br><br>
|
|
@@ -1123,7 +1327,7 @@ describe 'ProvidersApi' do
|
|
|
1123
1327
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1124
1328
|
# @option opts [Integer] :id_type filter with a document type
|
|
1125
1329
|
# @option opts [String] :expand
|
|
1126
|
-
# @return [
|
|
1330
|
+
# @return [InlineResponse20032]
|
|
1127
1331
|
describe 'users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get test' do
|
|
1128
1332
|
it 'should work' do
|
|
1129
1333
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -1216,6 +1420,25 @@ describe 'ProvidersApi' do
|
|
|
1216
1420
|
end
|
|
1217
1421
|
end
|
|
1218
1422
|
|
|
1423
|
+
# unit tests for users_id_user_connections_id_connection_subscriptions_id_subscription_logs_get
|
|
1424
|
+
# Get subscriptions logs.
|
|
1425
|
+
# 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>
|
|
1426
|
+
# @param id_user Hint: you can use 'me' or 'all'
|
|
1427
|
+
# @param id_connection
|
|
1428
|
+
# @param id_subscription
|
|
1429
|
+
# @param [Hash] opts the optional parameters
|
|
1430
|
+
# @option opts [Integer] :limit limit number of results
|
|
1431
|
+
# @option opts [Integer] :offset offset of first result
|
|
1432
|
+
# @option opts [Date] :min_date minimal (inclusive) date
|
|
1433
|
+
# @option opts [Date] :max_date maximum (inclusive) date
|
|
1434
|
+
# @option opts [String] :expand
|
|
1435
|
+
# @return [InlineResponse20037]
|
|
1436
|
+
describe 'users_id_user_connections_id_connection_subscriptions_id_subscription_logs_get test' do
|
|
1437
|
+
it 'should work' do
|
|
1438
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
1439
|
+
end
|
|
1440
|
+
end
|
|
1441
|
+
|
|
1219
1442
|
# unit tests for users_id_user_connections_id_connection_subscriptions_id_subscription_put
|
|
1220
1443
|
# Update a subscription
|
|
1221
1444
|
# It updates a specific subscription<br><br>
|
|
@@ -1233,6 +1456,20 @@ describe 'ProvidersApi' do
|
|
|
1233
1456
|
end
|
|
1234
1457
|
end
|
|
1235
1458
|
|
|
1459
|
+
# unit tests for users_id_user_connections_id_connection_subscriptions_put
|
|
1460
|
+
# Update many subscriptions at once
|
|
1461
|
+
#
|
|
1462
|
+
# @param id_user Hint: you can use 'me' or 'all'
|
|
1463
|
+
# @param id_connection
|
|
1464
|
+
# @param [Hash] opts the optional parameters
|
|
1465
|
+
# @option opts [String] :expand
|
|
1466
|
+
# @return [Subscription]
|
|
1467
|
+
describe 'users_id_user_connections_id_connection_subscriptions_put test' do
|
|
1468
|
+
it 'should work' do
|
|
1469
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
1470
|
+
end
|
|
1471
|
+
end
|
|
1472
|
+
|
|
1236
1473
|
# unit tests for users_id_user_connections_id_connection_transactions_id_transaction_documents_delete
|
|
1237
1474
|
# Delete documents
|
|
1238
1475
|
#
|
|
@@ -1265,7 +1502,7 @@ describe 'ProvidersApi' do
|
|
|
1265
1502
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1266
1503
|
# @option opts [Integer] :id_type filter with a document type
|
|
1267
1504
|
# @option opts [String] :expand
|
|
1268
|
-
# @return [
|
|
1505
|
+
# @return [InlineResponse20032]
|
|
1269
1506
|
describe 'users_id_user_connections_id_connection_transactions_id_transaction_documents_get test' do
|
|
1270
1507
|
it 'should work' do
|
|
1271
1508
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -1390,7 +1627,7 @@ describe 'ProvidersApi' do
|
|
|
1390
1627
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1391
1628
|
# @option opts [Integer] :id_type filter with a document type
|
|
1392
1629
|
# @option opts [String] :expand
|
|
1393
|
-
# @return [
|
|
1630
|
+
# @return [InlineResponse20032]
|
|
1394
1631
|
describe 'users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get test' do
|
|
1395
1632
|
it 'should work' do
|
|
1396
1633
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -1488,21 +1725,9 @@ describe 'ProvidersApi' do
|
|
|
1488
1725
|
# Create a new connection to a given bank or provider. You have to give all needed parameters (use /banks/ID/fields or /providers/ID/fields to get them).<br><br>
|
|
1489
1726
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
1490
1727
|
# @param [Hash] opts the optional parameters
|
|
1491
|
-
# @option opts [
|
|
1492
|
-
# @option opts [String] :connector_uuid optional uuid of the connector (replaces id_connector)
|
|
1493
|
-
# @option opts [String] :birthday bank additional login parameter
|
|
1494
|
-
# @option opts [String] :password bank additional login parameter
|
|
1495
|
-
# @option opts [String] :oauth_token bank additional login parameter
|
|
1496
|
-
# @option opts [String] :oauth_token_secret bank additional login parameter
|
|
1497
|
-
# @option opts [String] :auth_type bank additional login parameter
|
|
1498
|
-
# @option opts [String] :secret bank additional login parameter
|
|
1499
|
-
# @option opts [String] :type bank additional login parameter
|
|
1500
|
-
# @option opts [String] :birthdate bank additional login parameter
|
|
1501
|
-
# @option opts [String] :nuser bank additional login parameter
|
|
1502
|
-
# @option opts [String] :website bank additional login parameter
|
|
1503
|
-
# @option opts [String] :login bank additional login parameter
|
|
1504
|
-
# @option opts [Integer] :id_provider ID of the provider
|
|
1728
|
+
# @option opts [String] :source optional comma-separated list of sources to use for the connection synchronization
|
|
1505
1729
|
# @option opts [String] :expand
|
|
1730
|
+
# @option opts [Object] :connection
|
|
1506
1731
|
# @return [Connection]
|
|
1507
1732
|
describe 'users_id_user_connections_post test' do
|
|
1508
1733
|
it 'should work' do
|
|
@@ -1538,7 +1763,7 @@ describe 'ProvidersApi' do
|
|
|
1538
1763
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1539
1764
|
# @option opts [Integer] :id_type filter with a document type
|
|
1540
1765
|
# @option opts [String] :expand
|
|
1541
|
-
# @return [
|
|
1766
|
+
# @return [InlineResponse20032]
|
|
1542
1767
|
describe 'users_id_user_documents_get test' do
|
|
1543
1768
|
it 'should work' do
|
|
1544
1769
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -1638,8 +1863,9 @@ describe 'ProvidersApi' do
|
|
|
1638
1863
|
# @option opts [Integer] :id_connection ID of a connection
|
|
1639
1864
|
# @option opts [Integer] :id_connector ID of a connector
|
|
1640
1865
|
# @option opts [BOOLEAN] :charged consider only logs for charged connectors
|
|
1866
|
+
# @option opts [Integer] :id_source ID of a source
|
|
1641
1867
|
# @option opts [String] :expand
|
|
1642
|
-
# @return [
|
|
1868
|
+
# @return [InlineResponse20015]
|
|
1643
1869
|
describe 'users_id_user_logs_get test' do
|
|
1644
1870
|
it 'should work' do
|
|
1645
1871
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -1705,7 +1931,7 @@ describe 'ProvidersApi' do
|
|
|
1705
1931
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1706
1932
|
# @option opts [Integer] :id_type filter with a document type
|
|
1707
1933
|
# @option opts [String] :expand
|
|
1708
|
-
# @return [
|
|
1934
|
+
# @return [InlineResponse20032]
|
|
1709
1935
|
describe 'users_id_user_subscriptions_id_subscription_documents_get test' do
|
|
1710
1936
|
it 'should work' do
|
|
1711
1937
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -1794,6 +2020,24 @@ describe 'ProvidersApi' do
|
|
|
1794
2020
|
end
|
|
1795
2021
|
end
|
|
1796
2022
|
|
|
2023
|
+
# unit tests for users_id_user_subscriptions_id_subscription_logs_get
|
|
2024
|
+
# Get subscriptions logs.
|
|
2025
|
+
# 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>
|
|
2026
|
+
# @param id_user Hint: you can use 'me' or 'all'
|
|
2027
|
+
# @param id_subscription
|
|
2028
|
+
# @param [Hash] opts the optional parameters
|
|
2029
|
+
# @option opts [Integer] :limit limit number of results
|
|
2030
|
+
# @option opts [Integer] :offset offset of first result
|
|
2031
|
+
# @option opts [Date] :min_date minimal (inclusive) date
|
|
2032
|
+
# @option opts [Date] :max_date maximum (inclusive) date
|
|
2033
|
+
# @option opts [String] :expand
|
|
2034
|
+
# @return [InlineResponse20037]
|
|
2035
|
+
describe 'users_id_user_subscriptions_id_subscription_logs_get test' do
|
|
2036
|
+
it 'should work' do
|
|
2037
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
2038
|
+
end
|
|
2039
|
+
end
|
|
2040
|
+
|
|
1797
2041
|
# unit tests for users_id_user_subscriptions_id_subscription_put
|
|
1798
2042
|
# Update a subscription
|
|
1799
2043
|
# It updates a specific subscription<br><br>
|
|
@@ -1810,6 +2054,19 @@ describe 'ProvidersApi' do
|
|
|
1810
2054
|
end
|
|
1811
2055
|
end
|
|
1812
2056
|
|
|
2057
|
+
# unit tests for users_id_user_subscriptions_put
|
|
2058
|
+
# Update many subscriptions at once
|
|
2059
|
+
#
|
|
2060
|
+
# @param id_user Hint: you can use 'me' or 'all'
|
|
2061
|
+
# @param [Hash] opts the optional parameters
|
|
2062
|
+
# @option opts [String] :expand
|
|
2063
|
+
# @return [Subscription]
|
|
2064
|
+
describe 'users_id_user_subscriptions_put test' do
|
|
2065
|
+
it 'should work' do
|
|
2066
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
2067
|
+
end
|
|
2068
|
+
end
|
|
2069
|
+
|
|
1813
2070
|
# unit tests for users_id_user_transactions_id_transaction_documents_delete
|
|
1814
2071
|
# Delete documents
|
|
1815
2072
|
#
|
|
@@ -1840,7 +2097,7 @@ describe 'ProvidersApi' do
|
|
|
1840
2097
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1841
2098
|
# @option opts [Integer] :id_type filter with a document type
|
|
1842
2099
|
# @option opts [String] :expand
|
|
1843
|
-
# @return [
|
|
2100
|
+
# @return [InlineResponse20032]
|
|
1844
2101
|
describe 'users_id_user_transactions_id_transaction_documents_get test' do
|
|
1845
2102
|
it 'should work' do
|
|
1846
2103
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
@@ -1959,7 +2216,7 @@ describe 'ProvidersApi' do
|
|
|
1959
2216
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1960
2217
|
# @option opts [Integer] :id_type filter with a document type
|
|
1961
2218
|
# @option opts [String] :expand
|
|
1962
|
-
# @return [
|
|
2219
|
+
# @return [InlineResponse20032]
|
|
1963
2220
|
describe 'users_id_user_transactionsclusters_id_transactions_cluster_documents_get test' do
|
|
1964
2221
|
it 'should work' do
|
|
1965
2222
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|