budgea_client 3.0.1 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/budgea_openapi.json +6 -4
  4. data/docs/Connector.md +1 -0
  5. data/lib/budgea_client/models/connector.rb +15 -4
  6. data/lib/budgea_client/version.rb +1 -1
  7. data/pkg/budgea_client-3.0.1.gem +0 -0
  8. data/spec/api/administration_api_spec.rb +225 -23
  9. data/spec/api/authentication_api_spec.rb +81 -11
  10. data/spec/api/banks_api_spec.rb +379 -236
  11. data/spec/api/connections_api_spec.rb +76 -39
  12. data/spec/api/documents_api_spec.rb +124 -114
  13. data/spec/api/ocr_api_spec.rb +13 -3
  14. data/spec/api/oidc_api_spec.rb +14 -4
  15. data/spec/api/pfm_api_spec.rb +61 -51
  16. data/spec/api/providers_api_spec.rb +260 -238
  17. data/spec/api/recipients_api_spec.rb +23 -9
  18. data/spec/api/terms_api_spec.rb +17 -8
  19. data/spec/api/transfers_api_spec.rb +88 -57
  20. data/spec/api/users_management_api_spec.rb +25 -15
  21. data/spec/api/wealth_api_spec.rb +150 -24
  22. data/spec/api_client_spec.rb +45 -35
  23. data/spec/configuration_spec.rb +19 -9
  24. data/spec/models/access_spec.rb +16 -7
  25. data/spec/models/account_log_spec.rb +21 -12
  26. data/spec/models/account_spec.rb +59 -20
  27. data/spec/models/account_type_spec.rb +19 -10
  28. data/spec/models/alert_spec.rb +19 -10
  29. data/spec/models/category_spec.rb +21 -12
  30. data/spec/models/client_spec.rb +25 -28
  31. data/spec/models/connection_log_spec.rb +38 -17
  32. data/spec/models/connection_spec.rb +33 -12
  33. data/spec/models/connector_logo_spec.rb +16 -7
  34. data/spec/models/connector_spec.rb +18 -0
  35. data/spec/models/currency_spec.rb +38 -5
  36. data/spec/models/device_spec.rb +18 -9
  37. data/spec/models/document_spec.rb +37 -34
  38. data/spec/models/document_type_spec.rb +14 -5
  39. data/spec/models/field_spec.rb +32 -11
  40. data/spec/models/field_value_spec.rb +13 -4
  41. data/spec/models/file_spec.rb +15 -6
  42. data/spec/models/group_spec.rb +19 -10
  43. data/spec/models/hash_table_spec.rb +15 -6
  44. data/spec/models/inline_response_200_10_spec.rb +19 -4
  45. data/spec/models/inline_response_200_11_spec.rb +19 -4
  46. data/spec/models/inline_response_200_12_spec.rb +19 -4
  47. data/spec/models/inline_response_200_13_spec.rb +19 -4
  48. data/spec/models/inline_response_200_14_spec.rb +19 -4
  49. data/spec/models/inline_response_200_15_spec.rb +19 -4
  50. data/spec/models/inline_response_200_16_spec.rb +19 -4
  51. data/spec/models/inline_response_200_17_spec.rb +19 -4
  52. data/spec/models/inline_response_200_18_spec.rb +19 -4
  53. data/spec/models/inline_response_200_19_spec.rb +13 -4
  54. data/spec/models/inline_response_200_1_spec.rb +13 -4
  55. data/spec/models/inline_response_200_20_spec.rb +19 -4
  56. data/spec/models/inline_response_200_21_spec.rb +19 -4
  57. data/spec/models/inline_response_200_22_spec.rb +19 -4
  58. data/spec/models/inline_response_200_23_spec.rb +19 -4
  59. data/spec/models/inline_response_200_24_spec.rb +19 -4
  60. data/spec/models/inline_response_200_25_spec.rb +19 -4
  61. data/spec/models/inline_response_200_26_spec.rb +19 -4
  62. data/spec/models/inline_response_200_27_spec.rb +19 -4
  63. data/spec/models/inline_response_200_28_spec.rb +19 -4
  64. data/spec/models/inline_response_200_29_spec.rb +19 -4
  65. data/spec/models/inline_response_200_2_spec.rb +14 -5
  66. data/spec/models/inline_response_200_30_spec.rb +19 -4
  67. data/spec/models/inline_response_200_31_spec.rb +19 -4
  68. data/spec/models/inline_response_200_32_spec.rb +19 -4
  69. data/spec/models/inline_response_200_33_spec.rb +19 -4
  70. data/spec/models/inline_response_200_34_spec.rb +7 -1
  71. data/spec/models/inline_response_200_35_spec.rb +7 -1
  72. data/spec/models/inline_response_200_36_spec.rb +7 -1
  73. data/spec/models/inline_response_200_37_spec.rb +7 -1
  74. data/spec/models/inline_response_200_38_spec.rb +7 -1
  75. data/spec/models/inline_response_200_3_spec.rb +15 -12
  76. data/spec/models/inline_response_200_4_spec.rb +14 -17
  77. data/spec/models/inline_response_200_5_spec.rb +33 -6
  78. data/spec/models/inline_response_200_6_spec.rb +15 -12
  79. data/spec/models/inline_response_200_7_spec.rb +25 -4
  80. data/spec/models/inline_response_200_8_spec.rb +19 -4
  81. data/spec/models/inline_response_200_9_spec.rb +19 -4
  82. data/spec/models/inline_response_200_spec.rb +18 -3
  83. data/spec/models/investment_spec.rb +36 -27
  84. data/spec/models/investment_value_spec.rb +17 -8
  85. data/spec/models/invite_spec.rb +17 -8
  86. data/spec/models/locked_user_spec.rb +14 -5
  87. data/spec/models/oidc_whitelist_spec.rb +13 -4
  88. data/spec/models/pocket_spec.rb +21 -12
  89. data/spec/models/profile_spec.rb +23 -14
  90. data/spec/models/project_spec.rb +20 -11
  91. data/spec/models/project_type_spec.rb +14 -5
  92. data/spec/models/recipient_log_spec.rb +6 -0
  93. data/spec/models/recipient_spec.rb +44 -17
  94. data/spec/models/security_spec.rb +16 -7
  95. data/spec/models/subscription_spec.rb +28 -13
  96. data/spec/models/terms_of_service_spec.rb +16 -7
  97. data/spec/models/transaction_information_spec.rb +15 -6
  98. data/spec/models/transaction_spec.rb +71 -32
  99. data/spec/models/transactions_cluster_spec.rb +20 -11
  100. data/spec/models/transfer_log_spec.rb +6 -0
  101. data/spec/models/transfer_spec.rb +33 -18
  102. data/spec/models/user_alert_spec.rb +25 -16
  103. data/spec/models/user_spec.rb +18 -9
  104. data/spec/models/webhook_spec.rb +31 -10
  105. data/spec/spec_helper.rb +62 -2
  106. metadata +3 -14
  107. data/docs/Bank.md +0 -20
  108. data/docs/BankCategory.md +0 -9
  109. data/docs/ConnectionContact.md +0 -17
  110. data/lib/budgea_client/models/bank.rb +0 -335
  111. data/lib/budgea_client/models/bank_category.rb +0 -206
  112. data/lib/budgea_client/models/connection_contact.rb +0 -274
  113. data/spec/models/bank_category_spec.rb +0 -38
  114. data/spec/models/bank_spec.rb +0 -92
  115. data/spec/models/connection_contact_spec.rb +0 -86
@@ -1,4 +1,14 @@
1
- # frozen_string_literal: true
1
+ =begin
2
+ #Budgea API Documentation
3
+
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+
6
+ OpenAPI spec version: 2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.1
10
+
11
+ =end
2
12
 
3
13
  require 'spec_helper'
4
14
  require 'json'
@@ -22,6 +32,19 @@ describe 'AuthenticationApi' do
22
32
  end
23
33
  end
24
34
 
35
+ # unit tests for admin_jwt_post
36
+ # Generate a jwt manage token
37
+ # This endpoint generates a new jwt manage token. It requires an admin manage token to be used<br><br>
38
+ # @param [Hash] opts the optional parameters
39
+ # @option opts [String] :scope scope requested for the token (default: config)
40
+ # @option opts [Integer] :duration number of minute before the token expiration (0 for token that won't expire unless the client application is deleted) (default: 1)
41
+ # @return [Object]
42
+ describe 'admin_jwt_post test' do
43
+ it 'should work' do
44
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
45
+ end
46
+ end
47
+
25
48
  # unit tests for auth_init_post
26
49
  # Create a new anonymous user
27
50
  # This endpoint creates a new temporary token related to a new anonymous user.<br><br>It will expire 30 minutes after.<br><br>Note: if you supply client_id and client_secret, or if you call this endpoint with the manage_token, the token will be permanent.<br><br>
@@ -30,7 +53,23 @@ describe 'AuthenticationApi' do
30
53
  # @option opts [String] :client_secret secret of the client
31
54
  # @return [InlineResponse2002]
32
55
  describe 'auth_init_post test' do
33
- it "should work" do
56
+ it 'should work' do
57
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
58
+ end
59
+ end
60
+
61
+ # unit tests for auth_jwt_post
62
+ # Generate a user jwt token
63
+ # This endpoint generates a new jwt token for the user. This token will last the time in minutes given by the config key auth.default_token_expire (permanent if this the parameter expire=False is given)<br><br>
64
+ # @param [Hash] opts the optional parameters
65
+ # @option opts [String] :client_id id of the client
66
+ # @option opts [String] :client_secret secret for the client
67
+ # @option opts [String] :scope scope requested for the token
68
+ # @option opts [Integer] :id_user user for whom the token has to be generated. If not supplied, a user will be created
69
+ # @option opts [BOOLEAN] :expire if set to True, the token will expire n minutes after its creation, n being the value of configuration key auth.default_token_expire (default: True)
70
+ # @return [InlineResponse2003]
71
+ describe 'auth_jwt_post test' do
72
+ it 'should work' do
34
73
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
35
74
  end
