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
data/lib/budgea_client.rb
CHANGED
@@ -74,7 +74,9 @@ require 'budgea_client/models/inline_response_200_35'
|
|
74
74
|
require 'budgea_client/models/inline_response_200_36'
|
75
75
|
require 'budgea_client/models/inline_response_200_37'
|
76
76
|
require 'budgea_client/models/inline_response_200_38'
|
77
|
+
require 'budgea_client/models/inline_response_200_39'
|
77
78
|
require 'budgea_client/models/inline_response_200_4'
|
79
|
+
require 'budgea_client/models/inline_response_200_40'
|
78
80
|
require 'budgea_client/models/inline_response_200_5'
|
79
81
|
require 'budgea_client/models/inline_response_200_6'
|
80
82
|
require 'budgea_client/models/inline_response_200_7'
|
@@ -312,8 +312,8 @@ module BudgeaClient
|
|
312
312
|
# @option opts [String] :description_banks text to display as a description for banks
|
313
313
|
# @option opts [String] :description_providers text to display as a description for providers
|
314
314
|
# @option opts [BOOLEAN] :pro Wether the client should display the company manager page
|
315
|
-
# @option opts [String] :
|
316
|
-
# @option opts [BOOLEAN] :
|
315
|
+
# @option opts [String] :config custom config about the client
|
316
|
+
# @option opts [BOOLEAN] :update_config update the custom information about the client instead of replacing the existing one (default: True)
|
317
317
|
# @option opts [String] :expand
|
318
318
|
# @return [Client]
|
319
319
|
def clients_id_client_put(id_client, opts = {})
|
@@ -335,8 +335,8 @@ module BudgeaClient
|
|
335
335
|
# @option opts [String] :description_banks text to display as a description for banks
|
336
336
|
# @option opts [String] :description_providers text to display as a description for providers
|
337
337
|
# @option opts [BOOLEAN] :pro Wether the client should display the company manager page
|
338
|
-
# @option opts [String] :
|
339
|
-
# @option opts [BOOLEAN] :
|
338
|
+
# @option opts [String] :config custom config about the client
|
339
|
+
# @option opts [BOOLEAN] :update_config update the custom information about the client instead of replacing the existing one (default: True)
|
340
340
|
# @option opts [String] :expand
|
341
341
|
# @return [Array<(Client, Fixnum, Hash)>] Client data, response status code and response headers
|
342
342
|
def clients_id_client_put_with_http_info(id_client, opts = {})
|
@@ -373,8 +373,8 @@ module BudgeaClient
|
|
373
373
|
form_params['description_banks'] = opts[:'description_banks'] if !opts[:'description_banks'].nil?
|
374
374
|
form_params['description_providers'] = opts[:'description_providers'] if !opts[:'description_providers'].nil?
|
375
375
|
form_params['pro'] = opts[:'pro'] if !opts[:'pro'].nil?
|
376
|
-
form_params['
|
377
|
-
form_params['
|
376
|
+
form_params['config'] = opts[:'config'] if !opts[:'config'].nil?
|
377
|
+
form_params['update_config'] = opts[:'update_config'] if !opts[:'update_config'].nil?
|
378
378
|
|
379
379
|
# http body (model)
|
380
380
|
post_body = nil
|
@@ -397,7 +397,7 @@ module BudgeaClient
|
|
397
397
|
# @option opts [BOOLEAN] :generate_keys if True, generate a rsa pair of keys so the client can be used to generate jwt user tokens (default: False)
|
398
398
|
# @option opts [String] :name name of client
|
399
399
|
# @option opts [String] :redirect_uri redirect_uri
|
400
|
-
# @option opts [String] :
|
400
|
+
# @option opts [String] :config custom config about the client
|
401
401
|
# @option opts [String] :expand
|
402
402
|
# @return [Client]
|
403
403
|
def clients_post(opts = {})
|
@@ -411,7 +411,7 @@ module BudgeaClient
|
|
411
411
|
# @option opts [BOOLEAN] :generate_keys if True, generate a rsa pair of keys so the client can be used to generate jwt user tokens (default: False)
|
412
412
|
# @option opts [String] :name name of client
|
413
413
|
# @option opts [String] :redirect_uri redirect_uri
|
414
|
-
# @option opts [String] :
|
414
|
+
# @option opts [String] :config custom config about the client
|
415
415
|
# @option opts [String] :expand
|
416
416
|
# @return [Array<(Client, Fixnum, Hash)>] Client data, response status code and response headers
|
417
417
|
def clients_post_with_http_info(opts = {})
|
@@ -437,7 +437,7 @@ module BudgeaClient
|
|
437
437
|
form_params['generate_keys'] = opts[:'generate_keys'] if !opts[:'generate_keys'].nil?
|
438
438
|
form_params['name'] = opts[:'name'] if !opts[:'name'].nil?
|
439
439
|
form_params['redirect_uri'] = opts[:'redirect_uri'] if !opts[:'redirect_uri'].nil?
|
440
|
-
form_params['
|
440
|
+
form_params['config'] = opts[:'config'] if !opts[:'config'].nil?
|
441
441
|
|
442
442
|
# http body (model)
|
443
443
|
post_body = nil
|
@@ -1054,7 +1054,7 @@ module BudgeaClient
|
|
1054
1054
|
#
|
1055
1055
|
# @param [Hash] opts the optional parameters
|
1056
1056
|
# @option opts [String] :expand
|
1057
|
-
# @return [
|
1057
|
+
# @return [InlineResponse20039]
|
1058
1058
|
def webhooks_auth_get(opts = {})
|
1059
1059
|
data, _status_code, _headers = webhooks_auth_get_with_http_info(opts)
|
1060
1060
|
data
|
@@ -1064,7 +1064,7 @@ module BudgeaClient
|
|
1064
1064
|
#
|
1065
1065
|
# @param [Hash] opts the optional parameters
|
1066
1066
|
# @option opts [String] :expand
|
1067
|
-
# @return [Array<(
|
1067
|
+
# @return [Array<(InlineResponse20039, Fixnum, Hash)>] InlineResponse20039 data, response status code and response headers
|
1068
1068
|
def webhooks_auth_get_with_http_info(opts = {})
|
1069
1069
|
if @api_client.config.debugging
|
1070
1070
|
@api_client.config.logger.debug 'Calling API: AdministrationApi.webhooks_auth_get ...'
|
@@ -1095,7 +1095,7 @@ module BudgeaClient
|
|
1095
1095
|
:form_params => form_params,
|
1096
1096
|
:body => post_body,
|
1097
1097
|
:auth_names => auth_names,
|
1098
|
-
:return_type => '
|
1098
|
+
:return_type => 'InlineResponse20039')
|
1099
1099
|
if @api_client.config.debugging
|
1100
1100
|
@api_client.config.logger.debug "API called: AdministrationApi#webhooks_auth_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1101
1101
|
end
|
@@ -1429,7 +1429,7 @@ module BudgeaClient
|
|
1429
1429
|
#
|
1430
1430
|
# @param [Hash] opts the optional parameters
|
1431
1431
|
# @option opts [String] :expand
|
1432
|
-
# @return [
|
1432
|
+
# @return [InlineResponse20038]
|
1433
1433
|
def webhooks_get(opts = {})
|
1434
1434
|
data, _status_code, _headers = webhooks_get_with_http_info(opts)
|
1435
1435
|
data
|
@@ -1439,7 +1439,7 @@ module BudgeaClient
|
|
1439
1439
|
#
|
1440
1440
|
# @param [Hash] opts the optional parameters
|
1441
1441
|
# @option opts [String] :expand
|
1442
|
-
# @return [Array<(
|
1442
|
+
# @return [Array<(InlineResponse20038, Fixnum, Hash)>] InlineResponse20038 data, response status code and response headers
|
1443
1443
|
def webhooks_get_with_http_info(opts = {})
|
1444
1444
|
if @api_client.config.debugging
|
1445
1445
|
@api_client.config.logger.debug 'Calling API: AdministrationApi.webhooks_get ...'
|
@@ -1470,7 +1470,7 @@ module BudgeaClient
|
|
1470
1470
|
:form_params => form_params,
|
1471
1471
|
:body => post_body,
|
1472
1472
|
:auth_names => auth_names,
|
1473
|
-
:return_type => '
|
1473
|
+
:return_type => 'InlineResponse20038')
|
1474
1474
|
if @api_client.config.debugging
|
1475
1475
|
@api_client.config.logger.debug "API called: AdministrationApi#webhooks_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1476
1476
|
end
|
@@ -1595,7 +1595,7 @@ module BudgeaClient
|
|
1595
1595
|
# @option opts [Date] :min_date minimal (inclusive) date
|
1596
1596
|
# @option opts [Date] :max_date maximum (inclusive) date
|
1597
1597
|
# @option opts [String] :expand
|
1598
|
-
# @return [
|
1598
|
+
# @return [InlineResponse20040]
|
1599
1599
|
def webhooks_id_webhook_logs_get(id_webhook, opts = {})
|
1600
1600
|
data, _status_code, _headers = webhooks_id_webhook_logs_get_with_http_info(id_webhook, opts)
|
1601
1601
|
data
|
@@ -1610,7 +1610,7 @@ module BudgeaClient
|
|
1610
1610
|
# @option opts [Date] :min_date minimal (inclusive) date
|
1611
1611
|
# @option opts [Date] :max_date maximum (inclusive) date
|
1612
1612
|
# @option opts [String] :expand
|
1613
|
-
# @return [Array<(
|
1613
|
+
# @return [Array<(InlineResponse20040, Fixnum, Hash)>] InlineResponse20040 data, response status code and response headers
|
1614
1614
|
def webhooks_id_webhook_logs_get_with_http_info(id_webhook, opts = {})
|
1615
1615
|
if @api_client.config.debugging
|
1616
1616
|
@api_client.config.logger.debug 'Calling API: AdministrationApi.webhooks_id_webhook_logs_get ...'
|
@@ -1649,7 +1649,7 @@ module BudgeaClient
|
|
1649
1649
|
:form_params => form_params,
|
1650
1650
|
:body => post_body,
|
1651
1651
|
:auth_names => auth_names,
|
1652
|
-
:return_type => '
|
1652
|
+
:return_type => 'InlineResponse20040')
|
1653
1653
|
if @api_client.config.debugging
|
1654
1654
|
@api_client.config.logger.debug "API called: AdministrationApi#webhooks_id_webhook_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1655
1655
|
end
|
@@ -1744,7 +1744,7 @@ module BudgeaClient
|
|
1744
1744
|
# @param id_connector
|
1745
1745
|
# @param [Hash] opts the optional parameters
|
1746
1746
|
# @option opts [String] :expand
|
1747
|
-
# @return [
|
1747
|
+
# @return [InlineResponse20019]
|
1748
1748
|
def providers_id_connector_logos_get(id_connector, opts = {})
|
1749
1749
|
data, _status_code, _headers = providers_id_connector_logos_get_with_http_info(id_connector, opts)
|
1750
1750
|
data
|
@@ -1755,7 +1755,7 @@ module BudgeaClient
|
|
1755
1755
|
# @param id_connector
|
1756
1756
|
# @param [Hash] opts the optional parameters
|
1757
1757
|
# @option opts [String] :expand
|
1758
|
-
# @return [Array<(
|
1758
|
+
# @return [Array<(InlineResponse20019, Fixnum, Hash)>] InlineResponse20019 data, response status code and response headers
|
1759
1759
|
def providers_id_connector_logos_get_with_http_info(id_connector, opts = {})
|
1760
1760
|
if @api_client.config.debugging
|
1761
1761
|
@api_client.config.logger.debug 'Calling API: BanksApi.providers_id_connector_logos_get ...'
|
@@ -1790,7 +1790,7 @@ module BudgeaClient
|
|
1790
1790
|
:form_params => form_params,
|
1791
1791
|
:body => post_body,
|
1792
1792
|
:auth_names => auth_names,
|
1793
|
-
:return_type => '
|
1793
|
+
:return_type => 'InlineResponse20019')
|
1794
1794
|
if @api_client.config.debugging
|
1795
1795
|
@api_client.config.logger.debug "API called: BanksApi#providers_id_connector_logos_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
1796
1796
|
end
|
@@ -2092,7 +2092,7 @@ module BudgeaClient
|
|
2092
2092
|
# @param id_user Hint: you can use 'me' or 'all'
|
2093
2093
|
# @param [Hash] opts the optional parameters
|
2094
2094
|
# @option opts [String] :expand
|
2095
|
-
# @return [
|
2095
|
+
# @return [InlineResponse20022]
|
2096
2096
|
def users_id_user_accounts_get(id_user, opts = {})
|
2097
2097
|
data, _status_code, _headers = users_id_user_accounts_get_with_http_info(id_user, opts)
|
2098
2098
|
data
|
@@ -2103,7 +2103,7 @@ module BudgeaClient
|
|
2103
2103
|
# @param id_user Hint: you can use 'me' or 'all'
|
2104
2104
|
# @param [Hash] opts the optional parameters
|
2105
2105
|
# @option opts [String] :expand
|
2106
|
-
# @return [Array<(
|
2106
|
+
# @return [Array<(InlineResponse20022, Fixnum, Hash)>] InlineResponse20022 data, response status code and response headers
|
2107
2107
|
def users_id_user_accounts_get_with_http_info(id_user, opts = {})
|
2108
2108
|
if @api_client.config.debugging
|
2109
2109
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_get ...'
|
@@ -2138,7 +2138,7 @@ module BudgeaClient
|
|
2138
2138
|
:form_params => form_params,
|
2139
2139
|
:body => post_body,
|
2140
2140
|
:auth_names => auth_names,
|
2141
|
-
:return_type => '
|
2141
|
+
:return_type => 'InlineResponse20022')
|
2142
2142
|
if @api_client.config.debugging
|
2143
2143
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2144
2144
|
end
|
@@ -2344,7 +2344,7 @@ module BudgeaClient
|
|
2344
2344
|
# @option opts [Date] :min_date minimal (inclusive) date
|
2345
2345
|
# @option opts [Date] :max_date maximum (inclusive) date
|
2346
2346
|
# @option opts [String] :expand
|
2347
|
-
# @return [
|
2347
|
+
# @return [InlineResponse20026]
|
2348
2348
|
def users_id_user_accounts_id_account_logs_get(id_user, id_account, opts = {})
|
2349
2349
|
data, _status_code, _headers = users_id_user_accounts_id_account_logs_get_with_http_info(id_user, id_account, opts)
|
2350
2350
|
data
|
@@ -2360,7 +2360,7 @@ module BudgeaClient
|
|
2360
2360
|
# @option opts [Date] :min_date minimal (inclusive) date
|
2361
2361
|
# @option opts [Date] :max_date maximum (inclusive) date
|
2362
2362
|
# @option opts [String] :expand
|
2363
|
-
# @return [Array<(
|
2363
|
+
# @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
|
2364
2364
|
def users_id_user_accounts_id_account_logs_get_with_http_info(id_user, id_account, opts = {})
|
2365
2365
|
if @api_client.config.debugging
|
2366
2366
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_id_account_logs_get ...'
|
@@ -2403,7 +2403,7 @@ module BudgeaClient
|
|
2403
2403
|
:form_params => form_params,
|
2404
2404
|
:body => post_body,
|
2405
2405
|
:auth_names => auth_names,
|
2406
|
-
:return_type => '
|
2406
|
+
:return_type => 'InlineResponse20026')
|
2407
2407
|
if @api_client.config.debugging
|
2408
2408
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_id_account_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2409
2409
|
end
|
@@ -2575,7 +2575,7 @@ module BudgeaClient
|
|
2575
2575
|
# @option opts [String] :search search in labels, dates, values and categories
|
2576
2576
|
# @option opts [String] :value \"XX|-XX\" or \"±XX\"
|
2577
2577
|
# @option opts [String] :expand
|
2578
|
-
# @return [
|
2578
|
+
# @return [InlineResponse20030]
|
2579
2579
|
def users_id_user_accounts_id_account_transactions_get(id_user, id_account, opts = {})
|
2580
2580
|
data, _status_code, _headers = users_id_user_accounts_id_account_transactions_get_with_http_info(id_user, id_account, opts)
|
2581
2581
|
data
|
@@ -2600,7 +2600,7 @@ module BudgeaClient
|
|
2600
2600
|
# @option opts [String] :search search in labels, dates, values and categories
|
2601
2601
|
# @option opts [String] :value \"XX|-XX\" or \"±XX\"
|
2602
2602
|
# @option opts [String] :expand
|
2603
|
-
# @return [Array<(
|
2603
|
+
# @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
|
2604
2604
|
def users_id_user_accounts_id_account_transactions_get_with_http_info(id_user, id_account, opts = {})
|
2605
2605
|
if @api_client.config.debugging
|
2606
2606
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_id_account_transactions_get ...'
|
@@ -2652,7 +2652,7 @@ module BudgeaClient
|
|
2652
2652
|
:form_params => form_params,
|
2653
2653
|
:body => post_body,
|
2654
2654
|
:auth_names => auth_names,
|
2655
|
-
:return_type => '
|
2655
|
+
:return_type => 'InlineResponse20030')
|
2656
2656
|
if @api_client.config.debugging
|
2657
2657
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_id_account_transactions_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2658
2658
|
end
|
@@ -2734,7 +2734,7 @@ module BudgeaClient
|
|
2734
2734
|
# @param id_transaction
|
2735
2735
|
# @param [Hash] opts the optional parameters
|
2736
2736
|
# @option opts [String] :expand
|
2737
|
-
# @return [
|
2737
|
+
# @return [InlineResponse20032]
|
2738
2738
|
def users_id_user_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_account, id_transaction, opts = {})
|
2739
2739
|
data, _status_code, _headers = users_id_user_accounts_id_account_transactions_id_transaction_informations_get_with_http_info(id_user, id_account, id_transaction, opts)
|
2740
2740
|
data
|
@@ -2747,7 +2747,7 @@ module BudgeaClient
|
|
2747
2747
|
# @param id_transaction
|
2748
2748
|
# @param [Hash] opts the optional parameters
|
2749
2749
|
# @option opts [String] :expand
|
2750
|
-
# @return [Array<(
|
2750
|
+
# @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
|
2751
2751
|
def users_id_user_accounts_id_account_transactions_id_transaction_informations_get_with_http_info(id_user, id_account, id_transaction, opts = {})
|
2752
2752
|
if @api_client.config.debugging
|
2753
2753
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_id_account_transactions_id_transaction_informations_get ...'
|
@@ -2790,7 +2790,7 @@ module BudgeaClient
|
|
2790
2790
|
:form_params => form_params,
|
2791
2791
|
:body => post_body,
|
2792
2792
|
:auth_names => auth_names,
|
2793
|
-
:return_type => '
|
2793
|
+
:return_type => 'InlineResponse20032')
|
2794
2794
|
if @api_client.config.debugging
|
2795
2795
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_id_account_transactions_id_transaction_informations_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
2796
2796
|
end
|
@@ -3210,7 +3210,7 @@ module BudgeaClient
|
|
3210
3210
|
# @param id_account
|
3211
3211
|
# @param [Hash] opts the optional parameters
|
3212
3212
|
# @option opts [String] :expand
|
3213
|
-
# @return [
|
3213
|
+
# @return [InlineResponse20033]
|
3214
3214
|
def users_id_user_accounts_id_account_transactionsclusters_get(id_user, id_account, opts = {})
|
3215
3215
|
data, _status_code, _headers = users_id_user_accounts_id_account_transactionsclusters_get_with_http_info(id_user, id_account, opts)
|
3216
3216
|
data
|
@@ -3222,7 +3222,7 @@ module BudgeaClient
|
|
3222
3222
|
# @param id_account
|
3223
3223
|
# @param [Hash] opts the optional parameters
|
3224
3224
|
# @option opts [String] :expand
|
3225
|
-
# @return [Array<(
|
3225
|
+
# @return [Array<(InlineResponse20033, Fixnum, Hash)>] InlineResponse20033 data, response status code and response headers
|
3226
3226
|
def users_id_user_accounts_id_account_transactionsclusters_get_with_http_info(id_user, id_account, opts = {})
|
3227
3227
|
if @api_client.config.debugging
|
3228
3228
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_id_account_transactionsclusters_get ...'
|
@@ -3261,7 +3261,7 @@ module BudgeaClient
|
|
3261
3261
|
:form_params => form_params,
|
3262
3262
|
:body => post_body,
|
3263
3263
|
:auth_names => auth_names,
|
3264
|
-
:return_type => '
|
3264
|
+
:return_type => 'InlineResponse20033')
|
3265
3265
|
if @api_client.config.debugging
|
3266
3266
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_id_account_transactionsclusters_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3267
3267
|
end
|
@@ -3613,7 +3613,7 @@ module BudgeaClient
|
|
3613
3613
|
# @param id_user Hint: you can use 'me' or 'all'
|
3614
3614
|
# @param [Hash] opts the optional parameters
|
3615
3615
|
# @option opts [String] :expand
|
3616
|
-
# @return [
|
3616
|
+
# @return [InlineResponse20034]
|
3617
3617
|
def users_id_user_alerts_get(id_user, opts = {})
|
3618
3618
|
data, _status_code, _headers = users_id_user_alerts_get_with_http_info(id_user, opts)
|
3619
3619
|
data
|
@@ -3624,7 +3624,7 @@ module BudgeaClient
|
|
3624
3624
|
# @param id_user Hint: you can use 'me' or 'all'
|
3625
3625
|
# @param [Hash] opts the optional parameters
|
3626
3626
|
# @option opts [String] :expand
|
3627
|
-
# @return [Array<(
|
3627
|
+
# @return [Array<(InlineResponse20034, Fixnum, Hash)>] InlineResponse20034 data, response status code and response headers
|
3628
3628
|
def users_id_user_alerts_get_with_http_info(id_user, opts = {})
|
3629
3629
|
if @api_client.config.debugging
|
3630
3630
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_alerts_get ...'
|
@@ -3659,7 +3659,7 @@ module BudgeaClient
|
|
3659
3659
|
:form_params => form_params,
|
3660
3660
|
:body => post_body,
|
3661
3661
|
:auth_names => auth_names,
|
3662
|
-
:return_type => '
|
3662
|
+
:return_type => 'InlineResponse20034')
|
3663
3663
|
if @api_client.config.debugging
|
3664
3664
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_alerts_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3665
3665
|
end
|
@@ -3670,7 +3670,7 @@ module BudgeaClient
|
|
3670
3670
|
# @param id_user Hint: you can use 'me' or 'all'
|
3671
3671
|
# @param [Hash] opts the optional parameters
|
3672
3672
|
# @option opts [String] :expand
|
3673
|
-
# @return [
|
3673
|
+
# @return [InlineResponse20035]
|
3674
3674
|
def users_id_user_categories_full_get(id_user, opts = {})
|
3675
3675
|
data, _status_code, _headers = users_id_user_categories_full_get_with_http_info(id_user, opts)
|
3676
3676
|
data
|
@@ -3681,7 +3681,7 @@ module BudgeaClient
|
|
3681
3681
|
# @param id_user Hint: you can use 'me' or 'all'
|
3682
3682
|
# @param [Hash] opts the optional parameters
|
3683
3683
|
# @option opts [String] :expand
|
3684
|
-
# @return [Array<(
|
3684
|
+
# @return [Array<(InlineResponse20035, Fixnum, Hash)>] InlineResponse20035 data, response status code and response headers
|
3685
3685
|
def users_id_user_categories_full_get_with_http_info(id_user, opts = {})
|
3686
3686
|
if @api_client.config.debugging
|
3687
3687
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_categories_full_get ...'
|
@@ -3716,7 +3716,7 @@ module BudgeaClient
|
|
3716
3716
|
:form_params => form_params,
|
3717
3717
|
:body => post_body,
|
3718
3718
|
:auth_names => auth_names,
|
3719
|
-
:return_type => '
|
3719
|
+
:return_type => 'InlineResponse20035')
|
3720
3720
|
if @api_client.config.debugging
|
3721
3721
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_categories_full_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
3722
3722
|
end
|
@@ -4168,7 +4168,7 @@ module BudgeaClient
|
|
4168
4168
|
# @param id_connection
|
4169
4169
|
# @param [Hash] opts the optional parameters
|
4170
4170
|
# @option opts [String] :expand
|
4171
|
-
# @return [
|
4171
|
+
# @return [InlineResponse20022]
|
4172
4172
|
def users_id_user_connections_id_connection_accounts_get(id_user, id_connection, opts = {})
|
4173
4173
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_get_with_http_info(id_user, id_connection, opts)
|
4174
4174
|
data
|
@@ -4180,7 +4180,7 @@ module BudgeaClient
|
|
4180
4180
|
# @param id_connection
|
4181
4181
|
# @param [Hash] opts the optional parameters
|
4182
4182
|
# @option opts [String] :expand
|
4183
|
-
# @return [Array<(
|
4183
|
+
# @return [Array<(InlineResponse20022, Fixnum, Hash)>] InlineResponse20022 data, response status code and response headers
|
4184
4184
|
def users_id_user_connections_id_connection_accounts_get_with_http_info(id_user, id_connection, opts = {})
|
4185
4185
|
if @api_client.config.debugging
|
4186
4186
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_get ...'
|
@@ -4219,7 +4219,7 @@ module BudgeaClient
|
|
4219
4219
|
:form_params => form_params,
|
4220
4220
|
:body => post_body,
|
4221
4221
|
:auth_names => auth_names,
|
4222
|
-
:return_type => '
|
4222
|
+
:return_type => 'InlineResponse20022')
|
4223
4223
|
if @api_client.config.debugging
|
4224
4224
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
4225
4225
|
end
|
@@ -4444,7 +4444,7 @@ module BudgeaClient
|
|
4444
4444
|
# @option opts [Date] :min_date minimal (inclusive) date
|
4445
4445
|
# @option opts [Date] :max_date maximum (inclusive) date
|
4446
4446
|
# @option opts [String] :expand
|
4447
|
-
# @return [
|
4447
|
+
# @return [InlineResponse20026]
|
4448
4448
|
def users_id_user_connections_id_connection_accounts_id_account_logs_get(id_user, id_connection, id_account, opts = {})
|
4449
4449
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_logs_get_with_http_info(id_user, id_connection, id_account, opts)
|
4450
4450
|
data
|
@@ -4461,7 +4461,7 @@ module BudgeaClient
|
|
4461
4461
|
# @option opts [Date] :min_date minimal (inclusive) date
|
4462
4462
|
# @option opts [Date] :max_date maximum (inclusive) date
|
4463
4463
|
# @option opts [String] :expand
|
4464
|
-
# @return [Array<(
|
4464
|
+
# @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
|
4465
4465
|
def users_id_user_connections_id_connection_accounts_id_account_logs_get_with_http_info(id_user, id_connection, id_account, opts = {})
|
4466
4466
|
if @api_client.config.debugging
|
4467
4467
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_id_account_logs_get ...'
|
@@ -4508,7 +4508,7 @@ module BudgeaClient
|
|
4508
4508
|
:form_params => form_params,
|
4509
4509
|
:body => post_body,
|
4510
4510
|
:auth_names => auth_names,
|
4511
|
-
:return_type => '
|
4511
|
+
:return_type => 'InlineResponse20026')
|
4512
4512
|
if @api_client.config.debugging
|
4513
4513
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_id_account_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
4514
4514
|
end
|
@@ -4693,7 +4693,7 @@ module BudgeaClient
|
|
4693
4693
|
# @option opts [String] :search search in labels, dates, values and categories
|
4694
4694
|
# @option opts [String] :value \"XX|-XX\" or \"±XX\"
|
4695
4695
|
# @option opts [String] :expand
|
4696
|
-
# @return [
|
4696
|
+
# @return [InlineResponse20030]
|
4697
4697
|
def users_id_user_connections_id_connection_accounts_id_account_transactions_get(id_user, id_connection, id_account, opts = {})
|
4698
4698
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transactions_get_with_http_info(id_user, id_connection, id_account, opts)
|
4699
4699
|
data
|
@@ -4719,7 +4719,7 @@ module BudgeaClient
|
|
4719
4719
|
# @option opts [String] :search search in labels, dates, values and categories
|
4720
4720
|
# @option opts [String] :value \"XX|-XX\" or \"±XX\"
|
4721
4721
|
# @option opts [String] :expand
|
4722
|
-
# @return [Array<(
|
4722
|
+
# @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
|
4723
4723
|
def users_id_user_connections_id_connection_accounts_id_account_transactions_get_with_http_info(id_user, id_connection, id_account, opts = {})
|
4724
4724
|
if @api_client.config.debugging
|
4725
4725
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_id_account_transactions_get ...'
|
@@ -4775,7 +4775,7 @@ module BudgeaClient
|
|
4775
4775
|
:form_params => form_params,
|
4776
4776
|
:body => post_body,
|
4777
4777
|
:auth_names => auth_names,
|
4778
|
-
:return_type => '
|
4778
|
+
:return_type => 'InlineResponse20030')
|
4779
4779
|
if @api_client.config.debugging
|
4780
4780
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_id_account_transactions_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
4781
4781
|
end
|
@@ -4864,7 +4864,7 @@ module BudgeaClient
|
|
4864
4864
|
# @param id_transaction
|
4865
4865
|
# @param [Hash] opts the optional parameters
|
4866
4866
|
# @option opts [String] :expand
|
4867
|
-
# @return [
|
4867
|
+
# @return [InlineResponse20032]
|
4868
4868
|
def users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_connection, id_account, id_transaction, opts = {})
|
4869
4869
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get_with_http_info(id_user, id_connection, id_account, id_transaction, opts)
|
4870
4870
|
data
|
@@ -4878,7 +4878,7 @@ module BudgeaClient
|
|
4878
4878
|
# @param id_transaction
|
4879
4879
|
# @param [Hash] opts the optional parameters
|
4880
4880
|
# @option opts [String] :expand
|
4881
|
-
# @return [Array<(
|
4881
|
+
# @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
|
4882
4882
|
def users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get_with_http_info(id_user, id_connection, id_account, id_transaction, opts = {})
|
4883
4883
|
if @api_client.config.debugging
|
4884
4884
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get ...'
|
@@ -4925,7 +4925,7 @@ module BudgeaClient
|
|
4925
4925
|
:form_params => form_params,
|
4926
4926
|
:body => post_body,
|
4927
4927
|
:auth_names => auth_names,
|
4928
|
-
:return_type => '
|
4928
|
+
:return_type => 'InlineResponse20032')
|
4929
4929
|
if @api_client.config.debugging
|
4930
4930
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
4931
4931
|
end
|
@@ -5376,7 +5376,7 @@ module BudgeaClient
|
|
5376
5376
|
# @param id_account
|
5377
5377
|
# @param [Hash] opts the optional parameters
|
5378
5378
|
# @option opts [String] :expand
|
5379
|
-
# @return [
|
5379
|
+
# @return [InlineResponse20033]
|
5380
5380
|
def users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get(id_user, id_connection, id_account, opts = {})
|
5381
5381
|
data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get_with_http_info(id_user, id_connection, id_account, opts)
|
5382
5382
|
data
|
@@ -5389,7 +5389,7 @@ module BudgeaClient
|
|
5389
5389
|
# @param id_account
|
5390
5390
|
# @param [Hash] opts the optional parameters
|
5391
5391
|
# @option opts [String] :expand
|
5392
|
-
# @return [Array<(
|
5392
|
+
# @return [Array<(InlineResponse20033, Fixnum, Hash)>] InlineResponse20033 data, response status code and response headers
|
5393
5393
|
def users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get_with_http_info(id_user, id_connection, id_account, opts = {})
|
5394
5394
|
if @api_client.config.debugging
|
5395
5395
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get ...'
|
@@ -5432,7 +5432,7 @@ module BudgeaClient
|
|
5432
5432
|
:form_params => form_params,
|
5433
5433
|
:body => post_body,
|
5434
5434
|
:auth_names => auth_names,
|
5435
|
-
:return_type => '
|
5435
|
+
:return_type => 'InlineResponse20033')
|
5436
5436
|
if @api_client.config.debugging
|
5437
5437
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
5438
5438
|
end
|
@@ -6037,6 +6037,7 @@ module BudgeaClient
|
|
6037
6037
|
# @option opts [DateTime] :expire Set expiration of the connection to this date
|
6038
6038
|
# @option opts [String] :login Set login to this new login
|
6039
6039
|
# @option opts [String] :password Set password to this new password
|
6040
|
+
# @option opts [BOOLEAN] :decoupled Try to update a connection with the decoupled error
|
6040
6041
|
# @option opts [String] :expand
|
6041
6042
|
# @return [Connection]
|
6042
6043
|
def users_id_user_connections_id_connection_post(id_user, id_connection, opts = {})
|
@@ -6053,6 +6054,7 @@ module BudgeaClient
|
|
6053
6054
|
# @option opts [DateTime] :expire Set expiration of the connection to this date
|
6054
6055
|
# @option opts [String] :login Set login to this new login
|
6055
6056
|
# @option opts [String] :password Set password to this new password
|
6057
|
+
# @option opts [BOOLEAN] :decoupled Try to update a connection with the decoupled error
|
6056
6058
|
# @option opts [String] :expand
|
6057
6059
|
# @return [Array<(Connection, Fixnum, Hash)>] Connection data, response status code and response headers
|
6058
6060
|
def users_id_user_connections_id_connection_post_with_http_info(id_user, id_connection, opts = {})
|
@@ -6087,6 +6089,7 @@ module BudgeaClient
|
|
6087
6089
|
form_params['expire'] = opts[:'expire'] if !opts[:'expire'].nil?
|
6088
6090
|
form_params['login'] = opts[:'login'] if !opts[:'login'].nil?
|
6089
6091
|
form_params['password'] = opts[:'password'] if !opts[:'password'].nil?
|
6092
|
+
form_params['decoupled'] = opts[:'decoupled'] if !opts[:'decoupled'].nil?
|
6090
6093
|
|
6091
6094
|
# http body (model)
|
6092
6095
|
post_body = nil
|
@@ -6248,7 +6251,7 @@ module BudgeaClient
|
|
6248
6251
|
# @option opts [String] :search search in labels, dates, values and categories
|
6249
6252
|
# @option opts [String] :value \"XX|-XX\" or \"±XX\"
|
6250
6253
|
# @option opts [String] :expand
|
6251
|
-
# @return [
|
6254
|
+
# @return [InlineResponse20030]
|
6252
6255
|
def users_id_user_connections_id_connection_transactions_get(id_user, id_connection, opts = {})
|
6253
6256
|
data, _status_code, _headers = users_id_user_connections_id_connection_transactions_get_with_http_info(id_user, id_connection, opts)
|
6254
6257
|
data
|
@@ -6273,7 +6276,7 @@ module BudgeaClient
|
|
6273
6276
|
# @option opts [String] :search search in labels, dates, values and categories
|
6274
6277
|
# @option opts [String] :value \"XX|-XX\" or \"±XX\"
|
6275
6278
|
# @option opts [String] :expand
|
6276
|
-
# @return [Array<(
|
6279
|
+
# @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
|
6277
6280
|
def users_id_user_connections_id_connection_transactions_get_with_http_info(id_user, id_connection, opts = {})
|
6278
6281
|
if @api_client.config.debugging
|
6279
6282
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_transactions_get ...'
|
@@ -6325,7 +6328,7 @@ module BudgeaClient
|
|
6325
6328
|
:form_params => form_params,
|
6326
6329
|
:body => post_body,
|
6327
6330
|
:auth_names => auth_names,
|
6328
|
-
:return_type => '
|
6331
|
+
:return_type => 'InlineResponse20030')
|
6329
6332
|
if @api_client.config.debugging
|
6330
6333
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_transactions_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
6331
6334
|
end
|
@@ -6407,7 +6410,7 @@ module BudgeaClient
|
|
6407
6410
|
# @param id_transaction
|
6408
6411
|
# @param [Hash] opts the optional parameters
|
6409
6412
|
# @option opts [String] :expand
|
6410
|
-
# @return [
|
6413
|
+
# @return [InlineResponse20032]
|
6411
6414
|
def users_id_user_connections_id_connection_transactions_id_transaction_informations_get(id_user, id_connection, id_transaction, opts = {})
|
6412
6415
|
data, _status_code, _headers = users_id_user_connections_id_connection_transactions_id_transaction_informations_get_with_http_info(id_user, id_connection, id_transaction, opts)
|
6413
6416
|
data
|
@@ -6420,7 +6423,7 @@ module BudgeaClient
|
|
6420
6423
|
# @param id_transaction
|
6421
6424
|
# @param [Hash] opts the optional parameters
|
6422
6425
|
# @option opts [String] :expand
|
6423
|
-
# @return [Array<(
|
6426
|
+
# @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
|
6424
6427
|
def users_id_user_connections_id_connection_transactions_id_transaction_informations_get_with_http_info(id_user, id_connection, id_transaction, opts = {})
|
6425
6428
|
if @api_client.config.debugging
|
6426
6429
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_transactions_id_transaction_informations_get ...'
|
@@ -6463,7 +6466,7 @@ module BudgeaClient
|
|
6463
6466
|
:form_params => form_params,
|
6464
6467
|
:body => post_body,
|
6465
6468
|
:auth_names => auth_names,
|
6466
|
-
:return_type => '
|
6469
|
+
:return_type => 'InlineResponse20032')
|
6467
6470
|
if @api_client.config.debugging
|
6468
6471
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_transactions_id_transaction_informations_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
6469
6472
|
end
|
@@ -6883,7 +6886,7 @@ module BudgeaClient
|
|
6883
6886
|
# @param id_connection
|
6884
6887
|
# @param [Hash] opts the optional parameters
|
6885
6888
|
# @option opts [String] :expand
|
6886
|
-
# @return [
|
6889
|
+
# @return [InlineResponse20033]
|
6887
6890
|
def users_id_user_connections_id_connection_transactionsclusters_get(id_user, id_connection, opts = {})
|
6888
6891
|
data, _status_code, _headers = users_id_user_connections_id_connection_transactionsclusters_get_with_http_info(id_user, id_connection, opts)
|
6889
6892
|
data
|
@@ -6895,7 +6898,7 @@ module BudgeaClient
|
|
6895
6898
|
# @param id_connection
|
6896
6899
|
# @param [Hash] opts the optional parameters
|
6897
6900
|
# @option opts [String] :expand
|
6898
|
-
# @return [Array<(
|
6901
|
+
# @return [Array<(InlineResponse20033, Fixnum, Hash)>] InlineResponse20033 data, response status code and response headers
|
6899
6902
|
def users_id_user_connections_id_connection_transactionsclusters_get_with_http_info(id_user, id_connection, opts = {})
|
6900
6903
|
if @api_client.config.debugging
|
6901
6904
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_transactionsclusters_get ...'
|
@@ -6934,7 +6937,7 @@ module BudgeaClient
|
|
6934
6937
|
:form_params => form_params,
|
6935
6938
|
:body => post_body,
|
6936
6939
|
:auth_names => auth_names,
|
6937
|
-
:return_type => '
|
6940
|
+
:return_type => 'InlineResponse20033')
|
6938
6941
|
if @api_client.config.debugging
|
6939
6942
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_transactionsclusters_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
6940
6943
|
end
|
@@ -7455,7 +7458,7 @@ module BudgeaClient
|
|
7455
7458
|
# @option opts [String] :search search in labels, dates, values and categories
|
7456
7459
|
# @option opts [String] :value \"XX|-XX\" or \"±XX\"
|
7457
7460
|
# @option opts [String] :expand
|
7458
|
-
# @return [
|
7461
|
+
# @return [InlineResponse20030]
|
7459
7462
|
def users_id_user_transactions_get(id_user, opts = {})
|
7460
7463
|
data, _status_code, _headers = users_id_user_transactions_get_with_http_info(id_user, opts)
|
7461
7464
|
data
|
@@ -7479,7 +7482,7 @@ module BudgeaClient
|
|
7479
7482
|
# @option opts [String] :search search in labels, dates, values and categories
|
7480
7483
|
# @option opts [String] :value \"XX|-XX\" or \"±XX\"
|
7481
7484
|
# @option opts [String] :expand
|
7482
|
-
# @return [Array<(
|
7485
|
+
# @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
|
7483
7486
|
def users_id_user_transactions_get_with_http_info(id_user, opts = {})
|
7484
7487
|
if @api_client.config.debugging
|
7485
7488
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_transactions_get ...'
|
@@ -7527,7 +7530,7 @@ module BudgeaClient
|
|
7527
7530
|
:form_params => form_params,
|
7528
7531
|
:body => post_body,
|
7529
7532
|
:auth_names => auth_names,
|
7530
|
-
:return_type => '
|
7533
|
+
:return_type => 'InlineResponse20030')
|
7531
7534
|
if @api_client.config.debugging
|
7532
7535
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_transactions_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
7533
7536
|
end
|
@@ -7602,7 +7605,7 @@ module BudgeaClient
|
|
7602
7605
|
# @param id_transaction
|
7603
7606
|
# @param [Hash] opts the optional parameters
|
7604
7607
|
# @option opts [String] :expand
|
7605
|
-
# @return [
|
7608
|
+
# @return [InlineResponse20032]
|
7606
7609
|
def users_id_user_transactions_id_transaction_informations_get(id_user, id_transaction, opts = {})
|
7607
7610
|
data, _status_code, _headers = users_id_user_transactions_id_transaction_informations_get_with_http_info(id_user, id_transaction, opts)
|
7608
7611
|
data
|
@@ -7614,7 +7617,7 @@ module BudgeaClient
|
|
7614
7617
|
# @param id_transaction
|
7615
7618
|
# @param [Hash] opts the optional parameters
|
7616
7619
|
# @option opts [String] :expand
|
7617
|
-
# @return [Array<(
|
7620
|
+
# @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
|
7618
7621
|
def users_id_user_transactions_id_transaction_informations_get_with_http_info(id_user, id_transaction, opts = {})
|
7619
7622
|
if @api_client.config.debugging
|
7620
7623
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_transactions_id_transaction_informations_get ...'
|
@@ -7653,7 +7656,7 @@ module BudgeaClient
|
|
7653
7656
|
:form_params => form_params,
|
7654
7657
|
:body => post_body,
|
7655
7658
|
:auth_names => auth_names,
|
7656
|
-
:return_type => '
|
7659
|
+
:return_type => 'InlineResponse20032')
|
7657
7660
|
if @api_client.config.debugging
|
7658
7661
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_transactions_id_transaction_informations_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
7659
7662
|
end
|
@@ -8042,7 +8045,7 @@ module BudgeaClient
|
|
8042
8045
|
# @param id_user Hint: you can use 'me' or 'all'
|
8043
8046
|
# @param [Hash] opts the optional parameters
|
8044
8047
|
# @option opts [String] :expand
|
8045
|
-
# @return [
|
8048
|
+
# @return [InlineResponse20033]
|
8046
8049
|
def users_id_user_transactionsclusters_get(id_user, opts = {})
|
8047
8050
|
data, _status_code, _headers = users_id_user_transactionsclusters_get_with_http_info(id_user, opts)
|
8048
8051
|
data
|
@@ -8053,7 +8056,7 @@ module BudgeaClient
|
|
8053
8056
|
# @param id_user Hint: you can use 'me' or 'all'
|
8054
8057
|
# @param [Hash] opts the optional parameters
|
8055
8058
|
# @option opts [String] :expand
|
8056
|
-
# @return [Array<(
|
8059
|
+
# @return [Array<(InlineResponse20033, Fixnum, Hash)>] InlineResponse20033 data, response status code and response headers
|
8057
8060
|
def users_id_user_transactionsclusters_get_with_http_info(id_user, opts = {})
|
8058
8061
|
if @api_client.config.debugging
|
8059
8062
|
@api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_transactionsclusters_get ...'
|
@@ -8088,7 +8091,7 @@ module BudgeaClient
|
|
8088
8091
|
:form_params => form_params,
|
8089
8092
|
:body => post_body,
|
8090
8093
|
:auth_names => auth_names,
|
8091
|
-
:return_type => '
|
8094
|
+
:return_type => 'InlineResponse20033')
|
8092
8095
|
if @api_client.config.debugging
|
8093
8096
|
@api_client.config.logger.debug "API called: BanksApi#users_id_user_transactionsclusters_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
|
8094
8097
|
end
|