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
@@ -23,7 +23,7 @@ module BudgeaClient
23
23
  #
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :expand
26
- # @return [InlineResponse20017]
26
+ # @return [InlineResponse20018]
27
27
  def documenttypes_get(opts = {})
28
28
  data, _status_code, _headers = documenttypes_get_with_http_info(opts)
29
29
  data
@@ -33,7 +33,7 @@ module BudgeaClient
33
33
  #
34
34
  # @param [Hash] opts the optional parameters
35
35
  # @option opts [String] :expand
36
- # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
36
+ # @return [Array<(InlineResponse20018, Fixnum, Hash)>] InlineResponse20018 data, response status code and response headers
37
37
  def documenttypes_get_with_http_info(opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: DocumentsApi.documenttypes_get ...'
@@ -50,7 +50,7 @@ module BudgeaClient
50
50
  # HTTP header 'Accept' (if needed)
51
51
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
52
52
  # HTTP header 'Content-Type'
53
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
53
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
54
54
 
55
55
  # form parameters
56
56
  form_params = {}
@@ -64,7 +64,7 @@ module BudgeaClient
64
64
  :form_params => form_params,
65
65
  :body => post_body,
66
66
  :auth_names => auth_names,
67
- :return_type => 'InlineResponse20017')
67
+ :return_type => 'InlineResponse20018')
68
68
  if @api_client.config.debugging
69
69
  @api_client.config.logger.debug "API called: DocumentsApi#documenttypes_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
70
70
  end
@@ -119,7 +119,7 @@ module BudgeaClient
119
119
  # HTTP header 'Accept' (if needed)
120
120
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
121
121
  # HTTP header 'Content-Type'
122
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
122
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
123
123
 
124
124
  # form parameters
125
125
  form_params = {}
@@ -250,7 +250,7 @@ module BudgeaClient
250
250
  # HTTP header 'Accept' (if needed)
251
251
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
252
252
  # HTTP header 'Content-Type'
253
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
253
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
254
254
 
255
255
  # form parameters
256
256
  form_params = {}
@@ -346,7 +346,7 @@ module BudgeaClient
346
346
  # HTTP header 'Accept' (if needed)
347
347
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
348
348
  # HTTP header 'Content-Type'
349
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
349
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
350
350
 
351
351
  # form parameters
352
352
  form_params = {}
@@ -421,7 +421,7 @@ module BudgeaClient
421
421
  # HTTP header 'Accept' (if needed)
422
422
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
423
423
  # HTTP header 'Content-Type'
424
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
424
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
425
425
 
426
426
  # form parameters
427
427
  form_params = {}
@@ -717,7 +717,7 @@ module BudgeaClient
717
717
  # HTTP header 'Accept' (if needed)
718
718
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
719
719
  # HTTP header 'Content-Type'
720
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
720
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
721
721
 
722
722
  # form parameters
723
723
  form_params = {}
@@ -787,7 +787,7 @@ module BudgeaClient
787
787
  # HTTP header 'Accept' (if needed)
788
788
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
789
789
  # HTTP header 'Content-Type'
790
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
790
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
791
791
 
792
792
  # form parameters
793
793
  form_params = {}
@@ -883,7 +883,7 @@ module BudgeaClient
883
883
  # HTTP header 'Accept' (if needed)
884
884
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
885
885
  # HTTP header 'Content-Type'
886
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
886
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
887
887
 
888
888
  # form parameters
889
889
  form_params = {}
@@ -958,7 +958,7 @@ module BudgeaClient
958
958
  # HTTP header 'Accept' (if needed)
959
959
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
960
960
  # HTTP header 'Content-Type'
961
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
961
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
962
962
 
963
963
  # form parameters
964
964
  form_params = {}
@@ -1254,7 +1254,7 @@ module BudgeaClient
1254
1254
  # HTTP header 'Accept' (if needed)
1255
1255
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1256
1256
  # HTTP header 'Content-Type'
1257
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1257
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1258
1258
 
