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
@@ -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 = {}
@@ -107,7 +107,7 @@ module BudgeaClient
107
107
  # HTTP header 'Accept' (if needed)
108
108
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
109
109
  # HTTP header 'Content-Type'
110
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
110
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
111
111
 
112
112
  # form parameters
113
113
  form_params = {}
@@ -164,7 +164,7 @@ module BudgeaClient
164
164
  # HTTP header 'Accept' (if needed)
165
165
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
166
166
  # HTTP header 'Content-Type'
167
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
167
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
168
168
 
169
169
  # form parameters
170
170
  form_params = {}
@@ -227,7 +227,7 @@ module BudgeaClient
227
227
  # HTTP header 'Accept' (if needed)
228
228
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
229
229
  # HTTP header 'Content-Type'
230
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
230
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
231
231
 
232
232
  # form parameters
233
233
  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 = {}
@@ -337,7 +337,7 @@ module BudgeaClient
337
337
  # HTTP header 'Accept' (if needed)
338
338
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
339
339
  # HTTP header 'Content-Type'
340
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
340
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
341
341
 
342
342
  # form parameters
343
343
  form_params = {}
@@ -403,7 +403,7 @@ module BudgeaClient
403
403
  # HTTP header 'Accept' (if needed)
404
404
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
405
405
  # HTTP header 'Content-Type'
406
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
406
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
407
407
 
408
408
  # form parameters
409
409
  form_params = {}
@@ -460,7 +460,7 @@ module BudgeaClient
460
460
  # HTTP header 'Accept' (if needed)
461
461
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
462
462
  # HTTP header 'Content-Type'
463
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
463
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
464
464
 
465
465
  # form parameters
466
466
  form_params = {}
@@ -517,7 +517,7 @@ module BudgeaClient
517
517
  # HTTP header 'Accept' (if needed)
518
518
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
519
519
  # HTTP header 'Content-Type'
520
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
520
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
521
521
 
522
522
  # form parameters
523
523
  form_params = {}
@@ -574,7 +574,7 @@ module BudgeaClient
574
574
  # HTTP header 'Accept' (if needed)
575
575
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
576
576
  # HTTP header 'Content-Type'
577
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
577
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
578
578
 
579
579
  # form parameters
580
580
  form_params = {}
@@ -631,7 +631,7 @@ module BudgeaClient
631
631
  # HTTP header 'Accept' (if needed)
632
632
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
633
633
  # HTTP header 'Content-Type'
634
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
634
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
635
635
 
636
636
  # form parameters
637
637
  form_params = {}
@@ -682,7 +682,7 @@ module BudgeaClient
682
682
  # HTTP header 'Accept' (if needed)
683
683
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
684
684
  # HTTP header 'Content-Type'
685
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
685
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
686
686
 
687
687
  # form parameters
688
688
  form_params = {}
@@ -739,7 +739,7 @@ module BudgeaClient
739
739
  # HTTP header 'Accept' (if needed)
740
740
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
741
741
  # HTTP header 'Content-Type'
742
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
742
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
743
743
 
744
744
  # form parameters
745
745
  form_params = {}
@@ -790,7 +790,7 @@ module BudgeaClient
790
790
  # HTTP header 'Accept' (if needed)
791
791
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
792
792
  # HTTP header 'Content-Type'
793
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
793
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
794
794
 
795
795
  # form parameters
796
796
  form_params = {}
@@ -856,7 +856,7 @@ module BudgeaClient
856
856
  # HTTP header 'Accept' (if needed)
857
857
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
858
858
  # HTTP header 'Content-Type'
859
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
859
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
860
860
 
861
861
  # form parameters
862
862
  form_params = {}
@@ -910,7 +910,7 @@ module BudgeaClient
910
910
  # HTTP header 'Accept' (if needed)
911
911
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
912
912
  # HTTP header 'Content-Type'
913
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
913
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
914
914
 
915
915
  # form parameters
916
916
  form_params = {}
@@ -1000,7 +1000,7 @@ module BudgeaClient
1000
1000
  # HTTP header 'Accept' (if needed)
1001
1001
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1002
1002
  # HTTP header 'Content-Type'
1003
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1003
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1004
1004
 
1005
1005
  # form parameters
1006
1006
  form_params = {}
@@ -1020,11 +1020,257 @@ module BudgeaClient
1020
1020
  end
1021
1021
  return data, status_code, headers
1022
1022
  end
1023
- # Get list of connectors
1023
+ # Get connection sources
1024
1024
  #
1025
+ # @param id_connection
1025
1026
  # @param [Hash] opts the optional parameters
1026
1027
  # @option opts [String] :expand
1027
1028
  # @return [InlineResponse20016]
