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
@@ -23,7 +23,7 @@ module BudgeaClient
23
23
  #
24
24
  # @param [Hash] opts the optional parameters
25
25
  # @option opts [String] :expand
26
- # @return [InlineResponse20018]
26
+ # @return [InlineResponse20019]
27
27
  def terms_get(opts = {})
28
28
  data, _status_code, _headers = terms_get_with_http_info(opts)
29
29
  data
@@ -33,7 +33,7 @@ module BudgeaClient
33
33
  #
34
34
  # @param [Hash] opts the optional parameters
35
35
  # @option opts [String] :expand
36
- # @return [Array<(InlineResponse20018, Fixnum, Hash)>] InlineResponse20018 data, response status code and response headers
36
+ # @return [Array<(InlineResponse20019, Fixnum, Hash)>] InlineResponse20019 data, response status code and response headers
37
37
  def terms_get_with_http_info(opts = {})
38
38
  if @api_client.config.debugging
39
39
  @api_client.config.logger.debug 'Calling API: TermsApi.terms_get ...'
@@ -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 => 'InlineResponse20018')
67
+ :return_type => 'InlineResponse20019')
68
68
  if @api_client.config.debugging
69
69
  @api_client.config.logger.debug "API called: TermsApi#terms_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
70
70
  end
@@ -132,7 +132,7 @@ module BudgeaClient
132
132
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
133
133
  # @param [Hash] opts the optional parameters
134
134
  # @option opts [String] :expand
135
- # @return [InlineResponse20018]
135
+ # @return [InlineResponse20019]
136
136
  def users_id_user_terms_get(id_user, opts = {})
137
137
  data, _status_code, _headers = users_id_user_terms_get_with_http_info(id_user, opts)
138
138
  data
@@ -143,7 +143,7 @@ module BudgeaClient
143
143
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
144
144
  # @param [Hash] opts the optional parameters
145
145
  # @option opts [String] :expand
146
- # @return [Array<(InlineResponse20018, Fixnum, Hash)>] InlineResponse20018 data, response status code and response headers
146
+ # @return [Array<(InlineResponse20019, Fixnum, Hash)>] InlineResponse20019 data, response status code and response headers
147
147
  def users_id_user_terms_get_with_http_info(id_user, opts = {})
148
148
  if @api_client.config.debugging
149
149
  @api_client.config.logger.debug 'Calling API: TermsApi.users_id_user_terms_get ...'
@@ -178,7 +178,7 @@ module BudgeaClient
178
178
  :form_params => form_params,
179
179
  :body => post_body,
180
180
  :auth_names => auth_names,
181
- :return_type => 'InlineResponse20018')
181
+ :return_type => 'InlineResponse20019')
182
182
  if @api_client.config.debugging
183
183
  @api_client.config.logger.debug "API called: TermsApi#users_id_user_terms_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
184
184
  end
@@ -25,7 +25,16 @@ module BudgeaClient
25
25
  # @param id_account
26
26
  # @param [Hash] opts the optional parameters
27
27
  # @option opts [String] :expand
28
- # @return [InlineResponse20025]
28
+ # @option opts [String] :category
29
+ # @option opts [String] :bank_name
30
+ # @option opts [String] :deleted
31
+ # @option opts [String] :bic
32
+ # @option opts [String] :label
33
+ # @option opts [String] :state
34
+ # @option opts [String] :iban
35
+ # @option opts [String] :error
36
+ # @option opts [String] :id
37
+ # @return [InlineResponse20026]
29
38
  def users_id_user_accounts_id_account_recipients_get(id_user, id_account, opts = {})
30
39
  data, _status_code, _headers = users_id_user_accounts_id_account_recipients_get_with_http_info(id_user, id_account, opts)
31
40
  data
@@ -37,7 +46,16 @@ module BudgeaClient
37
46
  # @param id_account
38
47
  # @param [Hash] opts the optional parameters
39
48
  # @option opts [String] :expand
40
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
49
+ # @option opts [String] :category
50
+ # @option opts [String] :bank_name
51
+ # @option opts [String] :deleted
52
+ # @option opts [String] :bic
53
+ # @option opts [String] :label
54
+ # @option opts [String] :state
55
+ # @option opts [String] :iban
56
+ # @option opts [String] :error
57
+ # @option opts [String] :id
58
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
41
59
  def users_id_user_accounts_id_account_recipients_get_with_http_info(id_user, id_account, opts = {})
