@xyo-network/react-schema 2.60.0-rc.3 → 2.60.0

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 (2) hide show
  1. package/dist/docs.json +2185 -0
  2. package/package.json +17 -18
package/dist/docs.json ADDED
@@ -0,0 +1,2185 @@
1
+ {
2
+ "id": 0,
3
+ "name": "@xyo-network/react-schema",
4
+ "variant": "project",
5
+ "kind": 1,
6
+ "flags": {},
7
+ "children": [
8
+ {
9
+ "id": 27,
10
+ "name": "SchemaContextState",
11
+ "variant": "declaration",
12
+ "kind": 256,
13
+ "flags": {},
14
+ "children": [
15
+ {
16
+ "id": 32,
17
+ "name": "provided",
18
+ "variant": "declaration",
19
+ "kind": 1024,
20
+ "flags": {},
21
+ "sources": [
22
+ {
23
+ "fileName": "packages/sdk/packages/shared/dist/types/contexts/contextEx/State.d.ts",
24
+ "line": 2,
25
+ "character": 4
26
+ }
27
+ ],
28
+ "type": {
29
+ "type": "intrinsic",
30
+ "name": "boolean"
31
+ },
32
+ "inheritedFrom": {
33
+ "type": "reference",
34
+ "target": -1,
35
+ "name": "ContextExState.provided"
36
+ }
37
+ },
38
+ {
39
+ "id": 28,
40
+ "name": "schema",
41
+ "variant": "declaration",
42
+ "kind": 1024,
43
+ "flags": {
44
+ "isOptional": true
45
+ },
46
+ "comment": {
47
+ "summary": [],
48
+ "blockTags": [
49
+ {
50
+ "tag": "@field",
51
+ "content": [
52
+ {
53
+ "kind": "text",
54
+ "text": "The currently selected XYO Schema"
55
+ }
56
+ ]
57
+ }
58
+ ]
59
+ },
60
+ "sources": [
61
+ {
62
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
63
+ "line": 6,
64
+ "character": 2,
65
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L6"
66
+ }
67
+ ],
68
+ "type": {
69
+ "type": "intrinsic",
70
+ "name": "string"
71
+ }
72
+ },
73
+ {
74
+ "id": 29,
75
+ "name": "schemaList",
76
+ "variant": "declaration",
77
+ "kind": 1024,
78
+ "flags": {
79
+ "isOptional": true
80
+ },
81
+ "comment": {
82
+ "summary": [],
83
+ "blockTags": [
84
+ {
85
+ "tag": "@field",
86
+ "content": [
87
+ {
88
+ "kind": "text",
89
+ "text": "The list of known available schema"
90
+ }
91
+ ]
92
+ }
93
+ ]
94
+ },
95
+ "sources": [
96
+ {
97
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
98
+ "line": 8,
99
+ "character": 2,
100
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L8"
101
+ }
102
+ ],
103
+ "type": {
104
+ "type": "array",
105
+ "elementType": {
106
+ "type": "intrinsic",
107
+ "name": "string"
108
+ }
109
+ }
110
+ },
111
+ {
112
+ "id": 30,
113
+ "name": "setSchema",
114
+ "variant": "declaration",
115
+ "kind": 1024,
116
+ "flags": {
117
+ "isOptional": true
118
+ },
119
+ "comment": {
120
+ "summary": [],
121
+ "blockTags": [
122
+ {
123
+ "tag": "@field",
124
+ "content": [
125
+ {
126
+ "kind": "text",
127
+ "text": "Function to set the selected Schema"
128
+ }
129
+ ]
130
+ }
131
+ ]
132
+ },
133
+ "sources": [
134
+ {
135
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
136
+ "line": 10,
137
+ "character": 2,
138
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L10"
139
+ }
140
+ ],
141
+ "type": {
142
+ "type": "reference",
143
+ "target": {
144
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
145
+ "qualifiedName": "React.Dispatch"
146
+ },
147
+ "typeArguments": [
148
+ {
149
+ "type": "intrinsic",
150
+ "name": "string"
151
+ }
152
+ ],
153
+ "name": "Dispatch",
154
+ "package": "@types/react",
155
+ "qualifiedName": "React.Dispatch"
156
+ }
157
+ },
158
+ {
159
+ "id": 31,
160
+ "name": "setSchemaList",
161
+ "variant": "declaration",
162
+ "kind": 1024,
163
+ "flags": {
164
+ "isOptional": true
165
+ },
166
+ "comment": {
167
+ "summary": [],
168
+ "blockTags": [
169
+ {
170
+ "tag": "@field",
171
+ "content": [
172
+ {
173
+ "kind": "text",
174
+ "text": "Function to set the list of known available schema"
175
+ }
176
+ ]
177
+ }
178
+ ]
179
+ },
180
+ "sources": [
181
+ {
182
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
183
+ "line": 12,
184
+ "character": 2,
185
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L12"
186
+ }
187
+ ],
188
+ "type": {
189
+ "type": "reference",
190
+ "target": {
191
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
192
+ "qualifiedName": "React.Dispatch"
193
+ },
194
+ "typeArguments": [
195
+ {
196
+ "type": "array",
197
+ "elementType": {
198
+ "type": "intrinsic",
199
+ "name": "string"
200
+ }
201
+ }
202
+ ],
203
+ "name": "Dispatch",
204
+ "package": "@types/react",
205
+ "qualifiedName": "React.Dispatch"
206
+ }
207
+ }
208
+ ],
209
+ "groups": [
210
+ {
211
+ "title": "Properties",
212
+ "children": [
213
+ 32,
214
+ 28,
215
+ 29,
216
+ 30,
217
+ 31
218
+ ]
219
+ }
220
+ ],
221
+ "sources": [
222
+ {
223
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
224
+ "line": 4,
225
+ "character": 17,
226
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L4"
227
+ }
228
+ ],
229
+ "extendedTypes": [
230
+ {
231
+ "type": "reference",
232
+ "target": {
233
+ "sourceFileName": "../shared/src/contexts/contextEx/State.ts",
234
+ "qualifiedName": "ContextExState"
235
+ },
236
+ "name": "ContextExState",
237
+ "package": "@xyo-network/react-shared"
238
+ }
239
+ ]
240
+ },
241
+ {
242
+ "id": 20,
243
+ "name": "SchemaProviderProps",
244
+ "variant": "declaration",
245
+ "kind": 256,
246
+ "flags": {},
247
+ "children": [
248
+ {
249
+ "id": 21,
250
+ "name": "defaultSchema",
251
+ "variant": "declaration",
252
+ "kind": 1024,
253
+ "flags": {
254
+ "isOptional": true
255
+ },
256
+ "sources": [
257
+ {
258
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
259
+ "line": 2,
260
+ "character": 2,
261
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L2"
262
+ }
263
+ ],
264
+ "type": {
265
+ "type": "intrinsic",
266
+ "name": "string"
267
+ }
268
+ },
269
+ {
270
+ "id": 22,
271
+ "name": "knownSchemaList",
272
+ "variant": "declaration",
273
+ "kind": 1024,
274
+ "flags": {
275
+ "isOptional": true
276
+ },
277
+ "sources": [
278
+ {
279
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
280
+ "line": 3,
281
+ "character": 2,
282
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L3"
283
+ }
284
+ ],
285
+ "type": {
286
+ "type": "array",
287
+ "elementType": {
288
+ "type": "intrinsic",
289
+ "name": "string"
290
+ }
291
+ }
292
+ }
293
+ ],
294
+ "groups": [
295
+ {
296
+ "title": "Properties",
297
+ "children": [
298
+ 21,
299
+ 22
300
+ ]
301
+ }
302
+ ],
303
+ "sources": [
304
+ {
305
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
306
+ "line": 1,
307
+ "character": 17,
308
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L1"
309
+ }
310
+ ]
311
+ },
312
+ {
313
+ "id": 49,
314
+ "name": "SchemaList",
315
+ "variant": "declaration",
316
+ "kind": 4194304,
317
+ "flags": {},
318
+ "sources": [
319
+ {
320
+ "fileName": "packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx",
321
+ "line": 6,
322
+ "character": 12,
323
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx#L6"
324
+ }
325
+ ],
326
+ "type": {
327
+ "type": "reflection",
328
+ "declaration": {
329
+ "id": 50,
330
+ "name": "__type",
331
+ "variant": "declaration",
332
+ "kind": 65536,
333
+ "flags": {},
334
+ "children": [
335
+ {
336
+ "id": 51,
337
+ "name": "name",
338
+ "variant": "declaration",
339
+ "kind": 1024,
340
+ "flags": {},
341
+ "sources": [
342
+ {
343
+ "fileName": "packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx",
344
+ "line": 6,
345
+ "character": 27,
346
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx#L6"
347
+ }
348
+ ],
349
+ "type": {
350
+ "type": "intrinsic",
351
+ "name": "string"
352
+ }
353
+ }
354
+ ],
355
+ "groups": [
356
+ {
357
+ "title": "Properties",
358
+ "children": [
359
+ 51
360
+ ]
361
+ }
362
+ ],
363
+ "sources": [
364
+ {
365
+ "fileName": "packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx",
366
+ "line": 6,
367
+ "character": 25,
368
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx#L6"
369
+ }
370
+ ]
371
+ }
372
+ }
373
+ },
374
+ {
375
+ "id": 1,
376
+ "name": "SchemaPropertyProps",
377
+ "variant": "declaration",
378
+ "kind": 4194304,
379
+ "flags": {},
380
+ "sources": [
381
+ {
382
+ "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
383
+ "line": 12,
384
+ "character": 12,
385
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L12"
386
+ }
387
+ ],
388
+ "type": {
389
+ "type": "intersection",
390
+ "types": [
391
+ {
392
+ "type": "reference",
393
+ "target": {
394
+ "sourceFileName": "../property/src/components/Props.tsx",
395
+ "qualifiedName": "PropertyProps"
396
+ },
397
+ "name": "PropertyProps",
398
+ "package": "@xyo-network/react-property"
399
+ },
400
+ {
401
+ "type": "reflection",
402
+ "declaration": {
403
+ "id": 2,
404
+ "name": "__type",
405
+ "variant": "declaration",
406
+ "kind": 65536,
407
+ "flags": {},
408
+ "children": [
409
+ {
410
+ "id": 3,
411
+ "name": "showLinkNames",
412
+ "variant": "declaration",
413
+ "kind": 1024,
414
+ "flags": {
415
+ "isOptional": true
416
+ },
417
+ "sources": [
418
+ {
419
+ "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
420
+ "line": 13,
421
+ "character": 2,
422
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L13"
423
+ }
424
+ ],
425
+ "type": {
426
+ "type": "intrinsic",
427
+ "name": "boolean"
428
+ }
429
+ },
430
+ {
431
+ "id": 4,
432
+ "name": "showOpenNewWindowLink",
433
+ "variant": "declaration",
434
+ "kind": 1024,
435
+ "flags": {
436
+ "isOptional": true
437
+ },
438
+ "sources": [
439
+ {
440
+ "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
441
+ "line": 14,
442
+ "character": 2,
443
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L14"
444
+ }
445
+ ],
446
+ "type": {
447
+ "type": "intrinsic",
448
+ "name": "boolean"
449
+ }
450
+ },
451
+ {
452
+ "id": 5,
453
+ "name": "showStatusIcon",
454
+ "variant": "declaration",
455
+ "kind": 1024,
456
+ "flags": {
457
+ "isOptional": true
458
+ },
459
+ "sources": [
460
+ {
461
+ "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
462
+ "line": 15,
463
+ "character": 2,
464
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L15"
465
+ }
466
+ ],
467
+ "type": {
468
+ "type": "intrinsic",
469
+ "name": "boolean"
470
+ }
471
+ },
472
+ {
473
+ "id": 6,
474
+ "name": "value",
475
+ "variant": "declaration",
476
+ "kind": 1024,
477
+ "flags": {
478
+ "isOptional": true
479
+ },
480
+ "sources": [
481
+ {
482
+ "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
483
+ "line": 16,
484
+ "character": 2,
485
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L16"
486
+ }
487
+ ],
488
+ "type": {
489
+ "type": "intrinsic",
490
+ "name": "string"
491
+ }
492
+ }
493
+ ],
494
+ "groups": [
495
+ {
496
+ "title": "Properties",
497
+ "children": [
498
+ 3,
499
+ 4,
500
+ 5,
501
+ 6
502
+ ]
503
+ }
504
+ ],
505
+ "sources": [
506
+ {
507
+ "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
508
+ "line": 12,
509
+ "character": 50,
510
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L12"
511
+ }
512
+ ]
513
+ }
514
+ }
515
+ ]
516
+ }
517
+ },
518
+ {
519
+ "id": 10,
520
+ "name": "SchemaSelectExProps",
521
+ "variant": "declaration",
522
+ "kind": 4194304,
523
+ "flags": {},
524
+ "sources": [
525
+ {
526
+ "fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
527
+ "line": 6,
528
+ "character": 12,
529
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L6"
530
+ }
531
+ ],
532
+ "type": {
533
+ "type": "reference",
534
+ "target": {
535
+ "sourceFileName": "../../../../node_modules/@xylabs/react-select/src/components/SelectEx.tsx",
536
+ "qualifiedName": "SelectExProps"
537
+ },
538
+ "typeArguments": [
539
+ {
540
+ "type": "intrinsic",
541
+ "name": "string"
542
+ }
543
+ ],
544
+ "name": "SelectExProps",
545
+ "package": "@xylabs/react-select"
546
+ }
547
+ },
548
+ {
549
+ "id": 15,
550
+ "name": "SchemaContext",
551
+ "variant": "declaration",
552
+ "kind": 32,
553
+ "flags": {
554
+ "isConst": true
555
+ },
556
+ "sources": [
557
+ {
558
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Context.ts",
559
+ "line": 5,
560
+ "character": 13,
561
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/Context.ts#L5"
562
+ }
563
+ ],
564
+ "type": {
565
+ "type": "reference",
566
+ "target": {
567
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
568
+ "qualifiedName": "React.Context"
569
+ },
570
+ "typeArguments": [
571
+ {
572
+ "type": "intersection",
573
+ "types": [
574
+ {
575
+ "type": "reference",
576
+ "target": 27,
577
+ "name": "SchemaContextState",
578
+ "package": "@xyo-network/react-schema"
579
+ },
580
+ {
581
+ "type": "reference",
582
+ "target": {
583
+ "sourceFileName": "../shared/src/contexts/contextEx/State.ts",
584
+ "qualifiedName": "ContextExState"
585
+ },
586
+ "name": "ContextExState",
587
+ "package": "@xyo-network/react-shared"
588
+ }
589
+ ]
590
+ }
591
+ ],
592
+ "name": "Context",
593
+ "package": "@types/react",
594
+ "qualifiedName": "React.Context"
595
+ },
596
+ "defaultValue": "..."
597
+ },
598
+ {
599
+ "id": 16,
600
+ "name": "SchemaMemoryProvider",
601
+ "variant": "declaration",
602
+ "kind": 64,
603
+ "flags": {},
604
+ "sources": [
605
+ {
606
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx",
607
+ "line": 9,
608
+ "character": 13,
609
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx#L9"
610
+ }
611
+ ],
612
+ "signatures": [
613
+ {
614
+ "id": 17,
615
+ "name": "SchemaMemoryProvider",
616
+ "variant": "signature",
617
+ "kind": 4096,
618
+ "flags": {},
619
+ "sources": [
620
+ {
621
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
622
+ "line": 525,
623
+ "character": 8
624
+ }
625
+ ],
626
+ "parameters": [
627
+ {
628
+ "id": 18,
629
+ "name": "props",
630
+ "variant": "param",
631
+ "kind": 32768,
632
+ "flags": {},
633
+ "type": {
634
+ "type": "reference",
635
+ "target": {
636
+ "sourceFileName": "../../../../node_modules/@xylabs/react-shared/src/WithChildren.ts",
637
+ "qualifiedName": "WithChildren"
638
+ },
639
+ "typeArguments": [
640
+ {
641
+ "type": "reference",
642
+ "target": 20,
643
+ "name": "SchemaProviderProps",
644
+ "package": "@xyo-network/react-schema"
645
+ }
646
+ ],
647
+ "name": "WithChildren",
648
+ "package": "@xylabs/react-shared"
649
+ }
650
+ },
651
+ {
652
+ "id": 19,
653
+ "name": "context",
654
+ "variant": "param",
655
+ "kind": 32768,
656
+ "flags": {
657
+ "isOptional": true
658
+ },
659
+ "type": {
660
+ "type": "intrinsic",
661
+ "name": "any"
662
+ }
663
+ }
664
+ ],
665
+ "type": {
666
+ "type": "union",
667
+ "types": [
668
+ {
669
+ "type": "literal",
670
+ "value": null
671
+ },
672
+ {
673
+ "type": "reference",
674
+ "target": {
675
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
676
+ "qualifiedName": "React.ReactElement"
677
+ },
678
+ "typeArguments": [
679
+ {
680
+ "type": "intrinsic",
681
+ "name": "any"
682
+ },
683
+ {
684
+ "type": "intrinsic",
685
+ "name": "any"
686
+ }
687
+ ],
688
+ "name": "ReactElement",
689
+ "package": "@types/react",
690
+ "qualifiedName": "React.ReactElement"
691
+ }
692
+ ]
693
+ }
694
+ }
695
+ ]
696
+ },
697
+ {
698
+ "id": 7,
699
+ "name": "SchemaProperty",
700
+ "variant": "declaration",
701
+ "kind": 64,
702
+ "flags": {},
703
+ "sources": [
704
+ {
705
+ "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
706
+ "line": 36,
707
+ "character": 13,
708
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L36"
709
+ }
710
+ ],
711
+ "signatures": [
712
+ {
713
+ "id": 8,
714
+ "name": "SchemaProperty",
715
+ "variant": "signature",
716
+ "kind": 4096,
717
+ "flags": {},
718
+ "comment": {
719
+ "summary": [
720
+ {
721
+ "kind": "text",
722
+ "text": "**NOTE**: Exotic components are not callable."
723
+ }
724
+ ]
725
+ },
726
+ "sources": [
727
+ {
728
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
729
+ "line": 355,
730
+ "character": 8
731
+ }
732
+ ],
733
+ "parameters": [
734
+ {
735
+ "id": 9,
736
+ "name": "props",
737
+ "variant": "param",
738
+ "kind": 32768,
739
+ "flags": {},
740
+ "type": {
741
+ "type": "intrinsic",
742
+ "name": "Object"
743
+ }
744
+ }
745
+ ],
746
+ "type": {
747
+ "type": "union",
748
+ "types": [
749
+ {
750
+ "type": "literal",
751
+ "value": null
752
+ },
753
+ {
754
+ "type": "reference",
755
+ "target": {
756
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
757
+ "qualifiedName": "React.ReactElement"
758
+ },
759
+ "typeArguments": [
760
+ {
761
+ "type": "intrinsic",
762
+ "name": "any"
763
+ },
764
+ {
765
+ "type": "union",
766
+ "types": [
767
+ {
768
+ "type": "intrinsic",
769
+ "name": "string"
770
+ },
771
+ {
772
+ "type": "reference",
773
+ "target": {
774
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
775
+ "qualifiedName": "React.JSXElementConstructor"
776
+ },
777
+ "typeArguments": [
778
+ {
779
+ "type": "intrinsic",
780
+ "name": "any"
781
+ }
782
+ ],
783
+ "name": "JSXElementConstructor",
784
+ "package": "@types/react",
785
+ "qualifiedName": "React.JSXElementConstructor"
786
+ }
787
+ ]
788
+ }
789
+ ],
790
+ "name": "ReactElement",
791
+ "package": "@types/react",
792
+ "qualifiedName": "React.ReactElement"
793
+ }
794
+ ]
795
+ }
796
+ }
797
+ ]
798
+ },
799
+ {
800
+ "id": 23,
801
+ "name": "SchemaRouteProvider",
802
+ "variant": "declaration",
803
+ "kind": 64,
804
+ "flags": {},
805
+ "sources": [
806
+ {
807
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx",
808
+ "line": 56,
809
+ "character": 13,
810
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx#L56"
811
+ }
812
+ ],
813
+ "signatures": [
814
+ {
815
+ "id": 24,
816
+ "name": "SchemaRouteProvider",
817
+ "variant": "signature",
818
+ "kind": 4096,
819
+ "flags": {},
820
+ "sources": [
821
+ {
822
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
823
+ "line": 525,
824
+ "character": 8
825
+ }
826
+ ],
827
+ "parameters": [
828
+ {
829
+ "id": 25,
830
+ "name": "props",
831
+ "variant": "param",
832
+ "kind": 32768,
833
+ "flags": {},
834
+ "type": {
835
+ "type": "reference",
836
+ "target": {
837
+ "sourceFileName": "../../../../node_modules/@xylabs/react-shared/src/WithChildren.ts",
838
+ "qualifiedName": "WithChildren"
839
+ },
840
+ "typeArguments": [
841
+ {
842
+ "type": "reference",
843
+ "target": 20,
844
+ "name": "SchemaProviderProps",
845
+ "package": "@xyo-network/react-schema"
846
+ }
847
+ ],
848
+ "name": "WithChildren",
849
+ "package": "@xylabs/react-shared"
850
+ }
851
+ },
852
+ {
853
+ "id": 26,
854
+ "name": "context",
855
+ "variant": "param",
856
+ "kind": 32768,
857
+ "flags": {
858
+ "isOptional": true
859
+ },
860
+ "type": {
861
+ "type": "intrinsic",
862
+ "name": "any"
863
+ }
864
+ }
865
+ ],
866
+ "type": {
867
+ "type": "union",
868
+ "types": [
869
+ {
870
+ "type": "literal",
871
+ "value": null
872
+ },
873
+ {
874
+ "type": "reference",
875
+ "target": {
876
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
877
+ "qualifiedName": "React.ReactElement"
878
+ },
879
+ "typeArguments": [
880
+ {
881
+ "type": "intrinsic",
882
+ "name": "any"
883
+ },
884
+ {
885
+ "type": "intrinsic",
886
+ "name": "any"
887
+ }
888
+ ],
889
+ "name": "ReactElement",
890
+ "package": "@types/react",
891
+ "qualifiedName": "React.ReactElement"
892
+ }
893
+ ]
894
+ }
895
+ }
896
+ ]
897
+ },
898
+ {
899
+ "id": 11,
900
+ "name": "SchemaSelectEx",
901
+ "variant": "declaration",
902
+ "kind": 64,
903
+ "flags": {},
904
+ "sources": [
905
+ {
906
+ "fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
907
+ "line": 8,
908
+ "character": 13,
909
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L8"
910
+ }
911
+ ],
912
+ "signatures": [
913
+ {
914
+ "id": 12,
915
+ "name": "SchemaSelectEx",
916
+ "variant": "signature",
917
+ "kind": 4096,
918
+ "flags": {},
919
+ "sources": [
920
+ {
921
+ "fileName": "node_modules/@types/react/ts5.0/index.d.ts",
922
+ "line": 525,
923
+ "character": 8
924
+ }
925
+ ],
926
+ "parameters": [
927
+ {
928
+ "id": 13,
929
+ "name": "props",
930
+ "variant": "param",
931
+ "kind": 32768,
932
+ "flags": {},
933
+ "type": {
934
+ "type": "reference",
935
+ "target": 10,
936
+ "name": "SchemaSelectExProps",
937
+ "package": "@xyo-network/react-schema"
938
+ }
939
+ },
940
+ {
941
+ "id": 14,
942
+ "name": "context",
943
+ "variant": "param",
944
+ "kind": 32768,
945
+ "flags": {
946
+ "isOptional": true
947
+ },
948
+ "type": {
949
+ "type": "intrinsic",
950
+ "name": "any"
951
+ }
952
+ }
953
+ ],
954
+ "type": {
955
+ "type": "union",
956
+ "types": [
957
+ {
958
+ "type": "literal",
959
+ "value": null
960
+ },
961
+ {
962
+ "type": "reference",
963
+ "target": {
964
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
965
+ "qualifiedName": "React.ReactElement"
966
+ },
967
+ "typeArguments": [
968
+ {
969
+ "type": "intrinsic",
970
+ "name": "any"
971
+ },
972
+ {
973
+ "type": "intrinsic",
974
+ "name": "any"
975
+ }
976
+ ],
977
+ "name": "ReactElement",
978
+ "package": "@types/react",
979
+ "qualifiedName": "React.ReactElement"
980
+ }
981
+ ]
982
+ }
983
+ }
984
+ ]
985
+ },
986
+ {
987
+ "id": 36,
988
+ "name": "useGetSchemaPayload",
989
+ "variant": "declaration",
990
+ "kind": 64,
991
+ "flags": {},
992
+ "sources": [
993
+ {
994
+ "fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
995
+ "line": 11,
996
+ "character": 6,
997
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L11"
998
+ }
999
+ ],
1000
+ "signatures": [
1001
+ {
1002
+ "id": 37,
1003
+ "name": "useGetSchemaPayload",
1004
+ "variant": "signature",
1005
+ "kind": 4096,
1006
+ "flags": {},
1007
+ "comment": {
1008
+ "summary": [
1009
+ {
1010
+ "kind": "text",
1011
+ "text": "Gets a Huri and schema payload from a schema string"
1012
+ }
1013
+ ]
1014
+ },
1015
+ "sources": [
1016
+ {
1017
+ "fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
1018
+ "line": 11,
1019
+ "character": 28,
1020
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L11"
1021
+ }
1022
+ ],
1023
+ "parameters": [
1024
+ {
1025
+ "id": 38,
1026
+ "name": "schema",
1027
+ "variant": "param",
1028
+ "kind": 32768,
1029
+ "flags": {
1030
+ "isOptional": true
1031
+ },
1032
+ "type": {
1033
+ "type": "intrinsic",
1034
+ "name": "string"
1035
+ }
1036
+ }
1037
+ ],
1038
+ "type": {
1039
+ "type": "reflection",
1040
+ "declaration": {
1041
+ "id": 39,
1042
+ "name": "__type",
1043
+ "variant": "declaration",
1044
+ "kind": 65536,
1045
+ "flags": {},
1046
+ "children": [
1047
+ {
1048
+ "id": 40,
1049
+ "name": "notFound",
1050
+ "variant": "declaration",
1051
+ "kind": 1024,
1052
+ "flags": {},
1053
+ "sources": [
1054
+ {
1055
+ "fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
1056
+ "line": 46,
1057
+ "character": 4,
1058
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L46"
1059
+ }
1060
+ ],
1061
+ "type": {
1062
+ "type": "intrinsic",
1063
+ "name": "boolean"
1064
+ }
1065
+ },
1066
+ {
1067
+ "id": 41,
1068
+ "name": "schemaHuri",
1069
+ "variant": "declaration",
1070
+ "kind": 1024,
1071
+ "flags": {},
1072
+ "sources": [
1073
+ {
1074
+ "fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
1075
+ "line": 47,
1076
+ "character": 4,
1077
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L47"
1078
+ }
1079
+ ],
1080
+ "type": {
1081
+ "type": "union",
1082
+ "types": [
1083
+ {
1084
+ "type": "intrinsic",
1085
+ "name": "undefined"
1086
+ },
1087
+ {
1088
+ "type": "reference",
1089
+ "target": {
1090
+ "sourceFileName": "../../../../node_modules/@xyo-network/huri/src/Huri.ts",
1091
+ "qualifiedName": "Huri"
1092
+ },
1093
+ "typeArguments": [
1094
+ {
1095
+ "type": "intersection",
1096
+ "types": [
1097
+ {
1098
+ "type": "reference",
1099
+ "target": {
1100
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1101
+ "qualifiedName": "SchemaFields"
1102
+ },
1103
+ "name": "SchemaFields",
1104
+ "package": "@xyo-network/payload-model"
1105
+ },
1106
+ {
1107
+ "type": "reference",
1108
+ "target": {
1109
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1110
+ "qualifiedName": "PayloadFields"
1111
+ },
1112
+ "name": "PayloadFields",
1113
+ "package": "@xyo-network/payload-model"
1114
+ },
1115
+ {
1116
+ "type": "reflection",
1117
+ "declaration": {
1118
+ "id": 42,
1119
+ "name": "__type",
1120
+ "variant": "declaration",
1121
+ "kind": 65536,
1122
+ "flags": {},
1123
+ "sources": [
1124
+ {
1125
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
1126
+ "line": 18,
1127
+ "character": 17
1128
+ }
1129
+ ]
1130
+ }
1131
+ }
1132
+ ]
1133
+ }
1134
+ ],
1135
+ "name": "Huri",
1136
+ "package": "@xyo-network/huri"
1137
+ }
1138
+ ]
1139
+ },
1140
+ "defaultValue": "schemaCacheEntry.huri"
1141
+ },
1142
+ {
1143
+ "id": 43,
1144
+ "name": "schemaPayload",
1145
+ "variant": "declaration",
1146
+ "kind": 1024,
1147
+ "flags": {},
1148
+ "sources": [
1149
+ {
1150
+ "fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
1151
+ "line": 48,
1152
+ "character": 4,
1153
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L48"
1154
+ }
1155
+ ],
1156
+ "type": {
1157
+ "type": "union",
1158
+ "types": [
1159
+ {
1160
+ "type": "intrinsic",
1161
+ "name": "undefined"
1162
+ },
1163
+ {
1164
+ "type": "literal",
1165
+ "value": null
1166
+ },
1167
+ {
1168
+ "type": "intersection",
1169
+ "types": [
1170
+ {
1171
+ "type": "reference",
1172
+ "target": {
1173
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1174
+ "qualifiedName": "SchemaFields"
1175
+ },
1176
+ "name": "SchemaFields",
1177
+ "package": "@xyo-network/payload-model"
1178
+ },
1179
+ {
1180
+ "type": "reference",
1181
+ "target": {
1182
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1183
+ "qualifiedName": "PayloadFields"
1184
+ },
1185
+ "name": "PayloadFields",
1186
+ "package": "@xyo-network/payload-model"
1187
+ },
1188
+ {
1189
+ "type": "reflection",
1190
+ "declaration": {
1191
+ "id": 44,
1192
+ "name": "__type",
1193
+ "variant": "declaration",
1194
+ "kind": 65536,
1195
+ "flags": {},
1196
+ "sources": [
1197
+ {
1198
+ "fileName": "node_modules/@xyo-network/schema-payload-plugin/dist/types/Payload.d.ts",
1199
+ "line": 3,
1200
+ "character": 36
1201
+ }
1202
+ ]
1203
+ }
1204
+ },
1205
+ {
1206
+ "type": "reflection",
1207
+ "declaration": {
1208
+ "id": 45,
1209
+ "name": "__type",
1210
+ "variant": "declaration",
1211
+ "kind": 65536,
1212
+ "flags": {},
1213
+ "sources": [
1214
+ {
1215
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
1216
+ "line": 16,
1217
+ "character": 178
1218
+ }
1219
+ ]
1220
+ }
1221
+ }
1222
+ ]
1223
+ }
1224
+ ]
1225
+ },
1226
+ "defaultValue": "..."
1227
+ },
1228
+ {
1229
+ "id": 46,
1230
+ "name": "xyoError",
1231
+ "variant": "declaration",
1232
+ "kind": 1024,
1233
+ "flags": {},
1234
+ "sources": [
1235
+ {
1236
+ "fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
1237
+ "line": 51,
1238
+ "character": 4,
1239
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L51"
1240
+ }
1241
+ ],
1242
+ "type": {
1243
+ "type": "union",
1244
+ "types": [
1245
+ {
1246
+ "type": "intrinsic",
1247
+ "name": "undefined"
1248
+ },
1249
+ {
1250
+ "type": "intersection",
1251
+ "types": [
1252
+ {
1253
+ "type": "reference",
1254
+ "target": {
1255
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1256
+ "qualifiedName": "SchemaFields"
1257
+ },
1258
+ "name": "SchemaFields",
1259
+ "package": "@xyo-network/payload-model"
1260
+ },
1261
+ {
1262
+ "type": "reference",
1263
+ "target": {
1264
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1265
+ "qualifiedName": "PayloadFields"
1266
+ },
1267
+ "name": "PayloadFields",
1268
+ "package": "@xyo-network/payload-model"
1269
+ },
1270
+ {
1271
+ "type": "reflection",
1272
+ "declaration": {
1273
+ "id": 47,
1274
+ "name": "__type",
1275
+ "variant": "declaration",
1276
+ "kind": 65536,
1277
+ "flags": {},
1278
+ "sources": [
1279
+ {
1280
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Error.d.ts",
1281
+ "line": 4,
1282
+ "character": 34
1283
+ }
1284
+ ]
1285
+ }
1286
+ },
1287
+ {
1288
+ "type": "reflection",
1289
+ "declaration": {
1290
+ "id": 48,
1291
+ "name": "__type",
1292
+ "variant": "declaration",
1293
+ "kind": 65536,
1294
+ "flags": {},
1295
+ "sources": [
1296
+ {
1297
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
1298
+ "line": 16,
1299
+ "character": 178
1300
+ }
1301
+ ]
1302
+ }
1303
+ }
1304
+ ]
1305
+ }
1306
+ ]
1307
+ }
1308
+ }
1309
+ ],
1310
+ "groups": [
1311
+ {
1312
+ "title": "Properties",
1313
+ "children": [
1314
+ 40,
1315
+ 41,
1316
+ 43,
1317
+ 46
1318
+ ]
1319
+ }
1320
+ ],
1321
+ "sources": [
1322
+ {
1323
+ "fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
1324
+ "line": 45,
1325
+ "character": 9,
1326
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L45"
1327
+ }
1328
+ ]
1329
+ }
1330
+ }
1331
+ }
1332
+ ]
1333
+ },
1334
+ {
1335
+ "id": 33,
1336
+ "name": "useSchema",
1337
+ "variant": "declaration",
1338
+ "kind": 64,
1339
+ "flags": {},
1340
+ "sources": [
1341
+ {
1342
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/use.ts",
1343
+ "line": 6,
1344
+ "character": 13,
1345
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/use.ts#L6"
1346
+ }
1347
+ ],
1348
+ "signatures": [
1349
+ {
1350
+ "id": 34,
1351
+ "name": "useSchema",
1352
+ "variant": "signature",
1353
+ "kind": 4096,
1354
+ "flags": {},
1355
+ "sources": [
1356
+ {
1357
+ "fileName": "packages/sdk/packages/schema/src/contexts/Schema/use.ts",
1358
+ "line": 6,
1359
+ "character": 25,
1360
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/contexts/Schema/use.ts#L6"
1361
+ }
1362
+ ],
1363
+ "parameters": [
1364
+ {
1365
+ "id": 35,
1366
+ "name": "required",
1367
+ "variant": "param",
1368
+ "kind": 32768,
1369
+ "flags": {},
1370
+ "type": {
1371
+ "type": "intrinsic",
1372
+ "name": "boolean"
1373
+ },
1374
+ "defaultValue": "false"
1375
+ }
1376
+ ],
1377
+ "type": {
1378
+ "type": "reference",
1379
+ "target": {
1380
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.es5.d.ts",
1381
+ "qualifiedName": "Omit"
1382
+ },
1383
+ "typeArguments": [
1384
+ {
1385
+ "type": "reference",
1386
+ "target": 27,
1387
+ "name": "SchemaContextState",
1388
+ "package": "@xyo-network/react-schema"
1389
+ },
1390
+ {
1391
+ "type": "literal",
1392
+ "value": "provided"
1393
+ }
1394
+ ],
1395
+ "name": "Omit",
1396
+ "package": "typescript"
1397
+ }
1398
+ }
1399
+ ]
1400
+ },
1401
+ {
1402
+ "id": 52,
1403
+ "name": "useSchemaDefinitions",
1404
+ "variant": "declaration",
1405
+ "kind": 64,
1406
+ "flags": {},
1407
+ "sources": [
1408
+ {
1409
+ "fileName": "packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx",
1410
+ "line": 8,
1411
+ "character": 13,
1412
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx#L8"
1413
+ }
1414
+ ],
1415
+ "signatures": [
1416
+ {
1417
+ "id": 53,
1418
+ "name": "useSchemaDefinitions",
1419
+ "variant": "signature",
1420
+ "kind": 4096,
1421
+ "flags": {},
1422
+ "sources": [
1423
+ {
1424
+ "fileName": "packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx",
1425
+ "line": 8,
1426
+ "character": 36,
1427
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx#L8"
1428
+ }
1429
+ ],
1430
+ "parameters": [
1431
+ {
1432
+ "id": 54,
1433
+ "name": "schemaList",
1434
+ "variant": "param",
1435
+ "kind": 32768,
1436
+ "flags": {
1437
+ "isOptional": true
1438
+ },
1439
+ "type": {
1440
+ "type": "array",
1441
+ "elementType": {
1442
+ "type": "reference",
1443
+ "target": 49,
1444
+ "name": "SchemaList",
1445
+ "package": "@xyo-network/react-schema"
1446
+ }
1447
+ }
1448
+ }
1449
+ ],
1450
+ "type": {
1451
+ "type": "union",
1452
+ "types": [
1453
+ {
1454
+ "type": "intrinsic",
1455
+ "name": "undefined"
1456
+ },
1457
+ {
1458
+ "type": "array",
1459
+ "elementType": {
1460
+ "type": "intersection",
1461
+ "types": [
1462
+ {
1463
+ "type": "reference",
1464
+ "target": {
1465
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1466
+ "qualifiedName": "SchemaFields"
1467
+ },
1468
+ "name": "SchemaFields",
1469
+ "package": "@xyo-network/payload-model"
1470
+ },
1471
+ {
1472
+ "type": "reference",
1473
+ "target": {
1474
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1475
+ "qualifiedName": "PayloadFields"
1476
+ },
1477
+ "name": "PayloadFields",
1478
+ "package": "@xyo-network/payload-model"
1479
+ },
1480
+ {
1481
+ "type": "reflection",
1482
+ "declaration": {
1483
+ "id": 55,
1484
+ "name": "__type",
1485
+ "variant": "declaration",
1486
+ "kind": 65536,
1487
+ "flags": {},
1488
+ "sources": [
1489
+ {
1490
+ "fileName": "node_modules/@xyo-network/schema-payload-plugin/dist/types/Payload.d.ts",
1491
+ "line": 3,
1492
+ "character": 36
1493
+ }
1494
+ ]
1495
+ }
1496
+ },
1497
+ {
1498
+ "type": "reflection",
1499
+ "declaration": {
1500
+ "id": 56,
1501
+ "name": "__type",
1502
+ "variant": "declaration",
1503
+ "kind": 65536,
1504
+ "flags": {},
1505
+ "sources": [
1506
+ {
1507
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
1508
+ "line": 16,
1509
+ "character": 178
1510
+ }
1511
+ ]
1512
+ }
1513
+ }
1514
+ ]
1515
+ }
1516
+ }
1517
+ ]
1518
+ }
1519
+ }
1520
+ ]
1521
+ },
1522
+ {
1523
+ "id": 57,
1524
+ "name": "useSchemaList",
1525
+ "variant": "declaration",
1526
+ "kind": 64,
1527
+ "flags": {},
1528
+ "sources": [
1529
+ {
1530
+ "fileName": "packages/sdk/packages/schema/src/hooks/useSchemaList.tsx",
1531
+ "line": 6,
1532
+ "character": 13,
1533
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useSchemaList.tsx#L6"
1534
+ }
1535
+ ],
1536
+ "signatures": [
1537
+ {
1538
+ "id": 58,
1539
+ "name": "useSchemaList",
1540
+ "variant": "signature",
1541
+ "kind": 4096,
1542
+ "flags": {},
1543
+ "sources": [
1544
+ {
1545
+ "fileName": "packages/sdk/packages/schema/src/hooks/useSchemaList.tsx",
1546
+ "line": 6,
1547
+ "character": 29,
1548
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useSchemaList.tsx#L6"
1549
+ }
1550
+ ],
1551
+ "parameters": [
1552
+ {
1553
+ "id": 59,
1554
+ "name": "address",
1555
+ "variant": "param",
1556
+ "kind": 32768,
1557
+ "flags": {
1558
+ "isOptional": true
1559
+ },
1560
+ "type": {
1561
+ "type": "intrinsic",
1562
+ "name": "string"
1563
+ }
1564
+ },
1565
+ {
1566
+ "id": 60,
1567
+ "name": "nameOrAddress",
1568
+ "variant": "param",
1569
+ "kind": 32768,
1570
+ "flags": {},
1571
+ "type": {
1572
+ "type": "intrinsic",
1573
+ "name": "string"
1574
+ },
1575
+ "defaultValue": "'SchemaListDiviner'"
1576
+ }
1577
+ ],
1578
+ "type": {
1579
+ "type": "tuple",
1580
+ "elements": [
1581
+ {
1582
+ "type": "union",
1583
+ "types": [
1584
+ {
1585
+ "type": "intrinsic",
1586
+ "name": "undefined"
1587
+ },
1588
+ {
1589
+ "type": "literal",
1590
+ "value": null
1591
+ },
1592
+ {
1593
+ "type": "intersection",
1594
+ "types": [
1595
+ {
1596
+ "type": "reference",
1597
+ "target": {
1598
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1599
+ "qualifiedName": "SchemaFields"
1600
+ },
1601
+ "name": "SchemaFields",
1602
+ "package": "@xyo-network/payload-model"
1603
+ },
1604
+ {
1605
+ "type": "reference",
1606
+ "target": {
1607
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1608
+ "qualifiedName": "PayloadFields"
1609
+ },
1610
+ "name": "PayloadFields",
1611
+ "package": "@xyo-network/payload-model"
1612
+ },
1613
+ {
1614
+ "type": "reflection",
1615
+ "declaration": {
1616
+ "id": 61,
1617
+ "name": "__type",
1618
+ "variant": "declaration",
1619
+ "kind": 65536,
1620
+ "flags": {},
1621
+ "sources": [
1622
+ {
1623
+ "fileName": "node_modules/@xyo-network/diviner-schema-list-model/dist/types/Payload.d.ts",
1624
+ "line": 3,
1625
+ "character": 40
1626
+ }
1627
+ ]
1628
+ }
1629
+ },
1630
+ {
1631
+ "type": "reflection",
1632
+ "declaration": {
1633
+ "id": 62,
1634
+ "name": "__type",
1635
+ "variant": "declaration",
1636
+ "kind": 65536,
1637
+ "flags": {},
1638
+ "sources": [
1639
+ {
1640
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
1641
+ "line": 16,
1642
+ "character": 178
1643
+ }
1644
+ ]
1645
+ }
1646
+ }
1647
+ ]
1648
+ }
1649
+ ]
1650
+ },
1651
+ {
1652
+ "type": "union",
1653
+ "types": [
1654
+ {
1655
+ "type": "intrinsic",
1656
+ "name": "undefined"
1657
+ },
1658
+ {
1659
+ "type": "reference",
1660
+ "target": {
1661
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.es5.d.ts",
1662
+ "qualifiedName": "Error"
1663
+ },
1664
+ "name": "Error",
1665
+ "package": "typescript"
1666
+ }
1667
+ ]
1668
+ }
1669
+ ]
1670
+ }
1671
+ }
1672
+ ]
1673
+ },
1674
+ {
1675
+ "id": 63,
1676
+ "name": "useSchemaStats",
1677
+ "variant": "declaration",
1678
+ "kind": 64,
1679
+ "flags": {},
1680
+ "sources": [
1681
+ {
1682
+ "fileName": "packages/sdk/packages/schema/src/hooks/useSchemaStats.tsx",
1683
+ "line": 7,
1684
+ "character": 13,
1685
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useSchemaStats.tsx#L7"
1686
+ }
1687
+ ],
1688
+ "signatures": [
1689
+ {
1690
+ "id": 64,
1691
+ "name": "useSchemaStats",
1692
+ "variant": "signature",
1693
+ "kind": 4096,
1694
+ "flags": {},
1695
+ "sources": [
1696
+ {
1697
+ "fileName": "packages/sdk/packages/schema/src/hooks/useSchemaStats.tsx",
1698
+ "line": 7,
1699
+ "character": 30,
1700
+ "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/99a21858e676/packages/sdk/packages/schema/src/hooks/useSchemaStats.tsx#L7"
1701
+ }
1702
+ ],
1703
+ "parameters": [
1704
+ {
1705
+ "id": 65,
1706
+ "name": "statsAddress",
1707
+ "variant": "param",
1708
+ "kind": 32768,
1709
+ "flags": {
1710
+ "isOptional": true
1711
+ },
1712
+ "type": {
1713
+ "type": "intrinsic",
1714
+ "name": "string"
1715
+ }
1716
+ },
1717
+ {
1718
+ "id": 66,
1719
+ "name": "nameOrAddress",
1720
+ "variant": "param",
1721
+ "kind": 32768,
1722
+ "flags": {},
1723
+ "type": {
1724
+ "type": "union",
1725
+ "types": [
1726
+ {
1727
+ "type": "intrinsic",
1728
+ "name": "undefined"
1729
+ },
1730
+ {
1731
+ "type": "intrinsic",
1732
+ "name": "string"
1733
+ }
1734
+ ]
1735
+ },
1736
+ "defaultValue": "TYPES.SchemaStatsDiviner.description"
1737
+ }
1738
+ ],
1739
+ "type": {
1740
+ "type": "tuple",
1741
+ "elements": [
1742
+ {
1743
+ "type": "union",
1744
+ "types": [
1745
+ {
1746
+ "type": "intrinsic",
1747
+ "name": "undefined"
1748
+ },
1749
+ {
1750
+ "type": "array",
1751
+ "elementType": {
1752
+ "type": "intersection",
1753
+ "types": [
1754
+ {
1755
+ "type": "reference",
1756
+ "target": {
1757
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1758
+ "qualifiedName": "SchemaFields"
1759
+ },
1760
+ "name": "SchemaFields",
1761
+ "package": "@xyo-network/payload-model"
1762
+ },
1763
+ {
1764
+ "type": "reference",
1765
+ "target": {
1766
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
1767
+ "qualifiedName": "PayloadFields"
1768
+ },
1769
+ "name": "PayloadFields",
1770
+ "package": "@xyo-network/payload-model"
1771
+ },
1772
+ {
1773
+ "type": "reflection",
1774
+ "declaration": {
1775
+ "id": 67,
1776
+ "name": "__type",
1777
+ "variant": "declaration",
1778
+ "kind": 65536,
1779
+ "flags": {},
1780
+ "sources": [
1781
+ {
1782
+ "fileName": "node_modules/@xyo-network/diviner-schema-stats-model/dist/types/Payload.d.ts",
1783
+ "line": 3,
1784
+ "character": 41
1785
+ }
1786
+ ]
1787
+ }
1788
+ },
1789
+ {
1790
+ "type": "reflection",
1791
+ "declaration": {
1792
+ "id": 68,
1793
+ "name": "__type",
1794
+ "variant": "declaration",
1795
+ "kind": 65536,
1796
+ "flags": {},
1797
+ "sources": [
1798
+ {
1799
+ "fileName": "node_modules/@xyo-network/payload-model/dist/types/Payload.d.ts",
1800
+ "line": 16,
1801
+ "character": 178
1802
+ }
1803
+ ]
1804
+ }
1805
+ }
1806
+ ]
1807
+ }
1808
+ }
1809
+ ]
1810
+ },
1811
+ {
1812
+ "type": "union",
1813
+ "types": [
1814
+ {
1815
+ "type": "intrinsic",
1816
+ "name": "undefined"
1817
+ },
1818
+ {
1819
+ "type": "reference",
1820
+ "target": {
1821
+ "sourceFileName": "../../../../node_modules/typescript/lib/lib.es5.d.ts",
1822
+ "qualifiedName": "Error"
1823
+ },
1824
+ "name": "Error",
1825
+ "package": "typescript"
1826
+ }
1827
+ ]
1828
+ },
1829
+ {
1830
+ "type": "reference",
1831
+ "target": {
1832
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1833
+ "qualifiedName": "React.Dispatch"
1834
+ },
1835
+ "typeArguments": [
1836
+ {
1837
+ "type": "reference",
1838
+ "target": {
1839
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1840
+ "qualifiedName": "React.SetStateAction"
1841
+ },
1842
+ "typeArguments": [
1843
+ {
1844
+ "type": "intrinsic",
1845
+ "name": "number"
1846
+ }
1847
+ ],
1848
+ "name": "SetStateAction",
1849
+ "package": "@types/react",
1850
+ "qualifiedName": "React.SetStateAction"
1851
+ }
1852
+ ],
1853
+ "name": "Dispatch",
1854
+ "package": "@types/react",
1855
+ "qualifiedName": "React.Dispatch"
1856
+ }
1857
+ ]
1858
+ }
1859
+ }
1860
+ ]
1861
+ }
1862
+ ],
1863
+ "groups": [
1864
+ {
1865
+ "title": "Interfaces",
1866
+ "children": [
1867
+ 27,
1868
+ 20
1869
+ ]
1870
+ },
1871
+ {
1872
+ "title": "Type Aliases",
1873
+ "children": [
1874
+ 49,
1875
+ 1,
1876
+ 10
1877
+ ]
1878
+ },
1879
+ {
1880
+ "title": "Variables",
1881
+ "children": [
1882
+ 15
1883
+ ]
1884
+ },
1885
+ {
1886
+ "title": "Functions",
1887
+ "children": [
1888
+ 16,
1889
+ 7,
1890
+ 23,
1891
+ 11,
1892
+ 36,
1893
+ 33,
1894
+ 52,
1895
+ 57,
1896
+ 63
1897
+ ]
1898
+ }
1899
+ ],
1900
+ "packageName": "@xyo-network/react-schema",
1901
+ "readme": [
1902
+ {
1903
+ "kind": "text",
1904
+ "text": "[![logo][]](https://xyo.network)\n\nPart of [@xyo-network/sdk-xyo-react](https://www.npmjs.com/package/@xyo-network/sdk-xyo-react)\n\n## License\n\n> See the [LICENSE](LICENSE) file for license details\n\n## Credits\n\n[Made with 🔥 and ❄️ by XYO](https://xyo.network)\n\n[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png"
1905
+ }
1906
+ ],
1907
+ "symbolIdMap": {
1908
+ "0": {
1909
+ "sourceFileName": "src/index.ts",
1910
+ "qualifiedName": ""
1911
+ },
1912
+ "1": {
1913
+ "sourceFileName": "src/components/Property/SchemaProperty.tsx",
1914
+ "qualifiedName": "SchemaPropertyProps"
1915
+ },
1916
+ "2": {
1917
+ "sourceFileName": "src/components/Property/SchemaProperty.tsx",
1918
+ "qualifiedName": "__type"
1919
+ },
1920
+ "3": {
1921
+ "sourceFileName": "src/components/Property/SchemaProperty.tsx",
1922
+ "qualifiedName": "__type.showLinkNames"
1923
+ },
1924
+ "4": {
1925
+ "sourceFileName": "src/components/Property/SchemaProperty.tsx",
1926
+ "qualifiedName": "__type.showOpenNewWindowLink"
1927
+ },
1928
+ "5": {
1929
+ "sourceFileName": "src/components/Property/SchemaProperty.tsx",
1930
+ "qualifiedName": "__type.showStatusIcon"
1931
+ },
1932
+ "6": {
1933
+ "sourceFileName": "src/components/Property/SchemaProperty.tsx",
1934
+ "qualifiedName": "__type.value"
1935
+ },
1936
+ "7": {
1937
+ "sourceFileName": "src/components/Property/SchemaProperty.tsx",
1938
+ "qualifiedName": "SchemaProperty"
1939
+ },
1940
+ "8": {
1941
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1942
+ "qualifiedName": "SchemaProperty"
1943
+ },
1944
+ "9": {
1945
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1946
+ "qualifiedName": "props"
1947
+ },
1948
+ "10": {
1949
+ "sourceFileName": "src/components/SelectEx/SchemaSelectEx.tsx",
1950
+ "qualifiedName": "SchemaSelectExProps"
1951
+ },
1952
+ "11": {
1953
+ "sourceFileName": "src/components/SelectEx/SchemaSelectEx.tsx",
1954
+ "qualifiedName": "SchemaSelectEx"
1955
+ },
1956
+ "12": {
1957
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1958
+ "qualifiedName": "SchemaSelectEx"
1959
+ },
1960
+ "13": {
1961
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1962
+ "qualifiedName": "props"
1963
+ },
1964
+ "14": {
1965
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1966
+ "qualifiedName": "context"
1967
+ },
1968
+ "15": {
1969
+ "sourceFileName": "src/contexts/Schema/Context.ts",
1970
+ "qualifiedName": "SchemaContext"
1971
+ },
1972
+ "16": {
1973
+ "sourceFileName": "src/contexts/Schema/Provider/Memory.tsx",
1974
+ "qualifiedName": "SchemaMemoryProvider"
1975
+ },
1976
+ "17": {
1977
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1978
+ "qualifiedName": "SchemaMemoryProvider"
1979
+ },
1980
+ "18": {
1981
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1982
+ "qualifiedName": "props"
1983
+ },
1984
+ "19": {
1985
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
1986
+ "qualifiedName": "context"
1987
+ },
1988
+ "20": {
1989
+ "sourceFileName": "src/contexts/Schema/Provider/Props.tsx",
1990
+ "qualifiedName": "SchemaProviderProps"
1991
+ },
1992
+ "21": {
1993
+ "sourceFileName": "src/contexts/Schema/Provider/Props.tsx",
1994
+ "qualifiedName": "SchemaProviderProps.defaultSchema"
1995
+ },
1996
+ "22": {
1997
+ "sourceFileName": "src/contexts/Schema/Provider/Props.tsx",
1998
+ "qualifiedName": "SchemaProviderProps.knownSchemaList"
1999
+ },
2000
+ "23": {
2001
+ "sourceFileName": "src/contexts/Schema/Provider/Route.tsx",
2002
+ "qualifiedName": "SchemaRouteProvider"
2003
+ },
2004
+ "24": {
2005
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
2006
+ "qualifiedName": "SchemaRouteProvider"
2007
+ },
2008
+ "25": {
2009
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
2010
+ "qualifiedName": "props"
2011
+ },
2012
+ "26": {
2013
+ "sourceFileName": "../../../../node_modules/@types/react/ts5.0/index.d.ts",
2014
+ "qualifiedName": "context"
2015
+ },
2016
+ "27": {
2017
+ "sourceFileName": "src/contexts/Schema/State.ts",
2018
+ "qualifiedName": "SchemaContextState"
2019
+ },
2020
+ "28": {
2021
+ "sourceFileName": "src/contexts/Schema/State.ts",
2022
+ "qualifiedName": "SchemaContextState.schema"
2023
+ },
2024
+ "29": {
2025
+ "sourceFileName": "src/contexts/Schema/State.ts",
2026
+ "qualifiedName": "SchemaContextState.schemaList"
2027
+ },
2028
+ "30": {
2029
+ "sourceFileName": "src/contexts/Schema/State.ts",
2030
+ "qualifiedName": "SchemaContextState.setSchema"
2031
+ },
2032
+ "31": {
2033
+ "sourceFileName": "src/contexts/Schema/State.ts",
2034
+ "qualifiedName": "SchemaContextState.setSchemaList"
2035
+ },
2036
+ "32": {
2037
+ "sourceFileName": "../shared/src/contexts/contextEx/State.ts",
2038
+ "qualifiedName": "ContextExState.provided"
2039
+ },
2040
+ "33": {
2041
+ "sourceFileName": "src/contexts/Schema/use.ts",
2042
+ "qualifiedName": "useSchema"
2043
+ },
2044
+ "34": {
2045
+ "sourceFileName": "src/contexts/Schema/use.ts",
2046
+ "qualifiedName": "useSchema"
2047
+ },
2048
+ "35": {
2049
+ "sourceFileName": "src/contexts/Schema/use.ts",
2050
+ "qualifiedName": "required"
2051
+ },
2052
+ "36": {
2053
+ "sourceFileName": "src/hooks/useGetSchema.tsx",
2054
+ "qualifiedName": "useGetSchemaPayload"
2055
+ },
2056
+ "37": {
2057
+ "sourceFileName": "src/hooks/useGetSchema.tsx",
2058
+ "qualifiedName": "useGetSchemaPayload"
2059
+ },
2060
+ "38": {
2061
+ "sourceFileName": "src/hooks/useGetSchema.tsx",
2062
+ "qualifiedName": "schema"
2063
+ },
2064
+ "39": {
2065
+ "sourceFileName": "src/hooks/useGetSchema.tsx",
2066
+ "qualifiedName": "__object"
2067
+ },
2068
+ "40": {
2069
+ "sourceFileName": "src/hooks/useGetSchema.tsx",
2070
+ "qualifiedName": "__object.notFound"
2071
+ },
2072
+ "41": {
2073
+ "sourceFileName": "src/hooks/useGetSchema.tsx",
2074
+ "qualifiedName": "__object.schemaHuri"
2075
+ },
2076
+ "42": {
2077
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
2078
+ "qualifiedName": "__type"
2079
+ },
2080
+ "43": {
2081
+ "sourceFileName": "src/hooks/useGetSchema.tsx",
2082
+ "qualifiedName": "__object.schemaPayload"
2083
+ },
2084
+ "44": {
2085
+ "sourceFileName": "../../../../node_modules/@xyo-network/schema-payload-plugin/src/Payload.ts",
2086
+ "qualifiedName": "__type"
2087
+ },
2088
+ "45": {
2089
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
2090
+ "qualifiedName": "__type"
2091
+ },
2092
+ "46": {
2093
+ "sourceFileName": "src/hooks/useGetSchema.tsx",
2094
+ "qualifiedName": "__object.xyoError"
2095
+ },
2096
+ "47": {
2097
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Error.ts",
2098
+ "qualifiedName": "__type"
2099
+ },
2100
+ "48": {
2101
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
2102
+ "qualifiedName": "__type"
2103
+ },
2104
+ "49": {
2105
+ "sourceFileName": "src/hooks/useSchemaDefinitions.tsx",
2106
+ "qualifiedName": "SchemaList"
2107
+ },
2108
+ "50": {
2109
+ "sourceFileName": "src/hooks/useSchemaDefinitions.tsx",
2110
+ "qualifiedName": "__type"
2111
+ },
2112
+ "51": {
2113
+ "sourceFileName": "src/hooks/useSchemaDefinitions.tsx",
2114
+ "qualifiedName": "__type.name"
2115
+ },
2116
+ "52": {
2117
+ "sourceFileName": "src/hooks/useSchemaDefinitions.tsx",
2118
+ "qualifiedName": "useSchemaDefinitions"
2119
+ },
2120
+ "53": {
2121
+ "sourceFileName": "src/hooks/useSchemaDefinitions.tsx",
2122
+ "qualifiedName": "useSchemaDefinitions"
2123
+ },
2124
+ "54": {
2125
+ "sourceFileName": "src/hooks/useSchemaDefinitions.tsx",
2126
+ "qualifiedName": "schemaList"
2127
+ },
2128
+ "55": {
2129
+ "sourceFileName": "../../../../node_modules/@xyo-network/schema-payload-plugin/src/Payload.ts",
2130
+ "qualifiedName": "__type"
2131
+ },
2132
+ "56": {
2133
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
2134
+ "qualifiedName": "__type"
2135
+ },
2136
+ "57": {
2137
+ "sourceFileName": "src/hooks/useSchemaList.tsx",
2138
+ "qualifiedName": "useSchemaList"
2139
+ },
2140
+ "58": {
2141
+ "sourceFileName": "src/hooks/useSchemaList.tsx",
2142
+ "qualifiedName": "useSchemaList"
2143
+ },
2144
+ "59": {
2145
+ "sourceFileName": "src/hooks/useSchemaList.tsx",
2146
+ "qualifiedName": "address"
2147
+ },
2148
+ "60": {
2149
+ "sourceFileName": "src/hooks/useSchemaList.tsx",
2150
+ "qualifiedName": "nameOrAddress"
2151
+ },
2152
+ "61": {
2153
+ "sourceFileName": "../../../../node_modules/@xyo-network/diviner-schema-list-model/src/Payload.ts",
2154
+ "qualifiedName": "__type"
2155
+ },
2156
+ "62": {
2157
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
2158
+ "qualifiedName": "__type"
2159
+ },
2160
+ "63": {
2161
+ "sourceFileName": "src/hooks/useSchemaStats.tsx",
2162
+ "qualifiedName": "useSchemaStats"
2163
+ },
2164
+ "64": {
2165
+ "sourceFileName": "src/hooks/useSchemaStats.tsx",
2166
+ "qualifiedName": "useSchemaStats"
2167
+ },
2168
+ "65": {
2169
+ "sourceFileName": "src/hooks/useSchemaStats.tsx",
2170
+ "qualifiedName": "statsAddress"
2171
+ },
2172
+ "66": {
2173
+ "sourceFileName": "src/hooks/useSchemaStats.tsx",
2174
+ "qualifiedName": "nameOrAddress"
2175
+ },
2176
+ "67": {
2177
+ "sourceFileName": "../../../../node_modules/@xyo-network/diviner-schema-stats-model/src/Payload.ts",
2178
+ "qualifiedName": "__type"
2179
+ },
2180
+ "68": {
2181
+ "sourceFileName": "../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
2182
+ "qualifiedName": "__type"
2183
+ }
2184
+ }
2185
+ }