budgea_client 5.2.0 → 5.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (129) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile.lock +1 -1
  3. data/budgea_openapi.json +8 -41
  4. data/docs/BanksApi.md +3 -13
  5. data/docs/ConnectionsApi.md +3 -13
  6. data/docs/ProvidersApi.md +3 -13
  7. data/lib/budgea_client/api/banks_api.rb +4 -20
  8. data/lib/budgea_client/api/connections_api.rb +4 -20
  9. data/lib/budgea_client/api/providers_api.rb +4 -20
  10. data/lib/budgea_client/version.rb +1 -1
  11. data/spec/api/administration_api_spec.rb +85 -15
  12. data/spec/api/authentication_api_spec.rb +4 -3
  13. data/spec/api/banks_api_spec.rb +298 -54
  14. data/spec/api/connections_api_spec.rb +219 -26
  15. data/spec/api/documents_api_spec.rb +14 -14
  16. data/spec/api/ocr_api_spec.rb +1 -1
  17. data/spec/api/oidc_api_spec.rb +1 -1
  18. data/spec/api/pfm_api_spec.rb +17 -6
  19. data/spec/api/providers_api_spec.rb +297 -40
  20. data/spec/api/recipients_api_spec.rb +1 -1
  21. data/spec/api/terms_api_spec.rb +20 -4
  22. data/spec/api/transfer_api_spec.rb +1 -1
  23. data/spec/api/transfers_api_spec.rb +13 -13
  24. data/spec/api/users_management_api_spec.rb +3 -3
  25. data/spec/api/wealth_api_spec.rb +27 -19
  26. data/spec/api_client_spec.rb +18 -1
  27. data/spec/configuration_spec.rb +1 -1
  28. data/spec/models/access_spec.rb +1 -1
  29. data/spec/models/account_log_spec.rb +7 -1
  30. data/spec/models/account_spec.rb +25 -1
  31. data/spec/models/account_type_spec.rb +1 -1
  32. data/spec/models/alert_spec.rb +1 -1
  33. data/spec/models/auth_provider_spec.rb +1 -1
  34. data/spec/models/category_spec.rb +1 -1
  35. data/spec/models/certificate_spec.rb +1 -1
  36. data/spec/models/client_spec.rb +2 -2
  37. data/spec/models/config_log_spec.rb +1 -1
  38. data/spec/models/connection_log_spec.rb +7 -1
  39. data/spec/models/connection_source_spec.rb +1 -1
  40. data/spec/models/connection_spec.rb +41 -1
  41. data/spec/models/connector_category_spec.rb +1 -1
  42. data/spec/models/connector_logo_spec.rb +1 -1
  43. data/spec/models/connector_source_spec.rb +1 -1
  44. data/spec/models/connector_spec.rb +7 -7
  45. data/spec/models/currency_spec.rb +1 -1
  46. data/spec/models/device_spec.rb +1 -1
  47. data/spec/models/document_spec.rb +1 -1
  48. data/spec/models/document_type_spec.rb +1 -1
  49. data/spec/models/field_spec.rb +7 -1
  50. data/spec/models/field_value_spec.rb +1 -1
  51. data/spec/models/file_spec.rb +1 -1
  52. data/spec/models/group_spec.rb +1 -1
  53. data/spec/models/hash_table_spec.rb +1 -1
  54. data/spec/models/inline_response_200_10_spec.rb +1 -1
  55. data/spec/models/inline_response_200_11_spec.rb +3 -3
  56. data/spec/models/inline_response_200_12_spec.rb +2 -2
  57. data/spec/models/inline_response_200_13_spec.rb +2 -2
  58. data/spec/models/inline_response_200_14_spec.rb +3 -3
  59. data/spec/models/inline_response_200_15_spec.rb +2 -2
  60. data/spec/models/inline_response_200_16_spec.rb +2 -2
  61. data/spec/models/inline_response_200_17_spec.rb +3 -3
  62. data/spec/models/inline_response_200_18_spec.rb +2 -2
  63. data/spec/models/inline_response_200_19_spec.rb +8 -2
  64. data/spec/models/inline_response_200_1_spec.rb +1 -1
  65. data/spec/models/inline_response_200_20_spec.rb +3 -3
  66. data/spec/models/inline_response_200_21_spec.rb +3 -3
  67. data/spec/models/inline_response_200_22_spec.rb +2 -2
  68. data/spec/models/inline_response_200_23_spec.rb +2 -2
  69. data/spec/models/inline_response_200_24_spec.rb +3 -3
  70. data/spec/models/inline_response_200_25_spec.rb +3 -3
  71. data/spec/models/inline_response_200_26_spec.rb +2 -2
  72. data/spec/models/inline_response_200_27_spec.rb +2 -2
  73. data/spec/models/inline_response_200_28_spec.rb +2 -2
  74. data/spec/models/inline_response_200_29_spec.rb +3 -3
  75. data/spec/models/inline_response_200_2_spec.rb +1 -1
  76. data/spec/models/inline_response_200_30_spec.rb +3 -3
  77. data/spec/models/inline_response_200_31_spec.rb +2 -2
  78. data/spec/models/inline_response_200_32_spec.rb +3 -3
  79. data/spec/models/inline_response_200_33_spec.rb +3 -3
  80. data/spec/models/inline_response_200_34_spec.rb +2 -2
  81. data/spec/models/inline_response_200_35_spec.rb +3 -3
  82. data/spec/models/inline_response_200_36_spec.rb +3 -3
  83. data/spec/models/inline_response_200_37_spec.rb +2 -2
  84. data/spec/models/inline_response_200_38_spec.rb +3 -3
  85. data/spec/models/inline_response_200_39_spec.rb +2 -2
  86. data/spec/models/inline_response_200_3_spec.rb +1 -1
  87. data/spec/models/inline_response_200_40_spec.rb +3 -3
  88. data/spec/models/inline_response_200_41_spec.rb +1 -1
  89. data/spec/models/inline_response_200_42_spec.rb +1 -1
  90. data/spec/models/inline_response_200_4_spec.rb +1 -1
  91. data/spec/models/inline_response_200_5_spec.rb +1 -1
  92. data/spec/models/inline_response_200_6_spec.rb +1 -1
  93. data/spec/models/inline_response_200_7_spec.rb +1 -1
  94. data/spec/models/inline_response_200_8_spec.rb +1 -1
  95. data/spec/models/inline_response_200_9_spec.rb +1 -1
  96. data/spec/models/inline_response_200_spec.rb +1 -1
  97. data/spec/models/investment_spec.rb +1 -1
  98. data/spec/models/investment_value_spec.rb +1 -1
  99. data/spec/models/keyword_spec.rb +1 -1
  100. data/spec/models/locked_user_spec.rb +1 -1
  101. data/spec/models/oidc_whitelist_spec.rb +1 -1
  102. data/spec/models/order_spec.rb +1 -1
  103. data/spec/models/pocket_spec.rb +1 -1
  104. data/spec/models/profile_spec.rb +1 -1
  105. data/spec/models/project_spec.rb +1 -1
  106. data/spec/models/project_type_spec.rb +1 -1
  107. data/spec/models/recipient_log_spec.rb +1 -1
  108. data/spec/models/recipient_spec.rb +1 -1
  109. data/spec/models/security_spec.rb +1 -1
  110. data/spec/models/subscription_log_spec.rb +1 -1
  111. data/spec/models/subscription_spec.rb +7 -1
  112. data/spec/models/terms_of_service_spec.rb +1 -1
  113. data/spec/models/transaction_information_spec.rb +1 -1
  114. data/spec/models/transaction_spec.rb +7 -1
  115. data/spec/models/transactions_cluster_spec.rb +1 -1
  116. data/spec/models/transfer_log_spec.rb +1 -1
  117. data/spec/models/transfer_spec.rb +25 -1
  118. data/spec/models/user_alert_spec.rb +1 -1
  119. data/spec/models/user_spec.rb +2 -2
  120. data/spec/models/webhook_data_spec.rb +1 -1
  121. data/spec/models/webhook_log_spec.rb +1 -1
  122. data/spec/models/webhook_spec.rb +1 -1
  123. data/spec/spec_helper.rb +1 -1
  124. metadata +2 -9
  125. data/docs/HUBApi.md +0 -62
  126. data/docs/Invite.md +0 -13
  127. data/pkg/budgea_client-5.0.3.gem +0 -0
  128. data/spec/api/hub_api_spec.rb +0 -47
  129. data/spec/models/invite_spec.rb +0 -71
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -60,6 +60,19 @@ describe 'ConnectionsApi' do
60
60
  end
