budgea_client 4.0.3 → 5.0.0

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 (125) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +2 -2
  3. data/README.md +50 -5
  4. data/budgea_openapi.json +1888 -383
  5. data/docs/Account.md +2 -0
  6. data/docs/AccountLog.md +1 -0
  7. data/docs/AdministrationApi.md +366 -55
  8. data/docs/AuthenticationApi.md +15 -13
  9. data/docs/BanksApi.md +988 -194
  10. data/docs/Client.md +1 -1
  11. data/docs/Connection.md +2 -0
  12. data/docs/ConnectionLog.md +1 -0
  13. data/docs/ConnectionSource.md +18 -0
  14. data/docs/ConnectionsApi.md +618 -25
  15. data/docs/Connector.md +1 -1
  16. data/docs/ConnectorSource.md +15 -0
  17. data/docs/DocumentsApi.md +72 -72
  18. data/docs/Field.md +1 -0
  19. data/docs/InlineResponse20011.md +1 -1
  20. data/docs/InlineResponse20012.md +1 -1
  21. data/docs/InlineResponse20013.md +1 -1
  22. data/docs/InlineResponse20014.md +1 -1
  23. data/docs/InlineResponse20015.md +1 -1
  24. data/docs/InlineResponse20016.md +1 -1
  25. data/docs/InlineResponse20017.md +1 -1
  26. data/docs/InlineResponse20018.md +1 -1
  27. data/docs/InlineResponse20019.md +2 -1
  28. data/docs/InlineResponse20030.md +1 -1
  29. data/docs/InlineResponse20031.md +1 -1
  30. data/docs/InlineResponse20032.md +1 -1
  31. data/docs/InlineResponse20033.md +1 -1
  32. data/docs/InlineResponse20034.md +1 -1
  33. data/docs/InlineResponse20035.md +1 -1
  34. data/docs/InlineResponse20036.md +1 -1
  35. data/docs/InlineResponse20037.md +1 -1
  36. data/docs/InlineResponse20038.md +1 -1
  37. data/docs/InlineResponse20039.md +1 -1
  38. data/docs/InlineResponse20040.md +1 -1
  39. data/docs/InlineResponse20041.md +9 -0
  40. data/docs/InlineResponse20042.md +9 -0
  41. data/docs/OIDCApi.md +3 -3
  42. data/docs/Order.md +14 -0
  43. data/docs/PFMApi.md +87 -39
  44. data/docs/ProvidersApi.md +979 -122
  45. data/docs/RecipientsApi.md +4 -4
  46. data/docs/Subscription.md +1 -0
  47. data/docs/SubscriptionLog.md +15 -0
  48. data/docs/TermsApi.md +3 -3
  49. data/docs/Transaction.md +1 -0
  50. data/docs/Transfer.md +5 -1
  51. data/docs/TransferApi.md +77 -0
  52. data/docs/TransfersApi.md +39 -39
  53. data/docs/UsersManagementApi.md +13 -13
  54. data/docs/WealthApi.md +24 -24
  55. data/lib/budgea_client.rb +7 -2
  56. data/lib/budgea_client/api/administration_api.rb +381 -71
  57. data/lib/budgea_client/api/authentication_api.rb +16 -13
  58. data/lib/budgea_client/api/banks_api.rb +1034 -211
  59. data/lib/budgea_client/api/connections_api.rb +648 -30
  60. data/lib/budgea_client/api/documents_api.rb +85 -85
  61. data/lib/budgea_client/api/oidc_api.rb +3 -3
  62. data/lib/budgea_client/api/pfm_api.rb +87 -40
  63. data/lib/budgea_client/api/providers_api.rb +1045 -151
  64. data/lib/budgea_client/api/recipients_api.rb +4 -4
  65. data/lib/budgea_client/api/terms_api.rb +3 -3
  66. data/lib/budgea_client/api/transfer_api.rb +94 -0
  67. data/lib/budgea_client/api/transfers_api.rb +39 -39
  68. data/lib/budgea_client/api/users_management_api.rb +14 -14
  69. data/lib/budgea_client/api/wealth_api.rb +25 -25
  70. data/lib/budgea_client/models/account.rb +24 -4
  71. data/lib/budgea_client/models/account_log.rb +16 -1
  72. data/lib/budgea_client/models/client.rb +11 -11
  73. data/lib/budgea_client/models/connection.rb +23 -4
  74. data/lib/budgea_client/models/connection_log.rb +11 -1
  75. data/lib/budgea_client/models/connection_source.rb +309 -0
  76. data/lib/budgea_client/models/connector.rb +18 -15
  77. data/lib/budgea_client/models/connector_source.rb +273 -0
  78. data/lib/budgea_client/models/field.rb +14 -4
  79. data/lib/budgea_client/models/inline_response_200_11.rb +18 -18
  80. data/lib/budgea_client/models/inline_response_200_12.rb +11 -11
  81. data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
  82. data/lib/budgea_client/models/inline_response_200_14.rb +18 -18
  83. data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
  84. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  85. data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
  86. data/lib/budgea_client/models/inline_response_200_18.rb +18 -18
  87. data/lib/budgea_client/models/inline_response_200_19.rb +21 -11
  88. data/lib/budgea_client/models/inline_response_200_30.rb +18 -18
  89. data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
  90. data/lib/budgea_client/models/inline_response_200_32.rb +18 -18
  91. data/lib/budgea_client/models/inline_response_200_33.rb +18 -18
  92. data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
  93. data/lib/budgea_client/models/inline_response_200_35.rb +18 -18
  94. data/lib/budgea_client/models/inline_response_200_36.rb +18 -18
  95. data/lib/budgea_client/models/inline_response_200_37.rb +11 -11
  96. data/lib/budgea_client/models/inline_response_200_38.rb +18 -18
  97. data/lib/budgea_client/models/inline_response_200_39.rb +11 -11
  98. data/lib/budgea_client/models/inline_response_200_40.rb +18 -18
  99. data/lib/budgea_client/models/inline_response_200_41.rb +200 -0
  100. data/lib/budgea_client/models/inline_response_200_42.rb +200 -0
  101. data/lib/budgea_client/models/order.rb +259 -0
  102. data/lib/budgea_client/models/subscription.rb +11 -1
  103. data/lib/budgea_client/models/subscription_log.rb +269 -0
  104. data/lib/budgea_client/models/transaction.rb +11 -1
  105. data/lib/budgea_client/models/transfer.rb +49 -2
  106. data/lib/budgea_client/models/user.rb +2 -2
  107. data/lib/budgea_client/version.rb +1 -1
  108. data/original_budgea_openapi.json +1980 -351
  109. data/pkg/budgea_client-2.0.0.gem +0 -0
  110. data/pkg/budgea_client-3.0.1.gem +0 -0
  111. data/pkg/budgea_client-4.0.0.gem +0 -0
  112. data/spec/api/transfer_api_spec.rb +54 -0
  113. data/spec/models/connection_source_spec.rb +101 -0
  114. data/spec/models/connector_source_spec.rb +83 -0
  115. data/spec/models/inline_response_200_41_spec.rb +47 -0
  116. data/spec/models/inline_response_200_42_spec.rb +47 -0
  117. data/spec/models/order_spec.rb +77 -0
  118. data/spec/models/subscription_log_spec.rb +83 -0
  119. metadata +34 -9
  120. data/config.yaml +0 -15
  121. data/pkg/budgea_client-2.0.1.gem +0 -0
  122. data/pkg/budgea_client-2.0.2.gem +0 -0
  123. data/pkg/budgea_client-3.0.0.gem +0 -0
  124. data/pkg/budgea_client-4.0.1.gem +0 -0
  125. data/pkg/budgea_client-4.0.2.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 [InlineResponse20015]
