@xyo-network/react-schema 2.31.2 → 2.32.0-rc.3

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/package.json +25 -12
  2. package/dist/docs.json +0 -1039
package/package.json CHANGED
@@ -10,30 +10,42 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@emotion/react": "^11.10.0",
14
- "@emotion/styled": "^11.10.0",
13
+ "@emotion/react": "^11.10.4",
14
+ "@emotion/styled": "^11.10.4",
15
15
  "@mui/icons-material": "^5.10.3",
16
16
  "@mui/material": "^5.10.3",
17
17
  "@xylabs/react-common": "^2.14.14",
18
18
  "@xylabs/react-link": "^2.14.14",
19
19
  "@xylabs/react-shared": "^2.14.14",
20
- "@xyo-network/api": "^2.29.0",
21
- "@xyo-network/react-archive": "^2.31.2",
22
- "@xyo-network/react-archivist-api": "^2.31.2",
23
- "@xyo-network/react-property": "^2.31.2",
24
- "@xyo-network/react-shared": "^2.31.2",
25
- "@xyo-network/schema-payload-plugin": "^2.29.0",
26
- "@xyo-network/utils": "^2.29.0",
20
+ "@xyo-network/react-archive": "^2.32.0-rc.3",
21
+ "@xyo-network/react-archivist-api": "^2.32.0-rc.3",
22
+ "@xyo-network/react-property": "^2.32.0-rc.3",
23
+ "@xyo-network/react-shared": "^2.32.0-rc.3",
27
24
  "react": "^18.2.0",
28
25
  "react-dom": "^18.2.0",
29
26
  "react-router-dom": "^6.3.0",
30
27
  "tslib": "^2.4.0"
31
28
  },
29
+ "peerDependencies": {
30
+ "@xyo-network/account": "^2.30.0-rc.3",
31
+ "@xyo-network/api": "^2.30.0-rc.3",
32
+ "@xyo-network/network": "^2.30.0-rc.3",
33
+ "@xyo-network/payload": "^2.30.0-rc.3",
34
+ "@xyo-network/schema-payload-plugin": "^2.30.0-rc.3",
35
+ "@xyo-network/typeof": "^2.30.0-rc.3",
36
+ "@xyo-network/utils": "^2.30.0-rc.3",
37
+ "@xyo-network/wallet": "^2.30.0-rc.3"
38
+ },
32
39
  "description": "Common React library for all XYO projects that use React",
33
40
  "devDependencies": {
34
41
  "@storybook/react": "^6.5.10",
35
- "@xylabs/tsconfig-dom": "^2.5.163",
36
- "@xyo-network/react-storybook": "^2.31.2"
42
+ "@xyo-network/api": "^2.30.0-rc.3",
43
+ "@xyo-network/payload": "^2.30.0-rc.3",
44
+ "@xyo-network/react-storybook": "^2.32.0-rc.3",
45
+ "@xyo-network/schema-payload-plugin": "^2.30.0-rc.3",
46
+ "@xyo-network/utils": "^2.30.0-rc.3",
47
+ "@xyo-network/wallet": "^2.30.0-rc.3",
48
+ "require-from-string": "^2.0.2"
37
49
  },
38
50
  "browser": "dist/esm/index.js",
39
51
  "docs": "dist/docs.json",
@@ -77,5 +89,6 @@
77
89
  },
78
90
  "sideEffects": false,
79
91
  "types": "dist/esm/index.d.ts",
80
- "version": "2.31.2"
92
+ "version": "2.32.0-rc.3",
93
+ "stableVersion": "2.31.2"
81
94
  }
