budgea_client 5.0.0 → 5.1.2

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 (159) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -1
  3. data/Gemfile.lock +1 -1
  4. data/README.md +19 -6
  5. data/budgea_openapi.json +1690 -1377
  6. data/config.json +1 -1
  7. data/docs/Account.md +1 -0
  8. data/docs/AdministrationApi.md +48 -48
  9. data/docs/AuthenticationApi.md +9 -9
  10. data/docs/BanksApi.md +392 -145
  11. data/docs/Connection.md +3 -0
  12. data/docs/ConnectionsApi.md +277 -30
  13. data/docs/DocumentsApi.md +48 -48
  14. data/docs/InlineResponse20016.md +1 -1
  15. data/docs/InlineResponse20017.md +1 -1
  16. data/docs/InlineResponse20018.md +1 -1
  17. data/docs/InlineResponse20019.md +1 -1
  18. data/docs/InlineResponse20020.md +1 -1
  19. data/docs/InlineResponse20021.md +1 -1
  20. data/docs/InlineResponse20022.md +1 -1
  21. data/docs/InlineResponse20023.md +1 -1
  22. data/docs/InlineResponse20024.md +1 -1
  23. data/docs/InlineResponse20025.md +1 -1
  24. data/docs/InlineResponse20026.md +1 -1
  25. data/docs/InlineResponse20027.md +1 -1
  26. data/docs/InlineResponse20028.md +1 -1
  27. data/docs/InlineResponse20029.md +1 -1
  28. data/docs/InlineResponse20030.md +1 -1
  29. data/docs/OIDCApi.md +3 -3
  30. data/docs/PFMApi.md +42 -42
  31. data/docs/ProvidersApi.md +343 -96
  32. data/docs/RecipientsApi.md +4 -4
  33. data/docs/TermsApi.md +74 -9
  34. data/docs/TransferApi.md +1 -1
  35. data/docs/TransfersApi.md +63 -63
  36. data/docs/UsersManagementApi.md +13 -13
  37. data/docs/WealthApi.md +75 -59
  38. data/lib/budgea_client/api/administration_api.rb +49 -49
  39. data/lib/budgea_client/api/authentication_api.rb +9 -9
  40. data/lib/budgea_client/api/banks_api.rb +403 -154
  41. data/lib/budgea_client/api/connections_api.rb +282 -33
  42. data/lib/budgea_client/api/documents_api.rb +49 -49
  43. data/lib/budgea_client/api/oidc_api.rb +3 -3
  44. data/lib/budgea_client/api/pfm_api.rb +44 -44
  45. data/lib/budgea_client/api/providers_api.rb +349 -100
  46. data/lib/budgea_client/api/recipients_api.rb +4 -4
  47. data/lib/budgea_client/api/terms_api.rb +77 -11
  48. data/lib/budgea_client/api/transfer_api.rb +1 -1
  49. data/lib/budgea_client/api/transfers_api.rb +75 -75
  50. data/lib/budgea_client/api/users_management_api.rb +14 -14
  51. data/lib/budgea_client/api/wealth_api.rb +99 -75
  52. data/lib/budgea_client/api_client.rb +2 -0
  53. data/lib/budgea_client/models/access.rb +2 -1
  54. data/lib/budgea_client/models/account.rb +14 -2
  55. data/lib/budgea_client/models/account_log.rb +2 -1
  56. data/lib/budgea_client/models/account_type.rb +2 -1
  57. data/lib/budgea_client/models/alert.rb +2 -1
  58. data/lib/budgea_client/models/auth_provider.rb +2 -1
  59. data/lib/budgea_client/models/category.rb +2 -1
  60. data/lib/budgea_client/models/certificate.rb +2 -1
  61. data/lib/budgea_client/models/client.rb +2 -1
  62. data/lib/budgea_client/models/config_log.rb +2 -1
  63. data/lib/budgea_client/models/connection.rb +70 -5
  64. data/lib/budgea_client/models/connection_log.rb +2 -1
  65. data/lib/budgea_client/models/connection_source.rb +2 -1
  66. data/lib/budgea_client/models/connector.rb +2 -1
  67. data/lib/budgea_client/models/connector_category.rb +2 -1
  68. data/lib/budgea_client/models/connector_logo.rb +2 -1
  69. data/lib/budgea_client/models/connector_source.rb +2 -1
  70. data/lib/budgea_client/models/currency.rb +2 -1
  71. data/lib/budgea_client/models/device.rb +2 -1
  72. data/lib/budgea_client/models/document.rb +2 -1
  73. data/lib/budgea_client/models/document_type.rb +2 -1
  74. data/lib/budgea_client/models/field.rb +2 -1
  75. data/lib/budgea_client/models/field_value.rb +2 -1
  76. data/lib/budgea_client/models/file.rb +2 -1
  77. data/lib/budgea_client/models/group.rb +2 -1
  78. data/lib/budgea_client/models/hash_table.rb +2 -1
  79. data/lib/budgea_client/models/inline_response_200.rb +2 -1
  80. data/lib/budgea_client/models/inline_response_200_1.rb +2 -1
  81. data/lib/budgea_client/models/inline_response_200_10.rb +2 -1
  82. data/lib/budgea_client/models/inline_response_200_11.rb +2 -1
  83. data/lib/budgea_client/models/inline_response_200_12.rb +2 -1
  84. data/lib/budgea_client/models/inline_response_200_13.rb +2 -1
  85. data/lib/budgea_client/models/inline_response_200_14.rb +2 -1
  86. data/lib/budgea_client/models/inline_response_200_15.rb +2 -1
  87. data/lib/budgea_client/models/inline_response_200_16.rb +13 -12
  88. data/lib/budgea_client/models/inline_response_200_17.rb +20 -19
  89. data/lib/budgea_client/models/inline_response_200_18.rb +20 -19
  90. data/lib/budgea_client/models/inline_response_200_19.rb +20 -19
  91. data/lib/budgea_client/models/inline_response_200_2.rb +2 -1
  92. data/lib/budgea_client/models/inline_response_200_20.rb +20 -19
  93. data/lib/budgea_client/models/inline_response_200_21.rb +20 -19
  94. data/lib/budgea_client/models/inline_response_200_22.rb +13 -12
  95. data/lib/budgea_client/models/inline_response_200_23.rb +13 -12
  96. data/lib/budgea_client/models/inline_response_200_24.rb +20 -19
  97. data/lib/budgea_client/models/inline_response_200_25.rb +20 -19
  98. data/lib/budgea_client/models/inline_response_200_26.rb +13 -12
  99. data/lib/budgea_client/models/inline_response_200_27.rb +13 -12
  100. data/lib/budgea_client/models/inline_response_200_28.rb +13 -12
  101. data/lib/budgea_client/models/inline_response_200_29.rb +20 -19
  102. data/lib/budgea_client/models/inline_response_200_3.rb +2 -1
  103. data/lib/budgea_client/models/inline_response_200_30.rb +13 -12
  104. data/lib/budgea_client/models/inline_response_200_31.rb +2 -1
  105. data/lib/budgea_client/models/inline_response_200_32.rb +2 -1
  106. data/lib/budgea_client/models/inline_response_200_33.rb +2 -1
  107. data/lib/budgea_client/models/inline_response_200_34.rb +2 -1
  108. data/lib/budgea_client/models/inline_response_200_35.rb +2 -1
  109. data/lib/budgea_client/models/inline_response_200_36.rb +2 -1
  110. data/lib/budgea_client/models/inline_response_200_37.rb +2 -1
  111. data/lib/budgea_client/models/inline_response_200_38.rb +2 -1
  112. data/lib/budgea_client/models/inline_response_200_39.rb +2 -1
  113. data/lib/budgea_client/models/inline_response_200_4.rb +2 -1
  114. data/lib/budgea_client/models/inline_response_200_40.rb +2 -1
  115. data/lib/budgea_client/models/inline_response_200_41.rb +2 -1
  116. data/lib/budgea_client/models/inline_response_200_42.rb +2 -1
  117. data/lib/budgea_client/models/inline_response_200_5.rb +2 -1
  118. data/lib/budgea_client/models/inline_response_200_6.rb +2 -1
  119. data/lib/budgea_client/models/inline_response_200_7.rb +2 -1
  120. data/lib/budgea_client/models/inline_response_200_8.rb +2 -1
  121. data/lib/budgea_client/models/inline_response_200_9.rb +2 -1
  122. data/lib/budgea_client/models/investment.rb +2 -1
  123. data/lib/budgea_client/models/investment_value.rb +2 -1
  124. data/lib/budgea_client/models/keyword.rb +2 -1
  125. data/lib/budgea_client/models/locked_user.rb +2 -1
  126. data/lib/budgea_client/models/oidc_whitelist.rb +2 -1
  127. data/lib/budgea_client/models/order.rb +2 -1
  128. data/lib/budgea_client/models/pocket.rb +2 -1
  129. data/lib/budgea_client/models/profile.rb +2 -1
  130. data/lib/budgea_client/models/project.rb +2 -1
  131. data/lib/budgea_client/models/project_type.rb +2 -1
  132. data/lib/budgea_client/models/recipient.rb +2 -1
  133. data/lib/budgea_client/models/recipient_log.rb +2 -1
  134. data/lib/budgea_client/models/security.rb +2 -1
  135. data/lib/budgea_client/models/subscription.rb +2 -1
  136. data/lib/budgea_client/models/subscription_log.rb +2 -1
  137. data/lib/budgea_client/models/terms_of_service.rb +2 -1
  138. data/lib/budgea_client/models/transaction.rb +2 -1
  139. data/lib/budgea_client/models/transaction_information.rb +2 -1
  140. data/lib/budgea_client/models/transactions_cluster.rb +2 -1
  141. data/lib/budgea_client/models/transfer.rb +2 -1
  142. data/lib/budgea_client/models/transfer_log.rb +2 -1
  143. data/lib/budgea_client/models/user.rb +2 -1
  144. data/lib/budgea_client/models/user_alert.rb +2 -1
  145. data/lib/budgea_client/models/webhook.rb +2 -1
  146. data/lib/budgea_client/models/webhook_data.rb +2 -1
  147. data/lib/budgea_client/models/webhook_log.rb +2 -1
  148. data/lib/budgea_client/version.rb +1 -1
  149. data/original_budgea_openapi.json +1559 -1474
  150. data/pkg/budgea_client-5.1.2.gem +0 -0
  151. data/spec/.!78900!.DS_Store +0 -0
  152. data/spec/.!79301!.DS_Store +0 -0
  153. data/spec/.!79684!.DS_Store +0 -0
  154. data/spec/.!83764!.DS_Store +0 -0
  155. data/spec/.DS_Store +0 -0
  156. metadata +9 -7
  157. data/pkg/budgea_client-2.0.0.gem +0 -0
  158. data/pkg/budgea_client-3.0.1.gem +0 -0
  159. data/pkg/budgea_client-4.0.0.gem +0 -0