26
+ # @return [InlineResponse20017]
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<(InlineResponse20015, Fixnum, Hash)>] InlineResponse20015 data, response status code and response headers
36
+ # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 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/x-www-form-urlencoded'])
53
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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 => 'InlineResponse20015')
67
+ :return_type => 'InlineResponse20017')
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/x-www-form-urlencoded'])
122
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
253
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
254
254
 
255
255
  # form parameters
256
256
  form_params = {}
@@ -286,7 +286,7 @@ module BudgeaClient
286
286
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
287
287
  # @option opts [Integer] :id_type filter with a document type
288
288
  # @option opts [String] :expand
289
- # @return [InlineResponse20031]
289
+ # @return [InlineResponse20032]
290
290
  def users_id_user_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_account, id_transaction, opts = {})
291
291
  data, _status_code, _headers = users_id_user_accounts_id_account_transactions_id_transaction_documents_get_with_http_info(id_user, id_account, id_transaction, opts)
292
292
  data
@@ -308,7 +308,7 @@ module BudgeaClient
308
308
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
309
309
  # @option opts [Integer] :id_type filter with a document type
310
310
  # @option opts [String] :expand
311
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
311
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
312
312
  def users_id_user_accounts_id_account_transactions_id_transaction_documents_get_with_http_info(id_user, id_account, id_transaction, opts = {})
