budgea_client 2.0.0 → 2.0.1

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 (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
@@ -363,6 +363,7 @@ module BudgeaClient
363
363
  # @param [Hash] opts the optional parameters
364
364
  # @option opts [Integer] :range the length of the connection subset
365
365
  # @option opts [Integer] :type to target a specific account type which will be
366
+ # @option opts [Integer] :occurrences require at least N accounts of the targeted
366
367
  # @option opts [String] :expand
367
368
  # @return [InlineResponse2009]
368
369
  def banks_id_connector_connections_get(id_connector, opts = {})
@@ -376,6 +377,7 @@ module BudgeaClient
376
377
  # @param [Hash] opts the optional parameters
377
378
  # @option opts [Integer] :range the length of the connection subset
378
379
  # @option opts [Integer] :type to target a specific account type which will be
380
+ # @option opts [Integer] :occurrences require at least N accounts of the targeted
379
381
  # @option opts [String] :expand
380
382
  # @return [Array<(InlineResponse2009, Fixnum, Hash)>] InlineResponse2009 data, response status code and response headers
381
383
  def banks_id_connector_connections_get_with_http_info(id_connector, opts = {})
@@ -393,6 +395,7 @@ module BudgeaClient
393
395
  query_params = {}
394
396
  query_params[:'range'] = opts[:'range'] if !opts[:'range'].nil?
395
397
  query_params[:'type'] = opts[:'type'] if !opts[:'type'].nil?
398
+ query_params[:'occurrences'] = opts[:'occurrences'] if !opts[:'occurrences'].nil?
396
399
  query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
397
400
 
398
401
  # header parameters
@@ -642,6 +645,114 @@ module BudgeaClient
642
645
  end
643
646
  return data, status_code, headers
644
647
  end
648
+ # Delete a particular key-value pair on a transaction.
649
+ #
650
+ # @param id_keyword
651
+ # @param [Hash] opts the optional parameters
652
+ # @option opts [String] :expand
653
+ # @return [Keyword]
654
+ def categories_keywords_id_keyword_delete(id_keyword, opts = {})
655
+ data, _status_code, _headers = categories_keywords_id_keyword_delete_with_http_info(id_keyword, opts)
656
+ data
657
+ end
658
+
659
+ # Delete a particular key-value pair on a transaction.
660
+ #
661
+ # @param id_keyword
662
+ # @param [Hash] opts the optional parameters
663
+ # @option opts [String] :expand
664
+ # @return [Array<(Keyword, Fixnum, Hash)>] Keyword data, response status code and response headers
665
+ def categories_keywords_id_keyword_delete_with_http_info(id_keyword, opts = {})
666
+ if @api_client.config.debugging
667
+ @api_client.config.logger.debug 'Calling API: BanksApi.categories_keywords_id_keyword_delete ...'
668
+ end
669
+ # verify the required parameter 'id_keyword' is set
670
+ if @api_client.config.client_side_validation && id_keyword.nil?
671
+ fail ArgumentError, "Missing the required parameter 'id_keyword' when calling BanksApi.categories_keywords_id_keyword_delete"
672
+ end
673
+ # resource path
674
+ local_var_path = '/categories/keywords/{id_keyword}'.sub('{' + 'id_keyword' + '}', id_keyword.to_s)
675
+
676
+ # query parameters
677
+ query_params = {}
678
+ query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
679
+
680
+ # header parameters
681
+ header_params = {}
682
+ # HTTP header 'Accept' (if needed)
683
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
684
+ # HTTP header 'Content-Type'
685
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
686
+
687
+ # form parameters
688
+ form_params = {}
689
+
690
+ # http body (model)
691
+ post_body = nil
692
+ auth_names = ['api_key']
693
+ data, status_code, headers = @api_client.call_api(:DELETE, local_var_path,
694
+ :header_params => header_params,
695
+ :query_params => query_params,
696
+ :form_params => form_params,
697
+ :body => post_body,
698
+ :auth_names => auth_names,
699
+ :return_type => 'Keyword')
700
+ if @api_client.config.debugging
701
+ @api_client.config.logger.debug "API called: BanksApi#categories_keywords_id_keyword_delete\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
702
+ end
703
+ return data, status_code, headers
704
+ end
705
+ # Add a new keyword associated with a category in the database.
706
+ # If the keyword already exists the keyword is not added. Used for the categorization of transactions.<br><br>Form params: - id_category (integer): a reference towards the category associated with the keyword - keyword (string): the searched keyword - income (bool): 1 if the associated category represents an income else 0 - priority (integer): sets the priority for the keyword, used when categorizing<br><br>
707
+ # @param [Hash] opts the optional parameters
708
+ # @option opts [String] :expand
709
+ # @return [Keyword]
710
+ def categories_keywords_post(opts = {})
711
+ data, _status_code, _headers = categories_keywords_post_with_http_info(opts)
712
+ data
713
+ end
714
+
715
+ # Add a new keyword associated with a category in the database.
716
+ # If the keyword already exists the keyword is not added. Used for the categorization of transactions.&lt;br&gt;&lt;br&gt;Form params: - id_category (integer): a reference towards the category associated with the keyword - keyword (string): the searched keyword - income (bool): 1 if the associated category represents an income else 0 - priority (integer): sets the priority for the keyword, used when categorizing&lt;br&gt;&lt;br&gt;
717
+ # @param [Hash] opts the optional parameters
718
+ # @option opts [String] :expand
719
+ # @return [Array<(Keyword, Fixnum, Hash)>] Keyword data, response status code and response headers
720
+ def categories_keywords_post_with_http_info(opts = {})
721
+ if @api_client.config.debugging
722
+ @api_client.config.logger.debug 'Calling API: BanksApi.categories_keywords_post ...'
723
+ end
724
+ # resource path
725
+ local_var_path = '/categories/keywords'
726
+
727
+ # query parameters
728
+ query_params = {}
729
+ query_params[:'expand'] = opts[:'expand'] if !opts[:'expand'].nil?
730
+
731
+ # header parameters
732
+ header_params = {}
733
+ # HTTP header 'Accept' (if needed)
734
+ header_params['Accept'] = @api_client.select_header_accept(['application/json'])
735
+ # HTTP header 'Content-Type'
736
+ header_params['Content-Type'] = @api_client.select_header_content_type(['application/json', 'multipart/form-data'])
737
+
738
+ # form parameters
739
+ form_params = {}
740
+
741
+ # http body (model)
742
+ post_body = nil
743
+ auth_names = ['api_key']
744
+ data, status_code, headers = @api_client.call_api(:POST, local_var_path,
745
+ :header_params => header_params,
746
+ :query_params => query_params,
747
+ :form_params => form_params,
748
+ :body => post_body,
749
+ :auth_names => auth_names,
750
+ :return_type => 'Keyword')
751
+ if @api_client.config.debugging
752
+ @api_client.config.logger.debug "API called: BanksApi#categories_keywords_post\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
753
+ end
754
+ return data, status_code, headers
755
+ end
645
756
  # categorize transactions without storing them
646
757
  # It requires an array of transaction dictionaries. Any fields of transactions that are not required will be kept in the response. The response contains the list of transactions with two more fields: id_category and state (it indicates how the transaction has been categorized)<br><br>
647
758
  # @param wording label of the transaction
@@ -766,7 +877,7 @@ module BudgeaClient
766
877
  #
767
878
  # @param [Hash] opts the optional parameters
768
879
  # @option opts [String] :expand
769
- # @return [InlineResponse20013]
880
+ # @return [InlineResponse20014]
770
881
  def connectors_get(opts = {})
771
882
  data, _status_code, _headers = connectors_get_with_http_info(opts)
772
883
  data
@@ -776,7 +887,7 @@ module BudgeaClient
776
887
  #
777
888
  # @param [Hash] opts the optional parameters
778
889
  # @option opts [String] :expand
779
- # @return [Array<(InlineResponse20013, Fixnum, Hash)>] InlineResponse20013 data, response status code and response headers
890
+ # @return [Array<(InlineResponse20014, Fixnum, Hash)>] InlineResponse20014 data, response status code and response headers
780
891
  def connectors_get_with_http_info(opts = {})
781
892
  if @api_client.config.debugging
782
893
  @api_client.config.logger.debug 'Calling API: BanksApi.connectors_get ...'
@@ -807,7 +918,7 @@ module BudgeaClient
807
918
  :form_params => form_params,
808
919
  :body => post_body,
809
920
  :auth_names => auth_names,
810
- :return_type => 'InlineResponse20013')
921
+ :return_type => 'InlineResponse20014')
811
922
  if @api_client.config.debugging