@@ -69,7 +69,7 @@ module BudgeaClient
69
69
  # HTTP header 'Accept' (if needed)
70
70
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
71
71
  # HTTP header 'Content-Type'
72
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
72
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
73
73
 
74
74
  # form parameters
75
75
  form_params = {}
@@ -147,7 +147,7 @@ module BudgeaClient
147
147
  # HTTP header 'Accept' (if needed)
148
148
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
149
149
  # HTTP header 'Content-Type'
150
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
150
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
151
151
 
152
152
  # form parameters
153
153
  form_params = {}
@@ -219,7 +219,7 @@ module BudgeaClient
219
219
  # HTTP header 'Accept' (if needed)
220
220
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
221
221
  # HTTP header 'Content-Type'
222
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
222
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
223
223
 
224
224
  # form parameters
225
225
  form_params = {}
@@ -285,7 +285,7 @@ module BudgeaClient
285
285
  # HTTP header 'Accept' (if needed)
286
286
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
287
287
  # HTTP header 'Content-Type'
288
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
288
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
289
289
 
290
290
  # form parameters
291
291
  form_params = {}
@@ -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 ...'
@@ -50,7 +50,7 @@ module BudgeaClient
50
50
  # HTTP header 'Accept' (if needed)
51
51
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
52
52
  # HTTP header 'Content-Type'
