budgea_client 2.0.0 → 2.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (88) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/README.md +17 -0
  4. data/Rakefile +1 -5
  5. data/budgea_openapi.json +748 -63
  6. data/docs/Account.md +2 -0
  7. data/docs/AdministrationApi.md +497 -4
  8. data/docs/AuthenticationApi.md +2 -0
  9. data/docs/BanksApi.md +165 -48
  10. data/docs/ConnectionsApi.md +14 -12
  11. data/docs/Connector.md +2 -0
  12. data/docs/DocumentsApi.md +26 -26
  13. data/docs/InlineResponse20013.md +1 -1
  14. data/docs/InlineResponse20014.md +1 -1
  15. data/docs/InlineResponse20015.md +1 -1
  16. data/docs/InlineResponse20016.md +1 -1
  17. data/docs/InlineResponse20017.md +1 -1
  18. data/docs/InlineResponse20018.md +1 -1
  19. data/docs/InlineResponse20019.md +1 -1
  20. data/docs/InlineResponse20020.md +1 -1
  21. data/docs/InlineResponse20021.md +1 -1
  22. data/docs/InlineResponse20022.md +1 -1
  23. data/docs/InlineResponse20023.md +1 -1
  24. data/docs/InlineResponse20024.md +1 -1
  25. data/docs/InlineResponse20025.md +1 -1
  26. data/docs/InlineResponse20026.md +1 -1
  27. data/docs/InlineResponse20027.md +1 -1
  28. data/docs/InlineResponse20028.md +1 -1
  29. data/docs/InlineResponse20029.md +1 -1
  30. data/docs/InlineResponse20030.md +1 -1
  31. data/docs/InlineResponse20031.md +1 -1
  32. data/docs/InlineResponse20032.md +1 -1
  33. data/docs/InlineResponse20033.md +1 -1
  34. data/docs/InlineResponse20034.md +1 -1
  35. data/docs/InlineResponse20035.md +1 -1
  36. data/docs/InlineResponse20036.md +1 -1
  37. data/docs/PFMApi.md +10 -10
  38. data/docs/ProvidersApi.md +38 -38
  39. data/docs/TermsApi.md +4 -4
  40. data/docs/Transaction.md +1 -1
  41. data/docs/TransfersApi.md +43 -25
  42. data/docs/UsersManagementApi.md +4 -4
  43. data/docs/WealthApi.md +18 -18
  44. data/docs/Webhook.md +2 -0
  45. data/lib/budgea_client/api/administration_api.rb +506 -6
  46. data/lib/budgea_client/api/authentication_api.rb +3 -0
  47. data/lib/budgea_client/api/banks_api.rb +183 -72
  48. data/lib/budgea_client/api/connections_api.rb +21 -18
  49. data/lib/budgea_client/api/documents_api.rb +39 -39
  50. data/lib/budgea_client/api/pfm_api.rb +15 -15
  51. data/lib/budgea_client/api/providers_api.rb +57 -57
  52. data/lib/budgea_client/api/terms_api.rb +6 -6
  53. data/lib/budgea_client/api/transfers_api.rb +63 -36
  54. data/lib/budgea_client/api/users_management_api.rb +6 -6
  55. data/lib/budgea_client/api/wealth_api.rb +27 -27
  56. data/lib/budgea_client/models/account.rb +24 -4
  57. data/lib/budgea_client/models/connector.rb +26 -1
  58. data/lib/budgea_client/models/inline_response_200_13.rb +11 -11
  59. data/lib/budgea_client/models/inline_response_200_14.rb +11 -11
  60. data/lib/budgea_client/models/inline_response_200_15.rb +11 -11
  61. data/lib/budgea_client/models/inline_response_200_16.rb +11 -11
  62. data/lib/budgea_client/models/inline_response_200_17.rb +11 -11
  63. data/lib/budgea_client/models/inline_response_200_18.rb +11 -11
  64. data/lib/budgea_client/models/inline_response_200_19.rb +11 -11
  65. data/lib/budgea_client/models/inline_response_200_20.rb +11 -11
  66. data/lib/budgea_client/models/inline_response_200_21.rb +11 -11
  67. data/lib/budgea_client/models/inline_response_200_22.rb +11 -11
  68. data/lib/budgea_client/models/inline_response_200_23.rb +11 -11
  69. data/lib/budgea_client/models/inline_response_200_24.rb +11 -11
  70. data/lib/budgea_client/models/inline_response_200_25.rb +11 -11
  71. data/lib/budgea_client/models/inline_response_200_26.rb +11 -11
  72. data/lib/budgea_client/models/inline_response_200_27.rb +11 -11
  73. data/lib/budgea_client/models/inline_response_200_28.rb +11 -11
  74. data/lib/budgea_client/models/inline_response_200_29.rb +11 -11
  75. data/lib/budgea_client/models/inline_response_200_30.rb +11 -11
  76. data/lib/budgea_client/models/inline_response_200_31.rb +11 -11
  77. data/lib/budgea_client/models/inline_response_200_32.rb +11 -11
  78. data/lib/budgea_client/models/inline_response_200_33.rb +11 -11
  79. data/lib/budgea_client/models/inline_response_200_34.rb +11 -11
  80. data/lib/budgea_client/models/inline_response_200_35.rb +11 -11
  81. data/lib/budgea_client/models/inline_response_200_36.rb +11 -11
  82. data/lib/budgea_client/models/transaction.rb +11 -18
  83. data/lib/budgea_client/models/webhook.rb +24 -4
  84. data/lib/budgea_client/version.rb +1 -1
  85. data/lib/budgea_client.rb +7 -0
  86. data/original_budgea_openapi.json +771 -142
  87. data/pkg/budgea_client-2.0.1.gem +0 -0
  88. metadata +4 -3
