@xyo-network/react-schema 2.38.7 → 2.38.9
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/Hooks/useSchemaStats.d.ts +1 -0
- package/dist/cjs/contexts/Schema/Hooks/useSchemaStats.d.ts.map +1 -1
- package/dist/cjs/contexts/Schema/Hooks/useSchemaStats.js +1 -0
- package/dist/cjs/contexts/Schema/Hooks/useSchemaStats.js.map +1 -1
- package/dist/cjs/contexts/StatsDiviner/Context.d.ts +4 -0
- package/dist/cjs/contexts/StatsDiviner/Context.d.ts.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/Context.js +6 -0
- package/dist/cjs/contexts/StatsDiviner/Context.js.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/Provider.d.ts +8 -0
- package/dist/cjs/contexts/StatsDiviner/Provider.d.ts.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/Provider.js +29 -0
- package/dist/cjs/contexts/StatsDiviner/Provider.js.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/State.d.ts +7 -0
- package/dist/cjs/contexts/StatsDiviner/State.d.ts.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/State.js +3 -0
- package/dist/cjs/contexts/StatsDiviner/State.js.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/index.d.ts +5 -0
- package/dist/cjs/contexts/StatsDiviner/index.d.ts.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/index.js +8 -0
- package/dist/cjs/contexts/StatsDiviner/index.js.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/use.d.ts +2 -0
- package/dist/cjs/contexts/StatsDiviner/use.d.ts.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/use.js +8 -0
- package/dist/cjs/contexts/StatsDiviner/use.js.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/useDivine.d.ts +3 -0
- package/dist/cjs/contexts/StatsDiviner/useDivine.d.ts.map +1 -0
- package/dist/cjs/contexts/StatsDiviner/useDivine.js +33 -0
- package/dist/cjs/contexts/StatsDiviner/useDivine.js.map +1 -0
- package/dist/cjs/contexts/index.d.ts +1 -0
- package/dist/cjs/contexts/index.d.ts.map +1 -1
- package/dist/cjs/contexts/index.js +1 -0
- package/dist/cjs/contexts/index.js.map +1 -1
- package/dist/cjs/diviners/SchemaListApiDiviner.d.ts +20 -0
- package/dist/cjs/diviners/SchemaListApiDiviner.d.ts.map +1 -0
- package/dist/cjs/diviners/SchemaListApiDiviner.js +54 -0
- package/dist/cjs/diviners/SchemaListApiDiviner.js.map +1 -0
- package/dist/cjs/diviners/SchemaListApiDivinerConfig.d.ts +9 -0
- package/dist/cjs/diviners/SchemaListApiDivinerConfig.d.ts.map +1 -0
- package/dist/cjs/diviners/SchemaListApiDivinerConfig.js +5 -0
- package/dist/cjs/diviners/SchemaListApiDivinerConfig.js.map +1 -0
- package/dist/cjs/diviners/index.d.ts +2 -0
- package/dist/cjs/diviners/index.d.ts.map +1 -0
- package/dist/cjs/diviners/index.js +5 -0
- package/dist/cjs/diviners/index.js.map +1 -0
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.d.ts.map +1 -1
- package/dist/cjs/index.js +1 -0
- package/dist/cjs/index.js.map +1 -1
- package/dist/docs.json +989 -106
- package/dist/esm/contexts/Schema/Hooks/useSchemaStats.d.ts +1 -0
- package/dist/esm/contexts/Schema/Hooks/useSchemaStats.d.ts.map +1 -1
- package/dist/esm/contexts/Schema/Hooks/useSchemaStats.js +1 -0
- package/dist/esm/contexts/Schema/Hooks/useSchemaStats.js.map +1 -1
- package/dist/esm/contexts/StatsDiviner/Context.d.ts +4 -0
- package/dist/esm/contexts/StatsDiviner/Context.d.ts.map +1 -0
- package/dist/esm/contexts/StatsDiviner/Context.js +3 -0
- package/dist/esm/contexts/StatsDiviner/Context.js.map +1 -0
- package/dist/esm/contexts/StatsDiviner/Provider.d.ts +8 -0
- package/dist/esm/contexts/StatsDiviner/Provider.d.ts.map +1 -0
- package/dist/esm/contexts/StatsDiviner/Provider.js +25 -0
- package/dist/esm/contexts/StatsDiviner/Provider.js.map +1 -0
- package/dist/esm/contexts/StatsDiviner/State.d.ts +7 -0
- package/dist/esm/contexts/StatsDiviner/State.d.ts.map +1 -0
- package/dist/esm/contexts/StatsDiviner/State.js +2 -0
- package/dist/esm/contexts/StatsDiviner/State.js.map +1 -0
- package/dist/esm/contexts/StatsDiviner/index.d.ts +5 -0
- package/dist/esm/contexts/StatsDiviner/index.d.ts.map +1 -0
- package/dist/esm/contexts/StatsDiviner/index.js +5 -0
- package/dist/esm/contexts/StatsDiviner/index.js.map +1 -0
- package/dist/esm/contexts/StatsDiviner/use.d.ts +2 -0
- package/dist/esm/contexts/StatsDiviner/use.d.ts.map +1 -0
- package/dist/esm/contexts/StatsDiviner/use.js +4 -0
- package/dist/esm/contexts/StatsDiviner/use.js.map +1 -0
- package/dist/esm/contexts/StatsDiviner/useDivine.d.ts +3 -0
- package/dist/esm/contexts/StatsDiviner/useDivine.d.ts.map +1 -0
- package/dist/esm/contexts/StatsDiviner/useDivine.js +28 -0
- package/dist/esm/contexts/StatsDiviner/useDivine.js.map +1 -0
- package/dist/esm/contexts/index.d.ts +1 -0
- package/dist/esm/contexts/index.d.ts.map +1 -1
- package/dist/esm/contexts/index.js +1 -0
- package/dist/esm/contexts/index.js.map +1 -1
- package/dist/esm/diviners/SchemaListApiDiviner.d.ts +20 -0
- package/dist/esm/diviners/SchemaListApiDiviner.d.ts.map +1 -0
- package/dist/esm/diviners/SchemaListApiDiviner.js +36 -0
- package/dist/esm/diviners/SchemaListApiDiviner.js.map +1 -0
- package/dist/esm/diviners/SchemaListApiDivinerConfig.d.ts +9 -0
- package/dist/esm/diviners/SchemaListApiDivinerConfig.d.ts.map +1 -0
- package/dist/esm/diviners/SchemaListApiDivinerConfig.js +2 -0
- package/dist/esm/diviners/SchemaListApiDivinerConfig.js.map +1 -0
- package/dist/esm/diviners/index.d.ts +2 -0
- package/dist/esm/diviners/index.d.ts.map +1 -0
- package/dist/esm/diviners/index.js +2 -0
- package/dist/esm/diviners/index.js.map +1 -0
- package/dist/esm/index.d.ts +1 -0
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +1 -0
- package/dist/esm/index.js.map +1 -1
- package/package.json +8 -5
- package/src/contexts/Schema/Hooks/useSchemaStats.tsx +1 -0
- package/src/contexts/StatsDiviner/Context.tsx +5 -0
- package/src/contexts/StatsDiviner/Provider.tsx +39 -0
- package/src/contexts/StatsDiviner/State.ts +7 -0
- package/src/contexts/StatsDiviner/index.ts +4 -0
- package/src/contexts/StatsDiviner/use.tsx +5 -0
- package/src/contexts/StatsDiviner/useDivine.tsx +34 -0
- package/src/contexts/index.ts +1 -0
- package/src/diviners/SchemaListApiDiviner.spec.ts +23 -0
- package/src/diviners/SchemaListApiDiviner.ts +51 -0
- package/src/diviners/SchemaListApiDivinerConfig.ts +13 -0
- package/src/diviners/index.ts +1 -0
- package/src/index.ts +1 -0
package/dist/docs.json
CHANGED
|
@@ -6,6 +6,449 @@
|
|
|
6
6
|
"flags": {},
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
|
+
{
|
|
10
|
+
"id": 60,
|
|
11
|
+
"name": "SchemaListApiDiviner",
|
|
12
|
+
"kind": 128,
|
|
13
|
+
"kindString": "Class",
|
|
14
|
+
"flags": {},
|
|
15
|
+
"children": [
|
|
16
|
+
{
|
|
17
|
+
"id": 66,
|
|
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/7d7a03071/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L23"
|
|
30
|
+
}
|
|
31
|
+
],
|
|
32
|
+
"signatures": [
|
|
33
|
+
{
|
|
34
|
+
"id": 67,
|
|
35
|
+
"name": "new SchemaListApiDiviner",
|
|
36
|
+
"kind": 16384,
|
|
37
|
+
"kindString": "Constructor signature",
|
|
38
|
+
"flags": {},
|
|
39
|
+
"parameters": [
|
|
40
|
+
{
|
|
41
|
+
"id": 68,
|
|
42
|
+
"name": "params",
|
|
43
|
+
"kind": 32768,
|
|
44
|
+
"kindString": "Parameter",
|
|
45
|
+
"flags": {},
|
|
46
|
+
"type": {
|
|
47
|
+
"type": "reference",
|
|
48
|
+
"id": 57,
|
|
49
|
+
"name": "XyoSchemaListApiDivinerParams"
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"type": {
|
|
54
|
+
"type": "reference",
|
|
55
|
+
"id": 60,
|
|
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": 69,
|
|
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/7d7a03071/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": 64,
|
|
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/7d7a03071/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": 65,
|
|
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/7d7a03071/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": 70,
|
|
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/7d7a03071/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L15"
|
|
157
|
+
}
|
|
158
|
+
],
|
|
159
|
+
"getSignature": {
|
|
160
|
+
"id": 71,
|
|
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": 76,
|
|
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/7d7a03071/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L37"
|
|
185
|
+
}
|
|
186
|
+
],
|
|
187
|
+
"signatures": [
|
|
188
|
+
{
|
|
189
|
+
"id": 77,
|
|
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": 78,
|
|
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": 72,
|
|
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/7d7a03071/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L28"
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
"signatures": [
|
|
265
|
+
{
|
|
266
|
+
"id": 73,
|
|
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": 74,
|
|
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/7d7a03071/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L32"
|
|
303
|
+
}
|
|
304
|
+
],
|
|
305
|
+
"signatures": [
|
|
306
|
+
{
|
|
307
|
+
"id": 75,
|
|
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": 60,
|
|
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": 61,
|
|
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/7d7a03071/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L19"
|
|
350
|
+
}
|
|
351
|
+
],
|
|
352
|
+
"signatures": [
|
|
353
|
+
{
|
|
354
|
+
"id": 62,
|
|
355
|
+
"name": "create",
|
|
356
|
+
"kind": 4096,
|
|
357
|
+
"kindString": "Call signature",
|
|
358
|
+
"flags": {},
|
|
359
|
+
"parameters": [
|
|
360
|
+
{
|
|
361
|
+
"id": 63,
|
|
362
|
+
"name": "params",
|
|
363
|
+
"kind": 32768,
|
|
364
|
+
"kindString": "Parameter",
|
|
365
|
+
"flags": {},
|
|
366
|
+
"type": {
|
|
367
|
+
"type": "reference",
|
|
368
|
+
"id": 57,
|
|
369
|
+
"name": "XyoSchemaListApiDivinerParams"
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
],
|
|
373
|
+
"type": {
|
|
374
|
+
"type": "reference",
|
|
375
|
+
"typeArguments": [
|
|
376
|
+
{
|
|
377
|
+
"type": "reference",
|
|
378
|
+
"id": 60,
|
|
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
|
+
66
|
|
403
|
+
]
|
|
404
|
+
},
|
|
405
|
+
{
|
|
406
|
+
"title": "Properties",
|
|
407
|
+
"children": [
|
|
408
|
+
69,
|
|
409
|
+
64,
|
|
410
|
+
65
|
|
411
|
+
]
|
|
412
|
+
},
|
|
413
|
+
{
|
|
414
|
+
"title": "Accessors",
|
|
415
|
+
"children": [
|
|
416
|
+
70
|
|
417
|
+
]
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"title": "Methods",
|
|
421
|
+
"children": [
|
|
422
|
+
76,
|
|
423
|
+
72,
|
|
424
|
+
74,
|
|
425
|
+
61
|
|
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/7d7a03071/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
|
+
},
|
|
9
452
|
{
|
|
10
453
|
"id": 34,
|
|
11
454
|
"name": "SchemaContextState",
|
|
@@ -62,7 +505,7 @@
|
|
|
62
505
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
63
506
|
"line": 6,
|
|
64
507
|
"character": 2,
|
|
65
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
508
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L6"
|
|
66
509
|
}
|
|
67
510
|
],
|
|
68
511
|
"type": {
|
|
@@ -97,7 +540,7 @@
|
|
|
97
540
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
98
541
|
"line": 8,
|
|
99
542
|
"character": 2,
|
|
100
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
543
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L8"
|
|
101
544
|
}
|
|
102
545
|
],
|
|
103
546
|
"type": {
|
|
@@ -135,7 +578,7 @@
|
|
|
135
578
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
136
579
|
"line": 10,
|
|
137
580
|
"character": 2,
|
|
138
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
581
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L10"
|
|
139
582
|
}
|
|
140
583
|
],
|
|
141
584
|
"type": {
|
|
@@ -178,7 +621,7 @@
|
|
|
178
621
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
179
622
|
"line": 12,
|
|
180
623
|
"character": 2,
|
|
181
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
624
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L12"
|
|
182
625
|
}
|
|
183
626
|
],
|
|
184
627
|
"type": {
|
|
@@ -215,7 +658,7 @@
|
|
|
215
658
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/State.ts",
|
|
216
659
|
"line": 4,
|
|
217
660
|
"character": 17,
|
|
218
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
661
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L4"
|
|
219
662
|
}
|
|
220
663
|
],
|
|
221
664
|
"extendedTypes": [
|
|
@@ -245,7 +688,7 @@
|
|
|
245
688
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
246
689
|
"line": 2,
|
|
247
690
|
"character": 2,
|
|
248
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
691
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L2"
|
|
249
692
|
}
|
|
250
693
|
],
|
|
251
694
|
"type": {
|
|
@@ -266,7 +709,7 @@
|
|
|
266
709
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
267
710
|
"line": 3,
|
|
268
711
|
"character": 2,
|
|
269
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
712
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L3"
|
|
270
713
|
}
|
|
271
714
|
],
|
|
272
715
|
"type": {
|
|
@@ -276,38 +719,312 @@
|
|
|
276
719
|
"name": "string"
|
|
277
720
|
}
|
|
278
721
|
}
|
|
279
|
-
}
|
|
280
|
-
],
|
|
281
|
-
"groups": [
|
|
282
|
-
{
|
|
283
|
-
"title": "Properties",
|
|
284
|
-
"children": [
|
|
285
|
-
28,
|
|
286
|
-
29
|
|
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/
|
|
296
|
-
}
|
|
297
|
-
]
|
|
722
|
+
}
|
|
723
|
+
],
|
|
724
|
+
"groups": [
|
|
725
|
+
{
|
|
726
|
+
"title": "Properties",
|
|
727
|
+
"children": [
|
|
728
|
+
28,
|
|
729
|
+
29
|
|
730
|
+
]
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
"sources": [
|
|
734
|
+
{
|
|
735
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
736
|
+
"line": 1,
|
|
737
|
+
"character": 17,
|
|
738
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L1"
|
|
739
|
+
}
|
|
740
|
+
]
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"id": 51,
|
|
744
|
+
"name": "SchemaStatsApiDivinerState",
|
|
745
|
+
"kind": 256,
|
|
746
|
+
"kindString": "Interface",
|
|
747
|
+
"flags": {},
|
|
748
|
+
"children": [
|
|
749
|
+
{
|
|
750
|
+
"id": 52,
|
|
751
|
+
"name": "diviner",
|
|
752
|
+
"kind": 1024,
|
|
753
|
+
"kindString": "Property",
|
|
754
|
+
"flags": {
|
|
755
|
+
"isOptional": true
|
|
756
|
+
},
|
|
757
|
+
"sources": [
|
|
758
|
+
{
|
|
759
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts",
|
|
760
|
+
"line": 5,
|
|
761
|
+
"character": 2,
|
|
762
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts#L5"
|
|
763
|
+
}
|
|
764
|
+
],
|
|
765
|
+
"type": {
|
|
766
|
+
"type": "reference",
|
|
767
|
+
"name": "SchemaStatsApiDiviner",
|
|
768
|
+
"qualifiedName": "SchemaStatsApiDiviner",
|
|
769
|
+
"package": "@xyo-network/api"
|
|
770
|
+
}
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"id": 53,
|
|
774
|
+
"name": "setDiviner",
|
|
775
|
+
"kind": 1024,
|
|
776
|
+
"kindString": "Property",
|
|
777
|
+
"flags": {
|
|
778
|
+
"isOptional": true
|
|
779
|
+
},
|
|
780
|
+
"sources": [
|
|
781
|
+
{
|
|
782
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts",
|
|
783
|
+
"line": 6,
|
|
784
|
+
"character": 2,
|
|
785
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts#L6"
|
|
786
|
+
}
|
|
787
|
+
],
|
|
788
|
+
"type": {
|
|
789
|
+
"type": "reference",
|
|
790
|
+
"typeArguments": [
|
|
791
|
+
{
|
|
792
|
+
"type": "reference",
|
|
793
|
+
"name": "SchemaStatsApiDiviner",
|
|
794
|
+
"qualifiedName": "SchemaStatsApiDiviner",
|
|
795
|
+
"package": "@xyo-network/api"
|
|
796
|
+
}
|
|
797
|
+
],
|
|
798
|
+
"name": "Dispatch",
|
|
799
|
+
"qualifiedName": "React.Dispatch",
|
|
800
|
+
"package": "@types/react"
|
|
801
|
+
}
|
|
802
|
+
}
|
|
803
|
+
],
|
|
804
|
+
"groups": [
|
|
805
|
+
{
|
|
806
|
+
"title": "Properties",
|
|
807
|
+
"children": [
|
|
808
|
+
52,
|
|
809
|
+
53
|
|
810
|
+
]
|
|
811
|
+
}
|
|
812
|
+
],
|
|
813
|
+
"sources": [
|
|
814
|
+
{
|
|
815
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts",
|
|
816
|
+
"line": 4,
|
|
817
|
+
"character": 17,
|
|
818
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts#L4"
|
|
819
|
+
}
|
|
820
|
+
]
|
|
821
|
+
},
|
|
822
|
+
{
|
|
823
|
+
"id": 1,
|
|
824
|
+
"name": "SchemaPropertyProps",
|
|
825
|
+
"kind": 4194304,
|
|
826
|
+
"kindString": "Type alias",
|
|
827
|
+
"flags": {},
|
|
828
|
+
"sources": [
|
|
829
|
+
{
|
|
830
|
+
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
831
|
+
"line": 11,
|
|
832
|
+
"character": 12,
|
|
833
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L11"
|
|
834
|
+
}
|
|
835
|
+
],
|
|
836
|
+
"type": {
|
|
837
|
+
"type": "intersection",
|
|
838
|
+
"types": [
|
|
839
|
+
{
|
|
840
|
+
"type": "reference",
|
|
841
|
+
"name": "PropertyProps"
|
|
842
|
+
},
|
|
843
|
+
{
|
|
844
|
+
"type": "reflection",
|
|
845
|
+
"declaration": {
|
|
846
|
+
"id": 2,
|
|
847
|
+
"name": "__type",
|
|
848
|
+
"kind": 65536,
|
|
849
|
+
"kindString": "Type literal",
|
|
850
|
+
"flags": {},
|
|
851
|
+
"children": [
|
|
852
|
+
{
|
|
853
|
+
"id": 3,
|
|
854
|
+
"name": "value",
|
|
855
|
+
"kind": 1024,
|
|
856
|
+
"kindString": "Property",
|
|
857
|
+
"flags": {
|
|
858
|
+
"isOptional": true
|
|
859
|
+
},
|
|
860
|
+
"sources": [
|
|
861
|
+
{
|
|
862
|
+
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
863
|
+
"line": 12,
|
|
864
|
+
"character": 2,
|
|
865
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L12"
|
|
866
|
+
}
|
|
867
|
+
],
|
|
868
|
+
"type": {
|
|
869
|
+
"type": "intrinsic",
|
|
870
|
+
"name": "string"
|
|
871
|
+
}
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"id": 4,
|
|
875
|
+
"name": "viewSchemaUrl",
|
|
876
|
+
"kind": 1024,
|
|
877
|
+
"kindString": "Property",
|
|
878
|
+
"flags": {
|
|
879
|
+
"isOptional": true
|
|
880
|
+
},
|
|
881
|
+
"sources": [
|
|
882
|
+
{
|
|
883
|
+
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
884
|
+
"line": 13,
|
|
885
|
+
"character": 2,
|
|
886
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L13"
|
|
887
|
+
}
|
|
888
|
+
],
|
|
889
|
+
"type": {
|
|
890
|
+
"type": "intrinsic",
|
|
891
|
+
"name": "string"
|
|
892
|
+
}
|
|
893
|
+
}
|
|
894
|
+
],
|
|
895
|
+
"groups": [
|
|
896
|
+
{
|
|
897
|
+
"title": "Properties",
|
|
898
|
+
"children": [
|
|
899
|
+
3,
|
|
900
|
+
4
|
|
901
|
+
]
|
|
902
|
+
}
|
|
903
|
+
],
|
|
904
|
+
"sources": [
|
|
905
|
+
{
|
|
906
|
+
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
907
|
+
"line": 11,
|
|
908
|
+
"character": 50,
|
|
909
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L11"
|
|
910
|
+
}
|
|
911
|
+
]
|
|
912
|
+
}
|
|
913
|
+
}
|
|
914
|
+
]
|
|
915
|
+
}
|
|
916
|
+
},
|
|
917
|
+
{
|
|
918
|
+
"id": 9,
|
|
919
|
+
"name": "SchemaSelectExProps",
|
|
920
|
+
"kind": 4194304,
|
|
921
|
+
"kindString": "Type alias",
|
|
922
|
+
"flags": {},
|
|
923
|
+
"sources": [
|
|
924
|
+
{
|
|
925
|
+
"fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
|
|
926
|
+
"line": 6,
|
|
927
|
+
"character": 12,
|
|
928
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L6"
|
|
929
|
+
}
|
|
930
|
+
],
|
|
931
|
+
"type": {
|
|
932
|
+
"type": "reference",
|
|
933
|
+
"typeArguments": [
|
|
934
|
+
{
|
|
935
|
+
"type": "intrinsic",
|
|
936
|
+
"name": "string"
|
|
937
|
+
}
|
|
938
|
+
],
|
|
939
|
+
"name": "SelectExProps",
|
|
940
|
+
"qualifiedName": "SelectExProps",
|
|
941
|
+
"package": "@xylabs/react-common"
|
|
942
|
+
}
|
|
943
|
+
},
|
|
944
|
+
{
|
|
945
|
+
"id": 44,
|
|
946
|
+
"name": "SchemaStatsApiDivinerProps",
|
|
947
|
+
"kind": 4194304,
|
|
948
|
+
"kindString": "Type alias",
|
|
949
|
+
"flags": {},
|
|
950
|
+
"sources": [
|
|
951
|
+
{
|
|
952
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
953
|
+
"line": 7,
|
|
954
|
+
"character": 12,
|
|
955
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx#L7"
|
|
956
|
+
}
|
|
957
|
+
],
|
|
958
|
+
"type": {
|
|
959
|
+
"type": "reference",
|
|
960
|
+
"typeArguments": [
|
|
961
|
+
{
|
|
962
|
+
"type": "reflection",
|
|
963
|
+
"declaration": {
|
|
964
|
+
"id": 45,
|
|
965
|
+
"name": "__type",
|
|
966
|
+
"kind": 65536,
|
|
967
|
+
"kindString": "Type literal",
|
|
968
|
+
"flags": {},
|
|
969
|
+
"children": [
|
|
970
|
+
{
|
|
971
|
+
"id": 46,
|
|
972
|
+
"name": "diviner",
|
|
973
|
+
"kind": 1024,
|
|
974
|
+
"kindString": "Property",
|
|
975
|
+
"flags": {
|
|
976
|
+
"isOptional": true
|
|
977
|
+
},
|
|
978
|
+
"sources": [
|
|
979
|
+
{
|
|
980
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
981
|
+
"line": 8,
|
|
982
|
+
"character": 2,
|
|
983
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx#L8"
|
|
984
|
+
}
|
|
985
|
+
],
|
|
986
|
+
"type": {
|
|
987
|
+
"type": "reference",
|
|
988
|
+
"name": "SchemaStatsApiDiviner",
|
|
989
|
+
"qualifiedName": "SchemaStatsApiDiviner",
|
|
990
|
+
"package": "@xyo-network/api"
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
],
|
|
994
|
+
"groups": [
|
|
995
|
+
{
|
|
996
|
+
"title": "Properties",
|
|
997
|
+
"children": [
|
|
998
|
+
46
|
|
999
|
+
]
|
|
1000
|
+
}
|
|
1001
|
+
],
|
|
1002
|
+
"sources": [
|
|
1003
|
+
{
|
|
1004
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
1005
|
+
"line": 7,
|
|
1006
|
+
"character": 64,
|
|
1007
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx#L7"
|
|
1008
|
+
}
|
|
1009
|
+
]
|
|
1010
|
+
}
|
|
1011
|
+
}
|
|
1012
|
+
],
|
|
1013
|
+
"name": "ContextExProviderProps"
|
|
1014
|
+
}
|
|
298
1015
|
},
|
|
299
1016
|
{
|
|
300
|
-
"id":
|
|
301
|
-
"name": "
|
|
1017
|
+
"id": 57,
|
|
1018
|
+
"name": "XyoSchemaListApiDivinerParams",
|
|
302
1019
|
"kind": 4194304,
|
|
303
1020
|
"kindString": "Type alias",
|
|
304
1021
|
"flags": {},
|
|
305
1022
|
"sources": [
|
|
306
1023
|
{
|
|
307
|
-
"fileName": "packages/sdk/packages/schema/src/
|
|
308
|
-
"line":
|
|
1024
|
+
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
1025
|
+
"line": 10,
|
|
309
1026
|
"character": 12,
|
|
310
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1027
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L10"
|
|
311
1028
|
}
|
|
312
1029
|
],
|
|
313
1030
|
"type": {
|
|
@@ -315,57 +1032,44 @@
|
|
|
315
1032
|
"types": [
|
|
316
1033
|
{
|
|
317
1034
|
"type": "reference",
|
|
318
|
-
"
|
|
1035
|
+
"typeArguments": [
|
|
1036
|
+
{
|
|
1037
|
+
"type": "reference",
|
|
1038
|
+
"name": "XyoSchemaListApiDivinerConfig"
|
|
1039
|
+
}
|
|
1040
|
+
],
|
|
1041
|
+
"name": "XyoModuleParams",
|
|
1042
|
+
"qualifiedName": "XyoModuleParams",
|
|
1043
|
+
"package": "@xyo-network/module"
|
|
319
1044
|
},
|
|
320
1045
|
{
|
|
321
1046
|
"type": "reflection",
|
|
322
1047
|
"declaration": {
|
|
323
|
-
"id":
|
|
1048
|
+
"id": 58,
|
|
324
1049
|
"name": "__type",
|
|
325
1050
|
"kind": 65536,
|
|
326
1051
|
"kindString": "Type literal",
|
|
327
1052
|
"flags": {},
|
|
328
1053
|
"children": [
|
|
329
1054
|
{
|
|
330
|
-
"id":
|
|
331
|
-
"name": "
|
|
332
|
-
"kind": 1024,
|
|
333
|
-
"kindString": "Property",
|
|
334
|
-
"flags": {
|
|
335
|
-
"isOptional": true
|
|
336
|
-
},
|
|
337
|
-
"sources": [
|
|
338
|
-
{
|
|
339
|
-
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
340
|
-
"line": 12,
|
|
341
|
-
"character": 2,
|
|
342
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/b1c4e53c8/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L12"
|
|
343
|
-
}
|
|
344
|
-
],
|
|
345
|
-
"type": {
|
|
346
|
-
"type": "intrinsic",
|
|
347
|
-
"name": "string"
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"id": 4,
|
|
352
|
-
"name": "viewSchemaUrl",
|
|
1055
|
+
"id": 59,
|
|
1056
|
+
"name": "api",
|
|
353
1057
|
"kind": 1024,
|
|
354
1058
|
"kindString": "Property",
|
|
355
|
-
"flags": {
|
|
356
|
-
"isOptional": true
|
|
357
|
-
},
|
|
1059
|
+
"flags": {},
|
|
358
1060
|
"sources": [
|
|
359
1061
|
{
|
|
360
|
-
"fileName": "packages/sdk/packages/schema/src/
|
|
361
|
-
"line":
|
|
362
|
-
"character":
|
|
363
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
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/7d7a03071/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L10"
|
|
364
1066
|
}
|
|
365
1067
|
],
|
|
366
1068
|
"type": {
|
|
367
|
-
"type": "
|
|
368
|
-
"name": "
|
|
1069
|
+
"type": "reference",
|
|
1070
|
+
"name": "XyoArchivistApi",
|
|
1071
|
+
"qualifiedName": "XyoArchivistApi",
|
|
1072
|
+
"package": "@xyo-network/api"
|
|
369
1073
|
}
|
|
370
1074
|
}
|
|
371
1075
|
],
|
|
@@ -373,17 +1077,16 @@
|
|
|
373
1077
|
{
|
|
374
1078
|
"title": "Properties",
|
|
375
1079
|
"children": [
|
|
376
|
-
|
|
377
|
-
4
|
|
1080
|
+
59
|
|
378
1081
|
]
|
|
379
1082
|
}
|
|
380
1083
|
],
|
|
381
1084
|
"sources": [
|
|
382
1085
|
{
|
|
383
|
-
"fileName": "packages/sdk/packages/schema/src/
|
|
384
|
-
"line":
|
|
385
|
-
"character":
|
|
386
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
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/7d7a03071/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L10"
|
|
387
1090
|
}
|
|
388
1091
|
]
|
|
389
1092
|
}
|
|
@@ -392,35 +1095,48 @@
|
|
|
392
1095
|
}
|
|
393
1096
|
},
|
|
394
1097
|
{
|
|
395
|
-
"id":
|
|
396
|
-
"name": "
|
|
397
|
-
"kind":
|
|
398
|
-
"kindString": "
|
|
399
|
-
"flags": {
|
|
1098
|
+
"id": 14,
|
|
1099
|
+
"name": "SchemaContext",
|
|
1100
|
+
"kind": 32,
|
|
1101
|
+
"kindString": "Variable",
|
|
1102
|
+
"flags": {
|
|
1103
|
+
"isConst": true
|
|
1104
|
+
},
|
|
400
1105
|
"sources": [
|
|
401
1106
|
{
|
|
402
|
-
"fileName": "packages/sdk/packages/schema/src/
|
|
403
|
-
"line":
|
|
404
|
-
"character":
|
|
405
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1107
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Context.ts",
|
|
1108
|
+
"line": 5,
|
|
1109
|
+
"character": 13,
|
|
1110
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/Context.ts#L5"
|
|
406
1111
|
}
|
|
407
1112
|
],
|
|
408
1113
|
"type": {
|
|
409
1114
|
"type": "reference",
|
|
410
1115
|
"typeArguments": [
|
|
411
1116
|
{
|
|
412
|
-
"type": "
|
|
413
|
-
"
|
|
1117
|
+
"type": "intersection",
|
|
1118
|
+
"types": [
|
|
1119
|
+
{
|
|
1120
|
+
"type": "reference",
|
|
1121
|
+
"id": 34,
|
|
1122
|
+
"name": "SchemaContextState"
|
|
1123
|
+
},
|
|
1124
|
+
{
|
|
1125
|
+
"type": "reference",
|
|
1126
|
+
"name": "ContextExState"
|
|
1127
|
+
}
|
|
1128
|
+
]
|
|
414
1129
|
}
|
|
415
1130
|
],
|
|
416
|
-
"name": "
|
|
417
|
-
"qualifiedName": "
|
|
418
|
-
"package": "@
|
|
419
|
-
}
|
|
1131
|
+
"name": "Context",
|
|
1132
|
+
"qualifiedName": "React.Context",
|
|
1133
|
+
"package": "@types/react"
|
|
1134
|
+
},
|
|
1135
|
+
"defaultValue": "..."
|
|
420
1136
|
},
|
|
421
1137
|
{
|
|
422
|
-
"id":
|
|
423
|
-
"name": "
|
|
1138
|
+
"id": 43,
|
|
1139
|
+
"name": "SchemaStatsApiDivinerContext",
|
|
424
1140
|
"kind": 32,
|
|
425
1141
|
"kindString": "Variable",
|
|
426
1142
|
"flags": {
|
|
@@ -428,10 +1144,10 @@
|
|
|
428
1144
|
},
|
|
429
1145
|
"sources": [
|
|
430
1146
|
{
|
|
431
|
-
"fileName": "packages/sdk/packages/schema/src/contexts/
|
|
1147
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Context.tsx",
|
|
432
1148
|
"line": 5,
|
|
433
1149
|
"character": 13,
|
|
434
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1150
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/StatsDiviner/Context.tsx#L5"
|
|
435
1151
|
}
|
|
436
1152
|
],
|
|
437
1153
|
"type": {
|
|
@@ -442,8 +1158,8 @@
|
|
|
442
1158
|
"types": [
|
|
443
1159
|
{
|
|
444
1160
|
"type": "reference",
|
|
445
|
-
"id":
|
|
446
|
-
"name": "
|
|
1161
|
+
"id": 51,
|
|
1162
|
+
"name": "SchemaStatsApiDivinerState"
|
|
447
1163
|
},
|
|
448
1164
|
{
|
|
449
1165
|
"type": "reference",
|
|
@@ -469,7 +1185,7 @@
|
|
|
469
1185
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx",
|
|
470
1186
|
"line": 8,
|
|
471
1187
|
"character": 13,
|
|
472
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1188
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx#L8"
|
|
473
1189
|
}
|
|
474
1190
|
],
|
|
475
1191
|
"signatures": [
|
|
@@ -553,7 +1269,7 @@
|
|
|
553
1269
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
554
1270
|
"line": 33,
|
|
555
1271
|
"character": 13,
|
|
556
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1272
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L33"
|
|
557
1273
|
}
|
|
558
1274
|
],
|
|
559
1275
|
"signatures": [
|
|
@@ -629,7 +1345,7 @@
|
|
|
629
1345
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx",
|
|
630
1346
|
"line": 56,
|
|
631
1347
|
"character": 13,
|
|
632
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1348
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx#L56"
|
|
633
1349
|
}
|
|
634
1350
|
],
|
|
635
1351
|
"signatures": [
|
|
@@ -713,7 +1429,7 @@
|
|
|
713
1429
|
"fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
|
|
714
1430
|
"line": 8,
|
|
715
1431
|
"character": 13,
|
|
716
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1432
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L8"
|
|
717
1433
|
}
|
|
718
1434
|
],
|
|
719
1435
|
"signatures": [
|
|
@@ -778,6 +1494,82 @@
|
|
|
778
1494
|
}
|
|
779
1495
|
]
|
|
780
1496
|
},
|
|
1497
|
+
{
|
|
1498
|
+
"id": 47,
|
|
1499
|
+
"name": "SchemaStatsApiDivinerProvider",
|
|
1500
|
+
"kind": 64,
|
|
1501
|
+
"kindString": "Function",
|
|
1502
|
+
"flags": {},
|
|
1503
|
+
"sources": [
|
|
1504
|
+
{
|
|
1505
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
1506
|
+
"line": 11,
|
|
1507
|
+
"character": 13,
|
|
1508
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx#L11"
|
|
1509
|
+
}
|
|
1510
|
+
],
|
|
1511
|
+
"signatures": [
|
|
1512
|
+
{
|
|
1513
|
+
"id": 48,
|
|
1514
|
+
"name": "SchemaStatsApiDivinerProvider",
|
|
1515
|
+
"kind": 4096,
|
|
1516
|
+
"kindString": "Call signature",
|
|
1517
|
+
"flags": {},
|
|
1518
|
+
"parameters": [
|
|
1519
|
+
{
|
|
1520
|
+
"id": 49,
|
|
1521
|
+
"name": "props",
|
|
1522
|
+
"kind": 32768,
|
|
1523
|
+
"kindString": "Parameter",
|
|
1524
|
+
"flags": {},
|
|
1525
|
+
"type": {
|
|
1526
|
+
"type": "reference",
|
|
1527
|
+
"id": 44,
|
|
1528
|
+
"name": "SchemaStatsApiDivinerProps"
|
|
1529
|
+
}
|
|
1530
|
+
},
|
|
1531
|
+
{
|
|
1532
|
+
"id": 50,
|
|
1533
|
+
"name": "context",
|
|
1534
|
+
"kind": 32768,
|
|
1535
|
+
"kindString": "Parameter",
|
|
1536
|
+
"flags": {
|
|
1537
|
+
"isOptional": true
|
|
1538
|
+
},
|
|
1539
|
+
"type": {
|
|
1540
|
+
"type": "intrinsic",
|
|
1541
|
+
"name": "any"
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
],
|
|
1545
|
+
"type": {
|
|
1546
|
+
"type": "union",
|
|
1547
|
+
"types": [
|
|
1548
|
+
{
|
|
1549
|
+
"type": "literal",
|
|
1550
|
+
"value": null
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"type": "reference",
|
|
1554
|
+
"typeArguments": [
|
|
1555
|
+
{
|
|
1556
|
+
"type": "intrinsic",
|
|
1557
|
+
"name": "any"
|
|
1558
|
+
},
|
|
1559
|
+
{
|
|
1560
|
+
"type": "intrinsic",
|
|
1561
|
+
"name": "any"
|
|
1562
|
+
}
|
|
1563
|
+
],
|
|
1564
|
+
"name": "ReactElement",
|
|
1565
|
+
"qualifiedName": "React.ReactElement",
|
|
1566
|
+
"package": "@types/react"
|
|
1567
|
+
}
|
|
1568
|
+
]
|
|
1569
|
+
}
|
|
1570
|
+
}
|
|
1571
|
+
]
|
|
1572
|
+
},
|
|
781
1573
|
{
|
|
782
1574
|
"id": 40,
|
|
783
1575
|
"name": "useSchema",
|
|
@@ -789,7 +1581,7 @@
|
|
|
789
1581
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/use.ts",
|
|
790
1582
|
"line": 6,
|
|
791
1583
|
"character": 13,
|
|
792
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1584
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/use.ts#L6"
|
|
793
1585
|
}
|
|
794
1586
|
],
|
|
795
1587
|
"signatures": [
|
|
@@ -844,7 +1636,7 @@
|
|
|
844
1636
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaDefinitions.tsx",
|
|
845
1637
|
"line": 8,
|
|
846
1638
|
"character": 13,
|
|
847
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1639
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaDefinitions.tsx#L8"
|
|
848
1640
|
}
|
|
849
1641
|
],
|
|
850
1642
|
"signatures": [
|
|
@@ -914,7 +1706,7 @@
|
|
|
914
1706
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaList.tsx",
|
|
915
1707
|
"line": 6,
|
|
916
1708
|
"character": 13,
|
|
917
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1709
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaList.tsx#L6"
|
|
918
1710
|
}
|
|
919
1711
|
],
|
|
920
1712
|
"signatures": [
|
|
@@ -990,9 +1782,9 @@
|
|
|
990
1782
|
"sources": [
|
|
991
1783
|
{
|
|
992
1784
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaStats.tsx",
|
|
993
|
-
"line":
|
|
1785
|
+
"line": 8,
|
|
994
1786
|
"character": 13,
|
|
995
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1787
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaStats.tsx#L8"
|
|
996
1788
|
}
|
|
997
1789
|
],
|
|
998
1790
|
"signatures": [
|
|
@@ -1002,6 +1794,20 @@
|
|
|
1002
1794
|
"kind": 4096,
|
|
1003
1795
|
"kindString": "Call signature",
|
|
1004
1796
|
"flags": {},
|
|
1797
|
+
"comment": {
|
|
1798
|
+
"summary": [],
|
|
1799
|
+
"blockTags": [
|
|
1800
|
+
{
|
|
1801
|
+
"tag": "@deprecated",
|
|
1802
|
+
"content": [
|
|
1803
|
+
{
|
|
1804
|
+
"kind": "text",
|
|
1805
|
+
"text": "- use schema stats api diviner"
|
|
1806
|
+
}
|
|
1807
|
+
]
|
|
1808
|
+
}
|
|
1809
|
+
]
|
|
1810
|
+
},
|
|
1005
1811
|
"type": {
|
|
1006
1812
|
"type": "union",
|
|
1007
1813
|
"types": [
|
|
@@ -1019,27 +1825,102 @@
|
|
|
1019
1825
|
}
|
|
1020
1826
|
}
|
|
1021
1827
|
]
|
|
1828
|
+
},
|
|
1829
|
+
{
|
|
1830
|
+
"id": 54,
|
|
1831
|
+
"name": "useSchemaStatsApiDiviner",
|
|
1832
|
+
"kind": 64,
|
|
1833
|
+
"kindString": "Function",
|
|
1834
|
+
"flags": {},
|
|
1835
|
+
"sources": [
|
|
1836
|
+
{
|
|
1837
|
+
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/use.tsx",
|
|
1838
|
+
"line": 5,
|
|
1839
|
+
"character": 13,
|
|
1840
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/contexts/StatsDiviner/use.tsx#L5"
|
|
1841
|
+
}
|
|
1842
|
+
],
|
|
1843
|
+
"signatures": [
|
|
1844
|
+
{
|
|
1845
|
+
"id": 55,
|
|
1846
|
+
"name": "useSchemaStatsApiDiviner",
|
|
1847
|
+
"kind": 4096,
|
|
1848
|
+
"kindString": "Call signature",
|
|
1849
|
+
"flags": {},
|
|
1850
|
+
"parameters": [
|
|
1851
|
+
{
|
|
1852
|
+
"id": 56,
|
|
1853
|
+
"name": "required",
|
|
1854
|
+
"kind": 32768,
|
|
1855
|
+
"kindString": "Parameter",
|
|
1856
|
+
"flags": {
|
|
1857
|
+
"isOptional": true
|
|
1858
|
+
},
|
|
1859
|
+
"type": {
|
|
1860
|
+
"type": "intrinsic",
|
|
1861
|
+
"name": "boolean"
|
|
1862
|
+
}
|
|
1863
|
+
}
|
|
1864
|
+
],
|
|
1865
|
+
"type": {
|
|
1866
|
+
"type": "reference",
|
|
1867
|
+
"typeArguments": [
|
|
1868
|
+
{
|
|
1869
|
+
"type": "intersection",
|
|
1870
|
+
"types": [
|
|
1871
|
+
{
|
|
1872
|
+
"type": "reference",
|
|
1873
|
+
"id": 51,
|
|
1874
|
+
"name": "SchemaStatsApiDivinerState"
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"type": "reference",
|
|
1878
|
+
"name": "ContextExState"
|
|
1879
|
+
}
|
|
1880
|
+
]
|
|
1881
|
+
},
|
|
1882
|
+
{
|
|
1883
|
+
"type": "literal",
|
|
1884
|
+
"value": "provided"
|
|
1885
|
+
}
|
|
1886
|
+
],
|
|
1887
|
+
"name": "Omit",
|
|
1888
|
+
"qualifiedName": "Omit",
|
|
1889
|
+
"package": "typescript"
|
|
1890
|
+
}
|
|
1891
|
+
}
|
|
1892
|
+
]
|
|
1022
1893
|
}
|
|
1023
1894
|
],
|
|
1024
1895
|
"groups": [
|
|
1896
|
+
{
|
|
1897
|
+
"title": "Classes",
|
|
1898
|
+
"children": [
|
|
1899
|
+
60
|
|
1900
|
+
]
|
|
1901
|
+
},
|
|
1025
1902
|
{
|
|
1026
1903
|
"title": "Interfaces",
|
|
1027
1904
|
"children": [
|
|
1028
1905
|
34,
|
|
1029
|
-
27
|
|
1906
|
+
27,
|
|
1907
|
+
51
|
|
1030
1908
|
]
|
|
1031
1909
|
},
|
|
1032
1910
|
{
|
|
1033
1911
|
"title": "Type Aliases",
|
|
1034
1912
|
"children": [
|
|
1035
1913
|
1,
|
|
1036
|
-
9
|
|
1914
|
+
9,
|
|
1915
|
+
44,
|
|
1916
|
+
57
|
|
1037
1917
|
]
|
|
1038
1918
|
},
|
|
1039
1919
|
{
|
|
1040
1920
|
"title": "Variables",
|
|
1041
1921
|
"children": [
|
|
1042
|
-
14
|
|
1922
|
+
14,
|
|
1923
|
+
43
|
|
1043
1924
|
]
|
|
1044
1925
|
},
|
|
1045
1926
|
{
|
|
@@ -1049,10 +1930,12 @@
|
|
|
1049
1930
|
5,
|
|
1050
1931
|
30,
|
|
1051
1932
|
10,
|
|
1933
|
+
47,
|
|
1052
1934
|
40,
|
|
1053
1935
|
15,
|
|
1054
1936
|
18,
|
|
1055
|
-
21
|
|
1937
|
+
21,
|
|
1938
|
+
54
|
|
1056
1939
|
]
|
|
1057
1940
|
}
|
|
1058
1941
|
],
|
|
@@ -1061,7 +1944,7 @@
|
|
|
1061
1944
|
"fileName": "packages/sdk/packages/schema/src/index.ts",
|
|
1062
1945
|
"line": 1,
|
|
1063
1946
|
"character": 0,
|
|
1064
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1947
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/7d7a03071/packages/sdk/packages/schema/src/index.ts#L1"
|
|
1065
1948
|
}
|
|
1066
1949
|
]
|
|
1067
1950
|
}
|