36
75
  end
@@ -44,9 +83,9 @@ describe 'AuthenticationApi' do
44
83
  # @param [Hash] opts the optional parameters
45
84
  # @option opts [String] :grant_type default is \"authorization_code\"
46
85
  # @option opts [String] :redirect_uri redirect uri used by user
47
- # @return [InlineResponse2005]
86
+ # @return [InlineResponse2006]
48
87
  describe 'auth_token_access_post test' do
49
- it "should work" do
88
+ it 'should work' do
50
89
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
51
90
  end
52
91
  end
@@ -55,9 +94,9 @@ describe 'AuthenticationApi' do
55
94
  # Generate a user temporary token
56
95
  # This endpoint generates a new temporary token for the user.<br><br>In case the access_token is used by a trusted device, and you want to let another one (for example a web browser) access to user resources, use this service to create a token which will expire in 30 minutes.<br><br>
57
96
  # @param [Hash] opts the optional parameters
58
- # @return [InlineResponse2006]
97
+ # @return [InlineResponse2007]
59
98
  describe 'auth_token_code_get test' do
60
- it "should work" do
99
+ it 'should work' do
61
100
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
62
101
  end
63
102
  end
@@ -68,7 +107,20 @@ describe 'AuthenticationApi' do
68
107
  # @param [Hash] opts the optional parameters
69
108
  # @return [nil]
70
109
  describe 'auth_token_delete test' do
71
- it "should work" do
110
+ it 'should work' do
111
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
112
+ end
113
+ end
114
+
115
+ # unit tests for certificate_type_get
116
+ # Get the latest certificate of a type
117
+ #
118
+ # @param type
119
+ # @param [Hash] opts the optional parameters
120
+ # @option opts [String] :expand
121
+ # @return [Certificate]
122
+ describe 'certificate_type_get test' do
123
+ it 'should work' do
72
124
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
125
  end
74
126
  end
@@ -79,7 +131,7 @@ describe 'AuthenticationApi' do
79
131
  # @param [Hash] opts the optional parameters
80
132
  # @return [nil]
81
133
  describe 'hash_delete test' do
82
- it "should work" do
134
+ it 'should work' do
83
135
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
136
  end
85
137
  end
@@ -92,7 +144,7 @@ describe 'AuthenticationApi' do
92
144
  # @option opts [String] :expand
93
145
  # @return [User]
94
146
  describe 'users_id_user_delete test' do
95
- it "should work" do
147
+ it 'should work' do
96
148
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
97
149
  end
98
150
  end
@@ -105,7 +157,7 @@ describe 'AuthenticationApi' do
105
157
  # @option opts [String] :expand
106
158
  # @return [User]
107
159
  describe 'users_id_user_get test' do
108
- it "should work" do
160
+ it 'should work' do
109
161
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
110
162
  end
111
163
  end
@@ -118,7 +170,25 @@ describe 'AuthenticationApi' do
118
170
  # @param [Hash] opts the optional parameters
119
171
  # @return [Object]
120
172
  describe 'users_id_user_token_post test' do
121
- it "should work" do
173
+ it 'should work' do
174
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
175
+ end
176
+ end
177
+
178
+ # unit tests for webauth_get
179
+ # Initialize a new OAuth2 proxy session.
180
+ #
181
+ # @param [Hash] opts the optional parameters
182
+ # @option opts [Integer] :id_connector ID of the connector
183
+ # @option opts [String] :connector_uuid Optional unique ID of the connector (replaces id_connector)
184
+ # @option opts [Integer] :client_id Client Application ID
185
+ # @option opts [String] :redirect_uri Redirect URI
186
+ # @option opts [String] :state Optional state
187
+ # @option opts [String] :fields Optional fields
188
+ # @option opts [Integer] :id_connection Optional already existing connection to update
189
+ # @return [nil]
190
+ describe 'webauth_get test' do
191
+ it 'should work' do
122
192
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
123
193
  end
124
194
  end
@@ -1,4 +1,14 @@
1
- # frozen_string_literal: true
1
+ =begin
2
+ #Budgea API Documentation
3
+
4
+ #No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen)
5
+
6
+ OpenAPI spec version: 2.0
7
+
8
+ Generated by: https://github.com/swagger-api/swagger-codegen.git
9
+ Swagger Codegen version: 2.4.1
10
+
11
+ =end
2
12
 
3
13
  require 'spec_helper'
4
14
  require 'json'
@@ -29,7 +39,7 @@ describe 'BanksApi' do
29
39
  # @option opts [String] :expand
30
40
  # @return [InlineResponse200]
31
41
  describe 'account_types_get test' do
32
- it "should work" do
42
+ it 'should work' do
33
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
34
44
  end
35
45
  end
@@ -42,7 +52,7 @@ describe 'BanksApi' do
42
52
  # @option opts [String] :expand
43
53
  # @return [AccountType]
44
54
  describe 'account_types_id_account_type_get test' do
45
- it "should work" do
55
+ it 'should work' do
46
56
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
47
57
  end
48
58
  end
@@ -53,9 +63,9 @@ describe 'BanksApi' do
53
63
  # @param id_category
54
64
  # @param [Hash] opts the optional parameters
55
65
  # @option opts [String] :expand
56
- # @return [BankCategory]
66
+ # @return [ConnectorCategory]
57
67
  describe 'banks_categories_id_category_delete test' do
58
- it "should work" do
68
+ it 'should work' do
59
69
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
60
70
  end
61
71
  end
@@ -67,9 +77,9 @@ describe 'BanksApi' do
67
77
  # @param name new name for the supplied category
68
78
  # @param [Hash] opts the optional parameters
69
79
  # @option opts [String] :expand
70
- # @return [BankCategory]
80
+ # @return [ConnectorCategory]
71
81
  describe 'banks_categories_id_category_post test' do
72
- it "should work" do
82
+ it 'should work' do
73
83
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
74
84
  end
75
85
  end
@@ -80,9 +90,9 @@ describe 'BanksApi' do
80
90
  # @param name name of the category to be created
81
91
  # @param [Hash] opts the optional parameters
82
92
  # @option opts [String] :expand
83
- # @return [BankCategory]
93
+ # @return [ConnectorCategory]
84
94
  describe 'banks_categories_post test' do
85
- it "should work" do
95
+ it 'should work' do
86
96
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
87
97
  end
88
98
  end
@@ -92,63 +102,64 @@ describe 'BanksApi' do
92
102
  #
93
103
  # @param [Hash] opts the optional parameters
94
104
  # @option opts [String] :expand
95
- # @return [InlineResponse2007]
105
+ # @return [InlineResponse2008]
96
106
  describe 'banks_get test' do
97
- it "should work" do
107
+ it 'should work' do
98
108
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
99
109
  end
100
110
  end
101
111
 
102
- # unit tests for banks_id_bank_connections_get
112
+ # unit tests for banks_id_connector_connections_get
103
113
  # Get a subset of id_connection with the largest diversity of account
104
114
  # By default, it selects a set of 3 connections.<br><br>
105
- # @param id_bank
115
+ # @param id_connector
106
116
  # @param [Hash] opts the optional parameters
107
117
  # @option opts [Integer] :range the length of the connection subset
108
118
  # @option opts [Integer] :type to target a specific account type which will be
119
+ # @option opts [Integer] :occurrences require at least N accounts of the targeted
109
120
  # @option opts [String] :expand
110
- # @return [InlineResponse2008]
111
- describe 'banks_id_bank_connections_get test' do
112
- it "should work" do
121
+ # @return [InlineResponse2009]
122
+ describe 'banks_id_connector_connections_get test' do
123
+ it 'should work' do
113
124
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
114
125
  end
115
126
  end
116
127
 
117
- # unit tests for banks_id_bank_logos_get
118
- # Get all links to the files associated with this bank.
119
- # This endpoint returns all links to files associated with this bank.<br><br>
120
- # @param id_bank
128
+ # unit tests for banks_id_connector_logos_get
129
+ # Get all links to the files associated with this connector.
130
+ # This endpoint returns all links to files associated with this connector.<br><br>
131
+ # @param id_connector
121
132
  # @param [Hash] opts the optional parameters
122
133
  # @option opts [String] :expand
123
- # @return [InlineResponse2009]
124
- describe 'banks_id_bank_logos_get test' do
125
- it "should work" do
134
+ # @return [InlineResponse20010]
135
+ describe 'banks_id_connector_logos_get test' do
136
+ it 'should work' do
126
137
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
127
138
  end
128
139
  end
129
140
 
130
- # unit tests for banks_id_bank_logos_main_get
131
- # Get all links to the files associated with this bank.
132
- # This endpoint returns all links to files associated with this bank.<br><br>
133
- # @param id_bank
141
+ # unit tests for banks_id_connector_logos_main_get
142
+ # Get all links to the files associated with this connector.
143
+ # This endpoint returns all links to files associated with this connector.<br><br>
144
+ # @param id_connector
134
145
  # @param [Hash] opts the optional parameters
135
146
  # @option opts [String] :expand
136
- # @return [InlineResponse2009]
137
- describe 'banks_id_bank_logos_main_get test' do
138
- it "should work" do
147
+ # @return [InlineResponse20010]
148
+ describe 'banks_id_connector_logos_main_get test' do
149
+ it 'should work' do
139
150
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
140
151
  end