1029
+ def connections_id_connection_sources_get(id_connection, opts = {})
1030
+ data, _status_code, _headers = connections_id_connection_sources_get_with_http_info(id_connection, opts)
1031
+ data
1032
+ end
1033
+
1034
+ # Get connection sources
1035
+ #
1036
+ # @param id_connection
1037
+ # @param [Hash] opts the optional parameters
1038
+ # @option opts [String] :expand
1039
+ # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
1040
+ def connections_id_connection_sources_get_with_http_info(id_connection, opts = {})
1041
+ if @api_client.config.debugging
1042
+ @api_client.config.logger.debug 'Calling API: BanksApi.connections_id_connection_sources_get ...'
1043
+ end
1044
+ # verify the required parameter 'id_connection' is set
1045
+ if @api_client.config.client_side_validation && id_connection.nil?
1046
+ fail ArgumentError, "Missing the required parameter 'id_connection' when calling BanksApi.connections_id_connection_sources_get"
1047
+ end
1048
+ # resource path
1049
+ local_var_path = '/connections/{id_connection}/sources'.sub('{' + 'id_connection' + '}', id_connection.to_s)
1050
+
1051
+ # query parameters
1052
+ query_params = {}
1053
+ query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
1054
+
1055
+ # header parameters
1056
+ header_params = {}
1057
+ # HTTP header 'Accept' (if needed)
1058
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1059
+ # HTTP header 'Content-Type'
1060
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1061
+
1062
+ # form parameters
1063
+ form_params = {}
1064
+
1065
+ # http body (model)
1066
+ post_body = nil
1067
+ auth_names = ['api_key']
1068
+ data, status_code, headers = @api_client.call_api(:GET, local_var_path,
1069
+ :header_params => header_params,
1070
+ :query_params => query_params,
1071
+ :form_params => form_params,
1072
+ :body => post_body,
1073
+ :auth_names => auth_names,
1074
+ :return_type => 'InlineResponse20016')
1075
+ if @api_client.config.debugging
1076
+ @api_client.config.logger.debug "API called: BanksApi#connections_id_connection_sources_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1077
+ end
1078
+ return data, status_code, headers
1079
+ end
1080
+ # Disable a connection source
1081
+ # This will make it so the specified source will not be synchronized anymore.<br><br>
1082
+ # @param id_connection
1083
+ # @param id_source
1084
+ # @param [Hash] opts the optional parameters
1085
+ # @option opts [String] :expand
1086
+ # @return [ConnectionSource]
1087
+ def connections_id_connection_sources_id_source_delete(id_connection, id_source, opts = {})
1088
+ data, _status_code, _headers = connections_id_connection_sources_id_source_delete_with_http_info(id_connection, id_source, opts)
1089
+ data
1090
+ end
1091
+
1092
+ # Disable a connection source
1093
+ # This will make it so the specified source will not be synchronized anymore.&lt;br&gt;&lt;br&gt;
1094
+ # @param id_connection
1095
+ # @param id_source
1096
+ # @param [Hash] opts the optional parameters
1097
+ # @option opts [String] :expand
1098
+ # @return [Array<(ConnectionSource, Fixnum, Hash)>] ConnectionSource data, response status code and response headers
1099
+ def connections_id_connection_sources_id_source_delete_with_http_info(id_connection, id_source, opts = {})
1100
+ if @api_client.config.debugging
1101
+ @api_client.config.logger.debug 'Calling API: BanksApi.connections_id_connection_sources_id_source_delete ...'
1102
+ end
1103
+ # verify the required parameter 'id_connection' is set
1104
+ if @api_client.config.client_side_validation && id_connection.nil?
1105
+ fail ArgumentError, "Missing the required parameter 'id_connection' when calling BanksApi.connections_id_connection_sources_id_source_delete"
1106
+ end
1107
+ # verify the required parameter 'id_source' is set
1108
+ if @api_client.config.client_side_validation && id_source.nil?
1109
+ fail ArgumentError, "Missing the required parameter 'id_source' when calling BanksApi.connections_id_connection_sources_id_source_delete"
1110
+ end
1111
+ # resource path
1112
+ local_var_path = '/connections/{id_connection}/sources/{id_source}'.sub('{' + 'id_connection' + '}', id_connection.to_s).sub('{' + 'id_source' + '}', id_source.to_s)
1113
+
1114
+ # query parameters
1115
+ query_params = {}
1116
+ query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
1117
+
1118
+ # header parameters
1119
+ header_params = {}
1120
+ # HTTP header 'Accept' (if needed)
1121
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1122
+ # HTTP header 'Content-Type'
1123
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1124
+
1125
+ # form parameters
1126
+ form_params = {}
1127
+
1128
+ # http body (model)
1129
+ post_body = nil
1130
+ auth_names = ['api_key']
1131
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
1132
+ :header_params => header_params,
1133
+ :query_params => query_params,
1134
+ :form_params => form_params,
1135
+ :body => post_body,
1136
+ :auth_names => auth_names,
1137
+ :return_type => 'ConnectionSource')
1138
+ if @api_client.config.debugging
1139
+ @api_client.config.logger.debug "API called: BanksApi#connections_id_connection_sources_id_source_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1140
+ end
1141
+ return data, status_code, headers
1142
+ end
1143
+ # Enable connection source
1144
+ # This will make it so the specified source will be able to be synchronized.<br><br>
1145
+ # @param id_connection
1146
+ # @param id_source
1147
+ # @param [Hash] opts the optional parameters
1148
+ # @option opts [String] :expand
1149
+ # @return [ConnectionSource]
1150
+ def connections_id_connection_sources_id_source_post(id_connection, id_source, opts = {})
1151
+ data, _status_code, _headers = connections_id_connection_sources_id_source_post_with_http_info(id_connection, id_source, opts)
1152
+ data
1153
+ end
1154
+
1155
+ # Enable connection source
1156
+ # This will make it so the specified source will be able to be synchronized.&lt;br&gt;&lt;br&gt;
1157
+ # @param id_connection
1158
+ # @param id_source
1159
+ # @param [Hash] opts the optional parameters
1160
+ # @option opts [String] :expand
1161
+ # @return [Array<(ConnectionSource, Fixnum, Hash)>] ConnectionSource data, response status code and response headers
1162
+ def connections_id_connection_sources_id_source_post_with_http_info(id_connection, id_source, opts = {})
1163
+ if @api_client.config.debugging
1164
+ @api_client.config.logger.debug 'Calling API: BanksApi.connections_id_connection_sources_id_source_post ...'
1165
+ end
1166
+ # verify the required parameter 'id_connection' is set
1167
+ if @api_client.config.client_side_validation && id_connection.nil?
1168
+ fail ArgumentError, "Missing the required parameter 'id_connection' when calling BanksApi.connections_id_connection_sources_id_source_post"
1169
+ end
1170
+ # verify the required parameter 'id_source' is set
1171
+ if @api_client.config.client_side_validation && id_source.nil?
1172
+ fail ArgumentError, "Missing the required parameter 'id_source' when calling BanksApi.connections_id_connection_sources_id_source_post"
1173
+ end
1174
+ # resource path
1175
+ local_var_path = '/connections/{id_connection}/sources/{id_source}'.sub('{' + 'id_connection' + '}', id_connection.to_s).sub('{' + 'id_source' + '}', id_source.to_s)
1176
+
1177
+ # query parameters
1178
+ query_params = {}
1179
+ query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
1180
+
1181
+ # header parameters
1182
+ header_params = {}
1183
+ # HTTP header 'Accept' (if needed)
1184
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1185
+ # HTTP header 'Content-Type'
1186
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1187
+
1188
+ # form parameters
1189
+ form_params = {}
1190
+
1191
+ # http body (model)
1192
+ post_body = nil
1193
+ auth_names = ['api_key']
1194
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
1195
+ :header_params => header_params,
1196
+ :query_params => query_params,
1197
+ :form_params => form_params,
1198
+ :body => post_body,
1199
+ :auth_names => auth_names,
1200
+ :return_type => 'ConnectionSource')
1201
+ if @api_client.config.debugging
1202
+ @api_client.config.logger.debug "API called: BanksApi#connections_id_connection_sources_id_source_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1203
+ end
1204
+ return data, status_code, headers
1205
+ end
1206
+ # Enable connection source
1207
+ # This will make it so the specified source will be able to be synchronized.<br><br>
1208
+ # @param id_connection
1209
+ # @param id_source
1210
+ # @param [Hash] opts the optional parameters
1211
+ # @option opts [String] :expand
1212
+ # @return [ConnectionSource]
1213
+ def connections_id_connection_sources_id_source_put(id_connection, id_source, opts = {})
1214
+ data, _status_code, _headers = connections_id_connection_sources_id_source_put_with_http_info(id_connection, id_source, opts)
1215
+ data
1216
+ end
1217
+
1218
+ # Enable connection source
1219
+ # This will make it so the specified source will be able to be synchronized.&lt;br&gt;&lt;br&gt;
1220
+ # @param id_connection
1221
+ # @param id_source
1222
+ # @param [Hash] opts the optional parameters
1223
+ # @option opts [String] :expand
1224
+ # @return [Array<(ConnectionSource, Fixnum, Hash)>] ConnectionSource data, response status code and response headers
1225
+ def connections_id_connection_sources_id_source_put_with_http_info(id_connection, id_source, opts = {})
1226
+ if @api_client.config.debugging
1227
+ @api_client.config.logger.debug 'Calling API: BanksApi.connections_id_connection_sources_id_source_put ...'
1228
+ end
1229
+ # verify the required parameter 'id_connection' is set
1230
+ if @api_client.config.client_side_validation && id_connection.nil?
1231
+ fail ArgumentError, "Missing the required parameter 'id_connection' when calling BanksApi.connections_id_connection_sources_id_source_put"
1232
+ end
1233
+ # verify the required parameter 'id_source' is set
1234
+ if @api_client.config.client_side_validation && id_source.nil?
1235
+ fail ArgumentError, "Missing the required parameter 'id_source' when calling BanksApi.connections_id_connection_sources_id_source_put"
1236
+ end
1237
+ # resource path
1238
+ local_var_path = '/connections/{id_connection}/sources/{id_source}'.sub('{' + 'id_connection' + '}', id_connection.to_s).sub('{' + 'id_source' + '}', id_source.to_s)
1239
+
1240
+ # query parameters
1241
+ query_params = {}
1242
+ query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
1243
+
1244
+ # header parameters
1245
+ header_params = {}
1246
+ # HTTP header 'Accept' (if needed)
1247
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1248
+ # HTTP header 'Content-Type'
1249
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1250
+
1251
+ # form parameters
1252
+ form_params = {}
1253
+
1254
+ # http body (model)
1255
+ post_body = nil
1256
+ auth_names = ['api_key']
1257
+ data, status_code, headers = @api_client.call_api(:PUT, local_var_path,
1258
+ :header_params => header_params,
1259
+ :query_params => query_params,
1260
+ :form_params => form_params,
1261
+ :body => post_body,
1262
+ :auth_names => auth_names,
1263
+ :return_type => 'ConnectionSource')
1264
+ if @api_client.config.debugging
1265
+ @api_client.config.logger.debug "API called: BanksApi#connections_id_connection_sources_id_source_put\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1266
+ end
1267
+ return data, status_code, headers
1268
+ end
1269
+ # Get list of connectors
1270
+ #
1271
+ # @param [Hash] opts the optional parameters
1272
+ # @option opts [String] :expand
1273
+ # @return [InlineResponse20017]
1028
1274
  def connectors_get(opts = {})
