budgea_client 2.0.0 → 2.0.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/README.md +17 -0
- data/Rakefile +1 -5
- data/budgea_openapi.json +748 -63
- data/docs/Account.md +2 -0
- data/docs/AdministrationApi.md +497 -4
- data/docs/AuthenticationApi.md +2 -0
- data/docs/BanksApi.md +165 -48
- data/docs/ConnectionsApi.md +14 -12
- data/docs/Connector.md +2 -0
- data/docs/DocumentsApi.md +26 -26
- data/docs/InlineResponse20013.md +1 -1
- data/docs/InlineResponse20014.md +1 -1
- data/docs/InlineResponse20015.md +1 -1
- data/docs/InlineResponse20016.md +1 -1
- data/docs/InlineResponse20017.md +1 -1
- data/docs/InlineResponse20018.md +1 -1
- data/docs/InlineResponse20019.md +1 -1
- data/docs/InlineResponse20020.md +1 -1
- data/docs/InlineResponse20021.md +1 -1
- data/docs/InlineResponse20022.md +1 -1
- data/docs/InlineResponse20023.md +1 -1
- data/docs/InlineResponse20024.md +1 -1
- data/docs/InlineResponse20025.md +1 -1
- data/docs/InlineResponse20026.md +1 -1
- data/docs/InlineResponse20027.md +1 -1
- data/docs/InlineResponse20028.md +1 -1
- data/docs/InlineResponse20029.md +1 -1
- data/docs/InlineResponse20030.md +1 -1
- data/docs/InlineResponse20031.md +1 -1
- data/docs/InlineResponse20032.md +1 -1
- data/docs/InlineResponse20033.md +1 -1
- data/docs/InlineResponse20034.md +1 -1
- data/docs/InlineResponse20035.md +1 -1
- data/docs/InlineResponse20036.md +1 -1
- data/docs/PFMApi.md +10 -10
- data/docs/ProvidersApi.md +38 -38
- data/docs/TermsApi.md +4 -4
- data/docs/Transaction.md +1 -1
- data/docs/TransfersApi.md +43 -25
- data/docs/UsersManagementApi.md +4 -4
- data/docs/WealthApi.md +18 -18
- data/docs/Webhook.md +2 -0
- data/lib/budgea_client/api/administration_api.rb +506 -6
- data/lib/budgea_client/api/authentication_api.rb +3 -0
- data/lib/budgea_client/api/banks_api.rb +183 -72
- data/lib/budgea_client/api/connections_api.rb +21 -18
- data/lib/budgea_client/api/documents_api.rb +39 -39
- data/lib/budgea_client/api/pfm_api.rb +15 -15
- data/lib/budgea_client/api/providers_api.rb +57 -57
- data/lib/budgea_client/api/terms_api.rb +6 -6
- data/lib/budgea_client/api/transfers_api.rb +63 -36
- data/lib/budgea_client/api/users_management_api.rb +6 -6
- data/lib/budgea_client/api/wealth_api.rb +27 -27
- data/lib/budgea_client/models/account.rb +24 -4
- data/lib/budgea_client/models/connector.rb +26 -1
- data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_14.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_18.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_20.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_21.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_22.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_23.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_24.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_25.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_26.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_27.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_28.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_29.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_30.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_32.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_33.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_35.rb +11 -11
- data/lib/budgea_client/models/inline_response_200_36.rb +11 -11
- data/lib/budgea_client/models/transaction.rb +11 -18
- data/lib/budgea_client/models/webhook.rb +24 -4
- data/lib/budgea_client/version.rb +1 -1
- data/lib/budgea_client.rb +7 -0
- data/original_budgea_openapi.json +771 -142
- data/pkg/budgea_client-2.0.1.gem +0 -0
- metadata +4 -3
|
@@ -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 [InlineResponse20025]
|
|
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<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 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 => 'InlineResponse20025')
|
|
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 [InlineResponse20025]
|
|
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<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 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 => 'InlineResponse20025')
|
|
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
|
|
@@ -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 [InlineResponse20034]
|
|
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<(InlineResponse20034, Fixnum, Hash)>] InlineResponse20034 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 => 'InlineResponse20034')
|
|
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 [InlineResponse20025]
|
|
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<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 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 => 'InlineResponse20025')
|
|
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 [InlineResponse20035]
|
|
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<(InlineResponse20035, Fixnum, Hash)>] InlineResponse20035 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 => 'InlineResponse20035')
|
|
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
|
|
@@ -296,7 +296,7 @@ module BudgeaClient
|
|
|
296
296
|
#
|
|
297
297
|
# @param [Hash] opts the optional parameters
|
|
298
298
|
# @option opts [String] :expand
|
|
299
|
-
# @return [
|
|
299
|
+
# @return [InlineResponse20014]
|
|
300
300
|
def connectors_get(opts = {})
|
|
301
301
|
data, _status_code, _headers = connectors_get_with_http_info(opts)
|
|
302
302
|
data
|
|
@@ -306,7 +306,7 @@ module BudgeaClient
|
|
|
306
306
|
#
|
|
307
307
|
# @param [Hash] opts the optional parameters
|
|
308
308
|
# @option opts [String] :expand
|
|
309
|
-
# @return [Array<(
|
|
309
|
+
# @return [Array<(InlineResponse20014, Fixnum, Hash)>] InlineResponse20014 data, response status code and response headers
|
|
310
310
|
def connectors_get_with_http_info(opts = {})
|
|
311
311
|
if @api_client.config.debugging
|
|
312
312
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.connectors_get ...'
|
|
@@ -337,7 +337,7 @@ module BudgeaClient
|
|
|
337
337
|
:form_params => form_params,
|
|
338
338
|
:body => post_body,
|
|
339
339
|
:auth_names => auth_names,
|
|
340
|
-
:return_type => '
|
|
340
|
+
:return_type => 'InlineResponse20014')
|
|
341
341
|
if @api_client.config.debugging
|
|
342
342
|
@api_client.config.logger.debug "API called: ProvidersApi#connectors_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
343
343
|
end
|
|
@@ -760,7 +760,6 @@ module BudgeaClient
|
|
|
760
760
|
# @param login Users login
|
|
761
761
|
# @param password Users password
|
|
762
762
|
# @param [Hash] opts the optional parameters
|
|
763
|
-
# @option opts [String] :api Name of the API
|
|
764
763
|
# @option opts [String] :url Url of the bank
|
|
765
764
|
# @option opts [String] :email Email of the user
|
|
766
765
|
# @option opts [String] :types Type of connector, eg. banks or providers
|
|
@@ -779,7 +778,6 @@ module BudgeaClient
|
|
|
779
778
|
# @param login Users login
|
|
780
779
|
# @param password Users password
|
|
781
780
|
# @param [Hash] opts the optional parameters
|
|
782
|
-
# @option opts [String] :api Name of the API
|
|
783
781
|
# @option opts [String] :url Url of the bank
|
|
784
782
|
# @option opts [String] :email Email of the user
|
|
785
783
|
# @option opts [String] :types Type of connector, eg. banks or providers
|
|
@@ -822,7 +820,6 @@ module BudgeaClient
|
|
|
822
820
|
form_params['name'] = name
|
|
823
821
|
form_params['login'] = login
|
|
824
822
|
form_params['password'] = password
|
|
825
|
-
form_params['api'] = opts[:'api'] if !opts[:'api'].nil?
|
|
826
823
|
form_params['url'] = opts[:'url'] if !opts[:'url'].nil?
|
|
827
824
|
form_params['email'] = opts[:'email'] if !opts[:'email'].nil?
|
|
828
825
|
form_params['types'] = opts[:'types'] if !opts[:'types'].nil?
|
|
@@ -848,7 +845,7 @@ module BudgeaClient
|
|
|
848
845
|
#
|
|
849
846
|
# @param [Hash] opts the optional parameters
|
|
850
847
|
# @option opts [String] :expand
|
|
851
|
-
# @return [
|
|
848
|
+
# @return [InlineResponse20015]
|
|
852
849
|
def documenttypes_get(opts = {})
|
|
853
850
|
data, _status_code, _headers = documenttypes_get_with_http_info(opts)
|
|
854
851
|
data
|
|
@@ -858,7 +855,7 @@ module BudgeaClient
|
|
|
858
855
|
#
|
|
859
856
|
# @param [Hash] opts the optional parameters
|
|
860
857
|
# @option opts [String] :expand
|
|
861
|
-
# @return [Array<(
|
|
858
|
+
# @return [Array<(InlineResponse20015, Fixnum, Hash)>] InlineResponse20015 data, response status code and response headers
|
|
862
859
|
def documenttypes_get_with_http_info(opts = {})
|
|
863
860
|
if @api_client.config.debugging
|
|
864
861
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.documenttypes_get ...'
|
|
@@ -889,7 +886,7 @@ module BudgeaClient
|
|
|
889
886
|
:form_params => form_params,
|
|
890
887
|
:body => post_body,
|
|
891
888
|
:auth_names => auth_names,
|
|
892
|
-
:return_type => '
|
|
889
|
+
:return_type => 'InlineResponse20015')
|
|
893
890
|
if @api_client.config.debugging
|
|
894
891
|
@api_client.config.logger.debug "API called: ProvidersApi#documenttypes_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
895
892
|
end
|
|
@@ -980,7 +977,7 @@ module BudgeaClient
|
|
|
980
977
|
# @option opts [Integer] :id_connector ID of a connector
|
|
981
978
|
# @option opts [BOOLEAN] :charged consider only logs for charged connectors
|
|
982
979
|
# @option opts [String] :expand
|
|
983
|
-
# @return [
|
|
980
|
+
# @return [InlineResponse20017]
|
|
984
981
|
def logs_get(opts = {})
|
|
985
982
|
data, _status_code, _headers = logs_get_with_http_info(opts)
|
|
986
983
|
data
|
|
@@ -1000,7 +997,7 @@ module BudgeaClient
|
|
|
1000
997
|
# @option opts [Integer] :id_connector ID of a connector
|
|
1001
998
|
# @option opts [BOOLEAN] :charged consider only logs for charged connectors
|
|
1002
999
|
# @option opts [String] :expand
|
|
1003
|
-
# @return [Array<(
|
|
1000
|
+
# @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
|
|
1004
1001
|
def logs_get_with_http_info(opts = {})
|
|
1005
1002
|
if @api_client.config.debugging
|
|
1006
1003
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.logs_get ...'
|
|
@@ -1041,7 +1038,7 @@ module BudgeaClient
|
|
|
1041
1038
|
:form_params => form_params,
|
|
1042
1039
|
:body => post_body,
|
|
1043
1040
|
:auth_names => auth_names,
|
|
1044
|
-
:return_type => '
|
|
1041
|
+
:return_type => 'InlineResponse20017')
|
|
1045
1042
|
if @api_client.config.debugging
|
|
1046
1043
|
@api_client.config.logger.debug "API called: ProvidersApi#logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1047
1044
|
end
|
|
@@ -1111,7 +1108,7 @@ module BudgeaClient
|
|
|
1111
1108
|
#
|
|
1112
1109
|
# @param [Hash] opts the optional parameters
|
|
1113
1110
|
# @option opts [String] :expand
|
|
1114
|
-
# @return [
|
|
1111
|
+
# @return [InlineResponse20018]
|
|
1115
1112
|
def providers_get(opts = {})
|
|
1116
1113
|
data, _status_code, _headers = providers_get_with_http_info(opts)
|
|
1117
1114
|
data
|
|
@@ -1121,7 +1118,7 @@ module BudgeaClient
|
|
|
1121
1118
|
#
|
|
1122
1119
|
# @param [Hash] opts the optional parameters
|
|
1123
1120
|
# @option opts [String] :expand
|
|
1124
|
-
# @return [Array<(
|
|
1121
|
+
# @return [Array<(InlineResponse20018, Fixnum, Hash)>] InlineResponse20018 data, response status code and response headers
|
|
1125
1122
|
def providers_get_with_http_info(opts = {})
|
|
1126
1123
|
if @api_client.config.debugging
|
|
1127
1124
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.providers_get ...'
|
|
@@ -1152,7 +1149,7 @@ module BudgeaClient
|
|
|
1152
1149
|
:form_params => form_params,
|
|
1153
1150
|
:body => post_body,
|
|
1154
1151
|
:auth_names => auth_names,
|
|
1155
|
-
:return_type => '
|
|
1152
|
+
:return_type => 'InlineResponse20018')
|
|
1156
1153
|
if @api_client.config.debugging
|
|
1157
1154
|
@api_client.config.logger.debug "API called: ProvidersApi#providers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1158
1155
|
end
|
|
@@ -1414,7 +1411,7 @@ module BudgeaClient
|
|
|
1414
1411
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1415
1412
|
# @option opts [Integer] :id_type filter with a document type
|
|
1416
1413
|
# @option opts [String] :expand
|
|
1417
|
-
# @return [
|
|
1414
|
+
# @return [InlineResponse20029]
|
|
1418
1415
|
def users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts = {})
|
|
1419
1416
|
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)
|
|
1420
1417
|
data
|
|
@@ -1436,7 +1433,7 @@ module BudgeaClient
|
|
|
1436
1433
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1437
1434
|
# @option opts [Integer] :id_type filter with a document type
|
|
1438
1435
|
# @option opts [String] :expand
|
|
1439
|
-
# @return [Array<(
|
|
1436
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
1440
1437
|
def users_id_user_accounts_id_account_transactions_id_transaction_documents_get_with_http_info(id_user, id_account, id_transaction, opts = {})
|
|
1441
1438
|
if @api_client.config.debugging
|
|
1442
1439
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_accounts_id_account_transactions_id_transaction_documents_get ...'
|
|
@@ -1488,7 +1485,7 @@ module BudgeaClient
|
|
|
1488
1485
|
:form_params => form_params,
|
|
1489
1486
|
:body => post_body,
|
|
1490
1487
|
:auth_names => auth_names,
|
|
1491
|
-
:return_type => '
|
|
1488
|
+
:return_type => 'InlineResponse20029')
|
|
1492
1489
|
if @api_client.config.debugging
|
|
1493
1490
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_accounts_id_account_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
1494
1491
|
end
|
|
@@ -1951,7 +1948,7 @@ module BudgeaClient
|
|
|
1951
1948
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1952
1949
|
# @option opts [Integer] :id_type filter with a document type
|
|
1953
1950
|
# @option opts [String] :expand
|
|
1954
|
-
# @return [
|
|
1951
|
+
# @return [InlineResponse20029]
|
|
1955
1952
|
def users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts = {})
|
|
1956
1953
|
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)
|
|
1957
1954
|
data
|
|
@@ -1973,7 +1970,7 @@ module BudgeaClient
|
|
|
1973
1970
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
1974
1971
|
# @option opts [Integer] :id_type filter with a document type
|
|
1975
1972
|
# @option opts [String] :expand
|
|
1976
|
-
# @return [Array<(
|
|
1973
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
1977
1974
|
def users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_account, id_transactions_cluster, opts = {})
|
|
1978
1975
|
if @api_client.config.debugging
|
|
1979
1976
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get ...'
|
|
@@ -2025,7 +2022,7 @@ module BudgeaClient
|
|
|
2025
2022
|
:form_params => form_params,
|
|
2026
2023
|
:body => post_body,
|
|
2027
2024
|
:auth_names => auth_names,
|
|
2028
|
-
:return_type => '
|
|
2025
|
+
:return_type => 'InlineResponse20029')
|
|
2029
2026
|
if @api_client.config.debugging
|
|
2030
2027
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2031
2028
|
end
|
|
@@ -2609,7 +2606,7 @@ module BudgeaClient
|
|
|
2609
2606
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
2610
2607
|
# @option opts [Integer] :id_type filter with a document type
|
|
2611
2608
|
# @option opts [String] :expand
|
|
2612
|
-
# @return [
|
|
2609
|
+
# @return [InlineResponse20029]
|
|
2613
2610
|
def users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts = {})
|
|
2614
2611
|
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)
|
|
2615
2612
|
data
|
|
@@ -2632,7 +2629,7 @@ module BudgeaClient
|
|
|
2632
2629
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
2633
2630
|
# @option opts [Integer] :id_type filter with a document type
|
|
2634
2631
|
# @option opts [String] :expand
|
|
2635
|
-
# @return [Array<(
|
|
2632
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
2636
2633
|
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 = {})
|
|
2637
2634
|
if @api_client.config.debugging
|
|
2638
2635
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get ...'
|
|
@@ -2688,7 +2685,7 @@ module BudgeaClient
|
|
|
2688
2685
|
:form_params => form_params,
|
|
2689
2686
|
:body => post_body,
|
|
2690
2687
|
:auth_names => auth_names,
|
|
2691
|
-
:return_type => '
|
|
2688
|
+
:return_type => 'InlineResponse20029')
|
|
2692
2689
|
if @api_client.config.debugging
|
|
2693
2690
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
2694
2691
|
end
|
|
@@ -3182,7 +3179,7 @@ module BudgeaClient
|
|
|
3182
3179
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
3183
3180
|
# @option opts [Integer] :id_type filter with a document type
|
|
3184
3181
|
# @option opts [String] :expand
|
|
3185
|
-
# @return [
|
|
3182
|
+
# @return [InlineResponse20029]
|
|
3186
3183
|
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 = {})
|
|
3187
3184
|
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)
|
|
3188
3185
|
data
|
|
@@ -3205,7 +3202,7 @@ module BudgeaClient
|
|
|
3205
3202
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
3206
3203
|
# @option opts [Integer] :id_type filter with a document type
|
|
3207
3204
|
# @option opts [String] :expand
|
|
3208
|
-
# @return [Array<(
|
|
3205
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
3209
3206
|
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 = {})
|
|
3210
3207
|
if @api_client.config.debugging
|
|
3211
3208
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get ...'
|
|
@@ -3261,7 +3258,7 @@ module BudgeaClient
|
|
|
3261
3258
|
:form_params => form_params,
|
|
3262
3259
|
:body => post_body,
|
|
3263
3260
|
:auth_names => auth_names,
|
|
3264
|
-
:return_type => '
|
|
3261
|
+
:return_type => 'InlineResponse20029')
|
|
3265
3262
|
if @api_client.config.debugging
|
|
3266
3263
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3267
3264
|
end
|
|
@@ -3804,7 +3801,7 @@ module BudgeaClient
|
|
|
3804
3801
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
3805
3802
|
# @option opts [Integer] :id_type filter with a document type
|
|
3806
3803
|
# @option opts [String] :expand
|
|
3807
|
-
# @return [
|
|
3804
|
+
# @return [InlineResponse20029]
|
|
3808
3805
|
def users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts = {})
|
|
3809
3806
|
data, _status_code, _headers = users_id_user_connections_id_connection_documents_get_with_http_info(id_user, id_connection, opts)
|
|
3810
3807
|
data
|
|
@@ -3825,7 +3822,7 @@ module BudgeaClient
|
|
|
3825
3822
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
3826
3823
|
# @option opts [Integer] :id_type filter with a document type
|
|
3827
3824
|
# @option opts [String] :expand
|
|
3828
|
-
# @return [Array<(
|
|
3825
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
3829
3826
|
def users_id_user_connections_id_connection_documents_get_with_http_info(id_user, id_connection, opts = {})
|
|
3830
3827
|
if @api_client.config.debugging
|
|
3831
3828
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_documents_get ...'
|
|
@@ -3873,7 +3870,7 @@ module BudgeaClient
|
|
|
3873
3870
|
:form_params => form_params,
|
|
3874
3871
|
:body => post_body,
|
|
3875
3872
|
:auth_names => auth_names,
|
|
3876
|
-
:return_type => '
|
|
3873
|
+
:return_type => 'InlineResponse20029')
|
|
3877
3874
|
if @api_client.config.debugging
|
|
3878
3875
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_connections_id_connection_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
3879
3876
|
end
|
|
@@ -4306,7 +4303,7 @@ module BudgeaClient
|
|
|
4306
4303
|
# @option opts [Integer] :id_connector ID of a connector
|
|
4307
4304
|
# @option opts [BOOLEAN] :charged consider only logs for charged connectors
|
|
4308
4305
|
# @option opts [String] :expand
|
|
4309
|
-
# @return [
|
|
4306
|
+
# @return [InlineResponse20017]
|
|
4310
4307
|
def users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts = {})
|
|
4311
4308
|
data, _status_code, _headers = users_id_user_connections_id_connection_logs_get_with_http_info(id_user, id_connection, opts)
|
|
4312
4309
|
data
|
|
@@ -4328,7 +4325,7 @@ module BudgeaClient
|
|
|
4328
4325
|
# @option opts [Integer] :id_connector ID of a connector
|
|
4329
4326
|
# @option opts [BOOLEAN] :charged consider only logs for charged connectors
|
|
4330
4327
|
# @option opts [String] :expand
|
|
4331
|
-
# @return [Array<(
|
|
4328
|
+
# @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
|
|
4332
4329
|
def users_id_user_connections_id_connection_logs_get_with_http_info(id_user, id_connection, opts = {})
|
|
4333
4330
|
if @api_client.config.debugging
|
|
4334
4331
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_logs_get ...'
|
|
@@ -4377,7 +4374,7 @@ module BudgeaClient
|
|
|
4377
4374
|
:form_params => form_params,
|
|
4378
4375
|
:body => post_body,
|
|
4379
4376
|
:auth_names => auth_names,
|
|
4380
|
-
:return_type => '
|
|
4377
|
+
:return_type => 'InlineResponse20017')
|
|
4381
4378
|
if @api_client.config.debugging
|
|
4382
4379
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_connections_id_connection_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4383
4380
|
end
|
|
@@ -4675,7 +4672,7 @@ module BudgeaClient
|
|
|
4675
4672
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
4676
4673
|
# @option opts [Integer] :id_type filter with a document type
|
|
4677
4674
|
# @option opts [String] :expand
|
|
4678
|
-
# @return [
|
|
4675
|
+
# @return [InlineResponse20029]
|
|
4679
4676
|
def users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts = {})
|
|
4680
4677
|
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)
|
|
4681
4678
|
data
|
|
@@ -4697,7 +4694,7 @@ module BudgeaClient
|
|
|
4697
4694
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
4698
4695
|
# @option opts [Integer] :id_type filter with a document type
|
|
4699
4696
|
# @option opts [String] :expand
|
|
4700
|
-
# @return [Array<(
|
|
4697
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
4701
4698
|
def users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_connection, id_subscription, opts = {})
|
|
4702
4699
|
if @api_client.config.debugging
|
|
4703
4700
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get ...'
|
|
@@ -4749,7 +4746,7 @@ module BudgeaClient
|
|
|
4749
4746
|
:form_params => form_params,
|
|
4750
4747
|
:body => post_body,
|
|
4751
4748
|
:auth_names => auth_names,
|
|
4752
|
-
:return_type => '
|
|
4749
|
+
:return_type => 'InlineResponse20029')
|
|
4753
4750
|
if @api_client.config.debugging
|
|
4754
4751
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
4755
4752
|
end
|
|
@@ -5287,7 +5284,7 @@ module BudgeaClient
|
|
|
5287
5284
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
5288
5285
|
# @option opts [Integer] :id_type filter with a document type
|
|
5289
5286
|
# @option opts [String] :expand
|
|
5290
|
-
# @return [
|
|
5287
|
+
# @return [InlineResponse20029]
|
|
5291
5288
|
def users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts = {})
|
|
5292
5289
|
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)
|
|
5293
5290
|
data
|
|
@@ -5309,7 +5306,7 @@ module BudgeaClient
|
|
|
5309
5306
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
5310
5307
|
# @option opts [Integer] :id_type filter with a document type
|
|
5311
5308
|
# @option opts [String] :expand
|
|
5312
|
-
# @return [Array<(
|
|
5309
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
5313
5310
|
def users_id_user_connections_id_connection_transactions_id_transaction_documents_get_with_http_info(id_user, id_connection, id_transaction, opts = {})
|
|
5314
5311
|
if @api_client.config.debugging
|
|
5315
5312
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_transactions_id_transaction_documents_get ...'
|
|
@@ -5361,7 +5358,7 @@ module BudgeaClient
|
|
|
5361
5358
|
:form_params => form_params,
|
|
5362
5359
|
:body => post_body,
|
|
5363
5360
|
:auth_names => auth_names,
|
|
5364
|
-
:return_type => '
|
|
5361
|
+
:return_type => 'InlineResponse20029')
|
|
5365
5362
|
if @api_client.config.debugging
|
|
5366
5363
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_connections_id_connection_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
5367
5364
|
end
|
|
@@ -5824,7 +5821,7 @@ module BudgeaClient
|
|
|
5824
5821
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
5825
5822
|
# @option opts [Integer] :id_type filter with a document type
|
|
5826
5823
|
# @option opts [String] :expand
|
|
5827
|
-
# @return [
|
|
5824
|
+
# @return [InlineResponse20029]
|
|
5828
5825
|
def users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts = {})
|
|
5829
5826
|
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)
|
|
5830
5827
|
data
|
|
@@ -5846,7 +5843,7 @@ module BudgeaClient
|
|
|
5846
5843
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
5847
5844
|
# @option opts [Integer] :id_type filter with a document type
|
|
5848
5845
|
# @option opts [String] :expand
|
|
5849
|
-
# @return [Array<(
|
|
5846
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
5850
5847
|
def users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_connection, id_transactions_cluster, opts = {})
|
|
5851
5848
|
if @api_client.config.debugging
|
|
5852
5849
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get ...'
|
|
@@ -5898,7 +5895,7 @@ module BudgeaClient
|
|
|
5898
5895
|
:form_params => form_params,
|
|
5899
5896
|
:body => post_body,
|
|
5900
5897
|
:auth_names => auth_names,
|
|
5901
|
-
:return_type => '
|
|
5898
|
+
:return_type => 'InlineResponse20029')
|
|
5902
5899
|
if @api_client.config.debugging
|
|
5903
5900
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
5904
5901
|
end
|
|
@@ -6281,6 +6278,7 @@ module BudgeaClient
|
|
|
6281
6278
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
6282
6279
|
# @param [Hash] opts the optional parameters
|
|
6283
6280
|
# @option opts [Integer] :id_connector ID of the connector
|
|
6281
|
+
# @option opts [String] :connector_uuid optional uuid of the connector (replaces id_connector)
|
|
6284
6282
|
# @option opts [String] :birthday bank additional login parameter
|
|
6285
6283
|
# @option opts [String] :password bank additional login parameter
|
|
6286
6284
|
# @option opts [String] :oauth_token bank additional login parameter
|
|
@@ -6305,6 +6303,7 @@ module BudgeaClient
|
|
|
6305
6303
|
# @param id_user Hint: you can use 'me' or 'all'
|
|
6306
6304
|
# @param [Hash] opts the optional parameters
|
|
6307
6305
|
# @option opts [Integer] :id_connector ID of the connector
|
|
6306
|
+
# @option opts [String] :connector_uuid optional uuid of the connector (replaces id_connector)
|
|
6308
6307
|
# @option opts [String] :birthday bank additional login parameter
|
|
6309
6308
|
# @option opts [String] :password bank additional login parameter
|
|
6310
6309
|
# @option opts [String] :oauth_token bank additional login parameter
|
|
@@ -6344,6 +6343,7 @@ module BudgeaClient
|
|
|
6344
6343
|
# form parameters
|
|
6345
6344
|
form_params = {}
|
|
6346
6345
|
form_params['id_connector'] = opts[:'id_connector'] if !opts[:'id_connector'].nil?
|
|
6346
|
+
form_params['connector_uuid'] = opts[:'connector_uuid'] if !opts[:'connector_uuid'].nil?
|
|
6347
6347
|
form_params['birthday'] = opts[:'birthday'] if !opts[:'birthday'].nil?
|
|
6348
6348
|
form_params['password'] = opts[:'password'] if !opts[:'password'].nil?
|
|
6349
6349
|
form_params['oauth_token'] = opts[:'oauth_token'] if !opts[:'oauth_token'].nil?
|
|
@@ -6443,7 +6443,7 @@ module BudgeaClient
|
|
|
6443
6443
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
6444
6444
|
# @option opts [Integer] :id_type filter with a document type
|
|
6445
6445
|
# @option opts [String] :expand
|
|
6446
|
-
# @return [
|
|
6446
|
+
# @return [InlineResponse20029]
|
|
6447
6447
|
def users_id_user_documents_get(id_user, opts = {})
|
|
6448
6448
|
data, _status_code, _headers = users_id_user_documents_get_with_http_info(id_user, opts)
|
|
6449
6449
|
data
|
|
@@ -6463,7 +6463,7 @@ module BudgeaClient
|
|
|
6463
6463
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
6464
6464
|
# @option opts [Integer] :id_type filter with a document type
|
|
6465
6465
|
# @option opts [String] :expand
|
|
6466
|
-
# @return [Array<(
|
|
6466
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
6467
6467
|
def users_id_user_documents_get_with_http_info(id_user, opts = {})
|
|
6468
6468
|
if @api_client.config.debugging
|
|
6469
6469
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_documents_get ...'
|
|
@@ -6507,7 +6507,7 @@ module BudgeaClient
|
|
|
6507
6507
|
:form_params => form_params,
|
|
6508
6508
|
:body => post_body,
|
|
6509
6509
|
:auth_names => auth_names,
|
|
6510
|
-
:return_type => '
|
|
6510
|
+
:return_type => 'InlineResponse20029')
|
|
6511
6511
|
if @api_client.config.debugging
|
|
6512
6512
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
6513
6513
|
end
|
|
@@ -6852,7 +6852,7 @@ module BudgeaClient
|
|
|
6852
6852
|
# @option opts [Integer] :id_connector ID of a connector
|
|
6853
6853
|
# @option opts [BOOLEAN] :charged consider only logs for charged connectors
|
|
6854
6854
|
# @option opts [String] :expand
|
|
6855
|
-
# @return [
|
|
6855
|
+
# @return [InlineResponse20017]
|
|
6856
6856
|
def users_id_user_logs_get(id_user, opts = {})
|
|
6857
6857
|
data, _status_code, _headers = users_id_user_logs_get_with_http_info(id_user, opts)
|
|
6858
6858
|
data
|
|
@@ -6873,7 +6873,7 @@ module BudgeaClient
|
|
|
6873
6873
|
# @option opts [Integer] :id_connector ID of a connector
|
|
6874
6874
|
# @option opts [BOOLEAN] :charged consider only logs for charged connectors
|
|
6875
6875
|
# @option opts [String] :expand
|
|
6876
|
-
# @return [Array<(
|
|
6876
|
+
# @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
|
|
6877
6877
|
def users_id_user_logs_get_with_http_info(id_user, opts = {})
|
|
6878
6878
|
if @api_client.config.debugging
|
|
6879
6879
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_logs_get ...'
|
|
@@ -6918,7 +6918,7 @@ module BudgeaClient
|
|
|
6918
6918
|
:form_params => form_params,
|
|
6919
6919
|
:body => post_body,
|
|
6920
6920
|
:auth_names => auth_names,
|
|
6921
|
-
:return_type => '
|
|
6921
|
+
:return_type => 'InlineResponse20017')
|
|
6922
6922
|
if @api_client.config.debugging
|
|
6923
6923
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
6924
6924
|
end
|
|
@@ -7131,7 +7131,7 @@ module BudgeaClient
|
|
|
7131
7131
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
7132
7132
|
# @option opts [Integer] :id_type filter with a document type
|
|
7133
7133
|
# @option opts [String] :expand
|
|
7134
|
-
# @return [
|
|
7134
|
+
# @return [InlineResponse20029]
|
|
7135
7135
|
def users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts = {})
|
|
7136
7136
|
data, _status_code, _headers = users_id_user_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_subscription, opts)
|
|
7137
7137
|
data
|
|
@@ -7152,7 +7152,7 @@ module BudgeaClient
|
|
|
7152
7152
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
7153
7153
|
# @option opts [Integer] :id_type filter with a document type
|
|
7154
7154
|
# @option opts [String] :expand
|
|
7155
|
-
# @return [Array<(
|
|
7155
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
7156
7156
|
def users_id_user_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_subscription, opts = {})
|
|
7157
7157
|
if @api_client.config.debugging
|
|
7158
7158
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_subscriptions_id_subscription_documents_get ...'
|
|
@@ -7200,7 +7200,7 @@ module BudgeaClient
|
|
|
7200
7200
|
:form_params => form_params,
|
|
7201
7201
|
:body => post_body,
|
|
7202
7202
|
:auth_names => auth_names,
|
|
7203
|
-
:return_type => '
|
|
7203
|
+
:return_type => 'InlineResponse20029')
|
|
7204
7204
|
if @api_client.config.debugging
|
|
7205
7205
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_subscriptions_id_subscription_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
7206
7206
|
end
|
|
@@ -7701,7 +7701,7 @@ module BudgeaClient
|
|
|
7701
7701
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
7702
7702
|
# @option opts [Integer] :id_type filter with a document type
|
|
7703
7703
|
# @option opts [String] :expand
|
|
7704
|
-
# @return [
|
|
7704
|
+
# @return [InlineResponse20029]
|
|
7705
7705
|
def users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts = {})
|
|
7706
7706
|
data, _status_code, _headers = users_id_user_transactions_id_transaction_documents_get_with_http_info(id_user, id_transaction, opts)
|
|
7707
7707
|
data
|
|
@@ -7722,7 +7722,7 @@ module BudgeaClient
|
|
|
7722
7722
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
7723
7723
|
# @option opts [Integer] :id_type filter with a document type
|
|
7724
7724
|
# @option opts [String] :expand
|
|
7725
|
-
# @return [Array<(
|
|
7725
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
7726
7726
|
def users_id_user_transactions_id_transaction_documents_get_with_http_info(id_user, id_transaction, opts = {})
|
|
7727
7727
|
if @api_client.config.debugging
|
|
7728
7728
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_transactions_id_transaction_documents_get ...'
|
|
@@ -7770,7 +7770,7 @@ module BudgeaClient
|
|
|
7770
7770
|
:form_params => form_params,
|
|
7771
7771
|
:body => post_body,
|
|
7772
7772
|
:auth_names => auth_names,
|
|
7773
|
-
:return_type => '
|
|
7773
|
+
:return_type => 'InlineResponse20029')
|
|
7774
7774
|
if @api_client.config.debugging
|
|
7775
7775
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
7776
7776
|
end
|
|
@@ -8202,7 +8202,7 @@ module BudgeaClient
|
|
|
8202
8202
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
8203
8203
|
# @option opts [Integer] :id_type filter with a document type
|
|
8204
8204
|
# @option opts [String] :expand
|
|
8205
|
-
# @return [
|
|
8205
|
+
# @return [InlineResponse20029]
|
|
8206
8206
|
def users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts = {})
|
|
8207
8207
|
data, _status_code, _headers = users_id_user_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_transactions_cluster, opts)
|
|
8208
8208
|
data
|
|
@@ -8223,7 +8223,7 @@ module BudgeaClient
|
|
|
8223
8223
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
|
8224
8224
|
# @option opts [Integer] :id_type filter with a document type
|
|
8225
8225
|
# @option opts [String] :expand
|
|
8226
|
-
# @return [Array<(
|
|
8226
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
|
8227
8227
|
def users_id_user_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_transactions_cluster, opts = {})
|
|
8228
8228
|
if @api_client.config.debugging
|
|
8229
8229
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_transactionsclusters_id_transactions_cluster_documents_get ...'
|
|
@@ -8271,7 +8271,7 @@ module BudgeaClient
|
|
|
8271
8271
|
:form_params => form_params,
|
|
8272
8272
|
:body => post_body,
|
|
8273
8273
|
:auth_names => auth_names,
|
|
8274
|
-
:return_type => '
|
|
8274
|
+
:return_type => 'InlineResponse20029')
|
|
8275
8275
|
if @api_client.config.debugging
|
|
8276
8276
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
|
8277
8277
|
end
|