finapps 5.0.25 → 5.0.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/.codeclimate.yml +2 -1
  3. data/RELEASES.md +40 -0
  4. data/finapps.gemspec +1 -1
  5. data/lib/finapps.rb +6 -1
  6. data/lib/finapps/rest/client.rb +14 -8
  7. data/lib/finapps/rest/consumers.rb +3 -1
  8. data/lib/finapps/rest/documents_orders.rb +88 -0
  9. data/lib/finapps/rest/documents_orders_notifications.rb +14 -0
  10. data/lib/finapps/rest/esign_templates.rb +11 -0
  11. data/lib/finapps/rest/signed_documents_downloads.rb +15 -0
  12. data/lib/finapps/rest/verix/verix_documents.rb +21 -0
  13. data/lib/finapps/rest/verix/verix_pdf_documents.rb +15 -0
  14. data/lib/finapps/version.rb +1 -1
  15. data/spec/rest/consumers_spec.rb +24 -1
  16. data/spec/rest/documents_orders_notifications_spec.rb +40 -0
  17. data/spec/rest/documents_orders_spec.rb +272 -0
  18. data/spec/rest/esign_templates_spec.rb +20 -0
  19. data/spec/rest/signed_documents_downloads_spec.rb +35 -0
  20. data/spec/rest/verix/verix_documents_spec.rb +52 -0
  21. data/spec/rest/verix/verix_pdf_documents_spec.rb +35 -0
  22. data/spec/rest/verix/verix_records_spec.rb +3 -14
  23. data/spec/support/fake_api.rb +74 -8
  24. data/spec/support/fixtures/documents_order.json +75 -0
  25. data/spec/support/fixtures/documents_orders.json +32 -0
  26. data/spec/support/fixtures/esign_templates.json +6 -0
  27. data/spec/support/fixtures/invalid_order_id.json +5 -0
  28. data/spec/support/fixtures/invalid_signature_id.json +5 -0
  29. data/spec/support/fixtures/sign_url.json +4 -0
  30. data/spec/support/fixtures/signed_document.pdf +0 -0
  31. data/spec/support/fixtures/verix/document/document.pdf +0 -0
  32. data/spec/support/fixtures/verix/document/list.json +36 -0
  33. data/spec/support/fixtures/verix/document/show.json +35 -0
  34. data/spec/support/fixtures/verix/record/create.json +25 -17
  35. data/spec/support/fixtures/verix/record/list.json +121 -45
  36. metadata +80 -56
  37. data/lib/finapps/rest/statements.rb +0 -16
  38. data/spec/rest/statements_spec.rb +0 -42
  39. data/spec/support/fixtures/fake_pdf_statement.json +0 -3
