budgea_client 5.0.4 → 5.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (67) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +19 -6
  4. data/budgea_openapi.json +1605 -1319
  5. data/config.json +1 -1
  6. data/docs/Account.md +1 -0
  7. data/docs/AdministrationApi.md +12 -12
  8. data/docs/BanksApi.md +263 -18
  9. data/docs/ConnectionsApi.md +251 -6
  10. data/docs/DocumentsApi.md +2 -2
  11. data/docs/InlineResponse20016.md +1 -1
  12. data/docs/InlineResponse20017.md +1 -1
  13. data/docs/InlineResponse20018.md +1 -1
  14. data/docs/InlineResponse20019.md +1 -1
  15. data/docs/InlineResponse20020.md +1 -1
  16. data/docs/InlineResponse20021.md +1 -1
  17. data/docs/InlineResponse20022.md +1 -1
  18. data/docs/InlineResponse20023.md +1 -1
  19. data/docs/InlineResponse20024.md +1 -1
  20. data/docs/InlineResponse20025.md +1 -1
  21. data/docs/InlineResponse20026.md +1 -1
  22. data/docs/InlineResponse20027.md +1 -1
  23. data/docs/InlineResponse20028.md +1 -1
  24. data/docs/InlineResponse20029.md +1 -1
  25. data/docs/InlineResponse20030.md +1 -1
  26. data/docs/PFMApi.md +9 -9
  27. data/docs/ProvidersApi.md +253 -8
  28. data/docs/TermsApi.md +72 -7
  29. data/docs/TransfersApi.md +24 -24
  30. data/docs/UsersManagementApi.md +2 -2
  31. data/docs/WealthApi.md +53 -37
  32. data/lib/budgea_client/api/administration_api.rb +13 -13
  33. data/lib/budgea_client/api/banks_api.rb +273 -27
  34. data/lib/budgea_client/api/connections_api.rb +255 -9
  35. data/lib/budgea_client/api/documents_api.rb +3 -3
  36. data/lib/budgea_client/api/pfm_api.rb +11 -11
  37. data/lib/budgea_client/api/providers_api.rb +258 -12
  38. data/lib/budgea_client/api/terms_api.rb +75 -9
  39. data/lib/budgea_client/api/transfers_api.rb +36 -36
  40. data/lib/budgea_client/api/users_management_api.rb +3 -3
  41. data/lib/budgea_client/api/wealth_api.rb +77 -53
  42. data/lib/budgea_client/models/account.rb +12 -1
  43. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  44. data/lib/budgea_client/models/inline_response_200_17.rb +18 -18
  45. data/lib/budgea_client/models/inline_response_200_18.rb +18 -18
  46. data/lib/budgea_client/models/inline_response_200_19.rb +18 -18
  47. data/lib/budgea_client/models/inline_response_200_20.rb +18 -18
  48. data/lib/budgea_client/models/inline_response_200_21.rb +18 -18
  49. data/lib/budgea_client/models/inline_response_200_22.rb +11 -11
  50. data/lib/budgea_client/models/inline_response_200_23.rb +11 -11
  51. data/lib/budgea_client/models/inline_response_200_24.rb +18 -18
  52. data/lib/budgea_client/models/inline_response_200_25.rb +18 -18
  53. data/lib/budgea_client/models/inline_response_200_26.rb +11 -11
  54. data/lib/budgea_client/models/inline_response_200_27.rb +11 -11
  55. data/lib/budgea_client/models/inline_response_200_28.rb +11 -11
  56. data/lib/budgea_client/models/inline_response_200_29.rb +18 -18
  57. data/lib/budgea_client/models/inline_response_200_30.rb +11 -11
  58. data/lib/budgea_client/version.rb +1 -1
  59. data/original_budgea_openapi.json +1559 -1474
  60. metadata +2 -9
  61. data/config.yaml +0 -15
  62. data/pkg/budgea_client-2.0.1.gem +0 -0
  63. data/pkg/budgea_client-2.0.2.gem +0 -0
  64. data/pkg/budgea_client-3.0.0.gem +0 -0
  65. data/pkg/budgea_client-4.0.1.gem +0 -0
  66. data/pkg/budgea_client-4.0.2.gem +0 -0
  67. data/pkg/budgea_client-4.0.3.gem +0 -0
@@ -23,7 +23,7 @@ module BudgeaClient
23
23
  #
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :expand
26
- # @return [InlineResponse20020]
26
+ # @return [InlineResponse20021]
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<(InlineResponse20020, Fixnum, Hash)>] InlineResponse20020 data, response status code and response headers
36
+ # @return [Array<(InlineResponse20021, Fixnum, Hash)>] InlineResponse20021 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,17 +64,81 @@ module BudgeaClient
64
64
  :form_params => form_params,