42
60
  if @api_client.config.debugging
43
61
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_accounts_id_account_recipients_get ...'
@@ -56,6 +74,15 @@ module BudgeaClient
56
74
  # query parameters
57
75
  query_params = {}
58
76
  query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
77
+ query_params[:'category'] = opts[:'category'] if !opts[:'category'].nil?
78
+ query_params[:'bank_name'] = opts[:'bank_name'] if !opts[:'bank_name'].nil?
79
+ query_params[:'deleted'] = opts[:'deleted'] if !opts[:'deleted'].nil?
80
+ query_params[:'bic'] = opts[:'bic'] if !opts[:'bic'].nil?
81
+ query_params[:'label'] = opts[:'label'] if !opts[:'label'].nil?
82
+ query_params[:'state'] = opts[:'state'] if !opts[:'state'].nil?
83
+ query_params[:'iban'] = opts[:'iban'] if !opts[:'iban'].nil?
84
+ query_params[:'error'] = opts[:'error'] if !opts[:'error'].nil?
85
+ query_params[:'id'] = opts[:'id'] if !opts[:'id'].nil?
59
86
 
60
87
  # header parameters
61
88
  header_params = {}
@@ -76,7 +103,7 @@ module BudgeaClient
76
103
  :form_params => form_params,
77
104
  :body => post_body,
78
105
  :auth_names => auth_names,
79
- :return_type => 'InlineResponse20025')
106
+ :return_type => 'InlineResponse20026')
80
107
  if @api_client.config.debugging
81
108
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_accounts_id_account_recipients_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
82
109
  end
@@ -162,7 +189,7 @@ module BudgeaClient
162
189
  # @param [Hash] opts the optional parameters
163
190
  # @option opts [String] :period period to group logs
164
191
  # @option opts [String] :expand
165
- # @return [InlineResponse20026]
192
+ # @return [InlineResponse20027]
166
193
  def users_id_user_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_account, id_recipient, opts = {})
167
194
  data, _status_code, _headers = users_id_user_accounts_id_account_recipients_id_recipient_transfers_get_with_http_info(id_user, id_account, id_recipient, opts)
168
195
  data
@@ -176,7 +203,7 @@ module BudgeaClient
176
203
  # @param [Hash] opts the optional parameters
177
204
  # @option opts [String] :period period to group logs
178
205
  # @option opts [String] :expand
179
- # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
206
+ # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
180
207
  def users_id_user_accounts_id_account_recipients_id_recipient_transfers_get_with_http_info(id_user, id_account, id_recipient, opts = {})
181
208
  if @api_client.config.debugging
182
209
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_accounts_id_account_recipients_id_recipient_transfers_get ...'
@@ -220,7 +247,7 @@ module BudgeaClient
220
247
  :form_params => form_params,
221
248
  :body => post_body,
222
249
  :auth_names => auth_names,
223
- :return_type => 'InlineResponse20026')
250
+ :return_type => 'InlineResponse20027')
224
251
  if @api_client.config.debugging
225
252
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_accounts_id_account_recipients_id_recipient_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
226
253
  end
@@ -471,7 +498,7 @@ module BudgeaClient
471
498
  # @param [Hash] opts the optional parameters
472
499
  # @option opts [String] :period period to group logs
473
500
  # @option opts [String] :expand
474
- # @return [InlineResponse20026]
501
+ # @return [InlineResponse20027]
475
502
  def users_id_user_accounts_id_account_transfers_get(id_user, id_account, opts = {})
476
503
  data, _status_code, _headers = users_id_user_accounts_id_account_transfers_get_with_http_info(id_user, id_account, opts)
477
504
  data
@@ -484,7 +511,7 @@ module BudgeaClient
484
511
  # @param [Hash] opts the optional parameters
485
512
  # @option opts [String] :period period to group logs
486
513
  # @option opts [String] :expand
487
- # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
514
+ # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
488
515
  def users_id_user_accounts_id_account_transfers_get_with_http_info(id_user, id_account, opts = {})
489
516
  if @api_client.config.debugging
490
517
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_accounts_id_account_transfers_get ...'
@@ -524,7 +551,7 @@ module BudgeaClient
524
551
  :form_params => form_params,