1259
1259
  # form parameters
1260
1260
  form_params = {}
@@ -1330,7 +1330,7 @@ module BudgeaClient
1330
1330
  # HTTP header 'Accept' (if needed)
1331
1331
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1332
1332
  # HTTP header 'Content-Type'
1333
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1333
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1334
1334
 
1335
1335
  # form parameters
1336
1336
  form_params = {}
@@ -1432,7 +1432,7 @@ module BudgeaClient
1432
1432
  # HTTP header 'Accept' (if needed)
1433
1433
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1434
1434
  # HTTP header 'Content-Type'
1435
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1435
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1436
1436
 
1437
1437
  # form parameters
1438
1438
  form_params = {}
@@ -1513,7 +1513,7 @@ module BudgeaClient
1513
1513
  # HTTP header 'Accept' (if needed)
1514
1514
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1515
1515
  # HTTP header 'Content-Type'
1516
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1516
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1517
1517
 
1518
1518
  # form parameters
1519
1519
  form_params = {}
@@ -1827,7 +1827,7 @@ module BudgeaClient
1827
1827
  # HTTP header 'Accept' (if needed)
1828
1828
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1829
1829
  # HTTP header 'Content-Type'
1830
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1830
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1831
1831
 
1832
1832
  # form parameters
1833
1833
  form_params = {}
@@ -1903,7 +1903,7 @@ module BudgeaClient
1903
1903
  # HTTP header 'Accept' (if needed)
1904
1904
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1905
1905
  # HTTP header 'Content-Type'
1906
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1906
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1907
1907
 
1908
1908
  # form parameters
1909
1909
  form_params = {}
@@ -2005,7 +2005,7 @@ module BudgeaClient
2005
2005
  # HTTP header 'Accept' (if needed)
2006
2006
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2007
2007
  # HTTP header 'Content-Type'
2008
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2008
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2009
2009
 
2010
2010
  # form parameters
2011
2011
  form_params = {}
@@ -2086,7 +2086,7 @@ module BudgeaClient
2086
2086
  # HTTP header 'Accept' (if needed)
2087
2087
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2088
2088
  # HTTP header 'Content-Type'
2089
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2089
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2090
2090
 
2091
2091
  # form parameters
2092
2092
  form_params = {}
@@ -2464,7 +2464,7 @@ module BudgeaClient
2464
2464
  # HTTP header 'Accept' (if needed)
2465
2465
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2466
2466
  # HTTP header 'Content-Type'
2467
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2467
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2468
2468
 
2469
2469
  # form parameters
2470
2470
  form_params = {}
@@ -2554,7 +2554,7 @@ module BudgeaClient
2554
2554
  # HTTP header 'Accept' (if needed)
2555
2555
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2556
2556
  # HTTP header 'Content-Type'
2557
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2557
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2558
2558
 
2559
2559
  # form parameters
2560
2560
  form_params = {}
@@ -2623,7 +2623,7 @@ module BudgeaClient
2623
2623
  # HTTP header 'Accept' (if needed)
2624
2624
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2625
2625
  # HTTP header 'Content-Type'
2626
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2626
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2627
2627
 
2628
2628
  # form parameters
2629
2629
  form_params = {}
@@ -2901,7 +2901,7 @@ module BudgeaClient
2901
2901
  # HTTP header 'Accept' (if needed)
2902
2902
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2903
2903
  # HTTP header 'Content-Type'
2904
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2904
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2905
2905
 
2906
2906
  # form parameters
2907
2907
  form_params = {}
@@ -2971,7 +2971,7 @@ module BudgeaClient
2971
2971
  # HTTP header 'Accept' (if needed)
2972
2972
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2973
2973
  # HTTP header 'Content-Type'
2974
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2974
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2975
2975
 
2976
2976
  # form parameters
2977
2977
  form_params = {}
@@ -3067,7 +3067,7 @@ module BudgeaClient
3067
3067
  # HTTP header 'Accept' (if needed)
