budgea_client 3.0.0 → 3.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +1 -1
- data/README.md +11 -1
- data/budgea_openapi.json +913 -105
- data/docs/AdministrationApi.md +12 -12
- data/docs/BanksApi.md +40 -38
- data/docs/Client.md +1 -6
- data/docs/Connection.md +1 -0
- data/docs/ConnectionLog.md +1 -0
- data/docs/ConnectionsApi.md +2 -0
- data/docs/Document.md +2 -3
- data/docs/DocumentsApi.md +24 -24
- data/docs/InlineResponse200.md +1 -0
- data/docs/InlineResponse20010.md +1 -0
- data/docs/InlineResponse20011.md +1 -0
- data/docs/InlineResponse20012.md +1 -0
- data/docs/InlineResponse20013.md +1 -0
- data/docs/InlineResponse20014.md +1 -0
- data/docs/InlineResponse20015.md +1 -0
- data/docs/InlineResponse20016.md +1 -0
- data/docs/InlineResponse20017.md +1 -0
- data/docs/InlineResponse20018.md +1 -0
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +2 -1
- data/docs/InlineResponse20021.md +2 -1
- data/docs/InlineResponse20022.md +2 -1
- data/docs/InlineResponse20023.md +2 -1
- data/docs/InlineResponse20024.md +2 -1
- data/docs/InlineResponse20025.md +2 -1
- data/docs/InlineResponse20026.md +2 -1
- data/docs/InlineResponse20027.md +2 -1
- data/docs/InlineResponse20028.md +2 -1
- data/docs/InlineResponse20029.md +2 -1
- data/docs/InlineResponse20030.md +2 -1
- data/docs/InlineResponse20031.md +2 -1
- data/docs/InlineResponse20032.md +2 -1
- data/docs/InlineResponse20033.md +2 -1
- data/docs/InlineResponse20034.md +2 -1
- data/docs/InlineResponse20035.md +2 -1
- data/docs/InlineResponse20036.md +2 -1
- data/docs/InlineResponse20037.md +2 -1
- data/docs/InlineResponse20038.md +2 -1
- data/docs/InlineResponse20039.md +9 -0
- data/docs/InlineResponse20040.md +9 -0
- data/docs/InlineResponse2008.md +1 -0
- data/docs/InlineResponse2009.md +1 -0
- data/docs/PFMApi.md +15 -15
- data/docs/ProvidersApi.md +30 -28
- data/docs/RecipientLog.md +1 -0
- data/docs/TermsApi.md +4 -4
- data/docs/Transfer.md +2 -2
- data/docs/TransferLog.md +1 -0
- data/docs/TransfersApi.md +24 -24
- data/docs/UsersManagementApi.md +4 -4
- data/docs/WealthApi.md +524 -16
- data/lib/budgea_client.rb +2 -0
- data/lib/budgea_client/api/administration_api.rb +18 -18
- data/lib/budgea_client/api/banks_api.rb +60 -57
- data/lib/budgea_client/api/connections_api.rb +3 -0
- data/lib/budgea_client/api/documents_api.rb +36 -36
- data/lib/budgea_client/api/pfm_api.rb +19 -19
- data/lib/budgea_client/api/providers_api.rb +46 -43
- data/lib/budgea_client/api/terms_api.rb +6 -6
- data/lib/budgea_client/api/transfers_api.rb +36 -36
- data/lib/budgea_client/api/users_management_api.rb +6 -6
- data/lib/budgea_client/api/wealth_api.rb +552 -24
- data/lib/budgea_client/models/client.rb +8 -58
- data/lib/budgea_client/models/connection.rb +11 -1
- data/lib/budgea_client/models/connection_log.rb +14 -4
- data/lib/budgea_client/models/document.rb +18 -24
- data/lib/budgea_client/models/inline_response_200.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_10.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_11.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_12.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_13.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_14.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_15.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_16.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_17.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_18.rb +11 -1
- data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_20.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_21.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_22.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_23.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_24.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_25.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_26.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_27.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_28.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_29.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_30.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_31.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_32.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_33.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_34.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_35.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_36.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_37.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_38.rb +21 -11
- data/lib/budgea_client/models/inline_response_200_39.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_40.rb +200 -0
- data/lib/budgea_client/models/inline_response_200_8.rb +14 -4
- data/lib/budgea_client/models/inline_response_200_9.rb +14 -4
- data/lib/budgea_client/models/recipient_log.rb +14 -4
- data/lib/budgea_client/models/transfer.rb +2 -2
- data/lib/budgea_client/models/transfer_log.rb +14 -4
- data/lib/budgea_client/version.rb +1 -1
- data/original_budgea_openapi.json +911 -103
- data/pkg/budgea_client-2.0.0.gem +0 -0
- data/spec/models/inline_response_200_39_spec.rb +47 -0
- data/spec/models/inline_response_200_40_spec.rb +47 -0
- metadata +12 -5
- data/pkg/budgea_client-2.0.1.gem +0 -0
- data/pkg/budgea_client-2.0.2.gem +0 -0
@@ -859,6 +859,7 @@ module BudgeaClient
|
|
859
859
|
# @option opts [DateTime] :expire Set expiration of the connection to this date
|
860
860
|
# @option opts [String] :login Set login to this new login
|
861
861
|
# @option opts [String] :password Set password to this new password
|
862
|
+
# @option opts [BOOLEAN] :decoupled Try to update a connection with the decoupled error
|
862
863
|
# @option opts [String] :expand
|
863
864
|
# @return [Connection]
|
864
865
|
def users_id_user_connections_id_connection_post(id_user, id_connection, opts = {})
|
@@ -875,6 +876,7 @@ module BudgeaClient
|
|
875
876
|
# @option opts [DateTime] :expire Set expiration of the connection to this date
|
876
877
|
# @option opts [String] :login Set login to this new login
|
877
878
|
# @option opts [String] :password Set password to this new password
|
879
|
+
# @option opts [BOOLEAN] :decoupled Try to update a connection with the decoupled error
|
878
880
|
# @option opts [String] :expand
|
879
881
|
# @return [Array<(Connection, Fixnum, Hash)>] Connection data, response status code and response headers
|
880
882
|
def users_id_user_connections_id_connection_post_with_http_info(id_user, id_connection, opts = {})
|
@@ -909,6 +911,7 @@ module BudgeaClient
|
|
909
911
|
form_params['expire'] = opts[:'expire'] if !opts[:'expire'].nil?
|
910
912
|
form_params['login'] = opts[:'login'] if !opts[:'login'].nil?
|
911
913
|
form_params['password'] = opts[:'password'] if !opts[:'password'].nil?
|
914
|
+
form_params['decoupled'] = opts[:'decoupled'] if !opts[:'decoupled'].nil?
|
912
915
|
|
913
916
|
# http body (model)
|
914
917
|
post_body = nil
|
@@ -286,7 +286,7 @@ module BudgeaClient
|
|
286
286
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
287
287
|
# @option opts [Integer] :id_type filter with a document type
|
288
288
|
# @option opts [String] :expand
|
289
|
-
# @return [
|
289
|
+
# @return [InlineResponse20031]
|
290
290
|
def users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts = {})
|
291
291
|
data, _status_code, _headers = users_id_user_accounts_id_account_transactions_id_transaction_documents_get_with_http_info(id_user, id_account, id_transaction, opts)
|
292
292
|
data
|
@@ -308,7 +308,7 @@ module BudgeaClient
|
|
308
308
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
309
309
|
# @option opts [Integer] :id_type filter with a document type
|
310
310
|
# @option opts [String] :expand
|
311
|
-
# @return [Array<(
|
311
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
312
312
|
def users_id_user_accounts_id_account_transactions_id_transaction_documents_get_with_http_info(id_user, id_account, id_transaction, opts = {})
|
313
313
|
if @api_client.config.debugging
|
314
314
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_accounts_id_account_transactions_id_transaction_documents_get ...'
|
@@ -360,7 +360,7 @@ module BudgeaClient
|
|
360
360
|
:form_params => form_params,
|
361
361
|
:body => post_body,
|
362
362
|
:auth_names => auth_names,
|
363
|
-
:return_type => '
|
363
|
+
:return_type => 'InlineResponse20031')
|
364
364
|
if @api_client.config.debugging
|
365
365
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_accounts_id_account_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
366
366
|
end
|
@@ -823,7 +823,7 @@ module BudgeaClient
|
|
823
823
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
824
824
|
# @option opts [Integer] :id_type filter with a document type
|
825
825
|
# @option opts [String] :expand
|
826
|
-
# @return [
|
826
|
+
# @return [InlineResponse20031]
|
827
827
|
def users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts = {})
|
828
828
|
data, _status_code, _headers = users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_account, id_transactions_cluster, opts)
|
829
829
|
data
|
@@ -845,7 +845,7 @@ module BudgeaClient
|
|
845
845
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
846
846
|
# @option opts [Integer] :id_type filter with a document type
|
847
847
|
# @option opts [String] :expand
|
848
|
-
# @return [Array<(
|
848
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
849
849
|
def users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_account, id_transactions_cluster, opts = {})
|
850
850
|
if @api_client.config.debugging
|
851
851
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get ...'
|
@@ -897,7 +897,7 @@ module BudgeaClient
|
|
897
897
|
:form_params => form_params,
|
898
898
|
:body => post_body,
|
899
899
|
:auth_names => auth_names,
|
900
|
-
:return_type => '
|
900
|
+
:return_type => 'InlineResponse20031')
|
901
901
|
if @api_client.config.debugging
|
902
902
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
903
903
|
end
|
@@ -1367,7 +1367,7 @@ module BudgeaClient
|
|
1367
1367
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
1368
1368
|
# @option opts [Integer] :id_type filter with a document type
|
1369
1369
|
# @option opts [String] :expand
|
1370
|
-
# @return [
|
1370
|
+
# @return [InlineResponse20031]
|
1371
1371
|
def users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts = {})
|
1372
1372
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get_with_http_info(id_user, id_connection, id_account, id_transaction, opts)
|
1373
1373
|
data
|
@@ -1390,7 +1390,7 @@ module BudgeaClient
|
|
1390
1390
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
1391
1391
|
# @option opts [Integer] :id_type filter with a document type
|
1392
1392
|
# @option opts [String] :expand
|
1393
|
-
# @return [Array<(
|
1393
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
1394
1394
|
def users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get_with_http_info(id_user, id_connection, id_account, id_transaction, opts = {})
|
1395
1395
|
if @api_client.config.debugging
|
1396
1396
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get ...'
|
@@ -1446,7 +1446,7 @@ module BudgeaClient
|
|
1446
1446
|
:form_params => form_params,
|
1447
1447
|
:body => post_body,
|
1448
1448
|
:auth_names => auth_names,
|
1449
|
-
:return_type => '
|
1449
|
+
:return_type => 'InlineResponse20031')
|
1450
1450
|
if @api_client.config.debugging
|
1451
1451
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1452
1452
|
end
|
@@ -1940,7 +1940,7 @@ module BudgeaClient
|
|
1940
1940
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
1941
1941
|
# @option opts [Integer] :id_type filter with a document type
|
1942
1942
|
# @option opts [String] :expand
|
1943
|
-
# @return [
|
1943
|
+
# @return [InlineResponse20031]
|
1944
1944
|
def 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 = {})
|
1945
1945
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_connection, id_account, id_transactions_cluster, opts)
|
1946
1946
|
data
|
@@ -1963,7 +1963,7 @@ module BudgeaClient
|
|
1963
1963
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
1964
1964
|
# @option opts [Integer] :id_type filter with a document type
|
1965
1965
|
# @option opts [String] :expand
|
1966
|
-
# @return [Array<(
|
1966
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
1967
1967
|
def users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_connection, id_account, id_transactions_cluster, opts = {})
|
1968
1968
|
if @api_client.config.debugging
|
1969
1969
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get ...'
|
@@ -2019,7 +2019,7 @@ module BudgeaClient
|
|
2019
2019
|
:form_params => form_params,
|
2020
2020
|
:body => post_body,
|
2021
2021
|
:auth_names => auth_names,
|
2022
|
-
:return_type => '
|
2022
|
+
:return_type => 'InlineResponse20031')
|
2023
2023
|
if @api_client.config.debugging
|
2024
2024
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2025
2025
|
end
|
@@ -2499,7 +2499,7 @@ module BudgeaClient
|
|
2499
2499
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
2500
2500
|
# @option opts [Integer] :id_type filter with a document type
|
2501
2501
|
# @option opts [String] :expand
|
2502
|
-
# @return [
|
2502
|
+
# @return [InlineResponse20031]
|
2503
2503
|
def users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts = {})
|
2504
2504
|
data, _status_code, _headers = users_id_user_connections_id_connection_documents_get_with_http_info(id_user, id_connection, opts)
|
2505
2505
|
data
|
@@ -2520,7 +2520,7 @@ module BudgeaClient
|
|
2520
2520
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
2521
2521
|
# @option opts [Integer] :id_type filter with a document type
|
2522
2522
|
# @option opts [String] :expand
|
2523
|
-
# @return [Array<(
|
2523
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
2524
2524
|
def users_id_user_connections_id_connection_documents_get_with_http_info(id_user, id_connection, opts = {})
|
2525
2525
|
if @api_client.config.debugging
|
2526
2526
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_documents_get ...'
|
@@ -2568,7 +2568,7 @@ module BudgeaClient
|
|
2568
2568
|
:form_params => form_params,
|
2569
2569
|
:body => post_body,
|
2570
2570
|
:auth_names => auth_names,
|
2571
|
-
:return_type => '
|
2571
|
+
:return_type => 'InlineResponse20031')
|
2572
2572
|
if @api_client.config.debugging
|
2573
2573
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2574
2574
|
end
|
@@ -3007,7 +3007,7 @@ module BudgeaClient
|
|
3007
3007
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
3008
3008
|
# @option opts [Integer] :id_type filter with a document type
|
3009
3009
|
# @option opts [String] :expand
|
3010
|
-
# @return [
|
3010
|
+
# @return [InlineResponse20031]
|
3011
3011
|
def users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts = {})
|
3012
3012
|
data, _status_code, _headers = users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_connection, id_subscription, opts)
|
3013
3013
|
data
|
@@ -3029,7 +3029,7 @@ module BudgeaClient
|
|
3029
3029
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
3030
3030
|
# @option opts [Integer] :id_type filter with a document type
|
3031
3031
|
# @option opts [String] :expand
|
3032
|
-
# @return [Array<(
|
3032
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
3033
3033
|
def users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_connection, id_subscription, opts = {})
|
3034
3034
|
if @api_client.config.debugging
|
3035
3035
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get ...'
|
@@ -3081,7 +3081,7 @@ module BudgeaClient
|
|
3081
3081
|
:form_params => form_params,
|
3082
3082
|
:body => post_body,
|
3083
3083
|
:auth_names => auth_names,
|
3084
|
-
:return_type => '
|
3084
|
+
:return_type => 'InlineResponse20031')
|
3085
3085
|
if @api_client.config.debugging
|
3086
3086
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3087
3087
|
end
|
@@ -3544,7 +3544,7 @@ module BudgeaClient
|
|
3544
3544
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
3545
3545
|
# @option opts [Integer] :id_type filter with a document type
|
3546
3546
|
# @option opts [String] :expand
|
3547
|
-
# @return [
|
3547
|
+
# @return [InlineResponse20031]
|
3548
3548
|
def users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts = {})
|
3549
3549
|
data, _status_code, _headers = users_id_user_connections_id_connection_transactions_id_transaction_documents_get_with_http_info(id_user, id_connection, id_transaction, opts)
|
3550
3550
|
data
|
@@ -3566,7 +3566,7 @@ module BudgeaClient
|
|
3566
3566
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
3567
3567
|
# @option opts [Integer] :id_type filter with a document type
|
3568
3568
|
# @option opts [String] :expand
|
3569
|
-
# @return [Array<(
|
3569
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
3570
3570
|
def users_id_user_connections_id_connection_transactions_id_transaction_documents_get_with_http_info(id_user, id_connection, id_transaction, opts = {})
|
3571
3571
|
if @api_client.config.debugging
|
3572
3572
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_transactions_id_transaction_documents_get ...'
|
@@ -3618,7 +3618,7 @@ module BudgeaClient
|
|
3618
3618
|
:form_params => form_params,
|
3619
3619
|
:body => post_body,
|
3620
3620
|
:auth_names => auth_names,
|
3621
|
-
:return_type => '
|
3621
|
+
:return_type => 'InlineResponse20031')
|
3622
3622
|
if @api_client.config.debugging
|
3623
3623
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3624
3624
|
end
|
@@ -4081,7 +4081,7 @@ module BudgeaClient
|
|
4081
4081
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
4082
4082
|
# @option opts [Integer] :id_type filter with a document type
|
4083
4083
|
# @option opts [String] :expand
|
4084
|
-
# @return [
|
4084
|
+
# @return [InlineResponse20031]
|
4085
4085
|
def users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts = {})
|
4086
4086
|
data, _status_code, _headers = users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_connection, id_transactions_cluster, opts)
|
4087
4087
|
data
|
@@ -4103,7 +4103,7 @@ module BudgeaClient
|
|
4103
4103
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
4104
4104
|
# @option opts [Integer] :id_type filter with a document type
|
4105
4105
|
# @option opts [String] :expand
|
4106
|
-
# @return [Array<(
|
4106
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
4107
4107
|
def users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_connection, id_transactions_cluster, opts = {})
|
4108
4108
|
if @api_client.config.debugging
|
4109
4109
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get ...'
|
@@ -4155,7 +4155,7 @@ module BudgeaClient
|
|
4155
4155
|
:form_params => form_params,
|
4156
4156
|
:body => post_body,
|
4157
4157
|
:auth_names => auth_names,
|
4158
|
-
:return_type => '
|
4158
|
+
:return_type => 'InlineResponse20031')
|
4159
4159
|
if @api_client.config.debugging
|
4160
4160
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
4161
4161
|
end
|
@@ -4604,7 +4604,7 @@ module BudgeaClient
|
|
4604
4604
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
4605
4605
|
# @option opts [Integer] :id_type filter with a document type
|
4606
4606
|
# @option opts [String] :expand
|
4607
|
-
# @return [
|
4607
|
+
# @return [InlineResponse20031]
|
4608
4608
|
def users_id_user_documents_get(id_user, opts = {})
|
4609
4609
|
data, _status_code, _headers = users_id_user_documents_get_with_http_info(id_user, opts)
|
4610
4610
|
data
|
@@ -4624,7 +4624,7 @@ module BudgeaClient
|
|
4624
4624
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
4625
4625
|
# @option opts [Integer] :id_type filter with a document type
|
4626
4626
|
# @option opts [String] :expand
|
4627
|
-
# @return [Array<(
|
4627
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
4628
4628
|
def users_id_user_documents_get_with_http_info(id_user, opts = {})
|
4629
4629
|
if @api_client.config.debugging
|
4630
4630
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_documents_get ...'
|
@@ -4668,7 +4668,7 @@ module BudgeaClient
|
|
4668
4668
|
:form_params => form_params,
|
4669
4669
|
:body => post_body,
|
4670
4670
|
:auth_names => auth_names,
|
4671
|
-
:return_type => '
|
4671
|
+
:return_type => 'InlineResponse20031')
|
4672
4672
|
if @api_client.config.debugging
|
4673
4673
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
4674
4674
|
end
|
@@ -5142,7 +5142,7 @@ module BudgeaClient
|
|
5142
5142
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
5143
5143
|
# @option opts [Integer] :id_type filter with a document type
|
5144
5144
|
# @option opts [String] :expand
|
5145
|
-
# @return [
|
5145
|
+
# @return [InlineResponse20031]
|
5146
5146
|
def users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts = {})
|
5147
5147
|
data, _status_code, _headers = users_id_user_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_subscription, opts)
|
5148
5148
|
data
|
@@ -5163,7 +5163,7 @@ module BudgeaClient
|
|
5163
5163
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
5164
5164
|
# @option opts [Integer] :id_type filter with a document type
|
5165
5165
|
# @option opts [String] :expand
|
5166
|
-
# @return [Array<(
|
5166
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
5167
5167
|
def users_id_user_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_subscription, opts = {})
|
5168
5168
|
if @api_client.config.debugging
|
5169
5169
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_subscriptions_id_subscription_documents_get ...'
|
@@ -5211,7 +5211,7 @@ module BudgeaClient
|
|
5211
5211
|
:form_params => form_params,
|
5212
5212
|
:body => post_body,
|
5213
5213
|
:auth_names => auth_names,
|
5214
|
-
:return_type => '
|
5214
|
+
:return_type => 'InlineResponse20031')
|
5215
5215
|
if @api_client.config.debugging
|
5216
5216
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_subscriptions_id_subscription_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
5217
5217
|
end
|
@@ -5643,7 +5643,7 @@ module BudgeaClient
|
|
5643
5643
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
5644
5644
|
# @option opts [Integer] :id_type filter with a document type
|
5645
5645
|
# @option opts [String] :expand
|
5646
|
-
# @return [
|
5646
|
+
# @return [InlineResponse20031]
|
5647
5647
|
def users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts = {})
|
5648
5648
|
data, _status_code, _headers = users_id_user_transactions_id_transaction_documents_get_with_http_info(id_user, id_transaction, opts)
|
5649
5649
|
data
|
@@ -5664,7 +5664,7 @@ module BudgeaClient
|
|
5664
5664
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
5665
5665
|
# @option opts [Integer] :id_type filter with a document type
|
5666
5666
|
# @option opts [String] :expand
|
5667
|
-
# @return [Array<(
|
5667
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
5668
5668
|
def users_id_user_transactions_id_transaction_documents_get_with_http_info(id_user, id_transaction, opts = {})
|
5669
5669
|
if @api_client.config.debugging
|
5670
5670
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_transactions_id_transaction_documents_get ...'
|
@@ -5712,7 +5712,7 @@ module BudgeaClient
|
|
5712
5712
|
:form_params => form_params,
|
5713
5713
|
:body => post_body,
|
5714
5714
|
:auth_names => auth_names,
|
5715
|
-
:return_type => '
|
5715
|
+
:return_type => 'InlineResponse20031')
|
5716
5716
|
if @api_client.config.debugging
|
5717
5717
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
5718
5718
|
end
|
@@ -6144,7 +6144,7 @@ module BudgeaClient
|
|
6144
6144
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
6145
6145
|
# @option opts [Integer] :id_type filter with a document type
|
6146
6146
|
# @option opts [String] :expand
|
6147
|
-
# @return [
|
6147
|
+
# @return [InlineResponse20031]
|
6148
6148
|
def users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts = {})
|
6149
6149
|
data, _status_code, _headers = users_id_user_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_transactions_cluster, opts)
|
6150
6150
|
data
|
@@ -6165,7 +6165,7 @@ module BudgeaClient
|
|
6165
6165
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
6166
6166
|
# @option opts [Integer] :id_type filter with a document type
|
6167
6167
|
# @option opts [String] :expand
|
6168
|
-
# @return [Array<(
|
6168
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
6169
6169
|
def users_id_user_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_transactions_cluster, opts = {})
|
6170
6170
|
if @api_client.config.debugging
|
6171
6171
|
@api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_transactionsclusters_id_transactions_cluster_documents_get ...'
|
@@ -6213,7 +6213,7 @@ module BudgeaClient
|
|
6213
6213
|
:form_params => form_params,
|
6214
6214
|
:body => post_body,
|
6215
6215
|
:auth_names => auth_names,
|
6216
|
-
:return_type => '
|
6216
|
+
:return_type => 'InlineResponse20031')
|
6217
6217
|
if @api_client.config.debugging
|
6218
6218
|
@api_client.config.logger.debug "API called: DocumentsApi#users_id_user_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
6219
6219
|
end
|
@@ -521,7 +521,7 @@ module BudgeaClient
|
|
521
521
|
# @param id_account
|
522
522
|
# @param [Hash] opts the optional parameters
|
523
523
|
# @option opts [String] :expand
|
524
|
-
# @return [
|
524
|
+
# @return [InlineResponse20027]
|
525
525
|
def users_id_user_accounts_id_account_operationsalert_get(id_user, id_account, opts = {})
|
526
526
|
data, _status_code, _headers = users_id_user_accounts_id_account_operationsalert_get_with_http_info(id_user, id_account, opts)
|
527
527
|
data
|
@@ -533,7 +533,7 @@ module BudgeaClient
|
|
533
533
|
# @param id_account
|
534
534
|
# @param [Hash] opts the optional parameters
|
535
535
|
# @option opts [String] :expand
|
536
|
-
# @return [Array<(
|
536
|
+
# @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
|
537
537
|
def users_id_user_accounts_id_account_operationsalert_get_with_http_info(id_user, id_account, opts = {})
|
538
538
|
if @api_client.config.debugging
|
539
539
|
@api_client.config.logger.debug 'Calling API: PFMApi.users_id_user_accounts_id_account_operationsalert_get ...'
|
@@ -572,7 +572,7 @@ module BudgeaClient
|
|
572
572
|
:form_params => form_params,
|
573
573
|
:body => post_body,
|
574
574
|
:auth_names => auth_names,
|
575
|
-
:return_type => '
|
575
|
+
:return_type => 'InlineResponse20027')
|
576
576
|
if @api_client.config.debugging
|
577
577
|
@api_client.config.logger.debug "API called: PFMApi#users_id_user_accounts_id_account_operationsalert_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
578
578
|
end
|
@@ -1075,7 +1075,7 @@ module BudgeaClient
|
|
1075
1075
|
# @param id_account
|
1076
1076
|
# @param [Hash] opts the optional parameters
|
1077
1077
|
# @option opts [String] :expand
|
1078
|
-
# @return [
|
1078
|
+
# @return [InlineResponse20027]
|
1079
1079
|
def users_id_user_connections_id_connection_accounts_id_account_operationsalert_get(id_user, id_connection, id_account, opts = {})
|
1080
1080
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_operationsalert_get_with_http_info(id_user, id_connection, id_account, opts)
|
1081
1081
|
data
|
@@ -1088,7 +1088,7 @@ module BudgeaClient
|
|
1088
1088
|
# @param id_account
|
1089
1089
|
# @param [Hash] opts the optional parameters
|
1090
1090
|
# @option opts [String] :expand
|
1091
|
-
# @return [Array<(
|
1091
|
+
# @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
|
1092
1092
|
def users_id_user_connections_id_connection_accounts_id_account_operationsalert_get_with_http_info(id_user, id_connection, id_account, opts = {})
|
1093
1093
|
if @api_client.config.debugging
|
1094
1094
|
@api_client.config.logger.debug 'Calling API: PFMApi.users_id_user_connections_id_connection_accounts_id_account_operationsalert_get ...'
|
@@ -1131,7 +1131,7 @@ module BudgeaClient
|
|
1131
1131
|
:form_params => form_params,
|
1132
1132
|
:body => post_body,
|
1133
1133
|
:auth_names => auth_names,
|
1134
|
-
:return_type => '
|
1134
|
+
:return_type => 'InlineResponse20027')
|
1135
1135
|
if @api_client.config.debugging
|
1136
1136
|
@api_client.config.logger.debug "API called: PFMApi#users_id_user_connections_id_connection_accounts_id_account_operationsalert_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1137
1137
|
end
|
@@ -1219,7 +1219,7 @@ module BudgeaClient
|
|
1219
1219
|
# @param id_account
|
1220
1220
|
# @param id_operationsalert
|
1221
1221
|
# @param [Hash] opts the optional parameters
|
1222
|
-
# @option opts [String] :type parameter to choose the scope of the alert. accepted: transactions,
|
1222
|
+
# @option opts [String] :type parameter to choose the scope of the alert. accepted: transactions, investments
|
1223
1223
|
# @option opts [Integer] :income_max capital gain thresholds
|
1224
1224
|
# @option opts [Integer] :expense_max capital loss thresholds
|
1225
1225
|
# @option opts [String] :value_type whether the threshold is given in absolut value or percent. accepted: percent, flat
|
@@ -1238,7 +1238,7 @@ module BudgeaClient
|
|
1238
1238
|
# @param id_account
|
1239
1239
|
# @param id_operationsalert
|
1240
1240
|
# @param [Hash] opts the optional parameters
|
1241
|
-
# @option opts [String] :type parameter to choose the scope of the alert. accepted: transactions,
|
1241
|
+
# @option opts [String] :type parameter to choose the scope of the alert. accepted: transactions, investments
|
1242
1242
|
# @option opts [Integer] :income_max capital gain thresholds
|
1243
1243
|
# @option opts [Integer] :expense_max capital loss thresholds
|
1244
1244
|
# @option opts [String] :value_type whether the threshold is given in absolut value or percent. accepted: percent, flat
|
@@ -1302,7 +1302,7 @@ module BudgeaClient
|
|
1302
1302
|
end
|
1303
1303
|
return data, status_code, headers
|
1304
1304
|
end
|
1305
|
-
# Create an alert on transactions or
|
1305
|
+
# Create an alert on transactions or investments of a given user
|
1306
1306
|
#
|
1307
1307
|
# @param id_user Hint: you can use 'me' or 'all'
|
1308
1308
|
# @param id_connection
|
@@ -1320,7 +1320,7 @@ module BudgeaClient
|
|
1320
1320
|
data
|
1321
1321
|
end
|
1322
1322
|
|
1323
|
-
# Create an alert on transactions or
|
1323
|
+
# Create an alert on transactions or investments of a given user
|
1324
1324
|
#
|
1325
1325
|
# @param id_user Hint: you can use 'me' or 'all'
|
1326
1326
|
# @param id_connection
|
@@ -1459,7 +1459,7 @@ module BudgeaClient
|
|
1459
1459
|
# @param id_user Hint: you can use 'me' or 'all'
|
1460
1460
|
# @param [Hash] opts the optional parameters
|
1461
1461
|
# @option opts [String] :expand
|
1462
|
-
# @return [
|
1462
|
+
# @return [InlineResponse20036]
|
1463
1463
|
def users_id_user_devices_get(id_user, opts = {})
|
1464
1464
|
data, _status_code, _headers = users_id_user_devices_get_with_http_info(id_user, opts)
|
1465
1465
|
data
|
@@ -1470,7 +1470,7 @@ module BudgeaClient
|
|
1470
1470
|
# @param id_user Hint: you can use 'me' or 'all'
|
1471
1471
|
# @param [Hash] opts the optional parameters
|
1472
1472
|
# @option opts [String] :expand
|
1473
|
-
# @return [Array<(
|
1473
|
+
# @return [Array<(InlineResponse20036, Fixnum, Hash)>] InlineResponse20036 data, response status code and response headers
|
1474
1474
|
def users_id_user_devices_get_with_http_info(id_user, opts = {})
|
1475
1475
|
if @api_client.config.debugging
|
1476
1476
|
@api_client.config.logger.debug 'Calling API: PFMApi.users_id_user_devices_get ...'
|
@@ -1505,7 +1505,7 @@ module BudgeaClient
|
|
1505
1505
|
:form_params => form_params,
|
1506
1506
|
:body => post_body,
|
1507
1507
|
:auth_names => auth_names,
|
1508
|
-
:return_type => '
|
1508
|
+
:return_type => 'InlineResponse20036')
|
1509
1509
|
if @api_client.config.debugging
|
1510
1510
|
@api_client.config.logger.debug "API called: PFMApi#users_id_user_devices_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1511
1511
|
end
|
@@ -1906,7 +1906,7 @@ module BudgeaClient
|
|
1906
1906
|
# @param id_user Hint: you can use 'me' or 'all'
|
1907
1907
|
# @param [Hash] opts the optional parameters
|
1908
1908
|
# @option opts [String] :expand
|
1909
|
-
# @return [
|
1909
|
+
# @return [InlineResponse20027]
|
1910
1910
|
def users_id_user_operationsalert_get(id_user, opts = {})
|
1911
1911
|
data, _status_code, _headers = users_id_user_operationsalert_get_with_http_info(id_user, opts)
|
1912
1912
|
data
|
@@ -1917,7 +1917,7 @@ module BudgeaClient
|
|
1917
1917
|
# @param id_user Hint: you can use 'me' or 'all'
|
1918
1918
|
# @param [Hash] opts the optional parameters
|
1919
1919
|
# @option opts [String] :expand
|
1920
|
-
# @return [Array<(
|
1920
|
+
# @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
|
1921
1921
|
def users_id_user_operationsalert_get_with_http_info(id_user, opts = {})
|
1922
1922
|
if @api_client.config.debugging
|
1923
1923
|
@api_client.config.logger.debug 'Calling API: PFMApi.users_id_user_operationsalert_get ...'
|
@@ -1952,7 +1952,7 @@ module BudgeaClient
|
|
1952
1952
|
:form_params => form_params,
|
1953
1953
|
:body => post_body,
|
1954
1954
|
:auth_names => auth_names,
|
1955
|
-
:return_type => '
|
1955
|
+
:return_type => 'InlineResponse20027')
|
1956
1956
|
if @api_client.config.debugging
|
1957
1957
|
@api_client.config.logger.debug "API called: PFMApi#users_id_user_operationsalert_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1958
1958
|
end
|
@@ -2176,7 +2176,7 @@ module BudgeaClient
|
|
2176
2176
|
# @param id_user Hint: you can use 'me' or 'all'
|
2177
2177
|
# @param [Hash] opts the optional parameters
|
2178
2178
|
# @option opts [String] :expand
|
2179
|
-
# @return [
|
2179
|
+
# @return [InlineResponse20037]
|
2180
2180
|
def users_id_user_profiles_get(id_user, opts = {})
|
2181
2181
|
data, _status_code, _headers = users_id_user_profiles_get_with_http_info(id_user, opts)
|
2182
2182
|
data
|
@@ -2187,7 +2187,7 @@ module BudgeaClient
|
|
2187
2187
|
# @param id_user Hint: you can use 'me' or 'all'
|
2188
2188
|
# @param [Hash] opts the optional parameters
|
2189
2189
|
# @option opts [String] :expand
|
2190
|
-
# @return [Array<(
|
2190
|
+
# @return [Array<(InlineResponse20037, Fixnum, Hash)>] InlineResponse20037 data, response status code and response headers
|
2191
2191
|
def users_id_user_profiles_get_with_http_info(id_user, opts = {})
|
2192
2192
|
if @api_client.config.debugging
|
2193
2193
|
@api_client.config.logger.debug 'Calling API: PFMApi.users_id_user_profiles_get ...'
|
@@ -2222,7 +2222,7 @@ module BudgeaClient
|
|
2222
2222
|
:form_params => form_params,
|
2223
2223
|
:body => post_body,
|
2224
2224
|
:auth_names => auth_names,
|
2225
|
-
:return_type => '
|
2225
|
+
:return_type => 'InlineResponse20037')
|
2226
2226
|
if @api_client.config.debugging
|
2227
2227
|
@api_client.config.logger.debug "API called: PFMApi#users_id_user_profiles_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2228
2228
|
end
|