@xyo-network/schema-cache 2.53.18

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.
package/dist/docs.json ADDED
@@ -0,0 +1,1776 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/schema-cache",
4
+ "kind": 1,
5
+ "kindString": "Project",
6
+ "flags": {},
7
+ "originalName": "",
8
+ "children": [
9
+ {
10
+ "id": 2,
11
+ "name": "SchemaCache",
12
+ "kind": 128,
13
+ "kindString": "Class",
14
+ "flags": {},
15
+ "children": [
16
+ {
17
+ "id": 7,
18
+ "name": "constructor",
19
+ "kind": 512,
20
+ "kindString": "Constructor",
21
+ "flags": {
22
+ "isPrivate": true
23
+ },
24
+ "sources": [
25
+ {
26
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
27
+ "line": 36,
28
+ "character": 2,
29
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L36"
30
+ }
31
+ ],
32
+ "signatures": [
33
+ {
34
+ "id": 8,
35
+ "name": "new SchemaCache",
36
+ "kind": 16384,
37
+ "kindString": "Constructor signature",
38
+ "flags": {},
39
+ "typeParameter": [
40
+ {
41
+ "id": 9,
42
+ "name": "T",
43
+ "kind": 131072,
44
+ "kindString": "Type parameter",
45
+ "flags": {},
46
+ "type": {
47
+ "type": "reference",
48
+ "id": 42,
49
+ "name": "SchemaNameToValidatorMap"
50
+ },
51
+ "default": {
52
+ "type": "reference",
53
+ "id": 42,
54
+ "name": "SchemaNameToValidatorMap"
55
+ }
56
+ }
57
+ ],
58
+ "parameters": [
59
+ {
60
+ "id": 10,
61
+ "name": "proxy",
62
+ "kind": 32768,
63
+ "kindString": "Parameter",
64
+ "flags": {
65
+ "isOptional": true
66
+ },
67
+ "type": {
68
+ "type": "intrinsic",
69
+ "name": "string"
70
+ }
71
+ }
72
+ ],
73
+ "type": {
74
+ "type": "reference",
75
+ "id": 2,
76
+ "typeArguments": [
77
+ {
78
+ "type": "reference",
79
+ "id": 9,
80
+ "name": "T"
81
+ }
82
+ ],
83
+ "name": "SchemaCache"
84
+ }
85
+ }
86
+ ]
87
+ },
88
+ {
89
+ "id": 17,
90
+ "name": "_cache",
91
+ "kind": 1024,
92
+ "kindString": "Property",
93
+ "flags": {
94
+ "isPrivate": true
95
+ },
96
+ "sources": [
97
+ {
98
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
99
+ "line": 30,
100
+ "character": 10,
101
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L30"
102
+ }
103
+ ],
104
+ "type": {
105
+ "type": "reference",
106
+ "typeArguments": [
107
+ {
108
+ "type": "intrinsic",
109
+ "name": "string"
110
+ },
111
+ {
112
+ "type": "reference",
113
+ "id": 1,
114
+ "name": "SchemaCacheEntry"
115
+ },
116
+ {
117
+ "type": "intrinsic",
118
+ "name": "unknown"
119
+ }
120
+ ],
121
+ "name": "LRUCache",
122
+ "qualifiedName": "LRUCache",
123
+ "package": "lru-cache"
124
+ },
125
+ "defaultValue": "..."
126
+ },
127
+ {
128
+ "id": 18,
129
+ "name": "_validators",
130
+ "kind": 1024,
131
+ "kindString": "Property",
132
+ "flags": {
133
+ "isPrivate": true
134
+ },
135
+ "sources": [
136
+ {
137
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
138
+ "line": 31,
139
+ "character": 10,
140
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L31"
141
+ }
142
+ ],
143
+ "type": {
144
+ "type": "reference",
145
+ "id": 9,
146
+ "name": "T"
147
+ },
148
+ "defaultValue": "..."
149
+ },
150
+ {
151
+ "id": 19,
152
+ "name": "getDebounce",
153
+ "kind": 1024,
154
+ "kindString": "Property",
155
+ "flags": {
156
+ "isPrivate": true
157
+ },
158
+ "sources": [
159
+ {
160
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
161
+ "line": 34,
162
+ "character": 10,
163
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L34"
164
+ }
165
+ ],
166
+ "type": {
167
+ "type": "reference",
168
+ "typeArguments": [
169
+ {
170
+ "type": "intrinsic",
171
+ "name": "string"
172
+ }
173
+ ],
174
+ "name": "Debounce"
175
+ },
176
+ "defaultValue": "..."
177
+ },
178
+ {
179
+ "id": 11,
180
+ "name": "onSchemaCached",
181
+ "kind": 1024,
182
+ "kindString": "Property",
183
+ "flags": {
184
+ "isOptional": true
185
+ },
186
+ "sources": [
187
+ {
188
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
189
+ "line": 27,
190
+ "character": 2,
191
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L27"
192
+ }
193
+ ],
194
+ "type": {
195
+ "type": "reflection",
196
+ "declaration": {
197
+ "id": 12,
198
+ "name": "__type",
199
+ "kind": 65536,
200
+ "kindString": "Type literal",
201
+ "flags": {},
202
+ "sources": [
203
+ {
204
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
205
+ "line": 27,
206
+ "character": 19,
207
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L27"
208
+ }
209
+ ],
210
+ "signatures": [
211
+ {
212
+ "id": 13,
213
+ "name": "__type",
214
+ "kind": 4096,
215
+ "kindString": "Call signature",
216
+ "flags": {},
217
+ "parameters": [
218
+ {
219
+ "id": 14,
220
+ "name": "name",
221
+ "kind": 32768,
222
+ "kindString": "Parameter",
223
+ "flags": {},
224
+ "type": {
225
+ "type": "intrinsic",
226
+ "name": "string"
227
+ }
228
+ },
229
+ {
230
+ "id": 15,
231
+ "name": "entry",
232
+ "kind": 32768,
233
+ "kindString": "Parameter",
234
+ "flags": {},
235
+ "type": {
236
+ "type": "reference",
237
+ "id": 1,
238
+ "name": "SchemaCacheEntry"
239
+ }
240
+ }
241
+ ],
242
+ "type": {
243
+ "type": "intrinsic",
244
+ "name": "void"
245
+ }
246
+ }
247
+ ]
248
+ }
249
+ }
250
+ },
251
+ {
252
+ "id": 16,
253
+ "name": "proxy",
254
+ "kind": 1024,
255
+ "kindString": "Property",
256
+ "flags": {
257
+ "isOptional": true
258
+ },
259
+ "sources": [
260
+ {
261
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
262
+ "line": 28,
263
+ "character": 2,
264
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L28"
265
+ }
266
+ ],
267
+ "type": {
268
+ "type": "intrinsic",
269
+ "name": "string"
270
+ }
271
+ },
272
+ {
273
+ "id": 3,
274
+ "name": "NULL",
275
+ "kind": 1024,
276
+ "kindString": "Property",
277
+ "flags": {
278
+ "isProtected": true,
279
+ "isStatic": true,
280
+ "isReadonly": true
281
+ },
282
+ "comment": {
283
+ "summary": [
284
+ {
285
+ "kind": "text",
286
+ "text": "Object representing "
287
+ },
288
+ {
289
+ "kind": "code",
290
+ "text": "`null`"
291
+ },
292
+ {
293
+ "kind": "text",
294
+ "text": " since LRU Cache types\nonly allow for types that derive from object"
295
+ }
296
+ ]
297
+ },
298
+ "sources": [
299
+ {
300
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
301
+ "line": 23,
302
+ "character": 28,
303
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L23"
304
+ }
305
+ ],
306
+ "type": {
307
+ "type": "reference",
308
+ "id": 1,
309
+ "name": "SchemaCacheEntry"
310
+ },
311
+ "defaultValue": "..."
312
+ },
313
+ {
314
+ "id": 4,
315
+ "name": "_instance",
316
+ "kind": 1024,
317
+ "kindString": "Property",
318
+ "flags": {
319
+ "isPrivate": true,
320
+ "isStatic": true,
321
+ "isOptional": true
322
+ },
323
+ "sources": [
324
+ {
325
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
326
+ "line": 25,
327
+ "character": 17,
328
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L25"
329
+ }
330
+ ],
331
+ "type": {
332
+ "type": "reference",
333
+ "id": 2,
334
+ "typeArguments": [
335
+ {
336
+ "type": "reference",
337
+ "id": 42,
338
+ "name": "SchemaNameToValidatorMap"
339
+ }
340
+ ],
341
+ "name": "SchemaCache"
342
+ }
343
+ },
344
+ {
345
+ "id": 20,
346
+ "name": "validators",
347
+ "kind": 262144,
348
+ "kindString": "Accessor",
349
+ "flags": {},
350
+ "sources": [
351
+ {
352
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
353
+ "line": 52,
354
+ "character": 6,
355
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L52"
356
+ }
357
+ ],
358
+ "getSignature": {
359
+ "id": 21,
360
+ "name": "validators",
361
+ "kind": 524288,
362
+ "kindString": "Get signature",
363
+ "flags": {},
364
+ "comment": {
365
+ "summary": [
366
+ {
367
+ "kind": "text",
368
+ "text": "A map of cached schema (by name) to payload validators for the schema. A schema\nmust be cached via "
369
+ },
370
+ {
371
+ "kind": "code",
372
+ "text": "`get('schema.name')`"
373
+ },
374
+ {
375
+ "kind": "text",
376
+ "text": " before it's validator can be used as\nthey are compiled dynamically at runtime upon retrieval."
377
+ }
378
+ ]
379
+ },
380
+ "type": {
381
+ "type": "reference",
382
+ "id": 9,
383
+ "name": "T"
384
+ }
385
+ }
386
+ },
387
+ {
388
+ "id": 5,
389
+ "name": "instance",
390
+ "kind": 262144,
391
+ "kindString": "Accessor",
392
+ "flags": {
393
+ "isStatic": true
394
+ },
395
+ "sources": [
396
+ {
397
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
398
+ "line": 40,
399
+ "character": 13,
400
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L40"
401
+ }
402
+ ],
403
+ "getSignature": {
404
+ "id": 6,
405
+ "name": "instance",
406
+ "kind": 524288,
407
+ "kindString": "Get signature",
408
+ "flags": {},
409
+ "type": {
410
+ "type": "reference",
411
+ "id": 2,
412
+ "typeArguments": [
413
+ {
414
+ "type": "reference",
415
+ "id": 42,
416
+ "name": "SchemaNameToValidatorMap"
417
+ }
418
+ ],
419
+ "name": "SchemaCache"
420
+ }
421
+ }
422
+ },
423
+ {
424
+ "id": 25,
425
+ "name": "cacheSchemaIfValid",
426
+ "kind": 2048,
427
+ "kindString": "Method",
428
+ "flags": {
429
+ "isPrivate": true
430
+ },
431
+ "sources": [
432
+ {
433
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
434
+ "line": 70,
435
+ "character": 10,
436
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L70"
437
+ }
438
+ ],
439
+ "signatures": [
440
+ {
441
+ "id": 26,
442
+ "name": "cacheSchemaIfValid",
443
+ "kind": 4096,
444
+ "kindString": "Call signature",
445
+ "flags": {},
446
+ "parameters": [
447
+ {
448
+ "id": 27,
449
+ "name": "entry",
450
+ "kind": 32768,
451
+ "kindString": "Parameter",
452
+ "flags": {},
453
+ "type": {
454
+ "type": "reference",
455
+ "id": 1,
456
+ "name": "SchemaCacheEntry"
457
+ }
458
+ }
459
+ ],
460
+ "type": {
461
+ "type": "intrinsic",
462
+ "name": "void"
463
+ }
464
+ }
465
+ ]
466
+ },
467
+ {
468
+ "id": 28,
469
+ "name": "cacheSchemas",
470
+ "kind": 2048,
471
+ "kindString": "Method",
472
+ "flags": {
473
+ "isPrivate": true
474
+ },
475
+ "sources": [
476
+ {
477
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
478
+ "line": 86,
479
+ "character": 10,
480
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L86"
481
+ }
482
+ ],
483
+ "signatures": [
484
+ {
485
+ "id": 29,
486
+ "name": "cacheSchemas",
487
+ "kind": 4096,
488
+ "kindString": "Call signature",
489
+ "flags": {},
490
+ "parameters": [
491
+ {
492
+ "id": 30,
493
+ "name": "aliasEntries",
494
+ "kind": 32768,
495
+ "kindString": "Parameter",
496
+ "flags": {
497
+ "isOptional": true
498
+ },
499
+ "type": {
500
+ "type": "union",
501
+ "types": [
502
+ {
503
+ "type": "literal",
504
+ "value": null
505
+ },
506
+ {
507
+ "type": "array",
508
+ "elementType": {
509
+ "type": "reference",
510
+ "typeArguments": [
511
+ {
512
+ "type": "intersection",
513
+ "types": [
514
+ {
515
+ "type": "reference",
516
+ "name": "SchemaFields"
517
+ },
518
+ {
519
+ "type": "reference",
520
+ "name": "PayloadFields"
521
+ },
522
+ {
523
+ "type": "reflection",
524
+ "declaration": {
525
+ "id": 31,
526
+ "name": "__type",
527
+ "kind": 65536,
528
+ "kindString": "Type literal",
529
+ "flags": {},
530
+ "children": [
531
+ {
532
+ "id": 32,
533
+ "name": "schema",
534
+ "kind": 1024,
535
+ "kindString": "Property",
536
+ "flags": {},
537
+ "sources": [
538
+ {
539
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
540
+ "line": 21,
541
+ "character": 4
542
+ }
543
+ ],
544
+ "type": {
545
+ "type": "intrinsic",
546
+ "name": "string"
547
+ }
548
+ }
549
+ ],
550
+ "groups": [
551
+ {
552
+ "title": "Properties",
553
+ "children": [
554
+ 32
555
+ ]
556
+ }
557
+ ],
558
+ "sources": [
559
+ {
560
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
561
+ "line": 20,
562
+ "character": 17
563
+ }
564
+ ]
565
+ }
566
+ }
567
+ ]
568
+ }
569
+ ],
570
+ "name": "FetchedPayload"
571
+ }
572
+ }
573
+ ]
574
+ }
575
+ }
576
+ ],
577
+ "type": {
578
+ "type": "intrinsic",
579
+ "name": "void"
580
+ }
581
+ }
582
+ ]
583
+ },
584
+ {
585
+ "id": 33,
586
+ "name": "fetchSchema",
587
+ "kind": 2048,
588
+ "kindString": "Method",
589
+ "flags": {
590
+ "isPrivate": true
591
+ },
592
+ "sources": [
593
+ {
594
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
595
+ "line": 94,
596
+ "character": 16,
597
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L94"
598
+ }
599
+ ],
600
+ "signatures": [
601
+ {
602
+ "id": 34,
603
+ "name": "fetchSchema",
604
+ "kind": 4096,
605
+ "kindString": "Call signature",
606
+ "flags": {},
607
+ "parameters": [
608
+ {
609
+ "id": 35,
610
+ "name": "schema",
611
+ "kind": 32768,
612
+ "kindString": "Parameter",
613
+ "flags": {},
614
+ "type": {
615
+ "type": "intrinsic",
616
+ "name": "string"
617
+ }
618
+ }
619
+ ],
620
+ "type": {
621
+ "type": "reference",
622
+ "typeArguments": [
623
+ {
624
+ "type": "intrinsic",
625
+ "name": "void"
626
+ }
627
+ ],
628
+ "name": "Promise",
629
+ "qualifiedName": "Promise",
630
+ "package": "typescript"
631
+ }
632
+ }
633
+ ]
634
+ },
635
+ {
636
+ "id": 22,
637
+ "name": "get",
638
+ "kind": 2048,
639
+ "kindString": "Method",
640
+ "flags": {},
641
+ "sources": [
642
+ {
643
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
644
+ "line": 56,
645
+ "character": 8,
646
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L56"
647
+ }
648
+ ],
649
+ "signatures": [
650
+ {
651
+ "id": 23,
652
+ "name": "get",
653
+ "kind": 4096,
654
+ "kindString": "Call signature",
655
+ "flags": {},
656
+ "parameters": [
657
+ {
658
+ "id": 24,
659
+ "name": "schema",
660
+ "kind": 32768,
661
+ "kindString": "Parameter",
662
+ "flags": {
663
+ "isOptional": true
664
+ },
665
+ "type": {
666
+ "type": "intrinsic",
667
+ "name": "string"
668
+ }
669
+ }
670
+ ],
671
+ "type": {
672
+ "type": "reference",
673
+ "typeArguments": [
674
+ {
675
+ "type": "union",
676
+ "types": [
677
+ {
678
+ "type": "intrinsic",
679
+ "name": "undefined"
680
+ },
681
+ {
682
+ "type": "literal",
683
+ "value": null
684
+ },
685
+ {
686
+ "type": "reference",
687
+ "id": 1,
688
+ "name": "SchemaCacheEntry"
689
+ }
690
+ ]
691
+ }
692
+ ],
693
+ "name": "Promise",
694
+ "qualifiedName": "Promise",
695
+ "package": "typescript"
696
+ }
697
+ }
698
+ ]
699
+ }
700
+ ],
701
+ "groups": [
702
+ {
703
+ "title": "Constructors",
704
+ "children": [
705
+ 7
706
+ ]
707
+ },
708
+ {
709
+ "title": "Properties",
710
+ "children": [
711
+ 17,
712
+ 18,
713
+ 19,
714
+ 11,
715
+ 16,
716
+ 3,
717
+ 4
718
+ ]
719
+ },
720
+ {
721
+ "title": "Accessors",
722
+ "children": [
723
+ 20,
724
+ 5
725
+ ]
726
+ },
727
+ {
728
+ "title": "Methods",
729
+ "children": [
730
+ 25,
731
+ 28,
732
+ 33,
733
+ 22
734
+ ]
735
+ }
736
+ ],
737
+ "sources": [
738
+ {
739
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
740
+ "line": 18,
741
+ "character": 13,
742
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L18"
743
+ }
744
+ ],
745
+ "typeParameters": [
746
+ {
747
+ "id": 36,
748
+ "name": "T",
749
+ "kind": 131072,
750
+ "kindString": "Type parameter",
751
+ "flags": {},
752
+ "type": {
753
+ "type": "reference",
754
+ "id": 42,
755
+ "name": "SchemaNameToValidatorMap"
756
+ },
757
+ "default": {
758
+ "type": "reference",
759
+ "id": 42,
760
+ "name": "SchemaNameToValidatorMap"
761
+ }
762
+ }
763
+ ]
764
+ },
765
+ {
766
+ "id": 42,
767
+ "name": "SchemaNameToValidatorMap",
768
+ "kind": 256,
769
+ "kindString": "Interface",
770
+ "flags": {},
771
+ "comment": {
772
+ "summary": [
773
+ {
774
+ "kind": "text",
775
+ "text": "Used to map known schemas (byt their string name) to the validators which assert their types"
776
+ }
777
+ ]
778
+ },
779
+ "children": [
780
+ {
781
+ "id": 46,
782
+ "name": "network.xyo.domain",
783
+ "kind": 1024,
784
+ "kindString": "Property",
785
+ "flags": {},
786
+ "sources": [
787
+ {
788
+ "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
789
+ "line": 16,
790
+ "character": 2,
791
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L16"
792
+ }
793
+ ],
794
+ "type": {
795
+ "type": "reference",
796
+ "id": 37,
797
+ "typeArguments": [
798
+ {
799
+ "type": "intersection",
800
+ "types": [
801
+ {
802
+ "type": "reference",
803
+ "name": "SchemaFields"
804
+ },
805
+ {
806
+ "type": "reference",
807
+ "name": "PayloadFields"
808
+ },
809
+ {
810
+ "type": "reflection",
811
+ "declaration": {
812
+ "id": 47,
813
+ "name": "__type",
814
+ "kind": 65536,
815
+ "kindString": "Type literal",
816
+ "flags": {},
817
+ "children": [
818
+ {
819
+ "id": 48,
820
+ "name": "additional",
821
+ "kind": 1024,
822
+ "kindString": "Property",
823
+ "flags": {
824
+ "isOptional": true
825
+ },
826
+ "comment": {
827
+ "summary": [],
828
+ "blockTags": [
829
+ {
830
+ "tag": "@field",
831
+ "content": [
832
+ {
833
+ "kind": "text",
834
+ "text": "Additional config files [huri] [out]"
835
+ }
836
+ ]
837
+ }
838
+ ]
839
+ },
840
+ "sources": [
841
+ {
842
+ "fileName": "plugins/packages/payload/packages/domain/dist/types/Payload.d.ts",
843
+ "line": 12,
844
+ "character": 4
845
+ }
846
+ ],
847
+ "type": {
848
+ "type": "array",
849
+ "elementType": {
850
+ "type": "intrinsic",
851
+ "name": "string"
852
+ }
853
+ }
854
+ },
855
+ {
856
+ "id": 49,
857
+ "name": "aliases",
858
+ "kind": 1024,
859
+ "kindString": "Property",
860
+ "flags": {
861
+ "isOptional": true
862
+ },
863
+ "comment": {
864
+ "summary": [],
865
+ "blockTags": [
866
+ {
867
+ "tag": "@field",
868
+ "content": [
869
+ {
870
+ "kind": "text",
871
+ "text": "Values associated with this domain [out]"
872
+ }
873
+ ]
874
+ }
875
+ ]
876
+ },
877
+ "sources": [
878
+ {
879
+ "fileName": "plugins/packages/payload/packages/domain/dist/types/Payload.d.ts",
880
+ "line": 14,
881
+ "character": 4
882
+ }
883
+ ],
884
+ "type": {
885
+ "type": "reference",
886
+ "typeArguments": [
887
+ {
888
+ "type": "intrinsic",
889
+ "name": "string"
890
+ },
891
+ {
892
+ "type": "reference",
893
+ "name": "XyoAlias"
894
+ }
895
+ ],
896
+ "name": "Record",
897
+ "qualifiedName": "Record",
898
+ "package": "typescript"
899
+ }
900
+ },
901
+ {
902
+ "id": 50,
903
+ "name": "networks",
904
+ "kind": 1024,
905
+ "kindString": "Property",
906
+ "flags": {
907
+ "isOptional": true
908
+ },
909
+ "comment": {
910
+ "summary": [],
911
+ "blockTags": [
912
+ {
913
+ "tag": "@field",
914
+ "content": [
915
+ {
916
+ "kind": "text",
917
+ "text": "Known networks [out]"
918
+ }
919
+ ]
920
+ }
921
+ ]
922
+ },
923
+ "sources": [
924
+ {
925
+ "fileName": "plugins/packages/payload/packages/domain/dist/types/Payload.d.ts",
926
+ "line": 16,
927
+ "character": 4
928
+ }
929
+ ],
930
+ "type": {
931
+ "type": "array",
932
+ "elementType": {
933
+ "type": "intersection",
934
+ "types": [
935
+ {
936
+ "type": "reference",
937
+ "name": "SchemaFields"
938
+ },
939
+ {
940
+ "type": "reference",
941
+ "name": "PayloadFields"
942
+ },
943
+ {
944
+ "type": "reflection",
945
+ "declaration": {
946
+ "id": 51,
947
+ "name": "__type",
948
+ "kind": 65536,
949
+ "kindString": "Type literal",
950
+ "flags": {},
951
+ "children": [
952
+ {
953
+ "id": 52,
954
+ "name": "name",
955
+ "kind": 1024,
956
+ "kindString": "Property",
957
+ "flags": {
958
+ "isOptional": true
959
+ },
960
+ "sources": [
961
+ {
962
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkPayload.d.ts",
963
+ "line": 6,
964
+ "character": 4
965
+ }
966
+ ],
967
+ "type": {
968
+ "type": "intrinsic",
969
+ "name": "string"
970
+ }
971
+ },
972
+ {
973
+ "id": 53,
974
+ "name": "nodes",
975
+ "kind": 1024,
976
+ "kindString": "Property",
977
+ "flags": {
978
+ "isOptional": true
979
+ },
980
+ "sources": [
981
+ {
982
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkPayload.d.ts",
983
+ "line": 7,
984
+ "character": 4
985
+ }
986
+ ],
987
+ "type": {
988
+ "type": "array",
989
+ "elementType": {
990
+ "type": "intersection",
991
+ "types": [
992
+ {
993
+ "type": "reference",
994
+ "name": "SchemaFields"
995
+ },
996
+ {
997
+ "type": "reference",
998
+ "name": "PayloadFields"
999
+ },
1000
+ {
1001
+ "type": "reflection",
1002
+ "declaration": {
1003
+ "id": 54,
1004
+ "name": "__type",
1005
+ "kind": 65536,
1006
+ "kindString": "Type literal",
1007
+ "flags": {},
1008
+ "children": [
1009
+ {
1010
+ "id": 55,
1011
+ "name": "docs",
1012
+ "kind": 1024,
1013
+ "kindString": "Property",
1014
+ "flags": {
1015
+ "isOptional": true
1016
+ },
1017
+ "sources": [
1018
+ {
1019
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkNodePayload.d.ts",
1020
+ "line": 6,
1021
+ "character": 4
1022
+ }
1023
+ ],
1024
+ "type": {
1025
+ "type": "intrinsic",
1026
+ "name": "string"
1027
+ }
1028
+ },
1029
+ {
1030
+ "id": 56,
1031
+ "name": "name",
1032
+ "kind": 1024,
1033
+ "kindString": "Property",
1034
+ "flags": {
1035
+ "isOptional": true
1036
+ },
1037
+ "sources": [
1038
+ {
1039
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkNodePayload.d.ts",
1040
+ "line": 7,
1041
+ "character": 4
1042
+ }
1043
+ ],
1044
+ "type": {
1045
+ "type": "intrinsic",
1046
+ "name": "string"
1047
+ }
1048
+ },
1049
+ {
1050
+ "id": 57,
1051
+ "name": "slug",
1052
+ "kind": 1024,
1053
+ "kindString": "Property",
1054
+ "flags": {},
1055
+ "sources": [
1056
+ {
1057
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkNodePayload.d.ts",
1058
+ "line": 8,
1059
+ "character": 4
1060
+ }
1061
+ ],
1062
+ "type": {
1063
+ "type": "intrinsic",
1064
+ "name": "string"
1065
+ }
1066
+ },
1067
+ {
1068
+ "id": 58,
1069
+ "name": "type",
1070
+ "kind": 1024,
1071
+ "kindString": "Property",
1072
+ "flags": {},
1073
+ "sources": [
1074
+ {
1075
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkNodePayload.d.ts",
1076
+ "line": 9,
1077
+ "character": 4
1078
+ }
1079
+ ],
1080
+ "type": {
1081
+ "type": "reference",
1082
+ "name": "XyoNetworkNodeType"
1083
+ }
1084
+ },
1085
+ {
1086
+ "id": 59,
1087
+ "name": "uri",
1088
+ "kind": 1024,
1089
+ "kindString": "Property",
1090
+ "flags": {},
1091
+ "sources": [
1092
+ {
1093
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkNodePayload.d.ts",
1094
+ "line": 10,
1095
+ "character": 4
1096
+ }
1097
+ ],
1098
+ "type": {
1099
+ "type": "intrinsic",
1100
+ "name": "string"
1101
+ }
1102
+ },
1103
+ {
1104
+ "id": 60,
1105
+ "name": "web",
1106
+ "kind": 1024,
1107
+ "kindString": "Property",
1108
+ "flags": {
1109
+ "isOptional": true
1110
+ },
1111
+ "sources": [
1112
+ {
1113
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkNodePayload.d.ts",
1114
+ "line": 11,
1115
+ "character": 4
1116
+ }
1117
+ ],
1118
+ "type": {
1119
+ "type": "intrinsic",
1120
+ "name": "string"
1121
+ }
1122
+ }
1123
+ ],
1124
+ "groups": [
1125
+ {
1126
+ "title": "Properties",
1127
+ "children": [
1128
+ 55,
1129
+ 56,
1130
+ 57,
1131
+ 58,
1132
+ 59,
1133
+ 60
1134
+ ]
1135
+ }
1136
+ ],
1137
+ "sources": [
1138
+ {
1139
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkNodePayload.d.ts",
1140
+ "line": 5,
1141
+ "character": 44
1142
+ }
1143
+ ]
1144
+ }
1145
+ },
1146
+ {
1147
+ "type": "reflection",
1148
+ "declaration": {
1149
+ "id": 61,
1150
+ "name": "__type",
1151
+ "kind": 65536,
1152
+ "kindString": "Type literal",
1153
+ "flags": {},
1154
+ "children": [
1155
+ {
1156
+ "id": 62,
1157
+ "name": "schema",
1158
+ "kind": 1024,
1159
+ "kindString": "Property",
1160
+ "flags": {},
1161
+ "sources": [
1162
+ {
1163
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1164
+ "line": 19,
1165
+ "character": 4
1166
+ }
1167
+ ],
1168
+ "type": {
1169
+ "type": "literal",
1170
+ "value": "network.xyo.network.node"
1171
+ }
1172
+ }
1173
+ ],
1174
+ "groups": [
1175
+ {
1176
+ "title": "Properties",
1177
+ "children": [
1178
+ 62
1179
+ ]
1180
+ }
1181
+ ],
1182
+ "sources": [
1183
+ {
1184
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1185
+ "line": 18,
1186
+ "character": 218
1187
+ }
1188
+ ]
1189
+ }
1190
+ }
1191
+ ]
1192
+ }
1193
+ }
1194
+ },
1195
+ {
1196
+ "id": 63,
1197
+ "name": "schema",
1198
+ "kind": 1024,
1199
+ "kindString": "Property",
1200
+ "flags": {},
1201
+ "sources": [
1202
+ {
1203
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkPayload.d.ts",
1204
+ "line": 8,
1205
+ "character": 4
1206
+ }
1207
+ ],
1208
+ "type": {
1209
+ "type": "literal",
1210
+ "value": "network.xyo.network"
1211
+ }
1212
+ },
1213
+ {
1214
+ "id": 64,
1215
+ "name": "slug",
1216
+ "kind": 1024,
1217
+ "kindString": "Property",
1218
+ "flags": {},
1219
+ "sources": [
1220
+ {
1221
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkPayload.d.ts",
1222
+ "line": 9,
1223
+ "character": 4
1224
+ }
1225
+ ],
1226
+ "type": {
1227
+ "type": "intrinsic",
1228
+ "name": "string"
1229
+ }
1230
+ }
1231
+ ],
1232
+ "groups": [
1233
+ {
1234
+ "title": "Properties",
1235
+ "children": [
1236
+ 52,
1237
+ 53,
1238
+ 63,
1239
+ 64
1240
+ ]
1241
+ }
1242
+ ],
1243
+ "sources": [
1244
+ {
1245
+ "fileName": "sdk/packages/network/dist/types/XyoNetworkPayload.d.ts",
1246
+ "line": 5,
1247
+ "character": 40
1248
+ }
1249
+ ]
1250
+ }
1251
+ }
1252
+ ]
1253
+ }
1254
+ }
1255
+ },
1256
+ {
1257
+ "id": 65,
1258
+ "name": "schema",
1259
+ "kind": 1024,
1260
+ "kindString": "Property",
1261
+ "flags": {},
1262
+ "sources": [
1263
+ {
1264
+ "fileName": "plugins/packages/payload/packages/domain/dist/types/Payload.d.ts",
1265
+ "line": 17,
1266
+ "character": 4
1267
+ }
1268
+ ],
1269
+ "type": {
1270
+ "type": "literal",
1271
+ "value": "network.xyo.domain"
1272
+ }
1273
+ }
1274
+ ],
1275
+ "groups": [
1276
+ {
1277
+ "title": "Properties",
1278
+ "children": [
1279
+ 48,
1280
+ 49,
1281
+ 50,
1282
+ 65
1283
+ ]
1284
+ }
1285
+ ],
1286
+ "sources": [
1287
+ {
1288
+ "fileName": "plugins/packages/payload/packages/domain/dist/types/Payload.d.ts",
1289
+ "line": 10,
1290
+ "character": 39
1291
+ }
1292
+ ]
1293
+ }
1294
+ }
1295
+ ]
1296
+ }
1297
+ ],
1298
+ "name": "NarrowPayload"
1299
+ }
1300
+ },
1301
+ {
1302
+ "id": 43,
1303
+ "name": "network.xyo.payload",
1304
+ "kind": 1024,
1305
+ "kindString": "Property",
1306
+ "flags": {},
1307
+ "sources": [
1308
+ {
1309
+ "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
1310
+ "line": 15,
1311
+ "character": 2,
1312
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L15"
1313
+ }
1314
+ ],
1315
+ "type": {
1316
+ "type": "reference",
1317
+ "id": 37,
1318
+ "typeArguments": [
1319
+ {
1320
+ "type": "intersection",
1321
+ "types": [
1322
+ {
1323
+ "type": "reference",
1324
+ "name": "SchemaFields"
1325
+ },
1326
+ {
1327
+ "type": "reference",
1328
+ "name": "PayloadFields"
1329
+ },
1330
+ {
1331
+ "type": "reflection",
1332
+ "declaration": {
1333
+ "id": 44,
1334
+ "name": "__type",
1335
+ "kind": 65536,
1336
+ "kindString": "Type literal",
1337
+ "flags": {},
1338
+ "children": [
1339
+ {
1340
+ "id": 45,
1341
+ "name": "schema",
1342
+ "kind": 1024,
1343
+ "kindString": "Property",
1344
+ "flags": {},
1345
+ "sources": [
1346
+ {
1347
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1348
+ "line": 21,
1349
+ "character": 4
1350
+ }
1351
+ ],
1352
+ "type": {
1353
+ "type": "intrinsic",
1354
+ "name": "string"
1355
+ }
1356
+ }
1357
+ ],
1358
+ "groups": [
1359
+ {
1360
+ "title": "Properties",
1361
+ "children": [
1362
+ 45
1363
+ ]
1364
+ }
1365
+ ],
1366
+ "sources": [
1367
+ {
1368
+ "fileName": "protocol/packages/payload/packages/model/dist/types/Payload.d.ts",
1369
+ "line": 20,
1370
+ "character": 17
1371
+ }
1372
+ ]
1373
+ }
1374
+ }
1375
+ ]
1376
+ }
1377
+ ],
1378
+ "name": "NarrowPayload"
1379
+ }
1380
+ },
1381
+ {
1382
+ "id": 66,
1383
+ "name": "network.xyo.schema",
1384
+ "kind": 1024,
1385
+ "kindString": "Property",
1386
+ "flags": {},
1387
+ "sources": [
1388
+ {
1389
+ "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
1390
+ "line": 17,
1391
+ "character": 2,
1392
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L17"
1393
+ }
1394
+ ],
1395
+ "type": {
1396
+ "type": "reference",
1397
+ "id": 37,
1398
+ "typeArguments": [
1399
+ {
1400
+ "type": "intersection",
1401
+ "types": [
1402
+ {
1403
+ "type": "reference",
1404
+ "name": "SchemaFields"
1405
+ },
1406
+ {
1407
+ "type": "reference",
1408
+ "name": "PayloadFields"
1409
+ },
1410
+ {
1411
+ "type": "reflection",
1412
+ "declaration": {
1413
+ "id": 67,
1414
+ "name": "__type",
1415
+ "kind": 65536,
1416
+ "kindString": "Type literal",
1417
+ "flags": {},
1418
+ "children": [
1419
+ {
1420
+ "id": 68,
1421
+ "name": "definition",
1422
+ "kind": 1024,
1423
+ "kindString": "Property",
1424
+ "flags": {},
1425
+ "sources": [
1426
+ {
1427
+ "fileName": "plugins/packages/payload/packages/schema/dist/types/Payload.d.ts",
1428
+ "line": 4,
1429
+ "character": 4
1430
+ }
1431
+ ],
1432
+ "type": {
1433
+ "type": "reflection",
1434
+ "declaration": {
1435
+ "id": 69,
1436
+ "name": "__type",
1437
+ "kind": 65536,
1438
+ "kindString": "Type literal",
1439
+ "flags": {},
1440
+ "children": [
1441
+ {
1442
+ "id": 70,
1443
+ "name": "$id",
1444
+ "kind": 1024,
1445
+ "kindString": "Property",
1446
+ "flags": {
1447
+ "isOptional": true
1448
+ },
1449
+ "sources": [
1450
+ {
1451
+ "fileName": "plugins/packages/payload/packages/schema/dist/types/Payload.d.ts",
1452
+ "line": 6,
1453
+ "character": 8
1454
+ }
1455
+ ],
1456
+ "type": {
1457
+ "type": "intrinsic",
1458
+ "name": "string"
1459
+ }
1460
+ }
1461
+ ],
1462
+ "groups": [
1463
+ {
1464
+ "title": "Properties",
1465
+ "children": [
1466
+ 70
1467
+ ]
1468
+ }
1469
+ ],
1470
+ "sources": [
1471
+ {
1472
+ "fileName": "plugins/packages/payload/packages/schema/dist/types/Payload.d.ts",
1473
+ "line": 4,
1474
+ "character": 16
1475
+ }
1476
+ ],
1477
+ "indexSignature": {
1478
+ "id": 71,
1479
+ "name": "__index",
1480
+ "kind": 8192,
1481
+ "kindString": "Index signature",
1482
+ "flags": {},
1483
+ "parameters": [
1484
+ {
1485
+ "id": 72,
1486
+ "name": "key",
1487
+ "kind": 32768,
1488
+ "flags": {},
1489
+ "type": {
1490
+ "type": "intrinsic",
1491
+ "name": "string"
1492
+ }
1493
+ }
1494
+ ],
1495
+ "type": {
1496
+ "type": "intrinsic",
1497
+ "name": "unknown"
1498
+ }
1499
+ }
1500
+ }
1501
+ }
1502
+ },
1503
+ {
1504
+ "id": 73,
1505
+ "name": "extends",
1506
+ "kind": 1024,
1507
+ "kindString": "Property",
1508
+ "flags": {
1509
+ "isOptional": true
1510
+ },
1511
+ "sources": [
1512
+ {
1513
+ "fileName": "plugins/packages/payload/packages/schema/dist/types/Payload.d.ts",
1514
+ "line": 8,
1515
+ "character": 4
1516
+ }
1517
+ ],
1518
+ "type": {
1519
+ "type": "intrinsic",
1520
+ "name": "string"
1521
+ }
1522
+ },
1523
+ {
1524
+ "id": 74,
1525
+ "name": "name",
1526
+ "kind": 1024,
1527
+ "kindString": "Property",
1528
+ "flags": {
1529
+ "isOptional": true
1530
+ },
1531
+ "comment": {
1532
+ "summary": [],
1533
+ "blockTags": [
1534
+ {
1535
+ "tag": "@deprecated",
1536
+ "content": [
1537
+ {
1538
+ "kind": "text",
1539
+ "text": "use definition.$id instead"
1540
+ }
1541
+ ]
1542
+ }
1543
+ ]
1544
+ },
1545
+ "sources": [
1546
+ {
1547
+ "fileName": "plugins/packages/payload/packages/schema/dist/types/Payload.d.ts",
1548
+ "line": 10,
1549
+ "character": 4
1550
+ }
1551
+ ],
1552
+ "type": {
1553
+ "type": "intrinsic",
1554
+ "name": "string"
1555
+ }
1556
+ },
1557
+ {
1558
+ "id": 75,
1559
+ "name": "schema",
1560
+ "kind": 1024,
1561
+ "kindString": "Property",
1562
+ "flags": {},
1563
+ "sources": [
1564
+ {
1565
+ "fileName": "plugins/packages/payload/packages/schema/dist/types/Payload.d.ts",
1566
+ "line": 11,
1567
+ "character": 4
1568
+ }
1569
+ ],
1570
+ "type": {
1571
+ "type": "literal",
1572
+ "value": "network.xyo.schema"
1573
+ }
1574
+ }
1575
+ ],
1576
+ "groups": [
1577
+ {
1578
+ "title": "Properties",
1579
+ "children": [
1580
+ 68,
1581
+ 73,
1582
+ 74,
1583
+ 75
1584
+ ]
1585
+ }
1586
+ ],
1587
+ "sources": [
1588
+ {
1589
+ "fileName": "plugins/packages/payload/packages/schema/dist/types/Payload.d.ts",
1590
+ "line": 3,
1591
+ "character": 39
1592
+ }
1593
+ ]
1594
+ }
1595
+ }
1596
+ ]
1597
+ }
1598
+ ],
1599
+ "name": "NarrowPayload"
1600
+ }
1601
+ }
1602
+ ],
1603
+ "groups": [
1604
+ {
1605
+ "title": "Properties",
1606
+ "children": [
1607
+ 46,
1608
+ 43,
1609
+ 66
1610
+ ]
1611
+ }
1612
+ ],
1613
+ "sources": [
1614
+ {
1615
+ "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
1616
+ "line": 14,
1617
+ "character": 17,
1618
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L14"
1619
+ }
1620
+ ]
1621
+ },
1622
+ {
1623
+ "id": 37,
1624
+ "name": "NarrowPayload",
1625
+ "kind": 4194304,
1626
+ "kindString": "Type alias",
1627
+ "flags": {},
1628
+ "comment": {
1629
+ "summary": [
1630
+ {
1631
+ "kind": "text",
1632
+ "text": "Used in conjunction with schema validation to support compile time type assertion\nfor known schema types."
1633
+ }
1634
+ ]
1635
+ },
1636
+ "sources": [
1637
+ {
1638
+ "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
1639
+ "line": 9,
1640
+ "character": 12,
1641
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L9"
1642
+ }
1643
+ ],
1644
+ "typeParameters": [
1645
+ {
1646
+ "id": 41,
1647
+ "name": "T",
1648
+ "kind": 131072,
1649
+ "kindString": "Type parameter",
1650
+ "flags": {},
1651
+ "type": {
1652
+ "type": "reference",
1653
+ "name": "Payload"
1654
+ },
1655
+ "default": {
1656
+ "type": "reference",
1657
+ "name": "Payload"
1658
+ }
1659
+ }
1660
+ ],
1661
+ "type": {
1662
+ "type": "union",
1663
+ "types": [
1664
+ {
1665
+ "type": "reflection",
1666
+ "declaration": {
1667
+ "id": 38,
1668
+ "name": "__type",
1669
+ "kind": 65536,
1670
+ "kindString": "Type literal",
1671
+ "flags": {},
1672
+ "sources": [
1673
+ {
1674
+ "fileName": "sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts",
1675
+ "line": 9,
1676
+ "character": 58,
1677
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaNameToValidatorMap.ts#L9"
1678
+ }
1679
+ ],
1680
+ "signatures": [
1681
+ {
1682
+ "id": 39,
1683
+ "name": "__type",
1684
+ "kind": 4096,
1685
+ "kindString": "Call signature",
1686
+ "flags": {},
1687
+ "parameters": [
1688
+ {
1689
+ "id": 40,
1690
+ "name": "x",
1691
+ "kind": 32768,
1692
+ "kindString": "Parameter",
1693
+ "flags": {},
1694
+ "type": {
1695
+ "type": "reference",
1696
+ "name": "Payload"
1697
+ }
1698
+ }
1699
+ ],
1700
+ "type": {
1701
+ "type": "predicate",
1702
+ "name": "x",
1703
+ "asserts": false,
1704
+ "targetType": {
1705
+ "type": "reference",
1706
+ "id": 41,
1707
+ "name": "T"
1708
+ }
1709
+ }
1710
+ }
1711
+ ]
1712
+ }
1713
+ },
1714
+ {
1715
+ "type": "intrinsic",
1716
+ "name": "undefined"
1717
+ }
1718
+ ]
1719
+ }
1720
+ },
1721
+ {
1722
+ "id": 1,
1723
+ "name": "SchemaCacheEntry",
1724
+ "kind": 4194304,
1725
+ "kindString": "Type alias",
1726
+ "flags": {},
1727
+ "sources": [
1728
+ {
1729
+ "fileName": "sdk/packages/schema-cache/src/SchemaCache.ts",
1730
+ "line": 16,
1731
+ "character": 12,
1732
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/SchemaCache.ts#L16"
1733
+ }
1734
+ ],
1735
+ "type": {
1736
+ "type": "reference",
1737
+ "typeArguments": [
1738
+ {
1739
+ "type": "reference",
1740
+ "name": "XyoSchemaPayload"
1741
+ }
1742
+ ],
1743
+ "name": "FetchedPayload"
1744
+ }
1745
+ }
1746
+ ],
1747
+ "groups": [
1748
+ {
1749
+ "title": "Classes",
1750
+ "children": [
1751
+ 2
1752
+ ]
1753
+ },
1754
+ {
1755
+ "title": "Interfaces",
1756
+ "children": [
1757
+ 42
1758
+ ]
1759
+ },
1760
+ {
1761
+ "title": "Type Aliases",
1762
+ "children": [
1763
+ 37,
1764
+ 1
1765
+ ]
1766
+ }
1767
+ ],
1768
+ "sources": [
1769
+ {
1770
+ "fileName": "sdk/packages/schema-cache/src/index.ts",
1771
+ "line": 1,
1772
+ "character": 0,
1773
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/blob/357481065840/packages/sdk/packages/schema-cache/src/index.ts#L1"
1774
+ }
1775
+ ]
1776
+ }