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
@@ -1160,7 +1160,7 @@ module BudgeaClient
|
|
1160
1160
|
# @param id_connector
|
1161
1161
|
# @param [Hash] opts the optional parameters
|
1162
1162
|
# @option opts [String] :expand
|
1163
|
-
# @return [
|
1163
|
+
# @return [InlineResponse20019]
|
1164
1164
|
def providers_id_connector_logos_get(id_connector, opts = {})
|
1165
1165
|
data, _status_code, _headers = providers_id_connector_logos_get_with_http_info(id_connector, opts)
|
1166
1166
|
data
|
@@ -1171,7 +1171,7 @@ module BudgeaClient
|
|
1171
1171
|
# @param id_connector
|
1172
1172
|
# @param [Hash] opts the optional parameters
|
1173
1173
|
# @option opts [String] :expand
|
1174
|
-
# @return [Array<(
|
1174
|
+
# @return [Array<(InlineResponse20019, Fixnum, Hash)>] InlineResponse20019 data, response status code and response headers
|
1175
1175
|
def providers_id_connector_logos_get_with_http_info(id_connector, opts = {})
|
1176
1176
|
if @api_client.config.debugging
|
1177
1177
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.providers_id_connector_logos_get ...'
|
@@ -1206,7 +1206,7 @@ module BudgeaClient
|
|
1206
1206
|
:form_params => form_params,
|
1207
1207
|
:body => post_body,
|
1208
1208
|
:auth_names => auth_names,
|
1209
|
-
:return_type => '
|
1209
|
+
:return_type => 'InlineResponse20019')
|
1210
1210
|
if @api_client.config.debugging
|
1211
1211
|
@api_client.config.logger.debug "API called: ProvidersApi#providers_id_connector_logos_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1212
1212
|
end
|
@@ -1411,7 +1411,7 @@ module BudgeaClient
|
|
1411
1411
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
1412
1412
|
# @option opts [Integer] :id_type filter with a document type
|
1413
1413
|
# @option opts [String] :expand
|
1414
|
-
# @return [
|
1414
|
+
# @return [InlineResponse20031]
|
1415
1415
|
def users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts = {})
|
1416
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)
|
1417
1417
|
data
|
@@ -1433,7 +1433,7 @@ module BudgeaClient
|
|
1433
1433
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
1434
1434
|
# @option opts [Integer] :id_type filter with a document type
|
1435
1435
|
# @option opts [String] :expand
|
1436
|
-
# @return [Array<(
|
1436
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
1437
1437
|
def users_id_user_accounts_id_account_transactions_id_transaction_documents_get_with_http_info(id_user, id_account, id_transaction, opts = {})
|
1438
1438
|
if @api_client.config.debugging
|
1439
1439
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_accounts_id_account_transactions_id_transaction_documents_get ...'
|
@@ -1485,7 +1485,7 @@ module BudgeaClient
|
|
1485
1485
|
:form_params => form_params,
|
1486
1486
|
:body => post_body,
|
1487
1487
|
:auth_names => auth_names,
|
1488
|
-
:return_type => '
|
1488
|
+
:return_type => 'InlineResponse20031')
|
1489
1489
|
if @api_client.config.debugging
|
1490
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}"
|
1491
1491
|
end
|
@@ -1948,7 +1948,7 @@ module BudgeaClient
|
|
1948
1948
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
1949
1949
|
# @option opts [Integer] :id_type filter with a document type
|
1950
1950
|
# @option opts [String] :expand
|
1951
|
-
# @return [
|
1951
|
+
# @return [InlineResponse20031]
|
1952
1952
|
def users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts = {})
|
1953
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)
|
1954
1954
|
data
|
@@ -1970,7 +1970,7 @@ module BudgeaClient
|
|
1970
1970
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
1971
1971
|
# @option opts [Integer] :id_type filter with a document type
|
1972
1972
|
# @option opts [String] :expand
|
1973
|
-
# @return [Array<(
|
1973
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
1974
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 = {})
|
1975
1975
|
if @api_client.config.debugging
|
1976
1976
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get ...'
|
@@ -2022,7 +2022,7 @@ module BudgeaClient
|
|
2022
2022
|
:form_params => form_params,
|
2023
2023
|
:body => post_body,
|
2024
2024
|
:auth_names => auth_names,
|
2025
|
-
:return_type => '
|
2025
|
+
:return_type => 'InlineResponse20031')
|
2026
2026
|
if @api_client.config.debugging
|
2027
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}"
|
2028
2028
|
end
|
@@ -2606,7 +2606,7 @@ module BudgeaClient
|
|
2606
2606
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
2607
2607
|
# @option opts [Integer] :id_type filter with a document type
|
2608
2608
|
# @option opts [String] :expand
|
2609
|
-
# @return [
|
2609
|
+
# @return [InlineResponse20031]
|
2610
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 = {})
|
2611
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)
|
2612
2612
|
data
|
@@ -2629,7 +2629,7 @@ module BudgeaClient
|
|
2629
2629
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
2630
2630
|
# @option opts [Integer] :id_type filter with a document type
|
2631
2631
|
# @option opts [String] :expand
|
2632
|
-
# @return [Array<(
|
2632
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
2633
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 = {})
|
2634
2634
|
if @api_client.config.debugging
|
2635
2635
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get ...'
|
@@ -2685,7 +2685,7 @@ module BudgeaClient
|
|
2685
2685
|
:form_params => form_params,
|
2686
2686
|
:body => post_body,
|
2687
2687
|
:auth_names => auth_names,
|
2688
|
-
:return_type => '
|
2688
|
+
:return_type => 'InlineResponse20031')
|
2689
2689
|
if @api_client.config.debugging
|
2690
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}"
|
2691
2691
|
end
|
@@ -3179,7 +3179,7 @@ module BudgeaClient
|
|
3179
3179
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
3180
3180
|
# @option opts [Integer] :id_type filter with a document type
|
3181
3181
|
# @option opts [String] :expand
|
3182
|
-
# @return [
|
3182
|
+
# @return [InlineResponse20031]
|
3183
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 = {})
|
3184
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)
|
3185
3185
|
data
|
@@ -3202,7 +3202,7 @@ module BudgeaClient
|
|
3202
3202
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
3203
3203
|
# @option opts [Integer] :id_type filter with a document type
|
3204
3204
|
# @option opts [String] :expand
|
3205
|
-
# @return [Array<(
|
3205
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
3206
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 = {})
|
3207
3207
|
if @api_client.config.debugging
|
3208
3208
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get ...'
|
@@ -3258,7 +3258,7 @@ module BudgeaClient
|
|
3258
3258
|
:form_params => form_params,
|
3259
3259
|
:body => post_body,
|
3260
3260
|
:auth_names => auth_names,
|
3261
|
-
:return_type => '
|
3261
|
+
:return_type => 'InlineResponse20031')
|
3262
3262
|
if @api_client.config.debugging
|
3263
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}"
|
3264
3264
|
end
|
@@ -3801,7 +3801,7 @@ module BudgeaClient
|
|
3801
3801
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
3802
3802
|
# @option opts [Integer] :id_type filter with a document type
|
3803
3803
|
# @option opts [String] :expand
|
3804
|
-
# @return [
|
3804
|
+
# @return [InlineResponse20031]
|
3805
3805
|
def users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts = {})
|
3806
3806
|
data, _status_code, _headers = users_id_user_connections_id_connection_documents_get_with_http_info(id_user, id_connection, opts)
|
3807
3807
|
data
|
@@ -3822,7 +3822,7 @@ module BudgeaClient
|
|
3822
3822
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
3823
3823
|
# @option opts [Integer] :id_type filter with a document type
|
3824
3824
|
# @option opts [String] :expand
|
3825
|
-
# @return [Array<(
|
3825
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
3826
3826
|
def users_id_user_connections_id_connection_documents_get_with_http_info(id_user, id_connection, opts = {})
|
3827
3827
|
if @api_client.config.debugging
|
3828
3828
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_documents_get ...'
|
@@ -3870,7 +3870,7 @@ module BudgeaClient
|
|
3870
3870
|
:form_params => form_params,
|
3871
3871
|
:body => post_body,
|
3872
3872
|
:auth_names => auth_names,
|
3873
|
-
:return_type => '
|
3873
|
+
:return_type => 'InlineResponse20031')
|
3874
3874
|
if @api_client.config.debugging
|
3875
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}"
|
3876
3876
|
end
|
@@ -4389,6 +4389,7 @@ module BudgeaClient
|
|
4389
4389
|
# @option opts [DateTime] :expire Set expiration of the connection to this date
|
4390
4390
|
# @option opts [String] :login Set login to this new login
|
4391
4391
|
# @option opts [String] :password Set password to this new password
|
4392
|
+
# @option opts [BOOLEAN] :decoupled Try to update a connection with the decoupled error
|
4392
4393
|
# @option opts [String] :expand
|
4393
4394
|
# @return [Connection]
|
4394
4395
|
def users_id_user_connections_id_connection_post(id_user, id_connection, opts = {})
|
@@ -4405,6 +4406,7 @@ module BudgeaClient
|
|
4405
4406
|
# @option opts [DateTime] :expire Set expiration of the connection to this date
|
4406
4407
|
# @option opts [String] :login Set login to this new login
|
4407
4408
|
# @option opts [String] :password Set password to this new password
|
4409
|
+
# @option opts [BOOLEAN] :decoupled Try to update a connection with the decoupled error
|
4408
4410
|
# @option opts [String] :expand
|
4409
4411
|
# @return [Array<(Connection, Fixnum, Hash)>] Connection data, response status code and response headers
|
4410
4412
|
def users_id_user_connections_id_connection_post_with_http_info(id_user, id_connection, opts = {})
|
@@ -4439,6 +4441,7 @@ module BudgeaClient
|
|
4439
4441
|
form_params['expire'] = opts[:'expire'] if !opts[:'expire'].nil?
|
4440
4442
|
form_params['login'] = opts[:'login'] if !opts[:'login'].nil?
|
4441
4443
|
form_params['password'] = opts[:'password'] if !opts[:'password'].nil?
|
4444
|
+
form_params['decoupled'] = opts[:'decoupled'] if !opts[:'decoupled'].nil?
|
4442
4445
|
|
4443
4446
|
# http body (model)
|
4444
4447
|
post_body = nil
|
@@ -4519,7 +4522,7 @@ module BudgeaClient
|
|
4519
4522
|
return data, status_code, headers
|
4520
4523
|
end
|
4521
4524
|
# Delete a subscription.
|
4522
|
-
# It deletes a specific subscription
|
4525
|
+
# It deletes a specific subscription.<br><br>
|
4523
4526
|
# @param id_user Hint: you can use 'me' or 'all'
|
4524
4527
|
# @param id_connection
|
4525
4528
|
# @param id_subscription
|
@@ -4532,7 +4535,7 @@ module BudgeaClient
|
|
4532
4535
|
end
|
4533
4536
|
|
4534
4537
|
# Delete a subscription.
|
4535
|
-
# It deletes a specific subscription
|
4538
|
+
# It deletes a specific subscription.<br><br>
|
4536
4539
|
# @param id_user Hint: you can use 'me' or 'all'
|
4537
4540
|
# @param id_connection
|
4538
4541
|
# @param id_subscription
|
@@ -4672,7 +4675,7 @@ module BudgeaClient
|
|
4672
4675
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
4673
4676
|
# @option opts [Integer] :id_type filter with a document type
|
4674
4677
|
# @option opts [String] :expand
|
4675
|
-
# @return [
|
4678
|
+
# @return [InlineResponse20031]
|
4676
4679
|
def users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts = {})
|
4677
4680
|
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)
|
4678
4681
|
data
|
@@ -4694,7 +4697,7 @@ module BudgeaClient
|
|
4694
4697
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
4695
4698
|
# @option opts [Integer] :id_type filter with a document type
|
4696
4699
|
# @option opts [String] :expand
|
4697
|
-
# @return [Array<(
|
4700
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
4698
4701
|
def users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_connection, id_subscription, opts = {})
|
4699
4702
|
if @api_client.config.debugging
|
4700
4703
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get ...'
|
@@ -4746,7 +4749,7 @@ module BudgeaClient
|
|
4746
4749
|
:form_params => form_params,
|
4747
4750
|
:body => post_body,
|
4748
4751
|
:auth_names => auth_names,
|
4749
|
-
:return_type => '
|
4752
|
+
:return_type => 'InlineResponse20031')
|
4750
4753
|
if @api_client.config.debugging
|
4751
4754
|
@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}"
|
4752
4755
|
end
|
@@ -5284,7 +5287,7 @@ module BudgeaClient
|
|
5284
5287
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
5285
5288
|
# @option opts [Integer] :id_type filter with a document type
|
5286
5289
|
# @option opts [String] :expand
|
5287
|
-
# @return [
|
5290
|
+
# @return [InlineResponse20031]
|
5288
5291
|
def users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts = {})
|
5289
5292
|
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)
|
5290
5293
|
data
|
@@ -5306,7 +5309,7 @@ module BudgeaClient
|
|
5306
5309
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
5307
5310
|
# @option opts [Integer] :id_type filter with a document type
|
5308
5311
|
# @option opts [String] :expand
|
5309
|
-
# @return [Array<(
|
5312
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
5310
5313
|
def users_id_user_connections_id_connection_transactions_id_transaction_documents_get_with_http_info(id_user, id_connection, id_transaction, opts = {})
|
5311
5314
|
if @api_client.config.debugging
|
5312
5315
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_transactions_id_transaction_documents_get ...'
|
@@ -5358,7 +5361,7 @@ module BudgeaClient
|
|
5358
5361
|
:form_params => form_params,
|
5359
5362
|
:body => post_body,
|
5360
5363
|
:auth_names => auth_names,
|
5361
|
-
:return_type => '
|
5364
|
+
:return_type => 'InlineResponse20031')
|
5362
5365
|
if @api_client.config.debugging
|
5363
5366
|
@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}"
|
5364
5367
|
end
|
@@ -5821,7 +5824,7 @@ module BudgeaClient
|
|
5821
5824
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
5822
5825
|
# @option opts [Integer] :id_type filter with a document type
|
5823
5826
|
# @option opts [String] :expand
|
5824
|
-
# @return [
|
5827
|
+
# @return [InlineResponse20031]
|
5825
5828
|
def users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts = {})
|
5826
5829
|
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)
|
5827
5830
|
data
|
@@ -5843,7 +5846,7 @@ module BudgeaClient
|
|
5843
5846
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
5844
5847
|
# @option opts [Integer] :id_type filter with a document type
|
5845
5848
|
# @option opts [String] :expand
|
5846
|
-
# @return [Array<(
|
5849
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
5847
5850
|
def users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_connection, id_transactions_cluster, opts = {})
|
5848
5851
|
if @api_client.config.debugging
|
5849
5852
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get ...'
|
@@ -5895,7 +5898,7 @@ module BudgeaClient
|
|
5895
5898
|
:form_params => form_params,
|
5896
5899
|
:body => post_body,
|
5897
5900
|
:auth_names => auth_names,
|
5898
|
-
:return_type => '
|
5901
|
+
:return_type => 'InlineResponse20031')
|
5899
5902
|
if @api_client.config.debugging
|
5900
5903
|
@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}"
|
5901
5904
|
end
|
@@ -6443,7 +6446,7 @@ module BudgeaClient
|
|
6443
6446
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
6444
6447
|
# @option opts [Integer] :id_type filter with a document type
|
6445
6448
|
# @option opts [String] :expand
|
6446
|
-
# @return [
|
6449
|
+
# @return [InlineResponse20031]
|
6447
6450
|
def users_id_user_documents_get(id_user, opts = {})
|
6448
6451
|
data, _status_code, _headers = users_id_user_documents_get_with_http_info(id_user, opts)
|
6449
6452
|
data
|
@@ -6463,7 +6466,7 @@ module BudgeaClient
|
|
6463
6466
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
6464
6467
|
# @option opts [Integer] :id_type filter with a document type
|
6465
6468
|
# @option opts [String] :expand
|
6466
|
-
# @return [Array<(
|
6469
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
6467
6470
|
def users_id_user_documents_get_with_http_info(id_user, opts = {})
|
6468
6471
|
if @api_client.config.debugging
|
6469
6472
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_documents_get ...'
|
@@ -6507,7 +6510,7 @@ module BudgeaClient
|
|
6507
6510
|
:form_params => form_params,
|
6508
6511
|
:body => post_body,
|
6509
6512
|
:auth_names => auth_names,
|
6510
|
-
:return_type => '
|
6513
|
+
:return_type => 'InlineResponse20031')
|
6511
6514
|
if @api_client.config.debugging
|
6512
6515
|
@api_client.config.logger.debug "API called: ProvidersApi#users_id_user_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
6513
6516
|
end
|
@@ -6991,7 +6994,7 @@ module BudgeaClient
|
|
6991
6994
|
return data, status_code, headers
|
6992
6995
|
end
|
6993
6996
|
# Delete a subscription.
|
6994
|
-
# It deletes a specific subscription
|
6997
|
+
# It deletes a specific subscription.<br><br>
|
6995
6998
|
# @param id_user Hint: you can use 'me' or 'all'
|
6996
6999
|
# @param id_subscription
|
6997
7000
|
# @param [Hash] opts the optional parameters
|
@@ -7003,7 +7006,7 @@ module BudgeaClient
|
|
7003
7006
|
end
|
7004
7007
|
|
7005
7008
|
# Delete a subscription.
|
7006
|
-
# It deletes a specific subscription
|
7009
|
+
# It deletes a specific subscription.<br><br>
|
7007
7010
|
# @param id_user Hint: you can use 'me' or 'all'
|
7008
7011
|
# @param id_subscription
|
7009
7012
|
# @param [Hash] opts the optional parameters
|
@@ -7131,7 +7134,7 @@ module BudgeaClient
|
|
7131
7134
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
7132
7135
|
# @option opts [Integer] :id_type filter with a document type
|
7133
7136
|
# @option opts [String] :expand
|
7134
|
-
# @return [
|
7137
|
+
# @return [InlineResponse20031]
|
7135
7138
|
def users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts = {})
|
7136
7139
|
data, _status_code, _headers = users_id_user_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_subscription, opts)
|
7137
7140
|
data
|
@@ -7152,7 +7155,7 @@ module BudgeaClient
|
|
7152
7155
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
7153
7156
|
# @option opts [Integer] :id_type filter with a document type
|
7154
7157
|
# @option opts [String] :expand
|
7155
|
-
# @return [Array<(
|
7158
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
7156
7159
|
def users_id_user_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_subscription, opts = {})
|
7157
7160
|
if @api_client.config.debugging
|
7158
7161
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_subscriptions_id_subscription_documents_get ...'
|
@@ -7200,7 +7203,7 @@ module BudgeaClient
|
|
7200
7203
|
:form_params => form_params,
|
7201
7204
|
:body => post_body,
|
7202
7205
|
:auth_names => auth_names,
|
7203
|
-
:return_type => '
|
7206
|
+
:return_type => 'InlineResponse20031')
|
7204
7207
|
if @api_client.config.debugging
|
7205
7208
|
@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
7209
|
end
|
@@ -7701,7 +7704,7 @@ module BudgeaClient
|
|
7701
7704
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
7702
7705
|
# @option opts [Integer] :id_type filter with a document type
|
7703
7706
|
# @option opts [String] :expand
|
7704
|
-
# @return [
|
7707
|
+
# @return [InlineResponse20031]
|
7705
7708
|
def users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts = {})
|
7706
7709
|
data, _status_code, _headers = users_id_user_transactions_id_transaction_documents_get_with_http_info(id_user, id_transaction, opts)
|
7707
7710
|
data
|
@@ -7722,7 +7725,7 @@ module BudgeaClient
|
|
7722
7725
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
7723
7726
|
# @option opts [Integer] :id_type filter with a document type
|
7724
7727
|
# @option opts [String] :expand
|
7725
|
-
# @return [Array<(
|
7728
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
7726
7729
|
def users_id_user_transactions_id_transaction_documents_get_with_http_info(id_user, id_transaction, opts = {})
|
7727
7730
|
if @api_client.config.debugging
|
7728
7731
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_transactions_id_transaction_documents_get ...'
|
@@ -7770,7 +7773,7 @@ module BudgeaClient
|
|
7770
7773
|
:form_params => form_params,
|
7771
7774
|
:body => post_body,
|
7772
7775
|
:auth_names => auth_names,
|
7773
|
-
:return_type => '
|
7776
|
+
:return_type => 'InlineResponse20031')
|
7774
7777
|
if @api_client.config.debugging
|
7775
7778
|
@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
7779
|
end
|
@@ -8202,7 +8205,7 @@ module BudgeaClient
|
|
8202
8205
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
8203
8206
|
# @option opts [Integer] :id_type filter with a document type
|
8204
8207
|
# @option opts [String] :expand
|
8205
|
-
# @return [
|
8208
|
+
# @return [InlineResponse20031]
|
8206
8209
|
def users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts = {})
|
8207
8210
|
data, _status_code, _headers = users_id_user_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_transactions_cluster, opts)
|
8208
8211
|
data
|
@@ -8223,7 +8226,7 @@ module BudgeaClient
|
|
8223
8226
|
# @option opts [Float] :max_timestamp maximum (inclusive) timestamp
|
8224
8227
|
# @option opts [Integer] :id_type filter with a document type
|
8225
8228
|
# @option opts [String] :expand
|
8226
|
-
# @return [Array<(
|
8229
|
+
# @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
|
8227
8230
|
def users_id_user_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_transactions_cluster, opts = {})
|
8228
8231
|
if @api_client.config.debugging
|
8229
8232
|
@api_client.config.logger.debug 'Calling API: ProvidersApi.users_id_user_transactionsclusters_id_transactions_cluster_documents_get ...'
|
@@ -8271,7 +8274,7 @@ module BudgeaClient
|
|
8271
8274
|
:form_params => form_params,
|
8272
8275
|
:body => post_body,
|
8273
8276
|
:auth_names => auth_names,
|
8274
|
-
:return_type => '
|
8277
|
+
:return_type => 'InlineResponse20031')
|
8275
8278
|
if @api_client.config.debugging
|
8276
8279
|
@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
8280
|
end
|
@@ -23,7 +23,7 @@ module BudgeaClient
|
|
23
23
|
#
|
24
24
|
# @param [Hash] opts the optional parameters
|
25
25
|
# @option opts [String] :expand
|
26
|
-
# @return [
|
26
|
+
# @return [InlineResponse20020]
|
27
27
|
def terms_get(opts = {})
|
28
28
|
data, _status_code, _headers = terms_get_with_http_info(opts)
|
29
29
|
data
|
@@ -33,7 +33,7 @@ module BudgeaClient
|
|
33
33
|
#
|
34
34
|
# @param [Hash] opts the optional parameters
|
35
35
|
# @option opts [String] :expand
|
36
|
-
# @return [Array<(
|
36
|
+
# @return [Array<(InlineResponse20020, Fixnum, Hash)>] InlineResponse20020 data, response status code and response headers
|
37
37
|
def terms_get_with_http_info(opts = {})
|
38
38
|
if @api_client.config.debugging
|
39
39
|
@api_client.config.logger.debug 'Calling API: TermsApi.terms_get ...'
|
@@ -64,7 +64,7 @@ module BudgeaClient
|
|
64
64
|
:form_params => form_params,
|
65
65
|
:body => post_body,
|
66
66
|
:auth_names => auth_names,
|
67
|
-
:return_type => '
|
67
|
+
:return_type => 'InlineResponse20020')
|
68
68
|
if @api_client.config.debugging
|
69
69
|
@api_client.config.logger.debug "API called: TermsApi#terms_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
70
70
|
end
|
@@ -132,7 +132,7 @@ module BudgeaClient
|
|
132
132
|
# @param id_user Hint: you can use 'me' or 'all'
|
133
133
|
# @param [Hash] opts the optional parameters
|
134
134
|
# @option opts [String] :expand
|
135
|
-
# @return [
|
135
|
+
# @return [InlineResponse20020]
|
136
136
|
def users_id_user_terms_get(id_user, opts = {})
|
137
137
|
data, _status_code, _headers = users_id_user_terms_get_with_http_info(id_user, opts)
|
138
138
|
data
|
@@ -143,7 +143,7 @@ module BudgeaClient
|
|
143
143
|
# @param id_user Hint: you can use 'me' or 'all'
|
144
144
|
# @param [Hash] opts the optional parameters
|
145
145
|
# @option opts [String] :expand
|
146
|
-
# @return [Array<(
|
146
|
+
# @return [Array<(InlineResponse20020, Fixnum, Hash)>] InlineResponse20020 data, response status code and response headers
|
147
147
|
def users_id_user_terms_get_with_http_info(id_user, opts = {})
|
148
148
|
if @api_client.config.debugging
|
149
149
|
@api_client.config.logger.debug 'Calling API: TermsApi.users_id_user_terms_get ...'
|
@@ -178,7 +178,7 @@ module BudgeaClient
|
|
178
178
|
:form_params => form_params,
|
179
179
|
:body => post_body,
|
180
180
|
:auth_names => auth_names,
|
181
|
-
:return_type => '
|
181
|
+
:return_type => 'InlineResponse20020')
|
182
182
|
if @api_client.config.debugging
|
183
183
|
@api_client.config.logger.debug "API called: TermsApi#users_id_user_terms_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
184
184
|
end
|
@@ -34,7 +34,7 @@ module BudgeaClient
|
|
34
34
|
# @option opts [String] :iban
|
35
35
|
# @option opts [String] :error
|
36
36
|
# @option opts [String] :id
|
37
|
-
# @return [
|
37
|
+
# @return [InlineResponse20028]
|
38
38
|
def users_id_user_accounts_id_account_recipients_get(id_user, id_account, opts = {})
|
39
39
|
data, _status_code, _headers = users_id_user_accounts_id_account_recipients_get_with_http_info(id_user, id_account, opts)
|
40
40
|
data
|
@@ -55,7 +55,7 @@ module BudgeaClient
|
|
55
55
|
# @option opts [String] :iban
|
56
56
|
# @option opts [String] :error
|
57
57
|
# @option opts [String] :id
|
58
|
-
# @return [Array<(
|
58
|
+
# @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
|
59
59
|
def users_id_user_accounts_id_account_recipients_get_with_http_info(id_user, id_account, opts = {})
|
60
60
|
if @api_client.config.debugging
|
61
61
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_accounts_id_account_recipients_get ...'
|
@@ -103,7 +103,7 @@ module BudgeaClient
|
|
103
103
|
:form_params => form_params,
|
104
104
|
:body => post_body,
|
105
105
|
:auth_names => auth_names,
|
106
|
-
:return_type => '
|
106
|
+
:return_type => 'InlineResponse20028')
|
107
107
|
if @api_client.config.debugging
|
108
108
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_accounts_id_account_recipients_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
109
109
|
end
|
@@ -189,7 +189,7 @@ module BudgeaClient
|
|
189
189
|
# @param [Hash] opts the optional parameters
|
190
190
|
# @option opts [String] :period period to group logs
|
191
191
|
# @option opts [String] :expand
|
192
|
-
# @return [
|
192
|
+
# @return [InlineResponse20029]
|
193
193
|
def users_id_user_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_account, id_recipient, opts = {})
|
194
194
|
data, _status_code, _headers = users_id_user_accounts_id_account_recipients_id_recipient_transfers_get_with_http_info(id_user, id_account, id_recipient, opts)
|
195
195
|
data
|
@@ -203,7 +203,7 @@ module BudgeaClient
|
|
203
203
|
# @param [Hash] opts the optional parameters
|
204
204
|
# @option opts [String] :period period to group logs
|
205
205
|
# @option opts [String] :expand
|
206
|
-
# @return [Array<(
|
206
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
207
207
|
def users_id_user_accounts_id_account_recipients_id_recipient_transfers_get_with_http_info(id_user, id_account, id_recipient, opts = {})
|
208
208
|
if @api_client.config.debugging
|
209
209
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_accounts_id_account_recipients_id_recipient_transfers_get ...'
|
@@ -247,7 +247,7 @@ module BudgeaClient
|
|
247
247
|
:form_params => form_params,
|
248
248
|
:body => post_body,
|
249
249
|
:auth_names => auth_names,
|
250
|
-
:return_type => '
|
250
|
+
:return_type => 'InlineResponse20029')
|
251
251
|
if @api_client.config.debugging
|
252
252
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_accounts_id_account_recipients_id_recipient_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
253
253
|
end
|
@@ -498,7 +498,7 @@ module BudgeaClient
|
|
498
498
|
# @param [Hash] opts the optional parameters
|
499
499
|
# @option opts [String] :period period to group logs
|
500
500
|
# @option opts [String] :expand
|
501
|
-
# @return [
|
501
|
+
# @return [InlineResponse20029]
|
502
502
|
def users_id_user_accounts_id_account_transfers_get(id_user, id_account, opts = {})
|
503
503
|
data, _status_code, _headers = users_id_user_accounts_id_account_transfers_get_with_http_info(id_user, id_account, opts)
|
504
504
|
data
|
@@ -511,7 +511,7 @@ module BudgeaClient
|
|
511
511
|
# @param [Hash] opts the optional parameters
|
512
512
|
# @option opts [String] :period period to group logs
|
513
513
|
# @option opts [String] :expand
|
514
|
-
# @return [Array<(
|
514
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
515
515
|
def users_id_user_accounts_id_account_transfers_get_with_http_info(id_user, id_account, opts = {})
|
516
516
|
if @api_client.config.debugging
|
517
517
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_accounts_id_account_transfers_get ...'
|
@@ -551,7 +551,7 @@ module BudgeaClient
|
|
551
551
|
:form_params => form_params,
|
552
552
|
:body => post_body,
|
553
553
|
:auth_names => auth_names,
|
554
|
-
:return_type => '
|
554
|
+
:return_type => 'InlineResponse20029')
|
555
555
|
if @api_client.config.debugging
|
556
556
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_accounts_id_account_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
557
557
|
end
|
@@ -784,7 +784,7 @@ module BudgeaClient
|
|
784
784
|
# @param id_account
|
785
785
|
# @param [Hash] opts the optional parameters
|
786
786
|
# @option opts [String] :expand
|
787
|
-
# @return [
|
787
|
+
# @return [InlineResponse20028]
|
788
788
|
def users_id_user_connections_id_connection_accounts_id_account_recipients_get(id_user, id_connection, id_account, opts = {})
|
789
789
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_recipients_get_with_http_info(id_user, id_connection, id_account, opts)
|
790
790
|
data
|
@@ -797,7 +797,7 @@ module BudgeaClient
|
|
797
797
|
# @param id_account
|
798
798
|
# @param [Hash] opts the optional parameters
|
799
799
|
# @option opts [String] :expand
|
800
|
-
# @return [Array<(
|
800
|
+
# @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
|
801
801
|
def users_id_user_connections_id_connection_accounts_id_account_recipients_get_with_http_info(id_user, id_connection, id_account, opts = {})
|
802
802
|
if @api_client.config.debugging
|
803
803
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_accounts_id_account_recipients_get ...'
|
@@ -840,7 +840,7 @@ module BudgeaClient
|
|
840
840
|
:form_params => form_params,
|
841
841
|
:body => post_body,
|
842
842
|
:auth_names => auth_names,
|
843
|
-
:return_type => '
|
843
|
+
:return_type => 'InlineResponse20028')
|
844
844
|
if @api_client.config.debugging
|
845
845
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_accounts_id_account_recipients_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
846
846
|
end
|
@@ -933,7 +933,7 @@ module BudgeaClient
|
|
933
933
|
# @param [Hash] opts the optional parameters
|
934
934
|
# @option opts [String] :period period to group logs
|
935
935
|
# @option opts [String] :expand
|
936
|
-
# @return [
|
936
|
+
# @return [InlineResponse20029]
|
937
937
|
def users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_connection, id_account, id_recipient, opts = {})
|
938
938
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get_with_http_info(id_user, id_connection, id_account, id_recipient, opts)
|
939
939
|
data
|
@@ -948,7 +948,7 @@ module BudgeaClient
|
|
948
948
|
# @param [Hash] opts the optional parameters
|
949
949
|
# @option opts [String] :period period to group logs
|
950
950
|
# @option opts [String] :expand
|
951
|
-
# @return [Array<(
|
951
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
952
952
|
def users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get_with_http_info(id_user, id_connection, id_account, id_recipient, opts = {})
|
953
953
|
if @api_client.config.debugging
|
954
954
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get ...'
|
@@ -996,7 +996,7 @@ module BudgeaClient
|
|
996
996
|
:form_params => form_params,
|
997
997
|
:body => post_body,
|
998
998
|
:auth_names => auth_names,
|
999
|
-
:return_type => '
|
999
|
+
:return_type => 'InlineResponse20029')
|
1000
1000
|
if @api_client.config.debugging
|
1001
1001
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1002
1002
|
end
|
@@ -1266,7 +1266,7 @@ module BudgeaClient
|
|
1266
1266
|
# @param [Hash] opts the optional parameters
|
1267
1267
|
# @option opts [String] :period period to group logs
|
1268
1268
|
# @option opts [String] :expand
|
1269
|
-
# @return [
|
1269
|
+
# @return [InlineResponse20029]
|
1270
1270
|
def users_id_user_connections_id_connection_accounts_id_account_transfers_get(id_user, id_connection, id_account, opts = {})
|
1271
1271
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transfers_get_with_http_info(id_user, id_connection, id_account, opts)
|
1272
1272
|
data
|
@@ -1280,7 +1280,7 @@ module BudgeaClient
|
|
1280
1280
|
# @param [Hash] opts the optional parameters
|
1281
1281
|
# @option opts [String] :period period to group logs
|
1282
1282
|
# @option opts [String] :expand
|
1283
|
-
# @return [Array<(
|
1283
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
1284
1284
|
def users_id_user_connections_id_connection_accounts_id_account_transfers_get_with_http_info(id_user, id_connection, id_account, opts = {})
|
1285
1285
|
if @api_client.config.debugging
|
1286
1286
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_accounts_id_account_transfers_get ...'
|
@@ -1324,7 +1324,7 @@ module BudgeaClient
|
|
1324
1324
|
:form_params => form_params,
|
1325
1325
|
:body => post_body,
|
1326
1326
|
:auth_names => auth_names,
|
1327
|
-
:return_type => '
|
1327
|
+
:return_type => 'InlineResponse20029')
|
1328
1328
|
if @api_client.config.debugging
|
1329
1329
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_accounts_id_account_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1330
1330
|
end
|
@@ -1574,7 +1574,7 @@ module BudgeaClient
|
|
1574
1574
|
# @param id_connection
|
1575
1575
|
# @param [Hash] opts the optional parameters
|
1576
1576
|
# @option opts [String] :expand
|
1577
|
-
# @return [
|
1577
|
+
# @return [InlineResponse20028]
|
1578
1578
|
def users_id_user_connections_id_connection_recipients_get(id_user, id_connection, opts = {})
|
1579
1579
|
data, _status_code, _headers = users_id_user_connections_id_connection_recipients_get_with_http_info(id_user, id_connection, opts)
|
1580
1580
|
data
|
@@ -1586,7 +1586,7 @@ module BudgeaClient
|
|
1586
1586
|
# @param id_connection
|
1587
1587
|
# @param [Hash] opts the optional parameters
|
1588
1588
|
# @option opts [String] :expand
|
1589
|
-
# @return [Array<(
|
1589
|
+
# @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
|
1590
1590
|
def users_id_user_connections_id_connection_recipients_get_with_http_info(id_user, id_connection, opts = {})
|
1591
1591
|
if @api_client.config.debugging
|
1592
1592
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_recipients_get ...'
|
@@ -1625,7 +1625,7 @@ module BudgeaClient
|
|
1625
1625
|
:form_params => form_params,
|
1626
1626
|
:body => post_body,
|
1627
1627
|
:auth_names => auth_names,
|
1628
|
-
:return_type => '
|
1628
|
+
:return_type => 'InlineResponse20028')
|
1629
1629
|
if @api_client.config.debugging
|
1630
1630
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_recipients_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1631
1631
|
end
|
@@ -1711,7 +1711,7 @@ module BudgeaClient
|
|
1711
1711
|
# @param [Hash] opts the optional parameters
|
1712
1712
|
# @option opts [String] :period period to group logs
|
1713
1713
|
# @option opts [String] :expand
|
1714
|
-
# @return [
|
1714
|
+
# @return [InlineResponse20029]
|
1715
1715
|
def users_id_user_connections_id_connection_recipients_id_recipient_transfers_get(id_user, id_connection, id_recipient, opts = {})
|
1716
1716
|
data, _status_code, _headers = users_id_user_connections_id_connection_recipients_id_recipient_transfers_get_with_http_info(id_user, id_connection, id_recipient, opts)
|
1717
1717
|
data
|
@@ -1725,7 +1725,7 @@ module BudgeaClient
|
|
1725
1725
|
# @param [Hash] opts the optional parameters
|
1726
1726
|
# @option opts [String] :period period to group logs
|
1727
1727
|
# @option opts [String] :expand
|
1728
|
-
# @return [Array<(
|
1728
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
1729
1729
|
def users_id_user_connections_id_connection_recipients_id_recipient_transfers_get_with_http_info(id_user, id_connection, id_recipient, opts = {})
|
1730
1730
|
if @api_client.config.debugging
|
1731
1731
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_recipients_id_recipient_transfers_get ...'
|
@@ -1769,7 +1769,7 @@ module BudgeaClient
|
|
1769
1769
|
:form_params => form_params,
|
1770
1770
|
:body => post_body,
|
1771
1771
|
:auth_names => auth_names,
|
1772
|
-
:return_type => '
|
1772
|
+
:return_type => 'InlineResponse20029')
|
1773
1773
|
if @api_client.config.debugging
|
1774
1774
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_recipients_id_recipient_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1775
1775
|
end
|
@@ -2020,7 +2020,7 @@ module BudgeaClient
|
|
2020
2020
|
# @param [Hash] opts the optional parameters
|
2021
2021
|
# @option opts [String] :period period to group logs
|
2022
2022
|
# @option opts [String] :expand
|
2023
|
-
# @return [
|
2023
|
+
# @return [InlineResponse20029]
|
2024
2024
|
def users_id_user_connections_id_connection_transfers_get(id_user, id_connection, opts = {})
|
2025
2025
|
data, _status_code, _headers = users_id_user_connections_id_connection_transfers_get_with_http_info(id_user, id_connection, opts)
|
2026
2026
|
data
|
@@ -2033,7 +2033,7 @@ module BudgeaClient
|
|
2033
2033
|
# @param [Hash] opts the optional parameters
|
2034
2034
|
# @option opts [String] :period period to group logs
|
2035
2035
|
# @option opts [String] :expand
|
2036
|
-
# @return [Array<(
|
2036
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
2037
2037
|
def users_id_user_connections_id_connection_transfers_get_with_http_info(id_user, id_connection, opts = {})
|
2038
2038
|
if @api_client.config.debugging
|
2039
2039
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_transfers_get ...'
|
@@ -2073,7 +2073,7 @@ module BudgeaClient
|
|
2073
2073
|
:form_params => form_params,
|
2074
2074
|
:body => post_body,
|
2075
2075
|
:auth_names => auth_names,
|
2076
|
-
:return_type => '
|
2076
|
+
:return_type => 'InlineResponse20029')
|
2077
2077
|
if @api_client.config.debugging
|
2078
2078
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2079
2079
|
end
|
@@ -2304,7 +2304,7 @@ module BudgeaClient
|
|
2304
2304
|
# @param id_user Hint: you can use 'me' or 'all'
|
2305
2305
|
# @param [Hash] opts the optional parameters
|
2306
2306
|
# @option opts [String] :expand
|
2307
|
-
# @return [
|
2307
|
+
# @return [InlineResponse20028]
|
2308
2308
|
def users_id_user_recipients_get(id_user, opts = {})
|
2309
2309
|
data, _status_code, _headers = users_id_user_recipients_get_with_http_info(id_user, opts)
|
2310
2310
|
data
|
@@ -2315,7 +2315,7 @@ module BudgeaClient
|
|
2315
2315
|
# @param id_user Hint: you can use 'me' or 'all'
|
2316
2316
|
# @param [Hash] opts the optional parameters
|
2317
2317
|
# @option opts [String] :expand
|
2318
|
-
# @return [Array<(
|
2318
|
+
# @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
|
2319
2319
|
def users_id_user_recipients_get_with_http_info(id_user, opts = {})
|
2320
2320
|
if @api_client.config.debugging
|
2321
2321
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_recipients_get ...'
|
@@ -2350,7 +2350,7 @@ module BudgeaClient
|
|
2350
2350
|
:form_params => form_params,
|
2351
2351
|
:body => post_body,
|
2352
2352
|
:auth_names => auth_names,
|
2353
|
-
:return_type => '
|
2353
|
+
:return_type => 'InlineResponse20028')
|
2354
2354
|
if @api_client.config.debugging
|
2355
2355
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_recipients_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2356
2356
|
end
|
@@ -2429,7 +2429,7 @@ module BudgeaClient
|
|
2429
2429
|
# @param [Hash] opts the optional parameters
|
2430
2430
|
# @option opts [String] :period period to group logs
|
2431
2431
|
# @option opts [String] :expand
|
2432
|
-
# @return [
|
2432
|
+
# @return [InlineResponse20029]
|
2433
2433
|
def users_id_user_recipients_id_recipient_transfers_get(id_user, id_recipient, opts = {})
|
2434
2434
|
data, _status_code, _headers = users_id_user_recipients_id_recipient_transfers_get_with_http_info(id_user, id_recipient, opts)
|
2435
2435
|
data
|
@@ -2442,7 +2442,7 @@ module BudgeaClient
|
|
2442
2442
|
# @param [Hash] opts the optional parameters
|
2443
2443
|
# @option opts [String] :period period to group logs
|
2444
2444
|
# @option opts [String] :expand
|
2445
|
-
# @return [Array<(
|
2445
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
2446
2446
|
def users_id_user_recipients_id_recipient_transfers_get_with_http_info(id_user, id_recipient, opts = {})
|
2447
2447
|
if @api_client.config.debugging
|
2448
2448
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_recipients_id_recipient_transfers_get ...'
|
@@ -2482,7 +2482,7 @@ module BudgeaClient
|
|
2482
2482
|
:form_params => form_params,
|
2483
2483
|
:body => post_body,
|
2484
2484
|
:auth_names => auth_names,
|
2485
|
-
:return_type => '
|
2485
|
+
:return_type => 'InlineResponse20029')
|
2486
2486
|
if @api_client.config.debugging
|
2487
2487
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_recipients_id_recipient_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2488
2488
|
end
|
@@ -2714,7 +2714,7 @@ module BudgeaClient
|
|
2714
2714
|
# @param [Hash] opts the optional parameters
|
2715
2715
|
# @option opts [String] :period period to group logs
|
2716
2716
|
# @option opts [String] :expand
|
2717
|
-
# @return [
|
2717
|
+
# @return [InlineResponse20029]
|
2718
2718
|
def users_id_user_transfers_get(id_user, opts = {})
|
2719
2719
|
data, _status_code, _headers = users_id_user_transfers_get_with_http_info(id_user, opts)
|
2720
2720
|
data
|
@@ -2726,7 +2726,7 @@ module BudgeaClient
|
|
2726
2726
|
# @param [Hash] opts the optional parameters
|
2727
2727
|
# @option opts [String] :period period to group logs
|
2728
2728
|
# @option opts [String] :expand
|
2729
|
-
# @return [Array<(
|
2729
|
+
# @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
|
2730
2730
|
def users_id_user_transfers_get_with_http_info(id_user, opts = {})
|
2731
2731
|
if @api_client.config.debugging
|
2732
2732
|
@api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_transfers_get ...'
|
@@ -2762,7 +2762,7 @@ module BudgeaClient
|
|
2762
2762
|
:form_params => form_params,
|
2763
2763
|
:body => post_body,
|
2764
2764
|
:auth_names => auth_names,
|
2765
|
-
:return_type => '
|
2765
|
+
:return_type => 'InlineResponse20029')
|
2766
2766
|
if @api_client.config.debugging
|
2767
2767
|
@api_client.config.logger.debug "API called: TransfersApi#users_id_user_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2768
2768
|
end
|