1029
1275
  data, _status_code, _headers = connectors_get_with_http_info(opts)
1030
1276
  data
@@ -1034,7 +1280,7 @@ module BudgeaClient
1034
1280
  #
1035
1281
  # @param [Hash] opts the optional parameters
1036
1282
  # @option opts [String] :expand
1037
- # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
1283
+ # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
1038
1284
  def connectors_get_with_http_info(opts = {})
1039
1285
  if @api_client.config.debugging
1040
1286
  @api_client.config.logger.debug 'Calling API: BanksApi.connectors_get ...'
@@ -1051,7 +1297,7 @@ module BudgeaClient
1051
1297
  # HTTP header 'Accept' (if needed)
1052
1298
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1053
1299
  # HTTP header 'Content-Type'
1054
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1300
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1055
1301
 
1056
1302
  # form parameters
1057
1303
  form_params = {}
@@ -1065,7 +1311,7 @@ module BudgeaClient
1065
1311
  :form_params => form_params,
1066
1312
  :body => post_body,
1067
1313
  :auth_names => auth_names,
1068
- :return_type => 'InlineResponse20016')
1314
+ :return_type => 'InlineResponse20017')
1069
1315
  if @api_client.config.debugging
1070
1316
  @api_client.config.logger.debug "API called: BanksApi#connectors_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1071
1317
  end
@@ -1108,7 +1354,7 @@ module BudgeaClient
1108
1354
  # HTTP header 'Accept' (if needed)
1109
1355
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1110
1356
  # HTTP header 'Content-Type'
1111
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1357
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1112
1358
 
1113
1359
  # form parameters
1114
1360
  form_params = {}
@@ -1171,7 +1417,7 @@ module BudgeaClient
1171
1417
  # HTTP header 'Accept' (if needed)
1172
1418
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1173
1419
  # HTTP header 'Content-Type'
1174
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1420
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1175
1421
 
1176
1422
  # form parameters
1177
1423
  form_params = {}
@@ -1234,7 +1480,7 @@ module BudgeaClient
1234
1480
  # HTTP header 'Accept' (if needed)
1235
1481
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1236
1482
  # HTTP header 'Content-Type'
1237
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1483
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1238
1484
 
1239
1485
  # form parameters
1240
1486
  form_params = {}
@@ -1291,7 +1537,7 @@ module BudgeaClient
1291
1537
  # HTTP header 'Accept' (if needed)
1292
1538
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1293
1539
  # HTTP header 'Content-Type'
1294
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1540
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1295
1541
 
1296
1542
  # form parameters
1297
1543
  form_params = {}
@@ -1348,7 +1594,7 @@ module BudgeaClient
1348
1594
  # HTTP header 'Accept' (if needed)
1349
1595
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1350
1596
  # HTTP header 'Content-Type'
1351
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1597
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1352
1598
 
1353
1599
  # form parameters
1354
1600
  form_params = {}
@@ -1405,7 +1651,7 @@ module BudgeaClient
1405
1651
  # HTTP header 'Accept' (if needed)
1406
1652
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1407
1653
  # HTTP header 'Content-Type'
1408
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1654
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1409
1655
 
1410
1656
  # form parameters
1411
1657
  form_params = {}
@@ -1462,7 +1708,7 @@ module BudgeaClient
1462
1708
  # HTTP header 'Accept' (if needed)
1463
1709
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1464
1710
  # HTTP header 'Content-Type'
1465
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1711
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1466
1712
 
1467
1713
  # form parameters
1468
1714
  form_params = {}
@@ -1527,7 +1773,7 @@ module BudgeaClient
1527
1773
  # HTTP header 'Accept' (if needed)
1528
1774
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1529
1775
  # HTTP header 'Content-Type'
1530
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1776
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1531
1777
 
1532
1778
  # form parameters
1533
1779
  form_params = {}
@@ -1588,7 +1834,7 @@ module BudgeaClient
1588
1834
  # HTTP header 'Accept' (if needed)
1589
1835
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1590
1836
  # HTTP header 'Content-Type'
1591
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1837
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1592
1838
 
1593
1839
  # form parameters
1594
1840
  form_params = {}
@@ -1655,7 +1901,7 @@ module BudgeaClient
1655
1901
  # HTTP header 'Accept' (if needed)
1656
1902
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1657
1903
  # HTTP header 'Content-Type'
1658
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1904
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1659
1905
 
1660
1906
  # form parameters
1661
1907
  form_params = {}
@@ -1797,7 +2043,7 @@ module BudgeaClient
1797
2043
  # HTTP header 'Accept' (if needed)
1798
2044
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1799
2045
  # HTTP header 'Content-Type'
1800
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2046
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1801
2047
 
1802
2048
  # form parameters
1803
2049
  form_params = {}
@@ -1882,7 +2128,7 @@ module BudgeaClient
1882
2128
  # HTTP header 'Accept' (if needed)
1883
2129
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1884
2130
  # HTTP header 'Content-Type'
1885
- 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'])
1886
2132
 
1887
2133
  # form parameters
1888
2134
  form_params = {}
@@ -1965,7 +2211,7 @@ module BudgeaClient
1965
2211
  # HTTP header 'Accept' (if needed)
1966
2212
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1967
2213
  # HTTP header 'Content-Type'
1968
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2214
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1969
2215
 
1970
2216
  # form parameters
1971
2217
  form_params = {}
@@ -1989,7 +2235,7 @@ module BudgeaClient
1989
2235
  #
1990
2236
  # @param [Hash] opts the optional parameters
1991
2237
  # @option opts [String] :expand
1992
- # @return [InlineResponse20019]
2238
+ # @return [InlineResponse20020]
1993
2239
  def providers_get(opts = {})
1994
2240
  data, _status_code, _headers = providers_get_with_http_info(opts)
1995
2241
  data
@@ -1999,7 +2245,7 @@ module BudgeaClient
1999
2245
  #
2000
2246
  # @param [Hash] opts the optional parameters
2001
2247
  # @option opts [String] :expand
2002
- # @return [Array<(InlineResponse20019, Fixnum, Hash)>] InlineResponse20019 data, response status code and response headers
2248
+ # @return [Array<(InlineResponse20020, Fixnum, Hash)>] InlineResponse20020 data, response status code and response headers
2003
2249
  def providers_get_with_http_info(opts = {})
2004
2250
  if @api_client.config.debugging
2005
2251
  @api_client.config.logger.debug 'Calling API: BanksApi.providers_get ...'
@@ -2016,7 +2262,7 @@ module BudgeaClient
2016
2262
  # HTTP header 'Accept' (if needed)
2017
2263
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2018
2264
  # HTTP header 'Content-Type'
2019
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2265
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2020
2266
 
2021
2267
  # form parameters
2022
2268
  form_params = {}
@@ -2030,7 +2276,7 @@ module BudgeaClient
2030
2276
  :form_params => form_params,
2031
2277
  :body => post_body,
2032
2278
  :auth_names => auth_names,
2033
- :return_type => 'InlineResponse20019')
2279
+ :return_type => 'InlineResponse20020')
2034
2280
  if @api_client.config.debugging
2035
2281
  @api_client.config.logger.debug "API called: BanksApi#providers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2036
2282
  end
@@ -2076,7 +2322,7 @@ module BudgeaClient
2076
2322
  # HTTP header 'Accept' (if needed)
2077
2323
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2078
2324
  # HTTP header 'Content-Type'
2079
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2325
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2080
2326
 
2081
2327
  # form parameters
2082
2328
  form_params = {}
@@ -2133,7 +2379,7 @@ module BudgeaClient
2133
2379
  # HTTP header 'Accept' (if needed)
2134
2380
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2135
2381
  # HTTP header 'Content-Type'
2136
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2382
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2137
2383
 
2138
2384
  # form parameters
2139
2385
  form_params = {}
@@ -2190,7 +2436,7 @@ module BudgeaClient
2190
2436
  # HTTP header 'Accept' (if needed)
2191
2437
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2192
2438
  # HTTP header 'Content-Type'
2193
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2439
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2194
2440
 
2195
2441
  # form parameters