61
61
  end
62
62
 
63
+ # unit tests for banks_id_connector_sources_get
64
+ # Get list of connector sources
65
+ #
66
+ # @param id_connector
67
+ # @param [Hash] opts the optional parameters
68
+ # @option opts [String] :expand
69
+ # @return [InlineResponse20011]
70
+ describe 'banks_id_connector_sources_get test' do
71
+ it 'should work' do
72
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
73
+ end
74
+ end
75
+
63
76
  # unit tests for connections_get
64
77
  # Get connections without a user
65
78
  #
@@ -72,18 +85,126 @@ describe 'ConnectionsApi' do
72
85
  end
73
86
  end
74
87
 
88
+ # unit tests for connections_id_connection_logs_get
89
+ # Get connection logs
90
+ # Get logs about connections.<br><br>
91
+ # @param id_connection
92
+ # @param [Hash] opts the optional parameters
93
+ # @option opts [Integer] :limit limit number of results
94
+ # @option opts [Integer] :offset offset of first result
95
+ # @option opts [Date] :min_date minimal date
96
+ # @option opts [Date] :max_date maximum date
97
+ # @option opts [Integer] :state state of user
98
+ # @option opts [String] :period period to group logs
99
+ # @option opts [Integer] :id_user ID of a user
100
+ # @option opts [Integer] :id_connection2 ID of a connection
101
+ # @option opts [Integer] :id_connector ID of a connector
102
+ # @option opts [BOOLEAN] :charged consider only logs for charged connectors
103
+ # @option opts [Integer] :id_source ID of a source
104
+ # @option opts [String] :expand
105
+ # @return [InlineResponse20015]
106
+ describe 'connections_id_connection_logs_get test' do
107
+ it 'should work' do
108
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
109
+ end
110
+ end
111
+
112
+ # unit tests for connections_id_connection_sources_get
113
+ # Get connection sources
114
+ #
115
+ # @param id_connection
116
+ # @param [Hash] opts the optional parameters
117
+ # @option opts [String] :expand
118
+ # @return [InlineResponse20016]
119
+ describe 'connections_id_connection_sources_get test' do
120
+ it 'should work' do
121
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
122
+ end
123
+ end
124
+
125
+ # unit tests for connections_id_connection_sources_id_source_delete
126
+ # Disable a connection source
127
+ # This will make it so the specified source will not be synchronized anymore.<br><br>
128
+ # @param id_connection
129
+ # @param id_source
130
+ # @param [Hash] opts the optional parameters
131
+ # @option opts [String] :expand
132
+ # @return [ConnectionSource]
133
+ describe 'connections_id_connection_sources_id_source_delete test' do
134
+ it 'should work' do
135
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
136
+ end
137
+ end
138
+
139
+ # unit tests for connections_id_connection_sources_id_source_post
140
+ # Enable connection source
141
+ # This will make it so the specified source will be able to be synchronized.<br><br>
142
+ # @param id_connection
143
+ # @param id_source
144
+ # @param [Hash] opts the optional parameters
145
+ # @option opts [String] :expand
146
+ # @return [ConnectionSource]
147
+ describe 'connections_id_connection_sources_id_source_post test' do
148
+ it 'should work' do
149
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
150
+ end
151
+ end
152
+
153
+ # unit tests for connections_id_connection_sources_id_source_put
154
+ # Enable connection source
155
+ # This will make it so the specified source will be able to be synchronized.<br><br>
156
+ # @param id_connection
157
+ # @param id_source
158
+ # @param [Hash] opts the optional parameters
159
+ # @option opts [String] :expand
160
+ # @return [ConnectionSource]
161
+ describe 'connections_id_connection_sources_id_source_put test' do
162
+ it 'should work' do
163
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
164
+ end
165
+ end
166
+
75
167
  # unit tests for connectors_get