313
313
  if @api_client.config.debugging
314
314
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_accounts_id_account_transactions_id_transaction_documents_get ...'
@@ -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/x-www-form-urlencoded'])
349
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
350
350
 
351
351
  # form parameters
352
352
  form_params = {}
@@ -360,7 +360,7 @@ module BudgeaClient
360
360
  :form_params => form_params,
361
361
  :body => post_body,
362
362
  :auth_names => auth_names,
363
- :return_type => 'InlineResponse20031')
363
+ :return_type => 'InlineResponse20032')
364
364
  if @api_client.config.debugging
365
365
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_accounts_id_account_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
366
366
  end
@@ -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/x-www-form-urlencoded'])
424
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
720
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
790
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
791
791
 
792
792
  # form parameters
793
793
  form_params = {}
@@ -823,7 +823,7 @@ module BudgeaClient
823
823
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
824
824
  # @option opts [Integer] :id_type filter with a document type
825
825
  # @option opts [String] :expand
826
- # @return [InlineResponse20031]
826
+ # @return [InlineResponse20032]
827
827
  def users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_account, id_transactions_cluster, opts = {})
828
828
  data, _status_code, _headers = users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_account, id_transactions_cluster, opts)
829
829
  data
@@ -845,7 +845,7 @@ module BudgeaClient
845
845
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
846
846
  # @option opts [Integer] :id_type filter with a document type
847
847
  # @option opts [String] :expand
848
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
848
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
849
849
  def users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_account, id_transactions_cluster, opts = {})
850
850
  if @api_client.config.debugging
851
851
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get ...'
@@ -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/x-www-form-urlencoded'])
886
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
887
887
 
888
888
  # form parameters
889
889
  form_params = {}
@@ -897,7 +897,7 @@ module BudgeaClient
897
897
  :form_params => form_params,
898
898
  :body => post_body,
899
899
  :auth_names => auth_names,
900
- :return_type => 'InlineResponse20031')
900
+ :return_type => 'InlineResponse20032')
901
901
  if @api_client.config.debugging
902
902
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
903
903
  end
@@ -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/x-www-form-urlencoded'])
961
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
1257
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
1333
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1334
1334
 
1335
1335
  # form parameters
1336
1336
  form_params = {}
@@ -1367,7 +1367,7 @@ module BudgeaClient
1367
1367
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
1368
1368
  # @option opts [Integer] :id_type filter with a document type
1369
1369
  # @option opts [String] :expand
1370
- # @return [InlineResponse20031]
1370
+ # @return [InlineResponse20032]
1371
1371
  def users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get(id_user, id_connection, id_account, id_transaction, opts = {})
1372
1372
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get_with_http_info(id_user, id_connection, id_account, id_transaction, opts)
1373
1373
  data
@@ -1390,7 +1390,7 @@ module BudgeaClient
1390
1390
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
1391
1391
  # @option opts [Integer] :id_type filter with a document type
1392
1392
  # @option opts [String] :expand
1393
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
1393
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
1394
1394
  def users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get_with_http_info(id_user, id_connection, id_account, id_transaction, opts = {})