2196
2442
  form_params = {}
@@ -2247,7 +2493,7 @@ module BudgeaClient
2247
2493
  # HTTP header 'Accept' (if needed)
2248
2494
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2249
2495
  # HTTP header 'Content-Type'
2250
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2496
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2251
2497
 
2252
2498
  # form parameters
2253
2499
  form_params = {}
@@ -2304,7 +2550,7 @@ module BudgeaClient
2304
2550
  # HTTP header 'Accept' (if needed)
2305
2551
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2306
2552
  # HTTP header 'Content-Type'
2307
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2553
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2308
2554
 
2309
2555
  # form parameters
2310
2556
  form_params = {}
@@ -2361,7 +2607,7 @@ module BudgeaClient
2361
2607
  # HTTP header 'Accept' (if needed)
2362
2608
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2363
2609
  # HTTP header 'Content-Type'
2364
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2610
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2365
2611
 
2366
2612
  # form parameters
2367
2613
  form_params = {}
@@ -2424,7 +2670,7 @@ module BudgeaClient
2424
2670
  # HTTP header 'Accept' (if needed)
2425
2671
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2426
2672
  # HTTP header 'Content-Type'
2427
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2673
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2428
2674
 
2429
2675
  # form parameters
2430
2676
  form_params = {}
@@ -2481,7 +2727,7 @@ module BudgeaClient
2481
2727
  # HTTP header 'Accept' (if needed)
2482
2728
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2483
2729
  # HTTP header 'Content-Type'
2484
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2730
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2485
2731
 
2486
2732
  # form parameters
2487
2733
  form_params = {}
@@ -2506,7 +2752,7 @@ module BudgeaClient
2506
2752
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
2507
2753
  # @param [Hash] opts the optional parameters
2508
2754
  # @option opts [String] :expand
2509
- # @return [InlineResponse20022]
2755
+ # @return [InlineResponse20023]
2510
2756
  def users_id_user_accounts_get(id_user, opts = {})
2511
2757
  data, _status_code, _headers = users_id_user_accounts_get_with_http_info(id_user, opts)
2512
2758
  data
@@ -2517,7 +2763,7 @@ module BudgeaClient
2517
2763
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
2518
2764
  # @param [Hash] opts the optional parameters
2519
2765
  # @option opts [String] :expand
2520
- # @return [Array<(InlineResponse20022, Fixnum, Hash)>] InlineResponse20022 data, response status code and response headers
2766
+ # @return [Array<(InlineResponse20023, Fixnum, Hash)>] InlineResponse20023 data, response status code and response headers
2521
2767
  def users_id_user_accounts_get_with_http_info(id_user, opts = {})
2522
2768
  if @api_client.config.debugging
2523
2769
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_get ...'
@@ -2538,7 +2784,7 @@ module BudgeaClient
2538
2784
  # HTTP header 'Accept' (if needed)
2539
2785
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2540
2786
  # HTTP header 'Content-Type'
2541
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2787
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2542
2788
 
2543
2789
  # form parameters
2544
2790
  form_params = {}
@@ -2552,7 +2798,7 @@ module BudgeaClient
2552
2798
  :form_params => form_params,
2553
2799
  :body => post_body,
2554
2800
  :auth_names => auth_names,
2555
- :return_type => 'InlineResponse20022')
2801
+ :return_type => 'InlineResponse20023')
2556
2802
  if @api_client.config.debugging
2557
2803
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2558
2804
  end
@@ -2598,7 +2844,7 @@ module BudgeaClient
2598
2844
  # HTTP header 'Accept' (if needed)
2599
2845
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2600
2846
  # HTTP header 'Content-Type'
2601
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2847
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2602
2848
 
2603
2849
  # form parameters
2604
2850
  form_params = {}
@@ -2660,7 +2906,7 @@ module BudgeaClient
2660
2906
  # HTTP header 'Accept' (if needed)
2661
2907
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2662
2908
  # HTTP header 'Content-Type'
2663
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2909
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2664
2910
 
2665
2911
  # form parameters
2666
2912
  form_params = {}
@@ -2729,7 +2975,7 @@ module BudgeaClient
2729
2975
  # HTTP header 'Accept' (if needed)
2730
2976
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2731
2977
  # HTTP header 'Content-Type'
2732
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2978
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2733
2979
 
2734
2980
  # form parameters
2735
2981
  form_params = {}
@@ -2758,7 +3004,7 @@ module BudgeaClient
2758
3004
  # @option opts [Date] :min_date minimal (inclusive) date
2759
3005
  # @option opts [Date] :max_date maximum (inclusive) date
2760
3006
  # @option opts [String] :expand
2761
- # @return [InlineResponse20026]
3007
+ # @return [InlineResponse20027]
2762
3008
  def users_id_user_accounts_id_account_logs_get(id_user, id_account, opts = {})
2763
3009
  data, _status_code, _headers = users_id_user_accounts_id_account_logs_get_with_http_info(id_user, id_account, opts)
2764
3010
  data
@@ -2774,7 +3020,7 @@ module BudgeaClient
2774
3020
  # @option opts [Date] :min_date minimal (inclusive) date
2775
3021
  # @option opts [Date] :max_date maximum (inclusive) date
2776
3022
  # @option opts [String] :expand
2777
- # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
3023
+ # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
2778
3024
  def users_id_user_accounts_id_account_logs_get_with_http_info(id_user, id_account, opts = {})
2779
3025
  if @api_client.config.debugging
2780
3026
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_id_account_logs_get ...'
@@ -2803,7 +3049,7 @@ module BudgeaClient
2803
3049
  # HTTP header 'Accept' (if needed)
2804
3050
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2805
3051
  # HTTP header 'Content-Type'
2806
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3052
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2807
3053
 
2808
3054
  # form parameters
2809
3055
  form_params = {}
@@ -2817,7 +3063,7 @@ module BudgeaClient
2817
3063
  :form_params => form_params,
2818
3064
  :body => post_body,
2819
3065
  :auth_names => auth_names,
2820
- :return_type => 'InlineResponse20026')
3066
+ :return_type => 'InlineResponse20027')
2821
3067
  if @api_client.config.debugging
2822
3068
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_id_account_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2823
3069
  end
@@ -2880,7 +3126,7 @@ module BudgeaClient
2880
3126
  # HTTP header 'Accept' (if needed)
2881
3127
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2882
3128
  # HTTP header 'Content-Type'
2883
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3129
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2884
3130
 
2885
3131
  # form parameters
2886
3132
  form_params = {}
@@ -2913,7 +3159,7 @@ module BudgeaClient
2913
3159
  # @param id_account
2914
3160
  # @param [Hash] opts the optional parameters
2915
3161
  # @option opts [String] :expand
2916
- # @return [InlineResponse20030]
3162
+ # @return [InlineResponse20016]
2917
3163
  def users_id_user_accounts_id_account_sources_get(id_user, id_account, opts = {})
2918
3164
  data, _status_code, _headers = users_id_user_accounts_id_account_sources_get_with_http_info(id_user, id_account, opts)
2919
3165
  data
@@ -2925,7 +3171,7 @@ module BudgeaClient
2925
3171
  # @param id_account
2926
3172
  # @param [Hash] opts the optional parameters
2927
3173
  # @option opts [String] :expand
2928
- # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
3174
+ # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
2929
3175
  def users_id_user_accounts_id_account_sources_get_with_http_info(id_user, id_account, opts = {})
2930
3176
  if @api_client.config.debugging
2931
3177
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_id_account_sources_get ...'
@@ -2950,7 +3196,7 @@ module BudgeaClient
2950
3196
  # HTTP header 'Accept' (if needed)
2951
3197
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2952
3198
  # HTTP header 'Content-Type'
2953
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3199
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2954
3200
 
2955
3201
  # form parameters
2956
3202
  form_params = {}
@@ -2964,7 +3210,7 @@ module BudgeaClient
2964
3210
  :form_params => form_params,
2965
3211
  :body => post_body,
2966
3212
  :auth_names => auth_names,
2967
- :return_type => 'InlineResponse20030')
3213
+ :return_type => 'InlineResponse20016')
2968
3214
  if @api_client.config.debugging