76
168
  # Get list of connectors
77
169
  #
78
170
  # @param [Hash] opts the optional parameters
79
171
  # @option opts [String] :expand
80
- # @return [InlineResponse20014]
172
+ # @return [InlineResponse20017]
81
173
  describe 'connectors_get test' do
82
174
  it 'should work' do
83
175
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
84
176
  end
85
177
  end
86
178
 
179
+ # unit tests for connectors_id_connector_sources_get
180
+ # Get list of connector sources
181
+ #
182
+ # @param id_connector
183
+ # @param [Hash] opts the optional parameters
184
+ # @option opts [String] :expand
185
+ # @return [InlineResponse20011]
186
+ describe 'connectors_id_connector_sources_get 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 connectors_id_connector_sources_id_source_put
193
+ # Edit the provided connector source
194
+ #
195
+ # @param id_connector
196
+ # @param id_source
197
+ # @param [Hash] opts the optional parameters
198
+ # @option opts [String] :auth_mechanism the authentication mechanism to use for this connector source
199
+ # @option opts [DateTime] :disabled to enable or disable connector source
200
+ # @option opts [String] :expand
201
+ # @return [ConnectorSource]
202
+ describe 'connectors_id_connector_sources_id_source_put test' do
203
+ it 'should work' do
204
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
205
+ end
206
+ end
207
+
87
208
  # unit tests for connectors_post