1395
1395
  if @api_client.config.debugging
1396
1396
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get ...'
@@ -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/x-www-form-urlencoded'])
1435
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1436
1436
 
1437
1437
  # form parameters
1438
1438
  form_params = {}
@@ -1446,7 +1446,7 @@ module BudgeaClient
1446
1446
  :form_params => form_params,
1447
1447
  :body => post_body,
1448
1448
  :auth_names => auth_names,
1449
- :return_type => 'InlineResponse20031')
1449
+ :return_type => 'InlineResponse20032')
1450
1450
  if @api_client.config.debugging
1451
1451
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1452
1452
  end
@@ -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/x-www-form-urlencoded'])
1516
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
1830
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
1906
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
1907
1907
 
1908
1908
  # form parameters
1909
1909
  form_params = {}
@@ -1940,7 +1940,7 @@ module BudgeaClient
1940
1940
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
1941
1941
  # @option opts [Integer] :id_type filter with a document type
1942
1942
  # @option opts [String] :expand
1943
- # @return [InlineResponse20031]
1943
+ # @return [InlineResponse20032]
1944
1944
  def users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_account, id_transactions_cluster, opts = {})
1945
1945
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_connection, id_account, id_transactions_cluster, opts)
1946
1946
  data
@@ -1963,7 +1963,7 @@ module BudgeaClient
1963
1963
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
1964
1964
  # @option opts [Integer] :id_type filter with a document type
1965
1965
  # @option opts [String] :expand
1966
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
1966
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
1967
1967
  def users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_connection, id_account, id_transactions_cluster, opts = {})
1968
1968
  if @api_client.config.debugging
1969
1969
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get ...'
@@ -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/x-www-form-urlencoded'])
2008
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2009
2009
 
2010
2010
  # form parameters
2011
2011
  form_params = {}
@@ -2019,7 +2019,7 @@ module BudgeaClient
2019
2019
  :form_params => form_params,
2020
2020
  :body => post_body,
2021
2021
  :auth_names => auth_names,
2022
- :return_type => 'InlineResponse20031')
2022
+ :return_type => 'InlineResponse20032')
2023
2023
  if @api_client.config.debugging
2024
2024
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2025
2025
  end
@@ -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/x-www-form-urlencoded'])
2089
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
2467
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2468
2468
 
2469
2469
  # form parameters
2470
2470
  form_params = {}
@@ -2499,7 +2499,7 @@ module BudgeaClient
2499
2499
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
2500
2500
  # @option opts [Integer] :id_type filter with a document type
2501
2501
  # @option opts [String] :expand
2502
- # @return [InlineResponse20031]
2502
+ # @return [InlineResponse20032]
2503
2503
  def users_id_user_connections_id_connection_documents_get(id_user, id_connection, opts = {})
2504
2504
  data, _status_code, _headers = users_id_user_connections_id_connection_documents_get_with_http_info(id_user, id_connection, opts)
2505
2505
  data
@@ -2520,7 +2520,7 @@ module BudgeaClient
2520
2520
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
2521
2521
  # @option opts [Integer] :id_type filter with a document type
2522
2522
  # @option opts [String] :expand
2523
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
2523
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
2524
2524
  def users_id_user_connections_id_connection_documents_get_with_http_info(id_user, id_connection, opts = {})
2525
2525
  if @api_client.config.debugging
2526
2526
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_documents_get ...'
@@ -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/x-www-form-urlencoded'])
2557
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2558
2558
 
2559
2559
  # form parameters
2560
2560
  form_params = {}
@@ -2568,7 +2568,7 @@ module BudgeaClient
2568
2568
  :form_params => form_params,
2569
2569
  :body => post_body,
2570
2570
  :auth_names => auth_names,
2571
- :return_type => 'InlineResponse20031')
2571
+ :return_type => 'InlineResponse20032')
2572
2572
  if @api_client.config.debugging
2573
2573
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2574
2574
  end
@@ -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/x-www-form-urlencoded'])
2626
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
2904
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
2974
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
2975
2975
 
2976
2976
  # form parameters
2977
2977
  form_params = {}