65
65
  :body => post_body,
66
66
  :auth_names => auth_names,
67
- :return_type => 'InlineResponse20020')
67
+ :return_type => 'InlineResponse20021')
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
71
71
  return data, status_code, headers
72
72
  end
73
+ # Add terms content for a language. Only for the active terms, there is no use to update obsolete terms
74
+ #
75
+ # @param id_term
76
+ # @param [Hash] opts the optional parameters
77
+ # @option opts [String] :language two letter code of the language to inserted
78
+ # @option opts [File] :file_content file containing the terms
79
+ # @option opts [String] :expand
80
+ # @return [TermsOfService]
81
+ def terms_id_term_post(id_term, opts = {})
82
+ data, _status_code, _headers = terms_id_term_post_with_http_info(id_term, opts)
83
+ data
84
+ end
85
+
86
+ # Add terms content for a language. Only for the active terms, there is no use to update obsolete terms
87
+ #
88
+ # @param id_term
89
+ # @param [Hash] opts the optional parameters
90
+ # @option opts [String] :language two letter code of the language to inserted
91
+ # @option opts [File] :file_content file containing the terms
92
+ # @option opts [String] :expand
93
+ # @return [Array<(TermsOfService, Fixnum, Hash)>] TermsOfService data, response status code and response headers
94
+ def terms_id_term_post_with_http_info(id_term, opts = {})
95
+ if @api_client.config.debugging
96
+ @api_client.config.logger.debug 'Calling API: TermsApi.terms_id_term_post ...'
97
+ end
98
+ # verify the required parameter 'id_term' is set
99
+ if @api_client.config.client_side_validation && id_term.nil?
100
+ fail ArgumentError, "Missing the required parameter 'id_term' when calling TermsApi.terms_id_term_post"
101
+ end
102
+ # resource path
103
+ local_var_path = '/terms/{id_term}'.sub('{' + 'id_term' + '}', id_term.to_s)
104
+
105
+ # query parameters
106
+ query_params = {}
107
+ query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
108
+
109
+ # header parameters
110
+ header_params = {}
111
+ # HTTP header 'Accept' (if needed)
112
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
113
+ # HTTP header 'Content-Type'
114
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
115
+
116
+ # form parameters
117
+ form_params = {}
118
+ form_params['language'] = opts[:'language'] if !opts[:'language'].nil?
119
+ form_params['file_content'] = opts[:'file_content'] if !opts[:'file_content'].nil?
120
+
121
+ # http body (model)
122
+ post_body = nil
123
+ auth_names = ['api_key']
124
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
125
+ :header_params => header_params,
126
+ :query_params => query_params,
127
+ :form_params => form_params,
128
+ :body => post_body,
129
+ :auth_names => auth_names,
130
+ :return_type => 'TermsOfService')
131
+ if @api_client.config.debugging
132
+ @api_client.config.logger.debug "API called: TermsApi#terms_id_term_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
133
+ end
134
+ return data, status_code, headers
135
+ end
73
136
  # Register a version of 'Terms of Service' in database
74
137
  #
75
138
  # @param [Hash] opts the optional parameters
76
139
  # @option opts [String] :version Number of version
77
- # @option opts [String] :file_content file containing the terms, optional
140
+ # @option opts [File] :file_content file containing the terms, optional
141
+ # @option opts [String] :language two letters code of the language of the inserted terms if provided. default: &#39;fr&#39;
78
142
  # @option opts [String] :expand
79
143
  # @return [TermsOfService]
80
144
  def terms_post(opts = {})
@@ -86,7 +150,8 @@ module BudgeaClient
86
150
  #
87
151
  # @param [Hash] opts the optional parameters
88
152
  # @option opts [String] :version Number of version
89
- # @option opts [String] :file_content file containing the terms, optional
153
+ # @option opts [File] :file_content file containing the terms, optional
154
+ # @option opts [String] :language two letters code of the language of the inserted terms if provided. default: &#39;fr&#39;
90
155
  # @option opts [String] :expand
91
156
  # @return [Array<(TermsOfService, Fixnum, Hash)>] TermsOfService data, response status code and response headers
92
157
  def terms_post_with_http_info(opts = {})
@@ -105,12 +170,13 @@ module BudgeaClient
105
170
  # HTTP header 'Accept' (if needed)
106
171
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
107
172
  # HTTP header 'Content-Type'