88
209
  # Request a new connector
89
210
  # Send a request to add a new connector<br><br>
@@ -118,8 +239,9 @@ describe 'ConnectionsApi' do
118
239
  # @option opts [Integer] :id_connection ID of a connection
119
240
  # @option opts [Integer] :id_connector ID of a connector
120
241
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
242
+ # @option opts [Integer] :id_source ID of a source
121
243
  # @option opts [String] :expand
122
- # @return [InlineResponse20017]
244
+ # @return [InlineResponse20015]
123
245
  describe 'logs_get test' do
124
246
  it 'should work' do
125
247
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -131,7 +253,7 @@ describe 'ConnectionsApi' do
131
253
  #
132
254
  # @param [Hash] opts the optional parameters
133
255
  # @option opts [String] :expand
134
- # @return [InlineResponse20018]
256
+ # @return [InlineResponse20020]
135
257
  describe 'providers_get test' do
136
258
  it 'should work' do
137
259
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -152,6 +274,19 @@ describe 'ConnectionsApi' do
152
274
  end
153
275
  end
154
276
 
277
+ # unit tests for providers_id_connector_sources_get
278
+ # Get list of connector sources
279
+ #
280
+ # @param id_connector
281
+ # @param [Hash] opts the optional parameters
282
+ # @option opts [String] :expand
283
+ # @return [InlineResponse20011]
284
+ describe 'providers_id_connector_sources_get test' do
285
+ it 'should work' do
286
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
287
+ end
288
+ end
289
+
155
290
  # unit tests for users_id_user_connections_delete
156
291
  # Delete all connections
157
292
  #
@@ -192,6 +327,20 @@ describe 'ConnectionsApi' do
192
327
  end
193
328
  end
194
329
 
330
+ # unit tests for users_id_user_connections_id_connection_get
331
+ # Get connection
332
+ # Get connection by ID
333
+ # @param id_user Hint: you can use 'me' or 'all'
334
+ # @param id_connection
335
+ # @param [Hash] opts the optional parameters
336
+ # @option opts [String] :expand
337
+ # @return [Connection]
338
+ describe 'users_id_user_connections_id_connection_get test' do
339
+ it 'should work' do
340
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
341
+ end
342
+ end
343
+
195
344
  # unit tests for users_id_user_connections_id_connection_informations_get