3068
3068
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3069
3069
  # HTTP header 'Content-Type'
3070
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3070
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3071
3071
 
3072
3072
  # form parameters
3073
3073
  form_params = {}
@@ -3142,7 +3142,7 @@ module BudgeaClient
3142
3142
  # HTTP header 'Accept' (if needed)
3143
3143
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3144
3144
  # HTTP header 'Content-Type'
3145
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3145
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3146
3146
 
3147
3147
  # form parameters
3148
3148
  form_params = {}
@@ -3438,7 +3438,7 @@ module BudgeaClient
3438
3438
  # HTTP header 'Accept' (if needed)
3439
3439
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3440
3440
  # HTTP header 'Content-Type'
3441
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3441
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3442
3442
 
3443
3443
  # form parameters
3444
3444
  form_params = {}
@@ -3508,7 +3508,7 @@ module BudgeaClient
3508
3508
  # HTTP header 'Accept' (if needed)
3509
3509
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3510
3510
  # HTTP header 'Content-Type'
3511
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3511
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3512
3512
 
3513
3513
  # form parameters
3514
3514
  form_params = {}
@@ -3604,7 +3604,7 @@ module BudgeaClient
3604
3604
  # HTTP header 'Accept' (if needed)
3605
3605
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3606
3606
  # HTTP header 'Content-Type'
3607
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3607
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3608
3608
 
3609
3609
  # form parameters
3610
3610
  form_params = {}
@@ -3679,7 +3679,7 @@ module BudgeaClient
3679
3679
  # HTTP header 'Accept' (if needed)
3680
3680
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3681
3681
  # HTTP header 'Content-Type'
3682
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3682
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3683
3683
 
3684
3684
  # form parameters
3685
3685
  form_params = {}
@@ -3975,7 +3975,7 @@ module BudgeaClient
3975
3975
  # HTTP header 'Accept' (if needed)
3976
3976
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
3977
3977
  # HTTP header 'Content-Type'
3978
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3978
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
3979
3979
 
3980
3980
  # form parameters
3981
3981
  form_params = {}
@@ -4045,7 +4045,7 @@ module BudgeaClient
4045
4045
  # HTTP header 'Accept' (if needed)
4046
4046
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4047
4047
  # HTTP header 'Content-Type'
4048
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4048
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4049
4049
 
4050
4050
  # form parameters
4051
4051
  form_params = {}
@@ -4141,7 +4141,7 @@ module BudgeaClient
4141
4141
  # HTTP header 'Accept' (if needed)
4142
4142
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4143
4143
  # HTTP header 'Content-Type'
4144
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4144
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4145
4145
 
4146
4146
  # form parameters
4147
4147
  form_params = {}
@@ -4216,7 +4216,7 @@ module BudgeaClient
4216
4216
  # HTTP header 'Accept' (if needed)
4217
4217
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4218
4218
  # HTTP header 'Content-Type'
4219
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4219
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4220
4220
 
4221
4221
  # form parameters
4222
4222
  form_params = {}
@@ -4512,7 +4512,7 @@ module BudgeaClient
4512
4512
  # HTTP header 'Accept' (if needed)
4513
4513
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4514
4514
  # HTTP header 'Content-Type'
4515
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4515
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4516
4516
 
4517
4517
  # form parameters
4518
4518
  form_params = {}
@@ -4570,7 +4570,7 @@ module BudgeaClient
4570
4570
  # HTTP header 'Accept' (if needed)
4571
4571
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4572
4572
  # HTTP header 'Content-Type'
4573
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4573
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4574
4574
 
4575
4575
  # form parameters
4576
4576
  form_params = {}
@@ -4654,7 +4654,7 @@ module BudgeaClient
4654
4654
  # HTTP header 'Accept' (if needed)
4655
4655
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4656
4656
  # HTTP header 'Content-Type'
4657
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4657
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4658
4658
 
4659
4659
  # form parameters
4660
4660
  form_params = {}