812
923
  @api_client.config.logger.debug "API called: BanksApi#connectors_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
813
924
  end
@@ -1296,7 +1407,6 @@ module BudgeaClient
1296
1407
  # @param login Users login
1297
1408
  # @param password Users password
1298
1409
  # @param [Hash] opts the optional parameters
1299
- # @option opts [String] :api Name of the API
1300
1410
  # @option opts [String] :url Url of the bank
1301
1411
  # @option opts [String] :email Email of the user
1302
1412
  # @option opts [String] :types Type of connector, eg. banks or providers
@@ -1315,7 +1425,6 @@ module BudgeaClient
1315
1425
  # @param login Users login
1316
1426
  # @param password Users password
1317
1427
  # @param [Hash] opts the optional parameters
1318
- # @option opts [String] :api Name of the API
1319
1428
  # @option opts [String] :url Url of the bank
1320
1429
  # @option opts [String] :email Email of the user
1321
1430
  # @option opts [String] :types Type of connector, eg. banks or providers
@@ -1358,7 +1467,6 @@ module BudgeaClient
1358
1467
  form_params['name'] = name
1359
1468
  form_params['login'] = login
1360
1469
  form_params['password'] = password
1361
- form_params['api'] = opts[:'api'] if !opts[:'api'].nil?
1362
1470
  form_params['url'] = opts[:'url'] if !opts[:'url'].nil?
1363
1471
  form_params['email'] = opts[:'email'] if !opts[:'email'].nil?
1364
1472
  form_params['types'] = opts[:'types'] if !opts[:'types'].nil?
@@ -1453,7 +1561,7 @@ module BudgeaClient
1453
1561
  # @option opts [Integer] :id_connector ID of a connector
1454
1562
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
1455
1563
  # @option opts [String] :expand
1456
- # @return [InlineResponse20016]
1564
+ # @return [InlineResponse20017]
1457
1565
  def logs_get(opts = {})
1458
1566
  data, _status_code, _headers = logs_get_with_http_info(opts)
1459
1567
  data
@@ -1473,7 +1581,7 @@ module BudgeaClient
1473
1581
  # @option opts [Integer] :id_connector ID of a connector
1474
1582
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
1475
1583
  # @option opts [String] :expand
1476
- # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
1584
+ # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
1477
1585
  def logs_get_with_http_info(opts = {})
1478
1586
  if @api_client.config.debugging
1479
1587
  @api_client.config.logger.debug 'Calling API: BanksApi.logs_get ...'
@@ -1514,7 +1622,7 @@ module BudgeaClient
1514
1622
  :form_params => form_params,
1515
1623
  :body => post_body,
1516
1624
  :auth_names => auth_names,
1517
- :return_type => 'InlineResponse20016')
1625
+ :return_type => 'InlineResponse20017')
1518
1626
  if @api_client.config.debugging
1519
1627
  @api_client.config.logger.debug "API called: BanksApi#logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1520
1628
  end