2969
3215
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_id_account_sources_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2970
3216
  end
@@ -3013,7 +3259,7 @@ module BudgeaClient
3013
3259
  # HTTP header 'Accept' (if needed)
3014
3260
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3015
3261
  # HTTP header 'Content-Type'
3016
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3262
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3017
3263
 
3018
3264
  # form parameters
3019
3265
  form_params = {}
@@ -3115,7 +3361,7 @@ module BudgeaClient
3115
3361
  # HTTP header 'Accept' (if needed)
3116
3362
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3117
3363
  # HTTP header 'Content-Type'
3118
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3364
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3119
3365
 
3120
3366
  # form parameters
3121
3367
  form_params = {}
@@ -3184,7 +3430,7 @@ module BudgeaClient
3184
3430
  # HTTP header 'Accept' (if needed)
3185
3431
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3186
3432
  # HTTP header 'Content-Type'
3187
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3433
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3188
3434
 
3189
3435
  # form parameters
3190
3436
  form_params = {}
@@ -3253,7 +3499,7 @@ module BudgeaClient
3253
3499
  # HTTP header 'Accept' (if needed)
3254
3500
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3255
3501
  # HTTP header 'Content-Type'
3256
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3502
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3257
3503
 
3258
3504
  # form parameters
3259
3505
  form_params = {}
@@ -3328,7 +3574,7 @@ module BudgeaClient
3328
3574
  # HTTP header 'Accept' (if needed)
3329
3575
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3330
3576
  # HTTP header 'Content-Type'
3331
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3577
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3332
3578
 
3333
3579
  # form parameters
3334
3580
  form_params = {}
@@ -3403,7 +3649,7 @@ module BudgeaClient
3403
3649
  # HTTP header 'Accept' (if needed)
3404
3650
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3405
3651
  # HTTP header 'Content-Type'
3406
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3652
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3407
3653
 
3408
3654
  # form parameters
3409
3655
  form_params = {}
@@ -3472,7 +3718,7 @@ module BudgeaClient
3472
3718
  # HTTP header 'Accept' (if needed)
3473
3719
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3474
3720
  # HTTP header 'Content-Type'
3475
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3721
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3476
3722
 
3477
3723
  # form parameters
3478
3724
  form_params = {}
@@ -3551,7 +3797,7 @@ module BudgeaClient
3551
3797
  # HTTP header 'Accept' (if needed)
3552
3798
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3553
3799
  # HTTP header 'Content-Type'
3554
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3800
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3555
3801
 
3556
3802
  # form parameters
3557
3803
  form_params = {}
@@ -3651,7 +3897,7 @@ module BudgeaClient
3651
3897
  # HTTP header 'Accept' (if needed)
3652
3898
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3653
3899
  # HTTP header 'Content-Type'
3654
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3900
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3655
3901
 
3656
3902
  # form parameters
3657
3903
  form_params = {}
@@ -3724,7 +3970,7 @@ module BudgeaClient
3724
3970
  # HTTP header 'Accept' (if needed)
3725
3971
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3726
3972
  # HTTP header 'Content-Type'
3727
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3973
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3728
3974
 
3729
3975
  # form parameters
3730
3976
  form_params = {}
@@ -3793,7 +4039,7 @@ module BudgeaClient
3793
4039
  # HTTP header 'Accept' (if needed)
3794
4040
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3795
4041
  # HTTP header 'Content-Type'
3796
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4042
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3797
4043
 
3798
4044
  # form parameters
3799
4045
  form_params = {}
@@ -3862,7 +4108,7 @@ module BudgeaClient
3862
4108
  # HTTP header 'Accept' (if needed)
3863
4109
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3864
4110
  # HTTP header 'Content-Type'
3865
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4111
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3866
4112
 
3867
4113
  # form parameters
3868
4114
  form_params = {}
@@ -3925,7 +4171,7 @@ module BudgeaClient
3925
4171
  # HTTP header 'Accept' (if needed)
3926
4172
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3927
4173
  # HTTP header 'Content-Type'
3928
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4174
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3929
4175
 
3930
4176
  # form parameters
3931
4177
  form_params = {}
@@ -3998,7 +4244,7 @@ module BudgeaClient
3998
4244
  # HTTP header 'Accept' (if needed)
3999
4245
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4000
4246
  # HTTP header 'Content-Type'
4001
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4247
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4002
4248
 
4003
4249
  # form parameters
4004
4250
  form_params = {}
@@ -4061,7 +4307,7 @@ module BudgeaClient
4061
4307
  # HTTP header 'Accept' (if needed)
4062
4308
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4063
4309
  # HTTP header 'Content-Type'
4064
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4310
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4065
4311
 
4066
4312
  # form parameters
4067
4313
  form_params = {}
@@ -4118,7 +4364,7 @@ module BudgeaClient
4118
4364
  # HTTP header 'Accept' (if needed)
4119
4365
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4120
4366
  # HTTP header 'Content-Type'
4121
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4367
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4122
4368
 
4123
4369
  # form parameters
4124
4370
  form_params = {}
@@ -4175,7 +4421,7 @@ module BudgeaClient
4175
4421
  # HTTP header 'Accept' (if needed)
4176
4422
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4177
4423
  # HTTP header 'Content-Type'
4178
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4424
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4179
4425
 
4180
4426
  # form parameters
4181
4427
  form_params = {}
@@ -4238,7 +4484,7 @@ module BudgeaClient
4238
4484
  # HTTP header 'Accept' (if needed)
4239
4485
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4240
4486
  # HTTP header 'Content-Type'
4241
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4487
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4242
4488
 
4243
4489
  # form parameters
4244
4490
  form_params = {}
@@ -4305,7 +4551,7 @@ module BudgeaClient
4305
4551
  # HTTP header 'Accept' (if needed)
4306
4552
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4307
4553
  # HTTP header 'Content-Type'
4308
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4554
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4309
4555
 
4310
4556
  # form parameters
4311
4557
  form_params = {}
@@ -4378,7 +4624,7 @@ module BudgeaClient
4378
4624
  # HTTP header 'Accept' (if needed)
4379
4625
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4380
4626
  # HTTP header 'Content-Type'
4381
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4627
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4382
4628
 
4383
4629
  # form parameters
4384
4630
  form_params = {}
@@ -4439,7 +4685,7 @@ module BudgeaClient
4439
4685
  # HTTP header 'Accept' (if needed)
4440
4686
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4441
4687
  # HTTP header 'Content-Type'
4442
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4688
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4443
4689
 
4444
4690
  # form parameters
4445
4691
  form_params = {}
@@ -4495,7 +4741,7 @@ module BudgeaClient
4495
4741
  # HTTP header 'Accept' (if needed)
4496
4742
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4497
4743
  # HTTP header 'Content-Type'
4498
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4744
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4499
4745
 
4500
4746
  # form parameters
4501
4747
  form_params = {}
@@ -4552,7 +4798,7 @@ module BudgeaClient
4552
4798
  # HTTP header 'Accept' (if needed)
4553
4799
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4554
4800
  # HTTP header 'Content-Type'
4555
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4801
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4556
4802
 
4557
4803
  # form parameters
4558
4804
  form_params = {}
@@ -4615,7 +4861,7 @@ module BudgeaClient
4615
4861
  # HTTP header 'Accept' (if needed)
4616
4862
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4617
4863
  # HTTP header 'Content-Type'
4618
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4864
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4619
4865
 
4620
4866
  # form parameters
4621
4867
  form_params = {}
@@ -4641,7 +4887,7 @@ module BudgeaClient
4641
4887
  # @param id_connection
4642
4888
  # @param [Hash] opts the optional parameters
4643
4889
  # @option opts [String] :expand
4644
- # @return [InlineResponse20022]
4890
+ # @return [InlineResponse20023]
4645
4891
  def users_id_user_connections_id_connection_accounts_get(id_user, id_connection, opts = {})
4646
4892
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_get_with_http_info(id_user, id_connection, opts)
4647
4893
  data
@@ -4653,7 +4899,7 @@ module BudgeaClient
4653
4899
  # @param id_connection
4654
4900
  # @param [Hash] opts the optional parameters
4655
4901
  # @option opts [String] :expand
4656
- # @return [Array<(InlineResponse20022, Fixnum, Hash)>] InlineResponse20022 data, response status code and response headers
4902
+ # @return [Array<(InlineResponse20023, Fixnum, Hash)>] InlineResponse20023 data, response status code and response headers
4657
4903
  def users_id_user_connections_id_connection_accounts_get_with_http_info(id_user, id_connection, opts = {})
4658
4904
  if @api_client.config.debugging
4659
4905
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_get ...'
@@ -4678,7 +4924,7 @@ module BudgeaClient
4678
4924
  # HTTP header 'Accept' (if needed)
4679
4925
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4680
4926
  # HTTP header 'Content-Type'
4681
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4927
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4682
4928
 
4683
4929
  # form parameters
4684
4930
  form_params = {}
@@ -4692,7 +4938,7 @@ module BudgeaClient
4692
4938
  :form_params => form_params,
4693
4939
  :body => post_body,
4694
4940
  :auth_names => auth_names,
4695
- :return_type => 'InlineResponse20022')
4941
+ :return_type => 'InlineResponse20023')
4696
4942
  if @api_client.config.debugging
4697
4943
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4698
4944
  end
@@ -4744,7 +4990,7 @@ module BudgeaClient
4744
4990
  # HTTP header 'Accept' (if needed)
4745
4991
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4746
4992
  # HTTP header 'Content-Type'
4747
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4993
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4748
4994
 
4749
4995
  # form parameters
4750
4996
  form_params = {}
@@ -4812,7 +5058,7 @@ module BudgeaClient
4812
5058
  # HTTP header 'Accept' (if needed)
4813
5059
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4814
5060
  # HTTP header 'Content-Type'
4815
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5061
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4816
5062
 
4817
5063
  # form parameters
4818
5064
  form_params = {}
@@ -4887,7 +5133,7 @@ module BudgeaClient
4887
5133
  # HTTP header 'Accept' (if needed)
4888
5134
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4889
5135
  # HTTP header 'Content-Type'
4890
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5136
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4891
5137
 
4892
5138
  # form parameters
4893
5139
  form_params = {}
@@ -4917,7 +5163,7 @@ module BudgeaClient
4917
5163
  # @option opts [Date] :min_date minimal (inclusive) date
4918
5164
  # @option opts [Date] :max_date maximum (inclusive) date
4919
5165
  # @option opts [String] :expand
4920
- # @return [InlineResponse20026]
5166
+ # @return [InlineResponse20027]
4921
5167
  def users_id_user_connections_id_connection_accounts_id_account_logs_get(id_user, id_connection, id_account, opts = {})
4922
5168
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_logs_get_with_http_info(id_user, id_connection, id_account, opts)
4923
5169
  data
@@ -4934,7 +5180,7 @@ module BudgeaClient
4934
5180
  # @option opts [Date] :min_date minimal (inclusive) date
4935
5181
  # @option opts [Date] :max_date maximum (inclusive) date
4936
5182
  # @option opts [String] :expand
4937
- # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
5183
+ # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
4938
5184
  def users_id_user_connections_id_connection_accounts_id_account_logs_get_with_http_info(id_user, id_connection, id_account, opts = {})
4939
5185
  if @api_client.config.debugging
4940
5186
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_id_account_logs_get ...'
@@ -4967,7 +5213,7 @@ module BudgeaClient
4967
5213
  # HTTP header 'Accept' (if needed)
4968
5214
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4969
5215
  # HTTP header 'Content-Type'
4970
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5216
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4971
5217
 
4972
5218
  # form parameters
4973
5219
  form_params = {}
@@ -4981,7 +5227,7 @@ module BudgeaClient
4981
5227
  :form_params => form_params,
4982
5228
  :body => post_body,
4983
5229
  :auth_names => auth_names,
4984
- :return_type => 'InlineResponse20026')
5230
+ :return_type => 'InlineResponse20027')
4985
5231
  if @api_client.config.debugging
4986
5232
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_id_account_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4987
5233
  end
@@ -5050,7 +5296,7 @@ module BudgeaClient
5050
5296
  # HTTP header 'Accept' (if needed)
5051
5297
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5052
5298
  # HTTP header 'Content-Type'
5053
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5299
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5054
5300
 
5055
5301
  # form parameters
5056
5302
  form_params = {}
@@ -5084,7 +5330,7 @@ module BudgeaClient
5084
5330
  # @param id_account
5085
5331
  # @param [Hash] opts the optional parameters
5086
5332
  # @option opts [String] :expand
5087
- # @return [InlineResponse20030]
5333
+ # @return [InlineResponse20016]
5088
5334
  def users_id_user_connections_id_connection_accounts_id_account_sources_get(id_user, id_connection, id_account, opts = {})
5089
5335
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_sources_get_with_http_info(id_user, id_connection, id_account, opts)
5090
5336
  data
@@ -5097,7 +5343,7 @@ module BudgeaClient
5097
5343
  # @param id_account
5098
5344
  # @param [Hash] opts the optional parameters
5099
5345
  # @option opts [String] :expand
5100
- # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
5346
+ # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
5101
5347
  def users_id_user_connections_id_connection_accounts_id_account_sources_get_with_http_info(id_user, id_connection, id_account, opts = {})
5102
5348
  if @api_client.config.debugging
5103
5349
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_id_account_sources_get ...'
@@ -5126,7 +5372,7 @@ module BudgeaClient
5126
5372
  # HTTP header 'Accept' (if needed)
5127
5373
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5128
5374
  # HTTP header 'Content-Type'
5129
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5375
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5130
5376
 
5131
5377
  # form parameters
5132
5378
  form_params = {}
@@ -5140,7 +5386,7 @@ module BudgeaClient
5140
5386
  :form_params => form_params,
5141
5387
  :body => post_body,
5142
5388
  :auth_names => auth_names,
5143
- :return_type => 'InlineResponse20030')
5389
+ :return_type => 'InlineResponse20016')
5144
5390
  if @api_client.config.debugging
5145
5391
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_id_account_sources_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5146
5392
  end
@@ -5195,7 +5441,7 @@ module BudgeaClient
5195
5441
  # HTTP header 'Accept' (if needed)
5196
5442
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5197
5443
  # HTTP header 'Content-Type'
5198
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5444
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5199
5445
 
5200
5446
  # form parameters
5201
5447
  form_params = {}
@@ -5303,7 +5549,7 @@ module BudgeaClient
5303
5549
  # HTTP header 'Accept' (if needed)
5304
5550
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5305
5551
  # HTTP header 'Content-Type'
5306
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5552
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5307
5553
 
5308
5554
  # form parameters
5309
5555
  form_params = {}
@@ -5378,7 +5624,7 @@ module BudgeaClient
5378
5624
  # HTTP header 'Accept' (if needed)
5379
5625
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5380
5626
  # HTTP header 'Content-Type'
5381
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5627
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5382
5628
 
5383
5629
  # form parameters
5384
5630
  form_params = {}
@@ -5453,7 +5699,7 @@ module BudgeaClient
5453
5699
  # HTTP header 'Accept' (if needed)
5454
5700
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5455
5701
  # HTTP header 'Content-Type'
5456
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5702
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5457
5703
 
5458
5704
  # form parameters
5459
5705
  form_params = {}
@@ -5534,7 +5780,7 @@ module BudgeaClient
5534
5780
  # HTTP header 'Accept' (if needed)
5535
5781
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5536
5782
  # HTTP header 'Content-Type'
5537
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5783
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5538
5784
 
5539
5785
  # form parameters
5540
5786
  form_params = {}
@@ -5615,7 +5861,7 @@ module BudgeaClient
5615
5861
  # HTTP header 'Accept' (if needed)
5616
5862
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5617
5863
  # HTTP header 'Content-Type'
5618
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5864
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5619
5865
 
5620
5866
  # form parameters
5621
5867
  form_params = {}
@@ -5690,7 +5936,7 @@ module BudgeaClient
5690
5936
  # HTTP header 'Accept' (if needed)
5691
5937
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5692
5938
  # HTTP header 'Content-Type'
5693
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5939
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5694
5940
 
5695
5941
  # form parameters
5696
5942
  form_params = {}
@@ -5775,7 +6021,7 @@ module BudgeaClient
5775
6021
  # HTTP header 'Accept' (if needed)
5776
6022
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5777
6023
  # HTTP header 'Content-Type'
5778
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6024
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5779
6025
 
5780
6026
  # form parameters
5781
6027
  form_params = {}
@@ -5881,7 +6127,7 @@ module BudgeaClient
5881
6127
  # HTTP header 'Accept' (if needed)
5882
6128
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5883
6129
  # HTTP header 'Content-Type'
5884
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6130
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5885
6131
 
5886
6132
  # form parameters
5887
6133
  form_params = {}
@@ -5960,7 +6206,7 @@ module BudgeaClient
5960
6206
  # HTTP header 'Accept' (if needed)
5961
6207
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5962
6208
  # HTTP header 'Content-Type'
5963
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6209
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5964
6210
 
5965
6211
  # form parameters
5966
6212
  form_params = {}
@@ -6035,7 +6281,7 @@ module BudgeaClient
6035
6281
  # HTTP header 'Accept' (if needed)
6036
6282
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6037
6283
  # HTTP header 'Content-Type'
6038
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6284
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6039
6285
 
6040
6286
  # form parameters
6041
6287
  form_params = {}
@@ -6110,7 +6356,7 @@ module BudgeaClient
6110
6356
  # HTTP header 'Accept' (if needed)
6111
6357
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6112
6358
  # HTTP header 'Content-Type'
6113
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6359
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6114
6360
 
6115
6361
  # form parameters
6116
6362
  form_params = {}
@@ -6179,7 +6425,7 @@ module BudgeaClient
6179
6425
  # HTTP header 'Accept' (if needed)
6180
6426
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6181
6427
  # HTTP header 'Content-Type'
6182
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6428
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6183
6429
 
6184
6430
  # form parameters
6185
6431
  form_params = {}
@@ -6327,7 +6573,7 @@ module BudgeaClient
6327
6573
  # HTTP header 'Accept' (if needed)
6328
6574
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6329
6575
  # HTTP header 'Content-Type'
6330
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6576
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6331
6577
 
6332
6578
  # form parameters
6333
6579
  form_params = {}
@@ -6390,7 +6636,7 @@ module BudgeaClient
6390
6636
  # HTTP header 'Accept' (if needed)
6391
6637
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6392
6638
  # HTTP header 'Content-Type'
6393
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6639
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6394
6640
 
6395
6641
  # form parameters
6396
6642
  form_params = {}
@@ -6453,7 +6699,7 @@ module BudgeaClient
6453
6699
  # HTTP header 'Accept' (if needed)
6454
6700
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6455
6701
  # HTTP header 'Content-Type'
6456
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6702
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6457
6703
 
6458
6704
  # form parameters
6459
6705
  form_params = {}
@@ -6516,7 +6762,7 @@ module BudgeaClient
6516
6762
  # HTTP header 'Accept' (if needed)
6517
6763
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6518
6764
  # HTTP header 'Content-Type'
6519
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6765
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6520
6766
 
6521
6767
  # form parameters
6522
6768
  form_params = {}
@@ -6612,7 +6858,7 @@ module BudgeaClient
6612
6858
  # HTTP header 'Accept' (if needed)
6613
6859
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6614
6860
  # HTTP header 'Content-Type'
6615
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6861
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6616
6862
 
6617
6863
  # form parameters
6618
6864
  form_params = {}
@@ -6753,7 +6999,7 @@ module BudgeaClient
6753
6999
  # HTTP header 'Accept' (if needed)
6754
7000
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6755
7001
  # HTTP header 'Content-Type'
6756
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7002
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6757
7003
 
6758
7004
  # form parameters
6759
7005
  form_params = {}
@@ -6779,7 +7025,7 @@ module BudgeaClient
6779
7025
  # @param id_connection
6780
7026
  # @param [Hash] opts the optional parameters
6781
7027
  # @option opts [String] :expand
6782
- # @return [InlineResponse20030]
7028
+ # @return [InlineResponse20016]
6783
7029
  def users_id_user_connections_id_connection_sources_get(id_user, id_connection, opts = {})
6784
7030
  data, _status_code, _headers = users_id_user_connections_id_connection_sources_get_with_http_info(id_user, id_connection, opts)
6785
7031
  data
@@ -6791,7 +7037,7 @@ module BudgeaClient
6791
7037
  # @param id_connection
6792
7038
  # @param [Hash] opts the optional parameters
6793
7039
  # @option opts [String] :expand
6794
- # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
7040
+ # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
6795
7041
  def users_id_user_connections_id_connection_sources_get_with_http_info(id_user, id_connection, opts = {})
6796
7042
  if @api_client.config.debugging
6797
7043
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_sources_get ...'
@@ -6816,7 +7062,7 @@ module BudgeaClient
6816
7062
  # HTTP header 'Accept' (if needed)
6817
7063
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6818
7064
  # HTTP header 'Content-Type'
6819
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7065
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6820
7066
 
6821
7067
  # form parameters
6822
7068
  form_params = {}
@@ -6830,7 +7076,7 @@ module BudgeaClient
6830
7076
  :form_params => form_params,
6831
7077
  :body => post_body,
6832
7078
  :auth_names => auth_names,
6833
- :return_type => 'InlineResponse20030')
7079
+ :return_type => 'InlineResponse20016')
6834
7080
  if @api_client.config.debugging
6835
7081
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_sources_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
6836
7082
  end
@@ -6885,7 +7131,7 @@ module BudgeaClient
6885
7131
  # HTTP header 'Accept' (if needed)
6886
7132
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6887
7133
  # HTTP header 'Content-Type'
6888
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7134
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6889
7135
 
6890
7136
  # form parameters
6891
7137
  form_params = {}
@@ -6954,7 +7200,7 @@ module BudgeaClient
6954
7200
  # HTTP header 'Accept' (if needed)
6955
7201
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6956
7202
  # HTTP header 'Content-Type'
6957
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7203
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6958
7204
 
6959
7205
  # form parameters
6960
7206
  form_params = {}
@@ -7023,7 +7269,7 @@ module BudgeaClient
7023
7269
  # HTTP header 'Accept' (if needed)
7024
7270
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7025
7271
  # HTTP header 'Content-Type'
7026
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7272
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7027
7273
 
7028
7274
  # form parameters
7029
7275
  form_params = {}
@@ -7086,7 +7332,7 @@ module BudgeaClient
7086
7332
  # HTTP header 'Accept' (if needed)
7087
7333
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7088
7334
  # HTTP header 'Content-Type'
7089
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7335
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7090
7336
 
7091
7337
  # form parameters
7092
7338
  form_params = {}
@@ -7188,7 +7434,7 @@ module BudgeaClient
7188
7434
  # HTTP header 'Accept' (if needed)
7189
7435
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7190
7436
  # HTTP header 'Content-Type'
7191
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7437
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7192
7438
 
7193
7439
  # form parameters
7194
7440
  form_params = {}
@@ -7257,7 +7503,7 @@ module BudgeaClient
7257
7503
  # HTTP header 'Accept' (if needed)
7258
7504
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7259
7505
  # HTTP header 'Content-Type'
7260
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7506
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7261
7507
 
7262
7508
  # form parameters
7263
7509
  form_params = {}
@@ -7326,7 +7572,7 @@ module BudgeaClient
7326
7572
  # HTTP header 'Accept' (if needed)
7327
7573
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7328
7574
  # HTTP header 'Content-Type'
7329
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7575
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7330
7576
 
7331
7577
  # form parameters
7332
7578
  form_params = {}
@@ -7401,7 +7647,7 @@ module BudgeaClient
7401
7647
  # HTTP header 'Accept' (if needed)
7402
7648
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7403
7649
  # HTTP header 'Content-Type'
7404
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7650
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7405
7651
 
7406
7652
  # form parameters
7407
7653
  form_params = {}
@@ -7476,7 +7722,7 @@ module BudgeaClient
7476
7722
  # HTTP header 'Accept' (if needed)
7477
7723
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7478
7724
  # HTTP header 'Content-Type'
7479
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7725
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7480
7726
 
7481
7727
  # form parameters
7482
7728
  form_params = {}
@@ -7545,7 +7791,7 @@ module BudgeaClient
7545
7791
  # HTTP header 'Accept' (if needed)
7546
7792
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7547
7793
  # HTTP header 'Content-Type'
7548
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7794
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7549
7795
 
7550
7796
  # form parameters
7551
7797
  form_params = {}
@@ -7624,7 +7870,7 @@ module BudgeaClient
7624
7870
  # HTTP header 'Accept' (if needed)
7625
7871
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7626
7872
  # HTTP header 'Content-Type'
7627
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7873
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7628
7874
 
7629
7875
  # form parameters
7630
7876
  form_params = {}
@@ -7724,7 +7970,7 @@ module BudgeaClient
7724
7970
  # HTTP header 'Accept' (if needed)
7725
7971
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7726
7972
  # HTTP header 'Content-Type'
7727
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
7973
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7728
7974
 
7729
7975
  # form parameters
7730
7976
  form_params = {}
@@ -7797,7 +8043,7 @@ module BudgeaClient
7797
8043
  # HTTP header 'Accept' (if needed)
7798
8044
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7799
8045
  # HTTP header 'Content-Type'
7800
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8046
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7801
8047
 
7802
8048
  # form parameters
7803
8049
  form_params = {}
@@ -7866,7 +8112,7 @@ module BudgeaClient
7866
8112
  # HTTP header 'Accept' (if needed)
7867
8113
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7868
8114
  # HTTP header 'Content-Type'
7869
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8115
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7870
8116
 
7871
8117
  # form parameters
7872
8118
  form_params = {}
@@ -7935,7 +8181,7 @@ module BudgeaClient
7935
8181
  # HTTP header 'Accept' (if needed)
7936
8182
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
7937
8183
  # HTTP header 'Content-Type'
7938
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8184
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
7939
8185
 
7940
8186
  # form parameters
7941
8187
  form_params = {}
@@ -7998,7 +8244,7 @@ module BudgeaClient
7998
8244
  # HTTP header 'Accept' (if needed)
7999
8245
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8000
8246
  # HTTP header 'Content-Type'
8001
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8247
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8002
8248
 
8003
8249
  # form parameters
8004
8250
  form_params = {}
@@ -8039,6 +8285,7 @@ module BudgeaClient
8039
8285
  # @option opts [String] :website2 bank additional login parameter
8040
8286
  # @option opts [String] :login bank additional login parameter
8041
8287
  # @option opts [Integer] :id_provider ID of the provider
8288
+ # @option opts [BOOLEAN] :resume Resume a decoupled connection creation
8042
8289
  # @option opts [String] :expand
8043
8290
  # @return [Connection]
8044
8291
  def users_id_user_connections_post(id_user, opts = {})
@@ -8067,6 +8314,7 @@ module BudgeaClient
8067
8314
  # @option opts [String] :website2 bank additional login parameter
8068
8315
  # @option opts [String] :login bank additional login parameter
8069
8316
  # @option opts [Integer] :id_provider ID of the provider
8317
+ # @option opts [BOOLEAN] :resume Resume a decoupled connection creation
8070
8318
  # @option opts [String] :expand
8071
8319
  # @return [Array<(Connection, Fixnum, Hash)>] Connection data, response status code and response headers
8072
8320
  def users_id_user_connections_post_with_http_info(id_user, opts = {})
@@ -8110,6 +8358,7 @@ module BudgeaClient
8110
8358
  form_params['website'] = opts[:'website2'] if !opts[:'website2'].nil?
8111
8359
  form_params['login'] = opts[:'login'] if !opts[:'login'].nil?
8112
8360
  form_params['id_provider'] = opts[:'id_provider'] if !opts[:'id_provider'].nil?
8361
+ form_params['resume'] = opts[:'resume'] if !opts[:'resume'].nil?
8113
8362
 
8114
8363
  # http body (model)
8115
8364
  post_body = nil
@@ -8160,7 +8409,7 @@ module BudgeaClient
8160
8409
  # HTTP header 'Accept' (if needed)
8161
8410
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8162
8411
  # HTTP header 'Content-Type'
8163
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8412
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8164
8413
 
8165
8414
  # form parameters
8166
8415
  form_params = {}
@@ -8249,7 +8498,7 @@ module BudgeaClient
8249
8498
  # HTTP header 'Accept' (if needed)
8250
8499
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8251
8500
  # HTTP header 'Content-Type'
8252
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8501
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8253
8502
 
8254
8503
  # form parameters
8255
8504
  form_params = {}
@@ -8306,7 +8555,7 @@ module BudgeaClient
8306
8555
  # HTTP header 'Accept' (if needed)
8307
8556
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8308
8557
  # HTTP header 'Content-Type'
8309
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8558
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8310
8559
 
8311
8560
  # form parameters
8312
8561
  form_params = {}
@@ -8402,7 +8651,7 @@ module BudgeaClient
8402
8651
  # HTTP header 'Accept' (if needed)
8403
8652
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8404
8653
  # HTTP header 'Content-Type'
8405
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8654
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8406
8655
 
8407
8656
  # form parameters
8408
8657
  form_params = {}
@@ -8465,7 +8714,7 @@ module BudgeaClient
8465
8714
  # HTTP header 'Accept' (if needed)
8466
8715
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8467
8716
  # HTTP header 'Content-Type'
8468
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8717
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8469
8718
 
8470
8719
  # form parameters
8471
8720
  form_params = {}
@@ -8528,7 +8777,7 @@ module BudgeaClient
8528
8777
  # HTTP header 'Accept' (if needed)
8529
8778
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8530
8779
  # HTTP header 'Content-Type'
8531
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8780
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8532
8781
 
8533
8782
  # form parameters
8534
8783
  form_params = {}
@@ -8597,7 +8846,7 @@ module BudgeaClient
8597
8846
  # HTTP header 'Accept' (if needed)
8598
8847
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8599
8848
  # HTTP header 'Content-Type'
8600
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8849
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8601
8850
 
8602
8851
  # form parameters
8603
8852
  form_params = {}
@@ -8666,7 +8915,7 @@ module BudgeaClient
8666
8915
  # HTTP header 'Accept' (if needed)
8667
8916
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8668
8917
  # HTTP header 'Content-Type'
8669
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8918
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8670
8919
 
8671
8920
  # form parameters
8672
8921
  form_params = {}
@@ -8729,7 +8978,7 @@ module BudgeaClient
8729
8978
  # HTTP header 'Accept' (if needed)
8730
8979
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8731
8980
  # HTTP header 'Content-Type'
8732
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
8981
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8733
8982
 
8734
8983
  # form parameters
8735
8984
  form_params = {}
@@ -8963,7 +9212,7 @@ module BudgeaClient
8963
9212
  # HTTP header 'Accept' (if needed)
8964
9213
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
8965
9214
  # HTTP header 'Content-Type'
8966
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
9215
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
8967
9216
 
8968
9217
  # form parameters
8969
9218
  form_params = {}
@@ -9026,7 +9275,7 @@ module BudgeaClient
9026
9275
  # HTTP header 'Accept' (if needed)
9027
9276
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
9028
9277
  # HTTP header 'Content-Type'
9029
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
9278
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
9030
9279
 
9031
9280
  # form parameters
9032
9281
  form_params = {}
@@ -9089,7 +9338,7 @@ module BudgeaClient
9089
9338
  # HTTP header 'Accept' (if needed)
9090
9339
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
9091
9340
  # HTTP header 'Content-Type'
9092
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
9341
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
9093
9342
 
9094
9343
  # form parameters
9095
9344
  form_params = {}
@@ -9146,7 +9395,7 @@ module BudgeaClient
9146
9395
  # HTTP header 'Accept' (if needed)
9147
9396
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
9148
9397
  # HTTP header 'Content-Type'
9149
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
9398
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
9150
9399
 
9151
9400
  # form parameters
9152
9401
  form_params = {}