@@ -76,6 +76,7 @@ module BudgeaClient
76
76
  # @param [Hash] opts the optional parameters
77
77
  # @option opts [Integer] :range the length of the connection subset
78
78
  # @option opts [Integer] :type to target a specific account type which will be
79
+ # @option opts [Integer] :occurrences require at least N accounts of the targeted
79
80
  # @option opts [String] :expand
80
81
  # @return [InlineResponse2009]
81
82
  def banks_id_connector_connections_get(id_connector, opts = {})
@@ -89,6 +90,7 @@ module BudgeaClient
89
90
  # @param [Hash] opts the optional parameters
90
91
  # @option opts [Integer] :range the length of the connection subset
91
92
  # @option opts [Integer] :type to target a specific account type which will be
93
+ # @option opts [Integer] :occurrences require at least N accounts of the targeted
92
94
  # @option opts [String] :expand
93
95
  # @return [Array<(InlineResponse2009, Fixnum, Hash)>] InlineResponse2009 data, response status code and response headers
94
96
  def banks_id_connector_connections_get_with_http_info(id_connector, opts = {})
@@ -106,6 +108,7 @@ module BudgeaClient
106
108
  query_params = {}
107
109
  query_params[:'range'] = opts[:'range'] if !opts[:'range'].nil?
108
110
  query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil?
111
+ query_params[:'occurrences'] = opts[:'occurrences'] if !opts[:'occurrences'].nil?
109
112
  query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
110
113
 
111
114
  # header parameters
@@ -188,7 +191,7 @@ module BudgeaClient
188
191
  #
189
192
  # @param [Hash] opts the optional parameters
190
193
  # @option opts [String] :expand
191
- # @return [InlineResponse20013]
194
+ # @return [InlineResponse20014]
192
195
  def connectors_get(opts = {})
193
196
  data, _status_code, _headers = connectors_get_with_http_info(opts)
194
197
  data
@@ -198,7 +201,7 @@ module BudgeaClient
198
201
  #
199
202
  # @param [Hash] opts the optional parameters
200
203
  # @option opts [String] :expand
201
- # @return [Array<(InlineResponse20013, Fixnum, Hash)>] InlineResponse20013 data, response status code and response headers
204
+ # @return [Array<(InlineResponse20014, Fixnum, Hash)>] InlineResponse20014 data, response status code and response headers
202
205
  def connectors_get_with_http_info(opts = {})
203
206
  if @api_client.config.debugging
204
207
  @api_client.config.logger.debug 'Calling API: ConnectionsApi.connectors_get ...'
@@ -229,7 +232,7 @@ module BudgeaClient
229
232
  :form_params => form_params,
230
233
  :body => post_body,
231
234
  :auth_names => auth_names,
232
- :return_type => 'InlineResponse20013')
235
+ :return_type => 'InlineResponse20014')
233
236
  if @api_client.config.debugging
234
237
  @api_client.config.logger.debug "API called: ConnectionsApi#connectors_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
235
238
  end
@@ -241,7 +244,6 @@ module BudgeaClient
241
244
  # @param login Users login
242
245
  # @param password Users password
243
246
  # @param [Hash] opts the optional parameters
244
- # @option opts [String] :api Name of the API
245
247
  # @option opts [String] :url Url of the bank
246
248
  # @option opts [String] :email Email of the user
247
249
  # @option opts [String] :types Type of connector, eg. banks or providers
@@ -260,7 +262,6 @@ module BudgeaClient
260
262
  # @param login Users login
261
263
  # @param password Users password