@@ -1524,7 +1632,7 @@ module BudgeaClient
1524
1632
  #
1525
1633
  # @param [Hash] opts the optional parameters
1526
1634
  # @option opts [String] :expand
1527
- # @return [InlineResponse20017]
1635
+ # @return [InlineResponse20018]
1528
1636
  def providers_get(opts = {})
1529
1637
  data, _status_code, _headers = providers_get_with_http_info(opts)
1530
1638
  data
@@ -1534,7 +1642,7 @@ module BudgeaClient
1534
1642
  #
1535
1643
  # @param [Hash] opts the optional parameters
1536
1644
  # @option opts [String] :expand
1537
- # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
1645
+ # @return [Array<(InlineResponse20018, Fixnum, Hash)>] InlineResponse20018 data, response status code and response headers
1538
1646
  def providers_get_with_http_info(opts = {})
1539
1647
  if @api_client.config.debugging
1540
1648
  @api_client.config.logger.debug 'Calling API: BanksApi.providers_get ...'
@@ -1565,7 +1673,7 @@ module BudgeaClient
1565
1673
  :form_params => form_params,
1566
1674
  :body => post_body,
1567
1675
  :auth_names => auth_names,
1568
- :return_type => 'InlineResponse20017')
1676
+ :return_type => 'InlineResponse20018')
1569
1677
  if @api_client.config.debugging
1570
1678
  @api_client.config.logger.debug "API called: BanksApi#providers_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
1571
1679
  end
@@ -1984,7 +2092,7 @@ module BudgeaClient
1984
2092
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1985
2093
  # @param [Hash] opts the optional parameters
1986
2094
  # @option opts [String] :expand
1987
- # @return [InlineResponse20020]
2095
+ # @return [InlineResponse20021]
1988
2096
  def users_id_user_accounts_get(id_user, opts = {})
1989
2097
  data, _status_code, _headers = users_id_user_accounts_get_with_http_info(id_user, opts)
1990
2098
  data
@@ -1995,7 +2103,7 @@ module BudgeaClient
1995
2103
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
1996
2104
  # @param [Hash] opts the optional parameters
1997
2105
  # @option opts [String] :expand
1998
- # @return [Array<(InlineResponse20020, Fixnum, Hash)>] InlineResponse20020 data, response status code and response headers
2106
+ # @return [Array<(InlineResponse20021, Fixnum, Hash)>] InlineResponse20021 data, response status code and response headers
1999
2107
  def users_id_user_accounts_get_with_http_info(id_user, opts = {})
2000
2108
  if @api_client.config.debugging
2001
2109
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_get ...'
@@ -2030,7 +2138,7 @@ module BudgeaClient
2030
2138
  :form_params => form_params,
2031
2139
  :body => post_body,
2032
2140
  :auth_names => auth_names,
2033
- :return_type => 'InlineResponse20020')
2141
+ :return_type => 'InlineResponse20021')
2034
2142
  if @api_client.config.debugging
2035
2143
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2036
2144
  end
@@ -2236,7 +2344,7 @@ module BudgeaClient
2236
2344
  # @option opts [Date] :min_date minimal (inclusive) date
2237
2345
  # @option opts [Date] :max_date maximum (inclusive) date
2238
2346
  # @option opts [String] :expand
2239
- # @return [InlineResponse20023]
2347
+ # @return [InlineResponse20024]
2240
2348
  def users_id_user_accounts_id_account_logs_get(id_user, id_account, opts = {})
2241
2349
  data, _status_code, _headers = users_id_user_accounts_id_account_logs_get_with_http_info(id_user, id_account, opts)
2242
2350
  data
@@ -2252,7 +2360,7 @@ module BudgeaClient
2252
2360
  # @option opts [Date] :min_date minimal (inclusive) date
2253
2361
  # @option opts [Date] :max_date maximum (inclusive) date
2254
2362
  # @option opts [String] :expand
2255
- # @return [Array<(InlineResponse20023, Fixnum, Hash)>] InlineResponse20023 data, response status code and response headers
2363
+ # @return [Array<(InlineResponse20024, Fixnum, Hash)>] InlineResponse20024 data, response status code and response headers
2256
2364
  def users_id_user_accounts_id_account_logs_get_with_http_info(id_user, id_account, opts = {})
2257
2365
  if @api_client.config.debugging
2258
2366
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_id_account_logs_get ...'
@@ -2295,7 +2403,7 @@ module BudgeaClient
2295
2403
  :form_params => form_params,
2296
2404
  :body => post_body,
2297
2405
  :auth_names => auth_names,
2298
- :return_type => 'InlineResponse20023')
2406
+ :return_type => 'InlineResponse20024')
2299
2407
  if @api_client.config.debugging
2300
2408
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_id_account_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2301
2409
  end
@@ -2467,7 +2575,7 @@ module BudgeaClient
2467
2575
  # @option opts [String] :search search in labels, dates, values and categories
2468
2576
  # @option opts [String] :value \&quot;XX|-XX\&quot; or \&quot;±XX\&quot;
2469
2577
  # @option opts [String] :expand
2470
- # @return [InlineResponse20027]
2578
+ # @return [InlineResponse20028]
2471
2579
  def users_id_user_accounts_id_account_transactions_get(id_user, id_account, opts = {})
2472
2580
  data, _status_code, _headers = users_id_user_accounts_id_account_transactions_get_with_http_info(id_user, id_account, opts)
2473
2581
  data
@@ -2492,7 +2600,7 @@ module BudgeaClient
2492
2600
  # @option opts [String] :search search in labels, dates, values and categories
2493
2601
  # @option opts [String] :value \&quot;XX|-XX\&quot; or \&quot;±XX\&quot;
2494
2602
  # @option opts [String] :expand
2495
- # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
2603
+ # @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
2496
2604
  def users_id_user_accounts_id_account_transactions_get_with_http_info(id_user, id_account, opts = {})