@@ -3007,7 +3007,7 @@ module BudgeaClient
3007
3007
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
3008
3008
  # @option opts [Integer] :id_type filter with a document type
3009
3009
  # @option opts [String] :expand
3010
- # @return [InlineResponse20031]
3010
+ # @return [InlineResponse20032]
3011
3011
  def users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get(id_user, id_connection, id_subscription, opts = {})
3012
3012
  data, _status_code, _headers = users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_connection, id_subscription, opts)
3013
3013
  data
@@ -3029,7 +3029,7 @@ module BudgeaClient
3029
3029
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
3030
3030
  # @option opts [Integer] :id_type filter with a document type
3031
3031
  # @option opts [String] :expand
3032
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
3032
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
3033
3033
  def users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_connection, id_subscription, opts = {})
3034
3034
  if @api_client.config.debugging
3035
3035
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get ...'
@@ -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/x-www-form-urlencoded'])
3070
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3071
3071
 
3072
3072
  # form parameters
3073
3073
  form_params = {}
@@ -3081,7 +3081,7 @@ module BudgeaClient
3081
3081
  :form_params => form_params,
3082
3082
  :body => post_body,
3083
3083
  :auth_names => auth_names,
3084
- :return_type => 'InlineResponse20031')
3084
+ :return_type => 'InlineResponse20032')
3085
3085
  if @api_client.config.debugging
3086
3086
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3087
3087
  end
@@ -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/x-www-form-urlencoded'])
3145
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
3441
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
3511
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3512
3512
 
3513
3513
  # form parameters
3514
3514
  form_params = {}
@@ -3544,7 +3544,7 @@ module BudgeaClient
3544
3544
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
3545
3545
  # @option opts [Integer] :id_type filter with a document type
3546
3546
  # @option opts [String] :expand
3547
- # @return [InlineResponse20031]
3547
+ # @return [InlineResponse20032]
3548
3548
  def users_id_user_connections_id_connection_transactions_id_transaction_documents_get(id_user, id_connection, id_transaction, opts = {})
3549
3549
  data, _status_code, _headers = users_id_user_connections_id_connection_transactions_id_transaction_documents_get_with_http_info(id_user, id_connection, id_transaction, opts)
3550
3550
  data
@@ -3566,7 +3566,7 @@ module BudgeaClient
3566
3566
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
3567
3567
  # @option opts [Integer] :id_type filter with a document type
3568
3568
  # @option opts [String] :expand
3569
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
3569
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
3570
3570
  def users_id_user_connections_id_connection_transactions_id_transaction_documents_get_with_http_info(id_user, id_connection, id_transaction, opts = {})
3571
3571
  if @api_client.config.debugging
3572
3572
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_transactions_id_transaction_documents_get ...'
@@ -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/x-www-form-urlencoded'])
3607
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
3608
3608
 
3609
3609
  # form parameters
3610
3610
  form_params = {}
@@ -3618,7 +3618,7 @@ module BudgeaClient
3618
3618
  :form_params => form_params,
3619
3619
  :body => post_body,
3620
3620
  :auth_names => auth_names,
3621
- :return_type => 'InlineResponse20031')
3621
+ :return_type => 'InlineResponse20032')
3622
3622
  if @api_client.config.debugging
3623
3623
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3624
3624
  end
@@ -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/x-www-form-urlencoded'])
3682
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
3978
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
4048
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4049
4049
 
4050
4050
  # form parameters
4051
4051
  form_params = {}
@@ -4081,7 +4081,7 @@ module BudgeaClient
4081
4081
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
4082
4082
  # @option opts [Integer] :id_type filter with a document type
4083
4083
  # @option opts [String] :expand
4084
- # @return [InlineResponse20031]
4084
+ # @return [InlineResponse20032]
4085
4085
  def users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_connection, id_transactions_cluster, opts = {})
4086
4086
  data, _status_code, _headers = users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_connection, id_transactions_cluster, opts)
4087
4087
  data
@@ -4103,7 +4103,7 @@ module BudgeaClient
4103
4103
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
4104
4104
  # @option opts [Integer] :id_type filter with a document type