262
264
  # @param [Hash] opts the optional parameters
263
- # @option opts [String] :api Name of the API
264
265
  # @option opts [String] :url Url of the bank
265
266
  # @option opts [String] :email Email of the user
266
267
  # @option opts [String] :types Type of connector, eg. banks or providers
@@ -303,7 +304,6 @@ module BudgeaClient
303
304
  form_params['name'] = name
304
305
  form_params['login'] = login
305
306
  form_params['password'] = password
306
- form_params['api'] = opts[:'api'] if !opts[:'api'].nil?
307
307
  form_params['url'] = opts[:'url'] if !opts[:'url'].nil?
308
308
  form_params['email'] = opts[:'email'] if !opts[:'email'].nil?
309
309
  form_params['types'] = opts[:'types'] if !opts[:'types'].nil?
@@ -339,7 +339,7 @@ module BudgeaClient
339
339
  # @option opts [Integer] :id_connector ID of a connector
340
340
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
341
341
  # @option opts [String] :expand
342
- # @return [InlineResponse20016]
342
+ # @return [InlineResponse20017]
343
343
  def logs_get(opts = {})
344
344
  data, _status_code, _headers = logs_get_with_http_info(opts)
345
345
  data
@@ -359,7 +359,7 @@ module BudgeaClient
359
359
  # @option opts [Integer] :id_connector ID of a connector
360
360
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
361
361
  # @option opts [String] :expand
362
- # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
362
+ # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
363
363
  def logs_get_with_http_info(opts = {})
364
364
  if @api_client.config.debugging
365
365
  @api_client.config.logger.debug 'Calling API: ConnectionsApi.logs_get ...'
@@ -400,7 +400,7 @@ module BudgeaClient
400
400
  :form_params => form_params,
401
401
  :body => post_body,
402
402
  :auth_names => auth_names,
403
- :return_type => 'InlineResponse20016')
403
+ :return_type => 'InlineResponse20017')
404
404
  if @api_client.config.debugging
405
405
  @api_client.config.logger.debug "API called: ConnectionsApi#logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
406
406
  end
@@ -410,7 +410,7 @@ module BudgeaClient
410
410
  #
411
411
  # @param [Hash] opts the optional parameters
412
412
  # @option opts [String] :expand
413
- # @return [InlineResponse20017]
413
+ # @return [InlineResponse20018]
414
414
  def providers_get(opts = {})
415
415
  data, _status_code, _headers = providers_get_with_http_info(opts)
416
416
  data
@@ -420,7 +420,7 @@ module BudgeaClient
420
420
  #
421
421
  # @param [Hash] opts the optional parameters
422
422
  # @option opts [String] :expand
423
- # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
423
+ # @return [Array<(InlineResponse20018, Fixnum, Hash)>] InlineResponse20018 data, response status code and response headers
424
424
  def providers_get_with_http_info(opts = {})
425
425
  if @api_client.config.debugging
426
426
  @api_client.config.logger.debug 'Calling API: ConnectionsApi.providers_get ...'
@@ -451,7 +451,7 @@ module BudgeaClient
451
451
  :form_params => form_params,
452
452
  :body => post_body,
453
453
  :auth_names => auth_names,
454
- :return_type => 'InlineResponse20017')
454
+ :return_type => 'InlineResponse20018')
455
455
  if @api_client.config.debugging
456
456
  @api_client.config.logger.debug "API called: ConnectionsApi#providers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
457
457
  end
@@ -773,7 +773,7 @@ module BudgeaClient
773
773
  # @option opts [Integer] :id_connector ID of a connector
774
774
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
775
775
  # @option opts [String] :expand
776
- # @return [InlineResponse20016]
776
+ # @return [InlineResponse20017]
777
777
  def users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts = {})
778
778
  data, _status_code, _headers = users_id_user_connections_id_connection_logs_get_with_http_info(id_user, id_connection, opts)
779
779
  data
@@ -795,7 +795,7 @@ module BudgeaClient
795
795
  # @option opts [Integer] :id_connector ID of a connector
796
796
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
797
797
  # @option opts [String] :expand
798
- # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
798
+ # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
799
799
  def users_id_user_connections_id_connection_logs_get_with_http_info(id_user, id_connection, opts = {})
800
800
  if @api_client.config.debugging
801
801
  @api_client.config.logger.debug 'Calling API: ConnectionsApi.users_id_user_connections_id_connection_logs_get ...'
@@ -844,7 +844,7 @@ module BudgeaClient
844
844
  :form_params => form_params,
845
845
  :body => post_body,
846
846
  :auth_names => auth_names,
847
- :return_type => 'InlineResponse20016')
847
+ :return_type => 'InlineResponse20017')
848
848
  if @api_client.config.debugging