525
552
  :body => post_body,
526
553
  :auth_names => auth_names,
527
- :return_type => 'InlineResponse20026')
554
+ :return_type => 'InlineResponse20027')
528
555
  if @api_client.config.debugging
529
556
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_accounts_id_account_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
530
557
  end
@@ -757,7 +784,7 @@ module BudgeaClient
757
784
  # @param id_account
758
785
  # @param [Hash] opts the optional parameters
759
786
  # @option opts [String] :expand
760
- # @return [InlineResponse20025]
787
+ # @return [InlineResponse20026]
761
788
  def users_id_user_connections_id_connection_accounts_id_account_recipients_get(id_user, id_connection, id_account, opts = {})
762
789
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_recipients_get_with_http_info(id_user, id_connection, id_account, opts)
763
790
  data
@@ -770,7 +797,7 @@ module BudgeaClient
770
797
  # @param id_account
771
798
  # @param [Hash] opts the optional parameters
772
799
  # @option opts [String] :expand
773
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
800
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
774
801
  def users_id_user_connections_id_connection_accounts_id_account_recipients_get_with_http_info(id_user, id_connection, id_account, opts = {})
775
802
  if @api_client.config.debugging
776
803
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_accounts_id_account_recipients_get ...'
@@ -813,7 +840,7 @@ module BudgeaClient
813
840
  :form_params => form_params,
814
841
  :body => post_body,
815
842
  :auth_names => auth_names,
816
- :return_type => 'InlineResponse20025')
843
+ :return_type => 'InlineResponse20026')
817
844
  if @api_client.config.debugging
818
845
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_accounts_id_account_recipients_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
819
846
  end
@@ -906,7 +933,7 @@ module BudgeaClient
906
933
  # @param [Hash] opts the optional parameters
907
934
  # @option opts [String] :period period to group logs
908
935
  # @option opts [String] :expand
909
- # @return [InlineResponse20026]
936
+ # @return [InlineResponse20027]
910
937
  def users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get(id_user, id_connection, id_account, id_recipient, opts = {})
911
938
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get_with_http_info(id_user, id_connection, id_account, id_recipient, opts)
912
939
  data
@@ -921,7 +948,7 @@ module BudgeaClient
921
948
  # @param [Hash] opts the optional parameters
922
949
  # @option opts [String] :period period to group logs
923
950
  # @option opts [String] :expand
924
- # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
951
+ # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
925
952
  def users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get_with_http_info(id_user, id_connection, id_account, id_recipient, opts = {})
926
953
  if @api_client.config.debugging
927
954
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get ...'
@@ -969,7 +996,7 @@ module BudgeaClient
969
996
  :form_params => form_params,
970
997
  :body => post_body,
971
998
  :auth_names => auth_names,
972
- :return_type => 'InlineResponse20026')
999
+ :return_type => 'InlineResponse20027')
973
1000
  if @api_client.config.debugging
974
1001
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_accounts_id_account_recipients_id_recipient_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
975
1002
  end
@@ -1239,7 +1266,7 @@ module BudgeaClient
1239
1266
  # @param [Hash] opts the optional parameters
1240
1267
  # @option opts [String] :period period to group logs
1241
1268
  # @option opts [String] :expand
1242
- # @return [InlineResponse20026]
1269
+ # @return [InlineResponse20027]
1243
1270
  def users_id_user_connections_id_connection_accounts_id_account_transfers_get(id_user, id_connection, id_account, opts = {})
1244
1271
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transfers_get_with_http_info(id_user, id_connection, id_account, opts)
1245
1272
  data
@@ -1253,7 +1280,7 @@ module BudgeaClient
1253
1280
  # @param [Hash] opts the optional parameters
1254
1281
  # @option opts [String] :period period to group logs
1255
1282
  # @option opts [String] :expand
1256
- # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
1283
+ # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
1257
1284
  def users_id_user_connections_id_connection_accounts_id_account_transfers_get_with_http_info(id_user, id_connection, id_account, opts = {})
1258
1285
  if @api_client.config.debugging
1259
1286
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_accounts_id_account_transfers_get ...'
@@ -1297,7 +1324,7 @@ module BudgeaClient
1297
1324
  :form_params => form_params,
1298
1325
  :body => post_body,