196
345
  # Get connection additionnal informations
197
346
  # <br><br>
@@ -222,8 +371,9 @@ describe 'ConnectionsApi' do
222
371
  # @option opts [Integer] :id_connection2 ID of a connection
223
372
  # @option opts [Integer] :id_connector ID of a connector
224
373
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
374
+ # @option opts [Integer] :id_source ID of a source
225
375
  # @option opts [String] :expand
226
- # @return [InlineResponse20017]
376
+ # @return [InlineResponse20015]
227
377
  describe 'users_id_user_connections_id_connection_logs_get test' do
228
378
  it 'should work' do
229
379
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -236,12 +386,7 @@ describe 'ConnectionsApi' do
236
386
  # @param id_user Hint: you can use 'me' or 'all'
237
387
  # @param id_connection
238
388
  # @param [Hash] opts the optional parameters
239
- # @option opts [BOOLEAN] :active Set if the connection synchronisation is active
240
- # @option opts [DateTime] :expire Set expiration of the connection to this date
241
- # @option opts [String] :login Set login to this new login
242
- # @option opts [String] :password Set password to this new password
243
- # @option opts [BOOLEAN] :decoupled Try to update a connection with the decoupled error
244
- # @option opts [String] :expand
389
+ # @option opts [Object] :connection
245
390
  # @return [Connection]
246
391
  describe 'users_id_user_connections_id_connection_post test' do
247
392
  it 'should work' do
@@ -263,26 +408,73 @@ describe 'ConnectionsApi' do
263
408
  end
264
409
  end
265
410
 
411
+ # unit tests for users_id_user_connections_id_connection_sources_get
412
+ # Get connection sources
413
+ #
414
+ # @param id_user Hint: you can use 'me' or 'all'
415
+ # @param id_connection
416
+ # @param [Hash] opts the optional parameters
417
+ # @option opts [String] :expand
418
+ # @return [InlineResponse20016]
419
+ describe 'users_id_user_connections_id_connection_sources_get test' do
420
+ it 'should work' do
421
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
422
+ end
423
+ end
424
+
425
+ # unit tests for users_id_user_connections_id_connection_sources_id_source_delete
426
+ # Disable a connection source
427
+ # This will make it so the specified source will not be synchronized anymore.<br><br>
428
+ # @param id_user Hint: you can use 'me' or 'all'
429
+ # @param id_connection
430
+ # @param id_source
431
+ # @param [Hash] opts the optional parameters
432
+ # @option opts [String] :expand
433
+ # @return [ConnectionSource]
434
+ describe 'users_id_user_connections_id_connection_sources_id_source_delete test' do
435
+ it 'should work' do
436
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
437
+ end
438
+ end
439
+
440
+ # unit tests for users_id_user_connections_id_connection_sources_id_source_post
441
+ # Enable connection source
442
+ # This will make it so the specified source will be able to be synchronized.<br><br>
443
+ # @param id_user Hint: you can use 'me' or 'all'
444
+ # @param id_connection
445
+ # @param id_source
446
+ # @param [Hash] opts the optional parameters
447
+ # @option opts [String] :expand
448
+ # @return [ConnectionSource]
449
+ describe 'users_id_user_connections_id_connection_sources_id_source_post test' do
450
+ it 'should work' do
451
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
452
+ end
453
+ end
454
+
455
+ # unit tests for users_id_user_connections_id_connection_sources_id_source_put
456
+ # Enable connection source
457
+ # This will make it so the specified source will be able to be synchronized.<br><br>
458
+ # @param id_user Hint: you can use 'me' or 'all'
459
+ # @param id_connection
460
+ # @param id_source
461
+ # @param [Hash] opts the optional parameters
462
+ # @option opts [String] :expand
463
+ # @return [ConnectionSource]
464
+ describe 'users_id_user_connections_id_connection_sources_id_source_put test' do
465
+ it 'should work' do
466
+ # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
467
+ end
468
+ end
469
+
266
470
  # unit tests for users_id_user_connections_post