141
152
  end
142
153
 
143
- # unit tests for banks_id_bank_logos_thumbnail_get
144
- # Get all links to the files associated with this bank.
145
- # This endpoint returns all links to files associated with this bank.<br><br>
146
- # @param id_bank
154
+ # unit tests for banks_id_connector_logos_thumbnail_get
155
+ # Get all links to the files associated with this connector.
156
+ # This endpoint returns all links to files associated with this connector.<br><br>
157
+ # @param id_connector
147
158
  # @param [Hash] opts the optional parameters
148
159
  # @option opts [String] :expand
149
- # @return [InlineResponse2009]
150
- describe 'banks_id_bank_logos_thumbnail_get test' do
151
- it "should work" do
160
+ # @return [InlineResponse20010]
161
+ describe 'banks_id_connector_logos_thumbnail_get test' do
162
+ it 'should work' do
152
163
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
153
164
  end
154
165
  end
@@ -158,9 +169,34 @@ describe 'BanksApi' do
158
169
  # Ressource to get all existing categories<br><br>
159
170
  # @param [Hash] opts the optional parameters
160
171
  # @option opts [String] :expand
161
- # @return [InlineResponse20010]
172
+ # @return [InlineResponse20011]
162
173
  describe 'categories_get test' do
163
- it "should work" do
174
+ it 'should work' do
175
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
176
+ end
177
+ end
178
+
179
+ # unit tests for categories_keywords_id_keyword_delete
180
+ # Delete a particular key-value pair on a transaction.
181
+ #
182
+ # @param id_keyword
183
+ # @param [Hash] opts the optional parameters
184
+ # @option opts [String] :expand
185
+ # @return [Keyword]
186
+ describe 'categories_keywords_id_keyword_delete test' do
187
+ it 'should work' do
188
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
189
+ end
190
+ end
191
+
192
+ # unit tests for categories_keywords_post
193
+ # Add a new keyword associated with a category in the database.
194
+ # 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>
195
+ # @param [Hash] opts the optional parameters
196
+ # @option opts [String] :expand
197
+ # @return [Keyword]
198
+ describe 'categories_keywords_post test' do
199
+ it 'should work' do
164
200
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
165
201
  end
166
202
  end
@@ -169,12 +205,12 @@ describe 'BanksApi' do
169
205
  # categorize transactions without storing them
170
206
  # 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>
171
207
  # @param wording label of the transaction
172
- # @param value vallue of the transaction
208
+ # @param value value of the transaction
173
209
  # @param type type of the transaction (default: unknown)
174
210
  # @param [Hash] opts the optional parameters
175
211
  # @return [Object]
176
212
  describe 'categorize_post test' do
177
- it "should work" do
213
+ it 'should work' do
178
214
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
179
215
  end
180
216
  end
@@ -184,9 +220,9 @@ describe 'BanksApi' do
184
220
  #
185
221
  # @param [Hash] opts the optional parameters
186
222
  # @option opts [String] :expand
187
- # @return [InlineResponse2008]
223
+ # @return [InlineResponse2009]
188
224
  describe 'connections_get test' do
189
- it "should work" do
225
+ it 'should work' do
190
226
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
191
227
  end
192
228
  end
@@ -196,118 +232,118 @@ describe 'BanksApi' do
196
232
  #
197
233
  # @param [Hash] opts the optional parameters
198
234
  # @option opts [String] :expand
199
- # @return [InlineResponse20012]
235
+ # @return [InlineResponse20014]
200
236
  describe 'connectors_get test' do
201
- it "should work" do
237
+ it 'should work' do
202
238
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
203
239
  end
204
240
  end
205
241
 
206
- # unit tests for connectors_id_bank_logos_get
207
- # Get all links to the files associated with this bank.
208
- # This endpoint returns all links to files associated with this bank.<br><br>
209
- # @param id_bank
242
+ # unit tests for connectors_id_connector_logos_get
243
+ # Get all links to the files associated with this connector.
244
+ # This endpoint returns all links to files associated with this connector.<br><br>
245
+ # @param id_connector
210
246
  # @param [Hash] opts the optional parameters
211
247
  # @option opts [String] :expand
212
- # @return [InlineResponse2009]
213
- describe 'connectors_id_bank_logos_get test' do
214
- it "should work" do
248
+ # @return [InlineResponse20010]
249
+ describe 'connectors_id_connector_logos_get test' do
250
+ it 'should work' do
215
251
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
216
252
  end
217
253
  end
218
254
 
219
- # unit tests for connectors_id_bank_logos_id_logo_delete
255
+ # unit tests for connectors_id_connector_logos_id_logo_delete
220
256
  # Delete a single Logo object.
221
257
  #
222
- # @param id_bank
258
+ # @param id_connector
223
259
  # @param id_logo
224
260
  # @param [Hash] opts the optional parameters
225
261
  # @option opts [String] :expand
226
262
  # @return [ConnectorLogo]
227
- describe 'connectors_id_bank_logos_id_logo_delete test' do
228
- it "should work" do
263
+ describe 'connectors_id_connector_logos_id_logo_delete test' do
264
+ it 'should work' do
229
265
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
230
266
  end
231
267
  end
232
268
 
233
- # unit tests for connectors_id_bank_logos_id_logo_put
234
- # Create or Update a Bank Logo.
235
- # This endpoint creates or update a bank logo. This logo is a mapping between a file (/file route) and a bank (/banks route) or a provider (/providers route).<br><br>Form params: - id_file (integer): The id of the file to link with that bank.<br><br>
236
- # @param id_bank
269
+ # unit tests for connectors_id_connector_logos_id_logo_put
270
+ # Create or Update a connector Logo.
271
+ # This endpoint creates or update a connector logo. This logo is a mapping between a file (/file route) and a connector (/connectors route) or a provider (/providers route).<br><br>Form params: - id_file (integer): The id of the file to link with that connector.<br><br>
272
+ # @param id_connector
237
273
  # @param id_logo
238
274
  # @param [Hash] opts the optional parameters
239
275
  # @option opts [String] :expand
240
276
  # @return [ConnectorLogo]
241
- describe 'connectors_id_bank_logos_id_logo_put test' do
242
- it "should work" do
277
+ describe 'connectors_id_connector_logos_id_logo_put test' do
278
+ it 'should work' do
243
279
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
244
280
  end
245
281
  end
246
282
 
247
- # unit tests for connectors_id_bank_logos_main_get
248
- # Get all links to the files associated with this bank.
249
- # This endpoint returns all links to files associated with this bank.<br><br>
250
- # @param id_bank
283
+ # unit tests for connectors_id_connector_logos_main_get
284
+ # Get all links to the files associated with this connector.
285
+ # This endpoint returns all links to files associated with this connector.<br><br>
286
+ # @param id_connector
251
287
  # @param [Hash] opts the optional parameters
252
288
  # @option opts [String] :expand
253
- # @return [InlineResponse2009]
254
- describe 'connectors_id_bank_logos_main_get test' do
255
- it "should work" do
289
+ # @return [InlineResponse20010]
290
+ describe 'connectors_id_connector_logos_main_get test' do
291
+ it 'should work' do
256
292
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
257
293
  end
258
294
  end
259
295
 
260
- # unit tests for connectors_id_bank_logos_post
261
- # Create a Bank Logo
262
- # This endpoint creates a bank logo. You can either pass a file to as a parameter to insert and link it with the bank or pass an id_file to link a bank with an existing file. Will fail if the file is already linked with that bank.<br><br>Form params: - id_file (integer): The id of the file to link with that bank. - img (string): Path to the image to link with that bank.<br><br>
263
- # @param id_bank
296
+ # unit tests for connectors_id_connector_logos_post
297
+ # Create a connector Logo
298
+ # This endpoint creates a connector logo. You can either pass a file to as a parameter to insert and link it with the connector or pass an id_file to link a connector with an existing file. Will fail if the file is already linked with that connector.<br><br>Form params: - id_file (integer): The id of the file to link with that connector. - img (string): Path to the image to link with that connector.<br><br>
299
+ # @param id_connector
264
300
  # @param [Hash] opts the optional parameters
265
301
  # @option opts [String] :expand
266
302
  # @return [ConnectorLogo]
267
- describe 'connectors_id_bank_logos_post test' do
268
- it "should work" do
303
+ describe 'connectors_id_connector_logos_post test' do
304
+ it 'should work' do
269
305
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
270
306
  end
271
307
  end
272
308
 
273
- # unit tests for connectors_id_bank_logos_put
274
- # Create or Update a Bank Logo
275
- # This endpoint creates or update a bank logo. This logo is a mapping between a file (/file route) and a bank (/banks route) or a provider (/providers route).<br><br>Form params: - id_file (integer): The id of the file to link with that bank.<br><br>
276
- # @param id_bank
309
+ # unit tests for connectors_id_connector_logos_put
310
+ # Create or Update a connector Logo
311
+ # This endpoint creates or update a connector logo. This logo is a mapping between a file (/file route) and a connector (/connectors route) or a provider (/providers route).<br><br>Form params: - id_file (integer): The id of the file to link with that connector.<br><br>
312
+ # @param id_connector
277
313
  # @param [Hash] opts the optional parameters
278
314
  # @option opts [String] :expand
279
315
  # @return [ConnectorLogo]
280
- describe 'connectors_id_bank_logos_put test' do
281
- it "should work" do
316
+ describe 'connectors_id_connector_logos_put test' do
317
+ it 'should work' do
282
318
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
283
319
  end
284
320
  end
285
321
 