4105
4105
  # @option opts [String] :expand
4106
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
4106
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
4107
4107
  def users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_connection, id_transactions_cluster, opts = {})
4108
4108
  if @api_client.config.debugging
4109
4109
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get ...'
@@ -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/x-www-form-urlencoded'])
4144
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4145
4145
 
4146
4146
  # form parameters
4147
4147
  form_params = {}
@@ -4155,7 +4155,7 @@ module BudgeaClient
4155
4155
  :form_params => form_params,
4156
4156
  :body => post_body,
4157
4157
  :auth_names => auth_names,
4158
- :return_type => 'InlineResponse20031')
4158
+ :return_type => 'InlineResponse20032')
4159
4159
  if @api_client.config.debugging
4160
4160
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4161
4161
  end
@@ -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/x-www-form-urlencoded'])
4219
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
4515
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
4573
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4574
4574
 
4575
4575
  # form parameters
4576
4576
  form_params = {}
@@ -4604,7 +4604,7 @@ module BudgeaClient
4604
4604
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
4605
4605
  # @option opts [Integer] :id_type filter with a document type
4606
4606
  # @option opts [String] :expand
4607
- # @return [InlineResponse20031]
4607
+ # @return [InlineResponse20032]
4608
4608
  def users_id_user_documents_get(id_user, opts = {})
4609
4609
  data, _status_code, _headers = users_id_user_documents_get_with_http_info(id_user, opts)
4610
4610
  data
@@ -4624,7 +4624,7 @@ module BudgeaClient
4624
4624
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
4625
4625
  # @option opts [Integer] :id_type filter with a document type
4626
4626
  # @option opts [String] :expand
4627
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
4627
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
4628
4628
  def users_id_user_documents_get_with_http_info(id_user, opts = {})
4629
4629
  if @api_client.config.debugging
4630
4630
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_documents_get ...'
@@ -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/x-www-form-urlencoded'])
4657
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
4658
4658
 
4659
4659
  # form parameters
4660
4660
  form_params = {}
@@ -4668,7 +4668,7 @@ module BudgeaClient
4668
4668
  :form_params => form_params,
4669
4669
  :body => post_body,
4670
4670
  :auth_names => auth_names,
4671
- :return_type => 'InlineResponse20031')
4671
+ :return_type => 'InlineResponse20032')
4672
4672
  if @api_client.config.debugging
4673
4673
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4674
4674
  end
@@ -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/x-www-form-urlencoded'])
4720
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
4980
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
5110
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5111
5111
 
5112
5112
  # form parameters
5113
5113
  form_params = {}
@@ -5142,7 +5142,7 @@ module BudgeaClient
5142
5142
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
5143
5143
  # @option opts [Integer] :id_type filter with a document type
5144
5144
  # @option opts [String] :expand
5145
- # @return [InlineResponse20031]
5145
+ # @return [InlineResponse20032]
5146
5146
  def users_id_user_subscriptions_id_subscription_documents_get(id_user, id_subscription, opts = {})
5147
5147
  data, _status_code, _headers = users_id_user_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_subscription, opts)
5148
5148
  data
@@ -5163,7 +5163,7 @@ module BudgeaClient
5163
5163
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
5164
5164
  # @option opts [Integer] :id_type filter with a document type
5165
5165
  # @option opts [String] :expand
5166
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
5166
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
5167
5167
  def users_id_user_subscriptions_id_subscription_documents_get_with_http_info(id_user, id_subscription, opts = {})
5168
5168
  if @api_client.config.debugging
5169
5169
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_subscriptions_id_subscription_documents_get ...'
@@ -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/x-www-form-urlencoded'])
5200
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5201
5201
 
5202
5202
  # form parameters
5203
5203
  form_params = {}
@@ -5211,7 +5211,7 @@ module BudgeaClient
5211
5211
  :form_params => form_params,
5212
5212
  :body => post_body,
5213
5213
  :auth_names => auth_names,
5214
- :return_type => 'InlineResponse20031')
5214
+ :return_type => 'InlineResponse20032')
5215
5215
  if @api_client.config.debugging
