@xyo-network/react-schema 2.41.14 → 2.41.16
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/cjs/contexts/Schema/Provider/Memory.d.ts +5 -0
- package/dist/cjs/contexts/Schema/Provider/Memory.d.ts.map +1 -0
- package/dist/cjs/contexts/Schema/Provider/Memory.js +22 -0
- package/dist/cjs/contexts/Schema/Provider/Memory.js.map +1 -0
- package/dist/cjs/contexts/Schema/Provider/Props.d.ts +5 -0
- package/dist/cjs/contexts/Schema/Provider/Props.d.ts.map +1 -0
- package/dist/cjs/contexts/Schema/Provider/Props.js +3 -0
- package/dist/cjs/contexts/Schema/Provider/Props.js.map +1 -0
- package/dist/cjs/contexts/Schema/Provider/Route.d.ts +5 -0
- package/dist/cjs/contexts/Schema/Provider/Route.d.ts.map +1 -0
- package/dist/cjs/contexts/Schema/Provider/Route.js +51 -0
- package/dist/cjs/contexts/Schema/Provider/Route.js.map +1 -0
- package/dist/cjs/contexts/Schema/Provider/index.d.ts +4 -0
- package/dist/cjs/contexts/Schema/Provider/index.d.ts.map +1 -0
- package/dist/cjs/contexts/Schema/Provider/index.js +7 -0
- package/dist/cjs/contexts/Schema/Provider/index.js.map +1 -0
- package/dist/cjs/contexts/Schema/index.d.ts +1 -0
- package/dist/cjs/contexts/Schema/index.d.ts.map +1 -1
- package/dist/cjs/contexts/Schema/index.js +1 -0
- package/dist/cjs/contexts/Schema/index.js.map +1 -1
- package/dist/cjs/hooks/index.d.ts +1 -0
- package/dist/cjs/hooks/index.d.ts.map +1 -1
- package/dist/cjs/hooks/index.js +1 -0
- package/dist/cjs/hooks/index.js.map +1 -1
- package/dist/cjs/hooks/useSchemaDefinitions.d.ts +4 -0
- package/dist/cjs/hooks/useSchemaDefinitions.d.ts.map +1 -0
- package/dist/cjs/hooks/useSchemaDefinitions.js +25 -0
- package/dist/cjs/hooks/useSchemaDefinitions.js.map +1 -0
- package/dist/cjs/hooks/useSchemaStats.d.ts +2 -2
- package/dist/cjs/hooks/useSchemaStats.d.ts.map +1 -1
- package/dist/cjs/hooks/useSchemaStats.js +2 -2
- package/dist/cjs/hooks/useSchemaStats.js.map +1 -1
- package/dist/docs.json +449 -88
- package/dist/esm/contexts/Schema/Provider/Memory.d.ts +5 -0
- package/dist/esm/contexts/Schema/Provider/Memory.d.ts.map +1 -0
- package/dist/esm/contexts/Schema/Provider/Memory.js +16 -0
- package/dist/esm/contexts/Schema/Provider/Memory.js.map +1 -0
- package/dist/esm/contexts/Schema/Provider/Props.d.ts +5 -0
- package/dist/esm/contexts/Schema/Provider/Props.d.ts.map +1 -0
- package/dist/esm/contexts/Schema/Provider/Props.js +2 -0
- package/dist/esm/contexts/Schema/Provider/Props.js.map +1 -0
- package/dist/esm/contexts/Schema/Provider/Route.d.ts +5 -0
- package/dist/esm/contexts/Schema/Provider/Route.d.ts.map +1 -0
- package/dist/esm/contexts/Schema/Provider/Route.js +45 -0
- package/dist/esm/contexts/Schema/Provider/Route.js.map +1 -0
- package/dist/esm/contexts/Schema/Provider/index.d.ts +4 -0
- package/dist/esm/contexts/Schema/Provider/index.d.ts.map +1 -0
- package/dist/esm/contexts/Schema/Provider/index.js +4 -0
- package/dist/esm/contexts/Schema/Provider/index.js.map +1 -0
- package/dist/esm/contexts/Schema/index.d.ts +1 -0
- package/dist/esm/contexts/Schema/index.d.ts.map +1 -1
- package/dist/esm/contexts/Schema/index.js +1 -0
- package/dist/esm/contexts/Schema/index.js.map +1 -1
- package/dist/esm/hooks/index.d.ts +1 -0
- package/dist/esm/hooks/index.d.ts.map +1 -1
- package/dist/esm/hooks/index.js +1 -0
- package/dist/esm/hooks/index.js.map +1 -1
- package/dist/esm/hooks/useSchemaDefinitions.d.ts +4 -0
- package/dist/esm/hooks/useSchemaDefinitions.d.ts.map +1 -0
- package/dist/esm/hooks/useSchemaDefinitions.js +20 -0
- package/dist/esm/hooks/useSchemaDefinitions.js.map +1 -0
- package/dist/esm/hooks/useSchemaStats.d.ts +2 -2
- package/dist/esm/hooks/useSchemaStats.d.ts.map +1 -1
- package/dist/esm/hooks/useSchemaStats.js +2 -2
- package/dist/esm/hooks/useSchemaStats.js.map +1 -1
- package/package.json +14 -13
- package/src/contexts/Schema/Provider/Memory.tsx +20 -0
- package/src/contexts/Schema/Provider/Props.tsx +4 -0
- package/src/contexts/Schema/Provider/Route.tsx +62 -0
- package/src/contexts/Schema/Provider/index.ts +3 -0
- package/src/contexts/Schema/index.ts +1 -0
- package/src/hooks/index.ts +1 -0
- package/src/hooks/stories/TestSchemaHooks.stories.tsx +25 -4
- package/src/hooks/useSchemaDefinitions.tsx +26 -0
- package/src/hooks/useSchemaStats.tsx +4 -5
- package/dist/cjs/hooks/stories/TestSchemaHooks.d.ts +0 -3
- package/dist/cjs/hooks/stories/TestSchemaHooks.d.ts.map +0 -1
- package/dist/cjs/hooks/stories/TestSchemaHooks.js +0 -14
- package/dist/cjs/hooks/stories/TestSchemaHooks.js.map +0 -1
- package/dist/esm/hooks/stories/TestSchemaHooks.d.ts +0 -3
- package/dist/esm/hooks/stories/TestSchemaHooks.d.ts.map +0 -1
- package/dist/esm/hooks/stories/TestSchemaHooks.js +0 -10
- package/dist/esm/hooks/stories/TestSchemaHooks.js.map +0 -1
- package/src/hooks/stories/TestSchemaHooks.tsx +0 -18
package/dist/docs.json
CHANGED
|
@@ -7,14 +7,14 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
10
|
+
"id": 26,
|
|
11
11
|
"name": "SchemaContextState",
|
|
12
12
|
"kind": 256,
|
|
13
13
|
"kindString": "Interface",
|
|
14
14
|
"flags": {},
|
|
15
15
|
"children": [
|
|
16
16
|
{
|
|
17
|
-
"id":
|
|
17
|
+
"id": 31,
|
|
18
18
|
"name": "provided",
|
|
19
19
|
"kind": 1024,
|
|
20
20
|
"kindString": "Property",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"id":
|
|
39
|
+
"id": 27,
|
|
40
40
|
"name": "schema",
|
|
41
41
|
"kind": 1024,
|
|
42
42
|
"kindString": "Property",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
63
63
|
"line": 6,
|
|
64
64
|
"character": 2,
|
|
65
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
65
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L6"
|
|
66
66
|
}
|
|
67
67
|
],
|
|
68
68
|
"type": {
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
}
|
|
72
72
|
},
|
|
73
73
|
{
|
|
74
|
-
"id":
|
|
74
|
+
"id": 28,
|
|
75
75
|
"name": "schemaList",
|
|
76
76
|
"kind": 1024,
|
|
77
77
|
"kindString": "Property",
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
98
98
|
"line": 8,
|
|
99
99
|
"character": 2,
|
|
100
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
100
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L8"
|
|
101
101
|
}
|
|
102
102
|
],
|
|
103
103
|
"type": {
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
}
|
|
110
110
|
},
|
|
111
111
|
{
|
|
112
|
-
"id":
|
|
112
|
+
"id": 29,
|
|
113
113
|
"name": "setSchema",
|
|
114
114
|
"kind": 1024,
|
|
115
115
|
"kindString": "Property",
|
|
@@ -135,7 +135,7 @@
|
|
|
135
135
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
136
136
|
"line": 10,
|
|
137
137
|
"character": 2,
|
|
138
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
138
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L10"
|
|
139
139
|
}
|
|
140
140
|
],
|
|
141
141
|
"type": {
|
|
@@ -152,7 +152,7 @@
|
|
|
152
152
|
}
|
|
153
153
|
},
|
|
154
154
|
{
|
|
155
|
-
"id":
|
|
155
|
+
"id": 30,
|
|
156
156
|
"name": "setSchemaList",
|
|
157
157
|
"kind": 1024,
|
|
158
158
|
"kindString": "Property",
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
179
179
|
"line": 12,
|
|
180
180
|
"character": 2,
|
|
181
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
181
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L12"
|
|
182
182
|
}
|
|
183
183
|
],
|
|
184
184
|
"type": {
|
|
@@ -202,11 +202,11 @@
|
|
|
202
202
|
{
|
|
203
203
|
"title": "Properties",
|
|
204
204
|
"children": [
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
205
|
+
31,
|
|
206
|
+
27,
|
|
207
|
+
28,
|
|
208
|
+
29,
|
|
209
|
+
30
|
|
210
210
|
]
|
|
211
211
|
}
|
|
212
212
|
],
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
216
216
|
"line": 4,
|
|
217
217
|
"character": 17,
|
|
218
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
218
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L4"
|
|
219
219
|
}
|
|
220
220
|
],
|
|
221
221
|
"extendedTypes": [
|
|
@@ -225,6 +225,77 @@
|
|
|
225
225
|
}
|
|
226
226
|
]
|
|
227
227
|
},
|
|
228
|
+
{
|
|
229
|
+
"id": 19,
|
|
230
|
+
"name": "SchemaProviderProps",
|
|
231
|
+
"kind": 256,
|
|
232
|
+
"kindString": "Interface",
|
|
233
|
+
"flags": {},
|
|
234
|
+
"children": [
|
|
235
|
+
{
|
|
236
|
+
"id": 20,
|
|
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/db60297f4/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": 21,
|
|
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/db60297f4/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
|
+
20,
|
|
286
|
+
21
|
|
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/db60297f4/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L1"
|
|
296
|
+
}
|
|
297
|
+
]
|
|
298
|
+
},
|
|
228
299
|
{
|
|
229
300
|
"id": 1,
|
|
230
301
|
"name": "SchemaPropertyProps",
|
|
@@ -236,7 +307,7 @@
|
|
|
236
307
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
237
308
|
"line": 11,
|
|
238
309
|
"character": 12,
|
|
239
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
310
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L11"
|
|
240
311
|
}
|
|
241
312
|
],
|
|
242
313
|
"type": {
|
|
@@ -268,7 +339,7 @@
|
|
|
268
339
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
269
340
|
"line": 12,
|
|
270
341
|
"character": 2,
|
|
271
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
342
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L12"
|
|
272
343
|
}
|
|
273
344
|
],
|
|
274
345
|
"type": {
|
|
@@ -289,7 +360,7 @@
|
|
|
289
360
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
290
361
|
"line": 13,
|
|
291
362
|
"character": 2,
|
|
292
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
363
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L13"
|
|
293
364
|
}
|
|
294
365
|
],
|
|
295
366
|
"type": {
|
|
@@ -312,7 +383,7 @@
|
|
|
312
383
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
313
384
|
"line": 11,
|
|
314
385
|
"character": 50,
|
|
315
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
386
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L11"
|
|
316
387
|
}
|
|
317
388
|
]
|
|
318
389
|
}
|
|
@@ -331,7 +402,7 @@
|
|
|
331
402
|
"fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
|
|
332
403
|
"line": 6,
|
|
333
404
|
"character": 12,
|
|
334
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
405
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L6"
|
|
335
406
|
}
|
|
336
407
|
],
|
|
337
408
|
"type": {
|
|
@@ -360,7 +431,7 @@
|
|
|
360
431
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Context.ts",
|
|
361
432
|
"line": 5,
|
|
362
433
|
"character": 13,
|
|
363
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
434
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/contexts/Schema/Context.ts#L5"
|
|
364
435
|
}
|
|
365
436
|
],
|
|
366
437
|
"type": {
|
|
@@ -371,7 +442,7 @@
|
|
|
371
442
|
"types": [
|
|
372
443
|
{
|
|
373
444
|
"type": "reference",
|
|
374
|
-
"id":
|
|
445
|
+
"id": 26,
|
|
375
446
|
"name": "SchemaContextState"
|
|
376
447
|
},
|
|
377
448
|
{
|
|
@@ -387,6 +458,90 @@
|
|
|
387
458
|
},
|
|
388
459
|
"defaultValue": "..."
|
|
389
460
|
},
|
|
461
|
+
{
|
|
462
|
+
"id": 15,
|
|
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/db60297f4/packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx#L8"
|
|
473
|
+
}
|
|
474
|
+
],
|
|
475
|
+
"signatures": [
|
|
476
|
+
{
|
|
477
|
+
"id": 16,
|
|
478
|
+
"name": "SchemaMemoryProvider",
|
|
479
|
+
"kind": 4096,
|
|
480
|
+
"kindString": "Call signature",
|
|
481
|
+
"flags": {},
|
|
482
|
+
"parameters": [
|
|
483
|
+
{
|
|
484
|
+
"id": 17,
|
|
485
|
+
"name": "props",
|
|
486
|
+
"kind": 32768,
|
|
487
|
+
"kindString": "Parameter",
|
|
488
|
+
"flags": {},
|
|
489
|
+
"type": {
|
|
490
|
+
"type": "reference",
|
|
491
|
+
"typeArguments": [
|
|
492
|
+
{
|
|
493
|
+
"type": "reference",
|
|
494
|
+
"id": 19,
|
|
495
|
+
"name": "SchemaProviderProps"
|
|
496
|
+
}
|
|
497
|
+
],
|
|
498
|
+
"name": "WithChildren",
|
|
499
|
+
"qualifiedName": "WithChildren",
|
|
500
|
+
"package": "@xylabs/react-shared"
|
|
501
|
+
}
|
|
502
|
+
},
|
|
503
|
+
{
|
|
504
|
+
"id": 18,
|
|
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
|
+
},
|
|
390
545
|
{
|
|
391
546
|
"id": 5,
|
|
392
547
|
"name": "SchemaProperty",
|
|
@@ -398,7 +553,7 @@
|
|
|
398
553
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
399
554
|
"line": 33,
|
|
400
555
|
"character": 13,
|
|
401
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
556
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L33"
|
|
402
557
|
}
|
|
403
558
|
],
|
|
404
559
|
"signatures": [
|
|
@@ -463,6 +618,90 @@
|
|
|
463
618
|
}
|
|
464
619
|
]
|
|
465
620
|
},
|
|
621
|
+
{
|
|
622
|
+
"id": 22,
|
|
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/db60297f4/packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx#L56"
|
|
633
|
+
}
|
|
634
|
+
],
|
|
635
|
+
"signatures": [
|
|
636
|
+
{
|
|
637
|
+
"id": 23,
|
|
638
|
+
"name": "SchemaRouteProvider",
|
|
639
|
+
"kind": 4096,
|
|
640
|
+
"kindString": "Call signature",
|
|
641
|
+
"flags": {},
|
|
642
|
+
"parameters": [
|
|
643
|
+
{
|
|
644
|
+
"id": 24,
|
|
645
|
+
"name": "props",
|
|
646
|
+
"kind": 32768,
|
|
647
|
+
"kindString": "Parameter",
|
|
648
|
+
"flags": {},
|
|
649
|
+
"type": {
|
|
650
|
+
"type": "reference",
|
|
651
|
+
"typeArguments": [
|
|
652
|
+
{
|
|
653
|
+
"type": "reference",
|
|
654
|
+
"id": 19,
|
|
655
|
+
"name": "SchemaProviderProps"
|
|
656
|
+
}
|
|
657
|
+
],
|
|
658
|
+
"name": "WithChildren",
|
|
659
|
+
"qualifiedName": "WithChildren",
|
|
660
|
+
"package": "@xylabs/react-shared"
|
|
661
|
+
}
|
|
662
|
+
},
|
|
663
|
+
{
|
|
664
|
+
"id": 25,
|
|
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
|
+
},
|
|
466
705
|
{
|
|
467
706
|
"id": 10,
|
|
468
707
|
"name": "SchemaSelectEx",
|
|
@@ -474,7 +713,7 @@
|
|
|
474
713
|
"fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
|
|
475
714
|
"line": 8,
|
|
476
715
|
"character": 13,
|
|
477
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
716
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L8"
|
|
478
717
|
}
|
|
479
718
|
],
|
|
480
719
|
"signatures": [
|
|
@@ -540,7 +779,7 @@
|
|
|
540
779
|
]
|
|
541
780
|
},
|
|
542
781
|
{
|
|
543
|
-
"id":
|
|
782
|
+
"id": 35,
|
|
544
783
|
"name": "useGetSchemaPayload",
|
|
545
784
|
"kind": 64,
|
|
546
785
|
"kindString": "Function",
|
|
@@ -550,12 +789,12 @@
|
|
|
550
789
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
551
790
|
"line": 11,
|
|
552
791
|
"character": 6,
|
|
553
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
792
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L11"
|
|
554
793
|
}
|
|
555
794
|
],
|
|
556
795
|
"signatures": [
|
|
557
796
|
{
|
|
558
|
-
"id":
|
|
797
|
+
"id": 36,
|
|
559
798
|
"name": "useGetSchemaPayload",
|
|
560
799
|
"kind": 4096,
|
|
561
800
|
"kindString": "Call signature",
|
|
@@ -570,7 +809,7 @@
|
|
|
570
809
|
},
|
|
571
810
|
"parameters": [
|
|
572
811
|
{
|
|
573
|
-
"id":
|
|
812
|
+
"id": 37,
|
|
574
813
|
"name": "schema",
|
|
575
814
|
"kind": 32768,
|
|
576
815
|
"kindString": "Parameter",
|
|
@@ -586,14 +825,14 @@
|
|
|
586
825
|
"type": {
|
|
587
826
|
"type": "reflection",
|
|
588
827
|
"declaration": {
|
|
589
|
-
"id":
|
|
828
|
+
"id": 38,
|
|
590
829
|
"name": "__type",
|
|
591
830
|
"kind": 65536,
|
|
592
831
|
"kindString": "Type literal",
|
|
593
832
|
"flags": {},
|
|
594
833
|
"children": [
|
|
595
834
|
{
|
|
596
|
-
"id":
|
|
835
|
+
"id": 39,
|
|
597
836
|
"name": "notFound",
|
|
598
837
|
"kind": 1024,
|
|
599
838
|
"kindString": "Property",
|
|
@@ -603,7 +842,7 @@
|
|
|
603
842
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
604
843
|
"line": 46,
|
|
605
844
|
"character": 4,
|
|
606
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
845
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L46"
|
|
607
846
|
}
|
|
608
847
|
],
|
|
609
848
|
"type": {
|
|
@@ -612,7 +851,7 @@
|
|
|
612
851
|
}
|
|
613
852
|
},
|
|
614
853
|
{
|
|
615
|
-
"id":
|
|
854
|
+
"id": 40,
|
|
616
855
|
"name": "schemaHuri",
|
|
617
856
|
"kind": 1024,
|
|
618
857
|
"kindString": "Property",
|
|
@@ -622,7 +861,7 @@
|
|
|
622
861
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
623
862
|
"line": 47,
|
|
624
863
|
"character": 4,
|
|
625
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
864
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L47"
|
|
626
865
|
}
|
|
627
866
|
],
|
|
628
867
|
"type": {
|
|
@@ -653,7 +892,7 @@
|
|
|
653
892
|
{
|
|
654
893
|
"type": "reflection",
|
|
655
894
|
"declaration": {
|
|
656
|
-
"id":
|
|
895
|
+
"id": 41,
|
|
657
896
|
"name": "__type",
|
|
658
897
|
"kind": 65536,
|
|
659
898
|
"kindString": "Type literal",
|
|
@@ -679,7 +918,7 @@
|
|
|
679
918
|
"defaultValue": "schemaCacheEntry.huri"
|
|
680
919
|
},
|
|
681
920
|
{
|
|
682
|
-
"id":
|
|
921
|
+
"id": 42,
|
|
683
922
|
"name": "schemaPayload",
|
|
684
923
|
"kind": 1024,
|
|
685
924
|
"kindString": "Property",
|
|
@@ -689,7 +928,7 @@
|
|
|
689
928
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
690
929
|
"line": 48,
|
|
691
930
|
"character": 4,
|
|
692
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
931
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L48"
|
|
693
932
|
}
|
|
694
933
|
],
|
|
695
934
|
"type": {
|
|
@@ -721,7 +960,7 @@
|
|
|
721
960
|
{
|
|
722
961
|
"type": "reflection",
|
|
723
962
|
"declaration": {
|
|
724
|
-
"id":
|
|
963
|
+
"id": 43,
|
|
725
964
|
"name": "__type",
|
|
726
965
|
"kind": 65536,
|
|
727
966
|
"kindString": "Type literal",
|
|
@@ -742,7 +981,7 @@
|
|
|
742
981
|
"defaultValue": "..."
|
|
743
982
|
},
|
|
744
983
|
{
|
|
745
|
-
"id":
|
|
984
|
+
"id": 44,
|
|
746
985
|
"name": "xyoError",
|
|
747
986
|
"kind": 1024,
|
|
748
987
|
"kindString": "Property",
|
|
@@ -752,7 +991,7 @@
|
|
|
752
991
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
753
992
|
"line": 51,
|
|
754
993
|
"character": 4,
|
|
755
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
994
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L51"
|
|
756
995
|
}
|
|
757
996
|
],
|
|
758
997
|
"type": {
|
|
@@ -780,7 +1019,7 @@
|
|
|
780
1019
|
{
|
|
781
1020
|
"type": "reflection",
|
|
782
1021
|
"declaration": {
|
|
783
|
-
"id":
|
|
1022
|
+
"id": 45,
|
|
784
1023
|
"name": "__type",
|
|
785
1024
|
"kind": 65536,
|
|
786
1025
|
"kindString": "Type literal",
|
|
@@ -804,10 +1043,10 @@
|
|
|
804
1043
|
{
|
|
805
1044
|
"title": "Properties",
|
|
806
1045
|
"children": [
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
1046
|
+
39,
|
|
1047
|
+
40,
|
|
1048
|
+
42,
|
|
1049
|
+
44
|
|
811
1050
|
]
|
|
812
1051
|
}
|
|
813
1052
|
],
|
|
@@ -816,7 +1055,7 @@
|
|
|
816
1055
|
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
817
1056
|
"line": 45,
|
|
818
1057
|
"character": 9,
|
|
819
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1058
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L45"
|
|
820
1059
|
}
|
|
821
1060
|
]
|
|
822
1061
|
}
|
|
@@ -825,7 +1064,7 @@
|
|
|
825
1064
|
]
|
|
826
1065
|
},
|
|
827
1066
|
{
|
|
828
|
-
"id":
|
|
1067
|
+
"id": 32,
|
|
829
1068
|
"name": "useSchema",
|
|
830
1069
|
"kind": 64,
|
|
831
1070
|
"kindString": "Function",
|
|
@@ -835,19 +1074,19 @@
|
|
|
835
1074
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/use.ts",
|
|
836
1075
|
"line": 6,
|
|
837
1076
|
"character": 13,
|
|
838
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1077
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/contexts/Schema/use.ts#L6"
|
|
839
1078
|
}
|
|
840
1079
|
],
|
|
841
1080
|
"signatures": [
|
|
842
1081
|
{
|
|
843
|
-
"id":
|
|
1082
|
+
"id": 33,
|
|
844
1083
|
"name": "useSchema",
|
|
845
1084
|
"kind": 4096,
|
|
846
1085
|
"kindString": "Call signature",
|
|
847
1086
|
"flags": {},
|
|
848
1087
|
"parameters": [
|
|
849
1088
|
{
|
|
850
|
-
"id":
|
|
1089
|
+
"id": 34,
|
|
851
1090
|
"name": "required",
|
|
852
1091
|
"kind": 32768,
|
|
853
1092
|
"kindString": "Parameter",
|
|
@@ -864,7 +1103,7 @@
|
|
|
864
1103
|
"typeArguments": [
|
|
865
1104
|
{
|
|
866
1105
|
"type": "reference",
|
|
867
|
-
"id":
|
|
1106
|
+
"id": 26,
|
|
868
1107
|
"name": "SchemaContextState"
|
|
869
1108
|
},
|
|
870
1109
|
{
|
|
@@ -880,7 +1119,142 @@
|
|
|
880
1119
|
]
|
|
881
1120
|
},
|
|
882
1121
|
{
|
|
883
|
-
"id":
|
|
1122
|
+
"id": 46,
|
|
1123
|
+
"name": "useSchemaDefinitions",
|
|
1124
|
+
"kind": 64,
|
|
1125
|
+
"kindString": "Function",
|
|
1126
|
+
"flags": {},
|
|
1127
|
+
"sources": [
|
|
1128
|
+
{
|
|
1129
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx",
|
|
1130
|
+
"line": 7,
|
|
1131
|
+
"character": 13,
|
|
1132
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/hooks/useSchemaDefinitions.tsx#L7"
|
|
1133
|
+
}
|
|
1134
|
+
],
|
|
1135
|
+
"signatures": [
|
|
1136
|
+
{
|
|
1137
|
+
"id": 47,
|
|
1138
|
+
"name": "useSchemaDefinitions",
|
|
1139
|
+
"kind": 4096,
|
|
1140
|
+
"kindString": "Call signature",
|
|
1141
|
+
"flags": {},
|
|
1142
|
+
"parameters": [
|
|
1143
|
+
{
|
|
1144
|
+
"id": 48,
|
|
1145
|
+
"name": "schemaList",
|
|
1146
|
+
"kind": 32768,
|
|
1147
|
+
"kindString": "Parameter",
|
|
1148
|
+
"flags": {
|
|
1149
|
+
"isOptional": true
|
|
1150
|
+
},
|
|
1151
|
+
"type": {
|
|
1152
|
+
"type": "array",
|
|
1153
|
+
"elementType": {
|
|
1154
|
+
"type": "intersection",
|
|
1155
|
+
"types": [
|
|
1156
|
+
{
|
|
1157
|
+
"type": "reference",
|
|
1158
|
+
"name": "SchemaFields",
|
|
1159
|
+
"qualifiedName": "SchemaFields",
|
|
1160
|
+
"package": "@xyo-network/payload-model"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"type": "reference",
|
|
1164
|
+
"name": "PayloadFields",
|
|
1165
|
+
"qualifiedName": "PayloadFields",
|
|
1166
|
+
"package": "@xyo-network/payload-model"
|
|
1167
|
+
},
|
|
1168
|
+
{
|
|
1169
|
+
"type": "reflection",
|
|
1170
|
+
"declaration": {
|
|
1171
|
+
"id": 49,
|
|
1172
|
+
"name": "__type",
|
|
1173
|
+
"kind": 65536,
|
|
1174
|
+
"kindString": "Type literal",
|
|
1175
|
+
"flags": {},
|
|
1176
|
+
"sources": [
|
|
1177
|
+
{
|
|
1178
|
+
"fileName": "node_modules/@xyo-network/api/dist/esm/Diviner/SchemaListApiDiviner/Payload.d.ts",
|
|
1179
|
+
"line": 3,
|
|
1180
|
+
"character": 36
|
|
1181
|
+
}
|
|
1182
|
+
]
|
|
1183
|
+
}
|
|
1184
|
+
},
|
|
1185
|
+
{
|
|
1186
|
+
"type": "reflection",
|
|
1187
|
+
"declaration": {
|
|
1188
|
+
"id": 50,
|
|
1189
|
+
"name": "__type",
|
|
1190
|
+
"kind": 65536,
|
|
1191
|
+
"kindString": "Type literal",
|
|
1192
|
+
"flags": {},
|
|
1193
|
+
"sources": [
|
|
1194
|
+
{
|
|
1195
|
+
"fileName": "node_modules/@xyo-network/payload-model/dist/esm/XyoPayload.d.ts",
|
|
1196
|
+
"line": 16,
|
|
1197
|
+
"character": 221
|
|
1198
|
+
}
|
|
1199
|
+
]
|
|
1200
|
+
}
|
|
1201
|
+
}
|
|
1202
|
+
]
|
|
1203
|
+
}
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
],
|
|
1207
|
+
"type": {
|
|
1208
|
+
"type": "union",
|
|
1209
|
+
"types": [
|
|
1210
|
+
{
|
|
1211
|
+
"type": "intrinsic",
|
|
1212
|
+
"name": "undefined"
|
|
1213
|
+
},
|
|
1214
|
+
{
|
|
1215
|
+
"type": "array",
|
|
1216
|
+
"elementType": {
|
|
1217
|
+
"type": "intersection",
|
|
1218
|
+
"types": [
|
|
1219
|
+
{
|
|
1220
|
+
"type": "reference",
|
|
1221
|
+
"name": "SchemaFields",
|
|
1222
|
+
"qualifiedName": "SchemaFields",
|
|
1223
|
+
"package": "@xyo-network/payload-model"
|
|
1224
|
+
},
|
|
1225
|
+
{
|
|
1226
|
+
"type": "reference",
|
|
1227
|
+
"name": "PayloadFields",
|
|
1228
|
+
"qualifiedName": "PayloadFields",
|
|
1229
|
+
"package": "@xyo-network/payload-model"
|
|
1230
|
+
},
|
|
1231
|
+
{
|
|
1232
|
+
"type": "reflection",
|
|
1233
|
+
"declaration": {
|
|
1234
|
+
"id": 51,
|
|
1235
|
+
"name": "__type",
|
|
1236
|
+
"kind": 65536,
|
|
1237
|
+
"kindString": "Type literal",
|
|
1238
|
+
"flags": {},
|
|
1239
|
+
"sources": [
|
|
1240
|
+
{
|
|
1241
|
+
"fileName": "node_modules/@xyo-network/schema-payload-plugin/dist/esm/Payload.d.ts",
|
|
1242
|
+
"line": 3,
|
|
1243
|
+
"character": 42
|
|
1244
|
+
}
|
|
1245
|
+
]
|
|
1246
|
+
}
|
|
1247
|
+
}
|
|
1248
|
+
]
|
|
1249
|
+
}
|
|
1250
|
+
}
|
|
1251
|
+
]
|
|
1252
|
+
}
|
|
1253
|
+
}
|
|
1254
|
+
]
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"id": 52,
|
|
884
1258
|
"name": "useSchemaList",
|
|
885
1259
|
"kind": 64,
|
|
886
1260
|
"kindString": "Function",
|
|
@@ -890,19 +1264,19 @@
|
|
|
890
1264
|
"fileName": "packages/sdk/packages/schema/src/hooks/useSchemaList.tsx",
|
|
891
1265
|
"line": 9,
|
|
892
1266
|
"character": 13,
|
|
893
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1267
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/hooks/useSchemaList.tsx#L9"
|
|
894
1268
|
}
|
|
895
1269
|
],
|
|
896
1270
|
"signatures": [
|
|
897
1271
|
{
|
|
898
|
-
"id":
|
|
1272
|
+
"id": 53,
|
|
899
1273
|
"name": "useSchemaList",
|
|
900
1274
|
"kind": 4096,
|
|
901
1275
|
"kindString": "Call signature",
|
|
902
1276
|
"flags": {},
|
|
903
1277
|
"parameters": [
|
|
904
1278
|
{
|
|
905
|
-
"id":
|
|
1279
|
+
"id": 54,
|
|
906
1280
|
"name": "archive",
|
|
907
1281
|
"kind": 32768,
|
|
908
1282
|
"kindString": "Parameter",
|
|
@@ -945,7 +1319,7 @@
|
|
|
945
1319
|
{
|
|
946
1320
|
"type": "reflection",
|
|
947
1321
|
"declaration": {
|
|
948
|
-
"id":
|
|
1322
|
+
"id": 55,
|
|
949
1323
|
"name": "__type",
|
|
950
1324
|
"kind": 65536,
|
|
951
1325
|
"kindString": "Type literal",
|
|
@@ -962,7 +1336,7 @@
|
|
|
962
1336
|
{
|
|
963
1337
|
"type": "reflection",
|
|
964
1338
|
"declaration": {
|
|
965
|
-
"id":
|
|
1339
|
+
"id": 56,
|
|
966
1340
|
"name": "__type",
|
|
967
1341
|
"kind": 65536,
|
|
968
1342
|
"kindString": "Type literal",
|
|
@@ -1022,7 +1396,7 @@
|
|
|
1022
1396
|
]
|
|
1023
1397
|
},
|
|
1024
1398
|
{
|
|
1025
|
-
"id":
|
|
1399
|
+
"id": 57,
|
|
1026
1400
|
"name": "useSchemaStats",
|
|
1027
1401
|
"kind": 64,
|
|
1028
1402
|
"kindString": "Function",
|
|
@@ -1030,21 +1404,21 @@
|
|
|
1030
1404
|
"sources": [
|
|
1031
1405
|
{
|
|
1032
1406
|
"fileName": "packages/sdk/packages/schema/src/hooks/useSchemaStats.tsx",
|
|
1033
|
-
"line":
|
|
1407
|
+
"line": 7,
|
|
1034
1408
|
"character": 13,
|
|
1035
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1409
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/hooks/useSchemaStats.tsx#L7"
|
|
1036
1410
|
}
|
|
1037
1411
|
],
|
|
1038
1412
|
"signatures": [
|
|
1039
1413
|
{
|
|
1040
|
-
"id":
|
|
1414
|
+
"id": 58,
|
|
1041
1415
|
"name": "useSchemaStats",
|
|
1042
1416
|
"kind": 4096,
|
|
1043
1417
|
"kindString": "Call signature",
|
|
1044
1418
|
"flags": {},
|
|
1045
1419
|
"parameters": [
|
|
1046
1420
|
{
|
|
1047
|
-
"id":
|
|
1421
|
+
"id": 59,
|
|
1048
1422
|
"name": "archive",
|
|
1049
1423
|
"kind": 32768,
|
|
1050
1424
|
"kindString": "Parameter",
|
|
@@ -1085,33 +1459,16 @@
|
|
|
1085
1459
|
{
|
|
1086
1460
|
"type": "reflection",
|
|
1087
1461
|
"declaration": {
|
|
1088
|
-
"id":
|
|
1089
|
-
"name": "__type",
|
|
1090
|
-
"kind": 65536,
|
|
1091
|
-
"kindString": "Type literal",
|
|
1092
|
-
"flags": {},
|
|
1093
|
-
"sources": [
|
|
1094
|
-
{
|
|
1095
|
-
"fileName": "node_modules/@xyo-network/api/dist/esm/Diviner/SchemaStatsApiDiviner/Payload.d.ts",
|
|
1096
|
-
"line": 4,
|
|
1097
|
-
"character": 37
|
|
1098
|
-
}
|
|
1099
|
-
]
|
|
1100
|
-
}
|
|
1101
|
-
},
|
|
1102
|
-
{
|
|
1103
|
-
"type": "reflection",
|
|
1104
|
-
"declaration": {
|
|
1105
|
-
"id": 44,
|
|
1462
|
+
"id": 60,
|
|
1106
1463
|
"name": "__type",
|
|
1107
1464
|
"kind": 65536,
|
|
1108
1465
|
"kindString": "Type literal",
|
|
1109
1466
|
"flags": {},
|
|
1110
1467
|
"sources": [
|
|
1111
1468
|
{
|
|
1112
|
-
"fileName": "node_modules/@xyo-network/
|
|
1113
|
-
"line":
|
|
1114
|
-
"character":
|
|
1469
|
+
"fileName": "node_modules/@xyo-network/node-core-model/dist/esm/Diviner/SchemaStatsDiviner.d.ts",
|
|
1470
|
+
"line": 14,
|
|
1471
|
+
"character": 44
|
|
1115
1472
|
}
|
|
1116
1473
|
]
|
|
1117
1474
|
}
|
|
@@ -1165,7 +1522,8 @@
|
|
|
1165
1522
|
{
|
|
1166
1523
|
"title": "Interfaces",
|
|
1167
1524
|
"children": [
|
|
1168
|
-
|
|
1525
|
+
26,
|
|
1526
|
+
19
|
|
1169
1527
|
]
|
|
1170
1528
|
},
|
|
1171
1529
|
{
|
|
@@ -1184,12 +1542,15 @@
|
|
|
1184
1542
|
{
|
|
1185
1543
|
"title": "Functions",
|
|
1186
1544
|
"children": [
|
|
1545
|
+
15,
|
|
1187
1546
|
5,
|
|
1547
|
+
22,
|
|
1188
1548
|
10,
|
|
1189
|
-
24,
|
|
1190
|
-
21,
|
|
1191
1549
|
35,
|
|
1192
|
-
|
|
1550
|
+
32,
|
|
1551
|
+
46,
|
|
1552
|
+
52,
|
|
1553
|
+
57
|
|
1193
1554
|
]
|
|
1194
1555
|
}
|
|
1195
1556
|
],
|
|
@@ -1198,7 +1559,7 @@
|
|
|
1198
1559
|
"fileName": "packages/sdk/packages/schema/src/index.ts",
|
|
1199
1560
|
"line": 1,
|
|
1200
1561
|
"character": 0,
|
|
1201
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1562
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/db60297f4/packages/sdk/packages/schema/src/index.ts#L1"
|
|
1202
1563
|
}
|
|
1203
1564
|
]
|
|
1204
1565
|
}
|