286
- # unit tests for connectors_id_bank_logos_thumbnail_get
287
- # Get all links to the files associated with this bank.
288
- # This endpoint returns all links to files associated with this bank.<br><br>
289
- # @param id_bank
322
+ # unit tests for connectors_id_connector_logos_thumbnail_get
323
+ # Get all links to the files associated with this connector.
324
+ # This endpoint returns all links to files associated with this connector.<br><br>
325
+ # @param id_connector
290
326
  # @param [Hash] opts the optional parameters
291
327
  # @option opts [String] :expand
292
- # @return [InlineResponse2009]
293
- describe 'connectors_id_bank_logos_thumbnail_get test' do
294
- it "should work" do
328
+ # @return [InlineResponse20010]
329
+ describe 'connectors_id_connector_logos_thumbnail_get test' do
330
+ it 'should work' do
295
331
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
296
332
  end
297
333
  end
298
334
 
299
335
  # unit tests for connectors_id_connector_put
300
- # Edit the provided bank
336
+ # Edit the provided connector
301
337
  # <br><br>
302
338
  # @param id_connector
303
339
  # @param [Hash] opts the optional parameters
304
- # @option opts [String] :id_categories one or several comma separated categories to map to the given bank (or null to map no category)
340
+ # @option opts [String] :id_categories one or several comma separated categories to map to the given connector (or null to map no category)
305
341
  # @option opts [BOOLEAN] :hidden to enable or disable connector (bank or provider)
306
342
  # @option opts [Integer] :sync_frequency Allows you to overload global sync_frequency param
307
343
  # @option opts [String] :expand
308
- # @return [Bank]
344
+ # @return [Connector]
309
345
  describe 'connectors_id_connector_put test' do
310
- it "should work" do
346
+ it 'should work' do
311
347
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
312
348
  end
313
349
  end
@@ -319,16 +355,15 @@ describe 'BanksApi' do
319
355
  # @param login Users login
320
356
  # @param password Users password
321
357
  # @param [Hash] opts the optional parameters
322
- # @option opts [String] :api Name of the API
323
358
  # @option opts [String] :url Url of the bank
324
359
  # @option opts [String] :email Email of the user
325
360
  # @option opts [String] :types Type of connector, eg. banks or providers
326
361
  # @option opts [String] :comment Optionnal comment
327
362
  # @option opts [BOOLEAN] :sendmail if set, send an email to user
328
363
  # @option opts [String] :expand
329
- # @return [Bank]
364
+ # @return [Connector]
330
365
  describe 'connectors_post test' do
331
- it "should work" do
366
+ it 'should work' do
332
367
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
333
368
  end
334
369
  end
@@ -343,7 +378,7 @@ describe 'BanksApi' do
343
378
  # @option opts [String] :all get full ids list instead of numbers
344
379
  # @return [nil]
345
380
  describe 'invoicing_get test' do
346
- it "should work" do
381
+ it 'should work' do
347
382
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
348
383
  end
349
384
  end
@@ -360,12 +395,12 @@ describe 'BanksApi' do
360
395
  # @option opts [String] :period period to group logs
361
396
  # @option opts [Integer] :id_user ID of a user
362
397
  # @option opts [Integer] :id_connection ID of a connection
363
- # @option opts [Integer] :id_bank ID of a bank
364
- # @option opts [BOOLEAN] :charged consider only logs for charged banks
398
+ # @option opts [Integer] :id_connector ID of a connector
399
+ # @option opts [BOOLEAN] :charged consider only logs for charged connectors
365
400
  # @option opts [String] :expand
366
- # @return [InlineResponse20015]
401
+ # @return [InlineResponse20017]
367
402
  describe 'logs_get test' do
368
- it "should work" do
403
+ it 'should work' do
369
404
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
370
405
  end
371
406
  end
@@ -375,48 +410,62 @@ describe 'BanksApi' do
375
410
  #
376
411
  # @param [Hash] opts the optional parameters
377
412
  # @option opts [String] :expand
378
- # @return [InlineResponse2007]
413
+ # @return [InlineResponse20018]
379
414
  describe 'providers_get test' do
380
- it "should work" do
415
+ it 'should work' do
381
416
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
382
417
  end
383
418
  end
384
419
 
385
- # unit tests for providers_id_bank_logos_get
386
- # Get all links to the files associated with this bank.
387
- # This endpoint returns all links to files associated with this bank.<br><br>
388
- # @param id_bank
420
+ # unit tests for providers_id_connector_connections_get
421
+ # Get a random subset of provider's id_connection
422
+ # By default, it selects a set of 3 connections.<br><br>
423
+ # @param id_connector
389
424
  # @param [Hash] opts the optional parameters
425
+ # @option opts [Integer] :range the length of the connection subset
390
426
  # @option opts [String] :expand
391
427
  # @return [InlineResponse2009]
392
- describe 'providers_id_bank_logos_get test' do
393
- it "should work" do
428
+ describe 'providers_id_connector_connections_get test' do
429
+ it 'should work' do
394
430
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
395
431
  end
396
432
  end
397
433
 
398
- # unit tests for providers_id_bank_logos_main_get
399
- # Get all links to the files associated with this bank.
400
- # This endpoint returns all links to files associated with this bank.<br><br>
401
- # @param id_bank
434
+ # unit tests for providers_id_connector_logos_get
435
+ # Get all links to the files associated with this connector.
436
+ # This endpoint returns all links to files associated with this connector.<br><br>
437
+ # @param id_connector
402
438
  # @param [Hash] opts the optional parameters
403
439
  # @option opts [String] :expand
404
- # @return [InlineResponse2009]
405
- describe 'providers_id_bank_logos_main_get test' do
406
- it "should work" do
440
+ # @return [InlineResponse20019]
441
+ describe 'providers_id_connector_logos_get test' do
442
+ it 'should work' do
407
443
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
408
444
  end
409
445
  end
410
446
 
411
- # unit tests for providers_id_bank_logos_thumbnail_get
412
- # Get all links to the files associated with this bank.
413
- # This endpoint returns all links to files associated with this bank.<br><br>
414
- # @param id_bank
447
+ # unit tests for providers_id_connector_logos_main_get
448
+ # Get all links to the files associated with this connector.
449
+ # This endpoint returns all links to files associated with this connector.<br><br>
450
+ # @param id_connector
415
451
  # @param [Hash] opts the optional parameters
416
452
  # @option opts [String] :expand
417
- # @return [InlineResponse2009]
418
- describe 'providers_id_bank_logos_thumbnail_get test' do
419
- it "should work" do
453
+ # @return [InlineResponse20010]
454
+ describe 'providers_id_connector_logos_main_get test' do
455
+ it 'should work' do
456
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
457
+ end
458
+ end
459
+
460
+ # unit tests for providers_id_connector_logos_thumbnail_get
461
+ # Get all links to the files associated with this connector.
462
+ # This endpoint returns all links to files associated with this connector.<br><br>
463
+ # @param id_connector
464
+ # @param [Hash] opts the optional parameters
465
+ # @option opts [String] :expand
466
+ # @return [InlineResponse20010]
467
+ describe 'providers_id_connector_logos_thumbnail_get test' do
468
+ it 'should work' do
420
469
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
421
470
  end
422
471
  end
@@ -429,7 +478,7 @@ describe 'BanksApi' do
429
478
  # @option opts [String] :expand
430
479
  # @return [InlineResponse200]
431
480
  describe 'users_id_user_account_types_get test' do
432
- it "should work" do
481
+ it 'should work' do
433
482
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
434
483
  end
435
484
  end
@@ -443,7 +492,7 @@ describe 'BanksApi' do
443
492
  # @option opts [String] :expand
444
493
  # @return [AccountType]
445
494
  describe 'users_id_user_account_types_id_account_type_get test' do
446
- it "should work" do
495
+ it 'should work' do
447
496
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
448
497
  end
449
498
  end
@@ -456,7 +505,7 @@ describe 'BanksApi' do
456
505
  # @option opts [String] :expand
457
506
  # @return [Account]
458
507
  describe 'users_id_user_accounts_delete test' do
459
- it "should work" do
508
+ it 'should work' do
460
509
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
461
510
  end
462
511
  end
@@ -467,9 +516,9 @@ describe 'BanksApi' do
467
516
  # @param id_user Hint: you can use 'me' or 'all'
468
517
  # @param [Hash] opts the optional parameters
469
518
  # @option opts [String] :expand
470
- # @return [InlineResponse20018]
519
+ # @return [InlineResponse20022]
471
520
  describe 'users_id_user_accounts_get test' do
472
- it "should work" do
521
+ it 'should work' do
473
522
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
474
523
  end
475
524
  end
@@ -482,21 +531,21 @@ describe 'BanksApi' do
482
531
  # @param [Hash] opts the optional parameters
483
532
  # @return [nil]
484
533
  describe 'users_id_user_accounts_id_account_categories_get test' do
485
- it "should work" do
534
+ it 'should work' do
486
535
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
487
536
  end
488
537
  end
489
538
 
490
539
  # unit tests for users_id_user_accounts_id_account_delete
491
540
  # Delete an account.
492
- # It deletes a specific account. If this is the last synced account of a connection, it will be removed too.<br><br>
541
+ # It deletes a specific account.<br><br>
493
542
  # @param id_user Hint: you can use 'me' or 'all'
494
543
  # @param id_account
495
544
  # @param [Hash] opts the optional parameters
496
545
  # @option opts [String] :expand
497
546
  # @return [Account]
498
547
  describe 'users_id_user_accounts_id_account_delete test' do
499
- it "should work" do
548
+ it 'should work' do
500
549
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
501
550
  end
502
551
  end
@@ -512,7 +561,7 @@ describe 'BanksApi' do
512
561
  # @option opts [String] :period period to group logs
513
562
  # @return [nil]