53
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
53
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
54
54
 
55
55
  # form parameters
56
56
  form_params = {}
@@ -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/json', 'multipart/form-data'])
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 ...'
@@ -164,7 +230,7 @@ module BudgeaClient
164
230
  # HTTP header 'Accept' (if needed)
165
231
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
166
232
  # HTTP header 'Content-Type'
167
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
233
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
168
234
 
169
235
  # form parameters
170
236
  form_params = {}
@@ -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
@@ -71,7 +71,7 @@ module BudgeaClient
71
71
  # HTTP header 'Accept' (if needed)
72
72
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
73
73
  # HTTP header 'Content-Type'
74
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
74
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
75
75
 
76
76
  # form parameters
77
77
  form_params = {}
@@ -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 ...'
@@ -89,7 +89,7 @@ module BudgeaClient
89
89
  # HTTP header 'Accept' (if needed)
90
90
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
91
91
  # HTTP header 'Content-Type'
92
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
92
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
93
93
 
94
94
  # form parameters
95
95
  form_params = {}
@@ -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
@@ -161,7 +161,7 @@ module BudgeaClient
161
161
  # HTTP header 'Accept' (if needed)
162
162
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
163
163
  # HTTP header 'Content-Type'
164
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
164
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
165
165
 
166
166
  # form parameters