@@ -4717,7 +4717,7 @@ module BudgeaClient
4717
4717
  # HTTP header 'Accept' (if needed)
4718
4718
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4719
4719
  # HTTP header 'Content-Type'
4720
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4720
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4721
4721
 
4722
4722
  # form parameters
4723
4723
  form_params = {}
@@ -4977,7 +4977,7 @@ module BudgeaClient
4977
4977
  # HTTP header 'Accept' (if needed)
4978
4978
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
4979
4979
  # HTTP header 'Content-Type'
4980
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4980
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
4981
4981
 
4982
4982
  # form parameters
4983
4983
  form_params = {}
@@ -5107,7 +5107,7 @@ module BudgeaClient
5107
5107
  # HTTP header 'Accept' (if needed)
5108
5108
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5109
5109
  # HTTP header 'Content-Type'
5110
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5110
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5111
5111
 
5112
5112
  # form parameters
5113
5113
  form_params = {}
@@ -5197,7 +5197,7 @@ module BudgeaClient
5197
5197
  # HTTP header 'Accept' (if needed)
5198
5198
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5199
5199
  # HTTP header 'Content-Type'
5200
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5200
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5201
5201
 
5202
5202
  # form parameters
5203
5203
  form_params = {}
@@ -5266,7 +5266,7 @@ module BudgeaClient
5266
5266
  # HTTP header 'Accept' (if needed)
5267
5267
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5268
5268
  # HTTP header 'Content-Type'
5269
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5269
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5270
5270
 
5271
5271
  # form parameters
5272
5272
  form_params = {}
@@ -5608,7 +5608,7 @@ module BudgeaClient
5608
5608
  # HTTP header 'Accept' (if needed)
5609
5609
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5610
5610
  # HTTP header 'Content-Type'
5611
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5611
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5612
5612
 
5613
5613
  # form parameters
5614
5614
  form_params = {}
@@ -5698,7 +5698,7 @@ module BudgeaClient
5698
5698
  # HTTP header 'Accept' (if needed)
5699
5699
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5700
5700
  # HTTP header 'Content-Type'
5701
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5701
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5702
5702
 
5703
5703
  # form parameters
5704
5704
  form_params = {}
@@ -5767,7 +5767,7 @@ module BudgeaClient
5767
5767
  # HTTP header 'Accept' (if needed)
5768
5768
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
5769
5769
  # HTTP header 'Content-Type'
5770
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5770
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
5771
5771
 
5772
5772
  # form parameters
5773
5773
  form_params = {}
@@ -6109,7 +6109,7 @@ module BudgeaClient
6109
6109
  # HTTP header 'Accept' (if needed)
6110
6110
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6111
6111
  # HTTP header 'Content-Type'
6112
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6112
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6113
6113
 
6114
6114
  # form parameters
6115
6115
  form_params = {}
@@ -6199,7 +6199,7 @@ module BudgeaClient
6199
6199
  # HTTP header 'Accept' (if needed)
6200
6200
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6201
6201
  # HTTP header 'Content-Type'
6202
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6202
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6203
6203
 
6204
6204
  # form parameters
6205
6205
  form_params = {}
@@ -6268,7 +6268,7 @@ module BudgeaClient
6268
6268
  # HTTP header 'Accept' (if needed)
6269
6269
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
6270
6270
  # HTTP header 'Content-Type'
6271
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6271
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
6272
6272
 
6273
6273
  # form parameters
6274
6274
  form_params = {}
@@ -56,7 +56,7 @@ module BudgeaClient
56
56
  # HTTP header 'Accept' (if needed)
57
57
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
58
58
  # HTTP header 'Content-Type'
59
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
59
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
60
60
 
61
61
  # form parameters
62
62
  form_params = {}
@@ -119,7 +119,7 @@ module BudgeaClient
119
119
  # HTTP header 'Accept' (if needed)
120
120
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
121
121
  # HTTP header 'Content-Type'
122
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
122
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
123
123
 