849
849
  @api_client.config.logger.debug "API called: ConnectionsApi#users_id_user_connections_id_connection_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
850
850
  end
@@ -993,6 +993,7 @@ module BudgeaClient
993
993
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
994
994
  # @param [Hash] opts the optional parameters
995
995
  # @option opts [Integer] :id_connector ID of the connector
996
+ # @option opts [String] :connector_uuid optional uuid of the connector (replaces id_connector)
996
997
  # @option opts [String] :birthday bank additional login parameter
997
998
  # @option opts [String] :password bank additional login parameter
998
999
  # @option opts [String] :oauth_token bank additional login parameter
@@ -1017,6 +1018,7 @@ module BudgeaClient
1017
1018
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1018
1019
  # @param [Hash] opts the optional parameters
1019
1020
  # @option opts [Integer] :id_connector ID of the connector
1021
+ # @option opts [String] :connector_uuid optional uuid of the connector (replaces id_connector)
1020
1022
  # @option opts [String] :birthday bank additional login parameter
1021
1023
  # @option opts [String] :password bank additional login parameter
1022
1024
  # @option opts [String] :oauth_token bank additional login parameter
@@ -1056,6 +1058,7 @@ module BudgeaClient
1056
1058
  # form parameters
1057
1059
  form_params = {}
1058
1060
  form_params['id_connector'] = opts[:'id_connector'] if !opts[:'id_connector'].nil?
1061
+ form_params['connector_uuid'] = opts[:'connector_uuid'] if !opts[:'connector_uuid'].nil?
1059
1062
  form_params['birthday'] = opts[:'birthday'] if !opts[:'birthday'].nil?
1060
1063
  form_params['password'] = opts[:'password'] if !opts[:'password'].nil?
1061
1064
  form_params['oauth_token'] = opts[:'oauth_token'] if !opts[:'oauth_token'].nil?
@@ -1099,7 +1102,7 @@ module BudgeaClient
1099
1102
  # @option opts [Integer] :id_connector ID of a connector
1100
1103
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
1101
1104
  # @option opts [String] :expand
1102
- # @return [InlineResponse20016]
1105
+ # @return [InlineResponse20017]
1103
1106
  def users_id_user_logs_get(id_user, opts = {})
1104
1107
  data, _status_code, _headers = users_id_user_logs_get_with_http_info(id_user, opts)
1105
1108
  data
@@ -1120,7 +1123,7 @@ module BudgeaClient
1120
1123
  # @option opts [Integer] :id_connector ID of a connector
1121
1124
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
1122
1125
  # @option opts [String] :expand
1123
- # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
1126
+ # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
1124
1127
  def users_id_user_logs_get_with_http_info(id_user, opts = {})
1125
1128
  if @api_client.config.debugging
1126
1129
  @api_client.config.logger.debug 'Calling API: ConnectionsApi.users_id_user_logs_get ...'
@@ -1165,7 +1168,7 @@ module BudgeaClient
1165
1168
  :form_params => form_params,
1166
1169
  :body => post_body,
1167
1170
  :auth_names => auth_names,
1168
- :return_type => 'InlineResponse20016')
1171
+ :return_type => 'InlineResponse20017')
1169
1172
  if @api_client.config.debugging
1170
1173
  @api_client.config.logger.debug "API called: ConnectionsApi#users_id_user_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1171
1174
  end
@@ -23,7 +23,7 @@ module BudgeaClient
23
23
  #
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :expand
26
- # @return [InlineResponse20014]
26
+ # @return [InlineResponse20015]
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<(InlineResponse20014, Fixnum, Hash)>] InlineResponse20014 data, response status code and response headers
36
+ # @return [Array<(InlineResponse20015, Fixnum, Hash)>] InlineResponse20015 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 ...'
@@ -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 => 'InlineResponse20014')
67
+ :return_type => 'InlineResponse20015')
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
@@ -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 [InlineResponse20028]
289
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
311
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
363
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
826
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
848
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
900
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
1370
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
1393
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
1449
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
1943
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
1966
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
2022
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
2502
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
2523
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
2571
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
3010
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
3032
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
3084
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
3547
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
3569
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
3621
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
4084
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
4106
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
4158
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
4607
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
4627
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
4671
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
5145
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
5166
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
5214
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
5646
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
5667
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
5715
+ :return_type => 'InlineResponse20029')
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
@@ -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 [InlineResponse20028]
6147
+ # @return [InlineResponse20029]
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<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
6168
+ # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 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 ...'
@@ -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 => 'InlineResponse20028')
6216
+ :return_type => 'InlineResponse20029')
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