167
167
  form_params = {}
@@ -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 ...'
@@ -233,7 +233,7 @@ module BudgeaClient
233
233
  # HTTP header 'Accept' (if needed)
234
234
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
235
235
  # HTTP header 'Content-Type'
236
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
236
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
237
237
 
238
238
  # form parameters
239
239
  form_params = {}
@@ -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
@@ -308,7 +308,7 @@ module BudgeaClient
308
308
  # HTTP header 'Accept' (if needed)
309
309
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
310
310
  # HTTP header 'Content-Type'
311
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
311
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
312
312
 
313
313
  # form parameters
314
314
  form_params = {}
@@ -387,7 +387,7 @@ module BudgeaClient
387
387
  # HTTP header 'Accept' (if needed)
388
388
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
389
389
  # HTTP header 'Content-Type'
390
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
390
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
391
391
 
392
392
  # form parameters
393
393
  form_params = {}
@@ -468,7 +468,7 @@ module BudgeaClient
468
468
  # HTTP header 'Accept' (if needed)
469
469
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
470
470
  # HTTP header 'Content-Type'
471
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
471
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
472
472
 
473
473
  # form parameters
474
474
  form_params = {}
@@ -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 ...'
@@ -537,7 +537,7 @@ module BudgeaClient
537
537
  # HTTP header 'Accept' (if needed)
538
538
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
539
539
  # HTTP header 'Content-Type'
540
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
540
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
541
541
 
542
542
  # form parameters
543
543
  form_params = {}
@@ -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
@@ -606,7 +606,7 @@ module BudgeaClient
606
606
  # HTTP header 'Accept' (if needed)
607
607
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
608
608
  # HTTP header 'Content-Type'
609
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
609
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
610
610
 
611
611
  # form parameters
612
612
  form_params = {}
@@ -679,7 +679,7 @@ module BudgeaClient
679
679
  # HTTP header 'Accept' (if needed)
680
680
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
681
681
  # HTTP header 'Content-Type'
682
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
682
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
683
683
 
684
684
  # form parameters
685
685
  form_params = {}
@@ -754,7 +754,7 @@ module BudgeaClient
754
754
  # HTTP header 'Accept' (if needed)
755
755
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
756
756
  # HTTP header 'Content-Type'
757
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
757
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
758
758
 
759
759
  # form parameters
760
760
  form_params = {}
@@ -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 ...'
@@ -826,7 +826,7 @@ module BudgeaClient
826
826
  # HTTP header 'Accept' (if needed)
827
827
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
828
828
  # HTTP header 'Content-Type'
829
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
829
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
830
830
 
831
831
  # form parameters
832
832
  form_params = {}
@@ -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
@@ -904,7 +904,7 @@ module BudgeaClient
904
904
  # HTTP header 'Accept' (if needed)
905
905
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
906
906
  # HTTP header 'Content-Type'
907
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
907
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
908
908
 
909
909
  # form parameters
910
910
  form_params = {}
@@ -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 ...'
@@ -982,7 +982,7 @@ module BudgeaClient
982
982
  # HTTP header 'Accept' (if needed)
983
983
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
984
984
  # HTTP header 'Content-Type'
985
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
985
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
986
986
 