124
124
  # form parameters
125
125
  form_params = {}
@@ -177,7 +177,7 @@ module BudgeaClient
177
177
  # HTTP header 'Accept' (if needed)
178
178
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
179
179
  # HTTP header 'Content-Type'
180
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
180
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
181
181
 
182
182
  # form parameters
183
183
  form_params = {}
@@ -309,7 +309,7 @@ module BudgeaClient
309
309
  # HTTP header 'Accept' (if needed)
310
310
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
311
311
  # HTTP header 'Content-Type'
312
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
312
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
313
313
 
314
314
  # form parameters
315
315
  form_params = {}
@@ -356,7 +356,7 @@ module BudgeaClient
356
356
  # HTTP header 'Accept' (if needed)
357
357
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
358
358
  # HTTP header 'Content-Type'
359
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
359
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
360
360
 
361
361
  # form parameters
362
362
  form_params = {}
@@ -475,7 +475,7 @@ module BudgeaClient
475
475
  # HTTP header 'Accept' (if needed)
476
476
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
477
477
  # HTTP header 'Content-Type'
478
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
478
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
479
479
 
480
480
  # form parameters
481
481
  form_params = {}
@@ -543,7 +543,7 @@ module BudgeaClient
543
543
  # HTTP header 'Accept' (if needed)
544
544
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
545
545
  # HTTP header 'Content-Type'
546
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
546
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
547
547
 
548
548
  # form parameters
549
549
  form_params = {}
@@ -568,7 +568,7 @@ module BudgeaClient
568
568
  # @param id_account
569
569
  # @param [Hash] opts the optional parameters
570
570
  # @option opts [String] :expand
571
- # @return [InlineResponse20027]
571
+ # @return [InlineResponse20028]
572
572
  def users_id_user_accounts_id_account_operationsalert_get(id_user, id_account, opts = {})
573
573
  data, _status_code, _headers = users_id_user_accounts_id_account_operationsalert_get_with_http_info(id_user, id_account, opts)
574
574
  data
@@ -580,7 +580,7 @@ module BudgeaClient
580
580
  # @param id_account
581
581
  # @param [Hash] opts the optional parameters
582
582
  # @option opts [String] :expand
583
- # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
583
+ # @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
584
584
  def users_id_user_accounts_id_account_operationsalert_get_with_http_info(id_user, id_account, opts = {})
585
585
  if @api_client.config.debugging
586
586
  @api_client.config.logger.debug 'Calling API: PFMApi.users_id_user_accounts_id_account_operationsalert_get ...'
@@ -605,7 +605,7 @@ module BudgeaClient
605
605
  # HTTP header 'Accept' (if needed)
606
606
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
607
607
  # HTTP header 'Content-Type'
608
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
608
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
609
609
 
610
610
  # form parameters
611
611
  form_params = {}
@@ -619,7 +619,7 @@ module BudgeaClient
619
619
  :form_params => form_params,
620
620
  :body => post_body,
621
621
  :auth_names => auth_names,
622
- :return_type => 'InlineResponse20027')
622
+ :return_type => 'InlineResponse20028')
623
623
  if @api_client.config.debugging
624
624
  @api_client.config.logger.debug "API called: PFMApi#users_id_user_accounts_id_account_operationsalert_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
625
625
  end
@@ -674,7 +674,7 @@ module BudgeaClient
674
674
  # HTTP header 'Accept' (if needed)
675
675
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
676
676
  # HTTP header 'Content-Type'
677
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
677
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
678
678
 
679
679
  # form parameters
680
680
  form_params = {}
@@ -753,7 +753,7 @@ module BudgeaClient
753
753
  # HTTP header 'Accept' (if needed)
754
754
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
755
755
  # HTTP header 'Content-Type'
756
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
756
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
757
757
 
758
758
  # form parameters
759
759
  form_params = {}
@@ -831,7 +831,7 @@ module BudgeaClient
831
831
  # HTTP header 'Accept' (if needed)
