@skyux/config 5.0.0-beta.0 → 5.0.0-beta.4

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 (42) hide show
  1. package/LICENSE +21 -0
  2. package/app-config-host.d.ts +3 -0
  3. package/app-config-params.d.ts +3 -0
  4. package/app-config.module.d.ts +4 -0
  5. package/bundles/skyux-config.umd.js +386 -246
  6. package/bundles/skyux-config.umd.js.map +1 -1
  7. package/config.d.ts +33 -3
  8. package/documentation.json +4160 -0
  9. package/esm2015/app-config-host.js +9 -8
  10. package/esm2015/app-config-module-for-root-args.js +2 -1
  11. package/esm2015/app-config-params.js +9 -8
  12. package/esm2015/app-config.module.js +12 -10
  13. package/esm2015/config-params.js +2 -1
  14. package/esm2015/config.js +9 -8
  15. package/esm2015/params-provider.js +13 -16
  16. package/esm2015/params.js +1 -1
  17. package/esm2015/public-api.js +9 -0
  18. package/esm2015/skyux-config.js +2 -2
  19. package/fesm2015/skyux-config.js +49 -40
  20. package/fesm2015/skyux-config.js.map +1 -1
  21. package/package.json +6 -21
  22. package/params-provider.d.ts +3 -0
  23. package/{public_api.d.ts → public-api.d.ts} +0 -0
  24. package/skyux-config.d.ts +2 -1
  25. package/CHANGELOG.md +0 -144
  26. package/bundles/skyux-config.umd.min.js +0 -16
  27. package/bundles/skyux-config.umd.min.js.map +0 -1
  28. package/esm2015/public_api.js +0 -7
  29. package/esm5/app-config-host.js +0 -32
  30. package/esm5/app-config-module-for-root-args.js +0 -1
  31. package/esm5/app-config-params.js +0 -38
  32. package/esm5/app-config.module.js +0 -43
  33. package/esm5/config-params.js +0 -1
  34. package/esm5/config.js +0 -18
  35. package/esm5/params-provider.js +0 -35
  36. package/esm5/params.js +0 -151
  37. package/esm5/public_api.js +0 -7
  38. package/esm5/skyux-config.js +0 -5
  39. package/fesm5/skyux-config.js +0 -302
  40. package/fesm5/skyux-config.js.map +0 -1
  41. package/skyux-config.metadata.json +0 -1
  42. package/skyuxconfig-schema.json +0 -421