267
471
  # Add a new connection.
268
472
  # 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>
269
473
  # @param id_user Hint: you can use 'me' or 'all'
270
474
  # @param [Hash] opts the optional parameters
271
- # @option opts [Integer] :id_connector ID of the connector
272
- # @option opts [String] :connector_uuid optional uuid of the connector (replaces id_connector)
273
- # @option opts [String] :birthday bank additional login parameter
274
- # @option opts [String] :password bank additional login parameter
275
- # @option opts [String] :oauth_token bank additional login parameter
276
- # @option opts [String] :oauth_token_secret bank additional login parameter
277
- # @option opts [String] :auth_type bank additional login parameter
278
- # @option opts [String] :secret bank additional login parameter
279
- # @option opts [String] :type bank additional login parameter
280
- # @option opts [String] :birthdate bank additional login parameter
281
- # @option opts [String] :nuser bank additional login parameter
282
- # @option opts [String] :website bank additional login parameter
283
- # @option opts [String] :login bank additional login parameter
284
- # @option opts [Integer] :id_provider ID of the provider
475
+ # @option opts [String] :source optional comma-separated list of sources to use for the connection synchronization
285
476
  # @option opts [String] :expand
477
+ # @option opts [Object] :connection
286
478
  # @return [Connection]
287
479
  describe 'users_id_user_connections_post test' do
288
480
  it 'should work' do
@@ -305,8 +497,9 @@ describe 'ConnectionsApi' do
305
497
  # @option opts [Integer] :id_connection ID of a connection
306
498
  # @option opts [Integer] :id_connector ID of a connector
307
499
  # @option opts [BOOLEAN] :charged consider only logs for charged connectors
500
+ # @option opts [Integer] :id_source ID of a source
308
501
  # @option opts [String] :expand
309
- # @return [InlineResponse20017]
502
+ # @return [InlineResponse20015]
310
503
  describe 'users_id_user_logs_get test' do
311
504
  it 'should work' do
312
505
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -6,7 +6,7 @@
6
6
  OpenAPI spec version: 2.0
7
7
 
8
8
  Generated by: https://github.com/swagger-api/swagger-codegen.git
9
- Swagger Codegen version: 2.4.1
9
+ Swagger Codegen version: 2.4.14
10
10
 
11
11
  =end
12
12
 
@@ -37,7 +37,7 @@ describe 'DocumentsApi' do
37
37
  #
38
38
  # @param [Hash] opts the optional parameters
39
39
  # @option opts [String] :expand
40
- # @return [InlineResponse20015]
40
+ # @return [InlineResponse20018]
41
41
  describe 'documenttypes_get test' do
42
42
  it 'should work' do
43
43
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -105,7 +105,7 @@ describe 'DocumentsApi' do
105
105
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
106
106
  # @option opts [Integer] :id_type filter with a document type
107
107
  # @option opts [String] :expand
108
- # @return [InlineResponse20031]
108
+ # @return [InlineResponse20032]
109
109
  describe 'users_id_user_accounts_id_account_transactions_id_transaction_documents_get test' do
110
110
  it 'should work' do
111
111
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -230,7 +230,7 @@ describe 'DocumentsApi' do
230
230
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
231
231
  # @option opts [Integer] :id_type filter with a document type
232
232
  # @option opts [String] :expand
233
- # @return [InlineResponse20031]
233
+ # @return [InlineResponse20032]
234
234
  describe 'users_id_user_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get test' do
235
235
  it 'should work' do
236
236
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -357,7 +357,7 @@ describe 'DocumentsApi' do
357
357
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
358
358
  # @option opts [Integer] :id_type filter with a document type
359
359
  # @option opts [String] :expand
360
- # @return [InlineResponse20031]
360
+ # @return [InlineResponse20032]
361
361
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactions_id_transaction_documents_get test' do
362
362
  it 'should work' do
