@xyo-network/react-schema 2.38.11 → 2.38.13
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/Diviners/ListDiviner/Context.d.ts +4 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/Context.d.ts.map +1 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/Context.js +6 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/Context.js.map +1 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/Provider.d.ts +8 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/Provider.d.ts.map +1 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/Provider.js +29 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/Provider.js.map +1 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/State.d.ts +7 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/State.d.ts.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/ListDiviner}/State.js +0 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/State.js.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/ListDiviner}/index.d.ts +0 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/index.d.ts.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/ListDiviner}/index.js +0 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/index.js.map +1 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/use.d.ts +2 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/use.d.ts.map +1 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/use.js +8 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/use.js.map +1 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/useDivine.d.ts +3 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/useDivine.d.ts.map +1 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/useDivine.js +33 -0
- package/dist/cjs/contexts/Diviners/ListDiviner/useDivine.js.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/StatsDiviner}/Context.d.ts +0 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/Context.d.ts.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/StatsDiviner}/Context.js +0 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/Context.js.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/StatsDiviner}/Provider.d.ts +0 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/Provider.d.ts.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/StatsDiviner}/Provider.js +0 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/Provider.js.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/StatsDiviner}/State.d.ts +0 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/State.d.ts.map +1 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/State.js +3 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/State.js.map +1 -0
- package/dist/{esm/contexts → cjs/contexts/Diviners}/StatsDiviner/index.d.ts +0 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/index.d.ts.map +1 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/index.js +9 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/index.js.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/StatsDiviner}/use.d.ts +0 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/use.d.ts.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/StatsDiviner}/use.js +0 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/use.js.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/StatsDiviner}/useDivine.d.ts +0 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/useDivine.d.ts.map +1 -0
- package/dist/cjs/contexts/{StatsDiviner → Diviners/StatsDiviner}/useDivine.js +0 -0
- package/dist/cjs/contexts/Diviners/StatsDiviner/useDivine.js.map +1 -0
- package/dist/cjs/contexts/Diviners/index.d.ts +3 -0
- package/dist/cjs/contexts/Diviners/index.d.ts.map +1 -0
- package/dist/cjs/contexts/Diviners/index.js +6 -0
- package/dist/cjs/contexts/Diviners/index.js.map +1 -0
- package/dist/cjs/contexts/index.d.ts +1 -1
- package/dist/cjs/contexts/index.d.ts.map +1 -1
- package/dist/cjs/contexts/index.js +1 -1
- package/dist/cjs/contexts/index.js.map +1 -1
- package/dist/cjs/hooks/index.d.ts +2 -0
- package/dist/cjs/hooks/index.d.ts.map +1 -0
- package/dist/cjs/{diviners → hooks}/index.js +1 -1
- package/dist/cjs/hooks/index.js.map +1 -0
- package/dist/cjs/hooks/useGetSchema.d.ts +25 -0
- package/dist/cjs/hooks/useGetSchema.d.ts.map +1 -0
- package/dist/cjs/hooks/useGetSchema.js +53 -0
- package/dist/cjs/hooks/useGetSchema.js.map +1 -0
- package/dist/cjs/index.d.ts +1 -1
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -1
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +885 -653
- package/dist/esm/contexts/Diviners/ListDiviner/Context.d.ts +4 -0
- package/dist/esm/contexts/Diviners/ListDiviner/Context.d.ts.map +1 -0
- package/dist/esm/contexts/Diviners/ListDiviner/Context.js +3 -0
- package/dist/esm/contexts/Diviners/ListDiviner/Context.js.map +1 -0
- package/dist/esm/contexts/Diviners/ListDiviner/Provider.d.ts +8 -0
- package/dist/esm/contexts/Diviners/ListDiviner/Provider.d.ts.map +1 -0
- package/dist/esm/contexts/Diviners/ListDiviner/Provider.js +25 -0
- package/dist/esm/contexts/Diviners/ListDiviner/Provider.js.map +1 -0
- package/dist/esm/contexts/Diviners/ListDiviner/State.d.ts +7 -0
- package/dist/esm/contexts/Diviners/ListDiviner/State.d.ts.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/ListDiviner}/State.js +0 -0
- package/dist/esm/contexts/Diviners/ListDiviner/State.js.map +1 -0
- package/dist/esm/contexts/Diviners/ListDiviner/index.d.ts +6 -0
- package/dist/esm/contexts/Diviners/ListDiviner/index.d.ts.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/ListDiviner}/index.js +0 -0
- package/dist/esm/contexts/Diviners/ListDiviner/index.js.map +1 -0
- package/dist/esm/contexts/Diviners/ListDiviner/use.d.ts +2 -0
- package/dist/esm/contexts/Diviners/ListDiviner/use.d.ts.map +1 -0
- package/dist/esm/contexts/Diviners/ListDiviner/use.js +4 -0
- package/dist/esm/contexts/Diviners/ListDiviner/use.js.map +1 -0
- package/dist/esm/contexts/Diviners/ListDiviner/useDivine.d.ts +3 -0
- package/dist/esm/contexts/Diviners/ListDiviner/useDivine.d.ts.map +1 -0
- package/dist/esm/contexts/Diviners/ListDiviner/useDivine.js +28 -0
- package/dist/esm/contexts/Diviners/ListDiviner/useDivine.js.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/StatsDiviner}/Context.d.ts +0 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/Context.d.ts.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/StatsDiviner}/Context.js +0 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/Context.js.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/StatsDiviner}/Provider.d.ts +0 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/Provider.d.ts.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/StatsDiviner}/Provider.js +0 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/Provider.js.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/StatsDiviner}/State.d.ts +0 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/State.d.ts.map +1 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/State.js +2 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/State.js.map +1 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/index.d.ts +6 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/index.d.ts.map +1 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/index.js +6 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/index.js.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/StatsDiviner}/use.d.ts +0 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/use.d.ts.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/StatsDiviner}/use.js +0 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/use.js.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/StatsDiviner}/useDivine.d.ts +0 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/useDivine.d.ts.map +1 -0
- package/dist/esm/contexts/{StatsDiviner → Diviners/StatsDiviner}/useDivine.js +0 -0
- package/dist/esm/contexts/Diviners/StatsDiviner/useDivine.js.map +1 -0
- package/dist/esm/contexts/Diviners/index.d.ts +3 -0
- package/dist/esm/contexts/Diviners/index.d.ts.map +1 -0
- package/dist/esm/contexts/Diviners/index.js +3 -0
- package/dist/esm/contexts/Diviners/index.js.map +1 -0
- package/dist/esm/contexts/index.d.ts +1 -1
- package/dist/esm/contexts/index.d.ts.map +1 -1
- package/dist/esm/contexts/index.js +1 -1
- package/dist/esm/contexts/index.js.map +1 -1
- package/dist/esm/hooks/index.d.ts +2 -0
- package/dist/esm/hooks/index.d.ts.map +1 -0
- package/dist/esm/hooks/index.js +2 -0
- package/dist/esm/hooks/index.js.map +1 -0
- package/dist/esm/hooks/useGetSchema.d.ts +25 -0
- package/dist/esm/hooks/useGetSchema.d.ts.map +1 -0
- package/dist/esm/hooks/useGetSchema.js +49 -0
- package/dist/esm/hooks/useGetSchema.js.map +1 -0
- package/dist/esm/index.d.ts +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +1 -1
- package/package.json +5 -6
- package/src/contexts/Diviners/ListDiviner/Context.tsx +5 -0
- package/src/contexts/Diviners/ListDiviner/Provider.tsx +39 -0
- package/src/contexts/Diviners/ListDiviner/State.ts +7 -0
- package/src/contexts/{StatsDiviner → Diviners/ListDiviner}/index.ts +0 -0
- package/src/contexts/Diviners/ListDiviner/use.tsx +5 -0
- package/src/contexts/Diviners/ListDiviner/useDivine.tsx +34 -0
- package/src/contexts/{StatsDiviner → Diviners/StatsDiviner}/Context.tsx +0 -0
- package/src/contexts/{StatsDiviner → Diviners/StatsDiviner}/Provider.tsx +0 -0
- package/src/contexts/{StatsDiviner → Diviners/StatsDiviner}/State.ts +0 -0
- package/src/contexts/Diviners/StatsDiviner/index.ts +5 -0
- package/src/contexts/{StatsDiviner → Diviners/StatsDiviner}/use.tsx +0 -0
- package/src/contexts/{StatsDiviner → Diviners/StatsDiviner}/useDivine.tsx +0 -0
- package/src/contexts/Diviners/index.ts +2 -0
- package/src/contexts/index.ts +1 -1
- package/src/hooks/index.ts +1 -0
- package/src/hooks/useGetSchema.stories.tsx +76 -0
- package/src/hooks/useGetSchema.tsx +55 -0
- package/src/index.ts +1 -1
- package/dist/cjs/contexts/StatsDiviner/Context.d.ts.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/Context.js.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/Provider.d.ts.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/Provider.js.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/State.d.ts.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/State.js.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/index.d.ts.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/index.js.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/use.d.ts.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/use.js.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/useDivine.d.ts.map +0 -1
- package/dist/cjs/contexts/StatsDiviner/useDivine.js.map +0 -1
- package/dist/cjs/diviners/SchemaListApiDiviner.d.ts +0 -20
- package/dist/cjs/diviners/SchemaListApiDiviner.d.ts.map +0 -1
- package/dist/cjs/diviners/SchemaListApiDiviner.js +0 -54
- package/dist/cjs/diviners/SchemaListApiDiviner.js.map +0 -1
- package/dist/cjs/diviners/SchemaListApiDivinerConfig.d.ts +0 -9
- package/dist/cjs/diviners/SchemaListApiDivinerConfig.d.ts.map +0 -1
- package/dist/cjs/diviners/SchemaListApiDivinerConfig.js +0 -5
- package/dist/cjs/diviners/SchemaListApiDivinerConfig.js.map +0 -1
- package/dist/cjs/diviners/index.d.ts +0 -2
- package/dist/cjs/diviners/index.d.ts.map +0 -1
- package/dist/cjs/diviners/index.js.map +0 -1
- package/dist/esm/contexts/StatsDiviner/Context.d.ts.map +0 -1
- package/dist/esm/contexts/StatsDiviner/Context.js.map +0 -1
- package/dist/esm/contexts/StatsDiviner/Provider.d.ts.map +0 -1
- package/dist/esm/contexts/StatsDiviner/Provider.js.map +0 -1
- package/dist/esm/contexts/StatsDiviner/State.d.ts.map +0 -1
- package/dist/esm/contexts/StatsDiviner/State.js.map +0 -1
- package/dist/esm/contexts/StatsDiviner/index.d.ts.map +0 -1
- package/dist/esm/contexts/StatsDiviner/index.js.map +0 -1
- package/dist/esm/contexts/StatsDiviner/use.d.ts.map +0 -1
- package/dist/esm/contexts/StatsDiviner/use.js.map +0 -1
- package/dist/esm/contexts/StatsDiviner/useDivine.d.ts.map +0 -1
- package/dist/esm/contexts/StatsDiviner/useDivine.js.map +0 -1
- package/dist/esm/diviners/SchemaListApiDiviner.d.ts +0 -20
- package/dist/esm/diviners/SchemaListApiDiviner.d.ts.map +0 -1
- package/dist/esm/diviners/SchemaListApiDiviner.js +0 -36
- package/dist/esm/diviners/SchemaListApiDiviner.js.map +0 -1
- package/dist/esm/diviners/SchemaListApiDivinerConfig.d.ts +0 -9
- package/dist/esm/diviners/SchemaListApiDivinerConfig.d.ts.map +0 -1
- package/dist/esm/diviners/SchemaListApiDivinerConfig.js +0 -2
- package/dist/esm/diviners/SchemaListApiDivinerConfig.js.map +0 -1
- package/dist/esm/diviners/index.d.ts +0 -2
- package/dist/esm/diviners/index.d.ts.map +0 -1
- package/dist/esm/diviners/index.js +0 -2
- package/dist/esm/diviners/index.js.map +0 -1
- package/src/diviners/SchemaListApiDiviner.spec.ts +0 -23
- package/src/diviners/SchemaListApiDiviner.ts +0 -51
- package/src/diviners/SchemaListApiDivinerConfig.ts +0 -13
- package/src/diviners/index.ts +0 -1
package/dist/docs.json
CHANGED
|
@@ -7,457 +7,14 @@
|
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
9
|
{
|
|
10
|
-
"id":
|
|
11
|
-
"name": "SchemaListApiDiviner",
|
|
12
|
-
"kind": 128,
|
|
13
|
-
"kindString": "Class",
|
|
14
|
-
"flags": {},
|
|
15
|
-
"children": [
|
|
16
|
-
{
|
|
17
|
-
"id": 72,
|
|
18
|
-
"name": "constructor",
|
|
19
|
-
"kind": 512,
|
|
20
|
-
"kindString": "Constructor",
|
|
21
|
-
"flags": {
|
|
22
|
-
"isProtected": true
|
|
23
|
-
},
|
|
24
|
-
"sources": [
|
|
25
|
-
{
|
|
26
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
27
|
-
"line": 23,
|
|
28
|
-
"character": 2,
|
|
29
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L23"
|
|
30
|
-
}
|
|
31
|
-
],
|
|
32
|
-
"signatures": [
|
|
33
|
-
{
|
|
34
|
-
"id": 73,
|
|
35
|
-
"name": "new SchemaListApiDiviner",
|
|
36
|
-
"kind": 16384,
|
|
37
|
-
"kindString": "Constructor signature",
|
|
38
|
-
"flags": {},
|
|
39
|
-
"parameters": [
|
|
40
|
-
{
|
|
41
|
-
"id": 74,
|
|
42
|
-
"name": "params",
|
|
43
|
-
"kind": 32768,
|
|
44
|
-
"kindString": "Parameter",
|
|
45
|
-
"flags": {},
|
|
46
|
-
"type": {
|
|
47
|
-
"type": "reference",
|
|
48
|
-
"id": 63,
|
|
49
|
-
"name": "XyoSchemaListApiDivinerParams"
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"type": {
|
|
54
|
-
"type": "reference",
|
|
55
|
-
"id": 66,
|
|
56
|
-
"name": "SchemaListApiDiviner"
|
|
57
|
-
},
|
|
58
|
-
"overwrites": {
|
|
59
|
-
"type": "reference",
|
|
60
|
-
"name": "XyoDiviner<XyoSchemaListApiDivinerConfig>.constructor"
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"overwrites": {
|
|
65
|
-
"type": "reference",
|
|
66
|
-
"name": "XyoDiviner<XyoSchemaListApiDivinerConfig>.constructor"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"id": 75,
|
|
71
|
-
"name": "api",
|
|
72
|
-
"kind": 1024,
|
|
73
|
-
"kindString": "Property",
|
|
74
|
-
"flags": {
|
|
75
|
-
"isProtected": true,
|
|
76
|
-
"isReadonly": true
|
|
77
|
-
},
|
|
78
|
-
"sources": [
|
|
79
|
-
{
|
|
80
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
81
|
-
"line": 13,
|
|
82
|
-
"character": 21,
|
|
83
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L13"
|
|
84
|
-
}
|
|
85
|
-
],
|
|
86
|
-
"type": {
|
|
87
|
-
"type": "reference",
|
|
88
|
-
"name": "XyoArchivistApi",
|
|
89
|
-
"qualifiedName": "XyoArchivistApi",
|
|
90
|
-
"package": "@xyo-network/api"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
{
|
|
94
|
-
"id": 70,
|
|
95
|
-
"name": "configSchema",
|
|
96
|
-
"kind": 1024,
|
|
97
|
-
"kindString": "Property",
|
|
98
|
-
"flags": {
|
|
99
|
-
"isStatic": true
|
|
100
|
-
},
|
|
101
|
-
"sources": [
|
|
102
|
-
{
|
|
103
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
104
|
-
"line": 49,
|
|
105
|
-
"character": 18,
|
|
106
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L49"
|
|
107
|
-
}
|
|
108
|
-
],
|
|
109
|
-
"type": {
|
|
110
|
-
"type": "literal",
|
|
111
|
-
"value": "network.xyo.diviner.schema.list.api.config"
|
|
112
|
-
},
|
|
113
|
-
"defaultValue": "XyoSchemaListApiDivinerConfigSchema",
|
|
114
|
-
"overwrites": {
|
|
115
|
-
"type": "reference",
|
|
116
|
-
"name": "XyoDiviner.configSchema"
|
|
117
|
-
}
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"id": 71,
|
|
121
|
-
"name": "targetSchema",
|
|
122
|
-
"kind": 1024,
|
|
123
|
-
"kindString": "Property",
|
|
124
|
-
"flags": {
|
|
125
|
-
"isStatic": true
|
|
126
|
-
},
|
|
127
|
-
"sources": [
|
|
128
|
-
{
|
|
129
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
130
|
-
"line": 50,
|
|
131
|
-
"character": 18,
|
|
132
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L50"
|
|
133
|
-
}
|
|
134
|
-
],
|
|
135
|
-
"type": {
|
|
136
|
-
"type": "literal",
|
|
137
|
-
"value": "network.xyo.schema"
|
|
138
|
-
},
|
|
139
|
-
"defaultValue": "XyoSchemaSchema",
|
|
140
|
-
"overwrites": {
|
|
141
|
-
"type": "reference",
|
|
142
|
-
"name": "XyoDiviner.targetSchema"
|
|
143
|
-
}
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"id": 76,
|
|
147
|
-
"name": "archive",
|
|
148
|
-
"kind": 262144,
|
|
149
|
-
"kindString": "Accessor",
|
|
150
|
-
"flags": {},
|
|
151
|
-
"sources": [
|
|
152
|
-
{
|
|
153
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
154
|
-
"line": 15,
|
|
155
|
-
"character": 6,
|
|
156
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L15"
|
|
157
|
-
}
|
|
158
|
-
],
|
|
159
|
-
"getSignature": {
|
|
160
|
-
"id": 77,
|
|
161
|
-
"name": "archive",
|
|
162
|
-
"kind": 524288,
|
|
163
|
-
"kindString": "Get signature",
|
|
164
|
-
"flags": {},
|
|
165
|
-
"type": {
|
|
166
|
-
"type": "intrinsic",
|
|
167
|
-
"name": "string"
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"id": 82,
|
|
173
|
-
"name": "divine",
|
|
174
|
-
"kind": 2048,
|
|
175
|
-
"kindString": "Method",
|
|
176
|
-
"flags": {
|
|
177
|
-
"isPublic": true
|
|
178
|
-
},
|
|
179
|
-
"sources": [
|
|
180
|
-
{
|
|
181
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
182
|
-
"line": 37,
|
|
183
|
-
"character": 15,
|
|
184
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L37"
|
|
185
|
-
}
|
|
186
|
-
],
|
|
187
|
-
"signatures": [
|
|
188
|
-
{
|
|
189
|
-
"id": 83,
|
|
190
|
-
"name": "divine",
|
|
191
|
-
"kind": 4096,
|
|
192
|
-
"kindString": "Call signature",
|
|
193
|
-
"flags": {},
|
|
194
|
-
"type": {
|
|
195
|
-
"type": "reference",
|
|
196
|
-
"typeArguments": [
|
|
197
|
-
{
|
|
198
|
-
"type": "array",
|
|
199
|
-
"elementType": {
|
|
200
|
-
"type": "intersection",
|
|
201
|
-
"types": [
|
|
202
|
-
{
|
|
203
|
-
"type": "reference",
|
|
204
|
-
"name": "SchemaFields",
|
|
205
|
-
"qualifiedName": "SchemaFields",
|
|
206
|
-
"package": "@xyo-network/payload"
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"type": "reference",
|
|
210
|
-
"name": "PayloadFields",
|
|
211
|
-
"qualifiedName": "PayloadFields",
|
|
212
|
-
"package": "@xyo-network/payload"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"type": "reflection",
|
|
216
|
-
"declaration": {
|
|
217
|
-
"id": 84,
|
|
218
|
-
"name": "__type",
|
|
219
|
-
"kind": 65536,
|
|
220
|
-
"kindString": "Type literal",
|
|
221
|
-
"flags": {},
|
|
222
|
-
"sources": [
|
|
223
|
-
{
|
|
224
|
-
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/XyoPayload.d.ts",
|
|
225
|
-
"line": 18,
|
|
226
|
-
"character": 17
|
|
227
|
-
}
|
|
228
|
-
]
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
]
|
|
232
|
-
}
|
|
233
|
-
}
|
|
234
|
-
],
|
|
235
|
-
"name": "Promise",
|
|
236
|
-
"qualifiedName": "Promise",
|
|
237
|
-
"package": "typescript"
|
|
238
|
-
},
|
|
239
|
-
"overwrites": {
|
|
240
|
-
"type": "reference",
|
|
241
|
-
"name": "XyoDiviner.divine"
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
],
|
|
245
|
-
"overwrites": {
|
|
246
|
-
"type": "reference",
|
|
247
|
-
"name": "XyoDiviner.divine"
|
|
248
|
-
}
|
|
249
|
-
},
|
|
250
|
-
{
|
|
251
|
-
"id": 78,
|
|
252
|
-
"name": "queries",
|
|
253
|
-
"kind": 2048,
|
|
254
|
-
"kindString": "Method",
|
|
255
|
-
"flags": {},
|
|
256
|
-
"sources": [
|
|
257
|
-
{
|
|
258
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
259
|
-
"line": 28,
|
|
260
|
-
"character": 11,
|
|
261
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L28"
|
|
262
|
-
}
|
|
263
|
-
],
|
|
264
|
-
"signatures": [
|
|
265
|
-
{
|
|
266
|
-
"id": 79,
|
|
267
|
-
"name": "queries",
|
|
268
|
-
"kind": 4096,
|
|
269
|
-
"kindString": "Call signature",
|
|
270
|
-
"flags": {},
|
|
271
|
-
"type": {
|
|
272
|
-
"type": "array",
|
|
273
|
-
"elementType": {
|
|
274
|
-
"type": "intrinsic",
|
|
275
|
-
"name": "string"
|
|
276
|
-
}
|
|
277
|
-
},
|
|
278
|
-
"overwrites": {
|
|
279
|
-
"type": "reference",
|
|
280
|
-
"name": "XyoDiviner.queries"
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
],
|
|
284
|
-
"overwrites": {
|
|
285
|
-
"type": "reference",
|
|
286
|
-
"name": "XyoDiviner.queries"
|
|
287
|
-
}
|
|
288
|
-
},
|
|
289
|
-
{
|
|
290
|
-
"id": 80,
|
|
291
|
-
"name": "start",
|
|
292
|
-
"kind": 2048,
|
|
293
|
-
"kindString": "Method",
|
|
294
|
-
"flags": {
|
|
295
|
-
"isProtected": true
|
|
296
|
-
},
|
|
297
|
-
"sources": [
|
|
298
|
-
{
|
|
299
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
300
|
-
"line": 32,
|
|
301
|
-
"character": 27,
|
|
302
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L32"
|
|
303
|
-
}
|
|
304
|
-
],
|
|
305
|
-
"signatures": [
|
|
306
|
-
{
|
|
307
|
-
"id": 81,
|
|
308
|
-
"name": "start",
|
|
309
|
-
"kind": 4096,
|
|
310
|
-
"kindString": "Call signature",
|
|
311
|
-
"flags": {},
|
|
312
|
-
"type": {
|
|
313
|
-
"type": "reference",
|
|
314
|
-
"typeArguments": [
|
|
315
|
-
{
|
|
316
|
-
"type": "reference",
|
|
317
|
-
"id": 66,
|
|
318
|
-
"name": "SchemaListApiDiviner"
|
|
319
|
-
}
|
|
320
|
-
],
|
|
321
|
-
"name": "Promise",
|
|
322
|
-
"qualifiedName": "Promise",
|
|
323
|
-
"package": "typescript"
|
|
324
|
-
},
|
|
325
|
-
"overwrites": {
|
|
326
|
-
"type": "reference",
|
|
327
|
-
"name": "XyoDiviner.start"
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
],
|
|
331
|
-
"overwrites": {
|
|
332
|
-
"type": "reference",
|
|
333
|
-
"name": "XyoDiviner.start"
|
|
334
|
-
}
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"id": 67,
|
|
338
|
-
"name": "create",
|
|
339
|
-
"kind": 2048,
|
|
340
|
-
"kindString": "Method",
|
|
341
|
-
"flags": {
|
|
342
|
-
"isStatic": true
|
|
343
|
-
},
|
|
344
|
-
"sources": [
|
|
345
|
-
{
|
|
346
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
347
|
-
"line": 19,
|
|
348
|
-
"character": 24,
|
|
349
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L19"
|
|
350
|
-
}
|
|
351
|
-
],
|
|
352
|
-
"signatures": [
|
|
353
|
-
{
|
|
354
|
-
"id": 68,
|
|
355
|
-
"name": "create",
|
|
356
|
-
"kind": 4096,
|
|
357
|
-
"kindString": "Call signature",
|
|
358
|
-
"flags": {},
|
|
359
|
-
"parameters": [
|
|
360
|
-
{
|
|
361
|
-
"id": 69,
|
|
362
|
-
"name": "params",
|
|
363
|
-
"kind": 32768,
|
|
364
|
-
"kindString": "Parameter",
|
|
365
|
-
"flags": {},
|
|
366
|
-
"type": {
|
|
367
|
-
"type": "reference",
|
|
368
|
-
"id": 63,
|
|
369
|
-
"name": "XyoSchemaListApiDivinerParams"
|
|
370
|
-
}
|
|
371
|
-
}
|
|
372
|
-
],
|
|
373
|
-
"type": {
|
|
374
|
-
"type": "reference",
|
|
375
|
-
"typeArguments": [
|
|
376
|
-
{
|
|
377
|
-
"type": "reference",
|
|
378
|
-
"id": 66,
|
|
379
|
-
"name": "SchemaListApiDiviner"
|
|
380
|
-
}
|
|
381
|
-
],
|
|
382
|
-
"name": "Promise",
|
|
383
|
-
"qualifiedName": "Promise",
|
|
384
|
-
"package": "typescript"
|
|
385
|
-
},
|
|
386
|
-
"overwrites": {
|
|
387
|
-
"type": "reference",
|
|
388
|
-
"name": "XyoDiviner.create"
|
|
389
|
-
}
|
|
390
|
-
}
|
|
391
|
-
],
|
|
392
|
-
"overwrites": {
|
|
393
|
-
"type": "reference",
|
|
394
|
-
"name": "XyoDiviner.create"
|
|
395
|
-
}
|
|
396
|
-
}
|
|
397
|
-
],
|
|
398
|
-
"groups": [
|
|
399
|
-
{
|
|
400
|
-
"title": "Constructors",
|
|
401
|
-
"children": [
|
|
402
|
-
72
|
|
403
|
-
]
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"title": "Properties",
|
|
407
|
-
"children": [
|
|
408
|
-
75,
|
|
409
|
-
70,
|
|
410
|
-
71
|
|
411
|
-
]
|
|
412
|
-
},
|
|
413
|
-
{
|
|
414
|
-
"title": "Accessors",
|
|
415
|
-
"children": [
|
|
416
|
-
76
|
|
417
|
-
]
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"title": "Methods",
|
|
421
|
-
"children": [
|
|
422
|
-
82,
|
|
423
|
-
78,
|
|
424
|
-
80,
|
|
425
|
-
67
|
|
426
|
-
]
|
|
427
|
-
}
|
|
428
|
-
],
|
|
429
|
-
"sources": [
|
|
430
|
-
{
|
|
431
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
432
|
-
"line": 12,
|
|
433
|
-
"character": 13,
|
|
434
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L12"
|
|
435
|
-
}
|
|
436
|
-
],
|
|
437
|
-
"extendedTypes": [
|
|
438
|
-
{
|
|
439
|
-
"type": "reference",
|
|
440
|
-
"typeArguments": [
|
|
441
|
-
{
|
|
442
|
-
"type": "reference",
|
|
443
|
-
"name": "XyoSchemaListApiDivinerConfig"
|
|
444
|
-
}
|
|
445
|
-
],
|
|
446
|
-
"name": "XyoDiviner",
|
|
447
|
-
"qualifiedName": "XyoDiviner",
|
|
448
|
-
"package": "@xyo-network/diviner"
|
|
449
|
-
}
|
|
450
|
-
]
|
|
451
|
-
},
|
|
452
|
-
{
|
|
453
|
-
"id": 34,
|
|
10
|
+
"id": 74,
|
|
454
11
|
"name": "SchemaContextState",
|
|
455
12
|
"kind": 256,
|
|
456
13
|
"kindString": "Interface",
|
|
457
14
|
"flags": {},
|
|
458
15
|
"children": [
|
|
459
16
|
{
|
|
460
|
-
"id":
|
|
17
|
+
"id": 79,
|
|
461
18
|
"name": "provided",
|
|
462
19
|
"kind": 1024,
|
|
463
20
|
"kindString": "Property",
|
|
@@ -479,7 +36,7 @@
|
|
|
479
36
|
}
|
|
480
37
|
},
|
|
481
38
|
{
|
|
482
|
-
"id":
|
|
39
|
+
"id": 75,
|
|
483
40
|
"name": "schema",
|
|
484
41
|
"kind": 1024,
|
|
485
42
|
"kindString": "Property",
|
|
@@ -505,7 +62,7 @@
|
|
|
505
62
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
506
63
|
"line": 6,
|
|
507
64
|
"character": 2,
|
|
508
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
65
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L6"
|
|
509
66
|
}
|
|
510
67
|
],
|
|
511
68
|
"type": {
|
|
@@ -514,7 +71,7 @@
|
|
|
514
71
|
}
|
|
515
72
|
},
|
|
516
73
|
{
|
|
517
|
-
"id":
|
|
74
|
+
"id": 76,
|
|
518
75
|
"name": "schemaList",
|
|
519
76
|
"kind": 1024,
|
|
520
77
|
"kindString": "Property",
|
|
@@ -540,7 +97,7 @@
|
|
|
540
97
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
541
98
|
"line": 8,
|
|
542
99
|
"character": 2,
|
|
543
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
100
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L8"
|
|
544
101
|
}
|
|
545
102
|
],
|
|
546
103
|
"type": {
|
|
@@ -552,7 +109,7 @@
|
|
|
552
109
|
}
|
|
553
110
|
},
|
|
554
111
|
{
|
|
555
|
-
"id":
|
|
112
|
+
"id": 77,
|
|
556
113
|
"name": "setSchema",
|
|
557
114
|
"kind": 1024,
|
|
558
115
|
"kindString": "Property",
|
|
@@ -578,7 +135,7 @@
|
|
|
578
135
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
579
136
|
"line": 10,
|
|
580
137
|
"character": 2,
|
|
581
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
138
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L10"
|
|
582
139
|
}
|
|
583
140
|
],
|
|
584
141
|
"type": {
|
|
@@ -595,7 +152,7 @@
|
|
|
595
152
|
}
|
|
596
153
|
},
|
|
597
154
|
{
|
|
598
|
-
"id":
|
|
155
|
+
"id": 78,
|
|
599
156
|
"name": "setSchemaList",
|
|
600
157
|
"kind": 1024,
|
|
601
158
|
"kindString": "Property",
|
|
@@ -621,7 +178,7 @@
|
|
|
621
178
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
622
179
|
"line": 12,
|
|
623
180
|
"character": 2,
|
|
624
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
181
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L12"
|
|
625
182
|
}
|
|
626
183
|
],
|
|
627
184
|
"type": {
|
|
@@ -645,11 +202,11 @@
|
|
|
645
202
|
{
|
|
646
203
|
"title": "Properties",
|
|
647
204
|
"children": [
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
205
|
+
79,
|
|
206
|
+
75,
|
|
207
|
+
76,
|
|
208
|
+
77,
|
|
209
|
+
78
|
|
653
210
|
]
|
|
654
211
|
}
|
|
655
212
|
],
|
|
@@ -658,7 +215,7 @@
|
|
|
658
215
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
659
216
|
"line": 4,
|
|
660
217
|
"character": 17,
|
|
661
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
218
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L4"
|
|
662
219
|
}
|
|
663
220
|
],
|
|
664
221
|
"extendedTypes": [
|
|
@@ -669,14 +226,94 @@
|
|
|
669
226
|
]
|
|
670
227
|
},
|
|
671
228
|
{
|
|
672
|
-
"id":
|
|
229
|
+
"id": 22,
|
|
230
|
+
"name": "SchemaListApiDivinerState",
|
|
231
|
+
"kind": 256,
|
|
232
|
+
"kindString": "Interface",
|
|
233
|
+
"flags": {},
|
|
234
|
+
"children": [
|
|
235
|
+
{
|
|
236
|
+
"id": 23,
|
|
237
|
+
"name": "diviner",
|
|
238
|
+
"kind": 1024,
|
|
239
|
+
"kindString": "Property",
|
|
240
|
+
"flags": {
|
|
241
|
+
"isOptional": true
|
|
242
|
+
},
|
|
243
|
+
"sources": [
|
|
244
|
+
{
|
|
245
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/State.ts",
|
|
246
|
+
"line": 5,
|
|
247
|
+
"character": 2,
|
|
248
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/State.ts#L5"
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
"type": {
|
|
252
|
+
"type": "reference",
|
|
253
|
+
"name": "SchemaListApiDiviner",
|
|
254
|
+
"qualifiedName": "SchemaListApiDiviner",
|
|
255
|
+
"package": "@xyo-network/api"
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
"id": 24,
|
|
260
|
+
"name": "setDiviner",
|
|
261
|
+
"kind": 1024,
|
|
262
|
+
"kindString": "Property",
|
|
263
|
+
"flags": {
|
|
264
|
+
"isOptional": true
|
|
265
|
+
},
|
|
266
|
+
"sources": [
|
|
267
|
+
{
|
|
268
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/State.ts",
|
|
269
|
+
"line": 6,
|
|
270
|
+
"character": 2,
|
|
271
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/State.ts#L6"
|
|
272
|
+
}
|
|
273
|
+
],
|
|
274
|
+
"type": {
|
|
275
|
+
"type": "reference",
|
|
276
|
+
"typeArguments": [
|
|
277
|
+
{
|
|
278
|
+
"type": "reference",
|
|
279
|
+
"name": "SchemaListApiDiviner",
|
|
280
|
+
"qualifiedName": "SchemaListApiDiviner",
|
|
281
|
+
"package": "@xyo-network/api"
|
|
282
|
+
}
|
|
283
|
+
],
|
|
284
|
+
"name": "Dispatch",
|
|
285
|
+
"qualifiedName": "React.Dispatch",
|
|
286
|
+
"package": "@types/react"
|
|
287
|
+
}
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
"groups": [
|
|
291
|
+
{
|
|
292
|
+
"title": "Properties",
|
|
293
|
+
"children": [
|
|
294
|
+
23,
|
|
295
|
+
24
|
|
296
|
+
]
|
|
297
|
+
}
|
|
298
|
+
],
|
|
299
|
+
"sources": [
|
|
300
|
+
{
|
|
301
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/State.ts",
|
|
302
|
+
"line": 4,
|
|
303
|
+
"character": 17,
|
|
304
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/State.ts#L4"
|
|
305
|
+
}
|
|
306
|
+
]
|
|
307
|
+
},
|
|
308
|
+
{
|
|
309
|
+
"id": 67,
|
|
673
310
|
"name": "SchemaProviderProps",
|
|
674
311
|
"kind": 256,
|
|
675
312
|
"kindString": "Interface",
|
|
676
313
|
"flags": {},
|
|
677
314
|
"children": [
|
|
678
315
|
{
|
|
679
|
-
"id":
|
|
316
|
+
"id": 68,
|
|
680
317
|
"name": "defaultSchema",
|
|
681
318
|
"kind": 1024,
|
|
682
319
|
"kindString": "Property",
|
|
@@ -688,7 +325,7 @@
|
|
|
688
325
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
689
326
|
"line": 2,
|
|
690
327
|
"character": 2,
|
|
691
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
328
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L2"
|
|
692
329
|
}
|
|
693
330
|
],
|
|
694
331
|
"type": {
|
|
@@ -697,7 +334,7 @@
|
|
|
697
334
|
}
|
|
698
335
|
},
|
|
699
336
|
{
|
|
700
|
-
"id":
|
|
337
|
+
"id": 69,
|
|
701
338
|
"name": "knownSchemaList",
|
|
702
339
|
"kind": 1024,
|
|
703
340
|
"kindString": "Property",
|
|
@@ -709,7 +346,7 @@
|
|
|
709
346
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
710
347
|
"line": 3,
|
|
711
348
|
"character": 2,
|
|
712
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
349
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L3"
|
|
713
350
|
}
|
|
714
351
|
],
|
|
715
352
|
"type": {
|
|
@@ -725,8 +362,8 @@
|
|
|
725
362
|
{
|
|
726
363
|
"title": "Properties",
|
|
727
364
|
"children": [
|
|
728
|
-
|
|
729
|
-
|
|
365
|
+
68,
|
|
366
|
+
69
|
|
730
367
|
]
|
|
731
368
|
}
|
|
732
369
|
],
|
|
@@ -735,19 +372,19 @@
|
|
|
735
372
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
736
373
|
"line": 1,
|
|
737
374
|
"character": 17,
|
|
738
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
375
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L1"
|
|
739
376
|
}
|
|
740
377
|
]
|
|
741
378
|
},
|
|
742
379
|
{
|
|
743
|
-
"id":
|
|
380
|
+
"id": 42,
|
|
744
381
|
"name": "SchemaStatsApiDivinerState",
|
|
745
382
|
"kind": 256,
|
|
746
383
|
"kindString": "Interface",
|
|
747
384
|
"flags": {},
|
|
748
385
|
"children": [
|
|
749
386
|
{
|
|
750
|
-
"id":
|
|
387
|
+
"id": 43,
|
|
751
388
|
"name": "diviner",
|
|
752
389
|
"kind": 1024,
|
|
753
390
|
"kindString": "Property",
|
|
@@ -756,10 +393,10 @@
|
|
|
756
393
|
},
|
|
757
394
|
"sources": [
|
|
758
395
|
{
|
|
759
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts",
|
|
396
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/State.ts",
|
|
760
397
|
"line": 5,
|
|
761
398
|
"character": 2,
|
|
762
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
399
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/State.ts#L5"
|
|
763
400
|
}
|
|
764
401
|
],
|
|
765
402
|
"type": {
|
|
@@ -770,7 +407,7 @@
|
|
|
770
407
|
}
|
|
771
408
|
},
|
|
772
409
|
{
|
|
773
|
-
"id":
|
|
410
|
+
"id": 44,
|
|
774
411
|
"name": "setDiviner",
|
|
775
412
|
"kind": 1024,
|
|
776
413
|
"kindString": "Property",
|
|
@@ -779,10 +416,10 @@
|
|
|
779
416
|
},
|
|
780
417
|
"sources": [
|
|
781
418
|
{
|
|
782
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts",
|
|
419
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/State.ts",
|
|
783
420
|
"line": 6,
|
|
784
421
|
"character": 2,
|
|
785
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
422
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/State.ts#L6"
|
|
786
423
|
}
|
|
787
424
|
],
|
|
788
425
|
"type": {
|
|
@@ -805,20 +442,92 @@
|
|
|
805
442
|
{
|
|
806
443
|
"title": "Properties",
|
|
807
444
|
"children": [
|
|
808
|
-
|
|
809
|
-
|
|
445
|
+
43,
|
|
446
|
+
44
|
|
810
447
|
]
|
|
811
448
|
}
|
|
812
449
|
],
|
|
813
450
|
"sources": [
|
|
814
451
|
{
|
|
815
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts",
|
|
452
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/State.ts",
|
|
816
453
|
"line": 4,
|
|
817
454
|
"character": 17,
|
|
818
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
455
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/State.ts#L4"
|
|
819
456
|
}
|
|
820
457
|
]
|
|
821
458
|
},
|
|
459
|
+
{
|
|
460
|
+
"id": 15,
|
|
461
|
+
"name": "SchemaListApiDivinerProps",
|
|
462
|
+
"kind": 4194304,
|
|
463
|
+
"kindString": "Type alias",
|
|
464
|
+
"flags": {},
|
|
465
|
+
"sources": [
|
|
466
|
+
{
|
|
467
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/Provider.tsx",
|
|
468
|
+
"line": 7,
|
|
469
|
+
"character": 12,
|
|
470
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/Provider.tsx#L7"
|
|
471
|
+
}
|
|
472
|
+
],
|
|
473
|
+
"type": {
|
|
474
|
+
"type": "reference",
|
|
475
|
+
"typeArguments": [
|
|
476
|
+
{
|
|
477
|
+
"type": "reflection",
|
|
478
|
+
"declaration": {
|
|
479
|
+
"id": 16,
|
|
480
|
+
"name": "__type",
|
|
481
|
+
"kind": 65536,
|
|
482
|
+
"kindString": "Type literal",
|
|
483
|
+
"flags": {},
|
|
484
|
+
"children": [
|
|
485
|
+
{
|
|
486
|
+
"id": 17,
|
|
487
|
+
"name": "diviner",
|
|
488
|
+
"kind": 1024,
|
|
489
|
+
"kindString": "Property",
|
|
490
|
+
"flags": {
|
|
491
|
+
"isOptional": true
|
|
492
|
+
},
|
|
493
|
+
"sources": [
|
|
494
|
+
{
|
|
495
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/Provider.tsx",
|
|
496
|
+
"line": 8,
|
|
497
|
+
"character": 2,
|
|
498
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/Provider.tsx#L8"
|
|
499
|
+
}
|
|
500
|
+
],
|
|
501
|
+
"type": {
|
|
502
|
+
"type": "reference",
|
|
503
|
+
"name": "SchemaListApiDiviner",
|
|
504
|
+
"qualifiedName": "SchemaListApiDiviner",
|
|
505
|
+
"package": "@xyo-network/api"
|
|
506
|
+
}
|
|
507
|
+
}
|
|
508
|
+
],
|
|
509
|
+
"groups": [
|
|
510
|
+
{
|
|
511
|
+
"title": "Properties",
|
|
512
|
+
"children": [
|
|
513
|
+
17
|
|
514
|
+
]
|
|
515
|
+
}
|
|
516
|
+
],
|
|
517
|
+
"sources": [
|
|
518
|
+
{
|
|
519
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/Provider.tsx",
|
|
520
|
+
"line": 7,
|
|
521
|
+
"character": 63,
|
|
522
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/Provider.tsx#L7"
|
|
523
|
+
}
|
|
524
|
+
]
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
],
|
|
528
|
+
"name": "ContextExProviderProps"
|
|
529
|
+
}
|
|
530
|
+
},
|
|
822
531
|
{
|
|
823
532
|
"id": 1,
|
|
824
533
|
"name": "SchemaPropertyProps",
|
|
@@ -830,7 +539,7 @@
|
|
|
830
539
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
831
540
|
"line": 11,
|
|
832
541
|
"character": 12,
|
|
833
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
542
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L11"
|
|
834
543
|
}
|
|
835
544
|
],
|
|
836
545
|
"type": {
|
|
@@ -862,7 +571,7 @@
|
|
|
862
571
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
863
572
|
"line": 12,
|
|
864
573
|
"character": 2,
|
|
865
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
574
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L12"
|
|
866
575
|
}
|
|
867
576
|
],
|
|
868
577
|
"type": {
|
|
@@ -883,7 +592,7 @@
|
|
|
883
592
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
884
593
|
"line": 13,
|
|
885
594
|
"character": 2,
|
|
886
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
595
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L13"
|
|
887
596
|
}
|
|
888
597
|
],
|
|
889
598
|
"type": {
|
|
@@ -906,7 +615,7 @@
|
|
|
906
615
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
907
616
|
"line": 11,
|
|
908
617
|
"character": 50,
|
|
909
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
618
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L11"
|
|
910
619
|
}
|
|
911
620
|
]
|
|
912
621
|
}
|
|
@@ -925,7 +634,7 @@
|
|
|
925
634
|
"fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
|
|
926
635
|
"line": 6,
|
|
927
636
|
"character": 12,
|
|
928
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
637
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L6"
|
|
929
638
|
}
|
|
930
639
|
],
|
|
931
640
|
"type": {
|
|
@@ -942,17 +651,17 @@
|
|
|
942
651
|
}
|
|
943
652
|
},
|
|
944
653
|
{
|
|
945
|
-
"id":
|
|
654
|
+
"id": 35,
|
|
946
655
|
"name": "SchemaStatsApiDivinerProps",
|
|
947
656
|
"kind": 4194304,
|
|
948
657
|
"kindString": "Type alias",
|
|
949
658
|
"flags": {},
|
|
950
659
|
"sources": [
|
|
951
660
|
{
|
|
952
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
661
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/Provider.tsx",
|
|
953
662
|
"line": 7,
|
|
954
663
|
"character": 12,
|
|
955
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
664
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/Provider.tsx#L7"
|
|
956
665
|
}
|
|
957
666
|
],
|
|
958
667
|
"type": {
|
|
@@ -961,14 +670,14 @@
|
|
|
961
670
|
{
|
|
962
671
|
"type": "reflection",
|
|
963
672
|
"declaration": {
|
|
964
|
-
"id":
|
|
673
|
+
"id": 36,
|
|
965
674
|
"name": "__type",
|
|
966
675
|
"kind": 65536,
|
|
967
676
|
"kindString": "Type literal",
|
|
968
677
|
"flags": {},
|
|
969
678
|
"children": [
|
|
970
679
|
{
|
|
971
|
-
"id":
|
|
680
|
+
"id": 37,
|
|
972
681
|
"name": "diviner",
|
|
973
682
|
"kind": 1024,
|
|
974
683
|
"kindString": "Property",
|
|
@@ -977,10 +686,10 @@
|
|
|
977
686
|
},
|
|
978
687
|
"sources": [
|
|
979
688
|
{
|
|
980
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
689
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/Provider.tsx",
|
|
981
690
|
"line": 8,
|
|
982
691
|
"character": 2,
|
|
983
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
692
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/Provider.tsx#L8"
|
|
984
693
|
}
|
|
985
694
|
],
|
|
986
695
|
"type": {
|
|
@@ -995,16 +704,16 @@
|
|
|
995
704
|
{
|
|
996
705
|
"title": "Properties",
|
|
997
706
|
"children": [
|
|
998
|
-
|
|
707
|
+
37
|
|
999
708
|
]
|
|
1000
709
|
}
|
|
1001
710
|
],
|
|
1002
711
|
"sources": [
|
|
1003
712
|
{
|
|
1004
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
713
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/Provider.tsx",
|
|
1005
714
|
"line": 7,
|
|
1006
715
|
"character": 64,
|
|
1007
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
716
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/Provider.tsx#L7"
|
|
1008
717
|
}
|
|
1009
718
|
]
|
|
1010
719
|
}
|
|
@@ -1014,89 +723,48 @@
|
|
|
1014
723
|
}
|
|
1015
724
|
},
|
|
1016
725
|
{
|
|
1017
|
-
"id":
|
|
1018
|
-
"name": "
|
|
1019
|
-
"kind":
|
|
1020
|
-
"kindString": "
|
|
1021
|
-
"flags": {
|
|
726
|
+
"id": 54,
|
|
727
|
+
"name": "SchemaContext",
|
|
728
|
+
"kind": 32,
|
|
729
|
+
"kindString": "Variable",
|
|
730
|
+
"flags": {
|
|
731
|
+
"isConst": true
|
|
732
|
+
},
|
|
1022
733
|
"sources": [
|
|
1023
734
|
{
|
|
1024
|
-
"fileName": "packages/sdk/packages/schema/src/
|
|
1025
|
-
"line":
|
|
1026
|
-
"character":
|
|
1027
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
735
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Context.ts",
|
|
736
|
+
"line": 5,
|
|
737
|
+
"character": 13,
|
|
738
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/Context.ts#L5"
|
|
1028
739
|
}
|
|
1029
740
|
],
|
|
1030
741
|
"type": {
|
|
1031
|
-
"type": "
|
|
1032
|
-
"
|
|
742
|
+
"type": "reference",
|
|
743
|
+
"typeArguments": [
|
|
1033
744
|
{
|
|
1034
|
-
"type": "
|
|
1035
|
-
"
|
|
745
|
+
"type": "intersection",
|
|
746
|
+
"types": [
|
|
747
|
+
{
|
|
748
|
+
"type": "reference",
|
|
749
|
+
"id": 74,
|
|
750
|
+
"name": "SchemaContextState"
|
|
751
|
+
},
|
|
1036
752
|
{
|
|
1037
753
|
"type": "reference",
|
|
1038
|
-
"name": "
|
|
754
|
+
"name": "ContextExState"
|
|
1039
755
|
}
|
|
1040
|
-
]
|
|
1041
|
-
"name": "XyoModuleParams",
|
|
1042
|
-
"qualifiedName": "XyoModuleParams",
|
|
1043
|
-
"package": "@xyo-network/module"
|
|
1044
|
-
},
|
|
1045
|
-
{
|
|
1046
|
-
"type": "reflection",
|
|
1047
|
-
"declaration": {
|
|
1048
|
-
"id": 64,
|
|
1049
|
-
"name": "__type",
|
|
1050
|
-
"kind": 65536,
|
|
1051
|
-
"kindString": "Type literal",
|
|
1052
|
-
"flags": {},
|
|
1053
|
-
"children": [
|
|
1054
|
-
{
|
|
1055
|
-
"id": 65,
|
|
1056
|
-
"name": "api",
|
|
1057
|
-
"kind": 1024,
|
|
1058
|
-
"kindString": "Property",
|
|
1059
|
-
"flags": {},
|
|
1060
|
-
"sources": [
|
|
1061
|
-
{
|
|
1062
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
1063
|
-
"line": 10,
|
|
1064
|
-
"character": 95,
|
|
1065
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L10"
|
|
1066
|
-
}
|
|
1067
|
-
],
|
|
1068
|
-
"type": {
|
|
1069
|
-
"type": "reference",
|
|
1070
|
-
"name": "XyoArchivistApi",
|
|
1071
|
-
"qualifiedName": "XyoArchivistApi",
|
|
1072
|
-
"package": "@xyo-network/api"
|
|
1073
|
-
}
|
|
1074
|
-
}
|
|
1075
|
-
],
|
|
1076
|
-
"groups": [
|
|
1077
|
-
{
|
|
1078
|
-
"title": "Properties",
|
|
1079
|
-
"children": [
|
|
1080
|
-
65
|
|
1081
|
-
]
|
|
1082
|
-
}
|
|
1083
|
-
],
|
|
1084
|
-
"sources": [
|
|
1085
|
-
{
|
|
1086
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
1087
|
-
"line": 10,
|
|
1088
|
-
"character": 93,
|
|
1089
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L10"
|
|
1090
|
-
}
|
|
1091
|
-
]
|
|
1092
|
-
}
|
|
756
|
+
]
|
|
1093
757
|
}
|
|
1094
|
-
]
|
|
1095
|
-
|
|
758
|
+
],
|
|
759
|
+
"name": "Context",
|
|
760
|
+
"qualifiedName": "React.Context",
|
|
761
|
+
"package": "@types/react"
|
|
762
|
+
},
|
|
763
|
+
"defaultValue": "..."
|
|
1096
764
|
},
|
|
1097
765
|
{
|
|
1098
766
|
"id": 14,
|
|
1099
|
-
"name": "
|
|
767
|
+
"name": "SchemaListApiDivinerContext",
|
|
1100
768
|
"kind": 32,
|
|
1101
769
|
"kindString": "Variable",
|
|
1102
770
|
"flags": {
|
|
@@ -1104,10 +772,10 @@
|
|
|
1104
772
|
},
|
|
1105
773
|
"sources": [
|
|
1106
774
|
{
|
|
1107
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/
|
|
775
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/Context.tsx",
|
|
1108
776
|
"line": 5,
|
|
1109
777
|
"character": 13,
|
|
1110
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
778
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/Context.tsx#L5"
|
|
1111
779
|
}
|
|
1112
780
|
],
|
|
1113
781
|
"type": {
|
|
@@ -1118,8 +786,8 @@
|
|
|
1118
786
|
"types": [
|
|
1119
787
|
{
|
|
1120
788
|
"type": "reference",
|
|
1121
|
-
"id":
|
|
1122
|
-
"name": "
|
|
789
|
+
"id": 22,
|
|
790
|
+
"name": "SchemaListApiDivinerState"
|
|
1123
791
|
},
|
|
1124
792
|
{
|
|
1125
793
|
"type": "reference",
|
|
@@ -1135,7 +803,7 @@
|
|
|
1135
803
|
"defaultValue": "..."
|
|
1136
804
|
},
|
|
1137
805
|
{
|
|
1138
|
-
"id":
|
|
806
|
+
"id": 34,
|
|
1139
807
|
"name": "SchemaStatsApiDivinerContext",
|
|
1140
808
|
"kind": 32,
|
|
1141
809
|
"kindString": "Variable",
|
|
@@ -1144,10 +812,10 @@
|
|
|
1144
812
|
},
|
|
1145
813
|
"sources": [
|
|
1146
814
|
{
|
|
1147
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Context.tsx",
|
|
815
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/Context.tsx",
|
|
1148
816
|
"line": 5,
|
|
1149
817
|
"character": 13,
|
|
1150
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
818
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/Context.tsx#L5"
|
|
1151
819
|
}
|
|
1152
820
|
],
|
|
1153
821
|
"type": {
|
|
@@ -1158,7 +826,7 @@
|
|
|
1158
826
|
"types": [
|
|
1159
827
|
{
|
|
1160
828
|
"type": "reference",
|
|
1161
|
-
"id":
|
|
829
|
+
"id": 42,
|
|
1162
830
|
"name": "SchemaStatsApiDivinerState"
|
|
1163
831
|
},
|
|
1164
832
|
{
|
|
@@ -1175,7 +843,83 @@
|
|
|
1175
843
|
"defaultValue": "..."
|
|
1176
844
|
},
|
|
1177
845
|
{
|
|
1178
|
-
"id":
|
|
846
|
+
"id": 18,
|
|
847
|
+
"name": "SchemaListApiDivinerProvider",
|
|
848
|
+
"kind": 64,
|
|
849
|
+
"kindString": "Function",
|
|
850
|
+
"flags": {},
|
|
851
|
+
"sources": [
|
|
852
|
+
{
|
|
853
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/Provider.tsx",
|
|
854
|
+
"line": 11,
|
|
855
|
+
"character": 13,
|
|
856
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/Provider.tsx#L11"
|
|
857
|
+
}
|
|
858
|
+
],
|
|
859
|
+
"signatures": [
|
|
860
|
+
{
|
|
861
|
+
"id": 19,
|
|
862
|
+
"name": "SchemaListApiDivinerProvider",
|
|
863
|
+
"kind": 4096,
|
|
864
|
+
"kindString": "Call signature",
|
|
865
|
+
"flags": {},
|
|
866
|
+
"parameters": [
|
|
867
|
+
{
|
|
868
|
+
"id": 20,
|
|
869
|
+
"name": "props",
|
|
870
|
+
"kind": 32768,
|
|
871
|
+
"kindString": "Parameter",
|
|
872
|
+
"flags": {},
|
|
873
|
+
"type": {
|
|
874
|
+
"type": "reference",
|
|
875
|
+
"id": 15,
|
|
876
|
+
"name": "SchemaListApiDivinerProps"
|
|
877
|
+
}
|
|
878
|
+
},
|
|
879
|
+
{
|
|
880
|
+
"id": 21,
|
|
881
|
+
"name": "context",
|
|
882
|
+
"kind": 32768,
|
|
883
|
+
"kindString": "Parameter",
|
|
884
|
+
"flags": {
|
|
885
|
+
"isOptional": true
|
|
886
|
+
},
|
|
887
|
+
"type": {
|
|
888
|
+
"type": "intrinsic",
|
|
889
|
+
"name": "any"
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
],
|
|
893
|
+
"type": {
|
|
894
|
+
"type": "union",
|
|
895
|
+
"types": [
|
|
896
|
+
{
|
|
897
|
+
"type": "literal",
|
|
898
|
+
"value": null
|
|
899
|
+
},
|
|
900
|
+
{
|
|
901
|
+
"type": "reference",
|
|
902
|
+
"typeArguments": [
|
|
903
|
+
{
|
|
904
|
+
"type": "intrinsic",
|
|
905
|
+
"name": "any"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"type": "intrinsic",
|
|
909
|
+
"name": "any"
|
|
910
|
+
}
|
|
911
|
+
],
|
|
912
|
+
"name": "ReactElement",
|
|
913
|
+
"qualifiedName": "React.ReactElement",
|
|
914
|
+
"package": "@types/react"
|
|
915
|
+
}
|
|
916
|
+
]
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
]
|
|
920
|
+
},
|
|
921
|
+
{
|
|
922
|
+
"id": 63,
|
|
1179
923
|
"name": "SchemaMemoryProvider",
|
|
1180
924
|
"kind": 64,
|
|
1181
925
|
"kindString": "Function",
|
|
@@ -1185,19 +929,19 @@
|
|
|
1185
929
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx",
|
|
1186
930
|
"line": 8,
|
|
1187
931
|
"character": 13,
|
|
1188
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
932
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx#L8"
|
|
1189
933
|
}
|
|
1190
934
|
],
|
|
1191
935
|
"signatures": [
|
|
1192
936
|
{
|
|
1193
|
-
"id":
|
|
937
|
+
"id": 64,
|
|
1194
938
|
"name": "SchemaMemoryProvider",
|
|
1195
939
|
"kind": 4096,
|
|
1196
940
|
"kindString": "Call signature",
|
|
1197
941
|
"flags": {},
|
|
1198
942
|
"parameters": [
|
|
1199
943
|
{
|
|
1200
|
-
"id":
|
|
944
|
+
"id": 65,
|
|
1201
945
|
"name": "props",
|
|
1202
946
|
"kind": 32768,
|
|
1203
947
|
"kindString": "Parameter",
|
|
@@ -1207,7 +951,7 @@
|
|
|
1207
951
|
"typeArguments": [
|
|
1208
952
|
{
|
|
1209
953
|
"type": "reference",
|
|
1210
|
-
"id":
|
|
954
|
+
"id": 67,
|
|
1211
955
|
"name": "SchemaProviderProps"
|
|
1212
956
|
}
|
|
1213
957
|
],
|
|
@@ -1217,7 +961,7 @@
|
|
|
1217
961
|
}
|
|
1218
962
|
},
|
|
1219
963
|
{
|
|
1220
|
-
"id":
|
|
964
|
+
"id": 66,
|
|
1221
965
|
"name": "context",
|
|
1222
966
|
"kind": 32768,
|
|
1223
967
|
"kindString": "Parameter",
|
|
@@ -1269,7 +1013,7 @@
|
|
|
1269
1013
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
1270
1014
|
"line": 33,
|
|
1271
1015
|
"character": 13,
|
|
1272
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1016
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L33"
|
|
1273
1017
|
}
|
|
1274
1018
|
],
|
|
1275
1019
|
"signatures": [
|
|
@@ -1335,7 +1079,7 @@
|
|
|
1335
1079
|
]
|
|
1336
1080
|
},
|
|
1337
1081
|
{
|
|
1338
|
-
"id":
|
|
1082
|
+
"id": 70,
|
|
1339
1083
|
"name": "SchemaRouteProvider",
|
|
1340
1084
|
"kind": 64,
|
|
1341
1085
|
"kindString": "Function",
|
|
@@ -1345,19 +1089,19 @@
|
|
|
1345
1089
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx",
|
|
1346
1090
|
"line": 56,
|
|
1347
1091
|
"character": 13,
|
|
1348
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1092
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx#L56"
|
|
1349
1093
|
}
|
|
1350
1094
|
],
|
|
1351
1095
|
"signatures": [
|
|
1352
1096
|
{
|
|
1353
|
-
"id":
|
|
1097
|
+
"id": 71,
|
|
1354
1098
|
"name": "SchemaRouteProvider",
|
|
1355
1099
|
"kind": 4096,
|
|
1356
1100
|
"kindString": "Call signature",
|
|
1357
1101
|
"flags": {},
|
|
1358
1102
|
"parameters": [
|
|
1359
1103
|
{
|
|
1360
|
-
"id":
|
|
1104
|
+
"id": 72,
|
|
1361
1105
|
"name": "props",
|
|
1362
1106
|
"kind": 32768,
|
|
1363
1107
|
"kindString": "Parameter",
|
|
@@ -1367,7 +1111,7 @@
|
|
|
1367
1111
|
"typeArguments": [
|
|
1368
1112
|
{
|
|
1369
1113
|
"type": "reference",
|
|
1370
|
-
"id":
|
|
1114
|
+
"id": 67,
|
|
1371
1115
|
"name": "SchemaProviderProps"
|
|
1372
1116
|
}
|
|
1373
1117
|
],
|
|
@@ -1377,7 +1121,7 @@
|
|
|
1377
1121
|
}
|
|
1378
1122
|
},
|
|
1379
1123
|
{
|
|
1380
|
-
"id":
|
|
1124
|
+
"id": 73,
|
|
1381
1125
|
"name": "context",
|
|
1382
1126
|
"kind": 32768,
|
|
1383
1127
|
"kindString": "Parameter",
|
|
@@ -1429,7 +1173,7 @@
|
|
|
1429
1173
|
"fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
|
|
1430
1174
|
"line": 8,
|
|
1431
1175
|
"character": 13,
|
|
1432
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1176
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L8"
|
|
1433
1177
|
}
|
|
1434
1178
|
],
|
|
1435
1179
|
"signatures": [
|
|
@@ -1495,41 +1239,41 @@
|
|
|
1495
1239
|
]
|
|
1496
1240
|
},
|
|
1497
1241
|
{
|
|
1498
|
-
"id":
|
|
1242
|
+
"id": 38,
|
|
1499
1243
|
"name": "SchemaStatsApiDivinerProvider",
|
|
1500
1244
|
"kind": 64,
|
|
1501
1245
|
"kindString": "Function",
|
|
1502
1246
|
"flags": {},
|
|
1503
1247
|
"sources": [
|
|
1504
1248
|
{
|
|
1505
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
1249
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/Provider.tsx",
|
|
1506
1250
|
"line": 11,
|
|
1507
1251
|
"character": 13,
|
|
1508
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1252
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/Provider.tsx#L11"
|
|
1509
1253
|
}
|
|
1510
1254
|
],
|
|
1511
1255
|
"signatures": [
|
|
1512
1256
|
{
|
|
1513
|
-
"id":
|
|
1257
|
+
"id": 39,
|
|
1514
1258
|
"name": "SchemaStatsApiDivinerProvider",
|
|
1515
1259
|
"kind": 4096,
|
|
1516
1260
|
"kindString": "Call signature",
|
|
1517
1261
|
"flags": {},
|
|
1518
1262
|
"parameters": [
|
|
1519
1263
|
{
|
|
1520
|
-
"id":
|
|
1264
|
+
"id": 40,
|
|
1521
1265
|
"name": "props",
|
|
1522
1266
|
"kind": 32768,
|
|
1523
1267
|
"kindString": "Parameter",
|
|
1524
1268
|
"flags": {},
|
|
1525
1269
|
"type": {
|
|
1526
1270
|
"type": "reference",
|
|
1527
|
-
"id":
|
|
1271
|
+
"id": 35,
|
|
1528
1272
|
"name": "SchemaStatsApiDivinerProps"
|
|
1529
1273
|
}
|
|
1530
1274
|
},
|
|
1531
1275
|
{
|
|
1532
|
-
"id":
|
|
1276
|
+
"id": 41,
|
|
1533
1277
|
"name": "context",
|
|
1534
1278
|
"kind": 32768,
|
|
1535
1279
|
"kindString": "Parameter",
|
|
@@ -1554,16 +1298,154 @@
|
|
|
1554
1298
|
"typeArguments": [
|
|
1555
1299
|
{
|
|
1556
1300
|
"type": "intrinsic",
|
|
1557
|
-
"name": "any"
|
|
1301
|
+
"name": "any"
|
|
1302
|
+
},
|
|
1303
|
+
{
|
|
1304
|
+
"type": "intrinsic",
|
|
1305
|
+
"name": "any"
|
|
1306
|
+
}
|
|
1307
|
+
],
|
|
1308
|
+
"name": "ReactElement",
|
|
1309
|
+
"qualifiedName": "React.ReactElement",
|
|
1310
|
+
"package": "@types/react"
|
|
1311
|
+
}
|
|
1312
|
+
]
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
]
|
|
1316
|
+
},
|
|
1317
|
+
{
|
|
1318
|
+
"id": 28,
|
|
1319
|
+
"name": "useDivineSchemaList",
|
|
1320
|
+
"kind": 64,
|
|
1321
|
+
"kindString": "Function",
|
|
1322
|
+
"flags": {},
|
|
1323
|
+
"sources": [
|
|
1324
|
+
{
|
|
1325
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/useDivine.tsx",
|
|
1326
|
+
"line": 8,
|
|
1327
|
+
"character": 13,
|
|
1328
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/useDivine.tsx#L8"
|
|
1329
|
+
}
|
|
1330
|
+
],
|
|
1331
|
+
"signatures": [
|
|
1332
|
+
{
|
|
1333
|
+
"id": 29,
|
|
1334
|
+
"name": "useDivineSchemaList",
|
|
1335
|
+
"kind": 4096,
|
|
1336
|
+
"kindString": "Call signature",
|
|
1337
|
+
"flags": {},
|
|
1338
|
+
"type": {
|
|
1339
|
+
"type": "tuple",
|
|
1340
|
+
"elements": [
|
|
1341
|
+
{
|
|
1342
|
+
"type": "union",
|
|
1343
|
+
"types": [
|
|
1344
|
+
{
|
|
1345
|
+
"type": "intrinsic",
|
|
1346
|
+
"name": "undefined"
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"type": "array",
|
|
1350
|
+
"elementType": {
|
|
1351
|
+
"type": "intersection",
|
|
1352
|
+
"types": [
|
|
1353
|
+
{
|
|
1354
|
+
"type": "reference",
|
|
1355
|
+
"name": "SchemaFields",
|
|
1356
|
+
"qualifiedName": "SchemaFields",
|
|
1357
|
+
"package": "@xyo-network/payload"
|
|
1358
|
+
},
|
|
1359
|
+
{
|
|
1360
|
+
"type": "reference",
|
|
1361
|
+
"name": "PayloadFields",
|
|
1362
|
+
"qualifiedName": "PayloadFields",
|
|
1363
|
+
"package": "@xyo-network/payload"
|
|
1364
|
+
},
|
|
1365
|
+
{
|
|
1366
|
+
"type": "reflection",
|
|
1367
|
+
"declaration": {
|
|
1368
|
+
"id": 30,
|
|
1369
|
+
"name": "__type",
|
|
1370
|
+
"kind": 65536,
|
|
1371
|
+
"kindString": "Type literal",
|
|
1372
|
+
"flags": {},
|
|
1373
|
+
"sources": [
|
|
1374
|
+
{
|
|
1375
|
+
"fileName": "node_modules/@xyo-network/api/dist/esm/Diviner/SchemaListApiDiviner/Payload.d.ts",
|
|
1376
|
+
"line": 3,
|
|
1377
|
+
"character": 44
|
|
1378
|
+
}
|
|
1379
|
+
]
|
|
1380
|
+
}
|
|
1381
|
+
},
|
|
1382
|
+
{
|
|
1383
|
+
"type": "reflection",
|
|
1384
|
+
"declaration": {
|
|
1385
|
+
"id": 31,
|
|
1386
|
+
"name": "__type",
|
|
1387
|
+
"kind": 65536,
|
|
1388
|
+
"kindString": "Type literal",
|
|
1389
|
+
"flags": {},
|
|
1390
|
+
"sources": [
|
|
1391
|
+
{
|
|
1392
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/XyoPayload.d.ts",
|
|
1393
|
+
"line": 16,
|
|
1394
|
+
"character": 227
|
|
1395
|
+
}
|
|
1396
|
+
]
|
|
1397
|
+
}
|
|
1398
|
+
}
|
|
1399
|
+
]
|
|
1400
|
+
}
|
|
1401
|
+
}
|
|
1402
|
+
]
|
|
1403
|
+
},
|
|
1404
|
+
{
|
|
1405
|
+
"type": "union",
|
|
1406
|
+
"types": [
|
|
1407
|
+
{
|
|
1408
|
+
"type": "intrinsic",
|
|
1409
|
+
"name": "undefined"
|
|
1558
1410
|
},
|
|
1559
1411
|
{
|
|
1560
|
-
"type": "
|
|
1561
|
-
"name": "
|
|
1412
|
+
"type": "reference",
|
|
1413
|
+
"name": "Error",
|
|
1414
|
+
"qualifiedName": "Error",
|
|
1415
|
+
"package": "typescript"
|
|
1562
1416
|
}
|
|
1563
|
-
]
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
"
|
|
1417
|
+
]
|
|
1418
|
+
},
|
|
1419
|
+
{
|
|
1420
|
+
"type": "reflection",
|
|
1421
|
+
"declaration": {
|
|
1422
|
+
"id": 32,
|
|
1423
|
+
"name": "__type",
|
|
1424
|
+
"kind": 65536,
|
|
1425
|
+
"kindString": "Type literal",
|
|
1426
|
+
"flags": {},
|
|
1427
|
+
"sources": [
|
|
1428
|
+
{
|
|
1429
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/useDivine.tsx",
|
|
1430
|
+
"line": 8,
|
|
1431
|
+
"character": 85,
|
|
1432
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/useDivine.tsx#L8"
|
|
1433
|
+
}
|
|
1434
|
+
],
|
|
1435
|
+
"signatures": [
|
|
1436
|
+
{
|
|
1437
|
+
"id": 33,
|
|
1438
|
+
"name": "__type",
|
|
1439
|
+
"kind": 4096,
|
|
1440
|
+
"kindString": "Call signature",
|
|
1441
|
+
"flags": {},
|
|
1442
|
+
"type": {
|
|
1443
|
+
"type": "intrinsic",
|
|
1444
|
+
"name": "void"
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
]
|
|
1448
|
+
}
|
|
1567
1449
|
}
|
|
1568
1450
|
]
|
|
1569
1451
|
}
|
|
@@ -1571,22 +1453,22 @@
|
|
|
1571
1453
|
]
|
|
1572
1454
|
},
|
|
1573
1455
|
{
|
|
1574
|
-
"id":
|
|
1456
|
+
"id": 48,
|
|
1575
1457
|
"name": "useDivineSchemaStats",
|
|
1576
1458
|
"kind": 64,
|
|
1577
1459
|
"kindString": "Function",
|
|
1578
1460
|
"flags": {},
|
|
1579
1461
|
"sources": [
|
|
1580
1462
|
{
|
|
1581
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/useDivine.tsx",
|
|
1463
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/useDivine.tsx",
|
|
1582
1464
|
"line": 8,
|
|
1583
1465
|
"character": 13,
|
|
1584
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1466
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/useDivine.tsx#L8"
|
|
1585
1467
|
}
|
|
1586
1468
|
],
|
|
1587
1469
|
"signatures": [
|
|
1588
1470
|
{
|
|
1589
|
-
"id":
|
|
1471
|
+
"id": 49,
|
|
1590
1472
|
"name": "useDivineSchemaStats",
|
|
1591
1473
|
"kind": 4096,
|
|
1592
1474
|
"kindString": "Call signature",
|
|
@@ -1619,7 +1501,7 @@
|
|
|
1619
1501
|
{
|
|
1620
1502
|
"type": "reflection",
|
|
1621
1503
|
"declaration": {
|
|
1622
|
-
"id":
|
|
1504
|
+
"id": 50,
|
|
1623
1505
|
"name": "__type",
|
|
1624
1506
|
"kind": 65536,
|
|
1625
1507
|
"kindString": "Type literal",
|
|
@@ -1636,7 +1518,7 @@
|
|
|
1636
1518
|
{
|
|
1637
1519
|
"type": "reflection",
|
|
1638
1520
|
"declaration": {
|
|
1639
|
-
"id":
|
|
1521
|
+
"id": 51,
|
|
1640
1522
|
"name": "__type",
|
|
1641
1523
|
"kind": 65536,
|
|
1642
1524
|
"kindString": "Type literal",
|
|
@@ -1672,22 +1554,22 @@
|
|
|
1672
1554
|
{
|
|
1673
1555
|
"type": "reflection",
|
|
1674
1556
|
"declaration": {
|
|
1675
|
-
"id":
|
|
1557
|
+
"id": 52,
|
|
1676
1558
|
"name": "__type",
|
|
1677
1559
|
"kind": 65536,
|
|
1678
1560
|
"kindString": "Type literal",
|
|
1679
1561
|
"flags": {},
|
|
1680
1562
|
"sources": [
|
|
1681
1563
|
{
|
|
1682
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/useDivine.tsx",
|
|
1564
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/useDivine.tsx",
|
|
1683
1565
|
"line": 8,
|
|
1684
1566
|
"character": 85,
|
|
1685
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1567
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/useDivine.tsx#L8"
|
|
1686
1568
|
}
|
|
1687
1569
|
],
|
|
1688
1570
|
"signatures": [
|
|
1689
1571
|
{
|
|
1690
|
-
"id":
|
|
1572
|
+
"id": 53,
|
|
1691
1573
|
"name": "__type",
|
|
1692
1574
|
"kind": 4096,
|
|
1693
1575
|
"kindString": "Call signature",
|
|
@@ -1706,7 +1588,292 @@
|
|
|
1706
1588
|
]
|
|
1707
1589
|
},
|
|
1708
1590
|
{
|
|
1709
|
-
"id":
|
|
1591
|
+
"id": 83,
|
|
1592
|
+
"name": "useGetSchemaPayload",
|
|
1593
|
+
"kind": 64,
|
|
1594
|
+
"kindString": "Function",
|
|
1595
|
+
"flags": {},
|
|
1596
|
+
"sources": [
|
|
1597
|
+
{
|
|
1598
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1599
|
+
"line": 11,
|
|
1600
|
+
"character": 6,
|
|
1601
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L11"
|
|
1602
|
+
}
|
|
1603
|
+
],
|
|
1604
|
+
"signatures": [
|
|
1605
|
+
{
|
|
1606
|
+
"id": 84,
|
|
1607
|
+
"name": "useGetSchemaPayload",
|
|
1608
|
+
"kind": 4096,
|
|
1609
|
+
"kindString": "Call signature",
|
|
1610
|
+
"flags": {},
|
|
1611
|
+
"comment": {
|
|
1612
|
+
"summary": [
|
|
1613
|
+
{
|
|
1614
|
+
"kind": "text",
|
|
1615
|
+
"text": "Gets a Huri and schema payload from a schema string"
|
|
1616
|
+
}
|
|
1617
|
+
]
|
|
1618
|
+
},
|
|
1619
|
+
"parameters": [
|
|
1620
|
+
{
|
|
1621
|
+
"id": 85,
|
|
1622
|
+
"name": "schema",
|
|
1623
|
+
"kind": 32768,
|
|
1624
|
+
"kindString": "Parameter",
|
|
1625
|
+
"flags": {
|
|
1626
|
+
"isOptional": true
|
|
1627
|
+
},
|
|
1628
|
+
"type": {
|
|
1629
|
+
"type": "intrinsic",
|
|
1630
|
+
"name": "string"
|
|
1631
|
+
}
|
|
1632
|
+
}
|
|
1633
|
+
],
|
|
1634
|
+
"type": {
|
|
1635
|
+
"type": "reflection",
|
|
1636
|
+
"declaration": {
|
|
1637
|
+
"id": 86,
|
|
1638
|
+
"name": "__type",
|
|
1639
|
+
"kind": 65536,
|
|
1640
|
+
"kindString": "Type literal",
|
|
1641
|
+
"flags": {},
|
|
1642
|
+
"children": [
|
|
1643
|
+
{
|
|
1644
|
+
"id": 87,
|
|
1645
|
+
"name": "notFound",
|
|
1646
|
+
"kind": 1024,
|
|
1647
|
+
"kindString": "Property",
|
|
1648
|
+
"flags": {},
|
|
1649
|
+
"sources": [
|
|
1650
|
+
{
|
|
1651
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1652
|
+
"line": 46,
|
|
1653
|
+
"character": 4,
|
|
1654
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L46"
|
|
1655
|
+
}
|
|
1656
|
+
],
|
|
1657
|
+
"type": {
|
|
1658
|
+
"type": "intrinsic",
|
|
1659
|
+
"name": "boolean"
|
|
1660
|
+
}
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"id": 88,
|
|
1664
|
+
"name": "schemaHuri",
|
|
1665
|
+
"kind": 1024,
|
|
1666
|
+
"kindString": "Property",
|
|
1667
|
+
"flags": {},
|
|
1668
|
+
"sources": [
|
|
1669
|
+
{
|
|
1670
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1671
|
+
"line": 47,
|
|
1672
|
+
"character": 4,
|
|
1673
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L47"
|
|
1674
|
+
}
|
|
1675
|
+
],
|
|
1676
|
+
"type": {
|
|
1677
|
+
"type": "union",
|
|
1678
|
+
"types": [
|
|
1679
|
+
{
|
|
1680
|
+
"type": "intrinsic",
|
|
1681
|
+
"name": "undefined"
|
|
1682
|
+
},
|
|
1683
|
+
{
|
|
1684
|
+
"type": "reference",
|
|
1685
|
+
"typeArguments": [
|
|
1686
|
+
{
|
|
1687
|
+
"type": "intersection",
|
|
1688
|
+
"types": [
|
|
1689
|
+
{
|
|
1690
|
+
"type": "reference",
|
|
1691
|
+
"name": "SchemaFields",
|
|
1692
|
+
"qualifiedName": "SchemaFields",
|
|
1693
|
+
"package": "@xyo-network/payload"
|
|
1694
|
+
},
|
|
1695
|
+
{
|
|
1696
|
+
"type": "reference",
|
|
1697
|
+
"name": "PayloadFields",
|
|
1698
|
+
"qualifiedName": "PayloadFields",
|
|
1699
|
+
"package": "@xyo-network/payload"
|
|
1700
|
+
},
|
|
1701
|
+
{
|
|
1702
|
+
"type": "reflection",
|
|
1703
|
+
"declaration": {
|
|
1704
|
+
"id": 89,
|
|
1705
|
+
"name": "__type",
|
|
1706
|
+
"kind": 65536,
|
|
1707
|
+
"kindString": "Type literal",
|
|
1708
|
+
"flags": {},
|
|
1709
|
+
"sources": [
|
|
1710
|
+
{
|
|
1711
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/XyoPayload.d.ts",
|
|
1712
|
+
"line": 18,
|
|
1713
|
+
"character": 17
|
|
1714
|
+
}
|
|
1715
|
+
]
|
|
1716
|
+
}
|
|
1717
|
+
}
|
|
1718
|
+
]
|
|
1719
|
+
}
|
|
1720
|
+
],
|
|
1721
|
+
"name": "Huri",
|
|
1722
|
+
"qualifiedName": "Huri",
|
|
1723
|
+
"package": "@xyo-network/payload"
|
|
1724
|
+
}
|
|
1725
|
+
]
|
|
1726
|
+
},
|
|
1727
|
+
"defaultValue": "schemaCacheEntry.huri"
|
|
1728
|
+
},
|
|
1729
|
+
{
|
|
1730
|
+
"id": 90,
|
|
1731
|
+
"name": "schemaPayload",
|
|
1732
|
+
"kind": 1024,
|
|
1733
|
+
"kindString": "Property",
|
|
1734
|
+
"flags": {},
|
|
1735
|
+
"sources": [
|
|
1736
|
+
{
|
|
1737
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1738
|
+
"line": 48,
|
|
1739
|
+
"character": 4,
|
|
1740
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L48"
|
|
1741
|
+
}
|
|
1742
|
+
],
|
|
1743
|
+
"type": {
|
|
1744
|
+
"type": "union",
|
|
1745
|
+
"types": [
|
|
1746
|
+
{
|
|
1747
|
+
"type": "intrinsic",
|
|
1748
|
+
"name": "undefined"
|
|
1749
|
+
},
|
|
1750
|
+
{
|
|
1751
|
+
"type": "literal",
|
|
1752
|
+
"value": null
|
|
1753
|
+
},
|
|
1754
|
+
{
|
|
1755
|
+
"type": "intersection",
|
|
1756
|
+
"types": [
|
|
1757
|
+
{
|
|
1758
|
+
"type": "reference",
|
|
1759
|
+
"name": "SchemaFields",
|
|
1760
|
+
"qualifiedName": "SchemaFields",
|
|
1761
|
+
"package": "@xyo-network/payload"
|
|
1762
|
+
},
|
|
1763
|
+
{
|
|
1764
|
+
"type": "reference",
|
|
1765
|
+
"name": "PayloadFields",
|
|
1766
|
+
"qualifiedName": "PayloadFields",
|
|
1767
|
+
"package": "@xyo-network/payload"
|
|
1768
|
+
},
|
|
1769
|
+
{
|
|
1770
|
+
"type": "reflection",
|
|
1771
|
+
"declaration": {
|
|
1772
|
+
"id": 91,
|
|
1773
|
+
"name": "__type",
|
|
1774
|
+
"kind": 65536,
|
|
1775
|
+
"kindString": "Type literal",
|
|
1776
|
+
"flags": {},
|
|
1777
|
+
"sources": [
|
|
1778
|
+
{
|
|
1779
|
+
"fileName": "node_modules/@xyo-network/schema-payload-plugin/dist/esm/Payload.d.ts",
|
|
1780
|
+
"line": 3,
|
|
1781
|
+
"character": 50
|
|
1782
|
+
}
|
|
1783
|
+
]
|
|
1784
|
+
}
|
|
1785
|
+
}
|
|
1786
|
+
]
|
|
1787
|
+
}
|
|
1788
|
+
]
|
|
1789
|
+
},
|
|
1790
|
+
"defaultValue": "..."
|
|
1791
|
+
},
|
|
1792
|
+
{
|
|
1793
|
+
"id": 92,
|
|
1794
|
+
"name": "xyoError",
|
|
1795
|
+
"kind": 1024,
|
|
1796
|
+
"kindString": "Property",
|
|
1797
|
+
"flags": {},
|
|
1798
|
+
"sources": [
|
|
1799
|
+
{
|
|
1800
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1801
|
+
"line": 51,
|
|
1802
|
+
"character": 4,
|
|
1803
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L51"
|
|
1804
|
+
}
|
|
1805
|
+
],
|
|
1806
|
+
"type": {
|
|
1807
|
+
"type": "union",
|
|
1808
|
+
"types": [
|
|
1809
|
+
{
|
|
1810
|
+
"type": "intrinsic",
|
|
1811
|
+
"name": "undefined"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"type": "intersection",
|
|
1815
|
+
"types": [
|
|
1816
|
+
{
|
|
1817
|
+
"type": "reference",
|
|
1818
|
+
"name": "SchemaFields",
|
|
1819
|
+
"qualifiedName": "SchemaFields",
|
|
1820
|
+
"package": "@xyo-network/payload"
|
|
1821
|
+
},
|
|
1822
|
+
{
|
|
1823
|
+
"type": "reference",
|
|
1824
|
+
"name": "PayloadFields",
|
|
1825
|
+
"qualifiedName": "PayloadFields",
|
|
1826
|
+
"package": "@xyo-network/payload"
|
|
1827
|
+
},
|
|
1828
|
+
{
|
|
1829
|
+
"type": "reflection",
|
|
1830
|
+
"declaration": {
|
|
1831
|
+
"id": 93,
|
|
1832
|
+
"name": "__type",
|
|
1833
|
+
"kind": 65536,
|
|
1834
|
+
"kindString": "Type literal",
|
|
1835
|
+
"flags": {},
|
|
1836
|
+
"sources": [
|
|
1837
|
+
{
|
|
1838
|
+
"fileName": "node_modules/@xyo-network/module/dist/esm/Query/Error.d.ts",
|
|
1839
|
+
"line": 4,
|
|
1840
|
+
"character": 42
|
|
1841
|
+
}
|
|
1842
|
+
]
|
|
1843
|
+
}
|
|
1844
|
+
}
|
|
1845
|
+
]
|
|
1846
|
+
}
|
|
1847
|
+
]
|
|
1848
|
+
}
|
|
1849
|
+
}
|
|
1850
|
+
],
|
|
1851
|
+
"groups": [
|
|
1852
|
+
{
|
|
1853
|
+
"title": "Properties",
|
|
1854
|
+
"children": [
|
|
1855
|
+
87,
|
|
1856
|
+
88,
|
|
1857
|
+
90,
|
|
1858
|
+
92
|
|
1859
|
+
]
|
|
1860
|
+
}
|
|
1861
|
+
],
|
|
1862
|
+
"sources": [
|
|
1863
|
+
{
|
|
1864
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1865
|
+
"line": 45,
|
|
1866
|
+
"character": 9,
|
|
1867
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L45"
|
|
1868
|
+
}
|
|
1869
|
+
]
|
|
1870
|
+
}
|
|
1871
|
+
}
|
|
1872
|
+
}
|
|
1873
|
+
]
|
|
1874
|
+
},
|
|
1875
|
+
{
|
|
1876
|
+
"id": 80,
|
|
1710
1877
|
"name": "useSchema",
|
|
1711
1878
|
"kind": 64,
|
|
1712
1879
|
"kindString": "Function",
|
|
@@ -1716,19 +1883,19 @@
|
|
|
1716
1883
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/use.ts",
|
|
1717
1884
|
"line": 6,
|
|
1718
1885
|
"character": 13,
|
|
1719
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1886
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/use.ts#L6"
|
|
1720
1887
|
}
|
|
1721
1888
|
],
|
|
1722
1889
|
"signatures": [
|
|
1723
1890
|
{
|
|
1724
|
-
"id":
|
|
1891
|
+
"id": 81,
|
|
1725
1892
|
"name": "useSchema",
|
|
1726
1893
|
"kind": 4096,
|
|
1727
1894
|
"kindString": "Call signature",
|
|
1728
1895
|
"flags": {},
|
|
1729
1896
|
"parameters": [
|
|
1730
1897
|
{
|
|
1731
|
-
"id":
|
|
1898
|
+
"id": 82,
|
|
1732
1899
|
"name": "required",
|
|
1733
1900
|
"kind": 32768,
|
|
1734
1901
|
"kindString": "Parameter",
|
|
@@ -1745,7 +1912,7 @@
|
|
|
1745
1912
|
"typeArguments": [
|
|
1746
1913
|
{
|
|
1747
1914
|
"type": "reference",
|
|
1748
|
-
"id":
|
|
1915
|
+
"id": 74,
|
|
1749
1916
|
"name": "SchemaContextState"
|
|
1750
1917
|
},
|
|
1751
1918
|
{
|
|
@@ -1761,7 +1928,7 @@
|
|
|
1761
1928
|
]
|
|
1762
1929
|
},
|
|
1763
1930
|
{
|
|
1764
|
-
"id":
|
|
1931
|
+
"id": 55,
|
|
1765
1932
|
"name": "useSchemaDefinitions",
|
|
1766
1933
|
"kind": 64,
|
|
1767
1934
|
"kindString": "Function",
|
|
@@ -1771,12 +1938,12 @@
|
|
|
1771
1938
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaDefinitions.tsx",
|
|
1772
1939
|
"line": 8,
|
|
1773
1940
|
"character": 13,
|
|
1774
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1941
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaDefinitions.tsx#L8"
|
|
1775
1942
|
}
|
|
1776
1943
|
],
|
|
1777
1944
|
"signatures": [
|
|
1778
1945
|
{
|
|
1779
|
-
"id":
|
|
1946
|
+
"id": 56,
|
|
1780
1947
|
"name": "useSchemaDefinitions",
|
|
1781
1948
|
"kind": 4096,
|
|
1782
1949
|
"kindString": "Call signature",
|
|
@@ -1808,7 +1975,7 @@
|
|
|
1808
1975
|
{
|
|
1809
1976
|
"type": "reflection",
|
|
1810
1977
|
"declaration": {
|
|
1811
|
-
"id":
|
|
1978
|
+
"id": 57,
|
|
1812
1979
|
"name": "__type",
|
|
1813
1980
|
"kind": 65536,
|
|
1814
1981
|
"kindString": "Type literal",
|
|
@@ -1831,7 +1998,7 @@
|
|
|
1831
1998
|
]
|
|
1832
1999
|
},
|
|
1833
2000
|
{
|
|
1834
|
-
"id":
|
|
2001
|
+
"id": 58,
|
|
1835
2002
|
"name": "useSchemaList",
|
|
1836
2003
|
"kind": 64,
|
|
1837
2004
|
"kindString": "Function",
|
|
@@ -1841,19 +2008,19 @@
|
|
|
1841
2008
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaList.tsx",
|
|
1842
2009
|
"line": 6,
|
|
1843
2010
|
"character": 13,
|
|
1844
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2011
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaList.tsx#L6"
|
|
1845
2012
|
}
|
|
1846
2013
|
],
|
|
1847
2014
|
"signatures": [
|
|
1848
2015
|
{
|
|
1849
|
-
"id":
|
|
2016
|
+
"id": 59,
|
|
1850
2017
|
"name": "useSchemaList",
|
|
1851
2018
|
"kind": 4096,
|
|
1852
2019
|
"kindString": "Call signature",
|
|
1853
2020
|
"flags": {},
|
|
1854
2021
|
"parameters": [
|
|
1855
2022
|
{
|
|
1856
|
-
"id":
|
|
2023
|
+
"id": 60,
|
|
1857
2024
|
"name": "knownSchemaList",
|
|
1858
2025
|
"kind": 32768,
|
|
1859
2026
|
"kindString": "Parameter",
|
|
@@ -1909,7 +2076,72 @@
|
|
|
1909
2076
|
]
|
|
1910
2077
|
},
|
|
1911
2078
|
{
|
|
1912
|
-
"id":
|
|
2079
|
+
"id": 25,
|
|
2080
|
+
"name": "useSchemaListApiDiviner",
|
|
2081
|
+
"kind": 64,
|
|
2082
|
+
"kindString": "Function",
|
|
2083
|
+
"flags": {},
|
|
2084
|
+
"sources": [
|
|
2085
|
+
{
|
|
2086
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/use.tsx",
|
|
2087
|
+
"line": 5,
|
|
2088
|
+
"character": 13,
|
|
2089
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/ListDiviner/use.tsx#L5"
|
|
2090
|
+
}
|
|
2091
|
+
],
|
|
2092
|
+
"signatures": [
|
|
2093
|
+
{
|
|
2094
|
+
"id": 26,
|
|
2095
|
+
"name": "useSchemaListApiDiviner",
|
|
2096
|
+
"kind": 4096,
|
|
2097
|
+
"kindString": "Call signature",
|
|
2098
|
+
"flags": {},
|
|
2099
|
+
"parameters": [
|
|
2100
|
+
{
|
|
2101
|
+
"id": 27,
|
|
2102
|
+
"name": "required",
|
|
2103
|
+
"kind": 32768,
|
|
2104
|
+
"kindString": "Parameter",
|
|
2105
|
+
"flags": {
|
|
2106
|
+
"isOptional": true
|
|
2107
|
+
},
|
|
2108
|
+
"type": {
|
|
2109
|
+
"type": "intrinsic",
|
|
2110
|
+
"name": "boolean"
|
|
2111
|
+
}
|
|
2112
|
+
}
|
|
2113
|
+
],
|
|
2114
|
+
"type": {
|
|
2115
|
+
"type": "reference",
|
|
2116
|
+
"typeArguments": [
|
|
2117
|
+
{
|
|
2118
|
+
"type": "intersection",
|
|
2119
|
+
"types": [
|
|
2120
|
+
{
|
|
2121
|
+
"type": "reference",
|
|
2122
|
+
"id": 22,
|
|
2123
|
+
"name": "SchemaListApiDivinerState"
|
|
2124
|
+
},
|
|
2125
|
+
{
|
|
2126
|
+
"type": "reference",
|
|
2127
|
+
"name": "ContextExState"
|
|
2128
|
+
}
|
|
2129
|
+
]
|
|
2130
|
+
},
|
|
2131
|
+
{
|
|
2132
|
+
"type": "literal",
|
|
2133
|
+
"value": "provided"
|
|
2134
|
+
}
|
|
2135
|
+
],
|
|
2136
|
+
"name": "Omit",
|
|
2137
|
+
"qualifiedName": "Omit",
|
|
2138
|
+
"package": "typescript"
|
|
2139
|
+
}
|
|
2140
|
+
}
|
|
2141
|
+
]
|
|
2142
|
+
},
|
|
2143
|
+
{
|
|
2144
|
+
"id": 61,
|
|
1913
2145
|
"name": "useSchemaStats",
|
|
1914
2146
|
"kind": 64,
|
|
1915
2147
|
"kindString": "Function",
|
|
@@ -1919,12 +2151,12 @@
|
|
|
1919
2151
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaStats.tsx",
|
|
1920
2152
|
"line": 8,
|
|
1921
2153
|
"character": 13,
|
|
1922
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2154
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaStats.tsx#L8"
|
|
1923
2155
|
}
|
|
1924
2156
|
],
|
|
1925
2157
|
"signatures": [
|
|
1926
2158
|
{
|
|
1927
|
-
"id":
|
|
2159
|
+
"id": 62,
|
|
1928
2160
|
"name": "useSchemaStats",
|
|
1929
2161
|
"kind": 4096,
|
|
1930
2162
|
"kindString": "Call signature",
|
|
@@ -1962,29 +2194,29 @@
|
|
|
1962
2194
|
]
|
|
1963
2195
|
},
|
|
1964
2196
|
{
|
|
1965
|
-
"id":
|
|
2197
|
+
"id": 45,
|
|
1966
2198
|
"name": "useSchemaStatsApiDiviner",
|
|
1967
2199
|
"kind": 64,
|
|
1968
2200
|
"kindString": "Function",
|
|
1969
2201
|
"flags": {},
|
|
1970
2202
|
"sources": [
|
|
1971
2203
|
{
|
|
1972
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/use.tsx",
|
|
2204
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/use.tsx",
|
|
1973
2205
|
"line": 5,
|
|
1974
2206
|
"character": 13,
|
|
1975
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2207
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/contexts/Diviners/StatsDiviner/use.tsx#L5"
|
|
1976
2208
|
}
|
|
1977
2209
|
],
|
|
1978
2210
|
"signatures": [
|
|
1979
2211
|
{
|
|
1980
|
-
"id":
|
|
2212
|
+
"id": 46,
|
|
1981
2213
|
"name": "useSchemaStatsApiDiviner",
|
|
1982
2214
|
"kind": 4096,
|
|
1983
2215
|
"kindString": "Call signature",
|
|
1984
2216
|
"flags": {},
|
|
1985
2217
|
"parameters": [
|
|
1986
2218
|
{
|
|
1987
|
-
"id":
|
|
2219
|
+
"id": 47,
|
|
1988
2220
|
"name": "required",
|
|
1989
2221
|
"kind": 32768,
|
|
1990
2222
|
"kindString": "Parameter",
|
|
@@ -2005,7 +2237,7 @@
|
|
|
2005
2237
|
"types": [
|
|
2006
2238
|
{
|
|
2007
2239
|
"type": "reference",
|
|
2008
|
-
"id":
|
|
2240
|
+
"id": 42,
|
|
2009
2241
|
"name": "SchemaStatsApiDivinerState"
|
|
2010
2242
|
},
|
|
2011
2243
|
{
|
|
@@ -2028,50 +2260,50 @@
|
|
|
2028
2260
|
}
|
|
2029
2261
|
],
|
|
2030
2262
|
"groups": [
|
|
2031
|
-
{
|
|
2032
|
-
"title": "Classes",
|
|
2033
|
-
"children": [
|
|
2034
|
-
66
|
|
2035
|
-
]
|
|
2036
|
-
},
|
|
2037
2263
|
{
|
|
2038
2264
|
"title": "Interfaces",
|
|
2039
2265
|
"children": [
|
|
2040
|
-
|
|
2041
|
-
|
|
2042
|
-
|
|
2266
|
+
74,
|
|
2267
|
+
22,
|
|
2268
|
+
67,
|
|
2269
|
+
42
|
|
2043
2270
|
]
|
|
2044
2271
|
},
|
|
2045
2272
|
{
|
|
2046
2273
|
"title": "Type Aliases",
|
|
2047
2274
|
"children": [
|
|
2275
|
+
15,
|
|
2048
2276
|
1,
|
|
2049
2277
|
9,
|
|
2050
|
-
|
|
2051
|
-
63
|
|
2278
|
+
35
|
|
2052
2279
|
]
|
|
2053
2280
|
},
|
|
2054
2281
|
{
|
|
2055
2282
|
"title": "Variables",
|
|
2056
2283
|
"children": [
|
|
2284
|
+
54,
|
|
2057
2285
|
14,
|
|
2058
|
-
|
|
2286
|
+
34
|
|
2059
2287
|
]
|
|
2060
2288
|
},
|
|
2061
2289
|
{
|
|
2062
2290
|
"title": "Functions",
|
|
2063
2291
|
"children": [
|
|
2064
|
-
|
|
2292
|
+
18,
|
|
2293
|
+
63,
|
|
2065
2294
|
5,
|
|
2066
|
-
|
|
2295
|
+
70,
|
|
2067
2296
|
10,
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
|
|
2072
|
-
|
|
2073
|
-
|
|
2074
|
-
|
|
2297
|
+
38,
|
|
2298
|
+
28,
|
|
2299
|
+
48,
|
|
2300
|
+
83,
|
|
2301
|
+
80,
|
|
2302
|
+
55,
|
|
2303
|
+
58,
|
|
2304
|
+
25,
|
|
2305
|
+
61,
|
|
2306
|
+
45
|
|
2075
2307
|
]
|
|
2076
2308
|
}
|
|
2077
2309
|
],
|
|
@@ -2080,7 +2312,7 @@
|
|
|
2080
2312
|
"fileName": "packages/sdk/packages/schema/src/index.ts",
|
|
2081
2313
|
"line": 1,
|
|
2082
2314
|
"character": 0,
|
|
2083
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
2315
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/c8a79fb73/packages/sdk/packages/schema/src/index.ts#L1"
|
|
2084
2316
|
}
|
|
2085
2317
|
]
|
|
2086
2318
|
}
|