@reqquest/ui 1.0.1 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. package/README.md +8 -0
  2. package/dist/api.js +670 -129
  3. package/dist/components/AppRequestCard.svelte +172 -0
  4. package/dist/components/ApplicantProgramList.svelte +184 -0
  5. package/dist/components/ApplicantProgramListTooltip.svelte +22 -0
  6. package/dist/components/ApplicantPromptPage.svelte +88 -0
  7. package/dist/components/ApplicationDetailsView.svelte +307 -0
  8. package/dist/components/ButtonLoadingIcon.svelte +2 -1
  9. package/dist/components/FieldCardCheckbox.svelte +328 -0
  10. package/dist/components/FieldCardRadio.svelte +320 -0
  11. package/dist/components/IntroPanel.svelte +41 -0
  12. package/dist/components/PeriodPanel.svelte +100 -0
  13. package/dist/components/QuestionnairePrompt.svelte +36 -0
  14. package/dist/components/RenderDisplayComponent.svelte +38 -0
  15. package/dist/components/ReviewerList.svelte +93 -0
  16. package/dist/components/StatusMessageList.svelte +35 -0
  17. package/dist/components/WarningIconYellow.svelte +20 -0
  18. package/dist/components/index.js +11 -0
  19. package/dist/components/types.js +1 -0
  20. package/dist/csv.js +21 -0
  21. package/dist/index.js +2 -1
  22. package/dist/status-utils.js +343 -0
  23. package/dist/typed-client/schema.graphql +619 -134
  24. package/dist/typed-client/schema.js +87 -23
  25. package/dist/typed-client/types.js +993 -482
  26. package/dist/util.js +12 -1
  27. package/package.json +39 -40
  28. package/dist/api.d.ts +0 -595
  29. package/dist/components/ButtonLoadingIcon.svelte.d.ts +0 -18
  30. package/dist/components/index.d.ts +0 -1
  31. package/dist/index.d.ts +0 -5
  32. package/dist/registry.d.ts +0 -138
  33. package/dist/stores/IStateStore.d.ts +0 -5
  34. package/dist/typed-client/index.d.ts +0 -25
  35. package/dist/typed-client/runtime/batcher.d.ts +0 -105
  36. package/dist/typed-client/runtime/createClient.d.ts +0 -17
  37. package/dist/typed-client/runtime/error.d.ts +0 -18
  38. package/dist/typed-client/runtime/fetcher.d.ts +0 -10
  39. package/dist/typed-client/runtime/generateGraphqlOperation.d.ts +0 -30
  40. package/dist/typed-client/runtime/index.d.ts +0 -11
  41. package/dist/typed-client/runtime/linkTypeMap.d.ts +0 -9
  42. package/dist/typed-client/runtime/typeSelection.d.ts +0 -28
  43. package/dist/typed-client/runtime/types.d.ts +0 -55
  44. package/dist/typed-client/schema.d.ts +0 -1483
  45. package/dist/typed-client/types.d.ts +0 -540
  46. package/dist/util.d.ts +0 -2