2497
2605
  if @api_client.config.debugging
2498
2606
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_id_account_transactions_get ...'
@@ -2544,7 +2652,7 @@ module BudgeaClient
2544
2652
  :form_params => form_params,
2545
2653
  :body => post_body,
2546
2654
  :auth_names => auth_names,
2547
- :return_type => 'InlineResponse20027')
2655
+ :return_type => 'InlineResponse20028')
2548
2656
  if @api_client.config.debugging
2549
2657
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_id_account_transactions_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2550
2658
  end
@@ -2626,7 +2734,7 @@ module BudgeaClient
2626
2734
  # @param id_transaction
2627
2735
  # @param [Hash] opts the optional parameters
2628
2736
  # @option opts [String] :expand
2629
- # @return [InlineResponse20029]
2737
+ # @return [InlineResponse20030]
2630
2738
  def users_id_user_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_account, id_transaction, opts = {})
2631
2739
  data, _status_code, _headers = users_id_user_accounts_id_account_transactions_id_transaction_informations_get_with_http_info(id_user, id_account, id_transaction, opts)
2632
2740
  data
@@ -2639,7 +2747,7 @@ module BudgeaClient
2639
2747
  # @param id_transaction
2640
2748
  # @param [Hash] opts the optional parameters
2641
2749
  # @option opts [String] :expand
2642
- # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
2750
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
2643
2751
  def users_id_user_accounts_id_account_transactions_id_transaction_informations_get_with_http_info(id_user, id_account, id_transaction, opts = {})
2644
2752
  if @api_client.config.debugging
2645
2753
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_id_account_transactions_id_transaction_informations_get ...'
@@ -2682,7 +2790,7 @@ module BudgeaClient
2682
2790
  :form_params => form_params,
2683
2791
  :body => post_body,
2684
2792
  :auth_names => auth_names,
2685
- :return_type => 'InlineResponse20029')
2793
+ :return_type => 'InlineResponse20030')
2686
2794
  if @api_client.config.debugging
2687
2795
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_id_account_transactions_id_transaction_informations_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
2688
2796
  end
@@ -3102,7 +3210,7 @@ module BudgeaClient
3102
3210
  # @param id_account
3103
3211
  # @param [Hash] opts the optional parameters
3104
3212
  # @option opts [String] :expand
3105
- # @return [InlineResponse20030]
3213
+ # @return [InlineResponse20031]
3106
3214
  def users_id_user_accounts_id_account_transactionsclusters_get(id_user, id_account, opts = {})
3107
3215
  data, _status_code, _headers = users_id_user_accounts_id_account_transactionsclusters_get_with_http_info(id_user, id_account, opts)
3108
3216
  data
@@ -3114,7 +3222,7 @@ module BudgeaClient
3114
3222
  # @param id_account
3115
3223
  # @param [Hash] opts the optional parameters
3116
3224
  # @option opts [String] :expand
3117
- # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
3225
+ # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
3118
3226
  def users_id_user_accounts_id_account_transactionsclusters_get_with_http_info(id_user, id_account, opts = {})
3119
3227
  if @api_client.config.debugging
3120
3228
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_accounts_id_account_transactionsclusters_get ...'
@@ -3153,7 +3261,7 @@ module BudgeaClient
3153
3261
  :form_params => form_params,
3154
3262
  :body => post_body,
3155
3263
  :auth_names => auth_names,
3156
- :return_type => 'InlineResponse20030')
3264
+ :return_type => 'InlineResponse20031')
3157
3265
  if @api_client.config.debugging
3158
3266
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_accounts_id_account_transactionsclusters_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3159
3267
  end
@@ -3505,7 +3613,7 @@ module BudgeaClient
3505
3613
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
3506
3614
  # @param [Hash] opts the optional parameters
3507
3615
  # @option opts [String] :expand
3508
- # @return [InlineResponse20031]
3616
+ # @return [InlineResponse20032]
3509
3617
  def users_id_user_alerts_get(id_user, opts = {})
3510
3618
  data, _status_code, _headers = users_id_user_alerts_get_with_http_info(id_user, opts)
3511
3619
  data
@@ -3516,7 +3624,7 @@ module BudgeaClient
3516
3624
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
3517
3625
  # @param [Hash] opts the optional parameters
3518
3626
  # @option opts [String] :expand
3519
- # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
3627
+ # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
3520
3628
  def users_id_user_alerts_get_with_http_info(id_user, opts = {})
3521
3629
  if @api_client.config.debugging
3522
3630
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_alerts_get ...'
@@ -3551,7 +3659,7 @@ module BudgeaClient
3551
3659
  :form_params => form_params,
3552
3660
  :body => post_body,
3553
3661
  :auth_names => auth_names,
3554
- :return_type => 'InlineResponse20031')
3662
+ :return_type => 'InlineResponse20032')
3555
3663
  if @api_client.config.debugging
3556
3664
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_alerts_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3557
3665
  end
@@ -3562,7 +3670,7 @@ module BudgeaClient
3562
3670
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
3563
3671
  # @param [Hash] opts the optional parameters
3564
3672
  # @option opts [String] :expand
3565
- # @return [InlineResponse20032]
3673
+ # @return [InlineResponse20033]
3566
3674
  def users_id_user_categories_full_get(id_user, opts = {})
3567
3675
  data, _status_code, _headers = users_id_user_categories_full_get_with_http_info(id_user, opts)
3568
3676
  data
@@ -3573,7 +3681,7 @@ module BudgeaClient
3573
3681
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
3574
3682
  # @param [Hash] opts the optional parameters
3575
3683
  # @option opts [String] :expand
3576
- # @return [Array<(InlineResponse20032, Fixnum, Hash)>] InlineResponse20032 data, response status code and response headers
3684
+ # @return [Array<(InlineResponse20033, Fixnum, Hash)>] InlineResponse20033 data, response status code and response headers
3577
3685
  def users_id_user_categories_full_get_with_http_info(id_user, opts = {})
3578
3686
  if @api_client.config.debugging
3579
3687
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_categories_full_get ...'
@@ -3608,7 +3716,7 @@ module BudgeaClient
3608
3716
  :form_params => form_params,
3609
3717
  :body => post_body,
3610
3718
  :auth_names => auth_names,
3611
- :return_type => 'InlineResponse20032')
3719
+ :return_type => 'InlineResponse20033')
3612
3720
  if @api_client.config.debugging
3613
3721
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_categories_full_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
3614
3722
  end
@@ -4060,7 +4168,7 @@ module BudgeaClient
4060
4168
  # @param id_connection
4061
4169
  # @param [Hash] opts the optional parameters
4062
4170
  # @option opts [String] :expand
4063
- # @return [InlineResponse20020]
4171
+ # @return [InlineResponse20021]
4064
4172
  def users_id_user_connections_id_connection_accounts_get(id_user, id_connection, opts = {})
4065
4173
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_get_with_http_info(id_user, id_connection, opts)
4066
4174
  data
@@ -4072,7 +4180,7 @@ module BudgeaClient
4072
4180
  # @param id_connection
4073
4181
  # @param [Hash] opts the optional parameters
4074
4182
  # @option opts [String] :expand
4075
- # @return [Array<(InlineResponse20020, Fixnum, Hash)>] InlineResponse20020 data, response status code and response headers
4183
+ # @return [Array<(InlineResponse20021, Fixnum, Hash)>] InlineResponse20021 data, response status code and response headers
4076
4184
  def users_id_user_connections_id_connection_accounts_get_with_http_info(id_user, id_connection, opts = {})
4077
4185
  if @api_client.config.debugging
4078
4186
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_get ...'
@@ -4111,7 +4219,7 @@ module BudgeaClient
4111
4219
  :form_params => form_params,
4112
4220
  :body => post_body,
4113
4221
  :auth_names => auth_names,
4114
- :return_type => 'InlineResponse20020')
4222
+ :return_type => 'InlineResponse20021')
4115
4223
  if @api_client.config.debugging
4116
4224
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4117
4225
  end
@@ -4336,7 +4444,7 @@ module BudgeaClient
4336
4444
  # @option opts [Date] :min_date minimal (inclusive) date
4337
4445
  # @option opts [Date] :max_date maximum (inclusive) date
4338
4446
  # @option opts [String] :expand
4339
- # @return [InlineResponse20023]
4447
+ # @return [InlineResponse20024]
4340
4448
  def users_id_user_connections_id_connection_accounts_id_account_logs_get(id_user, id_connection, id_account, opts = {})
4341
4449
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_logs_get_with_http_info(id_user, id_connection, id_account, opts)
4342
4450
  data
@@ -4353,7 +4461,7 @@ module BudgeaClient
4353
4461
  # @option opts [Date] :min_date minimal (inclusive) date
4354
4462
  # @option opts [Date] :max_date maximum (inclusive) date
4355
4463
  # @option opts [String] :expand
4356
- # @return [Array<(InlineResponse20023, Fixnum, Hash)>] InlineResponse20023 data, response status code and response headers
4464
+ # @return [Array<(InlineResponse20024, Fixnum, Hash)>] InlineResponse20024 data, response status code and response headers
4357
4465
  def users_id_user_connections_id_connection_accounts_id_account_logs_get_with_http_info(id_user, id_connection, id_account, opts = {})
4358
4466
  if @api_client.config.debugging
4359
4467
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_id_account_logs_get ...'
@@ -4400,7 +4508,7 @@ module BudgeaClient
4400
4508
  :form_params => form_params,
4401
4509
  :body => post_body,
4402
4510
  :auth_names => auth_names,
4403
- :return_type => 'InlineResponse20023')
4511
+ :return_type => 'InlineResponse20024')
4404
4512
  if @api_client.config.debugging
4405
4513
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_id_account_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4406
4514
  end
@@ -4585,7 +4693,7 @@ module BudgeaClient
4585
4693
  # @option opts [String] :search search in labels, dates, values and categories
4586
4694
  # @option opts [String] :value \&quot;XX|-XX\&quot; or \&quot;±XX\&quot;
4587
4695
  # @option opts [String] :expand
4588
- # @return [InlineResponse20027]
4696
+ # @return [InlineResponse20028]
4589
4697
  def users_id_user_connections_id_connection_accounts_id_account_transactions_get(id_user, id_connection, id_account, opts = {})
4590
4698
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transactions_get_with_http_info(id_user, id_connection, id_account, opts)
4591
4699
  data
@@ -4611,7 +4719,7 @@ module BudgeaClient
4611
4719
  # @option opts [String] :search search in labels, dates, values and categories
4612
4720
  # @option opts [String] :value \&quot;XX|-XX\&quot; or \&quot;±XX\&quot;
4613
4721
  # @option opts [String] :expand
4614
- # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
4722
+ # @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
4615
4723
  def users_id_user_connections_id_connection_accounts_id_account_transactions_get_with_http_info(id_user, id_connection, id_account, opts = {})
4616
4724
  if @api_client.config.debugging
4617
4725
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_id_account_transactions_get ...'
@@ -4667,7 +4775,7 @@ module BudgeaClient
4667
4775
  :form_params => form_params,
4668
4776
  :body => post_body,
4669
4777
  :auth_names => auth_names,
4670
- :return_type => 'InlineResponse20027')
4778
+ :return_type => 'InlineResponse20028')
4671
4779
  if @api_client.config.debugging
4672
4780
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_id_account_transactions_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4673
4781
  end
@@ -4756,7 +4864,7 @@ module BudgeaClient
4756
4864
  # @param id_transaction
4757
4865
  # @param [Hash] opts the optional parameters
4758
4866
  # @option opts [String] :expand
4759
- # @return [InlineResponse20029]
4867
+ # @return [InlineResponse20030]
4760
4868
  def users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get(id_user, id_connection, id_account, id_transaction, opts = {})
4761
4869
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get_with_http_info(id_user, id_connection, id_account, id_transaction, opts)
4762
4870
  data
@@ -4770,7 +4878,7 @@ module BudgeaClient
4770
4878
  # @param id_transaction
4771
4879
  # @param [Hash] opts the optional parameters
4772
4880
  # @option opts [String] :expand
4773
- # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
4881
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
4774
4882
  def users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get_with_http_info(id_user, id_connection, id_account, id_transaction, opts = {})
4775
4883
  if @api_client.config.debugging
4776
4884
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get ...'
@@ -4817,7 +4925,7 @@ module BudgeaClient
4817
4925
  :form_params => form_params,
4818
4926
  :body => post_body,
4819
4927
  :auth_names => auth_names,
4820
- :return_type => 'InlineResponse20029')
4928
+ :return_type => 'InlineResponse20030')
4821
4929
  if @api_client.config.debugging
4822
4930
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
4823
4931
  end
@@ -5268,7 +5376,7 @@ module BudgeaClient
5268
5376
  # @param id_account
5269
5377
  # @param [Hash] opts the optional parameters
5270
5378
  # @option opts [String] :expand
5271
- # @return [InlineResponse20030]
5379
+ # @return [InlineResponse20031]
5272
5380
  def users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get(id_user, id_connection, id_account, opts = {})
5273
5381
  data, _status_code, _headers = users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get_with_http_info(id_user, id_connection, id_account, opts)
5274
5382
  data
@@ -5281,7 +5389,7 @@ module BudgeaClient
5281
5389
  # @param id_account
5282
5390
  # @param [Hash] opts the optional parameters
5283
5391
  # @option opts [String] :expand
5284
- # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
5392
+ # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
5285
5393
  def users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get_with_http_info(id_user, id_connection, id_account, opts = {})
5286
5394
  if @api_client.config.debugging
5287
5395
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get ...'
@@ -5324,7 +5432,7 @@ module BudgeaClient
5324
5432
  :form_params => form_params,
5325
5433
  :body => post_body,
5326
5434
  :auth_names => auth_names,
5327
- :return_type => 'InlineResponse20030')
5435
+ :return_type => 'InlineResponse20031')
5328
5436
  if @api_client.config.debugging
5329
5437
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5330
5438
  end
@@ -5843,7 +5951,7 @@ module BudgeaClient
5843
5951
  # @option opts [Integer] :id_connector ID of a connector
5844
5952
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
5845
5953
  # @option opts [String] :expand
5846
- # @return [InlineResponse20016]
5954
+ # @return [InlineResponse20017]
5847
5955
  def users_id_user_connections_id_connection_logs_get(id_user, id_connection, opts = {})
5848
5956
  data, _status_code, _headers = users_id_user_connections_id_connection_logs_get_with_http_info(id_user, id_connection, opts)
5849
5957
  data
@@ -5865,7 +5973,7 @@ module BudgeaClient
5865
5973
  # @option opts [Integer] :id_connector ID of a connector
5866
5974
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
5867
5975
  # @option opts [String] :expand
5868
- # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
5976
+ # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
5869
5977
  def users_id_user_connections_id_connection_logs_get_with_http_info(id_user, id_connection, opts = {})
5870
5978
  if @api_client.config.debugging
5871
5979
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_logs_get ...'
@@ -5914,7 +6022,7 @@ module BudgeaClient
5914
6022
  :form_params => form_params,
5915
6023
  :body => post_body,
5916
6024
  :auth_names => auth_names,
5917
- :return_type => 'InlineResponse20016')
6025
+ :return_type => 'InlineResponse20017')
5918
6026
  if @api_client.config.debugging
5919
6027
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
5920
6028
  end
@@ -6140,7 +6248,7 @@ module BudgeaClient
6140
6248
  # @option opts [String] :search search in labels, dates, values and categories
6141
6249
  # @option opts [String] :value \&quot;XX|-XX\&quot; or \&quot;±XX\&quot;
6142
6250
  # @option opts [String] :expand
6143
- # @return [InlineResponse20027]
6251
+ # @return [InlineResponse20028]
6144
6252
  def users_id_user_connections_id_connection_transactions_get(id_user, id_connection, opts = {})
6145
6253
  data, _status_code, _headers = users_id_user_connections_id_connection_transactions_get_with_http_info(id_user, id_connection, opts)
6146
6254
  data
@@ -6165,7 +6273,7 @@ module BudgeaClient
6165
6273
  # @option opts [String] :search search in labels, dates, values and categories
6166
6274
  # @option opts [String] :value \&quot;XX|-XX\&quot; or \&quot;±XX\&quot;
6167
6275
  # @option opts [String] :expand
6168
- # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
6276
+ # @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
6169
6277
  def users_id_user_connections_id_connection_transactions_get_with_http_info(id_user, id_connection, opts = {})
6170
6278
  if @api_client.config.debugging
6171
6279
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_transactions_get ...'
@@ -6217,7 +6325,7 @@ module BudgeaClient
6217
6325
  :form_params => form_params,
6218
6326
  :body => post_body,
6219
6327
  :auth_names => auth_names,
6220
- :return_type => 'InlineResponse20027')
6328
+ :return_type => 'InlineResponse20028')
6221
6329
  if @api_client.config.debugging
6222
6330
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_transactions_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
6223
6331
  end
@@ -6299,7 +6407,7 @@ module BudgeaClient
6299
6407
  # @param id_transaction
6300
6408
  # @param [Hash] opts the optional parameters
6301
6409
  # @option opts [String] :expand
6302
- # @return [InlineResponse20029]
6410
+ # @return [InlineResponse20030]
6303
6411
  def users_id_user_connections_id_connection_transactions_id_transaction_informations_get(id_user, id_connection, id_transaction, opts = {})
6304
6412
  data, _status_code, _headers = users_id_user_connections_id_connection_transactions_id_transaction_informations_get_with_http_info(id_user, id_connection, id_transaction, opts)
6305
6413
  data
@@ -6312,7 +6420,7 @@ module BudgeaClient
6312
6420
  # @param id_transaction
6313
6421
  # @param [Hash] opts the optional parameters
6314
6422
  # @option opts [String] :expand
6315
- # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
6423
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
6316
6424
  def users_id_user_connections_id_connection_transactions_id_transaction_informations_get_with_http_info(id_user, id_connection, id_transaction, opts = {})
6317
6425
  if @api_client.config.debugging
6318
6426
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_transactions_id_transaction_informations_get ...'
@@ -6355,7 +6463,7 @@ module BudgeaClient
6355
6463
  :form_params => form_params,
6356
6464
  :body => post_body,
6357
6465
  :auth_names => auth_names,
6358
- :return_type => 'InlineResponse20029')
6466
+ :return_type => 'InlineResponse20030')
6359
6467
  if @api_client.config.debugging
6360
6468
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_transactions_id_transaction_informations_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
6361
6469
  end
@@ -6775,7 +6883,7 @@ module BudgeaClient
6775
6883
  # @param id_connection
6776
6884
  # @param [Hash] opts the optional parameters
6777
6885
  # @option opts [String] :expand
6778
- # @return [InlineResponse20030]
6886
+ # @return [InlineResponse20031]
6779
6887
  def users_id_user_connections_id_connection_transactionsclusters_get(id_user, id_connection, opts = {})
6780
6888
  data, _status_code, _headers = users_id_user_connections_id_connection_transactionsclusters_get_with_http_info(id_user, id_connection, opts)
6781
6889
  data
@@ -6787,7 +6895,7 @@ module BudgeaClient
6787
6895
  # @param id_connection
6788
6896
  # @param [Hash] opts the optional parameters
6789
6897
  # @option opts [String] :expand
6790
- # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
6898
+ # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
6791
6899
  def users_id_user_connections_id_connection_transactionsclusters_get_with_http_info(id_user, id_connection, opts = {})
6792
6900
  if @api_client.config.debugging
6793
6901
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_connections_id_connection_transactionsclusters_get ...'
@@ -6826,7 +6934,7 @@ module BudgeaClient
6826
6934
  :form_params => form_params,
6827
6935
  :body => post_body,
6828
6936
  :auth_names => auth_names,
6829
- :return_type => 'InlineResponse20030')
6937
+ :return_type => 'InlineResponse20031')
6830
6938
  if @api_client.config.debugging
6831
6939
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_connections_id_connection_transactionsclusters_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
6832
6940
  end
@@ -7038,6 +7146,7 @@ module BudgeaClient
7038
7146
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
7039
7147
  # @param [Hash] opts the optional parameters
7040
7148
  # @option opts [Integer] :id_connector ID of the connector
7149
+ # @option opts [String] :connector_uuid optional uuid of the connector (replaces id_connector)
7041
7150
  # @option opts [String] :birthday bank additional login parameter
7042
7151
  # @option opts [String] :password bank additional login parameter
7043
7152
  # @option opts [String] :oauth_token bank additional login parameter
@@ -7062,6 +7171,7 @@ module BudgeaClient
7062
7171
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
7063
7172
  # @param [Hash] opts the optional parameters
7064
7173
  # @option opts [Integer] :id_connector ID of the connector
7174
+ # @option opts [String] :connector_uuid optional uuid of the connector (replaces id_connector)
7065
7175
  # @option opts [String] :birthday bank additional login parameter
7066
7176
  # @option opts [String] :password bank additional login parameter
7067
7177
  # @option opts [String] :oauth_token bank additional login parameter
@@ -7101,6 +7211,7 @@ module BudgeaClient
7101
7211
  # form parameters
7102
7212
  form_params = {}
7103
7213
  form_params['id_connector'] = opts[:'id_connector'] if !opts[:'id_connector'].nil?
7214
+ form_params['connector_uuid'] = opts[:'connector_uuid'] if !opts[:'connector_uuid'].nil?
7104
7215
  form_params['birthday'] = opts[:'birthday'] if !opts[:'birthday'].nil?
7105
7216
  form_params['password'] = opts[:'password'] if !opts[:'password'].nil?
7106
7217
  form_params['oauth_token'] = opts[:'oauth_token'] if !opts[:'oauth_token'].nil?
@@ -7197,7 +7308,7 @@ module BudgeaClient
7197
7308
  # @option opts [Integer] :id_connector ID of a connector
7198
7309
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
7199
7310
  # @option opts [String] :expand
7200
- # @return [InlineResponse20016]
7311
+ # @return [InlineResponse20017]
7201
7312
  def users_id_user_logs_get(id_user, opts = {})
7202
7313
  data, _status_code, _headers = users_id_user_logs_get_with_http_info(id_user, opts)
7203
7314
  data
@@ -7218,7 +7329,7 @@ module BudgeaClient
7218
7329
  # @option opts [Integer] :id_connector ID of a connector
7219
7330
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
7220
7331
  # @option opts [String] :expand
7221
- # @return [Array<(InlineResponse20016, Fixnum, Hash)>] InlineResponse20016 data, response status code and response headers
7332
+ # @return [Array<(InlineResponse20017, Fixnum, Hash)>] InlineResponse20017 data, response status code and response headers
7222
7333
  def users_id_user_logs_get_with_http_info(id_user, opts = {})
7223
7334
  if @api_client.config.debugging
7224
7335
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_logs_get ...'
@@ -7263,7 +7374,7 @@ module BudgeaClient
7263
7374
  :form_params => form_params,
7264
7375
  :body => post_body,
7265
7376
  :auth_names => auth_names,
7266
- :return_type => 'InlineResponse20016')
7377
+ :return_type => 'InlineResponse20017')
7267
7378
  if @api_client.config.debugging
7268
7379
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_logs_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
7269
7380
  end
@@ -7344,7 +7455,7 @@ module BudgeaClient
7344
7455
  # @option opts [String] :search search in labels, dates, values and categories
7345
7456
  # @option opts [String] :value \&quot;XX|-XX\&quot; or \&quot;±XX\&quot;
7346
7457
  # @option opts [String] :expand
7347
- # @return [InlineResponse20027]
7458
+ # @return [InlineResponse20028]
7348
7459
  def users_id_user_transactions_get(id_user, opts = {})
7349
7460
  data, _status_code, _headers = users_id_user_transactions_get_with_http_info(id_user, opts)
7350
7461
  data
@@ -7368,7 +7479,7 @@ module BudgeaClient
7368
7479
  # @option opts [String] :search search in labels, dates, values and categories
7369
7480
  # @option opts [String] :value \&quot;XX|-XX\&quot; or \&quot;±XX\&quot;
7370
7481
  # @option opts [String] :expand
7371
- # @return [Array<(InlineResponse20027, Fixnum, Hash)>] InlineResponse20027 data, response status code and response headers
7482
+ # @return [Array<(InlineResponse20028, Fixnum, Hash)>] InlineResponse20028 data, response status code and response headers
7372
7483
  def users_id_user_transactions_get_with_http_info(id_user, opts = {})
7373
7484
  if @api_client.config.debugging
7374
7485
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_transactions_get ...'
@@ -7416,7 +7527,7 @@ module BudgeaClient
7416
7527
  :form_params => form_params,
7417
7528
  :body => post_body,
7418
7529
  :auth_names => auth_names,
7419
- :return_type => 'InlineResponse20027')
7530
+ :return_type => 'InlineResponse20028')
7420
7531
  if @api_client.config.debugging
7421
7532
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_transactions_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
7422
7533
  end
@@ -7491,7 +7602,7 @@ module BudgeaClient
7491
7602
  # @param id_transaction
7492
7603
  # @param [Hash] opts the optional parameters
7493
7604
  # @option opts [String] :expand
7494
- # @return [InlineResponse20029]
7605
+ # @return [InlineResponse20030]
7495
7606
  def users_id_user_transactions_id_transaction_informations_get(id_user, id_transaction, opts = {})
7496
7607
  data, _status_code, _headers = users_id_user_transactions_id_transaction_informations_get_with_http_info(id_user, id_transaction, opts)
7497
7608
  data
@@ -7503,7 +7614,7 @@ module BudgeaClient
7503
7614
  # @param id_transaction
7504
7615
  # @param [Hash] opts the optional parameters
7505
7616
  # @option opts [String] :expand
7506
- # @return [Array<(InlineResponse20029, Fixnum, Hash)>] InlineResponse20029 data, response status code and response headers
7617
+ # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
7507
7618
  def users_id_user_transactions_id_transaction_informations_get_with_http_info(id_user, id_transaction, opts = {})
7508
7619
  if @api_client.config.debugging
7509
7620
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_transactions_id_transaction_informations_get ...'
@@ -7542,7 +7653,7 @@ module BudgeaClient
7542
7653
  :form_params => form_params,
7543
7654
  :body => post_body,
7544
7655
  :auth_names => auth_names,
7545
- :return_type => 'InlineResponse20029')
7656
+ :return_type => 'InlineResponse20030')
7546
7657
  if @api_client.config.debugging
7547
7658
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_transactions_id_transaction_informations_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
7548
7659
  end
@@ -7931,7 +8042,7 @@ module BudgeaClient
7931
8042
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
7932
8043
  # @param [Hash] opts the optional parameters
7933
8044
  # @option opts [String] :expand
7934
- # @return [InlineResponse20030]
8045
+ # @return [InlineResponse20031]
7935
8046
  def users_id_user_transactionsclusters_get(id_user, opts = {})
7936
8047
  data, _status_code, _headers = users_id_user_transactionsclusters_get_with_http_info(id_user, opts)
7937
8048
  data
@@ -7942,7 +8053,7 @@ module BudgeaClient
7942
8053
  # @param id_user Hint: you can use &#39;me&#39; or &#39;all&#39;
7943
8054
  # @param [Hash] opts the optional parameters
7944
8055
  # @option opts [String] :expand
7945
- # @return [Array<(InlineResponse20030, Fixnum, Hash)>] InlineResponse20030 data, response status code and response headers
8056
+ # @return [Array<(InlineResponse20031, Fixnum, Hash)>] InlineResponse20031 data, response status code and response headers
7946
8057
  def users_id_user_transactionsclusters_get_with_http_info(id_user, opts = {})
7947
8058
  if @api_client.config.debugging
7948
8059
  @api_client.config.logger.debug 'Calling API: BanksApi.users_id_user_transactionsclusters_get ...'
@@ -7977,7 +8088,7 @@ module BudgeaClient
7977
8088
  :form_params => form_params,
7978
8089
  :body => post_body,
7979
8090
  :auth_names => auth_names,
7980
- :return_type => 'InlineResponse20030')
8091
+ :return_type => 'InlineResponse20031')
7981
8092
  if @api_client.config.debugging
7982
8093
  @api_client.config.logger.debug "API called: BanksApi#users_id_user_transactionsclusters_get\nData: #{data.inspect}\nStatus code: #{status_code}\nHeaders: #{headers}"
7983
8094
  end