987
987
  # form parameters
988
988
  form_params = {}
@@ -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
@@ -1063,7 +1063,7 @@ module BudgeaClient
1063
1063
  # HTTP header 'Accept' (if needed)
1064
1064
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1065
1065
  # HTTP header 'Content-Type'
1066
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1066
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1067
1067
 
1068
1068
  # form parameters
1069
1069
  form_params = {}
@@ -1148,7 +1148,7 @@ module BudgeaClient
1148
1148
  # HTTP header 'Accept' (if needed)
1149
1149
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1150
1150
  # HTTP header 'Content-Type'
1151
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1151
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1152
1152
 
1153
1153
  # form parameters
1154
1154
  form_params = {}
@@ -1235,7 +1235,7 @@ module BudgeaClient
1235
1235
  # HTTP header 'Accept' (if needed)
1236
1236
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1237
1237
  # HTTP header 'Content-Type'
1238
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1238
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1239
1239
 
1240
1240
  # form parameters
1241
1241
  form_params = {}
@@ -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 ...'
@@ -1310,7 +1310,7 @@ module BudgeaClient
1310
1310
  # HTTP header 'Accept' (if needed)
1311
1311
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1312
1312
  # HTTP header 'Content-Type'
1313
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1313
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1314
1314
 
1315
1315
  # form parameters
1316
1316
  form_params = {}
@@ -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
@@ -1385,7 +1385,7 @@ module BudgeaClient
1385
1385
  # HTTP header 'Accept' (if needed)
1386
1386
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1387
1387
  # HTTP header 'Content-Type'
1388
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1388
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1389
1389
 
1390
1390
  # form parameters
1391
1391
  form_params = {}
@@ -1464,7 +1464,7 @@ module BudgeaClient
1464
1464
  # HTTP header 'Accept' (if needed)
1465
1465
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1466
1466
  # HTTP header 'Content-Type'
1467
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1467
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1468
1468
 
1469
1469
  # form parameters
1470
1470
  form_params = {}
@@ -1545,7 +1545,7 @@ module BudgeaClient
1545
1545
  # HTTP header 'Accept' (if needed)
1546
1546
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1547
1547
  # HTTP header 'Content-Type'
1548
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1548
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1549
1549
 
1550
1550
  # form parameters
1551
1551
  form_params = {}
@@ -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 ...'
@@ -1611,7 +1611,7 @@ module BudgeaClient
1611
1611
  # HTTP header 'Accept' (if needed)
1612
1612
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1613
1613
  # HTTP header 'Content-Type'
1614
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1614
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1615
1615
 
1616
1616
  # form parameters
1617
1617
  form_params = {}
@@ -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
@@ -1683,7 +1683,7 @@ module BudgeaClient
1683
1683
  # HTTP header 'Accept' (if needed)
1684
1684
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1685
1685
  # HTTP header 'Content-Type'
1686
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1686
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1687
1687
 
1688
1688
  # form parameters
1689
1689
  form_params = {}
@@ -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 ...'
@@ -1755,7 +1755,7 @@ module BudgeaClient
1755
1755
  # HTTP header 'Accept' (if needed)
1756
1756
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1757
1757
  # HTTP header 'Content-Type'
1758
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1758
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1759
1759
 
1760
1760
  # form parameters
1761
1761
  form_params = {}
@@ -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
@@ -1830,7 +1830,7 @@ module BudgeaClient
1830
1830
  # HTTP header 'Accept' (if needed)
1831
1831
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1832
1832
  # HTTP header 'Content-Type'
1833
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1833
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1834
1834
 
1835
1835
  # form parameters
1836
1836
  form_params = {}
@@ -1909,7 +1909,7 @@ module BudgeaClient
1909
1909
  # HTTP header 'Accept' (if needed)
1910
1910
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1911
1911
  # HTTP header 'Content-Type'
1912
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1912
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1913
1913
 
1914
1914
  # form parameters
1915
1915
  form_params = {}
@@ -1990,7 +1990,7 @@ module BudgeaClient
1990
1990
  # HTTP header 'Accept' (if needed)
1991
1991
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1992
1992
  # HTTP header 'Content-Type'
1993
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1993
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1994
1994
 
1995
1995
  # form parameters