@@ -1,672 +1,884 @@
1
1
  export default {
2
2
  "scalars": [
3
- 25,
4
- 26,
5
- 30,
3
+ 28,
6
4
  31,
7
- 35,
5
+ 34,
8
6
  36,
9
7
  37,
10
- 40,
11
8
  43,
12
- 56,
13
- 60,
14
- 61,
15
- 63
9
+ 44,
10
+ 45,
11
+ 48,
12
+ 49,
13
+ 50,
14
+ 53,
15
+ 70,
16
+ 74,
17
+ 75,
18
+ 77
16
19
  ],
17
20
  "types": {
18
21
  "Access": {
19
- "createAppRequest": [
20
- 31
22
+ "createAppRequestOther": [
23
+ 37
24
+ ],
25
+ "createAppRequestSelf": [
26
+ 37
21
27
  ],
22
28
  "createPeriod": [
23
- 31
29
+ 37
24
30
  ],
25
31
  "createRole": [
26
- 31
32
+ 37
33
+ ],
34
+ "user": [
35
+ 17
27
36
  ],
28
37
  "viewAppRequestList": [
29
- 31
38
+ 37
30
39
  ],
31
40
  "viewApplicantDashboard": [
32
- 31
41
+ 37
33
42
  ],
34
43
  "viewPeriodManagement": [
35
- 31
44
+ 37
36
45
  ],
37
46
  "viewReviewerInterface": [
38
- 31
47
+ 37
39
48
  ],
40
49
  "viewRoleManagement": [
41
- 31
50
+ 37
42
51
  ],
43
52
  "__typename": [
44
- 63
53
+ 77
45
54
  ]
46
55
  },
47
56
  "AccessControl": {
48
57
  "description": [
49
- 63
58
+ 77
50
59
  ],
51
60
  "name": [
52
- 63
61
+ 77
53
62
  ],
54
63
  "__typename": [
55
- 63
64
+ 77
65
+ ]
66
+ },
67
+ "AccessControlGroup": {
68
+ "controls": [
69
+ 1
70
+ ],
71
+ "description": [
72
+ 77
73
+ ],
74
+ "name": [
75
+ 77
76
+ ],
77
+ "tags": [
78
+ 15
79
+ ],
80
+ "title": [
81
+ 77
82
+ ],
83
+ "__typename": [
84
+ 77
56
85
  ]
57
86
  },
58
87
  "AccessGrantTag": {
59
88
  "category": [
60
- 63
89
+ 77
61
90
  ],
62
91
  "categoryLabel": [
63
- 63
92
+ 77
64
93
  ],
65
94
  "label": [
66
- 63
95
+ 77
67
96
  ],
68
97
  "tag": [
69
- 63
98
+ 77
70
99
  ],
71
100
  "__typename": [
72
- 63
101
+ 77
73
102
  ]
74
103
  },
75
104
  "AccessRole": {
76
105
  "actions": [
77
- 62
106
+ 76
78
107
  ],
79
108
  "description": [
80
- 63
109
+ 77
81
110
  ],
82
111
  "grants": [
83
- 5
112
+ 6
84
113
  ],
85
114
  "groups": [
86
- 63
115
+ 10
87
116
  ],
88
117
  "id": [
89
- 37
118
+ 45
90
119
  ],
91
120
  "name": [
92
- 63
121
+ 77
93
122
  ],
94
123
  "scope": [
95
- 63
124
+ 77
96
125
  ],
97
126
  "__typename": [
98
- 63
127
+ 77
99
128
  ]
100
129
  },
101
130
  "AccessRoleFilter": {
102
131
  "groups": [
103
- 63
132
+ 77
104
133
  ],
105
134
  "ids": [
106
- 37
135
+ 45
107
136
  ],
108
137
  "names": [
109
- 63
138
+ 77
110
139
  ],
111
140
  "scopes": [
112
- 63
141
+ 77
113
142
  ],
114
143
  "__typename": [
115
- 63
144
+ 77
116
145
  ]
117
146
  },
118
147
  "AccessRoleGrant": {
119
148
  "actions": [
120
- 6
149
+ 7
121
150
  ],
122
151
  "allow": [
123
- 31
152
+ 37
153
+ ],
154
+ "controlGroup": [
155
+ 2
124
156
  ],
125
157
  "controls": [
126
- 63
158
+ 77
127
159
  ],
128
160
  "id": [
129
- 37
130
- ],
131
- "subjectType": [
132
- 11
161
+ 45
133
162
  ],
134
163
  "tags": [
135
- 2
164
+ 3
136
165
  ],
137
166
  "__typename": [
138
- 63
167
+ 77
139
168
  ]
140
169
  },
141
170
  "AccessRoleGrantActions": {
142
171
  "delete": [
143
- 31
172
+ 37
144
173
  ],
145
174
  "update": [
146
- 31
175
+ 37
147
176
  ],
148
177
  "__typename": [
149
- 63
178
+ 77
150
179
  ]
151
180
  },
152
181
  "AccessRoleGrantCreate": {
153
182
  "allow": [
154
- 31
183
+ 37
155
184
  ],
156
- "controls": [
157
- 63
185
+ "controlGroup": [
186
+ 77
158
187
  ],
159
- "subjectType": [
160
- 63
188
+ "controls": [
189
+ 77
161
190
  ],
162
191
  "tags": [
163
- 14
192
+ 16
164
193
  ],
165
194
  "__typename": [
166
- 63
195
+ 77
167
196
  ]
168
197
  },
169
198
  "AccessRoleGrantUpdate": {
170
199
  "allow": [
171
- 31
200
+ 37
172
201
  ],
173
- "controls": [
174
- 63
202
+ "controlGroup": [
203
+ 77
175
204
  ],
176
- "subjectType": [
177
- 63
205
+ "controls": [
206
+ 77
178
207
  ],
179
208
  "tags": [
180
- 14
209
+ 16
181
210
  ],
182
211
  "__typename": [
183
- 63
212
+ 77
213
+ ]
214
+ },
215
+ "AccessRoleGroup": {
216
+ "dateAdded": [
217
+ 43
218
+ ],
219
+ "dateCreated": [
220
+ 43
221
+ ],
222
+ "groupName": [
223
+ 77
224
+ ],
225
+ "managers": [
226
+ 11
227
+ ],
228
+ "roleId": [
229
+ 45
230
+ ],
231
+ "__typename": [
232
+ 77
233
+ ]
234
+ },
235
+ "AccessRoleGroupManager": {
236
+ "email": [
237
+ 77
238
+ ],
239
+ "fullname": [
240
+ 77
241
+ ],
242
+ "__typename": [
243
+ 77
184
244
  ]
185
245
  },
186
246
  "AccessRoleInput": {
187
247
  "description": [
188
- 63
248
+ 77
189
249
  ],
190
250
  "groups": [
191
- 63
251
+ 77
192
252
  ],
193
253
  "name": [
194
- 63
254
+ 77
195
255
  ],
196
256
  "scope": [
197
- 63
257
+ 77
198
258
  ],
199
259
  "__typename": [
200
- 63
260
+ 77
201
261
  ]
202
262
  },
203
263
  "AccessRoleValidatedResponse": {
204
264
  "accessRole": [
205
- 3
265
+ 4
206
266
  ],
207
267
  "messages": [
208
- 42
268
+ 52
209
269
  ],
210
270
  "success": [
211
- 31
212
- ],
213
- "__typename": [
214
- 63
215
- ]
216
- },
217
- "AccessSubjectType": {
218
- "controls": [
219
- 1
220
- ],
221
- "description": [
222
- 63
223
- ],
224
- "name": [
225
- 63
226
- ],
227
- "tags": [
228
- 13
229
- ],
230
- "title": [
231
- 63
271
+ 37
232
272
  ],
233
273
  "__typename": [
234
- 63
274
+ 77
235
275
  ]
236
276
  },
237
277
  "AccessTag": {
238
278
  "label": [
239
- 63
279
+ 77
240
280
  ],
241
281
  "value": [
242
- 63
282
+ 77
243
283
  ],
244
284
  "__typename": [
245
- 63
285
+ 77
246
286
  ]
247
287
  },
248
288
  "AccessTagCategory": {
249
289
  "category": [
250
- 63
290
+ 77
251
291
  ],
252
292
  "description": [
253
- 63
293
+ 77
254
294
  ],
255
295
  "label": [
256
- 63
296
+ 77
257
297
  ],
258
298
  "listable": [
259
- 31
299
+ 37
260
300
  ],
261
301
  "tags": [
262
- 12
302
+ 14
263
303
  ],
264
304
  "__typename": [
265
- 63
305
+ 77
266
306
  ]
267
307
  },
268
308
  "AccessTagInput": {
269
309
  "category": [
270
- 63
310
+ 77
271
311
  ],
272
312
  "tag": [
273
- 63
313
+ 77
274
314
  ],
275
315
  "__typename": [
276
- 63
316
+ 77
277
317
  ]
278
318
  },
279
319
  "AccessUser": {
280
320
  "fullname": [
281
- 63
321
+ 77
282
322
  ],
283
323
  "groups": [
284
- 63
324
+ 77
285
325
  ],
286
326
  "login": [
287
- 37
327
+ 45
288
328
  ],
289
329
  "otherIdentifiers": [
290
- 17
330
+ 20
291
331
  ],
292
332
  "otherInfo": [
293
- 40
333
+ 50
294
334
  ],
295
335
  "roles": [
296
- 3
336
+ 4
337
+ ],
338
+ "stillValid": [
339
+ 37
297
340
  ],
298
341
  "__typename": [
299
- 63
342
+ 77
343
+ ]
344
+ },
345
+ "AccessUserCategoryInput": {
346
+ "category": [
347
+ 45
348
+ ],
349
+ "tags": [
350
+ 45
351
+ ],
352
+ "__typename": [
353
+ 77
300
354
  ]
301
355
  },
302
356
  "AccessUserFilter": {
303
357
  "logins": [
304
- 37
358
+ 45
359
+ ],
360
+ "otherCategoriesByLabel": [
361
+ 18
305
362
  ],
306
363
  "otherIdentifiers": [
307
- 63
364
+ 77
308
365
  ],
309
366
  "otherIdentifiersByLabel": [
310
- 18
367
+ 21
368
+ ],
369
+ "roles": [
370
+ 77
311
371
  ],
312
372
  "search": [
313
- 63
373
+ 77
314
374
  ],
315
375
  "self": [
316
- 31
376
+ 37
317
377
  ],
318
378
  "__typename": [
319
- 63
379
+ 77
320
380
  ]
321
381
  },
322
382
  "AccessUserIdentifier": {
323
383
  "id": [
324
- 37
384
+ 45
325
385
  ],
326
386
  "label": [
327
- 63
387
+ 77
328
388
  ],
329
389
  "__typename": [
330
- 63
390
+ 77
331
391
  ]
332
392
  },
333
393
  "AccessUserIdentifierInput": {
334
394
  "id": [
335
- 37
395
+ 45
336
396
  ],
337
397
  "label": [
338
- 63
398
+ 77
339
399
  ],
340
400
  "__typename": [
341
- 63
401
+ 77
342
402
  ]
343
403
  },
344
404
  "AppRequest": {
345
405
  "actions": [
346
- 20
347
- ],
348
- "activity": [
349
- 21,
350
- {
351
- "filters": [
352
- 22
353
- ]
354
- }
406
+ 23
355
407
  ],
356
408
  "applicant": [
357
- 15
409
+ 17
358
410
  ],
359
411
  "applications": [
360
- 27
412
+ 32
361
413
  ],
362
414
  "closedAt": [
363
- 35
415
+ 43
416
+ ],
417
+ "complete": [
418
+ 37
364
419
  ],
365
420
  "createdAt": [
366
- 35
421
+ 43
367
422
  ],
368
423
  "data": [
369
- 40,
424
+ 50,
370
425
  {
371
426
  "schemaVersion": [
372
- 63
427
+ 77
373
428
  ]
374
429
  }
375
430
  ],
431
+ "dataVersion": [
432
+ 49
433
+ ],
376
434
  "id": [
377
- 37
435
+ 45
378
436
  ],
379
437
  "indexCategories": [
380
- 24,
438
+ 27,
381
439
  {
382
440
  "for": [
383
- 25
441
+ 28
442
+ ]
443
+ }
444
+ ],
445
+ "notes": [
446
+ 54,
447
+ {
448
+ "filter": [
449
+ 30
450
+ ]
451
+ }
452
+ ],
453
+ "otherNotes": [
454
+ 54,
455
+ {
456
+ "filter": [
457
+ 30
384
458
  ]
385
459
  }
386
460
  ],
387
461
  "period": [
388
- 44
462
+ 59
389
463
  ],
390
464
  "prompt": [
391
- 58,
465
+ 72,
392
466
  {
393
467
  "promptId": [
394
- 37,
468
+ 45,
395
469
  "ID!"
396
470
  ]
397
471
  }
398
472
  ],
399
473
  "status": [
400
- 26
474
+ 31
401
475
  ],
402
476
  "statusReason": [
403
- 63
477
+ 77
404
478
  ],
405
479
  "updatedAt": [
406
- 35
480
+ 43
407
481
  ],
408
482
  "__typename": [
409
- 63
483
+ 77
410
484
  ]
411
485
  },
412
486
  "AppRequestActions": {
487
+ "acceptOffer": [
488
+ 37
489
+ ],
413
490
  "cancel": [
414
- 31
491
+ 37
415
492
  ],
416
493
  "close": [
417
- 31
494
+ 37
418
495
  ],
419
- "offer": [
420
- 31
496
+ "completeRequest": [
497
+ 37
498
+ ],
499
+ "completeReview": [
500
+ 37
421
501
  ],
422
502
  "reopen": [
423
- 31
503
+ 37
424
504
  ],
425
- "return": [
426
- 31
505
+ "returnToApplicant": [
506
+ 37
427
507
  ],
428
- "review": [
429
- 31
508
+ "returnToNonBlocking": [
509
+ 37
430
510
  ],
431
- "submit": [
432
- 31
511
+ "returnToOffer": [
512
+ 37
513
+ ],
514
+ "returnToReview": [
515
+ 37
516
+ ],
517
+ "review": [
518
+ 37
519
+ ],
520
+ "submit": [
521
+ 37
522
+ ],
523
+ "viewAcceptUI": [
524
+ 37
525
+ ],
526
+ "viewApplyUI": [
527
+ 37
433
528
  ],
434
529
  "__typename": [
435
- 63
530
+ 77
436
531
  ]
437
532
  },
438
533
  "AppRequestActivity": {
439
534
  "action": [
440
- 63
535
+ 77
441
536
  ],
442
537
  "appRequest": [
443
- 19
538
+ 22
444
539
  ],
445
540
  "createdAt": [
446
- 35
541
+ 43
447
542
  ],
448
543
  "data": [
449
- 40
544
+ 50
450
545
  ],
451
546
  "description": [
452
- 63
547
+ 77
453
548
  ],
454
549
  "id": [
455
- 37
550
+ 45
456
551
  ],
457
552
  "impersonatedBy": [
458
- 15
553
+ 17
459
554
  ],
460
555
  "user": [
461
- 15
556
+ 17
462
557
  ],
463
558
  "__typename": [
464
- 63
559
+ 77
465
560
  ]
466
561
  },
467
562
  "AppRequestActivityFilters": {
468
563
  "actions": [
469
- 63
564
+ 77
470
565
  ],
471
566
  "appRequestIds": [
472
- 37
567
+ 45
473
568
  ],
474
569
  "happenedAfter": [
475
- 35
570
+ 43
476
571
  ],
477
572
  "happenedBefore": [
478
- 35
573
+ 43
479
574
  ],
480
575
  "impersonated": [
481
- 31
576
+ 37
482
577
  ],
483
578
  "impersonatedBy": [
484
- 37
579
+ 45
485
580
  ],
486
581
  "impersonatedUsers": [
487
- 37
582
+ 45
488
583
  ],
489
584
  "users": [
490
- 37
585
+ 45
491
586
  ],
492
587
  "__typename": [
493
- 63
588
+ 77
494
589
  ]
495
590
  },
496
591
  "AppRequestFilter": {
497
592
  "closed": [
498
- 31
593
+ 37
594
+ ],
595
+ "closedAfter": [
596
+ 43
597
+ ],
598
+ "closedBefore": [
599
+ 43
600
+ ],
601
+ "createdAfter": [
602
+ 43
603
+ ],
604
+ "createdBefore": [
605
+ 43
499
606
  ],
500
607
  "ids": [
501
- 37
608
+ 45
609
+ ],
610
+ "indexes": [
611
+ 29
502
612
  ],
503
613
  "logins": [
504
- 37
614
+ 45
505
615
  ],
506
616
  "own": [
507
- 31
617
+ 37
508
618
  ],
509
619
  "periodIds": [
510
- 37
620
+ 45
621
+ ],
622
+ "search": [
623
+ 77
511
624
  ],
512
625
  "status": [
513
- 26
626
+ 31
627
+ ],
628
+ "submittedAfter": [
629
+ 43
630
+ ],
631
+ "submittedBefore": [
632
+ 43
633
+ ],
634
+ "updatedAfter": [
635
+ 43
636
+ ],
637
+ "updatedBefore": [
638
+ 43
514
639
  ],
515
640
  "__typename": [
516
- 63
641
+ 77
517
642
  ]
518
643
  },
519
644
  "AppRequestIndexCategory": {
520
645
  "appRequestListPriority": [
521
- 36
646
+ 44
522
647
  ],
523
648
  "applicantDashboardPriority": [
524
- 36
649
+ 44
525
650
  ],
526
651
  "category": [
527
- 63
652
+ 77
528
653
  ],
529
654
  "categoryLabel": [
530
- 63
655
+ 77
531
656
  ],
532
657
  "listFiltersPriority": [
533
- 36
658
+ 44
534
659
  ],
535
660
  "listable": [
536
- 31
661
+ 37
537
662
  ],
538
663
  "reviewerDashboardPriority": [
539
- 36
664
+ 44
540
665
  ],
541
666
  "values": [
542
- 39
667
+ 47
543
668
  ],
544
669
  "__typename": [
545
- 63
670
+ 77
546
671
  ]
547
672
  },
548
673
  "AppRequestIndexDestination": {},
674
+ "AppRequestIndexFilter": {
675
+ "category": [
676
+ 77
677
+ ],
678
+ "tags": [
679
+ 77
680
+ ],
681
+ "__typename": [
682
+ 77
683
+ ]
684
+ },
685
+ "AppRequestNoteFilters": {
686
+ "appRequestIds": [
687
+ 45
688
+ ],
689
+ "applicants": [
690
+ 77
691
+ ],
692
+ "ids": [
693
+ 45
694
+ ],
695
+ "__typename": [
696
+ 77
697
+ ]
698
+ },
549
699
  "AppRequestStatus": {},
550
700
  "Application": {
551
701
  "actions": [
552
- 28
702
+ 33
553
703
  ],
554
704
  "id": [
555
- 37
705
+ 45
706
+ ],
707
+ "ineligiblePhase": [
708
+ 48
556
709
  ],
557
710
  "navTitle": [
558
- 63
711
+ 77
712
+ ],
713
+ "nextWorkflowStage": [
714
+ 67
715
+ ],
716
+ "phase": [
717
+ 34
718
+ ],
719
+ "previousWorkflowStage": [
720
+ 67
721
+ ],
722
+ "programKey": [
723
+ 77
559
724
  ],
560
725
  "requirements": [
561
- 29
726
+ 35
562
727
  ],
563
728
  "status": [
564
- 30
729
+ 36
565
730
  ],
566
731
  "statusReason": [
567
- 63
732
+ 77
568
733
  ],
569
734
  "title": [
570
- 63
735
+ 77
736
+ ],
737
+ "workflowStage": [
738
+ 67
739
+ ],
740
+ "workflowStages": [
741
+ 67
571
742
  ],
572
743
  "__typename": [
573
- 63
744
+ 77
574
745
  ]
575
746
  },
576
747
  "ApplicationActions": {
748
+ "advanceWorkflow": [
749
+ 37
750
+ ],
751
+ "reverseWorkflow": [
752
+ 37
753
+ ],
577
754
  "viewAsReviewer": [
578
- 31
755
+ 37
579
756
  ],
580
757
  "__typename": [
581
- 63
758
+ 77
582
759
  ]
583
760
  },
761
+ "ApplicationPhase": {},
584
762
  "ApplicationRequirement": {
585
763
  "application": [
586
- 27
764
+ 32
587
765
  ],
588
766
  "configurationData": [
589
- 40
767
+ 50
590
768
  ],
591
769
  "description": [
592
- 63
770
+ 77
593
771
  ],
594
772
  "id": [
595
- 37
773
+ 45
596
774
  ],
597
775
  "key": [
598
- 63
776
+ 77
599
777
  ],
600
778
  "navTitle": [
601
- 63
779
+ 77
602
780
  ],
603
781
  "prompts": [
604
- 58
605
- ],
606
- "reachable": [
607
- 31
782
+ 72
608
783
  ],
609
784
  "smartTitle": [
610
- 63
785
+ 77
611
786
  ],
612
787
  "status": [
613
- 60
788
+ 74
614
789
  ],
615
790
  "statusReason": [
616
- 63
791
+ 77
617
792
  ],
618
793
  "title": [
619
- 63
794
+ 77
620
795
  ],
621
796
  "type": [
622
- 61
797
+ 75
798
+ ],
799
+ "workflowStage": [
800
+ 67
623
801
  ],
624
802
  "__typename": [
625
- 63
803
+ 77
626
804
  ]
627
805
  },
628
806
  "ApplicationStatus": {},
629
807
  "Boolean": {},
808
+ "Category": {
809
+ "category": [
810
+ 77
811
+ ],
812
+ "label": [
813
+ 77
814
+ ],
815
+ "tags": [
816
+ 39
817
+ ],
818
+ "useInFilters": [
819
+ 37
820
+ ],
821
+ "useInList": [
822
+ 37
823
+ ],
824
+ "__typename": [
825
+ 77
826
+ ]
827
+ },
828
+ "CategoryTag": {
829
+ "label": [
830
+ 77
831
+ ],
832
+ "tag": [
833
+ 77
834
+ ],
835
+ "__typename": [
836
+ 77
837
+ ]
838
+ },
630
839
  "Configuration": {
631
840
  "actions": [
632
- 33
841
+ 41
633
842
  ],
634
843
  "data": [
635
- 40
844
+ 50
845
+ ],
846
+ "fetchedData": [
847
+ 50
636
848
  ],
637
849
  "key": [
638
- 63
850
+ 77
639
851
  ],
640
852
  "__typename": [
641
- 63
853
+ 77
642
854
  ]
643
855
  },
644
856
  "ConfigurationAccess": {
645
857
  "update": [
646
- 31
858
+ 37
647
859
  ],
648
860
  "view": [
649
- 31
861
+ 37
650
862
  ],
651
863
  "__typename": [
652
- 63
864
+ 77
653
865
  ]
654
866
  },
655
867
  "ConfigurationFilters": {
656
868
  "ids": [
657
- 37
869
+ 45
658
870
  ],
659
871
  "keys": [
660
- 63
872
+ 77
661
873
  ],
662
874
  "periodCodes": [
663
- 63
875
+ 77
664
876
  ],
665
877
  "periodIds": [
666
- 37
878
+ 45
667
879
  ],
668
880
  "__typename": [
669
- 63
881
+ 77
670
882
  ]
671
883
  },
672
884
  "DateTime": {},
@@ -674,479 +886,748 @@ export default {
674
886
  "ID": {},
675
887
  "IndexCategory": {
676
888
  "appRequestListPriority": [
677
- 36
889
+ 44
678
890
  ],
679
891
  "applicantDashboardPriority": [
680
- 36
892
+ 44
681
893
  ],
682
894
  "category": [
683
- 63
895
+ 77
684
896
  ],
685
897
  "categoryLabel": [
686
- 63
898
+ 77
687
899
  ],
688
900
  "listFiltersPriority": [
689
- 36
901
+ 44
690
902
  ],
691
903
  "listable": [
692
- 31
904
+ 37
693
905
  ],
694
906
  "reviewerDashboardPriority": [
695
- 36
907
+ 44
696
908
  ],
697
909
  "values": [
698
- 39,
910
+ 47,
699
911
  {
700
912
  "inUse": [
701
- 31
913
+ 37
702
914
  ],
703
915
  "search": [
704
- 63
916
+ 77
705
917
  ]
706
918
  }
707
919
  ],
708
920
  "__typename": [
709
- 63
921
+ 77
710
922
  ]
711
923
  },
712
924
  "IndexValue": {
713
925
  "label": [
714
- 63
926
+ 77
715
927
  ],
716
928
  "value": [
717
- 63
929
+ 77
718
930
  ],
719
931
  "__typename": [
720
- 63
932
+ 77
721
933
  ]
722
934
  },
935
+ "IneligiblePhases": {},
936
+ "Int": {},
723
937
  "JsonData": {},
724
938
  "Mutation": {
939
+ "acceptOffer": [
940
+ 78,
941
+ {
942
+ "appRequestId": [
943
+ 45,
944
+ "ID!"
945
+ ]
946
+ }
947
+ ],
725
948
  "addNote": [
726
- 64,
949
+ 78,
727
950
  {
728
951
  "content": [
729
- 63,
952
+ 77,
730
953
  "String!"
954
+ ]
955
+ }
956
+ ],
957
+ "advanceWorkflow": [
958
+ 78,
959
+ {
960
+ "applicationId": [
961
+ 45,
962
+ "ID!"
963
+ ]
964
+ }
965
+ ],
966
+ "cancelAppRequest": [
967
+ 78,
968
+ {
969
+ "appRequestId": [
970
+ 45,
971
+ "ID!"
731
972
  ],
732
- "internal": [
733
- 31,
734
- "Boolean!"
973
+ "dataVersion": [
974
+ 49
735
975
  ]
736
976
  }
737
977
  ],
738
- "offerAppRequest": [
739
- 64,
978
+ "closeAppRequest": [
979
+ 78,
740
980
  {
741
981
  "appRequestId": [
742
- 37,
982
+ 45,
983
+ "ID!"
984
+ ]
985
+ }
986
+ ],
987
+ "completeRequest": [
988
+ 78,
989
+ {
990
+ "appRequestId": [
991
+ 45,
992
+ "ID!"
993
+ ]
994
+ }
995
+ ],
996
+ "completeReview": [
997
+ 78,
998
+ {
999
+ "appRequestId": [
1000
+ 45,
1001
+ "ID!"
1002
+ ]
1003
+ }
1004
+ ],
1005
+ "createAppRequest": [
1006
+ 78,
1007
+ {
1008
+ "login": [
1009
+ 77,
1010
+ "String!"
1011
+ ],
1012
+ "periodId": [
1013
+ 45,
1014
+ "ID!"
1015
+ ],
1016
+ "validateOnly": [
1017
+ 37
1018
+ ]
1019
+ }
1020
+ ],
1021
+ "createPeriod": [
1022
+ 80,
1023
+ {
1024
+ "copyPeriodId": [
1025
+ 77
1026
+ ],
1027
+ "period": [
1028
+ 66,
1029
+ "PeriodUpdate!"
1030
+ ],
1031
+ "validateOnly": [
1032
+ 37
1033
+ ]
1034
+ }
1035
+ ],
1036
+ "deleteNote": [
1037
+ 37,
1038
+ {
1039
+ "noteId": [
1040
+ 77,
1041
+ "String!"
1042
+ ]
1043
+ }
1044
+ ],
1045
+ "deletePeriod": [
1046
+ 81,
1047
+ {
1048
+ "periodId": [
1049
+ 45,
1050
+ "ID!"
1051
+ ]
1052
+ }
1053
+ ],
1054
+ "markPeriodReviewed": [
1055
+ 80,
1056
+ {
1057
+ "periodId": [
1058
+ 45,
1059
+ "ID!"
1060
+ ],
1061
+ "validateOnly": [
1062
+ 37
1063
+ ]
1064
+ }
1065
+ ],
1066
+ "reopenAppRequest": [
1067
+ 78,
1068
+ {
1069
+ "appRequestId": [
1070
+ 45,
1071
+ "ID!"
1072
+ ]
1073
+ }
1074
+ ],
1075
+ "returnToApplicant": [
1076
+ 78,
1077
+ {
1078
+ "appRequestId": [
1079
+ 45,
1080
+ "ID!"
1081
+ ]
1082
+ }
1083
+ ],
1084
+ "returnToNonBlocking": [
1085
+ 78,
1086
+ {
1087
+ "appRequestId": [
1088
+ 45,
1089
+ "ID!"
1090
+ ]
1091
+ }
1092
+ ],
1093
+ "returnToOffer": [
1094
+ 78,
1095
+ {
1096
+ "appRequestId": [
1097
+ 45,
1098
+ "ID!"
1099
+ ]
1100
+ }
1101
+ ],
1102
+ "returnToReview": [
1103
+ 78,
1104
+ {
1105
+ "appRequestId": [
1106
+ 45,
1107
+ "ID!"
1108
+ ]
1109
+ }
1110
+ ],
1111
+ "reverseWorkflow": [
1112
+ 78,
1113
+ {
1114
+ "applicationId": [
1115
+ 45,
743
1116
  "ID!"
744
1117
  ]
745
1118
  }
746
1119
  ],
747
1120
  "roleAddGrant": [
748
- 10,
1121
+ 13,
749
1122
  {
750
1123
  "grant": [
751
- 7,
1124
+ 8,
752
1125
  "AccessRoleGrantCreate!"
753
1126
  ],
754
1127
  "roleId": [
755
- 37,
1128
+ 45,
756
1129
  "ID!"
757
1130
  ],
758
1131
  "validateOnly": [
759
- 31
1132
+ 37
760
1133
  ]
761
1134
  }
762
1135
  ],
763
1136
  "roleCreate": [
764
- 10,
1137
+ 13,
765
1138
  {
1139
+ "copyRoleId": [
1140
+ 45
1141
+ ],
766
1142
  "role": [
767
- 9,
1143
+ 12,
768
1144
  "AccessRoleInput!"
769
1145
  ],
770
1146
  "validateOnly": [
771
- 31
1147
+ 37
772
1148
  ]
773
1149
  }
774
1150
  ],
775
1151
  "roleDelete": [
776
- 67,
1152
+ 81,
777
1153
  {
778
1154
  "roleId": [
779
- 37,
1155
+ 45,
780
1156
  "ID!"
781
1157
  ]
782
1158
  }
783
1159
  ],
784
1160
  "roleDeleteGrant": [
785
- 10,
1161
+ 13,
786
1162
  {
787
1163
  "grantId": [
788
- 37,
1164
+ 45,
789
1165
  "ID!"
790
1166
  ]
791
1167
  }
792
1168
  ],
793
1169
  "roleUpdate": [
794
- 10,
1170
+ 13,
795
1171
  {
796
1172
  "role": [
797
- 9,
1173
+ 12,
798
1174
  "AccessRoleInput!"
799
1175
  ],
800
1176
  "roleId": [
801
- 37,
1177
+ 45,
802
1178
  "ID!"
803
1179
  ],
804
1180
  "validateOnly": [
805
- 31
1181
+ 37
806
1182
  ]
807
1183
  }
808
1184
  ],
809
1185
  "roleUpdateGrant": [
810
- 10,
1186
+ 13,
811
1187
  {
812
1188
  "grant": [
813
- 8,
1189
+ 9,
814
1190
  "AccessRoleGrantUpdate!"
815
1191
  ],
816
1192
  "grantId": [
817
- 37,
1193
+ 45,
818
1194
  "ID!"
819
1195
  ],
820
1196
  "validateOnly": [
821
- 31
1197
+ 37
822
1198
  ]
823
1199
  }
824
1200
  ],
825
1201
  "submitAppRequest": [
826
- 64,
1202
+ 78,
827
1203
  {
828
1204
  "appRequestId": [
829
- 37,
1205
+ 45,
830
1206
  "ID!"
831
1207
  ]
832
1208
  }
833
1209
  ],
834
1210
  "updateConfiguration": [
835
- 65,
1211
+ 79,
836
1212
  {
837
1213
  "data": [
838
- 40,
1214
+ 50,
839
1215
  "JsonData!"
840
1216
  ],
841
1217
  "key": [
842
- 63,
1218
+ 77,
843
1219
  "String!"
844
1220
  ],
845
1221
  "periodId": [
846
- 63,
1222
+ 45,
1223
+ "ID!"
1224
+ ],
1225
+ "validateOnly": [
1226
+ 37
1227
+ ]
1228
+ }
1229
+ ],
1230
+ "updateNote": [
1231
+ 54,
1232
+ {
1233
+ "content": [
1234
+ 77,
1235
+ "String!"
1236
+ ],
1237
+ "noteId": [
1238
+ 77,
847
1239
  "String!"
1240
+ ]
1241
+ }
1242
+ ],
1243
+ "updatePeriod": [
1244
+ 80,
1245
+ {
1246
+ "periodId": [
1247
+ 45,
1248
+ "ID!"
1249
+ ],
1250
+ "update": [
1251
+ 66,
1252
+ "PeriodUpdate!"
1253
+ ],
1254
+ "validateOnly": [
1255
+ 37
1256
+ ]
1257
+ }
1258
+ ],
1259
+ "updatePeriodRequirement": [
1260
+ 81,
1261
+ {
1262
+ "disabled": [
1263
+ 37,
1264
+ "Boolean!"
1265
+ ],
1266
+ "periodId": [
1267
+ 77,
1268
+ "String!"
1269
+ ],
1270
+ "requirementKey": [
1271
+ 77,
1272
+ "String!"
1273
+ ]
1274
+ }
1275
+ ],
1276
+ "updatePrompt": [
1277
+ 78,
1278
+ {
1279
+ "data": [
1280
+ 50,
1281
+ "JsonData!"
1282
+ ],
1283
+ "dataVersion": [
1284
+ 49
1285
+ ],
1286
+ "promptId": [
1287
+ 45,
1288
+ "ID!"
848
1289
  ],
849
1290
  "validateOnly": [
850
- 31
1291
+ 37
851
1292
  ]
852
1293
  }
853
1294
  ],
854
- "updatePeriod": [
855
- 66,
856
- {
857
- "id": [
858
- 63,
859
- "String!"
860
- ],
861
- "update": [
862
- 51,
863
- "PeriodUpdate!"
864
- ],
865
- "validateOnly": [
866
- 31
867
- ]
868
- }
1295
+ "__typename": [
1296
+ 77
1297
+ ]
1298
+ },
1299
+ "MutationMessage": {
1300
+ "arg": [
1301
+ 77
1302
+ ],
1303
+ "message": [
1304
+ 77
1305
+ ],
1306
+ "type": [
1307
+ 53
1308
+ ],
1309
+ "__typename": [
1310
+ 77
1311
+ ]
1312
+ },
1313
+ "MutationMessageType": {},
1314
+ "Note": {
1315
+ "actions": [
1316
+ 55
1317
+ ],
1318
+ "appRequest": [
1319
+ 22
1320
+ ],
1321
+ "author": [
1322
+ 17
1323
+ ],
1324
+ "content": [
1325
+ 77
1326
+ ],
1327
+ "createdAt": [
1328
+ 43
1329
+ ],
1330
+ "id": [
1331
+ 45
1332
+ ],
1333
+ "updatedAt": [
1334
+ 43
1335
+ ],
1336
+ "__typename": [
1337
+ 77
1338
+ ]
1339
+ },
1340
+ "NoteActions": {
1341
+ "delete": [
1342
+ 37
1343
+ ],
1344
+ "update": [
1345
+ 37
1346
+ ],
1347
+ "__typename": [
1348
+ 77
1349
+ ]
1350
+ },
1351
+ "Pagination": {
1352
+ "page": [
1353
+ 49
1354
+ ],
1355
+ "perPage": [
1356
+ 49
869
1357
  ],
870
- "updatePrompt": [
871
- 64,
872
- {
873
- "data": [
874
- 40,
875
- "JsonData!"
876
- ],
877
- "promptId": [
878
- 37,
879
- "ID!"
880
- ],
881
- "validateOnly": [
882
- 31
883
- ]
884
- }
1358
+ "__typename": [
1359
+ 77
1360
+ ]
1361
+ },
1362
+ "PaginationInfoWithTotalItems": {
1363
+ "categories": [
1364
+ 38
1365
+ ],
1366
+ "currentPage": [
1367
+ 44
1368
+ ],
1369
+ "hasNextPage": [
1370
+ 37
1371
+ ],
1372
+ "perPage": [
1373
+ 44
1374
+ ],
1375
+ "totalItems": [
1376
+ 44
885
1377
  ],
886
1378
  "__typename": [
887
- 63
1379
+ 77
888
1380
  ]
889
1381
  },
890
- "MutationMessage": {
891
- "arg": [
892
- 63
1382
+ "PaginationResponse": {
1383
+ "accessUsers": [
1384
+ 57
893
1385
  ],
894
- "message": [
895
- 63
1386
+ "appRequests": [
1387
+ 57
896
1388
  ],
897
- "type": [
898
- 43
1389
+ "appRequestsActivity": [
1390
+ 57
899
1391
  ],
900
1392
  "__typename": [
901
- 63
1393
+ 77
902
1394
  ]
903
1395
  },
904
- "MutationMessageType": {},
905
1396
  "Period": {
906
1397
  "actions": [
907
- 45
1398
+ 60
908
1399
  ],
909
1400
  "archiveDate": [
910
- 35
1401
+ 43
911
1402
  ],
912
1403
  "closeDate": [
913
- 35
1404
+ 43
914
1405
  ],
915
1406
  "code": [
916
- 63
1407
+ 77
917
1408
  ],
918
1409
  "configurations": [
919
- 32,
1410
+ 40,
920
1411
  {
921
1412
  "filter": [
922
- 34
1413
+ 42
923
1414
  ]
924
1415
  }
925
1416
  ],
926
1417
  "id": [
927
- 37
1418
+ 45
928
1419
  ],
929
1420
  "name": [
930
- 63
1421
+ 77
931
1422
  ],
932
1423
  "openDate": [
933
- 35
1424
+ 43
934
1425
  ],
935
1426
  "programs": [
936
- 47
1427
+ 62
937
1428
  ],
938
1429
  "prompts": [
939
- 50
1430
+ 65
940
1431
  ],
941
1432
  "requirements": [
942
- 49
1433
+ 64
1434
+ ],
1435
+ "reviewed": [
1436
+ 37
943
1437
  ],
944
1438
  "__typename": [
945
- 63
1439
+ 77
946
1440
  ]
947
1441
  },
948
1442
  "PeriodActions": {
949
- "update": [
950
- 31
1443
+ "createAppRequest": [
1444
+ 37
951
1445
  ],
952
- "view": [
953
- 31
1446
+ "delete": [
1447
+ 37
1448
+ ],
1449
+ "update": [
1450
+ 37
954
1451
  ],
955
1452
  "__typename": [
956
- 63
1453
+ 77
957
1454
  ]
958
1455
  },
959
1456
  "PeriodFilters": {
960
1457
  "archiveAfter": [
961
- 35
1458
+ 43
962
1459
  ],
963
1460
  "archiveBefore": [
964
- 35
1461
+ 43
965
1462
  ],
966
1463
  "closesAfter": [
967
- 35
1464
+ 43
968
1465
  ],
969
1466
  "closesBefore": [
970
- 35
1467
+ 43
971
1468
  ],
972
1469
  "codes": [
973
- 63
1470
+ 77
974
1471
  ],
975
1472
  "ids": [
976
- 37
1473
+ 45
1474
+ ],
1475
+ "names": [
1476
+ 77
977
1477
  ],
978
1478
  "openNow": [
979
- 31
1479
+ 37
980
1480
  ],
981
1481
  "opensAfter": [
982
- 35
1482
+ 43
983
1483
  ],
984
1484
  "opensBefore": [
985
- 35
1485
+ 43
986
1486
  ],
987
1487
  "__typename": [
988
- 63
1488
+ 77
989
1489
  ]
990
1490
  },
991
1491
  "PeriodProgram": {
992
1492
  "actions": [
993
- 48
1493
+ 63
994
1494
  ],
995
1495
  "enabled": [
996
- 31
997
- ],
998
- "group": [
999
- 48
1496
+ 37
1000
1497
  ],
1001
1498
  "key": [
1002
- 37
1499
+ 45
1003
1500
  ],
1004
1501
  "navTitle": [
1005
- 63
1502
+ 77
1006
1503
  ],
1007
1504
  "period": [
1008
- 44
1505
+ 59
1009
1506
  ],
1010
1507
  "requirements": [
1011
- 49
1508
+ 64
1012
1509
  ],
1013
1510
  "title": [
1014
- 63
1511
+ 77
1015
1512
  ],
1016
1513
  "__typename": [
1017
- 63
1514
+ 77
1018
1515
  ]
1019
1516
  },
1020
1517
  "PeriodProgramActions": {
1021
1518
  "configure": [
1022
- 31
1519
+ 37
1023
1520
  ],
1024
1521
  "__typename": [
1025
- 63
1522
+ 77
1026
1523
  ]
1027
1524
  },
1028
1525
  "PeriodProgramRequirement": {
1029
1526
  "configuration": [
1030
- 32
1527
+ 40
1031
1528
  ],
1032
1529
  "description": [
1033
- 63
1530
+ 77
1034
1531
  ],
1035
1532
  "enabled": [
1036
- 31
1533
+ 37
1037
1534
  ],
1038
1535
  "key": [
1039
- 63
1536
+ 77
1040
1537
  ],
1041
1538
  "navTitle": [
1042
- 63
1539
+ 77
1043
1540
  ],
1044
1541
  "prompts": [
1045
- 50
1542
+ 65
1046
1543
  ],
1047
1544
  "title": [
1048
- 63
1545
+ 77
1049
1546
  ],
1050
1547
  "type": [
1051
- 61
1548
+ 75
1052
1549
  ],
1053
1550
  "__typename": [
1054
- 63
1551
+ 77
1055
1552
  ]
1056
1553
  },
1057
1554
  "PeriodPrompt": {
1058
1555
  "configuration": [
1059
- 32
1556
+ 40
1060
1557
  ],
1061
1558
  "description": [
1062
- 63
1559
+ 77
1063
1560
  ],
1064
1561
  "key": [
1065
- 63
1562
+ 77
1066
1563
  ],
1067
1564
  "navTitle": [
1068
- 63
1565
+ 77
1069
1566
  ],
1070
1567
  "periodId": [
1071
- 63
1568
+ 77
1072
1569
  ],
1073
1570
  "title": [
1074
- 63
1571
+ 77
1075
1572
  ],
1076
1573
  "__typename": [
1077
- 63
1574
+ 77
1078
1575
  ]
1079
1576
  },
1080
1577
  "PeriodUpdate": {
1081
1578
  "archiveDate": [
1082
- 35
1579
+ 43
1083
1580
  ],
1084
1581
  "closeDate": [
1085
- 35
1582
+ 43
1086
1583
  ],
1087
1584
  "code": [
1088
- 63
1585
+ 77
1089
1586
  ],
1090
1587
  "name": [
1091
- 63
1588
+ 77
1092
1589
  ],
1093
1590
  "openDate": [
1094
- 35
1591
+ 43
1095
1592
  ],
1096
1593
  "__typename": [
1097
- 63
1594
+ 77
1098
1595
  ]
1099
1596
  },
1100
- "Program": {
1101
- "key": [
1597
+ "PeriodWorkflowStage": {
1598
+ "blocking": [
1102
1599
  37
1103
1600
  ],
1104
- "navTitle": [
1105
- 63
1601
+ "key": [
1602
+ 77
1106
1603
  ],
1107
1604
  "title": [
1108
- 63
1109
- ],
1110
- "__typename": [
1111
- 63
1112
- ]
1113
- },
1114
- "ProgramFilters": {
1115
- "keys": [
1116
- 63
1605
+ 77
1117
1606
  ],
1118
1607
  "__typename": [
1119
- 63
1608
+ 77
1120
1609
  ]
1121
1610
  },
1122
- "ProgramGroup": {
1611
+ "Program": {
1123
1612
  "key": [
1124
- 37
1613
+ 45
1125
1614
  ],
1126
1615
  "navTitle": [
1127
- 63
1128
- ],
1129
- "programs": [
1130
- 52,
1131
- {
1132
- "filter": [
1133
- 53
1134
- ]
1135
- }
1616
+ 77
1136
1617
  ],
1137
1618
  "title": [
1138
- 63
1619
+ 77
1139
1620
  ],
1140
1621
  "__typename": [
1141
- 63
1622
+ 77
1142
1623
  ]
1143
1624
  },
1144
- "ProgramGroupFilter": {
1625
+ "ProgramFilters": {
1145
1626
  "keys": [
1146
- 37
1627
+ 77
1147
1628
  ],
1148
1629
  "__typename": [
1149
- 63
1630
+ 77
1150
1631
  ]
1151
1632
  },
1152
1633
  "PromptVisibility": {},
@@ -1155,213 +1636,243 @@ export default {
1155
1636
  0
1156
1637
  ],
1157
1638
  "accessUsers": [
1158
- 15,
1639
+ 17,
1159
1640
  {
1160
1641
  "filter": [
1161
- 16
1642
+ 19
1643
+ ],
1644
+ "paged": [
1645
+ 56
1646
+ ]
1647
+ }
1648
+ ],
1649
+ "appRequestActivity": [
1650
+ 24,
1651
+ {
1652
+ "filters": [
1653
+ 25
1654
+ ],
1655
+ "id": [
1656
+ 77,
1657
+ "String!"
1658
+ ],
1659
+ "paged": [
1660
+ 56
1162
1661
  ]
1163
1662
  }
1164
1663
  ],
1165
1664
  "appRequestIndexes": [
1166
- 38,
1665
+ 46,
1167
1666
  {
1168
1667
  "categories": [
1169
- 63,
1668
+ 77,
1170
1669
  "[String!]"
1171
1670
  ],
1172
1671
  "for": [
1173
- 25
1672
+ 28
1174
1673
  ]
1175
1674
  }
1176
1675
  ],
1177
1676
  "appRequests": [
1178
- 19,
1677
+ 22,
1179
1678
  {
1180
1679
  "filter": [
1181
- 23
1680
+ 26
1681
+ ],
1682
+ "paged": [
1683
+ 56
1182
1684
  ]
1183
1685
  }
1184
1686
  ],
1185
- "periods": [
1186
- 44,
1187
- {
1188
- "filter": [
1189
- 46
1190
- ]
1191
- }
1687
+ "controlGroups": [
1688
+ 2
1192
1689
  ],
1193
- "programGroups": [
1194
- 54,
1690
+ "pageInfo": [
1691
+ 58
1692
+ ],
1693
+ "periods": [
1694
+ 59,
1195
1695
  {
1196
1696
  "filter": [
1197
- 55
1697
+ 61
1198
1698
  ]
1199
1699
  }
1200
1700
  ],
1201
1701
  "programs": [
1202
- 52,
1702
+ 68,
1203
1703
  {
1204
1704
  "filter": [
1205
- 53
1705
+ 69
1206
1706
  ]
1207
1707
  }
1208
1708
  ],
1209
1709
  "roles": [
1210
- 3,
1710
+ 4,
1211
1711
  {
1212
1712
  "filter": [
1213
- 4
1713
+ 5
1214
1714
  ]
1215
1715
  }
1216
1716
  ],
1217
1717
  "scopes": [
1218
- 63
1718
+ 77
1219
1719
  ],
1220
- "subjectTypes": [
1221
- 11
1720
+ "userIndexes": [
1721
+ 46,
1722
+ {
1723
+ "for": [
1724
+ 28
1725
+ ]
1726
+ }
1222
1727
  ],
1223
1728
  "__typename": [
1224
- 63
1729
+ 77
1225
1730
  ]
1226
1731
  },
1227
1732
  "RequirementPrompt": {
1228
1733
  "actions": [
1229
- 59
1734
+ 73
1230
1735
  ],
1231
1736
  "answered": [
1232
- 31
1737
+ 37
1233
1738
  ],
1234
1739
  "configurationData": [
1235
- 40
1236
- ],
1237
- "configurationRelatedData": [
1238
- 40
1740
+ 50
1239
1741
  ],
1240
1742
  "data": [
1241
- 40,
1743
+ 50,
1242
1744
  {
1243
1745
  "schemaVersion": [
1244
- 63
1746
+ 77
1245
1747
  ]
1246
1748
  }
1247
1749
  ],
1248
1750
  "description": [
1249
- 63
1751
+ 77
1250
1752
  ],
1251
1753
  "fetchedData": [
1252
- 40,
1754
+ 50,
1253
1755
  {
1254
1756
  "schemaVersion": [
1255
- 63
1757
+ 77
1256
1758
  ]
1257
1759
  }
1258
1760
  ],
1761
+ "gatheredConfigData": [
1762
+ 50
1763
+ ],
1259
1764
  "id": [
1260
- 37
1765
+ 45
1261
1766
  ],
1262
1767
  "invalidated": [
1263
- 31
1768
+ 37
1769
+ ],
1770
+ "invalidatedReason": [
1771
+ 77
1264
1772
  ],
1265
1773
  "key": [
1266
- 63
1774
+ 77
1775
+ ],
1776
+ "moot": [
1777
+ 37
1267
1778
  ],
1268
1779
  "navTitle": [
1269
- 63
1780
+ 77
1270
1781
  ],
1271
1782
  "preloadData": [
1272
- 40,
1783
+ 50,
1273
1784
  {
1274
1785
  "schemaVersion": [
1275
- 63
1786
+ 77
1276
1787
  ]
1277
1788
  }
1278
1789
  ],
1279
1790
  "requirement": [
1280
- 29
1791
+ 35
1281
1792
  ],
1282
1793
  "title": [
1283
- 63
1794
+ 77
1284
1795
  ],
1285
1796
  "visibility": [
1286
- 56
1797
+ 70
1287
1798
  ],
1288
1799
  "__typename": [
1289
- 63
1800
+ 77
1290
1801
  ]
1291
1802
  },
1292
1803
  "RequirementPromptActions": {
1293
1804
  "update": [
1294
- 31
1805
+ 37
1295
1806
  ],
1296
1807
  "__typename": [
1297
- 63
1808
+ 77
1298
1809
  ]
1299
1810
  },
1300
1811
  "RequirementStatus": {},
1301
1812
  "RequirementType": {},
1302
1813
  "RoleActions": {
1303
1814
  "delete": [
1304
- 31
1815
+ 37
1305
1816
  ],
1306
1817
  "update": [
1307
- 31
1818
+ 37
1308
1819
  ],
1309
1820
  "__typename": [
1310
- 63
1821
+ 77
1311
1822
  ]
1312
1823
  },
1313
1824
  "String": {},
1314
1825
  "ValidatedAppRequestResponse": {
1315
1826
  "appRequest": [
1316
- 19
1827
+ 22
1317
1828
  ],
1318
1829
  "messages": [
1319
- 42
1830
+ 52
1320
1831
  ],
1321
1832
  "success": [
1322
- 31
1833
+ 37
1323
1834
  ],
1324
1835
  "__typename": [
1325
- 63
1836
+ 77
1326
1837
  ]
1327
1838
  },
1328
1839
  "ValidatedConfigurationResponse": {
1329
1840
  "configuration": [
1330
- 32
1841
+ 40
1331
1842
  ],
1332
1843
  "messages": [
1333
- 42
1844
+ 52
1334
1845
  ],
1335
1846
  "success": [
1336
- 31
1847
+ 37
1337
1848
  ],
1338
1849
  "__typename": [
1339
- 63
1850
+ 77
1340
1851
  ]
1341
1852
  },
1342
1853
  "ValidatedPeriodResponse": {
1343
1854
  "messages": [
1344
- 42
1855
+ 52
1345
1856
  ],
1346
1857
  "period": [
1347
- 44
1858
+ 59
1348
1859
  ],
1349
1860
  "success": [
1350
- 31
1861
+ 37
1351
1862
  ],
1352
1863
  "__typename": [
1353
- 63
1864
+ 77
1354
1865
  ]
1355
1866
  },
1356
1867
  "ValidatedResponse": {
1357
1868
  "messages": [
1358
- 42
1869
+ 52
1359
1870
  ],
1360
1871
  "success": [
1361
- 31
1872
+ 37
1362
1873
  ],
1363
1874
  "__typename": [
1364
- 63
1875
+ 77
1365
1876
  ]
1366
1877
  }
1367
1878
  }