1299
1326
  :auth_names => auth_names,
1300
- :return_type => 'InlineResponse20026')
1327
+ :return_type => 'InlineResponse20027')
1301
1328
  if @api_client.config.debugging
1302
1329
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_accounts_id_account_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1303
1330
  end
@@ -1547,7 +1574,7 @@ module BudgeaClient
1547
1574
  # @param id_connection
1548
1575
  # @param [Hash] opts the optional parameters
1549
1576
  # @option opts [String] :expand
1550
- # @return [InlineResponse20025]
1577
+ # @return [InlineResponse20026]
1551
1578
  def users_id_user_connections_id_connection_recipients_get(id_user, id_connection, opts = {})
1552
1579
  data, _status_code, _headers = users_id_user_connections_id_connection_recipients_get_with_http_info(id_user, id_connection, opts)
1553
1580
  data
@@ -1559,7 +1586,7 @@ module BudgeaClient
1559
1586
  # @param id_connection
1560
1587
  # @param [Hash] opts the optional parameters
1561
1588
  # @option opts [String] :expand
1562
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
1589
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
1563
1590
  def users_id_user_connections_id_connection_recipients_get_with_http_info(id_user, id_connection, opts = {})
1564
1591
  if @api_client.config.debugging
1565
1592
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_recipients_get ...'
@@ -1598,7 +1625,7 @@ module BudgeaClient
1598
1625
  :form_params => form_params,
1599
1626
  :body => post_body,
1600
1627
  :auth_names => auth_names,
1601
- :return_type => 'InlineResponse20025')
1628
+ :return_type => 'InlineResponse20026')
1602
1629
  if @api_client.config.debugging
1603
1630
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_recipients_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1604
1631
  end
@@ -1684,7 +1711,7 @@ module BudgeaClient
1684
1711
  # @param [Hash] opts the optional parameters
1685
1712
  # @option opts [String] :period period to group logs
1686
1713
  # @option opts [String] :expand
1687
- # @return [InlineResponse20026]
1714
+ # @return [InlineResponse20027]
1688
1715
  def users_id_user_connections_id_connection_recipients_id_recipient_transfers_get(id_user, id_connection, id_recipient, opts = {})
1689
1716
  data, _status_code, _headers = users_id_user_connections_id_connection_recipients_id_recipient_transfers_get_with_http_info(id_user, id_connection, id_recipient, opts)
1690
1717
  data
@@ -1698,7 +1725,7 @@ module BudgeaClient
1698
1725
  # @param [Hash] opts the optional parameters
1699
1726
  # @option opts [String] :period period to group logs
1700
1727
  # @option opts [String] :expand
1701
- # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
1728
+ # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
1702
1729
  def users_id_user_connections_id_connection_recipients_id_recipient_transfers_get_with_http_info(id_user, id_connection, id_recipient, opts = {})
1703
1730
  if @api_client.config.debugging
1704
1731
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_recipients_id_recipient_transfers_get ...'
@@ -1742,7 +1769,7 @@ module BudgeaClient
1742
1769
  :form_params => form_params,
1743
1770
  :body => post_body,
1744
1771
  :auth_names => auth_names,
1745
- :return_type => 'InlineResponse20026')
1772
+ :return_type => 'InlineResponse20027')
1746
1773
  if @api_client.config.debugging
1747
1774
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_recipients_id_recipient_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1748
1775
  end
@@ -1993,7 +2020,7 @@ module BudgeaClient
1993
2020
  # @param [Hash] opts the optional parameters
1994
2021
  # @option opts [String] :period period to group logs
1995
2022
  # @option opts [String] :expand
1996
- # @return [InlineResponse20026]
2023
+ # @return [InlineResponse20027]
1997
2024
  def users_id_user_connections_id_connection_transfers_get(id_user, id_connection, opts = {})
1998
2025
  data, _status_code, _headers = users_id_user_connections_id_connection_transfers_get_with_http_info(id_user, id_connection, opts)
1999
2026
  data
@@ -2006,7 +2033,7 @@ module BudgeaClient
2006
2033
  # @param [Hash] opts the optional parameters
2007
2034
  # @option opts [String] :period period to group logs
2008
2035
  # @option opts [String] :expand
2009
- # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
2036
+ # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
2010
2037
  def users_id_user_connections_id_connection_transfers_get_with_http_info(id_user, id_connection, opts = {})