832
832
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
833
833
  # HTTP header 'Content-Type'
834
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
834
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
835
835
 
836
836
  # form parameters
837
837
  form_params = {}
@@ -890,7 +890,7 @@ module BudgeaClient
890
890
  # HTTP header 'Accept' (if needed)
891
891
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
892
892
  # HTTP header 'Content-Type'
893
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
893
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
894
894
 
895
895
  # form parameters
896
896
  form_params = {}
@@ -954,7 +954,7 @@ module BudgeaClient
954
954
  # HTTP header 'Accept' (if needed)
955
955
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
956
956
  # HTTP header 'Content-Type'
957
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
957
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
958
958
 
959
959
  # form parameters
960
960
  form_params = {}
@@ -1022,7 +1022,7 @@ module BudgeaClient
1022
1022
  # HTTP header 'Accept' (if needed)
1023
1023
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1024
1024
  # HTTP header 'Content-Type'
1025
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1025
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1026
1026
 
1027
1027
  # form parameters
1028
1028
  form_params = {}
@@ -1096,7 +1096,7 @@ module BudgeaClient
1096
1096
  # HTTP header 'Accept' (if needed)
1097
1097
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1098
1098
  # HTTP header 'Content-Type'
1099
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1099
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1100
1100
 
1101
1101
  # form parameters
1102
1102
  form_params = {}
@@ -1122,7 +1122,7 @@ module BudgeaClient
1122
1122
  # @param id_account
1123
1123
  # @param [Hash] opts the optional parameters
1124
1124
  # @option opts [String] :expand
1125
- # @return [InlineResponse20027]
1125
+ # @return [InlineResponse20028]
1126
1126
  def users_id_user_connections_id_connection_accounts_id_account_operationsalert_get(id_user, id_connection, id_account, opts = {})
1127
1127
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_operationsalert_get_with_http_info(id_user, id_connection, id_account, opts)
1128
1128
  data
@@ -1135,7 +1135,7 @@ module BudgeaClient
1135
1135
  # @param id_account
1136
1136
  # @param [Hash] opts the optional parameters
1137
1137
  # @option opts [String] :expand
1138
- # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
1138
+ # @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
1139
1139
  def users_id_user_connections_id_connection_accounts_id_account_operationsalert_get_with_http_info(id_user, id_connection, id_account, opts = {})
1140
1140
  if @api_client.config.debugging
1141
1141
  @api_client.config.logger.debug 'Calling API: PFMApi.users_id_user_connections_id_connection_accounts_id_account_operationsalert_get ...'
@@ -1164,7 +1164,7 @@ module BudgeaClient
1164
1164
  # HTTP header 'Accept' (if needed)
1165
1165
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1166
1166
  # HTTP header 'Content-Type'
1167
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1167
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1168
1168
 
1169
1169
  # form parameters
1170
1170
  form_params = {}
@@ -1178,7 +1178,7 @@ module BudgeaClient
1178
1178
  :form_params => form_params,
1179
1179
  :body => post_body,
1180
1180
  :auth_names => auth_names,
1181
- :return_type => 'InlineResponse20027')
1181
+ :return_type => 'InlineResponse20028')
1182
1182
  if @api_client.config.debugging
1183
1183
  @api_client.config.logger.debug "API called: PFMApi#users_id_user_connections_id_connection_accounts_id_account_operationsalert_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1184
1184
  end
@@ -1239,7 +1239,7 @@ module BudgeaClient
1239
1239
  # HTTP header 'Accept' (if needed)
1240
1240
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1241
1241
  # HTTP header 'Content-Type'
1242
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1242
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1243
1243
 
1244
1244
  # form parameters
1245
1245
  form_params = {}
@@ -1259,7 +1259,7 @@ module BudgeaClient
1259
1259
  end
1260
1260
  return data, status_code, headers
1261
1261
  end
1262
- # Edit an alert on transactions or investements
1262
+ # Edit an alert on transactions or investments
1263
1263
  #