package/dist/docs.json DELETED
@@ -1,1039 +0,0 @@
1
- {
2
- "id": 0,
3
- "name": "@xyo-network/react-schema",
4
- "kind": 1,
5
- "kindString": "Project",
6
- "flags": {},
7
- "originalName": "",
8
- "children": [
9
- {
10
- "id": 33,
11
- "name": "SchemaContextState",
12
- "kind": 256,
13
- "kindString": "Interface",
14
- "flags": {},
15
- "children": [
16
- {
17
- "id": 38,
18
- "name": "provided",
19
- "kind": 1024,
20
- "kindString": "Property",
21
- "flags": {},
22
- "sources": [
23
- {
24
- "fileName": "packages/sdk/packages/shared/dist/esm/contexts/contextEx/State.d.ts",
25
- "line": 2,
26
- "character": 4
27
- }
28
- ],
29
- "type": {
30
- "type": "intrinsic",
31
- "name": "boolean"
32
- },
33
- "inheritedFrom": {
34
- "type": "reference",
35
- "name": "ContextExState.provided"
36
- }
37
- },
38
- {
39
- "id": 34,
40
- "name": "schema",
41
- "kind": 1024,
42
- "kindString": "Property",
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/ec6e69a6/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": 35,
75
- "name": "schemaList",
76
- "kind": 1024,
77
- "kindString": "Property",
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/ec6e69a6/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": 36,
113
- "name": "setSchema",
114
- "kind": 1024,
115
- "kindString": "Property",
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/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L10"
139
- }
140
- ],
141
- "type": {
142
- "type": "reference",
143
- "typeArguments": [
144
- {
145
- "type": "intrinsic",
146
- "name": "string"
147
- }
148
- ],
149
- "name": "Dispatch",
150
- "qualifiedName": "React.Dispatch",
151
- "package": "@types/react"
152
- }
153
- },
154
- {
155
- "id": 37,
156
- "name": "setSchemaList",
157
- "kind": 1024,
158
- "kindString": "Property",
159
- "flags": {
160
- "isOptional": true
161
- },
162
- "comment": {
163
- "summary": [],
164
- "blockTags": [
165
- {
166
- "tag": "@field",
167
- "content": [
168
- {
169
- "kind": "text",
170
- "text": "Function to set the list of known available schema"
171
- }
172
- ]
173
- }
174
- ]
175
- },
176
- "sources": [
177
- {
178
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
179
- "line": 12,
180
- "character": 2,
181
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L12"
182
- }
183
- ],
184
- "type": {
185
- "type": "reference",
186
- "typeArguments": [
187
- {
188
- "type": "array",
189
- "elementType": {
190
- "type": "intrinsic",
191
- "name": "string"
192
- }
193
- }
194
- ],
195
- "name": "Dispatch",
196
- "qualifiedName": "React.Dispatch",
197
- "package": "@types/react"
198
- }
199
- }
200
- ],
201
- "groups": [
202
- {
203
- "title": "Properties",
204
- "children": [
205
- 38,
206
- 34,
207
- 35,
208
- 36,
209
- 37
210
- ]
211
- }
212
- ],
213
- "sources": [
214
- {
215
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
216
- "line": 4,
217
- "character": 17,
218
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L4"
219
- }
220
- ],
221
- "extendedTypes": [
222
- {
223
- "type": "reference",
224
- "name": "ContextExState"
225
- }
226
- ]
227
- },
228
- {
229
- "id": 26,
230
- "name": "SchemaProviderProps",
231
- "kind": 256,
232
- "kindString": "Interface",
233
- "flags": {},
234
- "children": [
235
- {
236
- "id": 27,
237
- "name": "defaultSchema",
238
- "kind": 1024,
239
- "kindString": "Property",
240
- "flags": {
241
- "isOptional": true
242
- },
243
- "sources": [
244
- {
245
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
246
- "line": 2,
247
- "character": 2,
248
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L2"
249
- }
250
- ],
251
- "type": {
252
- "type": "intrinsic",
253
- "name": "string"
254
- }
255
- },
256
- {
257
- "id": 28,
258
- "name": "knownSchemaList",
259
- "kind": 1024,
260
- "kindString": "Property",
261
- "flags": {
262
- "isOptional": true
263
- },
264
- "sources": [
265
- {
266
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
267
- "line": 3,
268
- "character": 2,
269
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L3"
270
- }
271
- ],
272
- "type": {
273
- "type": "array",
274
- "elementType": {
275
- "type": "intrinsic",
276
- "name": "string"
277
- }
278
- }
279
- }
280
- ],
281
- "groups": [
282
- {
283
- "title": "Properties",
284
- "children": [
285
- 27,
286
- 28
287
- ]
288
- }
289
- ],
290
- "sources": [
291
- {
292
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
293
- "line": 1,
294
- "character": 17,
295
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L1"
296
- }
297
- ]
298
- },
299
- {
300
- "id": 1,
301
- "name": "SchemaPropertyProps",
302
- "kind": 4194304,
303
- "kindString": "Type alias",
304
- "flags": {},
305
- "sources": [
306
- {
307
- "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
308
- "line": 11,
309
- "character": 12,
310
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L11"
311
- }
312
- ],
313
- "type": {
314
- "type": "intersection",
315
- "types": [
316
- {
317
- "type": "reference",
318
- "name": "PropertyProps"
319
- },
320
- {
321
- "type": "reflection",
322
- "declaration": {
323
- "id": 2,
324
- "name": "__type",
325
- "kind": 65536,
326
- "kindString": "Type literal",
327
- "flags": {},
328
- "children": [
329
- {
330
- "id": 3,
331
- "name": "value",
332
- "kind": 1024,
333
- "kindString": "Property",
334
- "flags": {
335
- "isOptional": true
336
- },
337
- "sources": [
338
- {
339
- "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
340
- "line": 12,
341
- "character": 2,
342
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L12"
343
- }
344
- ],
345
- "type": {
346
- "type": "intrinsic",
347
- "name": "string"
348
- }
349
- },
350
- {
351
- "id": 4,
352
- "name": "viewSchemaUrl",
353
- "kind": 1024,
354
- "kindString": "Property",
355
- "flags": {
356
- "isOptional": true
357
- },
358
- "sources": [
359
- {
360
- "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
361
- "line": 13,
362
- "character": 2,
363
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L13"
364
- }
365
- ],
366
- "type": {
367
- "type": "intrinsic",
368
- "name": "string"
369
- }
370
- }
371
- ],
372
- "groups": [
373
- {
374
- "title": "Properties",
375
- "children": [
376
- 3,
377
- 4
378
- ]
379
- }
380
- ],
381
- "sources": [
382
- {
383
- "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
384
- "line": 11,
385
- "character": 50,
386
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L11"
387
- }
388
- ]
389
- }
390
- }
391
- ]
392
- }
393
- },
394
- {
395
- "id": 9,
396
- "name": "SchemaSelectExProps",
397
- "kind": 4194304,
398
- "kindString": "Type alias",
399
- "flags": {},
400
- "sources": [
401
- {
402
- "fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
403
- "line": 6,
404
- "character": 12,
405
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L6"
406
- }
407
- ],
408
- "type": {
409
- "type": "reference",
410
- "typeArguments": [
411
- {
412
- "type": "intrinsic",
413
- "name": "string"
414
- }
415
- ],
416
- "name": "SelectExProps",
417
- "qualifiedName": "SelectExProps",
418
- "package": "@xylabs/react-common"
419
- }
420
- },
421
- {
422
- "id": 14,
423
- "name": "SchemaContext",
424
- "kind": 32,
425
- "kindString": "Variable",
426
- "flags": {
427
- "isConst": true
428
- },
429
- "sources": [
430
- {
431
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Context.ts",
432
- "line": 5,
433
- "character": 13,
434
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/Context.ts#L5"
435
- }
436
- ],
437
- "type": {
438
- "type": "reference",
439
- "typeArguments": [
440
- {
441
- "type": "intersection",
442
- "types": [
443
- {
444
- "type": "reference",
445
- "id": 33,
446
- "name": "SchemaContextState"
447
- },
448
- {
449
- "type": "reference",
450
- "name": "ContextExState"
451
- }
452
- ]
453
- }
454
- ],
455
- "name": "Context",
456
- "qualifiedName": "React.Context",
457
- "package": "@types/react"
458
- },
459
- "defaultValue": "..."
460
- },
461
- {
462
- "id": 22,
463
- "name": "SchemaMemoryProvider",
464
- "kind": 64,
465
- "kindString": "Function",
466
- "flags": {},
467
- "sources": [
468
- {
469
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx",
470
- "line": 8,
471
- "character": 13,
472
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx#L8"
473
- }
474
- ],
475
- "signatures": [
476
- {
477
- "id": 23,
478
- "name": "SchemaMemoryProvider",
479
- "kind": 4096,
480
- "kindString": "Call signature",
481
- "flags": {},
482
- "parameters": [
483
- {
484
- "id": 24,
485
- "name": "props",
486
- "kind": 32768,
487
- "kindString": "Parameter",
488
- "flags": {},
489
- "type": {
490
- "type": "reference",
491
- "typeArguments": [
492
- {
493
- "type": "reference",
494
- "id": 26,
495
- "name": "SchemaProviderProps"
496
- }
497
- ],
498
- "name": "WithChildren",
499
- "qualifiedName": "WithChildren",
500
- "package": "@xylabs/react-shared"
501
- }
502
- },
503
- {
504
- "id": 25,
505
- "name": "context",
506
- "kind": 32768,
507
- "kindString": "Parameter",
508
- "flags": {
509
- "isOptional": true
510
- },
511
- "type": {
512
- "type": "intrinsic",
513
- "name": "any"
514
- }
515
- }
516
- ],
517
- "type": {
518
- "type": "union",
519
- "types": [
520
- {
521
- "type": "literal",
522
- "value": null
523
- },
524
- {
525
- "type": "reference",
526
- "typeArguments": [
527
- {
528
- "type": "intrinsic",
529
- "name": "any"
530
- },
531
- {
532
- "type": "intrinsic",
533
- "name": "any"
534
- }
535
- ],
536
- "name": "ReactElement",
537
- "qualifiedName": "React.ReactElement",
538
- "package": "@types/react"
539
- }
540
- ]
541
- }
542
- }
543
- ]
544
- },
545
- {
546
- "id": 5,
547
- "name": "SchemaProperty",
548
- "kind": 64,
549
- "kindString": "Function",
550
- "flags": {},
551
- "sources": [
552
- {
553
- "fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
554
- "line": 33,
555
- "character": 13,
556
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L33"
557
- }
558
- ],
559
- "signatures": [
560
- {
561
- "id": 6,
562
- "name": "SchemaProperty",
563
- "kind": 4096,
564
- "kindString": "Call signature",
565
- "flags": {},
566
- "parameters": [
567
- {
568
- "id": 7,
569
- "name": "props",
570
- "kind": 32768,
571
- "kindString": "Parameter",
572
- "flags": {},
573
- "type": {
574
- "type": "reference",
575
- "id": 1,
576
- "name": "SchemaPropertyProps"
577
- }
578
- },
579
- {
580
- "id": 8,
581
- "name": "context",
582
- "kind": 32768,
583
- "kindString": "Parameter",
584
- "flags": {
585
- "isOptional": true
586
- },
587
- "type": {
588
- "type": "intrinsic",
589
- "name": "any"
590
- }
591
- }
592
- ],
593
- "type": {
594
- "type": "union",
595
- "types": [
596
- {
597
- "type": "literal",
598
- "value": null
599
- },
600
- {
601
- "type": "reference",
602
- "typeArguments": [
603
- {
604
- "type": "intrinsic",
605
- "name": "any"
606
- },
607
- {
608
- "type": "intrinsic",
609
- "name": "any"
610
- }
611
- ],
612
- "name": "ReactElement",
613
- "qualifiedName": "React.ReactElement",
614
- "package": "@types/react"
615
- }
616
- ]
617
- }
618
- }
619
- ]
620
- },
621
- {
622
- "id": 29,
623
- "name": "SchemaRouteProvider",
624
- "kind": 64,
625
- "kindString": "Function",
626
- "flags": {},
627
- "sources": [
628
- {
629
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx",
630
- "line": 56,
631
- "character": 13,
632
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx#L56"
633
- }
634
- ],
635
- "signatures": [
636
- {
637
- "id": 30,
638
- "name": "SchemaRouteProvider",
639
- "kind": 4096,
640
- "kindString": "Call signature",
641
- "flags": {},
642
- "parameters": [
643
- {
644
- "id": 31,
645
- "name": "props",
646
- "kind": 32768,
647
- "kindString": "Parameter",
648
- "flags": {},
649
- "type": {
650
- "type": "reference",
651
- "typeArguments": [
652
- {
653
- "type": "reference",
654
- "id": 26,
655
- "name": "SchemaProviderProps"
656
- }
657
- ],
658
- "name": "WithChildren",
659
- "qualifiedName": "WithChildren",
660
- "package": "@xylabs/react-shared"
661
- }
662
- },
663
- {
664
- "id": 32,
665
- "name": "context",
666
- "kind": 32768,
667
- "kindString": "Parameter",
668
- "flags": {
669
- "isOptional": true
670
- },
671
- "type": {
672
- "type": "intrinsic",
673
- "name": "any"
674
- }
675
- }
676
- ],
677
- "type": {
678
- "type": "union",
679
- "types": [
680
- {
681
- "type": "literal",
682
- "value": null
683
- },
684
- {
685
- "type": "reference",
686
- "typeArguments": [
687
- {
688
- "type": "intrinsic",
689
- "name": "any"
690
- },
691
- {
692
- "type": "intrinsic",
693
- "name": "any"
694
- }
695
- ],
696
- "name": "ReactElement",
697
- "qualifiedName": "React.ReactElement",
698
- "package": "@types/react"
699
- }
700
- ]
701
- }
702
- }
703
- ]
704
- },
705
- {
706
- "id": 10,
707
- "name": "SchemaSelectEx",
708
- "kind": 64,
709
- "kindString": "Function",
710
- "flags": {},
711
- "sources": [
712
- {
713
- "fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
714
- "line": 8,
715
- "character": 13,
716
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L8"
717
- }
718
- ],
719
- "signatures": [
720
- {
721
- "id": 11,
722
- "name": "SchemaSelectEx",
723
- "kind": 4096,
724
- "kindString": "Call signature",
725
- "flags": {},
726
- "parameters": [
727
- {
728
- "id": 12,
729
- "name": "props",
730
- "kind": 32768,
731
- "kindString": "Parameter",
732
- "flags": {},
733
- "type": {
734
- "type": "reference",
735
- "id": 9,
736
- "name": "SchemaSelectExProps"
737
- }
738
- },
739
- {
740
- "id": 13,
741
- "name": "context",
742
- "kind": 32768,
743
- "kindString": "Parameter",
744
- "flags": {
745
- "isOptional": true
746
- },
747
- "type": {
748
- "type": "intrinsic",
749
- "name": "any"
750
- }
751
- }
752
- ],
753
- "type": {
754
- "type": "union",
755
- "types": [
756
- {
757
- "type": "literal",
758
- "value": null
759
- },
760
- {
761
- "type": "reference",
762
- "typeArguments": [
763
- {
764
- "type": "intrinsic",
765
- "name": "any"
766
- },
767
- {
768
- "type": "intrinsic",
769
- "name": "any"
770
- }
771
- ],
772
- "name": "ReactElement",
773
- "qualifiedName": "React.ReactElement",
774
- "package": "@types/react"
775
- }
776
- ]
777
- }
778
- }
779
- ]
780
- },
781
- {
782
- "id": 39,
783
- "name": "useSchema",
784
- "kind": 64,
785
- "kindString": "Function",
786
- "flags": {},
787
- "sources": [
788
- {
789
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/use.ts",
790
- "line": 6,
791
- "character": 13,
792
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/use.ts#L6"
793
- }
794
- ],
795
- "signatures": [
796
- {
797
- "id": 40,
798
- "name": "useSchema",
799
- "kind": 4096,
800
- "kindString": "Call signature",
801
- "flags": {},
802
- "parameters": [
803
- {
804
- "id": 41,
805
- "name": "required",
806
- "kind": 32768,
807
- "kindString": "Parameter",
808
- "flags": {},
809
- "type": {
810
- "type": "intrinsic",
811
- "name": "boolean"
812
- },
813
- "defaultValue": "false"
814
- }
815
- ],
816
- "type": {
817
- "type": "reference",
818
- "typeArguments": [
819
- {
820
- "type": "reference",
821
- "id": 33,
822
- "name": "SchemaContextState"
823
- },
824
- {
825
- "type": "literal",
826
- "value": "provided"
827
- }
828
- ],
829
- "name": "Omit",
830
- "qualifiedName": "Omit",
831
- "package": "typescript"
832
- }
833
- }
834
- ]
835
- },
836
- {
837
- "id": 15,
838
- "name": "useSchemaDefinitions",
839
- "kind": 64,
840
- "kindString": "Function",
841
- "flags": {},
842
- "sources": [
843
- {
844
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaDefinitions.tsx",
845
- "line": 8,
846
- "character": 13,
847
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaDefinitions.tsx#L8"
848
- }
849
- ],
850
- "signatures": [
851
- {
852
- "id": 16,
853
- "name": "useSchemaDefinitions",
854
- "kind": 4096,
855
- "kindString": "Call signature",
856
- "flags": {},
857
- "type": {
858
- "type": "union",
859
- "types": [
860
- {
861
- "type": "intrinsic",
862
- "name": "undefined"
863
- },
864
- {
865
- "type": "array",
866
- "elementType": {
867
- "type": "reference",
868
- "name": "XyoSchemaPayload",
869
- "qualifiedName": "XyoSchemaPayload",
870
- "package": "@xyo-network/schema-payload-plugin"
871
- }
872
- }
873
- ]
874
- }
875
- }
876
- ]
877
- },
878
- {
879
- "id": 17,
880
- "name": "useSchemaList",
881
- "kind": 64,
882
- "kindString": "Function",
883
- "flags": {},
884
- "sources": [
885
- {
886
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaList.tsx",
887
- "line": 6,
888
- "character": 13,
889
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaList.tsx#L6"
890
- }
891
- ],
892
- "signatures": [
893
- {
894
- "id": 18,
895
- "name": "useSchemaList",
896
- "kind": 4096,
897
- "kindString": "Call signature",
898
- "flags": {},
899
- "parameters": [
900
- {
901
- "id": 19,
902
- "name": "knownSchemaList",
903
- "kind": 32768,
904
- "kindString": "Parameter",
905
- "flags": {
906
- "isOptional": true
907
- },
908
- "type": {
909
- "type": "array",
910
- "elementType": {
911
- "type": "intrinsic",
912
- "name": "string"
913
- }
914
- }
915
- }
916
- ],
917
- "type": {
918
- "type": "tuple",
919
- "elements": [
920
- {
921
- "type": "union",
922
- "types": [
923
- {
924
- "type": "intrinsic",
925
- "name": "undefined"
926
- },
927
- {
928
- "type": "array",
929
- "elementType": {
930
- "type": "intrinsic",
931
- "name": "string"
932
- }
933
- }
934
- ]
935
- },
936
- {
937
- "type": "reference",
938
- "typeArguments": [
939
- {
940
- "type": "array",
941
- "elementType": {
942
- "type": "intrinsic",
943
- "name": "string"
944
- }
945
- }
946
- ],
947
- "name": "Dispatch",
948
- "qualifiedName": "React.Dispatch",
949
- "package": "@types/react"
950
- }
951
- ]
952
- }
953
- }
954
- ]
955
- },
956
- {
957
- "id": 20,
958
- "name": "useSchemaStats",
959
- "kind": 64,
960
- "kindString": "Function",
961
- "flags": {},
962
- "sources": [
963
- {
964
- "fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaStats.tsx",
965
- "line": 7,
966
- "character": 13,
967
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaStats.tsx#L7"
968
- }
969
- ],
970
- "signatures": [
971
- {
972
- "id": 21,
973
- "name": "useSchemaStats",
974
- "kind": 4096,
975
- "kindString": "Call signature",
976
- "flags": {},
977
- "type": {
978
- "type": "union",
979
- "types": [
980
- {
981
- "type": "intrinsic",
982
- "name": "undefined"
983
- },
984
- {
985
- "type": "reference",
986
- "name": "XyoArchivistArchivePayloadSchemaStats",
987
- "qualifiedName": "XyoArchivistArchivePayloadSchemaStats",
988
- "package": "@xyo-network/api"
989
- }
990
- ]
991
- }
992
- }
993
- ]
994
- }
995
- ],
996
- "groups": [
997
- {
998
- "title": "Interfaces",
999
- "children": [
1000
- 33,
1001
- 26
1002
- ]
1003
- },
1004
- {
1005
- "title": "Type Aliases",
1006
- "children": [
1007
- 1,
1008
- 9
1009
- ]
1010
- },
1011
- {
1012
- "title": "Variables",
1013
- "children": [
1014
- 14
1015
- ]
1016
- },
1017
- {
1018
- "title": "Functions",
1019
- "children": [
1020
- 22,
1021
- 5,
1022
- 29,
1023
- 10,
1024
- 39,
1025
- 15,
1026
- 17,
1027
- 20
1028
- ]
1029
- }
1030
- ],
1031
- "sources": [
1032
- {
1033
- "fileName": "packages/sdk/packages/schema/src/index.ts",
1034
- "line": 1,
1035
- "character": 0,
1036
- "url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/ec6e69a6/packages/sdk/packages/schema/src/index.ts#L1"
1037
- }
1038
- ]
1039
- }