2011
2038
  if @api_client.config.debugging
2012
2039
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_connections_id_connection_transfers_get ...'
@@ -2046,7 +2073,7 @@ module BudgeaClient
2046
2073
  :form_params => form_params,
2047
2074
  :body => post_body,
2048
2075
  :auth_names => auth_names,
2049
- :return_type => 'InlineResponse20026')
2076
+ :return_type => 'InlineResponse20027')
2050
2077
  if @api_client.config.debugging
2051
2078
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_connections_id_connection_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2052
2079
  end
@@ -2277,7 +2304,7 @@ module BudgeaClient
2277
2304
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
2278
2305
  # @param [Hash] opts the optional parameters
2279
2306
  # @option opts [String] :expand
2280
- # @return [InlineResponse20025]
2307
+ # @return [InlineResponse20026]
2281
2308
  def users_id_user_recipients_get(id_user, opts = {})
2282
2309
  data, _status_code, _headers = users_id_user_recipients_get_with_http_info(id_user, opts)
2283
2310
  data
@@ -2288,7 +2315,7 @@ module BudgeaClient
2288
2315
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
2289
2316
  # @param [Hash] opts the optional parameters
2290
2317
  # @option opts [String] :expand
2291
- # @return [Array<(InlineResponse20025, Fixnum, Hash)>] InlineResponse20025 data, response status code and response headers
2318
+ # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
2292
2319
  def users_id_user_recipients_get_with_http_info(id_user, opts = {})
2293
2320
  if @api_client.config.debugging
2294
2321
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_recipients_get ...'
@@ -2323,7 +2350,7 @@ module BudgeaClient
2323
2350
  :form_params => form_params,
2324
2351
  :body => post_body,
2325
2352
  :auth_names => auth_names,
2326
- :return_type => 'InlineResponse20025')
2353
+ :return_type => 'InlineResponse20026')
2327
2354
  if @api_client.config.debugging
2328
2355
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_recipients_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2329
2356
  end
@@ -2402,7 +2429,7 @@ module BudgeaClient
2402
2429
  # @param [Hash] opts the optional parameters
2403
2430
  # @option opts [String] :period period to group logs
2404
2431
  # @option opts [String] :expand
2405
- # @return [InlineResponse20026]
2432
+ # @return [InlineResponse20027]
2406
2433
  def users_id_user_recipients_id_recipient_transfers_get(id_user, id_recipient, opts = {})
2407
2434
  data, _status_code, _headers = users_id_user_recipients_id_recipient_transfers_get_with_http_info(id_user, id_recipient, opts)
2408
2435
  data
@@ -2415,7 +2442,7 @@ module BudgeaClient
2415
2442
  # @param [Hash] opts the optional parameters
2416
2443
  # @option opts [String] :period period to group logs
2417
2444
  # @option opts [String] :expand
2418
- # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
2445
+ # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
2419
2446
  def users_id_user_recipients_id_recipient_transfers_get_with_http_info(id_user, id_recipient, opts = {})
2420
2447
  if @api_client.config.debugging
2421
2448
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_recipients_id_recipient_transfers_get ...'
@@ -2455,7 +2482,7 @@ module BudgeaClient
2455
2482
  :form_params => form_params,
2456
2483
  :body => post_body,
2457
2484
  :auth_names => auth_names,
2458
- :return_type => 'InlineResponse20026')
2485
+ :return_type => 'InlineResponse20027')
2459
2486
  if @api_client.config.debugging
2460
2487
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_recipients_id_recipient_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2461
2488
  end
@@ -2687,7 +2714,7 @@ module BudgeaClient
2687
2714
  # @param [Hash] opts the optional parameters
2688
2715
  # @option opts [String] :period period to group logs
2689
2716
  # @option opts [String] :expand
2690
- # @return [InlineResponse20026]
2717
+ # @return [InlineResponse20027]
2691
2718
  def users_id_user_transfers_get(id_user, opts = {})
2692
2719
  data, _status_code, _headers = users_id_user_transfers_get_with_http_info(id_user, opts)
2693
2720
  data
@@ -2699,7 +2726,7 @@ module BudgeaClient
2699
2726
  # @param [Hash] opts the optional parameters