@@ -0,0 +1,4160 @@
1
+ {
2
+ "anchorIds": {
3
+ "SkyAppConfig": "class-skyappconfig",
4
+ "SkyAppConfigHost": "class-skyappconfighost",
5
+ "SkyAppConfigModule": "class-skyappconfigmodule",
6
+ "SkyAppConfigParams": "class-skyappconfigparams",
7
+ "SkyAppRuntimeConfigParams": "class-skyappruntimeconfigparams",
8
+ "SkyAppRuntimeConfigParamsProvider": "class-skyappruntimeconfigparamsprovider",
9
+ "SkyuxPactConfig": "class-skyuxpactconfig",
10
+ "RuntimeConfig": "interface-runtimeconfig",
11
+ "RuntimeConfigApp": "interface-runtimeconfigapp",
12
+ "SkyAppConfigModuleForRootArgs": "interface-skyappconfigmoduleforrootargs",
13
+ "SkyuxConfig": "interface-skyuxconfig",
14
+ "SkyuxConfigA11y": "interface-skyuxconfiga11y",
15
+ "SkyuxConfigAnyAllSet": "interface-skyuxconfiganyallset",
16
+ "SkyuxConfigApp": "interface-skyuxconfigapp",
17
+ "SkyuxConfigAppTheming": "interface-skyuxconfigapptheming",
18
+ "SkyuxConfigAuthSettings": "interface-skyuxconfigauthsettings",
19
+ "SkyuxConfigE2ETestSettings": "interface-skyuxconfige2etestsettings",
20
+ "SkyuxConfigHost": "interface-skyuxconfighost",
21
+ "SkyuxConfigHostBBCheckout": "interface-skyuxconfighostbbcheckout",
22
+ "SkyuxConfigHostFrameOptionsNone": "interface-skyuxconfighostframeoptionsnone",
23
+ "SkyuxConfigHostFrameOptionsOthers": "interface-skyuxconfighostframeoptionsothers",
24
+ "SkyuxConfigLibrarySettings": "interface-skyuxconfiglibrarysettings",
25
+ "SkyuxConfigTestSettings": "interface-skyuxconfigtestsettings",
26
+ "SkyuxConfigUnitTestSettings": "interface-skyuxconfigunittestsettings",
27
+ "SkyuxConfigAppSupportedTheme": "type-alias-skyuxconfigappsupportedtheme",
28
+ "SkyuxConfigParams": "type-alias-skyuxconfigparams"
29
+ },
30
+ "typedoc": {
31
+ "id": 0,
32
+ "name": "@skyux/config",
33
+ "kind": 0,
34
+ "kindString": "Project",
35
+ "flags": {},
36
+ "originalName": "",
37
+ "children": [
38
+ {
39
+ "id": 169,
40
+ "name": "SkyAppConfig",
41
+ "kind": 128,
42
+ "kindString": "Class",
43
+ "flags": {},
44
+ "decorators": [
45
+ {
46
+ "name": "Injectable",
47
+ "type": {
48
+ "type": "reference",
49
+ "name": "Injectable"
50
+ },
51
+ "arguments": {}
52
+ }
53
+ ],
54
+ "children": [
55
+ {
56
+ "id": 170,
57
+ "name": "constructor",
58
+ "kind": 512,
59
+ "kindString": "Constructor",
60
+ "flags": {},
61
+ "signatures": [
62
+ {
63
+ "id": 171,
64
+ "name": "new SkyAppConfig",
65
+ "kind": 16384,
66
+ "kindString": "Constructor signature",
67
+ "flags": {},
68
+ "type": {
69
+ "type": "reference",
70
+ "id": 169,
71
+ "name": "SkyAppConfig"
72
+ }
73
+ }
74
+ ]
75
+ },
76
+ {
77
+ "id": 172,
78
+ "name": "runtime",
79
+ "kind": 1024,
80
+ "kindString": "Property",
81
+ "flags": {
82
+ "isPublic": true
83
+ },
84
+ "sources": [
85
+ {
86
+ "fileName": "projects/config/src/config.ts",
87
+ "line": 171,
88
+ "character": 9
89
+ }
90
+ ],
91
+ "type": {
92
+ "type": "reference",
93
+ "id": 62,
94
+ "name": "RuntimeConfig"
95
+ }
96
+ },
97
+ {
98
+ "id": 173,
99
+ "name": "skyux",
100
+ "kind": 1024,
101
+ "kindString": "Property",
102
+ "flags": {
103
+ "isPublic": true
104
+ },
105
+ "sources": [
106
+ {
107
+ "fileName": "projects/config/src/config.ts",
108
+ "line": 174,
109
+ "character": 9
110
+ }
111
+ ],
112
+ "type": {
113
+ "type": "reference",
114
+ "id": 113,
115
+ "name": "SkyuxConfig"
116
+ }
117
+ }
118
+ ],
119
+ "groups": [
120
+ {
121
+ "title": "Constructors",
122
+ "kind": 512,
123
+ "children": [
124
+ 170
125
+ ]
126
+ },
127
+ {
128
+ "title": "Properties",
129
+ "kind": 1024,
130
+ "children": [
131
+ 172,
132
+ 173
133
+ ]
134
+ }
135
+ ],
136
+ "sources": [
137
+ {
138
+ "fileName": "projects/config/src/config.ts",
139
+ "line": 168,
140
+ "character": 13
141
+ }
142
+ ]
143
+ },
144
+ {
145
+ "id": 1,
146
+ "name": "SkyAppConfigHost",
147
+ "kind": 128,
148
+ "kindString": "Class",
149
+ "flags": {},
150
+ "comment": {
151
+ "shortText": "Provides host configuration to components and applications.",
152
+ "tags": [
153
+ {
154
+ "tag": "deprecated",
155
+ "text": "Use `SkyAppConfig.skyux.host` instead.\n"
156
+ }
157
+ ]
158
+ },
159
+ "decorators": [
160
+ {
161
+ "name": "Injectable",
162
+ "type": {
163
+ "type": "reference",
164
+ "name": "Injectable"
165
+ },
166
+ "arguments": {}
167
+ }
168
+ ],
169
+ "children": [
170
+ {
171
+ "id": 2,
172
+ "name": "constructor",
173
+ "kind": 512,
174
+ "kindString": "Constructor",
175
+ "flags": {},
176
+ "signatures": [
177
+ {
178
+ "id": 3,
179
+ "name": "new SkyAppConfigHost",
180
+ "kind": 16384,
181
+ "kindString": "Constructor signature",
182
+ "flags": {},
183
+ "type": {
184
+ "type": "reference",
185
+ "id": 1,
186
+ "name": "SkyAppConfigHost"
187
+ }
188
+ }
189
+ ]
190
+ },
191
+ {
192
+ "id": 4,
193
+ "name": "host",
194
+ "kind": 262144,
195
+ "kindString": "Accessor",
196
+ "flags": {
197
+ "isPublic": true
198
+ },
199
+ "sources": [
200
+ {
201
+ "fileName": "projects/config/src/app-config-host.ts",
202
+ "line": 23,
203
+ "character": 13
204
+ }
205
+ ],
206
+ "getSignature": [
207
+ {
208
+ "id": 5,
209
+ "name": "host",
210
+ "kind": 524288,
211
+ "kindString": "Get signature",
212
+ "flags": {},
213
+ "type": {
214
+ "type": "reference",
215
+ "id": 106,
216
+ "name": "SkyuxConfigHost"
217
+ }
218
+ }
219
+ ]
220
+ },
221
+ {
222
+ "id": 7,
223
+ "name": "init",
224
+ "kind": 2048,
225
+ "kindString": "Method",
226
+ "flags": {
227
+ "isPublic": true
228
+ },
229
+ "sources": [
230
+ {
231
+ "fileName": "projects/config/src/app-config-host.ts",
232
+ "line": 29,
233
+ "character": 9
234
+ }
235
+ ],
236
+ "signatures": [
237
+ {
238
+ "id": 8,
239
+ "name": "init",
240
+ "kind": 4096,
241
+ "kindString": "Call signature",
242
+ "flags": {},
243
+ "parameters": [
244
+ {
245
+ "id": 9,
246
+ "name": "config",
247
+ "kind": 32768,
248
+ "kindString": "Parameter",
249
+ "flags": {
250
+ "isOptional": true
251
+ },
252
+ "type": {
253
+ "type": "reference",
254
+ "id": 106,
255
+ "name": "SkyuxConfigHost"
256
+ }
257
+ }
258
+ ],
259
+ "type": {
260
+ "type": "intrinsic",
261
+ "name": "void"
262
+ }
263
+ }
264
+ ]
265
+ }
266
+ ],
267
+ "groups": [
268
+ {
269
+ "title": "Constructors",
270
+ "kind": 512,
271
+ "children": [
272
+ 2
273
+ ]
274
+ },
275
+ {
276
+ "title": "Accessors",
277
+ "kind": 262144,
278
+ "children": [
279
+ 4
280
+ ]
281
+ },
282
+ {
283
+ "title": "Methods",
284
+ "kind": 2048,
285
+ "children": [
286
+ 7
287
+ ]
288
+ }
289
+ ],
290
+ "sources": [
291
+ {
292
+ "fileName": "projects/config/src/app-config-host.ts",
293
+ "line": 21,
294
+ "character": 13
295
+ }
296
+ ]
297
+ },
298
+ {
299
+ "id": 22,
300
+ "name": "SkyAppConfigModule",
301
+ "kind": 128,
302
+ "kindString": "Class",
303
+ "flags": {},
304
+ "comment": {
305
+ "tags": [
306
+ {
307
+ "tag": "deprecated",
308
+ "text": "Provide `SkyAppConfig` at the root instead.\n"
309
+ }
310
+ ]
311
+ },
312
+ "decorators": [
313
+ {
314
+ "name": "NgModule",
315
+ "type": {
316
+ "type": "reference",
317
+ "name": "NgModule"
318
+ },
319
+ "arguments": {
320
+ "obj": "{}"
321
+ }
322
+ }
323
+ ],
324
+ "children": [
325
+ {
326
+ "id": 26,
327
+ "name": "constructor",
328
+ "kind": 512,
329
+ "kindString": "Constructor",
330
+ "flags": {},
331
+ "signatures": [
332
+ {
333
+ "id": 27,
334
+ "name": "new SkyAppConfigModule",
335
+ "kind": 16384,
336
+ "kindString": "Constructor signature",
337
+ "flags": {},
338
+ "type": {
339
+ "type": "reference",
340
+ "id": 22,
341
+ "name": "SkyAppConfigModule"
342
+ }
343
+ }
344
+ ]
345
+ },
346
+ {
347
+ "id": 23,
348
+ "name": "forRoot",
349
+ "kind": 2048,
350
+ "kindString": "Method",
351
+ "flags": {
352
+ "isPublic": true,
353
+ "isStatic": true
354
+ },
355
+ "sources": [
356
+ {
357
+ "fileName": "projects/config/src/app-config.module.ts",
358
+ "line": 24,
359
+ "character": 16
360
+ }
361
+ ],
362
+ "signatures": [
363
+ {
364
+ "id": 24,
365
+ "name": "forRoot",
366
+ "kind": 4096,
367
+ "kindString": "Call signature",
368
+ "flags": {},
369
+ "parameters": [
370
+ {
371
+ "id": 25,
372
+ "name": "config",
373
+ "kind": 32768,
374
+ "kindString": "Parameter",
375
+ "flags": {},
376
+ "type": {
377
+ "type": "reference",
378
+ "id": 19,
379
+ "name": "SkyAppConfigModuleForRootArgs"
380
+ },
381
+ "defaultValue": "{}"
382
+ }
383
+ ],
384
+ "type": {
385
+ "type": "reference",
386
+ "typeArguments": [
387
+ {
388
+ "type": "reference",
389
+ "id": 22,
390
+ "name": "SkyAppConfigModule"
391
+ }
392
+ ],
393
+ "name": "ModuleWithProviders"
394
+ }
395
+ }
396
+ ]
397
+ }
398
+ ],
399
+ "groups": [
400
+ {
401
+ "title": "Constructors",
402
+ "kind": 512,
403
+ "children": [
404
+ 26
405
+ ]
406
+ },
407
+ {
408
+ "title": "Methods",
409
+ "kind": 2048,
410
+ "children": [
411
+ 23
412
+ ]
413
+ }
414
+ ],
415
+ "sources": [
416
+ {
417
+ "fileName": "projects/config/src/app-config.module.ts",
418
+ "line": 22,
419
+ "character": 13
420
+ }
421
+ ]
422
+ },
423
+ {
424
+ "id": 10,
425
+ "name": "SkyAppConfigParams",
426
+ "kind": 128,
427
+ "kindString": "Class",
428
+ "flags": {},
429
+ "comment": {
430
+ "tags": [
431
+ {
432
+ "tag": "deprecated",
433
+ "text": "Use `SkyAppConfig.skyux.params` instead.\n"
434
+ }
435
+ ]
436
+ },
437
+ "decorators": [
438
+ {
439
+ "name": "Injectable",
440
+ "type": {
441
+ "type": "reference",
442
+ "name": "Injectable"
443
+ },
444
+ "arguments": {}
445
+ }
446
+ ],
447
+ "children": [
448
+ {
449
+ "id": 11,
450
+ "name": "constructor",
451
+ "kind": 512,
452
+ "kindString": "Constructor",
453
+ "flags": {},
454
+ "signatures": [
455
+ {
456
+ "id": 12,
457
+ "name": "new SkyAppConfigParams",
458
+ "kind": 16384,
459
+ "kindString": "Constructor signature",
460
+ "flags": {},
461
+ "type": {
462
+ "type": "reference",
463
+ "id": 10,
464
+ "name": "SkyAppConfigParams"
465
+ }
466
+ }
467
+ ]
468
+ },
469
+ {
470
+ "id": 13,
471
+ "name": "params",
472
+ "kind": 262144,
473
+ "kindString": "Accessor",
474
+ "flags": {
475
+ "isPublic": true
476
+ },
477
+ "sources": [
478
+ {
479
+ "fileName": "projects/config/src/app-config-params.ts",
480
+ "line": 29,
481
+ "character": 13
482
+ }
483
+ ],
484
+ "getSignature": [
485
+ {
486
+ "id": 14,
487
+ "name": "params",
488
+ "kind": 524288,
489
+ "kindString": "Get signature",
490
+ "flags": {},
491
+ "type": {
492
+ "type": "reference",
493
+ "id": 28,
494
+ "name": "SkyuxConfigParams"
495
+ }
496
+ }
497
+ ]
498
+ },
499
+ {
500
+ "id": 16,
501
+ "name": "init",
502
+ "kind": 2048,
503
+ "kindString": "Method",
504
+ "flags": {
505
+ "isPublic": true
506
+ },
507
+ "sources": [
508
+ {
509
+ "fileName": "projects/config/src/app-config-params.ts",
510
+ "line": 35,
511
+ "character": 9
512
+ }
513
+ ],
514
+ "signatures": [
515
+ {
516
+ "id": 17,
517
+ "name": "init",
518
+ "kind": 4096,
519
+ "kindString": "Call signature",
520
+ "flags": {},
521
+ "parameters": [
522
+ {
523
+ "id": 18,
524
+ "name": "params",
525
+ "kind": 32768,
526
+ "kindString": "Parameter",
527
+ "flags": {
528
+ "isOptional": true
529
+ },
530
+ "type": {
531
+ "type": "reference",
532
+ "id": 28,
533
+ "name": "SkyuxConfigParams"
534
+ }
535
+ }
536
+ ],
537
+ "type": {
538
+ "type": "intrinsic",
539
+ "name": "void"
540
+ }
541
+ }
542
+ ]
543
+ }
544
+ ],
545
+ "groups": [
546
+ {
547
+ "title": "Constructors",
548
+ "kind": 512,
549
+ "children": [
550
+ 11
551
+ ]
552
+ },
553
+ {
554
+ "title": "Accessors",
555
+ "kind": 262144,
556
+ "children": [
557
+ 13
558
+ ]
559
+ },
560
+ {
561
+ "title": "Methods",
562
+ "kind": 2048,
563
+ "children": [
564
+ 16
565
+ ]
566
+ }
567
+ ],
568
+ "sources": [
569
+ {
570
+ "fileName": "projects/config/src/app-config-params.ts",
571
+ "line": 27,
572
+ "character": 13
573
+ }
574
+ ]
575
+ },
576
+ {
577
+ "id": 181,
578
+ "name": "SkyAppRuntimeConfigParams",
579
+ "kind": 128,
580
+ "kindString": "Class",
581
+ "flags": {},
582
+ "children": [
583
+ {
584
+ "id": 182,
585
+ "name": "constructor",
586
+ "kind": 512,
587
+ "kindString": "Constructor",
588
+ "flags": {},
589
+ "sources": [
590
+ {
591
+ "fileName": "projects/config/src/params.ts",
592
+ "line": 39,
593
+ "character": 2
594
+ }
595
+ ],
596
+ "signatures": [
597
+ {
598
+ "id": 183,
599
+ "name": "new SkyAppRuntimeConfigParams",
600
+ "kind": 16384,
601
+ "kindString": "Constructor signature",
602
+ "flags": {},
603
+ "parameters": [
604
+ {
605
+ "id": 184,
606
+ "name": "url",
607
+ "kind": 32768,
608
+ "kindString": "Parameter",
609
+ "flags": {},
610
+ "type": {
611
+ "type": "intrinsic",
612
+ "name": "string"
613
+ }
614
+ },
615
+ {
616
+ "id": 185,
617
+ "name": "configParams",
618
+ "kind": 32768,
619
+ "kindString": "Parameter",
620
+ "flags": {},
621
+ "type": {
622
+ "type": "reference",
623
+ "id": 28,
624
+ "name": "SkyuxConfigParams"
625
+ }
626
+ }
627
+ ],
628
+ "type": {
629
+ "type": "reference",
630
+ "id": 181,
631
+ "name": "SkyAppRuntimeConfigParams"
632
+ }
633
+ }
634
+ ]
635
+ },
636
+ {
637
+ "id": 205,
638
+ "name": "get",
639
+ "kind": 2048,
640
+ "kindString": "Method",
641
+ "flags": {
642
+ "isPublic": true
643
+ },
644
+ "sources": [
645
+ {
646
+ "fileName": "projects/config/src/params.ts",
647
+ "line": 128,
648
+ "character": 9
649
+ }
650
+ ],
651
+ "signatures": [
652
+ {
653
+ "id": 206,
654
+ "name": "get",
655
+ "kind": 4096,
656
+ "kindString": "Call signature",
657
+ "flags": {},
658
+ "comment": {
659
+ "shortText": "Returns the decoded value of the requested param."
660
+ },
661
+ "parameters": [
662
+ {
663
+ "id": 207,
664
+ "name": "key",
665
+ "kind": 32768,
666
+ "kindString": "Parameter",
667
+ "flags": {},
668
+ "comment": {
669
+ "text": "The parameter's key.\n"
670
+ },
671
+ "type": {
672
+ "type": "intrinsic",
673
+ "name": "string"
674
+ }
675
+ }
676
+ ],
677
+ "type": {
678
+ "type": "intrinsic",
679
+ "name": "string"
680
+ }
681
+ }
682
+ ]
683
+ },
684
+ {
685
+ "id": 208,
686
+ "name": "getAll",
687
+ "kind": 2048,
688
+ "kindString": "Method",
689
+ "flags": {
690
+ "isPublic": true
691
+ },
692
+ "sources": [
693
+ {
694
+ "fileName": "projects/config/src/params.ts",
695
+ "line": 138,
696
+ "character": 9
697
+ }
698
+ ],
699
+ "signatures": [
700
+ {
701
+ "id": 209,
702
+ "name": "getAll",
703
+ "kind": 4096,
704
+ "kindString": "Call signature",
705
+ "flags": {},
706
+ "comment": {
707
+ "shortText": "Returns the params object."
708
+ },
709
+ "parameters": [
710
+ {
711
+ "id": 210,
712
+ "name": "excludeDefaults",
713
+ "kind": 32768,
714
+ "kindString": "Parameter",
715
+ "flags": {
716
+ "isOptional": true
717
+ },
718
+ "comment": {
719
+ "text": "Exclude params that have default values\n"
720
+ },
721
+ "type": {
722
+ "type": "intrinsic",
723
+ "name": "boolean"
724
+ }
725
+ }
726
+ ],
727
+ "type": {
728
+ "type": "reference",
729
+ "name": "Object"
730
+ }
731
+ }
732
+ ]
733
+ },
734
+ {
735
+ "id": 211,
736
+ "name": "getAllKeys",
737
+ "kind": 2048,
738
+ "kindString": "Method",
739
+ "flags": {
740
+ "isPublic": true
741
+ },
742
+ "sources": [
743
+ {
744
+ "fileName": "projects/config/src/params.ts",
745
+ "line": 153,
746
+ "character": 9
747
+ }
748
+ ],
749
+ "signatures": [
750
+ {
751
+ "id": 212,
752
+ "name": "getAllKeys",
753
+ "kind": 4096,
754
+ "kindString": "Call signature",
755
+ "flags": {},
756
+ "comment": {
757
+ "shortText": "Returns all keys for current params."
758
+ },
759
+ "type": {
760
+ "type": "array",
761
+ "elementType": {
762
+ "type": "intrinsic",
763
+ "name": "string"
764
+ }
765
+ }
766
+ }
767
+ ]
768
+ },
769
+ {
770
+ "id": 213,
771
+ "name": "getUrl",
772
+ "kind": 2048,
773
+ "kindString": "Method",
774
+ "flags": {
775
+ "isPublic": true
776
+ },
777
+ "sources": [
778
+ {
779
+ "fileName": "projects/config/src/params.ts",
780
+ "line": 160,
781
+ "character": 9
782
+ }
783
+ ],
784
+ "signatures": [
785
+ {
786
+ "id": 214,
787
+ "name": "getUrl",
788
+ "kind": 4096,
789
+ "kindString": "Call signature",
790
+ "flags": {},
791
+ "comment": {
792
+ "shortText": "Adds the current params to the supplied url."
793
+ },
794
+ "parameters": [
795
+ {
796
+ "id": 215,
797
+ "name": "url",
798
+ "kind": 32768,
799
+ "kindString": "Parameter",
800
+ "flags": {},
801
+ "type": {
802
+ "type": "intrinsic",
803
+ "name": "string"
804
+ }
805
+ }
806
+ ],
807
+ "type": {
808
+ "type": "intrinsic",
809
+ "name": "string"
810
+ }
811
+ }
812
+ ]
813
+ },
814
+ {
815
+ "id": 197,
816
+ "name": "has",
817
+ "kind": 2048,
818
+ "kindString": "Method",
819
+ "flags": {
820
+ "isPublic": true
821
+ },
822
+ "sources": [
823
+ {
824
+ "fileName": "projects/config/src/params.ts",
825
+ "line": 100,
826
+ "character": 9
827
+ }
828
+ ],
829
+ "signatures": [
830
+ {
831
+ "id": 198,
832
+ "name": "has",
833
+ "kind": 4096,
834
+ "kindString": "Call signature",
835
+ "flags": {},
836
+ "comment": {
837
+ "shortText": "Does the key exist"
838
+ },
839
+ "parameters": [
840
+ {
841
+ "id": 199,
842
+ "name": "key",
843
+ "kind": 32768,
844
+ "kindString": "Parameter",
845
+ "flags": {},
846
+ "type": {
847
+ "type": "intrinsic",
848
+ "name": "string"
849
+ }
850
+ }
851
+ ],
852
+ "type": {
853
+ "type": "intrinsic",
854
+ "name": "boolean"
855
+ }
856
+ }
857
+ ]
858
+ },
859
+ {
860
+ "id": 200,
861
+ "name": "hasAllRequiredParams",
862
+ "kind": 2048,
863
+ "kindString": "Method",
864
+ "flags": {
865
+ "isPublic": true
866
+ },
867
+ "sources": [
868
+ {
869
+ "fileName": "projects/config/src/params.ts",
870
+ "line": 107,
871
+ "character": 9
872
+ }
873
+ ],
874
+ "signatures": [
875
+ {
876
+ "id": 201,
877
+ "name": "hasAllRequiredParams",
878
+ "kind": 4096,
879
+ "kindString": "Call signature",
880
+ "flags": {},
881
+ "comment": {
882
+ "shortText": "Are all the required params defined?"
883
+ },
884
+ "type": {
885
+ "type": "intrinsic",
886
+ "name": "boolean"
887
+ }
888
+ }
889
+ ]
890
+ },
891
+ {
892
+ "id": 202,
893
+ "name": "isRequired",
894
+ "kind": 2048,
895
+ "kindString": "Method",
896
+ "flags": {
897
+ "isPublic": true
898
+ },
899
+ "sources": [
900
+ {
901
+ "fileName": "projects/config/src/params.ts",
902
+ "line": 120,
903
+ "character": 9
904
+ }
905
+ ],
906
+ "signatures": [
907
+ {
908
+ "id": 203,
909
+ "name": "isRequired",
910
+ "kind": 4096,
911
+ "kindString": "Call signature",
912
+ "flags": {},
913
+ "comment": {
914
+ "shortText": "Returns a flag indicating whether a parameter is required."
915
+ },
916
+ "parameters": [
917
+ {
918
+ "id": 204,
919
+ "name": "key",
920
+ "kind": 32768,
921
+ "kindString": "Parameter",
922
+ "flags": {},
923
+ "type": {
924
+ "type": "intrinsic",
925
+ "name": "string"
926
+ }
927
+ }
928
+ ],
929
+ "type": {
930
+ "type": "intrinsic",
931
+ "name": "boolean"
932
+ }
933
+ }
934
+ ]
935
+ }
936
+ ],
937
+ "groups": [
938
+ {
939
+ "title": "Constructors",
940
+ "kind": 512,
941
+ "children": [
942
+ 182
943
+ ]
944
+ },
945
+ {
946
+ "title": "Methods",
947
+ "kind": 2048,
948
+ "children": [
949
+ 205,
950
+ 208,
951
+ 211,
952
+ 213,
953
+ 197,
954
+ 200,
955
+ 202
956
+ ]
957
+ }
958
+ ],
959
+ "sources": [
960
+ {
961
+ "fileName": "projects/config/src/params.ts",
962
+ "line": 27,
963
+ "character": 13
964
+ }
965
+ ]
966
+ },
967
+ {
968
+ "id": 174,
969
+ "name": "SkyAppRuntimeConfigParamsProvider",
970
+ "kind": 128,
971
+ "kindString": "Class",
972
+ "flags": {},
973
+ "comment": {
974
+ "shortText": "Provides methods to interact with runtime config query parameters.",
975
+ "tags": [
976
+ {
977
+ "tag": "deprecated",
978
+ "text": "Use `SkyAppConfig.runtime.params` instead.\n"
979
+ }
980
+ ]
981
+ },
982
+ "decorators": [
983
+ {
984
+ "name": "Injectable",
985
+ "type": {
986
+ "type": "reference",
987
+ "name": "Injectable"
988
+ },
989
+ "arguments": {
990
+ "options": "{\n providedIn: 'root'\n}"
991
+ }
992
+ }
993
+ ],
994
+ "children": [
995
+ {
996
+ "id": 175,
997
+ "name": "constructor",
998
+ "kind": 512,
999
+ "kindString": "Constructor",
1000
+ "flags": {},
1001
+ "sources": [
1002
+ {
1003
+ "fileName": "projects/config/src/params-provider.ts",
1004
+ "line": 29,
1005
+ "character": 2
1006
+ }
1007
+ ],
1008
+ "signatures": [
1009
+ {
1010
+ "id": 176,
1011
+ "name": "new SkyAppRuntimeConfigParamsProvider",
1012
+ "kind": 16384,
1013
+ "kindString": "Constructor signature",
1014
+ "flags": {},
1015
+ "parameters": [
1016
+ {
1017
+ "id": 177,
1018
+ "name": "configParams",
1019
+ "kind": 32768,
1020
+ "kindString": "Parameter",
1021
+ "flags": {
1022
+ "isOptional": true
1023
+ },
1024
+ "decorators": [
1025
+ {
1026
+ "name": "Optional",
1027
+ "type": {
1028
+ "type": "reference",
1029
+ "name": "Optional"
1030
+ },
1031
+ "arguments": {}
1032
+ }
1033
+ ],
1034
+ "type": {
1035
+ "type": "reference",
1036
+ "id": 10,
1037
+ "name": "SkyAppConfigParams"
1038
+ }
1039
+ }
1040
+ ],
1041
+ "type": {
1042
+ "type": "reference",
1043
+ "id": 174,
1044
+ "name": "SkyAppRuntimeConfigParamsProvider"
1045
+ }
1046
+ }
1047
+ ]
1048
+ },
1049
+ {
1050
+ "id": 178,
1051
+ "name": "params",
1052
+ "kind": 262144,
1053
+ "kindString": "Accessor",
1054
+ "flags": {
1055
+ "isPublic": true
1056
+ },
1057
+ "sources": [
1058
+ {
1059
+ "fileName": "projects/config/src/params-provider.ts",
1060
+ "line": 23,
1061
+ "character": 13
1062
+ }
1063
+ ],
1064
+ "getSignature": [
1065
+ {
1066
+ "id": 179,
1067
+ "name": "params",
1068
+ "kind": 524288,
1069
+ "kindString": "Get signature",
1070
+ "flags": {},
1071
+ "type": {
1072
+ "type": "reference",
1073
+ "id": 181,
1074
+ "name": "SkyAppRuntimeConfigParams"
1075
+ }
1076
+ }
1077
+ ]
1078
+ }
1079
+ ],
1080
+ "groups": [
1081
+ {
1082
+ "title": "Constructors",
1083
+ "kind": 512,
1084
+ "children": [
1085
+ 175
1086
+ ]
1087
+ },
1088
+ {
1089
+ "title": "Accessors",
1090
+ "kind": 262144,
1091
+ "children": [
1092
+ 178
1093
+ ]
1094
+ }
1095
+ ],
1096
+ "sources": [
1097
+ {
1098
+ "fileName": "projects/config/src/params-provider.ts",
1099
+ "line": 21,
1100
+ "character": 13
1101
+ }
1102
+ ]
1103
+ },
1104
+ {
1105
+ "id": 41,
1106
+ "name": "SkyuxPactConfig",
1107
+ "kind": 128,
1108
+ "kindString": "Class",
1109
+ "flags": {},
1110
+ "children": [
1111
+ {
1112
+ "id": 42,
1113
+ "name": "constructor",
1114
+ "kind": 512,
1115
+ "kindString": "Constructor",
1116
+ "flags": {},
1117
+ "signatures": [
1118
+ {
1119
+ "id": 43,
1120
+ "name": "new SkyuxPactConfig",
1121
+ "kind": 16384,
1122
+ "kindString": "Constructor signature",
1123
+ "flags": {},
1124
+ "type": {
1125
+ "type": "reference",
1126
+ "id": 41,
1127
+ "name": "SkyuxPactConfig"
1128
+ }
1129
+ }
1130
+ ]
1131
+ },
1132
+ {
1133
+ "id": 52,
1134
+ "name": "pactProxyServer",
1135
+ "kind": 1024,
1136
+ "kindString": "Property",
1137
+ "flags": {
1138
+ "isPublic": true,
1139
+ "isOptional": true
1140
+ },
1141
+ "sources": [
1142
+ {
1143
+ "fileName": "projects/config/src/config.ts",
1144
+ "line": 20,
1145
+ "character": 9
1146
+ }
1147
+ ],
1148
+ "type": {
1149
+ "type": "intrinsic",
1150
+ "name": "string"
1151
+ }
1152
+ },
1153
+ {
1154
+ "id": 44,
1155
+ "name": "providers",
1156
+ "kind": 1024,
1157
+ "kindString": "Property",
1158
+ "flags": {
1159
+ "isPublic": true,
1160
+ "isOptional": true
1161
+ },
1162
+ "sources": [
1163
+ {
1164
+ "fileName": "projects/config/src/config.ts",
1165
+ "line": 13,
1166
+ "character": 9
1167
+ }
1168
+ ],
1169
+ "type": {
1170
+ "type": "reflection",
1171
+ "declaration": {
1172
+ "id": 45,
1173
+ "name": "__type",
1174
+ "kind": 65536,
1175
+ "kindString": "Type literal",
1176
+ "flags": {},
1177
+ "indexSignature": {
1178
+ "id": 46,
1179
+ "name": "__index",
1180
+ "kind": 8192,
1181
+ "kindString": "Index signature",
1182
+ "flags": {},
1183
+ "parameters": [
1184
+ {
1185
+ "id": 47,
1186
+ "name": "provider",
1187
+ "kind": 32768,
1188
+ "flags": {},
1189
+ "type": {
1190
+ "type": "intrinsic",
1191
+ "name": "string"
1192
+ }
1193
+ }
1194
+ ],
1195
+ "type": {
1196
+ "type": "reflection",
1197
+ "declaration": {
1198
+ "id": 48,
1199
+ "name": "__type",
1200
+ "kind": 65536,
1201
+ "kindString": "Type literal",
1202
+ "flags": {},
1203
+ "children": [
1204
+ {
1205
+ "id": 51,
1206
+ "name": "fullUrl",
1207
+ "kind": 1024,
1208
+ "kindString": "Property",
1209
+ "flags": {
1210
+ "isOptional": true
1211
+ },
1212
+ "sources": [
1213
+ {
1214
+ "fileName": "projects/config/src/config.ts",
1215
+ "line": 17,
1216
+ "character": 6
1217
+ }
1218
+ ],
1219
+ "type": {
1220
+ "type": "intrinsic",
1221
+ "name": "string"
1222
+ }
1223
+ },
1224
+ {
1225
+ "id": 49,
1226
+ "name": "host",
1227
+ "kind": 1024,
1228
+ "kindString": "Property",
1229
+ "flags": {
1230
+ "isOptional": true
1231
+ },
1232
+ "sources": [
1233
+ {
1234
+ "fileName": "projects/config/src/config.ts",
1235
+ "line": 15,
1236
+ "character": 6
1237
+ }
1238
+ ],
1239
+ "type": {
1240
+ "type": "intrinsic",
1241
+ "name": "string"
1242
+ }
1243
+ },
1244
+ {
1245
+ "id": 50,
1246
+ "name": "port",
1247
+ "kind": 1024,
1248
+ "kindString": "Property",
1249
+ "flags": {
1250
+ "isOptional": true
1251
+ },
1252
+ "sources": [
1253
+ {
1254
+ "fileName": "projects/config/src/config.ts",
1255
+ "line": 16,
1256
+ "character": 6
1257
+ }
1258
+ ],
1259
+ "type": {
1260
+ "type": "intrinsic",
1261
+ "name": "string"
1262
+ }
1263
+ }
1264
+ ],
1265
+ "groups": [
1266
+ {
1267
+ "title": "Properties",
1268
+ "kind": 1024,
1269
+ "children": [
1270
+ 51,
1271
+ 49,
1272
+ 50
1273
+ ]
1274
+ }
1275
+ ],
1276
+ "sources": [
1277
+ {
1278
+ "fileName": "projects/config/src/config.ts",
1279
+ "line": 14,
1280
+ "character": 24
1281
+ }
1282
+ ]
1283
+ }
1284
+ }
1285
+ }
1286
+ }
1287
+ }
1288
+ }
1289
+ ],
1290
+ "groups": [
1291
+ {
1292
+ "title": "Constructors",
1293
+ "kind": 512,
1294
+ "children": [
1295
+ 42
1296
+ ]
1297
+ },
1298
+ {
1299
+ "title": "Properties",
1300
+ "kind": 1024,
1301
+ "children": [
1302
+ 52,
1303
+ 44
1304
+ ]
1305
+ }
1306
+ ],
1307
+ "sources": [
1308
+ {
1309
+ "fileName": "projects/config/src/config.ts",
1310
+ "line": 12,
1311
+ "character": 13
1312
+ }
1313
+ ]
1314
+ },
1315
+ {
1316
+ "id": 62,
1317
+ "name": "RuntimeConfig",
1318
+ "kind": 256,
1319
+ "kindString": "Interface",
1320
+ "flags": {},
1321
+ "children": [
1322
+ {
1323
+ "id": 63,
1324
+ "name": "app",
1325
+ "kind": 1024,
1326
+ "kindString": "Property",
1327
+ "flags": {},
1328
+ "sources": [
1329
+ {
1330
+ "fileName": "projects/config/src/config.ts",
1331
+ "line": 41,
1332
+ "character": 2
1333
+ }
1334
+ ],
1335
+ "type": {
1336
+ "type": "reference",
1337
+ "id": 36,
1338
+ "name": "RuntimeConfigApp"
1339
+ }
1340
+ },
1341
+ {
1342
+ "id": 64,
1343
+ "name": "command",
1344
+ "kind": 1024,
1345
+ "kindString": "Property",
1346
+ "flags": {
1347
+ "isOptional": true
1348
+ },
1349
+ "sources": [
1350
+ {
1351
+ "fileName": "projects/config/src/config.ts",
1352
+ "line": 42,
1353
+ "character": 2
1354
+ }
1355
+ ],
1356
+ "type": {
1357
+ "type": "intrinsic",
1358
+ "name": "string"
1359
+ }
1360
+ },
1361
+ {
1362
+ "id": 66,
1363
+ "name": "componentsIgnorePattern",
1364
+ "kind": 1024,
1365
+ "kindString": "Property",
1366
+ "flags": {},
1367
+ "sources": [
1368
+ {
1369
+ "fileName": "projects/config/src/config.ts",
1370
+ "line": 44,
1371
+ "character": 2
1372
+ }
1373
+ ],
1374
+ "type": {
1375
+ "type": "intrinsic",
1376
+ "name": "string"
1377
+ }
1378
+ },
1379
+ {
1380
+ "id": 65,
1381
+ "name": "componentsPattern",
1382
+ "kind": 1024,
1383
+ "kindString": "Property",
1384
+ "flags": {},
1385
+ "sources": [
1386
+ {
1387
+ "fileName": "projects/config/src/config.ts",
1388
+ "line": 43,
1389
+ "character": 2
1390
+ }
1391
+ ],
1392
+ "type": {
1393
+ "type": "intrinsic",
1394
+ "name": "string"
1395
+ }
1396
+ },
1397
+ {
1398
+ "id": 67,
1399
+ "name": "handle404",
1400
+ "kind": 1024,
1401
+ "kindString": "Property",
1402
+ "flags": {
1403
+ "isOptional": true
1404
+ },
1405
+ "sources": [
1406
+ {
1407
+ "fileName": "projects/config/src/config.ts",
1408
+ "line": 45,
1409
+ "character": 2
1410
+ }
1411
+ ],
1412
+ "type": {
1413
+ "type": "intrinsic",
1414
+ "name": "boolean"
1415
+ }
1416
+ },
1417
+ {
1418
+ "id": 68,
1419
+ "name": "includeRouteModule",
1420
+ "kind": 1024,
1421
+ "kindString": "Property",
1422
+ "flags": {},
1423
+ "sources": [
1424
+ {
1425
+ "fileName": "projects/config/src/config.ts",
1426
+ "line": 46,
1427
+ "character": 2
1428
+ }
1429
+ ],
1430
+ "type": {
1431
+ "type": "intrinsic",
1432
+ "name": "boolean"
1433
+ }
1434
+ },
1435
+ {
1436
+ "id": 69,
1437
+ "name": "pactConfig",
1438
+ "kind": 1024,
1439
+ "kindString": "Property",
1440
+ "flags": {
1441
+ "isOptional": true
1442
+ },
1443
+ "sources": [
1444
+ {
1445
+ "fileName": "projects/config/src/config.ts",
1446
+ "line": 47,
1447
+ "character": 2
1448
+ }
1449
+ ],
1450
+ "type": {
1451
+ "type": "reference",
1452
+ "id": 41,
1453
+ "name": "SkyuxPactConfig"
1454
+ }
1455
+ },
1456
+ {
1457
+ "id": 70,
1458
+ "name": "params",
1459
+ "kind": 1024,
1460
+ "kindString": "Property",
1461
+ "flags": {},
1462
+ "sources": [
1463
+ {
1464
+ "fileName": "projects/config/src/config.ts",
1465
+ "line": 48,
1466
+ "character": 2
1467
+ }
1468
+ ],
1469
+ "type": {
1470
+ "type": "reference",
1471
+ "id": 181,
1472
+ "name": "SkyAppRuntimeConfigParams"
1473
+ }
1474
+ },
1475
+ {
1476
+ "id": 71,
1477
+ "name": "routes",
1478
+ "kind": 1024,
1479
+ "kindString": "Property",
1480
+ "flags": {
1481
+ "isOptional": true
1482
+ },
1483
+ "sources": [
1484
+ {
1485
+ "fileName": "projects/config/src/config.ts",
1486
+ "line": 49,
1487
+ "character": 2
1488
+ }
1489
+ ],
1490
+ "type": {
1491
+ "type": "array",
1492
+ "elementType": {
1493
+ "type": "reference",
1494
+ "name": "Object"
1495
+ }
1496
+ }
1497
+ },
1498
+ {
1499
+ "id": 72,
1500
+ "name": "routesPattern",
1501
+ "kind": 1024,
1502
+ "kindString": "Property",
1503
+ "flags": {},
1504
+ "sources": [
1505
+ {
1506
+ "fileName": "projects/config/src/config.ts",
1507
+ "line": 50,
1508
+ "character": 2
1509
+ }
1510
+ ],
1511
+ "type": {
1512
+ "type": "intrinsic",
1513
+ "name": "string"
1514
+ }
1515
+ },
1516
+ {
1517
+ "id": 73,
1518
+ "name": "runtimeAlias",
1519
+ "kind": 1024,
1520
+ "kindString": "Property",
1521
+ "flags": {},
1522
+ "sources": [
1523
+ {
1524
+ "fileName": "projects/config/src/config.ts",
1525
+ "line": 51,
1526
+ "character": 2
1527
+ }
1528
+ ],
1529
+ "type": {
1530
+ "type": "intrinsic",
1531
+ "name": "string"
1532
+ }
1533
+ },
1534
+ {
1535
+ "id": 75,
1536
+ "name": "skyPagesOutAlias",
1537
+ "kind": 1024,
1538
+ "kindString": "Property",
1539
+ "flags": {},
1540
+ "sources": [
1541
+ {
1542
+ "fileName": "projects/config/src/config.ts",
1543
+ "line": 53,
1544
+ "character": 2
1545
+ }
1546
+ ],
1547
+ "type": {
1548
+ "type": "intrinsic",
1549
+ "name": "string"
1550
+ }
1551
+ },
1552
+ {
1553
+ "id": 76,
1554
+ "name": "skyuxPathAlias",
1555
+ "kind": 1024,
1556
+ "kindString": "Property",
1557
+ "flags": {},
1558
+ "sources": [
1559
+ {
1560
+ "fileName": "projects/config/src/config.ts",
1561
+ "line": 54,
1562
+ "character": 2
1563
+ }
1564
+ ],
1565
+ "type": {
1566
+ "type": "intrinsic",
1567
+ "name": "string"
1568
+ }
1569
+ },
1570
+ {
1571
+ "id": 74,
1572
+ "name": "spaPathAlias",
1573
+ "kind": 1024,
1574
+ "kindString": "Property",
1575
+ "flags": {},
1576
+ "sources": [
1577
+ {
1578
+ "fileName": "projects/config/src/config.ts",
1579
+ "line": 52,
1580
+ "character": 2
1581
+ }
1582
+ ],
1583
+ "type": {
1584
+ "type": "intrinsic",
1585
+ "name": "string"
1586
+ }
1587
+ },
1588
+ {
1589
+ "id": 77,
1590
+ "name": "srcPath",
1591
+ "kind": 1024,
1592
+ "kindString": "Property",
1593
+ "flags": {},
1594
+ "sources": [
1595
+ {
1596
+ "fileName": "projects/config/src/config.ts",
1597
+ "line": 55,
1598
+ "character": 2
1599
+ }
1600
+ ],
1601
+ "type": {
1602
+ "type": "intrinsic",
1603
+ "name": "string"
1604
+ }
1605
+ },
1606
+ {
1607
+ "id": 78,
1608
+ "name": "useTemplateUrl",
1609
+ "kind": 1024,
1610
+ "kindString": "Property",
1611
+ "flags": {},
1612
+ "sources": [
1613
+ {
1614
+ "fileName": "projects/config/src/config.ts",
1615
+ "line": 56,
1616
+ "character": 2
1617
+ }
1618
+ ],
1619
+ "type": {
1620
+ "type": "intrinsic",
1621
+ "name": "boolean"
1622
+ }
1623
+ }
1624
+ ],
1625
+ "groups": [
1626
+ {
1627
+ "title": "Properties",
1628
+ "kind": 1024,
1629
+ "children": [
1630
+ 63,
1631
+ 64,
1632
+ 66,
1633
+ 65,
1634
+ 67,
1635
+ 68,
1636
+ 69,
1637
+ 70,
1638
+ 71,
1639
+ 72,
1640
+ 73,
1641
+ 75,
1642
+ 76,
1643
+ 74,
1644
+ 77,
1645
+ 78
1646
+ ]
1647
+ }
1648
+ ],
1649
+ "sources": [
1650
+ {
1651
+ "fileName": "projects/config/src/config.ts",
1652
+ "line": 40,
1653
+ "character": 17
1654
+ }
1655
+ ]
1656
+ },
1657
+ {
1658
+ "id": 36,
1659
+ "name": "RuntimeConfigApp",
1660
+ "kind": 256,
1661
+ "kindString": "Interface",
1662
+ "flags": {},
1663
+ "children": [
1664
+ {
1665
+ "id": 37,
1666
+ "name": "base",
1667
+ "kind": 1024,
1668
+ "kindString": "Property",
1669
+ "flags": {},
1670
+ "sources": [
1671
+ {
1672
+ "fileName": "projects/config/src/config.ts",
1673
+ "line": 6,
1674
+ "character": 2
1675
+ }
1676
+ ],
1677
+ "type": {
1678
+ "type": "intrinsic",
1679
+ "name": "string"
1680
+ }
1681
+ },
1682
+ {
1683
+ "id": 38,
1684
+ "name": "inject",
1685
+ "kind": 1024,
1686
+ "kindString": "Property",
1687
+ "flags": {},
1688
+ "sources": [
1689
+ {
1690
+ "fileName": "projects/config/src/config.ts",
1691
+ "line": 7,
1692
+ "character": 2
1693
+ }
1694
+ ],
1695
+ "type": {
1696
+ "type": "intrinsic",
1697
+ "name": "boolean"
1698
+ }
1699
+ },
1700
+ {
1701
+ "id": 39,
1702
+ "name": "name",
1703
+ "kind": 1024,
1704
+ "kindString": "Property",
1705
+ "flags": {
1706
+ "isOptional": true
1707
+ },
1708
+ "sources": [
1709
+ {
1710
+ "fileName": "projects/config/src/config.ts",
1711
+ "line": 8,
1712
+ "character": 2
1713
+ }
1714
+ ],
1715
+ "type": {
1716
+ "type": "intrinsic",
1717
+ "name": "string"
1718
+ }
1719
+ },
1720
+ {
1721
+ "id": 40,
1722
+ "name": "template",
1723
+ "kind": 1024,
1724
+ "kindString": "Property",
1725
+ "flags": {},
1726
+ "sources": [
1727
+ {
1728
+ "fileName": "projects/config/src/config.ts",
1729
+ "line": 9,
1730
+ "character": 2
1731
+ }
1732
+ ],
1733
+ "type": {
1734
+ "type": "intrinsic",
1735
+ "name": "string"
1736
+ }
1737
+ }
1738
+ ],
1739
+ "groups": [
1740
+ {
1741
+ "title": "Properties",
1742
+ "kind": 1024,
1743
+ "children": [
1744
+ 37,
1745
+ 38,
1746
+ 39,
1747
+ 40
1748
+ ]
1749
+ }
1750
+ ],
1751
+ "sources": [
1752
+ {
1753
+ "fileName": "projects/config/src/config.ts",
1754
+ "line": 5,
1755
+ "character": 17
1756
+ }
1757
+ ]
1758
+ },
1759
+ {
1760
+ "id": 19,
1761
+ "name": "SkyAppConfigModuleForRootArgs",
1762
+ "kind": 256,
1763
+ "kindString": "Interface",
1764
+ "flags": {},
1765
+ "children": [
1766
+ {
1767
+ "id": 20,
1768
+ "name": "host",
1769
+ "kind": 1024,
1770
+ "kindString": "Property",
1771
+ "flags": {
1772
+ "isOptional": true
1773
+ },
1774
+ "sources": [
1775
+ {
1776
+ "fileName": "projects/config/src/app-config-module-for-root-args.ts",
1777
+ "line": 11,
1778
+ "character": 2
1779
+ }
1780
+ ],
1781
+ "type": {
1782
+ "type": "reference",
1783
+ "id": 106,
1784
+ "name": "SkyuxConfigHost"
1785
+ }
1786
+ },
1787
+ {
1788
+ "id": 21,
1789
+ "name": "params",
1790
+ "kind": 1024,
1791
+ "kindString": "Property",
1792
+ "flags": {
1793
+ "isOptional": true
1794
+ },
1795
+ "sources": [
1796
+ {
1797
+ "fileName": "projects/config/src/app-config-module-for-root-args.ts",
1798
+ "line": 13,
1799
+ "character": 2
1800
+ }
1801
+ ],
1802
+ "type": {
1803
+ "type": "reference",
1804
+ "id": 28,
1805
+ "name": "SkyuxConfigParams"
1806
+ }
1807
+ }
1808
+ ],
1809
+ "groups": [
1810
+ {
1811
+ "title": "Properties",
1812
+ "kind": 1024,
1813
+ "children": [
1814
+ 20,
1815
+ 21
1816
+ ]
1817
+ }
1818
+ ],
1819
+ "sources": [
1820
+ {
1821
+ "fileName": "projects/config/src/app-config-module-for-root-args.ts",
1822
+ "line": 9,
1823
+ "character": 17
1824
+ }
1825
+ ]
1826
+ },
1827
+ {
1828
+ "id": 113,
1829
+ "name": "SkyuxConfig",
1830
+ "kind": 256,
1831
+ "kindString": "Interface",
1832
+ "flags": {},
1833
+ "children": [
1834
+ {
1835
+ "id": 114,
1836
+ "name": "$schema",
1837
+ "kind": 1024,
1838
+ "kindString": "Property",
1839
+ "flags": {
1840
+ "isOptional": true
1841
+ },
1842
+ "sources": [
1843
+ {
1844
+ "fileName": "projects/config/src/config.ts",
1845
+ "line": 116,
1846
+ "character": 2
1847
+ }
1848
+ ],
1849
+ "type": {
1850
+ "type": "intrinsic",
1851
+ "name": "string"
1852
+ }
1853
+ },
1854
+ {
1855
+ "id": 115,
1856
+ "name": "a11y",
1857
+ "kind": 1024,
1858
+ "kindString": "Property",
1859
+ "flags": {
1860
+ "isOptional": true
1861
+ },
1862
+ "sources": [
1863
+ {
1864
+ "fileName": "projects/config/src/config.ts",
1865
+ "line": 117,
1866
+ "character": 2
1867
+ }
1868
+ ],
1869
+ "type": {
1870
+ "type": "union",
1871
+ "types": [
1872
+ {
1873
+ "type": "intrinsic",
1874
+ "name": "boolean"
1875
+ },
1876
+ {
1877
+ "type": "reference",
1878
+ "id": 79,
1879
+ "name": "SkyuxConfigA11y"
1880
+ }
1881
+ ]
1882
+ }
1883
+ },
1884
+ {
1885
+ "id": 116,
1886
+ "name": "app",
1887
+ "kind": 1024,
1888
+ "kindString": "Property",
1889
+ "flags": {
1890
+ "isOptional": true
1891
+ },
1892
+ "sources": [
1893
+ {
1894
+ "fileName": "projects/config/src/config.ts",
1895
+ "line": 118,
1896
+ "character": 2
1897
+ }
1898
+ ],
1899
+ "type": {
1900
+ "type": "reference",
1901
+ "id": 85,
1902
+ "name": "SkyuxConfigApp"
1903
+ }
1904
+ },
1905
+ {
1906
+ "id": 117,
1907
+ "name": "appSettings",
1908
+ "kind": 1024,
1909
+ "kindString": "Property",
1910
+ "flags": {
1911
+ "isOptional": true
1912
+ },
1913
+ "sources": [
1914
+ {
1915
+ "fileName": "projects/config/src/config.ts",
1916
+ "line": 119,
1917
+ "character": 2
1918
+ }
1919
+ ],
1920
+ "type": {
1921
+ "type": "intrinsic",
1922
+ "name": "any"
1923
+ }
1924
+ },
1925
+ {
1926
+ "id": 118,
1927
+ "name": "auth",
1928
+ "kind": 1024,
1929
+ "kindString": "Property",
1930
+ "flags": {
1931
+ "isOptional": true
1932
+ },
1933
+ "sources": [
1934
+ {
1935
+ "fileName": "projects/config/src/config.ts",
1936
+ "line": 120,
1937
+ "character": 2
1938
+ }
1939
+ ],
1940
+ "type": {
1941
+ "type": "intrinsic",
1942
+ "name": "boolean"
1943
+ }
1944
+ },
1945
+ {
1946
+ "id": 119,
1947
+ "name": "authSettings",
1948
+ "kind": 1024,
1949
+ "kindString": "Property",
1950
+ "flags": {
1951
+ "isOptional": true
1952
+ },
1953
+ "sources": [
1954
+ {
1955
+ "fileName": "projects/config/src/config.ts",
1956
+ "line": 121,
1957
+ "character": 2
1958
+ }
1959
+ ],
1960
+ "type": {
1961
+ "type": "reference",
1962
+ "id": 92,
1963
+ "name": "SkyuxConfigAuthSettings"
1964
+ }
1965
+ },
1966
+ {
1967
+ "id": 120,
1968
+ "name": "codeCoverageThreshold",
1969
+ "kind": 1024,
1970
+ "kindString": "Property",
1971
+ "flags": {
1972
+ "isOptional": true
1973
+ },
1974
+ "sources": [
1975
+ {
1976
+ "fileName": "projects/config/src/config.ts",
1977
+ "line": 122,
1978
+ "character": 2
1979
+ }
1980
+ ],
1981
+ "type": {
1982
+ "type": "union",
1983
+ "types": [
1984
+ {
1985
+ "type": "literal",
1986
+ "value": "none"
1987
+ },
1988
+ {
1989
+ "type": "literal",
1990
+ "value": "standard"
1991
+ },
1992
+ {
1993
+ "type": "literal",
1994
+ "value": "strict"
1995
+ }
1996
+ ]
1997
+ }
1998
+ },
1999
+ {
2000
+ "id": 121,
2001
+ "name": "command",
2002
+ "kind": 1024,
2003
+ "kindString": "Property",
2004
+ "flags": {
2005
+ "isOptional": true
2006
+ },
2007
+ "sources": [
2008
+ {
2009
+ "fileName": "projects/config/src/config.ts",
2010
+ "line": 123,
2011
+ "character": 2
2012
+ }
2013
+ ],
2014
+ "type": {
2015
+ "type": "intrinsic",
2016
+ "name": "string"
2017
+ }
2018
+ },
2019
+ {
2020
+ "id": 122,
2021
+ "name": "compileMode",
2022
+ "kind": 1024,
2023
+ "kindString": "Property",
2024
+ "flags": {
2025
+ "isOptional": true
2026
+ },
2027
+ "sources": [
2028
+ {
2029
+ "fileName": "projects/config/src/config.ts",
2030
+ "line": 124,
2031
+ "character": 2
2032
+ }
2033
+ ],
2034
+ "type": {
2035
+ "type": "intrinsic",
2036
+ "name": "string"
2037
+ }
2038
+ },
2039
+ {
2040
+ "id": 123,
2041
+ "name": "cssPath",
2042
+ "kind": 1024,
2043
+ "kindString": "Property",
2044
+ "flags": {
2045
+ "isOptional": true
2046
+ },
2047
+ "sources": [
2048
+ {
2049
+ "fileName": "projects/config/src/config.ts",
2050
+ "line": 125,
2051
+ "character": 2
2052
+ }
2053
+ ],
2054
+ "type": {
2055
+ "type": "intrinsic",
2056
+ "name": "string"
2057
+ }
2058
+ },
2059
+ {
2060
+ "id": 124,
2061
+ "name": "dependenciesForTranspilation",
2062
+ "kind": 1024,
2063
+ "kindString": "Property",
2064
+ "flags": {
2065
+ "isOptional": true
2066
+ },
2067
+ "sources": [
2068
+ {
2069
+ "fileName": "projects/config/src/config.ts",
2070
+ "line": 126,
2071
+ "character": 2
2072
+ }
2073
+ ],
2074
+ "type": {
2075
+ "type": "array",
2076
+ "elementType": {
2077
+ "type": "intrinsic",
2078
+ "name": "string"
2079
+ }
2080
+ }
2081
+ },
2082
+ {
2083
+ "id": 125,
2084
+ "name": "enableIvy",
2085
+ "kind": 1024,
2086
+ "kindString": "Property",
2087
+ "flags": {
2088
+ "isOptional": true
2089
+ },
2090
+ "sources": [
2091
+ {
2092
+ "fileName": "projects/config/src/config.ts",
2093
+ "line": 127,
2094
+ "character": 2
2095
+ }
2096
+ ],
2097
+ "type": {
2098
+ "type": "intrinsic",
2099
+ "name": "boolean"
2100
+ }
2101
+ },
2102
+ {
2103
+ "id": 126,
2104
+ "name": "help",
2105
+ "kind": 1024,
2106
+ "kindString": "Property",
2107
+ "flags": {
2108
+ "isOptional": true
2109
+ },
2110
+ "sources": [
2111
+ {
2112
+ "fileName": "projects/config/src/config.ts",
2113
+ "line": 128,
2114
+ "character": 2
2115
+ }
2116
+ ],
2117
+ "type": {
2118
+ "type": "intrinsic",
2119
+ "name": "any"
2120
+ }
2121
+ },
2122
+ {
2123
+ "id": 127,
2124
+ "name": "host",
2125
+ "kind": 1024,
2126
+ "kindString": "Property",
2127
+ "flags": {
2128
+ "isOptional": true
2129
+ },
2130
+ "sources": [
2131
+ {
2132
+ "fileName": "projects/config/src/config.ts",
2133
+ "line": 129,
2134
+ "character": 2
2135
+ }
2136
+ ],
2137
+ "type": {
2138
+ "type": "reference",
2139
+ "id": 106,
2140
+ "name": "SkyuxConfigHost"
2141
+ }
2142
+ },
2143
+ {
2144
+ "id": 128,
2145
+ "name": "importPath",
2146
+ "kind": 1024,
2147
+ "kindString": "Property",
2148
+ "flags": {
2149
+ "isOptional": true
2150
+ },
2151
+ "sources": [
2152
+ {
2153
+ "fileName": "projects/config/src/config.ts",
2154
+ "line": 130,
2155
+ "character": 2
2156
+ }
2157
+ ],
2158
+ "type": {
2159
+ "type": "intrinsic",
2160
+ "name": "string"
2161
+ }
2162
+ },
2163
+ {
2164
+ "id": 129,
2165
+ "name": "librarySettings",
2166
+ "kind": 1024,
2167
+ "kindString": "Property",
2168
+ "flags": {
2169
+ "isOptional": true
2170
+ },
2171
+ "sources": [
2172
+ {
2173
+ "fileName": "projects/config/src/config.ts",
2174
+ "line": 131,
2175
+ "character": 2
2176
+ }
2177
+ ],
2178
+ "type": {
2179
+ "type": "reference",
2180
+ "id": 60,
2181
+ "name": "SkyuxConfigLibrarySettings"
2182
+ }
2183
+ },
2184
+ {
2185
+ "id": 130,
2186
+ "name": "mode",
2187
+ "kind": 1024,
2188
+ "kindString": "Property",
2189
+ "flags": {
2190
+ "isOptional": true
2191
+ },
2192
+ "sources": [
2193
+ {
2194
+ "fileName": "projects/config/src/config.ts",
2195
+ "line": 132,
2196
+ "character": 2
2197
+ }
2198
+ ],
2199
+ "type": {
2200
+ "type": "intrinsic",
2201
+ "name": "string"
2202
+ }
2203
+ },
2204
+ {
2205
+ "id": 131,
2206
+ "name": "moduleAliases",
2207
+ "kind": 1024,
2208
+ "kindString": "Property",
2209
+ "flags": {
2210
+ "isOptional": true
2211
+ },
2212
+ "sources": [
2213
+ {
2214
+ "fileName": "projects/config/src/config.ts",
2215
+ "line": 133,
2216
+ "character": 2
2217
+ }
2218
+ ],
2219
+ "type": {
2220
+ "type": "reflection",
2221
+ "declaration": {
2222
+ "id": 132,
2223
+ "name": "__type",
2224
+ "kind": 65536,
2225
+ "kindString": "Type literal",
2226
+ "flags": {},
2227
+ "indexSignature": {
2228
+ "id": 133,
2229
+ "name": "__index",
2230
+ "kind": 8192,
2231
+ "kindString": "Index signature",
2232
+ "flags": {},
2233
+ "parameters": [
2234
+ {
2235
+ "id": 134,
2236
+ "name": "key",
2237
+ "kind": 32768,
2238
+ "flags": {},
2239
+ "type": {
2240
+ "type": "intrinsic",
2241
+ "name": "string"
2242
+ }
2243
+ }
2244
+ ],
2245
+ "type": {
2246
+ "type": "intrinsic",
2247
+ "name": "string"
2248
+ }
2249
+ }
2250
+ }
2251
+ }
2252
+ },
2253
+ {
2254
+ "id": 135,
2255
+ "name": "name",
2256
+ "kind": 1024,
2257
+ "kindString": "Property",
2258
+ "flags": {
2259
+ "isOptional": true
2260
+ },
2261
+ "sources": [
2262
+ {
2263
+ "fileName": "projects/config/src/config.ts",
2264
+ "line": 134,
2265
+ "character": 2
2266
+ }
2267
+ ],
2268
+ "type": {
2269
+ "type": "intrinsic",
2270
+ "name": "string"
2271
+ }
2272
+ },
2273
+ {
2274
+ "id": 166,
2275
+ "name": "omnibar",
2276
+ "kind": 1024,
2277
+ "kindString": "Property",
2278
+ "flags": {
2279
+ "isOptional": true
2280
+ },
2281
+ "sources": [
2282
+ {
2283
+ "fileName": "projects/config/src/config.ts",
2284
+ "line": 162,
2285
+ "character": 2
2286
+ }
2287
+ ],
2288
+ "type": {
2289
+ "type": "intrinsic",
2290
+ "name": "any"
2291
+ }
2292
+ },
2293
+ {
2294
+ "id": 136,
2295
+ "name": "pacts",
2296
+ "kind": 1024,
2297
+ "kindString": "Property",
2298
+ "flags": {
2299
+ "isOptional": true
2300
+ },
2301
+ "sources": [
2302
+ {
2303
+ "fileName": "projects/config/src/config.ts",
2304
+ "line": 135,
2305
+ "character": 2
2306
+ }
2307
+ ],
2308
+ "type": {
2309
+ "type": "array",
2310
+ "elementType": {
2311
+ "type": "intrinsic",
2312
+ "name": "any"
2313
+ }
2314
+ }
2315
+ },
2316
+ {
2317
+ "id": 137,
2318
+ "name": "params",
2319
+ "kind": 1024,
2320
+ "kindString": "Property",
2321
+ "flags": {
2322
+ "isOptional": true
2323
+ },
2324
+ "sources": [
2325
+ {
2326
+ "fileName": "projects/config/src/config.ts",
2327
+ "line": 136,
2328
+ "character": 2
2329
+ }
2330
+ ],
2331
+ "type": {
2332
+ "type": "reference",
2333
+ "id": 28,
2334
+ "name": "SkyuxConfigParams"
2335
+ }
2336
+ },
2337
+ {
2338
+ "id": 138,
2339
+ "name": "pipelineSettings",
2340
+ "kind": 1024,
2341
+ "kindString": "Property",
2342
+ "flags": {
2343
+ "isOptional": true
2344
+ },
2345
+ "sources": [
2346
+ {
2347
+ "fileName": "projects/config/src/config.ts",
2348
+ "line": 137,
2349
+ "character": 2
2350
+ }
2351
+ ],
2352
+ "type": {
2353
+ "type": "intrinsic",
2354
+ "name": "any"
2355
+ }
2356
+ },
2357
+ {
2358
+ "id": 139,
2359
+ "name": "plugins",
2360
+ "kind": 1024,
2361
+ "kindString": "Property",
2362
+ "flags": {
2363
+ "isOptional": true
2364
+ },
2365
+ "sources": [
2366
+ {
2367
+ "fileName": "projects/config/src/config.ts",
2368
+ "line": 138,
2369
+ "character": 2
2370
+ }
2371
+ ],
2372
+ "type": {
2373
+ "type": "array",
2374
+ "elementType": {
2375
+ "type": "intrinsic",
2376
+ "name": "string"
2377
+ }
2378
+ }
2379
+ },
2380
+ {
2381
+ "id": 140,
2382
+ "name": "redirects",
2383
+ "kind": 1024,
2384
+ "kindString": "Property",
2385
+ "flags": {
2386
+ "isOptional": true
2387
+ },
2388
+ "sources": [
2389
+ {
2390
+ "fileName": "projects/config/src/config.ts",
2391
+ "line": 139,
2392
+ "character": 2
2393
+ }
2394
+ ],
2395
+ "type": {
2396
+ "type": "reflection",
2397
+ "declaration": {
2398
+ "id": 141,
2399
+ "name": "__type",
2400
+ "kind": 65536,
2401
+ "kindString": "Type literal",
2402
+ "flags": {},
2403
+ "indexSignature": {
2404
+ "id": 142,
2405
+ "name": "__index",
2406
+ "kind": 8192,
2407
+ "kindString": "Index signature",
2408
+ "flags": {},
2409
+ "parameters": [
2410
+ {
2411
+ "id": 143,
2412
+ "name": "from",
2413
+ "kind": 32768,
2414
+ "flags": {},
2415
+ "type": {
2416
+ "type": "intrinsic",
2417
+ "name": "string"
2418
+ }
2419
+ }
2420
+ ],
2421
+ "type": {
2422
+ "type": "intrinsic",
2423
+ "name": "string"
2424
+ }
2425
+ }
2426
+ }
2427
+ }
2428
+ },
2429
+ {
2430
+ "id": 144,
2431
+ "name": "routes",
2432
+ "kind": 1024,
2433
+ "kindString": "Property",
2434
+ "flags": {
2435
+ "isOptional": true
2436
+ },
2437
+ "sources": [
2438
+ {
2439
+ "fileName": "projects/config/src/config.ts",
2440
+ "line": 140,
2441
+ "character": 2
2442
+ }
2443
+ ],
2444
+ "type": {
2445
+ "type": "reflection",
2446
+ "declaration": {
2447
+ "id": 145,
2448
+ "name": "__type",
2449
+ "kind": 65536,
2450
+ "kindString": "Type literal",
2451
+ "flags": {},
2452
+ "children": [
2453
+ {
2454
+ "id": 146,
2455
+ "name": "public",
2456
+ "kind": 1024,
2457
+ "kindString": "Property",
2458
+ "flags": {
2459
+ "isOptional": true
2460
+ },
2461
+ "sources": [
2462
+ {
2463
+ "fileName": "projects/config/src/config.ts",
2464
+ "line": 141,
2465
+ "character": 4
2466
+ }
2467
+ ],
2468
+ "type": {
2469
+ "type": "array",
2470
+ "elementType": {
2471
+ "type": "reflection",
2472
+ "declaration": {
2473
+ "id": 147,
2474
+ "name": "__type",
2475
+ "kind": 65536,
2476
+ "kindString": "Type literal",
2477
+ "flags": {},
2478
+ "children": [
2479
+ {
2480
+ "id": 152,
2481
+ "name": "claims",
2482
+ "kind": 1024,
2483
+ "kindString": "Property",
2484
+ "flags": {
2485
+ "isOptional": true
2486
+ },
2487
+ "sources": [
2488
+ {
2489
+ "fileName": "projects/config/src/config.ts",
2490
+ "line": 146,
2491
+ "character": 6
2492
+ }
2493
+ ],
2494
+ "type": {
2495
+ "type": "reference",
2496
+ "id": 110,
2497
+ "name": "SkyuxConfigAnyAllSet"
2498
+ }
2499
+ },
2500
+ {
2501
+ "id": 149,
2502
+ "name": "description",
2503
+ "kind": 1024,
2504
+ "kindString": "Property",
2505
+ "flags": {
2506
+ "isOptional": true
2507
+ },
2508
+ "sources": [
2509
+ {
2510
+ "fileName": "projects/config/src/config.ts",
2511
+ "line": 143,
2512
+ "character": 6
2513
+ }
2514
+ ],
2515
+ "type": {
2516
+ "type": "intrinsic",
2517
+ "name": "string"
2518
+ }
2519
+ },
2520
+ {
2521
+ "id": 153,
2522
+ "name": "entitlementType",
2523
+ "kind": 1024,
2524
+ "kindString": "Property",
2525
+ "flags": {
2526
+ "isOptional": true
2527
+ },
2528
+ "sources": [
2529
+ {
2530
+ "fileName": "projects/config/src/config.ts",
2531
+ "line": 147,
2532
+ "character": 6
2533
+ }
2534
+ ],
2535
+ "type": {
2536
+ "type": "intrinsic",
2537
+ "name": "string"
2538
+ }
2539
+ },
2540
+ {
2541
+ "id": 154,
2542
+ "name": "entitlements",
2543
+ "kind": 1024,
2544
+ "kindString": "Property",
2545
+ "flags": {
2546
+ "isOptional": true
2547
+ },
2548
+ "sources": [
2549
+ {
2550
+ "fileName": "projects/config/src/config.ts",
2551
+ "line": 148,
2552
+ "character": 6
2553
+ }
2554
+ ],
2555
+ "type": {
2556
+ "type": "reference",
2557
+ "id": 110,
2558
+ "name": "SkyuxConfigAnyAllSet"
2559
+ }
2560
+ },
2561
+ {
2562
+ "id": 150,
2563
+ "name": "global",
2564
+ "kind": 1024,
2565
+ "kindString": "Property",
2566
+ "flags": {
2567
+ "isOptional": true
2568
+ },
2569
+ "sources": [
2570
+ {
2571
+ "fileName": "projects/config/src/config.ts",
2572
+ "line": 144,
2573
+ "character": 6
2574
+ }
2575
+ ],
2576
+ "type": {
2577
+ "type": "intrinsic",
2578
+ "name": "boolean"
2579
+ }
2580
+ },
2581
+ {
2582
+ "id": 155,
2583
+ "name": "permissionId",
2584
+ "kind": 1024,
2585
+ "kindString": "Property",
2586
+ "flags": {
2587
+ "isOptional": true
2588
+ },
2589
+ "sources": [
2590
+ {
2591
+ "fileName": "projects/config/src/config.ts",
2592
+ "line": 149,
2593
+ "character": 6
2594
+ }
2595
+ ],
2596
+ "type": {
2597
+ "type": "intrinsic",
2598
+ "name": "string"
2599
+ }
2600
+ },
2601
+ {
2602
+ "id": 156,
2603
+ "name": "permissions",
2604
+ "kind": 1024,
2605
+ "kindString": "Property",
2606
+ "flags": {
2607
+ "isOptional": true
2608
+ },
2609
+ "sources": [
2610
+ {
2611
+ "fileName": "projects/config/src/config.ts",
2612
+ "line": 150,
2613
+ "character": 6
2614
+ }
2615
+ ],
2616
+ "type": {
2617
+ "type": "reflection",
2618
+ "declaration": {
2619
+ "id": 157,
2620
+ "name": "__type",
2621
+ "kind": 65536,
2622
+ "kindString": "Type literal",
2623
+ "flags": {},
2624
+ "children": [
2625
+ {
2626
+ "id": 158,
2627
+ "name": "admin",
2628
+ "kind": 1024,
2629
+ "kindString": "Property",
2630
+ "flags": {
2631
+ "isOptional": true
2632
+ },
2633
+ "sources": [
2634
+ {
2635
+ "fileName": "projects/config/src/config.ts",
2636
+ "line": 151,
2637
+ "character": 8
2638
+ }
2639
+ ],
2640
+ "type": {
2641
+ "type": "intrinsic",
2642
+ "name": "boolean"
2643
+ }
2644
+ },
2645
+ {
2646
+ "id": 159,
2647
+ "name": "legalEntityAdmin",
2648
+ "kind": 1024,
2649
+ "kindString": "Property",
2650
+ "flags": {
2651
+ "isOptional": true
2652
+ },
2653
+ "sources": [
2654
+ {
2655
+ "fileName": "projects/config/src/config.ts",
2656
+ "line": 152,
2657
+ "character": 8
2658
+ }
2659
+ ],
2660
+ "type": {
2661
+ "type": "intrinsic",
2662
+ "name": "boolean"
2663
+ }
2664
+ },
2665
+ {
2666
+ "id": 160,
2667
+ "name": "permissionIds",
2668
+ "kind": 1024,
2669
+ "kindString": "Property",
2670
+ "flags": {
2671
+ "isOptional": true
2672
+ },
2673
+ "sources": [
2674
+ {
2675
+ "fileName": "projects/config/src/config.ts",
2676
+ "line": 153,
2677
+ "character": 8
2678
+ }
2679
+ ],
2680
+ "type": {
2681
+ "type": "reference",
2682
+ "id": 110,
2683
+ "name": "SkyuxConfigAnyAllSet"
2684
+ }
2685
+ }
2686
+ ],
2687
+ "groups": [
2688
+ {
2689
+ "title": "Properties",
2690
+ "kind": 1024,
2691
+ "children": [
2692
+ 158,
2693
+ 159,
2694
+ 160
2695
+ ]
2696
+ }
2697
+ ]
2698
+ }
2699
+ }
2700
+ },
2701
+ {
2702
+ "id": 151,
2703
+ "name": "route",
2704
+ "kind": 1024,
2705
+ "kindString": "Property",
2706
+ "flags": {},
2707
+ "sources": [
2708
+ {
2709
+ "fileName": "projects/config/src/config.ts",
2710
+ "line": 145,
2711
+ "character": 6
2712
+ }
2713
+ ],
2714
+ "type": {
2715
+ "type": "intrinsic",
2716
+ "name": "string"
2717
+ }
2718
+ },
2719
+ {
2720
+ "id": 148,
2721
+ "name": "title",
2722
+ "kind": 1024,
2723
+ "kindString": "Property",
2724
+ "flags": {
2725
+ "isOptional": true
2726
+ },
2727
+ "sources": [
2728
+ {
2729
+ "fileName": "projects/config/src/config.ts",
2730
+ "line": 142,
2731
+ "character": 6
2732
+ }
2733
+ ],
2734
+ "type": {
2735
+ "type": "intrinsic",
2736
+ "name": "string"
2737
+ }
2738
+ }
2739
+ ],
2740
+ "groups": [
2741
+ {
2742
+ "title": "Properties",
2743
+ "kind": 1024,
2744
+ "children": [
2745
+ 152,
2746
+ 149,
2747
+ 153,
2748
+ 154,
2749
+ 150,
2750
+ 155,
2751
+ 156,
2752
+ 151,
2753
+ 148
2754
+ ]
2755
+ }
2756
+ ]
2757
+ }
2758
+ }
2759
+ }
2760
+ },
2761
+ {
2762
+ "id": 161,
2763
+ "name": "referenced",
2764
+ "kind": 1024,
2765
+ "kindString": "Property",
2766
+ "flags": {
2767
+ "isOptional": true
2768
+ },
2769
+ "sources": [
2770
+ {
2771
+ "fileName": "projects/config/src/config.ts",
2772
+ "line": 156,
2773
+ "character": 4
2774
+ }
2775
+ ],
2776
+ "type": {
2777
+ "type": "array",
2778
+ "elementType": {
2779
+ "type": "reflection",
2780
+ "declaration": {
2781
+ "id": 162,
2782
+ "name": "__type",
2783
+ "kind": 65536,
2784
+ "kindString": "Type literal",
2785
+ "flags": {},
2786
+ "children": [
2787
+ {
2788
+ "id": 163,
2789
+ "name": "app",
2790
+ "kind": 1024,
2791
+ "kindString": "Property",
2792
+ "flags": {},
2793
+ "sources": [
2794
+ {
2795
+ "fileName": "projects/config/src/config.ts",
2796
+ "line": 157,
2797
+ "character": 6
2798
+ }
2799
+ ],
2800
+ "type": {
2801
+ "type": "intrinsic",
2802
+ "name": "string"
2803
+ }
2804
+ },
2805
+ {
2806
+ "id": 164,
2807
+ "name": "route",
2808
+ "kind": 1024,
2809
+ "kindString": "Property",
2810
+ "flags": {},
2811
+ "sources": [
2812
+ {
2813
+ "fileName": "projects/config/src/config.ts",
2814
+ "line": 158,
2815
+ "character": 6
2816
+ }
2817
+ ],
2818
+ "type": {
2819
+ "type": "intrinsic",
2820
+ "name": "string"
2821
+ }
2822
+ }
2823
+ ],
2824
+ "groups": [
2825
+ {
2826
+ "title": "Properties",
2827
+ "kind": 1024,
2828
+ "children": [
2829
+ 163,
2830
+ 164
2831
+ ]
2832
+ }
2833
+ ]
2834
+ }
2835
+ }
2836
+ }
2837
+ }
2838
+ ],
2839
+ "groups": [
2840
+ {
2841
+ "title": "Properties",
2842
+ "kind": 1024,
2843
+ "children": [
2844
+ 146,
2845
+ 161
2846
+ ]
2847
+ }
2848
+ ]
2849
+ }
2850
+ }
2851
+ },
2852
+ {
2853
+ "id": 168,
2854
+ "name": "skyuxModules",
2855
+ "kind": 1024,
2856
+ "kindString": "Property",
2857
+ "flags": {
2858
+ "isOptional": true
2859
+ },
2860
+ "sources": [
2861
+ {
2862
+ "fileName": "projects/config/src/config.ts",
2863
+ "line": 164,
2864
+ "character": 2
2865
+ }
2866
+ ],
2867
+ "type": {
2868
+ "type": "array",
2869
+ "elementType": {
2870
+ "type": "intrinsic",
2871
+ "name": "string"
2872
+ }
2873
+ }
2874
+ },
2875
+ {
2876
+ "id": 165,
2877
+ "name": "testSettings",
2878
+ "kind": 1024,
2879
+ "kindString": "Property",
2880
+ "flags": {
2881
+ "isOptional": true
2882
+ },
2883
+ "sources": [
2884
+ {
2885
+ "fileName": "projects/config/src/config.ts",
2886
+ "line": 161,
2887
+ "character": 2
2888
+ }
2889
+ ],
2890
+ "type": {
2891
+ "type": "reference",
2892
+ "id": 57,
2893
+ "name": "SkyuxConfigTestSettings"
2894
+ }
2895
+ },
2896
+ {
2897
+ "id": 167,
2898
+ "name": "useHashRouting",
2899
+ "kind": 1024,
2900
+ "kindString": "Property",
2901
+ "flags": {
2902
+ "isOptional": true
2903
+ },
2904
+ "sources": [
2905
+ {
2906
+ "fileName": "projects/config/src/config.ts",
2907
+ "line": 163,
2908
+ "character": 2
2909
+ }
2910
+ ],
2911
+ "type": {
2912
+ "type": "intrinsic",
2913
+ "name": "boolean"
2914
+ }
2915
+ }
2916
+ ],
2917
+ "groups": [
2918
+ {
2919
+ "title": "Properties",
2920
+ "kind": 1024,
2921
+ "children": [
2922
+ 114,
2923
+ 115,
2924
+ 116,
2925
+ 117,
2926
+ 118,
2927
+ 119,
2928
+ 120,
2929
+ 121,
2930
+ 122,
2931
+ 123,
2932
+ 124,
2933
+ 125,
2934
+ 126,
2935
+ 127,
2936
+ 128,
2937
+ 129,
2938
+ 130,
2939
+ 131,
2940
+ 135,
2941
+ 166,
2942
+ 136,
2943
+ 137,
2944
+ 138,
2945
+ 139,
2946
+ 140,
2947
+ 144,
2948
+ 168,
2949
+ 165,
2950
+ 167
2951
+ ]
2952
+ }
2953
+ ],
2954
+ "sources": [
2955
+ {
2956
+ "fileName": "projects/config/src/config.ts",
2957
+ "line": 115,
2958
+ "character": 17
2959
+ }
2960
+ ]
2961
+ },
2962
+ {
2963
+ "id": 79,
2964
+ "name": "SkyuxConfigA11y",
2965
+ "kind": 256,
2966
+ "kindString": "Interface",
2967
+ "flags": {},
2968
+ "children": [
2969
+ {
2970
+ "id": 80,
2971
+ "name": "rules",
2972
+ "kind": 1024,
2973
+ "kindString": "Property",
2974
+ "flags": {
2975
+ "isOptional": true
2976
+ },
2977
+ "sources": [
2978
+ {
2979
+ "fileName": "projects/config/src/config.ts",
2980
+ "line": 60,
2981
+ "character": 2
2982
+ }
2983
+ ],
2984
+ "type": {
2985
+ "type": "intrinsic",
2986
+ "name": "any"
2987
+ }
2988
+ }
2989
+ ],
2990
+ "groups": [
2991
+ {
2992
+ "title": "Properties",
2993
+ "kind": 1024,
2994
+ "children": [
2995
+ 80
2996
+ ]
2997
+ }
2998
+ ],
2999
+ "sources": [
3000
+ {
3001
+ "fileName": "projects/config/src/config.ts",
3002
+ "line": 59,
3003
+ "character": 17
3004
+ }
3005
+ ]
3006
+ },
3007
+ {
3008
+ "id": 110,
3009
+ "name": "SkyuxConfigAnyAllSet",
3010
+ "kind": 256,
3011
+ "kindString": "Interface",
3012
+ "flags": {},
3013
+ "children": [
3014
+ {
3015
+ "id": 112,
3016
+ "name": "all",
3017
+ "kind": 1024,
3018
+ "kindString": "Property",
3019
+ "flags": {
3020
+ "isOptional": true
3021
+ },
3022
+ "sources": [
3023
+ {
3024
+ "fileName": "projects/config/src/config.ts",
3025
+ "line": 112,
3026
+ "character": 2
3027
+ }
3028
+ ],
3029
+ "type": {
3030
+ "type": "array",
3031
+ "elementType": {
3032
+ "type": "intrinsic",
3033
+ "name": "string"
3034
+ }
3035
+ }
3036
+ },
3037
+ {
3038
+ "id": 111,
3039
+ "name": "any",
3040
+ "kind": 1024,
3041
+ "kindString": "Property",
3042
+ "flags": {
3043
+ "isOptional": true
3044
+ },
3045
+ "sources": [
3046
+ {
3047
+ "fileName": "projects/config/src/config.ts",
3048
+ "line": 111,
3049
+ "character": 2
3050
+ }
3051
+ ],
3052
+ "type": {
3053
+ "type": "array",
3054
+ "elementType": {
3055
+ "type": "intrinsic",
3056
+ "name": "string"
3057
+ }
3058
+ }
3059
+ }
3060
+ ],
3061
+ "groups": [
3062
+ {
3063
+ "title": "Properties",
3064
+ "kind": 1024,
3065
+ "children": [
3066
+ 112,
3067
+ 111
3068
+ ]
3069
+ }
3070
+ ],
3071
+ "sources": [
3072
+ {
3073
+ "fileName": "projects/config/src/config.ts",
3074
+ "line": 110,
3075
+ "character": 17
3076
+ }
3077
+ ]
3078
+ },
3079
+ {
3080
+ "id": 85,
3081
+ "name": "SkyuxConfigApp",
3082
+ "kind": 256,
3083
+ "kindString": "Interface",
3084
+ "flags": {},
3085
+ "children": [
3086
+ {
3087
+ "id": 86,
3088
+ "name": "base",
3089
+ "kind": 1024,
3090
+ "kindString": "Property",
3091
+ "flags": {
3092
+ "isOptional": true
3093
+ },
3094
+ "sources": [
3095
+ {
3096
+ "fileName": "projects/config/src/config.ts",
3097
+ "line": 71,
3098
+ "character": 2
3099
+ }
3100
+ ],
3101
+ "type": {
3102
+ "type": "intrinsic",
3103
+ "name": "string"
3104
+ }
3105
+ },
3106
+ {
3107
+ "id": 87,
3108
+ "name": "externals",
3109
+ "kind": 1024,
3110
+ "kindString": "Property",
3111
+ "flags": {
3112
+ "isOptional": true
3113
+ },
3114
+ "sources": [
3115
+ {
3116
+ "fileName": "projects/config/src/config.ts",
3117
+ "line": 72,
3118
+ "character": 2
3119
+ }
3120
+ ],
3121
+ "type": {
3122
+ "type": "reference",
3123
+ "name": "Object"
3124
+ }
3125
+ },
3126
+ {
3127
+ "id": 88,
3128
+ "name": "port",
3129
+ "kind": 1024,
3130
+ "kindString": "Property",
3131
+ "flags": {
3132
+ "isOptional": true
3133
+ },
3134
+ "sources": [
3135
+ {
3136
+ "fileName": "projects/config/src/config.ts",
3137
+ "line": 73,
3138
+ "character": 2
3139
+ }
3140
+ ],
3141
+ "type": {
3142
+ "type": "intrinsic",
3143
+ "name": "string"
3144
+ }
3145
+ },
3146
+ {
3147
+ "id": 89,
3148
+ "name": "styles",
3149
+ "kind": 1024,
3150
+ "kindString": "Property",
3151
+ "flags": {
3152
+ "isOptional": true
3153
+ },
3154
+ "sources": [
3155
+ {
3156
+ "fileName": "projects/config/src/config.ts",
3157
+ "line": 74,
3158
+ "character": 2
3159
+ }
3160
+ ],
3161
+ "type": {
3162
+ "type": "array",
3163
+ "elementType": {
3164
+ "type": "intrinsic",
3165
+ "name": "string"
3166
+ }
3167
+ }
3168
+ },
3169
+ {
3170
+ "id": 90,
3171
+ "name": "theming",
3172
+ "kind": 1024,
3173
+ "kindString": "Property",
3174
+ "flags": {
3175
+ "isOptional": true
3176
+ },
3177
+ "sources": [
3178
+ {
3179
+ "fileName": "projects/config/src/config.ts",
3180
+ "line": 75,
3181
+ "character": 2
3182
+ }
3183
+ ],
3184
+ "type": {
3185
+ "type": "reference",
3186
+ "id": 82,
3187
+ "name": "SkyuxConfigAppTheming"
3188
+ }
3189
+ },
3190
+ {
3191
+ "id": 91,
3192
+ "name": "title",
3193
+ "kind": 1024,
3194
+ "kindString": "Property",
3195
+ "flags": {
3196
+ "isOptional": true
3197
+ },
3198
+ "sources": [
3199
+ {
3200
+ "fileName": "projects/config/src/config.ts",
3201
+ "line": 76,
3202
+ "character": 2
3203
+ }
3204
+ ],
3205
+ "type": {
3206
+ "type": "intrinsic",
3207
+ "name": "string"
3208
+ }
3209
+ }
3210
+ ],
3211
+ "groups": [
3212
+ {
3213
+ "title": "Properties",
3214
+ "kind": 1024,
3215
+ "children": [
3216
+ 86,
3217
+ 87,
3218
+ 88,
3219
+ 89,
3220
+ 90,
3221
+ 91
3222
+ ]
3223
+ }
3224
+ ],
3225
+ "sources": [
3226
+ {
3227
+ "fileName": "projects/config/src/config.ts",
3228
+ "line": 70,
3229
+ "character": 17
3230
+ }
3231
+ ]
3232
+ },
3233
+ {
3234
+ "id": 82,
3235
+ "name": "SkyuxConfigAppTheming",
3236
+ "kind": 256,
3237
+ "kindString": "Interface",
3238
+ "flags": {},
3239
+ "children": [
3240
+ {
3241
+ "id": 83,
3242
+ "name": "supportedThemes",
3243
+ "kind": 1024,
3244
+ "kindString": "Property",
3245
+ "flags": {},
3246
+ "sources": [
3247
+ {
3248
+ "fileName": "projects/config/src/config.ts",
3249
+ "line": 66,
3250
+ "character": 2
3251
+ }
3252
+ ],
3253
+ "type": {
3254
+ "type": "array",
3255
+ "elementType": {
3256
+ "type": "reference",
3257
+ "id": 81,
3258
+ "name": "SkyuxConfigAppSupportedTheme"
3259
+ }
3260
+ }
3261
+ },
3262
+ {
3263
+ "id": 84,
3264
+ "name": "theme",
3265
+ "kind": 1024,
3266
+ "kindString": "Property",
3267
+ "flags": {},
3268
+ "sources": [
3269
+ {
3270
+ "fileName": "projects/config/src/config.ts",
3271
+ "line": 67,
3272
+ "character": 2
3273
+ }
3274
+ ],
3275
+ "type": {
3276
+ "type": "reference",
3277
+ "id": 81,
3278
+ "name": "SkyuxConfigAppSupportedTheme"
3279
+ }
3280
+ }
3281
+ ],
3282
+ "groups": [
3283
+ {
3284
+ "title": "Properties",
3285
+ "kind": 1024,
3286
+ "children": [
3287
+ 83,
3288
+ 84
3289
+ ]
3290
+ }
3291
+ ],
3292
+ "sources": [
3293
+ {
3294
+ "fileName": "projects/config/src/config.ts",
3295
+ "line": 65,
3296
+ "character": 17
3297
+ }
3298
+ ]
3299
+ },
3300
+ {
3301
+ "id": 92,
3302
+ "name": "SkyuxConfigAuthSettings",
3303
+ "kind": 256,
3304
+ "kindString": "Interface",
3305
+ "flags": {},
3306
+ "children": [
3307
+ {
3308
+ "id": 93,
3309
+ "name": "blackbaudEmployee",
3310
+ "kind": 1024,
3311
+ "kindString": "Property",
3312
+ "flags": {
3313
+ "isOptional": true
3314
+ },
3315
+ "sources": [
3316
+ {
3317
+ "fileName": "projects/config/src/config.ts",
3318
+ "line": 80,
3319
+ "character": 2
3320
+ }
3321
+ ],
3322
+ "type": {
3323
+ "type": "intrinsic",
3324
+ "name": "boolean"
3325
+ }
3326
+ }
3327
+ ],
3328
+ "groups": [
3329
+ {
3330
+ "title": "Properties",
3331
+ "kind": 1024,
3332
+ "children": [
3333
+ 93
3334
+ ]
3335
+ }
3336
+ ],
3337
+ "sources": [
3338
+ {
3339
+ "fileName": "projects/config/src/config.ts",
3340
+ "line": 79,
3341
+ "character": 17
3342
+ }
3343
+ ]
3344
+ },
3345
+ {
3346
+ "id": 53,
3347
+ "name": "SkyuxConfigE2ETestSettings",
3348
+ "kind": 256,
3349
+ "kindString": "Interface",
3350
+ "flags": {},
3351
+ "children": [
3352
+ {
3353
+ "id": 54,
3354
+ "name": "browserSet",
3355
+ "kind": 1024,
3356
+ "kindString": "Property",
3357
+ "flags": {
3358
+ "isOptional": true
3359
+ },
3360
+ "sources": [
3361
+ {
3362
+ "fileName": "projects/config/src/config.ts",
3363
+ "line": 24,
3364
+ "character": 2
3365
+ }
3366
+ ],
3367
+ "type": {
3368
+ "type": "literal",
3369
+ "value": "speedy"
3370
+ }
3371
+ }
3372
+ ],
3373
+ "groups": [
3374
+ {
3375
+ "title": "Properties",
3376
+ "kind": 1024,
3377
+ "children": [
3378
+ 54
3379
+ ]
3380
+ }
3381
+ ],
3382
+ "sources": [
3383
+ {
3384
+ "fileName": "projects/config/src/config.ts",
3385
+ "line": 23,
3386
+ "character": 17
3387
+ }
3388
+ ]
3389
+ },
3390
+ {
3391
+ "id": 106,
3392
+ "name": "SkyuxConfigHost",
3393
+ "kind": 256,
3394
+ "kindString": "Interface",
3395
+ "flags": {},
3396
+ "comment": {
3397
+ "shortText": "Blackbaud Only - Specifies configuration options for communication with SKY UX Host."
3398
+ },
3399
+ "children": [
3400
+ {
3401
+ "id": 107,
3402
+ "name": "bbCheckout",
3403
+ "kind": 1024,
3404
+ "kindString": "Property",
3405
+ "flags": {
3406
+ "isOptional": true
3407
+ },
3408
+ "sources": [
3409
+ {
3410
+ "fileName": "projects/config/src/config.ts",
3411
+ "line": 105,
3412
+ "character": 2
3413
+ }
3414
+ ],
3415
+ "type": {
3416
+ "type": "reference",
3417
+ "id": 94,
3418
+ "name": "SkyuxConfigHostBBCheckout"
3419
+ }
3420
+ },
3421
+ {
3422
+ "id": 108,
3423
+ "name": "frameOptions",
3424
+ "kind": 1024,
3425
+ "kindString": "Property",
3426
+ "flags": {
3427
+ "isOptional": true
3428
+ },
3429
+ "sources": [
3430
+ {
3431
+ "fileName": "projects/config/src/config.ts",
3432
+ "line": 106,
3433
+ "character": 2
3434
+ }
3435
+ ],
3436
+ "type": {
3437
+ "type": "union",
3438
+ "types": [
3439
+ {
3440
+ "type": "reference",
3441
+ "id": 96,
3442
+ "name": "SkyuxConfigHostFrameOptionsNone"
3443
+ },
3444
+ {
3445
+ "type": "reference",
3446
+ "id": 101,
3447
+ "name": "SkyuxConfigHostFrameOptionsOthers"
3448
+ }
3449
+ ]
3450
+ }
3451
+ },
3452
+ {
3453
+ "id": 109,
3454
+ "name": "url",
3455
+ "kind": 1024,
3456
+ "kindString": "Property",
3457
+ "flags": {
3458
+ "isOptional": true
3459
+ },
3460
+ "sources": [
3461
+ {
3462
+ "fileName": "projects/config/src/config.ts",
3463
+ "line": 107,
3464
+ "character": 2
3465
+ }
3466
+ ],
3467
+ "type": {
3468
+ "type": "intrinsic",
3469
+ "name": "string"
3470
+ }
3471
+ }
3472
+ ],
3473
+ "groups": [
3474
+ {
3475
+ "title": "Properties",
3476
+ "kind": 1024,
3477
+ "children": [
3478
+ 107,
3479
+ 108,
3480
+ 109
3481
+ ]
3482
+ }
3483
+ ],
3484
+ "sources": [
3485
+ {
3486
+ "fileName": "projects/config/src/config.ts",
3487
+ "line": 104,
3488
+ "character": 17
3489
+ }
3490
+ ]
3491
+ },
3492
+ {
3493
+ "id": 94,
3494
+ "name": "SkyuxConfigHostBBCheckout",
3495
+ "kind": 256,
3496
+ "kindString": "Interface",
3497
+ "flags": {},
3498
+ "children": [
3499
+ {
3500
+ "id": 95,
3501
+ "name": "version",
3502
+ "kind": 1024,
3503
+ "kindString": "Property",
3504
+ "flags": {},
3505
+ "sources": [
3506
+ {
3507
+ "fileName": "projects/config/src/config.ts",
3508
+ "line": 84,
3509
+ "character": 2
3510
+ }
3511
+ ],
3512
+ "type": {
3513
+ "type": "literal",
3514
+ "value": "2"
3515
+ }
3516
+ }
3517
+ ],
3518
+ "groups": [
3519
+ {
3520
+ "title": "Properties",
3521
+ "kind": 1024,
3522
+ "children": [
3523
+ 95
3524
+ ]
3525
+ }
3526
+ ],
3527
+ "sources": [
3528
+ {
3529
+ "fileName": "projects/config/src/config.ts",
3530
+ "line": 83,
3531
+ "character": 17
3532
+ }
3533
+ ]
3534
+ },
3535
+ {
3536
+ "id": 96,
3537
+ "name": "SkyuxConfigHostFrameOptionsNone",
3538
+ "kind": 256,
3539
+ "kindString": "Interface",
3540
+ "flags": {},
3541
+ "children": [
3542
+ {
3543
+ "id": 97,
3544
+ "name": "blackbaud",
3545
+ "kind": 1024,
3546
+ "kindString": "Property",
3547
+ "flags": {
3548
+ "isOptional": true
3549
+ },
3550
+ "sources": [
3551
+ {
3552
+ "fileName": "projects/config/src/config.ts",
3553
+ "line": 88,
3554
+ "character": 2
3555
+ }
3556
+ ],
3557
+ "type": {
3558
+ "type": "literal",
3559
+ "value": false
3560
+ }
3561
+ },
3562
+ {
3563
+ "id": 98,
3564
+ "name": "none",
3565
+ "kind": 1024,
3566
+ "kindString": "Property",
3567
+ "flags": {},
3568
+ "sources": [
3569
+ {
3570
+ "fileName": "projects/config/src/config.ts",
3571
+ "line": 89,
3572
+ "character": 2
3573
+ }
3574
+ ],
3575
+ "type": {
3576
+ "type": "literal",
3577
+ "value": true
3578
+ }
3579
+ },
3580
+ {
3581
+ "id": 99,
3582
+ "name": "self",
3583
+ "kind": 1024,
3584
+ "kindString": "Property",
3585
+ "flags": {
3586
+ "isOptional": true
3587
+ },
3588
+ "sources": [
3589
+ {
3590
+ "fileName": "projects/config/src/config.ts",
3591
+ "line": 90,
3592
+ "character": 2
3593
+ }
3594
+ ],
3595
+ "type": {
3596
+ "type": "literal",
3597
+ "value": false
3598
+ }
3599
+ },
3600
+ {
3601
+ "id": 100,
3602
+ "name": "urls",
3603
+ "kind": 1024,
3604
+ "kindString": "Property",
3605
+ "flags": {
3606
+ "isOptional": true
3607
+ },
3608
+ "sources": [
3609
+ {
3610
+ "fileName": "projects/config/src/config.ts",
3611
+ "line": 91,
3612
+ "character": 2
3613
+ }
3614
+ ],
3615
+ "type": {
3616
+ "type": "tuple"
3617
+ }
3618
+ }
3619
+ ],
3620
+ "groups": [
3621
+ {
3622
+ "title": "Properties",
3623
+ "kind": 1024,
3624
+ "children": [
3625
+ 97,
3626
+ 98,
3627
+ 99,
3628
+ 100
3629
+ ]
3630
+ }
3631
+ ],
3632
+ "sources": [
3633
+ {
3634
+ "fileName": "projects/config/src/config.ts",
3635
+ "line": 87,
3636
+ "character": 17
3637
+ }
3638
+ ]
3639
+ },
3640
+ {
3641
+ "id": 101,
3642
+ "name": "SkyuxConfigHostFrameOptionsOthers",
3643
+ "kind": 256,
3644
+ "kindString": "Interface",
3645
+ "flags": {},
3646
+ "children": [
3647
+ {
3648
+ "id": 102,
3649
+ "name": "blackbaud",
3650
+ "kind": 1024,
3651
+ "kindString": "Property",
3652
+ "flags": {
3653
+ "isOptional": true
3654
+ },
3655
+ "sources": [
3656
+ {
3657
+ "fileName": "projects/config/src/config.ts",
3658
+ "line": 95,
3659
+ "character": 2
3660
+ }
3661
+ ],
3662
+ "type": {
3663
+ "type": "intrinsic",
3664
+ "name": "boolean"
3665
+ }
3666
+ },
3667
+ {
3668
+ "id": 103,
3669
+ "name": "none",
3670
+ "kind": 1024,
3671
+ "kindString": "Property",
3672
+ "flags": {
3673
+ "isOptional": true
3674
+ },
3675
+ "sources": [
3676
+ {
3677
+ "fileName": "projects/config/src/config.ts",
3678
+ "line": 96,
3679
+ "character": 2
3680
+ }
3681
+ ],
3682
+ "type": {
3683
+ "type": "literal",
3684
+ "value": false
3685
+ }
3686
+ },
3687
+ {
3688
+ "id": 104,
3689
+ "name": "self",
3690
+ "kind": 1024,
3691
+ "kindString": "Property",
3692
+ "flags": {
3693
+ "isOptional": true
3694
+ },
3695
+ "sources": [
3696
+ {
3697
+ "fileName": "projects/config/src/config.ts",
3698
+ "line": 97,
3699
+ "character": 2
3700
+ }
3701
+ ],
3702
+ "type": {
3703
+ "type": "intrinsic",
3704
+ "name": "boolean"
3705
+ }
3706
+ },
3707
+ {
3708
+ "id": 105,
3709
+ "name": "urls",
3710
+ "kind": 1024,
3711
+ "kindString": "Property",
3712
+ "flags": {
3713
+ "isOptional": true
3714
+ },
3715
+ "sources": [
3716
+ {
3717
+ "fileName": "projects/config/src/config.ts",
3718
+ "line": 98,
3719
+ "character": 2
3720
+ }
3721
+ ],
3722
+ "type": {
3723
+ "type": "array",
3724
+ "elementType": {
3725
+ "type": "intrinsic",
3726
+ "name": "string"
3727
+ }
3728
+ }
3729
+ }
3730
+ ],
3731
+ "groups": [
3732
+ {
3733
+ "title": "Properties",
3734
+ "kind": 1024,
3735
+ "children": [
3736
+ 102,
3737
+ 103,
3738
+ 104,
3739
+ 105
3740
+ ]
3741
+ }
3742
+ ],
3743
+ "sources": [
3744
+ {
3745
+ "fileName": "projects/config/src/config.ts",
3746
+ "line": 94,
3747
+ "character": 17
3748
+ }
3749
+ ]
3750
+ },
3751
+ {
3752
+ "id": 60,
3753
+ "name": "SkyuxConfigLibrarySettings",
3754
+ "kind": 256,
3755
+ "kindString": "Interface",
3756
+ "flags": {},
3757
+ "children": [
3758
+ {
3759
+ "id": 61,
3760
+ "name": "whitelistedNonPeerDependencies",
3761
+ "kind": 1024,
3762
+ "kindString": "Property",
3763
+ "flags": {
3764
+ "isOptional": true
3765
+ },
3766
+ "sources": [
3767
+ {
3768
+ "fileName": "projects/config/src/config.ts",
3769
+ "line": 37,
3770
+ "character": 2
3771
+ }
3772
+ ],
3773
+ "type": {
3774
+ "type": "array",
3775
+ "elementType": {
3776
+ "type": "intrinsic",
3777
+ "name": "string"
3778
+ }
3779
+ }
3780
+ }
3781
+ ],
3782
+ "groups": [
3783
+ {
3784
+ "title": "Properties",
3785
+ "kind": 1024,
3786
+ "children": [
3787
+ 61
3788
+ ]
3789
+ }
3790
+ ],
3791
+ "sources": [
3792
+ {
3793
+ "fileName": "projects/config/src/config.ts",
3794
+ "line": 36,
3795
+ "character": 17
3796
+ }
3797
+ ]
3798
+ },
3799
+ {
3800
+ "id": 57,
3801
+ "name": "SkyuxConfigTestSettings",
3802
+ "kind": 256,
3803
+ "kindString": "Interface",
3804
+ "flags": {},
3805
+ "children": [
3806
+ {
3807
+ "id": 58,
3808
+ "name": "e2e",
3809
+ "kind": 1024,
3810
+ "kindString": "Property",
3811
+ "flags": {
3812
+ "isOptional": true
3813
+ },
3814
+ "sources": [
3815
+ {
3816
+ "fileName": "projects/config/src/config.ts",
3817
+ "line": 32,
3818
+ "character": 2
3819
+ }
3820
+ ],
3821
+ "type": {
3822
+ "type": "reference",
3823
+ "id": 53,
3824
+ "name": "SkyuxConfigE2ETestSettings"
3825
+ }
3826
+ },
3827
+ {
3828
+ "id": 59,
3829
+ "name": "unit",
3830
+ "kind": 1024,
3831
+ "kindString": "Property",
3832
+ "flags": {
3833
+ "isOptional": true
3834
+ },
3835
+ "sources": [
3836
+ {
3837
+ "fileName": "projects/config/src/config.ts",
3838
+ "line": 33,
3839
+ "character": 2
3840
+ }
3841
+ ],
3842
+ "type": {
3843
+ "type": "reference",
3844
+ "id": 55,
3845
+ "name": "SkyuxConfigUnitTestSettings"
3846
+ }
3847
+ }
3848
+ ],
3849
+ "groups": [
3850
+ {
3851
+ "title": "Properties",
3852
+ "kind": 1024,
3853
+ "children": [
3854
+ 58,
3855
+ 59
3856
+ ]
3857
+ }
3858
+ ],
3859
+ "sources": [
3860
+ {
3861
+ "fileName": "projects/config/src/config.ts",
3862
+ "line": 31,
3863
+ "character": 17
3864
+ }
3865
+ ]
3866
+ },
3867
+ {
3868
+ "id": 55,
3869
+ "name": "SkyuxConfigUnitTestSettings",
3870
+ "kind": 256,
3871
+ "kindString": "Interface",
3872
+ "flags": {},
3873
+ "children": [
3874
+ {
3875
+ "id": 56,
3876
+ "name": "browserSet",
3877
+ "kind": 1024,
3878
+ "kindString": "Property",
3879
+ "flags": {
3880
+ "isOptional": true
3881
+ },
3882
+ "sources": [
3883
+ {
3884
+ "fileName": "projects/config/src/config.ts",
3885
+ "line": 28,
3886
+ "character": 2
3887
+ }
3888
+ ],
3889
+ "type": {
3890
+ "type": "union",
3891
+ "types": [
3892
+ {
3893
+ "type": "literal",
3894
+ "value": "speedy"
3895
+ },
3896
+ {
3897
+ "type": "literal",
3898
+ "value": "quirky"
3899
+ },
3900
+ {
3901
+ "type": "literal",
3902
+ "value": "paranoid"
3903
+ }
3904
+ ]
3905
+ }
3906
+ }
3907
+ ],
3908
+ "groups": [
3909
+ {
3910
+ "title": "Properties",
3911
+ "kind": 1024,
3912
+ "children": [
3913
+ 56
3914
+ ]
3915
+ }
3916
+ ],
3917
+ "sources": [
3918
+ {
3919
+ "fileName": "projects/config/src/config.ts",
3920
+ "line": 27,
3921
+ "character": 17
3922
+ }
3923
+ ]
3924
+ },
3925
+ {
3926
+ "id": 81,
3927
+ "name": "SkyuxConfigAppSupportedTheme",
3928
+ "kind": 4194304,
3929
+ "kindString": "Type alias",
3930
+ "flags": {},
3931
+ "sources": [
3932
+ {
3933
+ "fileName": "projects/config/src/config.ts",
3934
+ "line": 63,
3935
+ "character": 12
3936
+ }
3937
+ ],
3938
+ "type": {
3939
+ "type": "union",
3940
+ "types": [
3941
+ {
3942
+ "type": "literal",
3943
+ "value": "default"
3944
+ },
3945
+ {
3946
+ "type": "literal",
3947
+ "value": "modern"
3948
+ }
3949
+ ]
3950
+ }
3951
+ },
3952
+ {
3953
+ "id": 28,
3954
+ "name": "SkyuxConfigParams",
3955
+ "kind": 4194304,
3956
+ "kindString": "Type alias",
3957
+ "flags": {},
3958
+ "comment": {
3959
+ "shortText": "Specifies a list of parameters that are allowed at runtime."
3960
+ },
3961
+ "sources": [
3962
+ {
3963
+ "fileName": "projects/config/src/config-params.ts",
3964
+ "line": 4,
3965
+ "character": 12
3966
+ }
3967
+ ],
3968
+ "type": {
3969
+ "type": "reflection",
3970
+ "declaration": {
3971
+ "id": 29,
3972
+ "name": "__type",
3973
+ "kind": 65536,
3974
+ "kindString": "Type literal",
3975
+ "flags": {},
3976
+ "sources": [
3977
+ {
3978
+ "fileName": "projects/config/src/config-params.ts",
3979
+ "line": 4,
3980
+ "character": 32
3981
+ }
3982
+ ],
3983
+ "indexSignature": {
3984
+ "id": 30,
3985
+ "name": "__index",
3986
+ "kind": 8192,
3987
+ "kindString": "Index signature",
3988
+ "flags": {},
3989
+ "parameters": [
3990
+ {
3991
+ "id": 31,
3992
+ "name": "key",
3993
+ "kind": 32768,
3994
+ "flags": {},
3995
+ "type": {
3996
+ "type": "intrinsic",
3997
+ "name": "string"
3998
+ }
3999
+ }
4000
+ ],
4001
+ "type": {
4002
+ "type": "union",
4003
+ "types": [
4004
+ {
4005
+ "type": "intrinsic",
4006
+ "name": "boolean"
4007
+ },
4008
+ {
4009
+ "type": "reflection",
4010
+ "declaration": {
4011
+ "id": 32,
4012
+ "name": "__type",
4013
+ "kind": 65536,
4014
+ "kindString": "Type literal",
4015
+ "flags": {},
4016
+ "children": [
4017
+ {
4018
+ "id": 35,
4019
+ "name": "excludeFromRequests",
4020
+ "kind": 1024,
4021
+ "kindString": "Property",
4022
+ "flags": {
4023
+ "isOptional": true
4024
+ },
4025
+ "sources": [
4026
+ {
4027
+ "fileName": "projects/config/src/config-params.ts",
4028
+ "line": 8,
4029
+ "character": 4
4030
+ }
4031
+ ],
4032
+ "type": {
4033
+ "type": "intrinsic",
4034
+ "name": "boolean"
4035
+ }
4036
+ },
4037
+ {
4038
+ "id": 34,
4039
+ "name": "required",
4040
+ "kind": 1024,
4041
+ "kindString": "Property",
4042
+ "flags": {
4043
+ "isOptional": true
4044
+ },
4045
+ "sources": [
4046
+ {
4047
+ "fileName": "projects/config/src/config-params.ts",
4048
+ "line": 7,
4049
+ "character": 4
4050
+ }
4051
+ ],
4052
+ "type": {
4053
+ "type": "intrinsic",
4054
+ "name": "boolean"
4055
+ }
4056
+ },
4057
+ {
4058
+ "id": 33,
4059
+ "name": "value",
4060
+ "kind": 1024,
4061
+ "kindString": "Property",
4062
+ "flags": {
4063
+ "isOptional": true
4064
+ },
4065
+ "sources": [
4066
+ {
4067
+ "fileName": "projects/config/src/config-params.ts",
4068
+ "line": 6,
4069
+ "character": 4
4070
+ }
4071
+ ],
4072
+ "type": {
4073
+ "type": "intrinsic",
4074
+ "name": "any"
4075
+ }
4076
+ }
4077
+ ],
4078
+ "groups": [
4079
+ {
4080
+ "title": "Properties",
4081
+ "kind": 1024,
4082
+ "children": [
4083
+ 35,
4084
+ 34,
4085
+ 33
4086
+ ]
4087
+ }
4088
+ ],
4089
+ "sources": [
4090
+ {
4091
+ "fileName": "projects/config/src/config-params.ts",
4092
+ "line": 5,
4093
+ "character": 27
4094
+ }
4095
+ ]
4096
+ }
4097
+ }
4098
+ ]
4099
+ }
4100
+ }
4101
+ }
4102
+ }
4103
+ }
4104
+ ],
4105
+ "groups": [
4106
+ {
4107
+ "title": "Classes",
4108
+ "kind": 128,
4109
+ "children": [
4110
+ 169,
4111
+ 1,
4112
+ 22,
4113
+ 10,
4114
+ 181,
4115
+ 174,
4116
+ 41
4117
+ ]
4118
+ },
4119
+ {
4120
+ "title": "Interfaces",
4121
+ "kind": 256,
4122
+ "children": [
4123
+ 62,
4124
+ 36,
4125
+ 19,
4126
+ 113,
4127
+ 79,
4128
+ 110,
4129
+ 85,
4130
+ 82,
4131
+ 92,
4132
+ 53,
4133
+ 106,
4134
+ 94,
4135
+ 96,
4136
+ 101,
4137
+ 60,
4138
+ 57,
4139
+ 55
4140
+ ]
4141
+ },
4142
+ {
4143
+ "title": "Type aliases",
4144
+ "kind": 4194304,
4145
+ "children": [
4146
+ 81,
4147
+ 28
4148
+ ]
4149
+ }
4150
+ ],
4151
+ "sources": [
4152
+ {
4153
+ "fileName": "projects/config/src/public-api.ts",
4154
+ "line": 1,
4155
+ "character": 0
4156
+ }
4157
+ ]
4158
+ },
4159
+ "codeExamples": []
4160
+ }