@@ -0,0 +1,35 @@
1
+ {
2
+ "_id": "5e4c44a5b778c00001a81275",
3
+ "consumer_id": "1f50bddc-4cbf-4e16-6782-a2295d695d4e",
4
+ "date_synced": "2020-02-18T20:10:13.245Z",
5
+ "document": {
6
+ "adjusted_gross_income": "",
7
+ "adjusted_gross_income_per_computer": "",
8
+ "business_income_or_loss_schedule_c": 0,
9
+ "farm_income_or_loss_schedule_f": 0,
10
+ "filer": {
11
+ "name": "BEN SMIT",
12
+ "ssn": "XXX-XX-5890"
13
+ },
14
+ "filing_status": "Married Filing Jointly",
15
+ "form_type": "1040",
16
+ "id": 34789,
17
+ "ordinary_dividend_income": 934,
18
+ "other_income": 0,
19
+ "qualified_dividends": 671,
20
+ "refunds_of_state_local_taxes": 287,
21
+ "rent_royalty_partnership_estate_schedule_e": 63561,
22
+ "tax_period_ends_at": "2017-12-31",
23
+ "taxable_social_security_benefits": 0,
24
+ "total_income": 297045,
25
+ "total_income_per_computer": 297045,
26
+ "total_social_security_benefits": 0,
27
+ "unemployment_compensation": 0,
28
+ "wages_salaries_tips_etc": 230681
29
+ },
30
+ "document_id": "5e4c44a5b778c00001a81275",
31
+ "record_id": "5e4c44a46c20ec0001e3a505",
32
+ "tax_period_ends_at": "2017-12-31",
33
+ "tenant_id": "4dd607b1-565f-4da4-722c-2e84c5c87f43",
34
+ "type": "form_1040"
35
+ }
@@ -1,17 +1,25 @@
1
- {
2
- "_id": "string",
3
- "consumer_id": "string",
4
- "date_exchanged": "2019-12-17T14:50:00Z",
5
- "date_modified": "2019-12-17T14:50:00Z",
6
- "documents": [
7
- {
8
- "count": 0,
9
- "date_synced": "2019-12-17T14:50:00Z",
10
- "document_id": "string",
11
- "downloaded": true,
12
- "type": "string"
13
- }
14
- ],
15
- "error": "string",
16
- "status": 0
17
- }
1
+
2
+ {
3
+ "_id": "string",
4
+ "consumer_id": "string",
5
+ "date_exchanged": "2020-02-19T14:13:34Z",
6
+ "date_modified": "2020-02-19T14:13:34Z",
7
+ "documents": [
8
+ {
9
+ "date_synced": "2020-02-19T14:13:34Z",
10
+ "document_id": "string",
11
+ "tax_period_ends_at": "string",
12
+ "type": "string"
13
+ }
14
+ ],
15
+ "downloaded_documents": [
16
+ {
17
+ "provider_id": 0,
18
+ "successful": true,
19
+ "tax_period_ends_at": "string",
20
+ "type": "string"
21
+ }
22
+ ],
23
+ "error": "string",
24
+ "status": 0
25
+ }
@@ -1,81 +1,157 @@
1
1
  [
2
2
  {
3
- "_id": "5df7eadbfe13f5000148ca0e",
4
- "consumer_id": "594625b4-e8fe-40b7-422f-f758bb877ae7",
3
+ "_id": "5e4c44a46c20ec0001e3a505",
4
+ "consumer_id": "1f50bddc-4cbf-4e16-6782-a2295d695d4e",
5
5
  "status": 2,
6
6
  "error": "",
7
- "date_exchanged": "2019-12-16T20:36:43.342Z",
8
- "date_modified": "2019-12-16T20:36:45.59Z",
7
+ "date_exchanged": "2020-02-18T20:10:12.887Z",
8
+ "date_modified": "2020-02-18T20:10:16.321Z",
9
9
  "documents": [
10
10
  {
11
11
  "type": "form_1040",
12
- "document_id": "5df7eadbc496df0001e9daa0",
13
- "count": 2,
14
- "downloaded": false,
15
- "date_synced": "2019-12-16T20:36:43.537Z"
12
+ "document_id": "5e4c44a5b778c00001a81275",
13
+ "tax_period_ends_at": "2017-12-31",
14
+ "date_synced": "2020-02-18T20:10:13.245Z"
16
15
  },
17
16
  {
18
- "type": "schedule_c",
19
- "document_id": "5df7eadbc496df0001e9daa1",
20
- "count": 0,
21
- "downloaded": false,
22
- "date_synced": "2019-12-16T20:36:43.613Z"
17
+ "type": "form_1040",
18
+ "document_id": "5e4c44a5b778c00001a81276",
19
+ "tax_period_ends_at": "2018-12-31",
20
+ "date_synced": "2020-02-18T20:10:13.245Z"
23
21
  },
24
22
  {
25
23
  "type": "schedule_d",
26
- "document_id": "5df7eadbc496df0001e9daa2",
27
- "count": 2,
28
- "downloaded": false,
29
- "date_synced": "2019-12-16T20:36:43.676Z"
24
+ "document_id": "5e4c44a5b778c00001a81277",
25
+ "tax_period_ends_at": "2017-12-31",
26
+ "date_synced": "2020-02-18T20:10:13.469Z"
27
+ },
28
+ {
29
+ "type": "schedule_d",
30
+ "document_id": "5e4c44a5b778c00001a81278",
31
+ "tax_period_ends_at": "2018-12-31",
32
+ "date_synced": "2020-02-18T20:10:13.469Z"
33
+ },
34
+ {
35
+ "type": "schedule_e",
36
+ "document_id": "5e4c44a5b778c00001a81279",
37
+ "tax_period_ends_at": "2017-12-31",
38
+ "date_synced": "2020-02-18T20:10:13.7Z"
30
39
  },
31
40
  {
32
41
  "type": "schedule_e",
33
- "document_id": "5df7eadbc496df0001e9daa3",
34
- "count": 2,
35
- "downloaded": false,
36
- "date_synced": "2019-12-16T20:36:43.737Z"
42
+ "document_id": "5e4c44a5b778c00001a8127a",
43
+ "tax_period_ends_at": "2018-12-31",
44
+ "date_synced": "2020-02-18T20:10:13.7Z"
37
45
  },
38
46
  {
39
47
  "type": "schedule_k1_form_1065",
40
- "document_id": "5df7eadbc496df0001e9daa4",
41
- "count": 1,
42
- "downloaded": false,
43
- "date_synced": "2019-12-16T20:36:43.807Z"
48
+ "document_id": "5e4c44a5b778c00001a8127b",
49
+ "tax_period_ends_at": "2017-12-31",
50
+ "date_synced": "2020-02-18T20:10:13.78Z"
51
+ },
52
+ {
53
+ "type": "schedule_k1_form_1120s",
54
+ "document_id": "5e4c44a5b778c00001a8127c",
55
+ "tax_period_ends_at": "2017-12-31",
56
+ "date_synced": "2020-02-18T20:10:13.881Z"
44
57
  },
45
58
  {
46
59
  "type": "schedule_k1_form_1120s",
47
- "document_id": "5df7eadbc496df0001e9daa5",
48
- "count": 2,
49
- "downloaded": false,
50
- "date_synced": "2019-12-16T20:36:43.912Z"
60
+ "document_id": "5e4c44a5b778c00001a8127d",
61
+ "tax_period_ends_at": "2018-12-31",
62
+ "date_synced": "2020-02-18T20:10:13.881Z"
51
63
  },
52
64
  {
53
65
  "type": "form_w2",
54
- "document_id": "5df7eadcc496df0001e9daa6",
55
- "count": 1,
56
- "downloaded": false,
57
- "date_synced": "2019-12-16T20:36:44.015Z"
66
+ "document_id": "5e4c44a5b778c00001a8127e",
67
+ "tax_period_ends_at": "2017-12-31",
68
+ "date_synced": "2020-02-18T20:10:13.972Z"
58
69
  },
59
70
  {
60
71
  "type": "form_1099_div",
61
- "document_id": "5df7eaddc496df0001e9daa9",
62
- "count": 4,
63
- "downloaded": false,
64
- "date_synced": "2019-12-16T20:36:45.441Z"
72
+ "document_id": "5e4c44a6b778c00001a8127f",
73
+ "tax_period_ends_at": "2017-12-31",
74
+ "date_synced": "2020-02-18T20:10:14.082Z"
75
+ },
76
+ {
77
+ "type": "form_1099_div",
78
+ "document_id": "5e4c44a6b778c00001a81280",
79
+ "tax_period_ends_at": "2017-12-31",
80
+ "date_synced": "2020-02-18T20:10:14.082Z"
81
+ },
82
+ {
83
+ "type": "form_1099_div",
84
+ "document_id": "5e4c44a6b778c00001a81281",
85
+ "tax_period_ends_at": "2018-12-31",
86
+ "date_synced": "2020-02-18T20:10:14.082Z"
87
+ },
88
+ {
89
+ "type": "form_1099_div",
90
+ "document_id": "5e4c44a6b778c00001a81282",
91
+ "tax_period_ends_at": "2018-12-31",
92
+ "date_synced": "2020-02-18T20:10:14.082Z"
65
93
  },
66
94
  {
67
95
  "type": "form_1099_int",
68
- "document_id": "5df7eaddc496df0001e9daaa",
69
- "count": 2,
70
- "downloaded": false,
71
- "date_synced": "2019-12-16T20:36:45.501Z"
96
+ "document_id": "5e4c44a6b778c00001a81283",
97
+ "tax_period_ends_at": "2017-12-31",
98
+ "date_synced": "2020-02-18T20:10:14.223Z"
99
+ },
100
+ {
101
+ "type": "form_1099_int",
102
+ "document_id": "5e4c44a6b778c00001a81284",
103
+ "tax_period_ends_at": "2018-12-31",
104
+ "date_synced": "2020-02-18T20:10:14.223Z"
105
+ },
106
+ {
107
+ "type": "form_5498",
108
+ "document_id": "5e4c44a6b778c00001a81285",
109
+ "tax_period_ends_at": "2017-12-31",
110
+ "date_synced": "2020-02-18T20:10:14.34Z"
72
111
  },
73
112
  {
74
113
  "type": "form_5498",
75
- "document_id": "5df7eaddc496df0001e9daab",
76
- "count": 4,
77
- "downloaded": false,
78
- "date_synced": "2019-12-16T20:36:45.587Z"
114
+ "document_id": "5e4c44a6b778c00001a81286",
115
+ "tax_period_ends_at": "2017-12-31",
116
+ "date_synced": "2020-02-18T20:10:14.34Z"
117
+ },
118
+ {
119
+ "type": "form_5498",
120
+ "document_id": "5e4c44a6b778c00001a81287",
121
+ "tax_period_ends_at": "2017-12-31",
122
+ "date_synced": "2020-02-18T20:10:14.34Z"
123
+ },
124
+ {
125
+ "type": "form_5498",
126
+ "document_id": "5e4c44a6b778c00001a81288",
127
+ "tax_period_ends_at": "2017-12-31",
128
+ "date_synced": "2020-02-18T20:10:14.34Z"
129
+ }
130
+ ],
131
+ "downloaded_documents": [
132
+ {
133
+ "provider_id": 7661,
134
+ "type": "tax_return",
135
+ "tax_period_ends_at": "2017-12-31",
136
+ "successful": false
137
+ },
138
+ {
139
+ "provider_id": 7662,
140
+ "type": "tax_return",
141
+ "tax_period_ends_at": "2018-12-31",
142
+ "successful": false
143
+ },
144
+ {
145
+ "provider_id": 7663,
146
+ "type": "wage_and_income",
147
+ "tax_period_ends_at": "2017-12-31",
148
+ "successful": false
149
+ },
150
+ {
151
+ "provider_id": 7664,
152
+ "type": "wage_and_income",
153
+ "tax_period_ends_at": "2018-12-31",
154
+ "successful": false
79
155
  }
80
156
  ]
81
157
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: finapps
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.0.25
4
+ version: 5.0.30
5
5
  platform: ruby
6
6
  authors:
7
7
  - Erich Quintero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-02-03 00:00:00.000000000 Z
11
+ date: 2020-05-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: finapps_core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '5.0'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 5.0.6
22
+ version: 5.0.7
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '5.0'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 5.0.6
32
+ version: 5.0.7
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: bundler
35
35
  requirement: !ruby/object:Gem::Requirement
@@ -154,42 +154,42 @@ dependencies:
154
154
  name: rspec
155
155
  requirement: !ruby/object:Gem::Requirement
156
156
  requirements:
157
- - - ">="
158
- - !ruby/object:Gem::Version
159
- version: 3.9.0
160
157
  - - "~>"
161
158
  - !ruby/object:Gem::Version
162
159
  version: '3.9'
160
+ - - ">="
161
+ - !ruby/object:Gem::Version
162
+ version: 3.9.0
163
163
  type: :development
164
164
  prerelease: false
165
165
  version_requirements: !ruby/object:Gem::Requirement
166
166
  requirements:
167
- - - ">="
168
- - !ruby/object:Gem::Version
169
- version: 3.9.0
170
167
  - - "~>"
171
168
  - !ruby/object:Gem::Version
172
169
  version: '3.9'
170
+ - - ">="
171
+ - !ruby/object:Gem::Version
172
+ version: 3.9.0
173
173
  - !ruby/object:Gem::Dependency
174
174
  name: rubocop
175
175
  requirement: !ruby/object:Gem::Requirement
176
176
  requirements:
177
- - - ">="
178
- - !ruby/object:Gem::Version
179
- version: 0.79.0
180
177
  - - "~>"
181
178
  - !ruby/object:Gem::Version
182
179
  version: '0.79'
180
+ - - ">="
181
+ - !ruby/object:Gem::Version
182
+ version: 0.79.0
183
183
  type: :development
184
184
  prerelease: false
185
185
  version_requirements: !ruby/object:Gem::Requirement
186
186
  requirements:
187
- - - ">="
188
- - !ruby/object:Gem::Version
189
- version: 0.79.0
190
187
  - - "~>"
191
188
  - !ruby/object:Gem::Version
192
189
  version: '0.79'
190
+ - - ">="
191
+ - !ruby/object:Gem::Version
192
+ version: 0.79.0
193
193
  - !ruby/object:Gem::Dependency
194
194
  name: rubocop-performance
195
195
  requirement: !ruby/object:Gem::Requirement
@@ -254,22 +254,22 @@ dependencies:
254
254
  name: webmock
255
255
  requirement: !ruby/object:Gem::Requirement
256
256
  requirements:
257
- - - ">="
258
- - !ruby/object:Gem::Version
259
- version: 3.8.0
260
257
  - - "~>"
261
258
  - !ruby/object:Gem::Version
262
259
  version: '3.8'
260
+ - - ">="
261
+ - !ruby/object:Gem::Version
262
+ version: 3.8.0
263
263
  type: :development
264
264
  prerelease: false
265
265
  version_requirements: !ruby/object:Gem::Requirement
266
266
  requirements:
267
- - - ">="
268
- - !ruby/object:Gem::Version
269
- version: 3.8.0
270
267
  - - "~>"
271
268
  - !ruby/object:Gem::Version
272
269
  version: '3.8'
270
+ - - ">="
271
+ - !ruby/object:Gem::Version
272
+ version: 3.8.0
273
273
  description: A simple library for communicating with the FinApps REST API.
274
274
  email:
275
275
  - erich@financialapps.com
@@ -302,6 +302,9 @@ files:
302
302
  - lib/finapps/rest/client.rb
303
303
  - lib/finapps/rest/consumers.rb
304
304
  - lib/finapps/rest/consumers_portfolios.rb
305
+ - lib/finapps/rest/documents_orders.rb
306
+ - lib/finapps/rest/documents_orders_notifications.rb
307
+ - lib/finapps/rest/esign_templates.rb
305
308
  - lib/finapps/rest/operators.rb
306
309
  - lib/finapps/rest/operators_password_resets.rb
307
310
  - lib/finapps/rest/order_assignments.rb
@@ -325,10 +328,12 @@ files:
325
328
  - lib/finapps/rest/portfolios_consumers.rb
326
329
  - lib/finapps/rest/products.rb
327
330
  - lib/finapps/rest/sessions.rb
328
- - lib/finapps/rest/statements.rb
331
+ - lib/finapps/rest/signed_documents_downloads.rb
329
332
  - lib/finapps/rest/tenant_app_settings.rb
330
333
  - lib/finapps/rest/tenant_settings.rb
334
+ - lib/finapps/rest/verix/verix_documents.rb
331
335
  - lib/finapps/rest/verix/verix_metadata.rb
336
+ - lib/finapps/rest/verix/verix_pdf_documents.rb
332
337
  - lib/finapps/rest/verix/verix_records.rb
333
338
  - lib/finapps/rest/version.rb
334
339
  - lib/finapps/utils/query_builder.rb
@@ -340,6 +345,9 @@ files:
340
345
  - spec/rest/client_spec.rb
341
346
  - spec/rest/consumers_portfolios_spec.rb
342
347
  - spec/rest/consumers_spec.rb
348
+ - spec/rest/documents_orders_notifications_spec.rb
349
+ - spec/rest/documents_orders_spec.rb
350
+ - spec/rest/esign_templates_spec.rb
343
351
  - spec/rest/operators_password_resets_spec.rb
344
352
  - spec/rest/operators_spec.rb
345
353
  - spec/rest/order_assignments_spec.rb
@@ -362,10 +370,12 @@ files:
362
370
  - spec/rest/portfolios_spec.rb
363
371
  - spec/rest/products_spec.rb
364
372
  - spec/rest/sessions_spec.rb
365
- - spec/rest/statements_spec.rb
373
+ - spec/rest/signed_documents_downloads_spec.rb
366
374
  - spec/rest/tenant_app_settings_spec.rb
367
375
  - spec/rest/tenant_settings_spec.rb
376
+ - spec/rest/verix/verix_documents_spec.rb
368
377
  - spec/rest/verix/verix_metadata_spec.rb
378
+ - spec/rest/verix/verix_pdf_documents_spec.rb
369
379
  - spec/rest/verix/verix_records_spec.rb
370
380
  - spec/rest/version_spec.rb
371
381
  - spec/spec_helper.rb
@@ -374,9 +384,13 @@ files:
374
384
  - spec/support/fixtures/alert_definition.json
375
385
  - spec/support/fixtures/alert_definitions.json
376
386
  - spec/support/fixtures/alert_occurrences.json
387
+ - spec/support/fixtures/documents_order.json
388
+ - spec/support/fixtures/documents_orders.json
377
389
  - spec/support/fixtures/error.json
378
- - spec/support/fixtures/fake_pdf_statement.json
390
+ - spec/support/fixtures/esign_templates.json
391
+ - spec/support/fixtures/invalid_order_id.json
379
392
  - spec/support/fixtures/invalid_request_body.json
393
+ - spec/support/fixtures/invalid_signature_id.json
380
394
  - spec/support/fixtures/invalid_tenant_credentials.json
381
395
  - spec/support/fixtures/invalid_user_id.json
382
396
  - spec/support/fixtures/invalid_user_institution_id.json
@@ -413,12 +427,17 @@ files:
413
427
  - spec/support/fixtures/resource.json
414
428
  - spec/support/fixtures/resource_not_found.json
415
429
  - spec/support/fixtures/resources.json
430
+ - spec/support/fixtures/sign_url.json
431
+ - spec/support/fixtures/signed_document.pdf
416
432
  - spec/support/fixtures/single_consumer_subscribe_error.json
417
433
  - spec/support/fixtures/tenant_app_settings.json
418
434
  - spec/support/fixtures/tenant_settings.json
419
435
  - spec/support/fixtures/unauthorized.json
420
436
  - spec/support/fixtures/user.json
421
437
  - spec/support/fixtures/users.json
438
+ - spec/support/fixtures/verix/document/document.pdf
439
+ - spec/support/fixtures/verix/document/list.json
440
+ - spec/support/fixtures/verix/document/show.json
422
441
  - spec/support/fixtures/verix/metadata.json
423
442
  - spec/support/fixtures/verix/record/create.json
424
443
  - spec/support/fixtures/verix/record/list.json
@@ -449,46 +468,51 @@ required_rubygems_version: !ruby/object:Gem::Requirement
449
468
  - !ruby/object:Gem::Version
450
469
  version: '0'
451
470
  requirements: []
452
- rubygems_version: 3.0.6
471
+ rubygems_version: 3.1.3
453
472
  signing_key:
454
473
  specification_version: 4
455
474
  summary: FinApps REST API ruby client.
456
475
  test_files:
457
- - spec/rest/portfolios_consumers_spec.rb
458
- - spec/rest/consumers_portfolios_spec.rb
459
- - spec/rest/operators_password_resets_spec.rb
460
- - spec/rest/portfolios_available_consumers_spec.rb
461
- - spec/rest/products_spec.rb
462
- - spec/rest/statements_spec.rb
463
- - spec/rest/alert_definitions_spec.rb
464
- - spec/rest/version_spec.rb
465
- - spec/rest/consumers_spec.rb
466
- - spec/rest/orders_spec.rb
467
- - spec/rest/order_tokens_spec.rb
476
+ - spec/spec_helper.rb
477
+ - spec/spec_helpers/client.rb
478
+ - spec/utils/query_builder_spec.rb
479
+ - spec/support/fake_api.rb
468
480
  - spec/rest/tenant_app_settings_spec.rb
469
- - spec/rest/operators_spec.rb
470
- - spec/rest/verix/verix_records_spec.rb
471
- - spec/rest/verix/verix_metadata_spec.rb
472
- - spec/rest/client_spec.rb
473
- - spec/rest/tenant_settings_spec.rb
474
- - spec/rest/api_request.rb
475
- - spec/rest/alert_occurrences_spec.rb
476
- - spec/rest/password_resets_spec.rb
477
481
  - spec/rest/order_reports_spec.rb
482
+ - spec/rest/client_spec.rb
483
+ - spec/rest/consumers_spec.rb
478
484
  - spec/rest/portfolios_spec.rb
479
485
  - spec/rest/order_statuses_spec.rb
480
- - spec/rest/plaid/plaid_accounts_spec.rb
481
- - spec/rest/plaid/plaid_account_permissions_spec.rb
482
- - spec/rest/plaid/plaid_webhooks_spec.rb
483
- - spec/rest/plaid/plaid_institution_logos_spec.rb
484
- - spec/rest/plaid/plaid_consumer_institutions_spec.rb
485
- - spec/rest/order_refreshes_spec.rb
486
486
  - spec/rest/order_notifications_spec.rb
487
- - spec/rest/portfolios_alerts_spec.rb
487
+ - spec/rest/documents_orders_notifications_spec.rb
488
+ - spec/rest/operators_password_resets_spec.rb
489
+ - spec/rest/esign_templates_spec.rb
490
+ - spec/rest/portfolios_consumers_spec.rb
491
+ - spec/rest/operators_spec.rb
492
+ - spec/rest/version_spec.rb
488
493
  - spec/rest/order_assignments_spec.rb
494
+ - spec/rest/api_request.rb
495
+ - spec/rest/order_refreshes_spec.rb
496
+ - spec/rest/alert_definitions_spec.rb
497
+ - spec/rest/order_tokens_spec.rb
498
+ - spec/rest/products_spec.rb
489
499
  - spec/rest/sessions_spec.rb
500
+ - spec/rest/portfolios_available_consumers_spec.rb
501
+ - spec/rest/portfolios_alerts_spec.rb
502
+ - spec/rest/verix/verix_metadata_spec.rb
503
+ - spec/rest/verix/verix_records_spec.rb
504
+ - spec/rest/verix/verix_documents_spec.rb
505
+ - spec/rest/verix/verix_pdf_documents_spec.rb
506
+ - spec/rest/signed_documents_downloads_spec.rb
507
+ - spec/rest/password_resets_spec.rb
490
508
  - spec/rest/portfolio_reports_spec.rb
491
- - spec/support/fake_api.rb
492
- - spec/utils/query_builder_spec.rb
493
- - spec/spec_helpers/client.rb
494
- - spec/spec_helper.rb
509
+ - spec/rest/plaid/plaid_webhooks_spec.rb
510
+ - spec/rest/plaid/plaid_institution_logos_spec.rb
511
+ - spec/rest/plaid/plaid_consumer_institutions_spec.rb
512
+ - spec/rest/plaid/plaid_accounts_spec.rb
513
+ - spec/rest/plaid/plaid_account_permissions_spec.rb
514
+ - spec/rest/consumers_portfolios_spec.rb
515
+ - spec/rest/documents_orders_spec.rb
516
+ - spec/rest/alert_occurrences_spec.rb
517
+ - spec/rest/tenant_settings_spec.rb
518
+ - spec/rest/orders_spec.rb