2700
2727
  # @option opts [String] :period period to group logs
2701
2728
  # @option opts [String] :expand
2702
- # @return [Array<(InlineResponse20026, Fixnum, Hash)>] InlineResponse20026 data, response status code and response headers
2729
+ # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
2703
2730
  def users_id_user_transfers_get_with_http_info(id_user, opts = {})
2704
2731
  if @api_client.config.debugging
2705
2732
  @api_client.config.logger.debug 'Calling API: TransfersApi.users_id_user_transfers_get ...'
@@ -2735,7 +2762,7 @@ module BudgeaClient
2735
2762
  :form_params => form_params,
2736
2763
  :body => post_body,
2737
2764
  :auth_names => auth_names,
2738
- :return_type => 'InlineResponse20026')
2765
+ :return_type => 'InlineResponse20027')
2739
2766
  if @api_client.config.debugging
2740
2767
  @api_client.config.logger.debug "API called: TransfersApi#users_id_user_transfers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2741
2768
  end
@@ -71,7 +71,7 @@ module BudgeaClient
71
71
  # @param [Hash] opts the optional parameters
72
72
  # @option opts [String] :search searches a user by mail (if it contains no &#39;@&#39;, &#39;@biapi.pro&#39; will be added at the end)
73
73
  # @option opts [String] :expand
74
- # @return [InlineResponse20019]
74
+ # @return [InlineResponse20020]
75
75
  def users_get(opts = {})
76
76
  data, _status_code, _headers = users_get_with_http_info(opts)
77
77
  data
@@ -82,7 +82,7 @@ module BudgeaClient
82
82
  # @param [Hash] opts the optional parameters
83
83
  # @option opts [String] :search searches a user by mail (if it contains no &#39;@&#39;, &#39;@biapi.pro&#39; will be added at the end)
84
84
  # @option opts [String] :expand
85
- # @return [Array<(InlineResponse20019, Fixnum, Hash)>] InlineResponse20019 data, response status code and response headers
85
+ # @return [Array<(InlineResponse20020, Fixnum, Hash)>] InlineResponse20020 data, response status code and response headers
86
86
  def users_get_with_http_info(opts = {})
87
87
  if @api_client.config.debugging
88
88
  @api_client.config.logger.debug 'Calling API: UsersManagementApi.users_get ...'
@@ -114,7 +114,7 @@ module BudgeaClient
114
114
  :form_params => form_params,
115
115
  :body => post_body,
116
116
  :auth_names => auth_names,
117
- :return_type => 'InlineResponse20019')
117
+ :return_type => 'InlineResponse20020')
118
118
  if @api_client.config.debugging
119
119
  @api_client.config.logger.debug "API called: UsersManagementApi#users_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
120
120
  end
@@ -399,7 +399,7 @@ module BudgeaClient
399
399
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
400
400
  # @param [Hash] opts the optional parameters
401
401
  # @option opts [String] :expand
402
- # @return [InlineResponse20034]
402
+ # @return [InlineResponse20035]
403
403
  def users_id_user_profiles_get(id_user, opts = {})
404
404
  data, _status_code, _headers = users_id_user_profiles_get_with_http_info(id_user, opts)
405
405
  data
@@ -410,7 +410,7 @@ module BudgeaClient
410
410
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
411
411
  # @param [Hash] opts the optional parameters
412
412
  # @option opts [String] :expand
413
- # @return [Array<(InlineResponse20034, Fixnum, Hash)>] InlineResponse20034 data, response status code and response headers
413
+ # @return [Array<(InlineResponse20035, Fixnum, Hash)>] InlineResponse20035 data, response status code and response headers
414
414
  def users_id_user_profiles_get_with_http_info(id_user, opts = {})
415
415
  if @api_client.config.debugging
416
416
  @api_client.config.logger.debug 'Calling API: UsersManagementApi.users_id_user_profiles_get ...'
@@ -445,7 +445,7 @@ module BudgeaClient
445
445
  :form_params => form_params,
446
446
  :body => post_body,
447
447
  :auth_names => auth_names,
448
- :return_type => 'InlineResponse20034')
448
+ :return_type => 'InlineResponse20035')
449
449
  if @api_client.config.debugging
450
450
  @api_client.config.logger.debug "API called: UsersManagementApi#users_id_user_profiles_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
451
451
  end