1264
1264
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1265
1265
  # @param id_connection
@@ -1278,7 +1278,7 @@ module BudgeaClient
1278
1278
  data
1279
1279
  end
1280
1280
 
1281
- # Edit an alert on transactions or investements
1281
+ # Edit an alert on transactions or investments
1282
1282
  #
1283
1283
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1284
1284
  # @param id_connection
@@ -1482,7 +1482,7 @@ module BudgeaClient
1482
1482
  # HTTP header 'Accept' (if needed)
1483
1483
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1484
1484
  # HTTP header 'Content-Type'
1485
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1485
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1486
1486
 
1487
1487
  # form parameters
1488
1488
  form_params = {}
@@ -1538,7 +1538,7 @@ module BudgeaClient
1538
1538
  # HTTP header 'Accept' (if needed)
1539
1539
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1540
1540
  # HTTP header 'Content-Type'
1541
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1541
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1542
1542
 
1543
1543
  # form parameters
1544
1544
  form_params = {}
@@ -1601,7 +1601,7 @@ module BudgeaClient
1601
1601
  # HTTP header 'Accept' (if needed)
1602
1602
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1603
1603
  # HTTP header 'Content-Type'
1604
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1604
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1605
1605
 
1606
1606
  # form parameters
1607
1607
  form_params = {}
@@ -1664,7 +1664,7 @@ module BudgeaClient
1664
1664
  # HTTP header 'Accept' (if needed)
1665
1665
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1666
1666
  # HTTP header 'Content-Type'
1667
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1667
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1668
1668
 
1669
1669
  # form parameters
1670
1670
  form_params = {}
@@ -1741,7 +1741,7 @@ module BudgeaClient
1741
1741
  # HTTP header 'Accept' (if needed)
1742
1742
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1743
1743
  # HTTP header 'Content-Type'
1744
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1744
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1745
1745
 
1746
1746
  # form parameters
1747
1747
  form_params = {}
@@ -1815,7 +1815,7 @@ module BudgeaClient
1815
1815
  # HTTP header 'Accept' (if needed)
1816
1816
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1817
1817
  # HTTP header 'Content-Type'
1818
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1818
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1819
1819
 
1820
1820
  # form parameters
1821
1821
  form_params = {}
@@ -1872,7 +1872,7 @@ module BudgeaClient
1872
1872
  # HTTP header 'Accept' (if needed)
1873
1873
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1874
1874
  # HTTP header 'Content-Type'
1875
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1875
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1876
1876
 
1877
1877
  # form parameters
1878
1878
  form_params = {}
@@ -1928,7 +1928,7 @@ module BudgeaClient
1928
1928
  # HTTP header 'Accept' (if needed)
1929
1929
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1930
1930
  # HTTP header 'Content-Type'
1931
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1931
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1932
1932
 
1933
1933
  # form parameters
1934
1934
  form_params = {}
@@ -1953,7 +1953,7 @@ module BudgeaClient
1953
1953
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1954
1954
  # @param [Hash] opts the optional parameters
1955
1955
  # @option opts [String] :expand
1956
- # @return [InlineResponse20027]
1956
+ # @return [InlineResponse20028]
1957
1957
  def users_id_user_operationsalert_get(id_user, opts = {})
1958
1958
  data, _status_code, _headers = users_id_user_operationsalert_get_with_http_info(id_user, opts)
1959
1959
  data
@@ -1964,7 +1964,7 @@ module BudgeaClient
1964
1964
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1965
1965
  # @param [Hash] opts the optional parameters
1966
1966
  # @option opts [String] :expand
1967
- # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
1967
+ # @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
1968
1968
  def users_id_user_operationsalert_get_with_http_info(id_user, opts = {})
1969
1969
  if @api_client.config.debugging
1970
1970
  @api_client.config.logger.debug 'Calling API: PFMApi.users_id_user_operationsalert_get ...'
@@ -1985,7 +1985,7 @@ module BudgeaClient
1985
1985
  # HTTP header 'Accept' (if needed)
1986
1986
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
1987
1987
  # HTTP header 'Content-Type'
1988
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1988
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
1989
1989
 
1990
1990
  # form parameters
1991
1991
  form_params = {}
@@ -1999,7 +1999,7 @@ module BudgeaClient
1999
1999
  :form_params => form_params,
2000
2000
  :body => post_body,
2001
2001
  :auth_names => auth_names,
2002
- :return_type => 'InlineResponse20027')
2002
+ :return_type => 'InlineResponse20028')
2003
2003
  if @api_client.config.debugging
2004
2004
  @api_client.config.logger.debug "API called: PFMApi#users_id_user_operationsalert_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2005
2005
  end
@@ -2048,7 +2048,7 @@ module BudgeaClient
2048
2048
  # HTTP header 'Accept' (if needed)
2049
2049
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2050
2050
  # HTTP header 'Content-Type'
2051
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2051
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2052
2052
 
2053
2053
  # form parameters
2054
2054
  form_params = {}
@@ -2121,7 +2121,7 @@ module BudgeaClient
2121
2121
  # HTTP header 'Accept' (if needed)
2122
2122
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2123
2123
  # HTTP header 'Content-Type'
2124
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2124
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2125
2125
 
2126
2126
  # form parameters
2127
2127
  form_params = {}
@@ -2193,7 +2193,7 @@ module BudgeaClient
2193
2193
  # HTTP header 'Accept' (if needed)
2194
2194
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2195
2195
  # HTTP header 'Content-Type'
2196
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2196
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2197
2197
 
2198
2198
  # form parameters
2199
2199
  form_params = {}
@@ -2255,7 +2255,7 @@ module BudgeaClient
2255
2255
  # HTTP header 'Accept' (if needed)
2256
2256
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2257
2257
  # HTTP header 'Content-Type'
2258
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2258
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2259
2259
 
2260
2260
  # form parameters
2261
2261
  form_params = {}
@@ -2318,7 +2318,7 @@ module BudgeaClient
2318
2318
  # HTTP header 'Accept' (if needed)
2319
2319
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2320
2320
  # HTTP header 'Content-Type'
2321
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2321
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2322
2322
 
2323
2323
  # form parameters
2324
2324
  form_params = {}
@@ -2375,7 +2375,7 @@ module BudgeaClient
2375
2375
  # HTTP header 'Accept' (if needed)
2376
2376
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2377
2377
  # HTTP header 'Content-Type'
2378
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2378
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2379
2379
 
2380
2380
  # form parameters
2381
2381
  form_params = {}
@@ -2432,7 +2432,7 @@ module BudgeaClient
2432
2432
  # HTTP header 'Accept' (if needed)
2433
2433
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2434
2434
  # HTTP header 'Content-Type'
2435
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2435
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2436
2436
 
2437
2437
  # form parameters
2438
2438
  form_params = {}
@@ -2503,7 +2503,7 @@ module BudgeaClient
2503
2503
  # HTTP header 'Accept' (if needed)
2504
2504
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2505
2505
  # HTTP header 'Content-Type'
2506
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2506
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2507
2507
 
2508
2508
  # form parameters
2509
2509
  form_params = {}
@@ -2564,7 +2564,7 @@ module BudgeaClient
2564
2564
  # HTTP header 'Accept' (if needed)
2565
2565
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2566
2566
  # HTTP header 'Content-Type'
2567
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2567
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2568
2568
 
2569
2569
  # form parameters
2570
2570
  form_params = {}
@@ -2622,7 +2622,7 @@ module BudgeaClient
2622
2622
  # HTTP header 'Accept' (if needed)
2623
2623
  header_params['Accept'] = @api_client.select_header_accept(['application/json'])
2624
2624
  # HTTP header 'Content-Type'
2625
- header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2625
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/x-www-form-urlencoded'])
2626
2626
 
2627
2627
  # form parameters
2628
2628
  form_params = {}