1996
1996
  form_params = {}
@@ -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 ...'
@@ -2059,7 +2059,7 @@ module BudgeaClient
2059
2059
  # HTTP header 'Accept' (if needed)
2060
2060
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2061
2061
  # HTTP header 'Content-Type'
2062
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2062
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2063
2063
 
2064
2064
  # form parameters
2065
2065
  form_params = {}
@@ -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
@@ -2128,7 +2128,7 @@ module BudgeaClient
2128
2128
  # HTTP header 'Accept' (if needed)
2129
2129
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2130
2130
  # HTTP header 'Content-Type'
2131
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2131
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2132
2132
 
2133
2133
  # form parameters
2134
2134
  form_params = {}
@@ -2201,7 +2201,7 @@ module BudgeaClient
2201
2201
  # HTTP header 'Accept' (if needed)
2202
2202
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2203
2203
  # HTTP header 'Content-Type'
2204
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2204
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2205
2205
 
2206
2206
  # form parameters
2207
2207
  form_params = {}
@@ -2276,7 +2276,7 @@ module BudgeaClient
2276
2276
  # HTTP header 'Accept' (if needed)
2277
2277
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2278
2278
  # HTTP header 'Content-Type'
2279
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2279
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2280
2280
 
2281
2281
  # form parameters
2282
2282
  form_params = {}
@@ -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 ...'
@@ -2336,7 +2336,7 @@ module BudgeaClient
2336
2336
  # HTTP header 'Accept' (if needed)
2337
2337
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2338
2338
  # HTTP header 'Content-Type'
2339
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2339
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2340
2340
 
2341
2341
  # form parameters
2342
2342
  form_params = {}
@@ -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
@@ -2402,7 +2402,7 @@ module BudgeaClient
2402
2402
  # HTTP header 'Accept' (if needed)
2403
2403
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2404
2404
  # HTTP header 'Content-Type'
2405
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2405
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2406
2406
 
2407
2407
  # form parameters
2408
2408
  form_params = {}
@@ -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 ...'
@@ -2468,7 +2468,7 @@ module BudgeaClient
2468
2468
  # HTTP header 'Accept' (if needed)
2469
2469
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2470
2470
  # HTTP header 'Content-Type'
2471
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2471
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2472
2472
 
2473
2473
  # form parameters
2474
2474
  form_params = {}
@@ -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
@@ -2537,7 +2537,7 @@ module BudgeaClient
2537
2537
  # HTTP header 'Accept' (if needed)
2538
2538
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2539
2539
  # HTTP header 'Content-Type'
2540
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2540
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2541
2541
 
2542
2542
  # form parameters
2543
2543
  form_params = {}
@@ -2610,7 +2610,7 @@ module BudgeaClient
2610
2610
  # HTTP header 'Accept' (if needed)
2611
2611
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2612
2612
  # HTTP header 'Content-Type'
2613
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2613
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2614
2614
 
2615
2615
  # form parameters
2616
2616
  form_params = {}
@@ -2685,7 +2685,7 @@ module BudgeaClient
2685
2685
  # HTTP header 'Accept' (if needed)
2686
2686
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2687
2687
  # HTTP header 'Content-Type'
2688
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2688
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2689
2689
 
2690
2690
  # form parameters
2691
2691
  form_params = {}
@@ -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 ...'
@@ -2748,7 +2748,7 @@ module BudgeaClient
2748
2748
  # HTTP header 'Accept' (if needed)
2749
2749
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2750
2750
  # HTTP header 'Content-Type'
2751
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2751
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2752
2752
 
2753
2753
  # form parameters
2754
2754
  form_params = {}
@@ -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
@@ -2811,7 +2811,7 @@ module BudgeaClient
2811
2811
  # HTTP header 'Accept' (if needed)
2812
2812
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2813
2813
  # HTTP header 'Content-Type'
2814
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2814
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2815
2815
 
2816
2816
  # form parameters
2817
2817
  form_params = {}
@@ -2878,7 +2878,7 @@ module BudgeaClient
2878
2878
  # HTTP header 'Accept' (if needed)
2879
2879
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2880
2880
  # HTTP header 'Content-Type'
2881
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2881
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2882
2882
 
2883
2883
  # form parameters
2884
2884
  form_params = {}