514
563
  describe 'users_id_user_accounts_id_account_delta_get test' do
515
- it "should work" do
564
+ it 'should work' do
516
565
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
517
566
  end
518
567
  end
@@ -528,9 +577,9 @@ describe 'BanksApi' do
528
577
  # @option opts [Date] :min_date minimal (inclusive) date
529
578
  # @option opts [Date] :max_date maximum (inclusive) date
530
579
  # @option opts [String] :expand
531
- # @return [InlineResponse20021]
580
+ # @return [InlineResponse20026]
532
581
  describe 'users_id_user_accounts_id_account_logs_get test' do
533
- it "should work" do
582
+ it 'should work' do
534
583
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
535
584
  end
536
585
  end
@@ -547,10 +596,11 @@ describe 'BanksApi' do
547
596
  # @option opts [BOOLEAN] :disabled If the account is disabled (not synchronized)
548
597
  # @option opts [String] :iban IBAN of the account
549
598
  # @option opts [BOOLEAN] :bookmarked If the account is bookmarked
599
+ # @option opts [String] :usage Usage of the account : PRIV, ORGA or ASSO
550
600
  # @option opts [String] :expand
551
601
  # @return [Account]
552
602
  describe 'users_id_user_accounts_id_account_put test' do
553
- it "should work" do
603
+ it 'should work' do
554
604
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
555
605
  end
556
606
  end
@@ -564,7 +614,7 @@ describe 'BanksApi' do
564
614
  # @option opts [String] :expand
565
615
  # @return [Transaction]
566
616
  describe 'users_id_user_accounts_id_account_transactions_delete test' do
567
- it "should work" do
617
+ it 'should work' do
568
618
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
569
619
  end
570
620
  end
@@ -589,9 +639,9 @@ describe 'BanksApi' do
589
639
  # @option opts [String] :search search in labels, dates, values and categories
590
640
  # @option opts [String] :value \"XX|-XX\" or \"±XX\"
591
641
  # @option opts [String] :expand
592
- # @return [InlineResponse20025]
642
+ # @return [InlineResponse20030]
593
643
  describe 'users_id_user_accounts_id_account_transactions_get test' do
594
- it "should work" do
644
+ it 'should work' do
595
645
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
596
646
  end
597
647
  end
@@ -606,7 +656,7 @@ describe 'BanksApi' do
606
656
  # @option opts [String] :expand
607
657
  # @return [TransactionInformation]
608
658
  describe 'users_id_user_accounts_id_account_transactions_id_transaction_informations_delete test' do
609
- it "should work" do
659
+ it 'should work' do
610
660
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
611
661
  end
612
662
  end
@@ -619,9 +669,9 @@ describe 'BanksApi' do
619
669
  # @param id_transaction
620
670
  # @param [Hash] opts the optional parameters
621
671
  # @option opts [String] :expand
622
- # @return [InlineResponse20027]
672
+ # @return [InlineResponse20032]
623
673
  describe 'users_id_user_accounts_id_account_transactions_id_transaction_informations_get test' do
624
- it "should work" do
674
+ it 'should work' do
625
675
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
626
676
  end
627
677
  end
@@ -637,7 +687,7 @@ describe 'BanksApi' do
637
687
  # @option opts [String] :expand
638
688
  # @return [TransactionInformation]
639
689
  describe 'users_id_user_accounts_id_account_transactions_id_transaction_informations_id_information_delete test' do
640
- it "should work" do
690
+ it 'should work' do
641
691
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
642
692
  end
643
693
  end
@@ -653,7 +703,7 @@ describe 'BanksApi' do
653
703
  # @option opts [String] :expand
654
704
  # @return [TransactionInformation]
655
705
  describe 'users_id_user_accounts_id_account_transactions_id_transaction_informations_id_information_get test' do
656
- it "should work" do
706
+ it 'should work' do
657
707
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
658
708
  end
659
709
  end
@@ -668,7 +718,7 @@ describe 'BanksApi' do
668
718
  # @option opts [String] :expand
669
719
  # @return [TransactionInformation]
670
720
  describe 'users_id_user_accounts_id_account_transactions_id_transaction_informations_put test' do
671
- it "should work" do
721
+ it 'should work' do
672
722
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
673
723
  end
674
724
  end
@@ -688,7 +738,7 @@ describe 'BanksApi' do
688
738
  # @option opts [String] :expand
689
739
  # @return [Transaction]
690
740
  describe 'users_id_user_accounts_id_account_transactions_id_transaction_put test' do
691
- it "should work" do
741
+ it 'should work' do
692
742
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
693
743
  end
694
744
  end
@@ -712,7 +762,7 @@ describe 'BanksApi' do
712
762
  # @option opts [String] :expand
713
763
  # @return [Transaction]
714
764
  describe 'users_id_user_accounts_id_account_transactions_post test' do
715
- it "should work" do
765
+ it 'should work' do
716
766
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
717
767
  end
718
768
  end
@@ -724,9 +774,9 @@ describe 'BanksApi' do
724
774
  # @param id_account
725
775
  # @param [Hash] opts the optional parameters
726
776
  # @option opts [String] :expand
727
- # @return [InlineResponse20028]
777
+ # @return [InlineResponse20033]
728
778
  describe 'users_id_user_accounts_id_account_transactionsclusters_get test' do
729
- it "should work" do
779
+ it 'should work' do
730
780
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
731
781
  end
732
782
  end
@@ -741,7 +791,7 @@ describe 'BanksApi' do
741
791
  # @option opts [String] :expand
742
792
  # @return [TransactionsCluster]
743
793
  describe 'users_id_user_accounts_id_account_transactionsclusters_id_transactionscluster_delete test' do
744
- it "should work" do
794
+ it 'should work' do
745
795
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
746
796
  end
747
797
  end
@@ -756,7 +806,7 @@ describe 'BanksApi' do
756
806
  # @option opts [String] :expand
757
807
  # @return [TransactionsCluster]
758
808
  describe 'users_id_user_accounts_id_account_transactionsclusters_id_transactionscluster_put test' do
759
- it "should work" do
809
+ it 'should work' do
760
810
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
761
811
  end
762
812
  end
@@ -770,14 +820,14 @@ describe 'BanksApi' do
770
820
  # @option opts [String] :expand
771
821
  # @return [TransactionsCluster]
772
822
  describe 'users_id_user_accounts_id_account_transactionsclusters_post test' do
773
- it "should work" do
823
+ it 'should work' do
774
824
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
775
825
  end
776
826
  end
777
827
 
778
828
  # unit tests for users_id_user_accounts_post
779
829
  # Create an account
780
- # This endpoint creates an account not related to a connection.<br><br>
830
+ # This endpoint creates an account related to a connection or not.<br><br>
781
831
  # @param id_user Hint: you can use 'me' or 'all'
782
832
  # @param name name of account
783
833
  # @param balance balance of account
@@ -785,10 +835,24 @@ describe 'BanksApi' do
785
835
  # @option opts [String] :number number of account
786
836
  # @option opts [String] :iban IBAN of account
787
837
  # @option opts [String] :id_currency the currency of the account (default: 'EUR')
838
+ # @option opts [Integer] :id_connection the connection to attach to the account
788
839
  # @option opts [String] :expand
789
840
  # @return [Account]
790
841
  describe 'users_id_user_accounts_post test' do
791
- it "should work" do
842
+ it 'should work' do
843
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
844
+ end
845
+ end
846
+
847
+ # unit tests for users_id_user_accounts_put
848
+ # Update many accounts at once
849
+ #
850
+ # @param id_user Hint: you can use 'me' or 'all'
851
+ # @param [Hash] opts the optional parameters
852
+ # @option opts [String] :expand
853
+ # @return [Account]
854
+ describe 'users_id_user_accounts_put test' do
855
+ it 'should work' do
792
856
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
793
857
  end
794
858
  end
@@ -799,9 +863,9 @@ describe 'BanksApi' do
799
863
  # @param id_user Hint: you can use 'me' or 'all'
800
864
  # @param [Hash] opts the optional parameters
801
865
  # @option opts [String] :expand
802
- # @return [InlineResponse20029]
866
+ # @return [InlineResponse20034]
803
867
  describe 'users_id_user_alerts_get test' do
804
- it "should work" do
868
+ it 'should work' do
805
869
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
806
870
  end
807
871
  end
@@ -812,9 +876,59 @@ describe 'BanksApi' do
812
876
  # @param id_user Hint: you can use 'me' or 'all'
813
877
  # @param [Hash] opts the optional parameters
814
878
  # @option opts [String] :expand
815
- # @return [InlineResponse20030]
879
+ # @return [InlineResponse20035]
816
880
  describe 'users_id_user_categories_full_get test' do
817
- it "should work" do
881
+ it 'should work' do
882
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
883
+ end
884
+ end
885
+
886
+ # unit tests for users_id_user_categories_full_id_full_delete
887
+ # Delete a user-created transaction category
888
+ #
889
+ # @param id_user Hint: you can use 'me' or 'all'
890
+ # @param id_full
891
+ # @param [Hash] opts the optional parameters
892
+ # @option opts [String] :expand
893
+ # @return [Category]
894
+ describe 'users_id_user_categories_full_id_full_delete test' do
895
+ it 'should work' do
896
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
897
+ end
898
+ end
899
+
900
+ # unit tests for users_id_user_categories_full_id_full_put
901
+ # Modify a user-created category
902
+ #
903
+ # @param id_user Hint: you can use 'me' or 'all'
904
+ # @param id_full
905
+ # @param [Hash] opts the optional parameters
906
+ # @option opts [String] :hide Hide (but not delete) a category. Must be 0, 1 or toggle.
907
+ # @option opts [String] :accountant_account Accountant account number.
908
+ # @option opts [String] :expand
909
+ # @return [Category]
910
+ describe 'users_id_user_categories_full_id_full_put test' do
911
+ it 'should work' do
912
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
913
+ end
914
+ end
915
+
916
+ # unit tests for users_id_user_categories_full_post
917
+ # Create a new transaction category
918
+ #
919
+ # @param id_user Hint: you can use 'me' or 'all'
920
+ # @param [Hash] opts the optional parameters
921
+ # @option opts [String] :name Name of the category.
922
+ # @option opts [Integer] :id_parent_category ID of the parent category.
923
+ # @option opts [Integer] :id_parent_category_in_menu ID of the parent category to be displayed.
924
+ # @option opts [String] :color Color of the category.
925
+ # @option opts [BOOLEAN] :income Is an income category. If null, this is both an income and an expense category.
926
+ # @option opts [BOOLEAN] :refundable This category accepts opposite sign of transactions.
927
+ # @option opts [String] :accountant_account Accountant account number.
928
+ # @option opts [String] :expand
929
+ # @return [Category]
930
+ describe 'users_id_user_categories_full_post test' do
931
+ it 'should work' do
818
932
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
819
933
  end
820
934
  end
@@ -826,7 +940,7 @@ describe 'BanksApi' do
826
940
  # @param [Hash] opts the optional parameters
827
941
  # @return [nil]
828
942
  describe 'users_id_user_categories_get test' do
829
- it "should work" do
943
+ it 'should work' do
830
944
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
831
945
  end
832
946
  end
@@ -839,7 +953,7 @@ describe 'BanksApi' do
839
953
  # @option opts [String] :expand
840
954
  # @return [Connection]
841
955
  describe 'users_id_user_connections_delete test' do
842
- it "should work" do
956
+ it 'should work' do
843
957
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
844
958
  end
845
959
  end
@@ -850,9 +964,9 @@ describe 'BanksApi' do
850
964
  # @param id_user Hint: you can use 'me' or 'all'
851
965
  # @param [Hash] opts the optional parameters
852
966
  # @option opts [String] :expand
853
- # @return [InlineResponse2008]
967
+ # @return [InlineResponse2009]
854
968
  describe 'users_id_user_connections_get test' do
855
- it "should work" do
969
+ it 'should work' do
856
970
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
857
971
  end
858
972
  end
@@ -866,7 +980,7 @@ describe 'BanksApi' do
866
980
  # @option opts [String] :expand
867
981
  # @return [Account]
868
982
  describe 'users_id_user_connections_id_connection_accounts_delete test' do
869
- it "should work" do
983
+ it 'should work' do
870
984
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
871
985
  end
872
986
  end
@@ -878,9 +992,9 @@ describe 'BanksApi' do
878
992
  # @param id_connection
879
993
  # @param [Hash] opts the optional parameters
880
994
  # @option opts [String] :expand
881
- # @return [InlineResponse20018]
995
+ # @return [InlineResponse20022]
882
996
  describe 'users_id_user_connections_id_connection_accounts_get test' do
883
- it "should work" do
997
+ it 'should work' do
884
998
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
885
999
  end
886
1000
  end
@@ -894,14 +1008,14 @@ describe 'BanksApi' do
894
1008
  # @param [Hash] opts the optional parameters
895
1009
  # @return [nil]
896
1010
  describe 'users_id_user_connections_id_connection_accounts_id_account_categories_get test' do
897
- it "should work" do
1011
+ it 'should work' do
898
1012
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
899
1013
  end
900
1014
  end
901
1015
 
902
1016
  # unit tests for users_id_user_connections_id_connection_accounts_id_account_delete
903
1017
  # Delete an account.
904
- # It deletes a specific account. If this is the last synced account of a connection, it will be removed too.<br><br>
1018
+ # It deletes a specific account.<br><br>
905
1019
  # @param id_user Hint: you can use 'me' or 'all'
906
1020
  # @param id_connection
907
1021
  # @param id_account
@@ -909,7 +1023,7 @@ describe 'BanksApi' do
909
1023
  # @option opts [String] :expand
910
1024
  # @return [Account]
911
1025
  describe 'users_id_user_connections_id_connection_accounts_id_account_delete test' do
912
- it "should work" do
1026
+ it 'should work' do
913
1027
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
914
1028
  end
915
1029
  end
@@ -926,7 +1040,7 @@ describe 'BanksApi' do
926
1040
  # @option opts [String] :period period to group logs
927
1041
  # @return [nil]
928
1042
  describe 'users_id_user_connections_id_connection_accounts_id_account_delta_get test' do
929
- it "should work" do
1043
+ it 'should work' do
930
1044
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
931
1045
  end
932
1046
  end
@@ -943,9 +1057,9 @@ describe 'BanksApi' do
943
1057
  # @option opts [Date] :min_date minimal (inclusive) date
944
1058
  # @option opts [Date] :max_date maximum (inclusive) date
945
1059
  # @option opts [String] :expand
946
- # @return [InlineResponse20021]
1060
+ # @return [InlineResponse20026]
947
1061
  describe 'users_id_user_connections_id_connection_accounts_id_account_logs_get test' do
948
- it "should work" do
1062
+ it 'should work' do
949
1063
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
950
1064
  end
951
1065
  end
@@ -963,10 +1077,11 @@ describe 'BanksApi' do
963
1077
  # @option opts [BOOLEAN] :disabled If the account is disabled (not synchronized)
964
1078
  # @option opts [String] :iban IBAN of the account
965
1079
  # @option opts [BOOLEAN] :bookmarked If the account is bookmarked
1080
+ # @option opts [String] :usage Usage of the account : PRIV, ORGA or ASSO
966
1081
  # @option opts [String] :expand
967
1082
  # @return [Account]
968
1083
  describe 'users_id_user_connections_id_connection_accounts_id_account_put test' do
969
- it "should work" do
1084
+ it 'should work' do
970
1085
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
971
1086
  end
972
1087
  end
@@ -981,7 +1096,7 @@ describe 'BanksApi' do
981
1096
  # @option opts [String] :expand
982
1097
  # @return [Transaction]
983
1098
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_delete test' do
984
- it "should work" do
1099
+ it 'should work' do
985
1100
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
986
1101
  end
987
1102
  end
@@ -1007,9 +1122,9 @@ describe 'BanksApi' do
1007
1122
  # @option opts [String] :search search in labels, dates, values and categories
1008
1123
  # @option opts [String] :value \"XX|-XX\" or \"±XX\"
1009
1124
  # @option opts [String] :expand
1010
- # @return [InlineResponse20025]
1125
+ # @return [InlineResponse20030]
1011
1126
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_get test' do
1012
- it "should work" do
1127
+ it 'should work' do
1013
1128
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1014
1129
  end
1015
1130
  end
@@ -1025,7 +1140,7 @@ describe 'BanksApi' do
1025
1140
  # @option opts [String] :expand
1026
1141
  # @return [TransactionInformation]
1027
1142
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_delete test' do
1028
- it "should work" do
1143
+ it 'should work' do
1029
1144
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1030
1145
  end
1031
1146
  end
@@ -1039,9 +1154,9 @@ describe 'BanksApi' do
1039
1154
  # @param id_transaction
1040
1155
  # @param [Hash] opts the optional parameters
1041
1156
  # @option opts [String] :expand
1042
- # @return [InlineResponse20027]
1157
+ # @return [InlineResponse20032]
1043
1158
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_get test' do
1044
- it "should work" do
1159
+ it 'should work' do
1045
1160
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1046
1161
  end
1047
1162
  end
@@ -1058,7 +1173,7 @@ describe 'BanksApi' do
1058
1173
  # @option opts [String] :expand
1059
1174
  # @return [TransactionInformation]
1060
1175
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_id_information_delete test' do
1061
- it "should work" do
1176
+ it 'should work' do
1062
1177
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1063
1178
  end
1064
1179
  end
@@ -1075,7 +1190,7 @@ describe 'BanksApi' do
1075
1190
  # @option opts [String] :expand
1076
1191
  # @return [TransactionInformation]
1077
1192
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_id_information_get test' do
1078
- it "should work" do
1193
+ it 'should work' do
1079
1194
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1080
1195
  end
1081
1196
  end
@@ -1091,7 +1206,7 @@ describe 'BanksApi' do
1091
1206
  # @option opts [String] :expand
1092
1207
  # @return [TransactionInformation]
1093
1208
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_informations_put test' do
1094
- it "should work" do
1209
+ it 'should work' do
1095
1210
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1096
1211
  end
1097
1212
  end
@@ -1112,7 +1227,7 @@ describe 'BanksApi' do
1112
1227
  # @option opts [String] :expand
1113
1228
  # @return [Transaction]
1114
1229
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_put test' do
1115
- it "should work" do
1230
+ it 'should work' do
1116
1231
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1117
1232
  end
1118
1233
  end
@@ -1137,7 +1252,7 @@ describe 'BanksApi' do
1137
1252
  # @option opts [String] :expand
1138
1253
  # @return [Transaction]
1139
1254
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_post test' do
1140
- it "should work" do
1255
+ it 'should work' do
1141
1256
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1142
1257
  end
1143
1258
  end
@@ -1150,9 +1265,9 @@ describe 'BanksApi' do
1150
1265
  # @param id_account
1151
1266
  # @param [Hash] opts the optional parameters
1152
1267
  # @option opts [String] :expand
1153
- # @return [InlineResponse20028]
1268
+ # @return [InlineResponse20033]
1154
1269
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_get test' do
1155
- it "should work" do
1270
+ it 'should work' do
1156
1271
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1157
1272
  end
1158
1273
  end
@@ -1168,7 +1283,7 @@ describe 'BanksApi' do
1168
1283
  # @option opts [String] :expand
1169
1284
  # @return [TransactionsCluster]
1170
1285
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactionscluster_delete test' do
1171
- it "should work" do
1286
+ it 'should work' do
1172
1287
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1173
1288
  end
1174
1289
  end
@@ -1184,7 +1299,7 @@ describe 'BanksApi' do
1184
1299
  # @option opts [String] :expand
1185
1300
  # @return [TransactionsCluster]
1186
1301
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactionscluster_put test' do
1187
- it "should work" do
1302
+ it 'should work' do
1188
1303
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1189
1304
  end
1190
1305
  end
@@ -1199,14 +1314,14 @@ describe 'BanksApi' do
1199
1314
  # @option opts [String] :expand
1200
1315
  # @return [TransactionsCluster]
1201
1316
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_post test' do
1202
- it "should work" do
1317
+ it 'should work' do
1203
1318
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1204
1319
  end
1205
1320
  end
1206
1321
 
1207
1322
  # unit tests for users_id_user_connections_id_connection_accounts_post
1208
1323
  # Create an account
1209
- # This endpoint creates an account not related to a connection.<br><br>
1324
+ # This endpoint creates an account related to a connection or not.<br><br>
1210
1325
  # @param id_user Hint: you can use 'me' or 'all'
1211
1326
  # @param id_connection
1212
1327
  # @param name name of account
@@ -1215,10 +1330,25 @@ describe 'BanksApi' do
1215
1330
  # @option opts [String] :number number of account
1216
1331
  # @option opts [String] :iban IBAN of account
1217
1332
  # @option opts [String] :id_currency the currency of the account (default: 'EUR')
1333
+ # @option opts [Integer] :id_connection2 the connection to attach to the account
1218
1334
  # @option opts [String] :expand
1219
1335
  # @return [Account]
1220
1336
  describe 'users_id_user_connections_id_connection_accounts_post test' do
1221
- it "should work" do
1337
+ it 'should work' do
1338
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1339
+ end
1340
+ end
1341
+
1342
+ # unit tests for users_id_user_connections_id_connection_accounts_put
1343
+ # Update many accounts at once
1344
+ #
1345
+ # @param id_user Hint: you can use 'me' or 'all'
1346
+ # @param id_connection
1347
+ # @param [Hash] opts the optional parameters
1348
+ # @option opts [String] :expand
1349
+ # @return [Account]
1350
+ describe 'users_id_user_connections_id_connection_accounts_put test' do
1351
+ it 'should work' do
1222
1352
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1223
1353
  end
1224
1354
  end
@@ -1232,7 +1362,7 @@ describe 'BanksApi' do
1232
1362
  # @option opts [String] :expand
1233
1363
  # @return [Connection]
1234
1364
  describe 'users_id_user_connections_id_connection_delete test' do
1235
- it "should work" do
1365
+ it 'should work' do
1236
1366
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1237
1367
  end
1238
1368
  end
@@ -1244,9 +1374,9 @@ describe 'BanksApi' do
1244
1374
  # @param id_connection
1245
1375
  # @param [Hash] opts the optional parameters
1246
1376
  # @option opts [String] :expand
1247
- # @return [InlineResponse2008]
1377
+ # @return [InlineResponse2009]
1248
1378
  describe 'users_id_user_connections_id_connection_informations_get test' do
1249
- it "should work" do
1379
+ it 'should work' do
1250
1380
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1251
1381
  end
1252
1382
  end
@@ -1265,12 +1395,12 @@ describe 'BanksApi' do
1265
1395
  # @option opts [String] :period period to group logs
1266
1396
  # @option opts [Integer] :id_user2 ID of a user
1267
1397
  # @option opts [Integer] :id_connection2 ID of a connection
1268
- # @option opts [Integer] :id_bank ID of a bank
1269
- # @option opts [BOOLEAN] :charged consider only logs for charged banks
1398
+ # @option opts [Integer] :id_connector ID of a connector
1399
+ # @option opts [BOOLEAN] :charged consider only logs for charged connectors
1270
1400
  # @option opts [String] :expand
1271
- # @return [InlineResponse20015]
1401
+ # @return [InlineResponse20017]
1272
1402
  describe 'users_id_user_connections_id_connection_logs_get test' do
1273
- it "should work" do
1403
+ it 'should work' do
1274
1404
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1275
1405
  end
1276
1406
  end
@@ -1285,10 +1415,11 @@ describe 'BanksApi' do
1285
1415
  # @option opts [DateTime] :expire Set expiration of the connection to this date
1286
1416
  # @option opts [String] :login Set login to this new login
1287
1417
  # @option opts [String] :password Set password to this new password
1418
+ # @option opts [BOOLEAN] :decoupled Try to update a connection with the decoupled error
1288
1419
  # @option opts [String] :expand
1289
1420
  # @return [Connection]
1290
1421
  describe 'users_id_user_connections_id_connection_post test' do
1291
- it "should work" do
1422
+ it 'should work' do
1292
1423
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1293
1424
  end
1294
1425
  end
@@ -1302,7 +1433,7 @@ describe 'BanksApi' do
1302
1433
  # @option opts [String] :expand
1303
1434
  # @return [Connection]
1304
1435
  describe 'users_id_user_connections_id_connection_put test' do
1305
- it "should work" do
1436
+ it 'should work' do
1306
1437
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1307
1438
  end
1308
1439
  end
@@ -1316,7 +1447,7 @@ describe 'BanksApi' do
1316
1447
  # @option opts [String] :expand
1317
1448
  # @return [Transaction]
1318
1449
  describe 'users_id_user_connections_id_connection_transactions_delete test' do
1319
- it "should work" do
1450
+ it 'should work' do
1320
1451
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1321
1452
  end
1322
1453
  end
@@ -1341,9 +1472,9 @@ describe 'BanksApi' do
1341
1472
  # @option opts [String] :search search in labels, dates, values and categories
1342
1473
  # @option opts [String] :value \"XX|-XX\" or \"±XX\"
1343
1474
  # @option opts [String] :expand
1344
- # @return [InlineResponse20025]
1475
+ # @return [InlineResponse20030]
1345
1476
  describe 'users_id_user_connections_id_connection_transactions_get test' do
1346
- it "should work" do
1477
+ it 'should work' do
1347
1478
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1348
1479
  end
1349
1480
  end
@@ -1358,7 +1489,7 @@ describe 'BanksApi' do
1358
1489
  # @option opts [String] :expand
1359
1490
  # @return [TransactionInformation]
1360
1491
  describe 'users_id_user_connections_id_connection_transactions_id_transaction_informations_delete test' do
1361
- it "should work" do
1492
+ it 'should work' do
1362
1493
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1363
1494
  end
1364
1495
  end
@@ -1371,9 +1502,9 @@ describe 'BanksApi' do
1371
1502
  # @param id_transaction
1372
1503
  # @param [Hash] opts the optional parameters
1373
1504
  # @option opts [String] :expand
1374
- # @return [InlineResponse20027]
1505
+ # @return [InlineResponse20032]
1375
1506
  describe 'users_id_user_connections_id_connection_transactions_id_transaction_informations_get test' do
1376
- it "should work" do
1507
+ it 'should work' do
1377
1508
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1378
1509
  end
1379
1510
  end
@@ -1389,7 +1520,7 @@ describe 'BanksApi' do
1389
1520
  # @option opts [String] :expand
1390
1521
  # @return [TransactionInformation]
1391
1522
  describe 'users_id_user_connections_id_connection_transactions_id_transaction_informations_id_information_delete test' do
1392
- it "should work" do
1523
+ it 'should work' do
1393
1524
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1394
1525
  end
1395
1526
  end
@@ -1405,7 +1536,7 @@ describe 'BanksApi' do
1405
1536
  # @option opts [String] :expand
1406
1537
  # @return [TransactionInformation]
1407
1538
  describe 'users_id_user_connections_id_connection_transactions_id_transaction_informations_id_information_get test' do
1408
- it "should work" do
1539
+ it 'should work' do
1409
1540
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1410
1541
  end
1411
1542
  end
@@ -1420,7 +1551,7 @@ describe 'BanksApi' do
1420
1551
  # @option opts [String] :expand
1421
1552
  # @return [TransactionInformation]
1422
1553
  describe 'users_id_user_connections_id_connection_transactions_id_transaction_informations_put test' do
1423
- it "should work" do
1554
+ it 'should work' do
1424
1555
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1425
1556
  end
1426
1557
  end
@@ -1440,7 +1571,7 @@ describe 'BanksApi' do
1440
1571
  # @option opts [String] :expand
1441
1572
  # @return [Transaction]
1442
1573
  describe 'users_id_user_connections_id_connection_transactions_id_transaction_put test' do
1443
- it "should work" do
1574
+ it 'should work' do
1444
1575
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1445
1576
  end
1446
1577
  end
@@ -1464,7 +1595,7 @@ describe 'BanksApi' do
1464
1595
  # @option opts [String] :expand
1465
1596
  # @return [Transaction]
1466
1597
  describe 'users_id_user_connections_id_connection_transactions_post test' do
1467
- it "should work" do
1598
+ it 'should work' do
1468
1599
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1469
1600
  end
1470
1601
  end
@@ -1476,9 +1607,9 @@ describe 'BanksApi' do
1476
1607
  # @param id_connection
1477
1608
  # @param [Hash] opts the optional parameters
1478
1609
  # @option opts [String] :expand
1479
- # @return [InlineResponse20028]
1610
+ # @return [InlineResponse20033]
1480
1611
  describe 'users_id_user_connections_id_connection_transactionsclusters_get test' do
1481
- it "should work" do
1612
+ it 'should work' do
1482
1613
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1483
1614
  end
1484
1615
  end
@@ -1493,7 +1624,7 @@ describe 'BanksApi' do
1493
1624
  # @option opts [String] :expand
1494
1625
  # @return [TransactionsCluster]
1495
1626
  describe 'users_id_user_connections_id_connection_transactionsclusters_id_transactionscluster_delete test' do
1496
- it "should work" do
1627
+ it 'should work' do
1497
1628
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1498
1629
  end
1499
1630
  end
@@ -1508,7 +1639,7 @@ describe 'BanksApi' do
1508
1639
  # @option opts [String] :expand
1509
1640
  # @return [TransactionsCluster]
1510
1641
  describe 'users_id_user_connections_id_connection_transactionsclusters_id_transactionscluster_put test' do
1511
- it "should work" do
1642
+ it 'should work' do
1512
1643
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1513
1644
  end
1514
1645
  end
@@ -1522,7 +1653,7 @@ describe 'BanksApi' do
1522
1653
  # @option opts [String] :expand
1523
1654
  # @return [TransactionsCluster]
1524
1655
  describe 'users_id_user_connections_id_connection_transactionsclusters_post test' do
1525
- it "should work" do
1656
+ it 'should work' do
1526
1657
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1527
1658
  end
1528
1659
  end
@@ -1532,12 +1663,24 @@ describe 'BanksApi' do
1532
1663
  # Create a new connection to a given bank or provider. You have to give all needed parameters (use /banks/ID/fields or /providers/ID/fields to get them).<br><br>
1533
1664
  # @param id_user Hint: you can use 'me' or 'all'
1534
1665
  # @param [Hash] opts the optional parameters
1535
- # @option opts [Integer] :id_bank ID of the bank
1666
+ # @option opts [Integer] :id_connector ID of the connector
1667
+ # @option opts [String] :connector_uuid optional uuid of the connector (replaces id_connector)
1668
+ # @option opts [String] :birthday bank additional login parameter
1669
+ # @option opts [String] :password bank additional login parameter
1670
+ # @option opts [String] :oauth_token bank additional login parameter
1671
+ # @option opts [String] :oauth_token_secret bank additional login parameter
1672
+ # @option opts [String] :auth_type bank additional login parameter
1673
+ # @option opts [String] :secret bank additional login parameter
1674
+ # @option opts [String] :type bank additional login parameter
1675
+ # @option opts [String] :birthdate bank additional login parameter
1676
+ # @option opts [String] :nuser bank additional login parameter
1677
+ # @option opts [String] :website bank additional login parameter
1678
+ # @option opts [String] :login bank additional login parameter
1536
1679
  # @option opts [Integer] :id_provider ID of the provider
1537
1680
  # @option opts [String] :expand
1538
1681
  # @return [Connection]
1539
1682
  describe 'users_id_user_connections_post test' do
1540
- it "should work" do
1683
+ it 'should work' do
1541
1684
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1542
1685
  end
1543
1686
  end
@@ -1549,7 +1692,7 @@ describe 'BanksApi' do
1549
1692
  # @param [Hash] opts the optional parameters
1550
1693
  # @return [nil]
1551
1694
  describe 'users_id_user_forecast_get test' do
1552
- it "should work" do
1695
+ it 'should work' do
1553
1696
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1554
1697
  end
1555
1698
  end
@@ -1567,12 +1710,12 @@ describe 'BanksApi' do
1567
1710
  # @option opts [String] :period period to group logs
1568
1711
  # @option opts [Integer] :id_user2 ID of a user
1569
1712
  # @option opts [Integer] :id_connection ID of a connection
1570
- # @option opts [Integer] :id_bank ID of a bank
1571
- # @option opts [BOOLEAN] :charged consider only logs for charged banks
1713
+ # @option opts [Integer] :id_connector ID of a connector
1714
+ # @option opts [BOOLEAN] :charged consider only logs for charged connectors
1572
1715
  # @option opts [String] :expand
1573
- # @return [InlineResponse20015]
1716
+ # @return [InlineResponse20017]
1574
1717
  describe 'users_id_user_logs_get test' do
1575
- it "should work" do
1718
+ it 'should work' do
1576
1719
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1577
1720
  end
1578
1721
  end
@@ -1585,7 +1728,7 @@ describe 'BanksApi' do
1585
1728
  # @option opts [String] :expand
1586
1729
  # @return [Transaction]
1587
1730
  describe 'users_id_user_transactions_delete test' do
1588
- it "should work" do
1731
+ it 'should work' do
1589
1732
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1590
1733
  end
1591
1734
  end
@@ -1609,9 +1752,9 @@ describe 'BanksApi' do
1609
1752
  # @option opts [String] :search search in labels, dates, values and categories
1610
1753
  # @option opts [String] :value \"XX|-XX\" or \"±XX\"
1611
1754
  # @option opts [String] :expand
1612
- # @return [InlineResponse20025]
1755
+ # @return [InlineResponse20030]
1613
1756
  describe 'users_id_user_transactions_get test' do
1614
- it "should work" do
1757
+ it 'should work' do
1615
1758
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1616
1759
  end
1617
1760
  end
@@ -1625,7 +1768,7 @@ describe 'BanksApi' do
1625
1768
  # @option opts [String] :expand
1626
1769
  # @return [TransactionInformation]
1627
1770
  describe 'users_id_user_transactions_id_transaction_informations_delete test' do
1628
- it "should work" do
1771
+ it 'should work' do
1629
1772
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1630
1773
  end
1631
1774
  end
@@ -1637,9 +1780,9 @@ describe 'BanksApi' do
1637
1780
  # @param id_transaction
1638
1781
  # @param [Hash] opts the optional parameters
1639
1782
  # @option opts [String] :expand
1640
- # @return [InlineResponse20027]
1783
+ # @return [InlineResponse20032]
1641
1784
  describe 'users_id_user_transactions_id_transaction_informations_get test' do
1642
- it "should work" do
1785
+ it 'should work' do
1643
1786
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1644
1787
  end
1645
1788
  end
@@ -1654,7 +1797,7 @@ describe 'BanksApi' do
1654
1797
  # @option opts [String] :expand
1655
1798
  # @return [TransactionInformation]
1656
1799
  describe 'users_id_user_transactions_id_transaction_informations_id_information_delete test' do
1657
- it "should work" do
1800
+ it 'should work' do
1658
1801
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1659
1802
  end
1660
1803
  end
@@ -1669,7 +1812,7 @@ describe 'BanksApi' do
1669
1812
  # @option opts [String] :expand
1670
1813
  # @return [TransactionInformation]
1671
1814
  describe 'users_id_user_transactions_id_transaction_informations_id_information_get test' do
1672
- it "should work" do
1815
+ it 'should work' do
1673
1816
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1674
1817
  end
1675
1818
  end
@@ -1683,7 +1826,7 @@ describe 'BanksApi' do
1683
1826
  # @option opts [String] :expand
1684
1827
  # @return [TransactionInformation]
1685
1828
  describe 'users_id_user_transactions_id_transaction_informations_put test' do
1686
- it "should work" do
1829
+ it 'should work' do
1687
1830
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1688
1831
  end
1689
1832
  end
@@ -1702,7 +1845,7 @@ describe 'BanksApi' do
1702
1845
  # @option opts [String] :expand
1703
1846
  # @return [Transaction]
1704
1847
  describe 'users_id_user_transactions_id_transaction_put test' do
1705
- it "should work" do
1848
+ it 'should work' do
1706
1849
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1707
1850
  end
1708
1851
  end
@@ -1725,7 +1868,7 @@ describe 'BanksApi' do
1725
1868
  # @option opts [String] :expand
1726
1869
  # @return [Transaction]
1727
1870
  describe 'users_id_user_transactions_post test' do
1728
- it "should work" do
1871
+ it 'should work' do
1729
1872
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1730
1873
  end
1731
1874
  end
@@ -1736,9 +1879,9 @@ describe 'BanksApi' do
1736
1879
  # @param id_user Hint: you can use 'me' or 'all'
1737
1880
  # @param [Hash] opts the optional parameters
1738
1881
  # @option opts [String] :expand
1739
- # @return [InlineResponse20028]
1882
+ # @return [InlineResponse20033]
1740
1883
  describe 'users_id_user_transactionsclusters_get test' do
1741
- it "should work" do
1884
+ it 'should work' do
1742
1885
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1743
1886
  end
1744
1887
  end
@@ -1752,7 +1895,7 @@ describe 'BanksApi' do
1752
1895
  # @option opts [String] :expand
1753
1896
  # @return [TransactionsCluster]
1754
1897
  describe 'users_id_user_transactionsclusters_id_transactionscluster_delete test' do
1755
- it "should work" do
1898
+ it 'should work' do
1756
1899
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1757
1900
  end
1758
1901
  end
@@ -1766,7 +1909,7 @@ describe 'BanksApi' do
1766
1909
  # @option opts [String] :expand
1767
1910
  # @return [TransactionsCluster]
1768
1911
  describe 'users_id_user_transactionsclusters_id_transactionscluster_put test' do
1769
- it "should work" do
1912
+ it 'should work' do
1770
1913
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1771
1914
  end
1772
1915
  end
@@ -1779,7 +1922,7 @@ describe 'BanksApi' do
1779
1922
  # @option opts [String] :expand
1780
1923
  # @return [TransactionsCluster]
1781
1924
  describe 'users_id_user_transactionsclusters_post test' do
1782
- it "should work" do
1925
+ it 'should work' do
1783
1926
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
1784
1927
  end
1785
1928
  end