108
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
173
+ header_params['Content-Type'] = @api_client.select_header_content_type(['multipart/form-data'])
109
174
 
110
175
  # form parameters
111
176
  form_params = {}
112
177
  form_params['version'] = opts[:'version'] if !opts[:'version'].nil?
113
178
  form_params['file_content'] = opts[:'file_content'] if !opts[:'file_content'].nil?
179
+ form_params['language'] = opts[:'language'] if !opts[:'language'].nil?
114
180
 
115
181
  # http body (model)
116
182
  post_body = nil
@@ -132,7 +198,7 @@ module BudgeaClient
132
198
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
133
199
  # @param [Hash] opts the optional parameters
134
200
  # @option opts [String] :expand
135
- # @return [InlineResponse20020]
201
+ # @return [InlineResponse20021]
136
202
  def users_id_user_terms_get(id_user, opts = {})
137
203
  data, _status_code, _headers = users_id_user_terms_get_with_http_info(id_user, opts)
138
204
  data
@@ -143,7 +209,7 @@ module BudgeaClient
143
209
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
144
210
  # @param [Hash] opts the optional parameters
145
211
  # @option opts [String] :expand
146
- # @return [Array<(InlineResponse20020, Fixnum, Hash)>] InlineResponse20020 data, response status code and response headers
212
+ # @return [Array<(InlineResponse20021, Fixnum, Hash)>] InlineResponse20021 data, response status code and response headers
147
213
  def users_id_user_terms_get_with_http_info(id_user, opts = {})
148
214
  if @api_client.config.debugging
149
215
  @api_client.config.logger.debug 'Calling API: TermsApi.users_id_user_terms_get ...'
@@ -178,7 +244,7 @@ module BudgeaClient
178
244
  :form_params => form_params,
179
245
  :body => post_body,
180
246
  :auth_names => auth_names,
181
- :return_type => 'InlineResponse20020')
247
+ :return_type => 'InlineResponse20021')
182
248
  if @api_client.config.debugging
183
249
  @api_client.config.logger.debug "API called: TermsApi#users_id_user_terms_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
184
250
  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 [InlineResponse20028]
37
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
58
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 => 'InlineResponse20028')
106
+ :return_type => 'InlineResponse20029')
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 [InlineResponse20029]
192
+ # @return [InlineResponse20030]
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<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
206
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 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 => 'InlineResponse20029')
250
+ :return_type => 'InlineResponse20030')
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 [InlineResponse20029]
501
+ # @return [InlineResponse20030]
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<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
514
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 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 => 'InlineResponse20029')
554
+ :return_type => 'InlineResponse20030')
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 [InlineResponse20028]
787
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
800
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 => 'InlineResponse20028')
843
+ :return_type => 'InlineResponse20029')
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 [InlineResponse20029]
936
+ # @return [InlineResponse20030]
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<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
951
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 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 => 'InlineResponse20029')
999
+ :return_type => 'InlineResponse20030')
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 [InlineResponse20029]
1269
+ # @return [InlineResponse20030]
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<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
1283
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 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 => 'InlineResponse20029')
1327
+ :return_type => 'InlineResponse20030')
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 [InlineResponse20028]
1577
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
1589
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 => 'InlineResponse20028')
1628
+ :return_type => 'InlineResponse20029')
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 [InlineResponse20029]
1714
+ # @return [InlineResponse20030]
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<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
1728
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 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 => 'InlineResponse20029')
1772
+ :return_type => 'InlineResponse20030')
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 [InlineResponse20029]
2023
+ # @return [InlineResponse20030]
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<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
2036
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 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 => 'InlineResponse20029')
2076
+ :return_type => 'InlineResponse20030')
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 &#39;me&#39; or &#39;all&#39;
2305
2305
  # @param [Hash] opts the optional parameters
2306
2306
  # @option opts [String] :expand
2307
- # @return [InlineResponse20028]
2307
+ # @return [InlineResponse20029]
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 &#39;me&#39; or &#39;all&#39;
2316
2316
  # @param [Hash] opts the optional parameters
2317
2317
  # @option opts [String] :expand
2318
- # @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
2318
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 => 'InlineResponse20028')
2353
+ :return_type => 'InlineResponse20029')
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 [InlineResponse20029]
2432
+ # @return [InlineResponse20030]
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<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
2445
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 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 => 'InlineResponse20029')
2485
+ :return_type => 'InlineResponse20030')
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 [InlineResponse20029]
2717
+ # @return [InlineResponse20030]
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<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
2729
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 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 => 'InlineResponse20029')
2765
+ :return_type => 'InlineResponse20030')
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