5216
5216
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_subscriptions_id_subscription_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5217
5217
  end
@@ -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/x-www-form-urlencoded'])
5269
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
5611
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5612
5612
 
5613
5613
  # form parameters
5614
5614
  form_params = {}
@@ -5643,7 +5643,7 @@ module BudgeaClient
5643
5643
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
5644
5644
  # @option opts [Integer] :id_type filter with a document type
5645
5645
  # @option opts [String] :expand
5646
- # @return [InlineResponse20031]
5646
+ # @return [InlineResponse20032]
5647
5647
  def users_id_user_transactions_id_transaction_documents_get(id_user, id_transaction, opts = {})
5648
5648
  data, _status_code, _headers = users_id_user_transactions_id_transaction_documents_get_with_http_info(id_user, id_transaction, opts)
5649
5649
  data
@@ -5664,7 +5664,7 @@ module BudgeaClient
5664
5664
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
5665
5665
  # @option opts [Integer] :id_type filter with a document type
5666
5666
  # @option opts [String] :expand
5667
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
5667
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
5668
5668
  def users_id_user_transactions_id_transaction_documents_get_with_http_info(id_user, id_transaction, opts = {})
5669
5669
  if @api_client.config.debugging
5670
5670
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_transactions_id_transaction_documents_get ...'
@@ -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/x-www-form-urlencoded'])
5701
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
5702
5702
 
5703
5703
  # form parameters
5704
5704
  form_params = {}
@@ -5712,7 +5712,7 @@ module BudgeaClient
5712
5712
  :form_params => form_params,
5713
5713
  :body => post_body,
5714
5714
  :auth_names => auth_names,
5715
- :return_type => 'InlineResponse20031')
5715
+ :return_type => 'InlineResponse20032')
5716
5716
  if @api_client.config.debugging
5717
5717
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_transactions_id_transaction_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5718
5718
  end
@@ -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/x-www-form-urlencoded'])
5770
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
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/x-www-form-urlencoded'])
6112
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6113
6113
 
6114
6114
  # form parameters
6115
6115
  form_params = {}
@@ -6144,7 +6144,7 @@ module BudgeaClient
6144
6144
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
6145
6145
  # @option opts [Integer] :id_type filter with a document type
6146
6146
  # @option opts [String] :expand
6147
- # @return [InlineResponse20031]
6147
+ # @return [InlineResponse20032]
6148
6148
  def users_id_user_transactionsclusters_id_transactions_cluster_documents_get(id_user, id_transactions_cluster, opts = {})
6149
6149
  data, _status_code, _headers = users_id_user_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_transactions_cluster, opts)
6150
6150
  data
@@ -6165,7 +6165,7 @@ module BudgeaClient
6165
6165
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
6166
6166
  # @option opts [Integer] :id_type filter with a document type
6167
6167
  # @option opts [String] :expand
6168
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
6168
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
6169
6169
  def users_id_user_transactionsclusters_id_transactions_cluster_documents_get_with_http_info(id_user, id_transactions_cluster, opts = {})
6170
6170
  if @api_client.config.debugging
6171
6171
  @api_client.config.logger.debug 'Calling API: DocumentsApi.users_id_user_transactionsclusters_id_transactions_cluster_documents_get ...'
@@ -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/x-www-form-urlencoded'])
6202
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6203
6203
 
6204
6204
  # form parameters
6205
6205
  form_params = {}
@@ -6213,7 +6213,7 @@ module BudgeaClient
6213
6213
  :form_params => form_params,
6214
6214
  :body => post_body,
6215
6215
  :auth_names => auth_names,
6216
- :return_type => 'InlineResponse20031')
6216
+ :return_type => 'InlineResponse20032')
6217
6217
  if @api_client.config.debugging
6218
6218
  @api_client.config.logger.debug "API called: DocumentsApi#users_id_user_transactionsclusters_id_transactions_cluster_documents_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
6219
6219
  end
@@ -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/x-www-form-urlencoded'])
6271
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
6272
6272
 
6273
6273
  # form parameters
6274
6274
  form_params = {}