363
363
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -488,7 +488,7 @@ describe 'DocumentsApi' do
488
488
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
489
489
  # @option opts [Integer] :id_type filter with a document type
490
490
  # @option opts [String] :expand
491
- # @return [InlineResponse20031]
491
+ # @return [InlineResponse20032]
492
492
  describe 'users_id_user_connections_id_connection_accounts_id_account_transactionsclusters_id_transactions_cluster_documents_get test' do
493
493
  it 'should work' do
494
494
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -615,7 +615,7 @@ describe 'DocumentsApi' do
615
615
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
616
616
  # @option opts [Integer] :id_type filter with a document type
617
617
  # @option opts [String] :expand
618
- # @return [InlineResponse20031]
618
+ # @return [InlineResponse20032]
619
619
  describe 'users_id_user_connections_id_connection_documents_get test' do
620
620
  it 'should work' do
621
621
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -736,7 +736,7 @@ describe 'DocumentsApi' do
736
736
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
737
737
  # @option opts [Integer] :id_type filter with a document type
738
738
  # @option opts [String] :expand
739
- # @return [InlineResponse20031]
739
+ # @return [InlineResponse20032]
740
740
  describe 'users_id_user_connections_id_connection_subscriptions_id_subscription_documents_get test' do
741
741
  it 'should work' do
742
742
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -861,7 +861,7 @@ describe 'DocumentsApi' do
861
861
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
862
862
  # @option opts [Integer] :id_type filter with a document type
863
863
  # @option opts [String] :expand
864
- # @return [InlineResponse20031]
864
+ # @return [InlineResponse20032]
865
865
  describe 'users_id_user_connections_id_connection_transactions_id_transaction_documents_get test' do
866
866
  it 'should work' do
867
867
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -986,7 +986,7 @@ describe 'DocumentsApi' do
986
986
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
987
987
  # @option opts [Integer] :id_type filter with a document type
988
988
  # @option opts [String] :expand
989
- # @return [InlineResponse20031]
989
+ # @return [InlineResponse20032]
990
990
  describe 'users_id_user_connections_id_connection_transactionsclusters_id_transactions_cluster_documents_get test' do
991
991
  it 'should work' do
992
992
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1107,7 +1107,7 @@ describe 'DocumentsApi' do
1107
1107
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
1108
1108
  # @option opts [Integer] :id_type filter with a document type
1109
1109
  # @option opts [String] :expand
1110
- # @return [InlineResponse20031]
1110
+ # @return [InlineResponse20032]
1111
1111
  describe 'users_id_user_documents_get test' do
1112
1112
  it 'should work' do
1113
1113
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1237,7 +1237,7 @@ describe 'DocumentsApi' do
1237
1237
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
1238
1238
  # @option opts [Integer] :id_type filter with a document type
1239
1239
  # @option opts [String] :expand
1240
- # @return [InlineResponse20031]
1240
+ # @return [InlineResponse20032]
1241
1241
  describe 'users_id_user_subscriptions_id_subscription_documents_get test' do
1242
1242
  it 'should work' do
1243
1243
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1356,7 +1356,7 @@ describe 'DocumentsApi' do
1356
1356
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
1357
1357
  # @option opts [Integer] :id_type filter with a document type
1358
1358
  # @option opts [String] :expand
1359
- # @return [InlineResponse20031]
1359
+ # @return [InlineResponse20032]
1360
1360
  describe 'users_id_user_transactions_id_transaction_documents_get test' do
1361
1361
  it 'should work' do
1362
1362
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
@@ -1475,7 +1475,7 @@ describe 'DocumentsApi' do
1475
1475
  # @option opts [Float] :max_timestamp maximum (inclusive) timestamp
1476
1476
  # @option opts [Integer] :id_type filter with a document type
1477
1477
  # @option opts [String] :expand
1478
- # @return [InlineResponse20031]
1478
+ # @return [InlineResponse20032]
1479
1479
  describe 'users_id_user_transactionsclusters_id_transactions_cluster_documents_get test' do
1480
1480
  it 'should work' do
1481
1481
  # assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers