@xyo-network/react-schema 2.38.11 → 2.38.12
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/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 +321 -566
- 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/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/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/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
|
@@ -6,449 +6,6 @@
|
|
|
6
6
|
"flags": {},
|
|
7
7
|
"originalName": "",
|
|
8
8
|
"children": [
|
|
9
|
-
{
|
|
10
|
-
"id": 66,
|
|
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
9
|
{
|
|
453
10
|
"id": 34,
|
|
454
11
|
"name": "SchemaContextState",
|
|
@@ -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/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L6"
|
|
509
66
|
}
|
|
510
67
|
],
|
|
511
68
|
"type": {
|
|
@@ -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/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L8"
|
|
544
101
|
}
|
|
545
102
|
],
|
|
546
103
|
"type": {
|
|
@@ -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/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L10"
|
|
582
139
|
}
|
|
583
140
|
],
|
|
584
141
|
"type": {
|
|
@@ -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/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L12"
|
|
625
182
|
}
|
|
626
183
|
],
|
|
627
184
|
"type": {
|
|
@@ -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/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/State.ts#L4"
|
|
662
219
|
}
|
|
663
220
|
],
|
|
664
221
|
"extendedTypes": [
|
|
@@ -688,7 +245,7 @@
|
|
|
688
245
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
689
246
|
"line": 2,
|
|
690
247
|
"character": 2,
|
|
691
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
248
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L2"
|
|
692
249
|
}
|
|
693
250
|
],
|
|
694
251
|
"type": {
|
|
@@ -709,7 +266,7 @@
|
|
|
709
266
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
710
267
|
"line": 3,
|
|
711
268
|
"character": 2,
|
|
712
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
269
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L3"
|
|
713
270
|
}
|
|
714
271
|
],
|
|
715
272
|
"type": {
|
|
@@ -735,7 +292,7 @@
|
|
|
735
292
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx",
|
|
736
293
|
"line": 1,
|
|
737
294
|
"character": 17,
|
|
738
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
295
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/Provider/Props.tsx#L1"
|
|
739
296
|
}
|
|
740
297
|
]
|
|
741
298
|
},
|
|
@@ -759,7 +316,7 @@
|
|
|
759
316
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts",
|
|
760
317
|
"line": 5,
|
|
761
318
|
"character": 2,
|
|
762
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
319
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts#L5"
|
|
763
320
|
}
|
|
764
321
|
],
|
|
765
322
|
"type": {
|
|
@@ -782,7 +339,7 @@
|
|
|
782
339
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts",
|
|
783
340
|
"line": 6,
|
|
784
341
|
"character": 2,
|
|
785
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
342
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts#L6"
|
|
786
343
|
}
|
|
787
344
|
],
|
|
788
345
|
"type": {
|
|
@@ -815,7 +372,7 @@
|
|
|
815
372
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts",
|
|
816
373
|
"line": 4,
|
|
817
374
|
"character": 17,
|
|
818
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
375
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/State.ts#L4"
|
|
819
376
|
}
|
|
820
377
|
]
|
|
821
378
|
},
|
|
@@ -830,7 +387,7 @@
|
|
|
830
387
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
831
388
|
"line": 11,
|
|
832
389
|
"character": 12,
|
|
833
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
390
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L11"
|
|
834
391
|
}
|
|
835
392
|
],
|
|
836
393
|
"type": {
|
|
@@ -862,7 +419,7 @@
|
|
|
862
419
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
863
420
|
"line": 12,
|
|
864
421
|
"character": 2,
|
|
865
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
422
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L12"
|
|
866
423
|
}
|
|
867
424
|
],
|
|
868
425
|
"type": {
|
|
@@ -883,7 +440,7 @@
|
|
|
883
440
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
884
441
|
"line": 13,
|
|
885
442
|
"character": 2,
|
|
886
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
443
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L13"
|
|
887
444
|
}
|
|
888
445
|
],
|
|
889
446
|
"type": {
|
|
@@ -906,7 +463,7 @@
|
|
|
906
463
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
907
464
|
"line": 11,
|
|
908
465
|
"character": 50,
|
|
909
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
466
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L11"
|
|
910
467
|
}
|
|
911
468
|
]
|
|
912
469
|
}
|
|
@@ -925,7 +482,7 @@
|
|
|
925
482
|
"fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
|
|
926
483
|
"line": 6,
|
|
927
484
|
"character": 12,
|
|
928
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
485
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L6"
|
|
929
486
|
}
|
|
930
487
|
],
|
|
931
488
|
"type": {
|
|
@@ -952,7 +509,7 @@
|
|
|
952
509
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
953
510
|
"line": 7,
|
|
954
511
|
"character": 12,
|
|
955
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
512
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx#L7"
|
|
956
513
|
}
|
|
957
514
|
],
|
|
958
515
|
"type": {
|
|
@@ -980,7 +537,7 @@
|
|
|
980
537
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
981
538
|
"line": 8,
|
|
982
539
|
"character": 2,
|
|
983
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
540
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx#L8"
|
|
984
541
|
}
|
|
985
542
|
],
|
|
986
543
|
"type": {
|
|
@@ -1004,7 +561,7 @@
|
|
|
1004
561
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
1005
562
|
"line": 7,
|
|
1006
563
|
"character": 64,
|
|
1007
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
564
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx#L7"
|
|
1008
565
|
}
|
|
1009
566
|
]
|
|
1010
567
|
}
|
|
@@ -1013,87 +570,6 @@
|
|
|
1013
570
|
"name": "ContextExProviderProps"
|
|
1014
571
|
}
|
|
1015
572
|
},
|
|
1016
|
-
{
|
|
1017
|
-
"id": 63,
|
|
1018
|
-
"name": "XyoSchemaListApiDivinerParams",
|
|
1019
|
-
"kind": 4194304,
|
|
1020
|
-
"kindString": "Type alias",
|
|
1021
|
-
"flags": {},
|
|
1022
|
-
"sources": [
|
|
1023
|
-
{
|
|
1024
|
-
"fileName": "packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts",
|
|
1025
|
-
"line": 10,
|
|
1026
|
-
"character": 12,
|
|
1027
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/d0a6f8297/packages/sdk/packages/schema/src/diviners/SchemaListApiDiviner.ts#L10"
|
|
1028
|
-
}
|
|
1029
|
-
],
|
|
1030
|
-
"type": {
|
|
1031
|
-
"type": "intersection",
|
|
1032
|
-
"types": [
|
|
1033
|
-
{
|
|
1034
|
-
"type": "reference",
|
|
1035
|
-
"typeArguments": [
|
|
1036
|
-
{
|
|
1037
|
-
"type": "reference",
|
|
1038
|
-
"name": "XyoSchemaListApiDivinerConfig"
|
|
1039
|
-
}
|
|
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
|
-
}
|
|
1093
|
-
}
|
|
1094
|
-
]
|
|
1095
|
-
}
|
|
1096
|
-
},
|
|
1097
573
|
{
|
|
1098
574
|
"id": 14,
|
|
1099
575
|
"name": "SchemaContext",
|
|
@@ -1107,7 +583,7 @@
|
|
|
1107
583
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Context.ts",
|
|
1108
584
|
"line": 5,
|
|
1109
585
|
"character": 13,
|
|
1110
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
586
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/Context.ts#L5"
|
|
1111
587
|
}
|
|
1112
588
|
],
|
|
1113
589
|
"type": {
|
|
@@ -1147,7 +623,7 @@
|
|
|
1147
623
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Context.tsx",
|
|
1148
624
|
"line": 5,
|
|
1149
625
|
"character": 13,
|
|
1150
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
626
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/Context.tsx#L5"
|
|
1151
627
|
}
|
|
1152
628
|
],
|
|
1153
629
|
"type": {
|
|
@@ -1185,7 +661,7 @@
|
|
|
1185
661
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx",
|
|
1186
662
|
"line": 8,
|
|
1187
663
|
"character": 13,
|
|
1188
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
664
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/Provider/Memory.tsx#L8"
|
|
1189
665
|
}
|
|
1190
666
|
],
|
|
1191
667
|
"signatures": [
|
|
@@ -1269,7 +745,7 @@
|
|
|
1269
745
|
"fileName": "packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx",
|
|
1270
746
|
"line": 33,
|
|
1271
747
|
"character": 13,
|
|
1272
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
748
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/components/Property/SchemaProperty.tsx#L33"
|
|
1273
749
|
}
|
|
1274
750
|
],
|
|
1275
751
|
"signatures": [
|
|
@@ -1345,7 +821,7 @@
|
|
|
1345
821
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx",
|
|
1346
822
|
"line": 56,
|
|
1347
823
|
"character": 13,
|
|
1348
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
824
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/Provider/Route.tsx#L56"
|
|
1349
825
|
}
|
|
1350
826
|
],
|
|
1351
827
|
"signatures": [
|
|
@@ -1429,7 +905,7 @@
|
|
|
1429
905
|
"fileName": "packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx",
|
|
1430
906
|
"line": 8,
|
|
1431
907
|
"character": 13,
|
|
1432
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
908
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/components/SelectEx/SchemaSelectEx.tsx#L8"
|
|
1433
909
|
}
|
|
1434
910
|
],
|
|
1435
911
|
"signatures": [
|
|
@@ -1505,7 +981,7 @@
|
|
|
1505
981
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx",
|
|
1506
982
|
"line": 11,
|
|
1507
983
|
"character": 13,
|
|
1508
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
984
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/Provider.tsx#L11"
|
|
1509
985
|
}
|
|
1510
986
|
],
|
|
1511
987
|
"signatures": [
|
|
@@ -1581,7 +1057,7 @@
|
|
|
1581
1057
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/useDivine.tsx",
|
|
1582
1058
|
"line": 8,
|
|
1583
1059
|
"character": 13,
|
|
1584
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1060
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/useDivine.tsx#L8"
|
|
1585
1061
|
}
|
|
1586
1062
|
],
|
|
1587
1063
|
"signatures": [
|
|
@@ -1682,7 +1158,7 @@
|
|
|
1682
1158
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/useDivine.tsx",
|
|
1683
1159
|
"line": 8,
|
|
1684
1160
|
"character": 85,
|
|
1685
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1161
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/useDivine.tsx#L8"
|
|
1686
1162
|
}
|
|
1687
1163
|
],
|
|
1688
1164
|
"signatures": [
|
|
@@ -1705,6 +1181,291 @@
|
|
|
1705
1181
|
}
|
|
1706
1182
|
]
|
|
1707
1183
|
},
|
|
1184
|
+
{
|
|
1185
|
+
"id": 63,
|
|
1186
|
+
"name": "useGetSchemaPayload",
|
|
1187
|
+
"kind": 64,
|
|
1188
|
+
"kindString": "Function",
|
|
1189
|
+
"flags": {},
|
|
1190
|
+
"sources": [
|
|
1191
|
+
{
|
|
1192
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1193
|
+
"line": 11,
|
|
1194
|
+
"character": 6,
|
|
1195
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L11"
|
|
1196
|
+
}
|
|
1197
|
+
],
|
|
1198
|
+
"signatures": [
|
|
1199
|
+
{
|
|
1200
|
+
"id": 64,
|
|
1201
|
+
"name": "useGetSchemaPayload",
|
|
1202
|
+
"kind": 4096,
|
|
1203
|
+
"kindString": "Call signature",
|
|
1204
|
+
"flags": {},
|
|
1205
|
+
"comment": {
|
|
1206
|
+
"summary": [
|
|
1207
|
+
{
|
|
1208
|
+
"kind": "text",
|
|
1209
|
+
"text": "Gets a Huri and schema payload from a schema string"
|
|
1210
|
+
}
|
|
1211
|
+
]
|
|
1212
|
+
},
|
|
1213
|
+
"parameters": [
|
|
1214
|
+
{
|
|
1215
|
+
"id": 65,
|
|
1216
|
+
"name": "schema",
|
|
1217
|
+
"kind": 32768,
|
|
1218
|
+
"kindString": "Parameter",
|
|
1219
|
+
"flags": {
|
|
1220
|
+
"isOptional": true
|
|
1221
|
+
},
|
|
1222
|
+
"type": {
|
|
1223
|
+
"type": "intrinsic",
|
|
1224
|
+
"name": "string"
|
|
1225
|
+
}
|
|
1226
|
+
}
|
|
1227
|
+
],
|
|
1228
|
+
"type": {
|
|
1229
|
+
"type": "reflection",
|
|
1230
|
+
"declaration": {
|
|
1231
|
+
"id": 66,
|
|
1232
|
+
"name": "__type",
|
|
1233
|
+
"kind": 65536,
|
|
1234
|
+
"kindString": "Type literal",
|
|
1235
|
+
"flags": {},
|
|
1236
|
+
"children": [
|
|
1237
|
+
{
|
|
1238
|
+
"id": 67,
|
|
1239
|
+
"name": "notFound",
|
|
1240
|
+
"kind": 1024,
|
|
1241
|
+
"kindString": "Property",
|
|
1242
|
+
"flags": {},
|
|
1243
|
+
"sources": [
|
|
1244
|
+
{
|
|
1245
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1246
|
+
"line": 46,
|
|
1247
|
+
"character": 4,
|
|
1248
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L46"
|
|
1249
|
+
}
|
|
1250
|
+
],
|
|
1251
|
+
"type": {
|
|
1252
|
+
"type": "intrinsic",
|
|
1253
|
+
"name": "boolean"
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
{
|
|
1257
|
+
"id": 68,
|
|
1258
|
+
"name": "schemaHuri",
|
|
1259
|
+
"kind": 1024,
|
|
1260
|
+
"kindString": "Property",
|
|
1261
|
+
"flags": {},
|
|
1262
|
+
"sources": [
|
|
1263
|
+
{
|
|
1264
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1265
|
+
"line": 47,
|
|
1266
|
+
"character": 4,
|
|
1267
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L47"
|
|
1268
|
+
}
|
|
1269
|
+
],
|
|
1270
|
+
"type": {
|
|
1271
|
+
"type": "union",
|
|
1272
|
+
"types": [
|
|
1273
|
+
{
|
|
1274
|
+
"type": "intrinsic",
|
|
1275
|
+
"name": "undefined"
|
|
1276
|
+
},
|
|
1277
|
+
{
|
|
1278
|
+
"type": "reference",
|
|
1279
|
+
"typeArguments": [
|
|
1280
|
+
{
|
|
1281
|
+
"type": "intersection",
|
|
1282
|
+
"types": [
|
|
1283
|
+
{
|
|
1284
|
+
"type": "reference",
|
|
1285
|
+
"name": "SchemaFields",
|
|
1286
|
+
"qualifiedName": "SchemaFields",
|
|
1287
|
+
"package": "@xyo-network/payload"
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
"type": "reference",
|
|
1291
|
+
"name": "PayloadFields",
|
|
1292
|
+
"qualifiedName": "PayloadFields",
|
|
1293
|
+
"package": "@xyo-network/payload"
|
|
1294
|
+
},
|
|
1295
|
+
{
|
|
1296
|
+
"type": "reflection",
|
|
1297
|
+
"declaration": {
|
|
1298
|
+
"id": 69,
|
|
1299
|
+
"name": "__type",
|
|
1300
|
+
"kind": 65536,
|
|
1301
|
+
"kindString": "Type literal",
|
|
1302
|
+
"flags": {},
|
|
1303
|
+
"sources": [
|
|
1304
|
+
{
|
|
1305
|
+
"fileName": "node_modules/@xyo-network/payload/dist/esm/models/XyoPayload.d.ts",
|
|
1306
|
+
"line": 18,
|
|
1307
|
+
"character": 17
|
|
1308
|
+
}
|
|
1309
|
+
]
|
|
1310
|
+
}
|
|
1311
|
+
}
|
|
1312
|
+
]
|
|
1313
|
+
}
|
|
1314
|
+
],
|
|
1315
|
+
"name": "Huri",
|
|
1316
|
+
"qualifiedName": "Huri",
|
|
1317
|
+
"package": "@xyo-network/payload"
|
|
1318
|
+
}
|
|
1319
|
+
]
|
|
1320
|
+
},
|
|
1321
|
+
"defaultValue": "schemaCacheEntry.huri"
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
"id": 70,
|
|
1325
|
+
"name": "schemaPayload",
|
|
1326
|
+
"kind": 1024,
|
|
1327
|
+
"kindString": "Property",
|
|
1328
|
+
"flags": {},
|
|
1329
|
+
"sources": [
|
|
1330
|
+
{
|
|
1331
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1332
|
+
"line": 48,
|
|
1333
|
+
"character": 4,
|
|
1334
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L48"
|
|
1335
|
+
}
|
|
1336
|
+
],
|
|
1337
|
+
"type": {
|
|
1338
|
+
"type": "union",
|
|
1339
|
+
"types": [
|
|
1340
|
+
{
|
|
1341
|
+
"type": "intrinsic",
|
|
1342
|
+
"name": "undefined"
|
|
1343
|
+
},
|
|
1344
|
+
{
|
|
1345
|
+
"type": "literal",
|
|
1346
|
+
"value": null
|
|
1347
|
+
},
|
|
1348
|
+
{
|
|
1349
|
+
"type": "intersection",
|
|
1350
|
+
"types": [
|
|
1351
|
+
{
|
|
1352
|
+
"type": "reference",
|
|
1353
|
+
"name": "SchemaFields",
|
|
1354
|
+
"qualifiedName": "SchemaFields",
|
|
1355
|
+
"package": "@xyo-network/payload"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"type": "reference",
|
|
1359
|
+
"name": "PayloadFields",
|
|
1360
|
+
"qualifiedName": "PayloadFields",
|
|
1361
|
+
"package": "@xyo-network/payload"
|
|
1362
|
+
},
|
|
1363
|
+
{
|
|
1364
|
+
"type": "reflection",
|
|
1365
|
+
"declaration": {
|
|
1366
|
+
"id": 71,
|
|
1367
|
+
"name": "__type",
|
|
1368
|
+
"kind": 65536,
|
|
1369
|
+
"kindString": "Type literal",
|
|
1370
|
+
"flags": {},
|
|
1371
|
+
"sources": [
|
|
1372
|
+
{
|
|
1373
|
+
"fileName": "node_modules/@xyo-network/schema-payload-plugin/dist/esm/Payload.d.ts",
|
|
1374
|
+
"line": 3,
|
|
1375
|
+
"character": 50
|
|
1376
|
+
}
|
|
1377
|
+
]
|
|
1378
|
+
}
|
|
1379
|
+
}
|
|
1380
|
+
]
|
|
1381
|
+
}
|
|
1382
|
+
]
|
|
1383
|
+
},
|
|
1384
|
+
"defaultValue": "..."
|
|
1385
|
+
},
|
|
1386
|
+
{
|
|
1387
|
+
"id": 72,
|
|
1388
|
+
"name": "xyoError",
|
|
1389
|
+
"kind": 1024,
|
|
1390
|
+
"kindString": "Property",
|
|
1391
|
+
"flags": {},
|
|
1392
|
+
"sources": [
|
|
1393
|
+
{
|
|
1394
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1395
|
+
"line": 51,
|
|
1396
|
+
"character": 4,
|
|
1397
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L51"
|
|
1398
|
+
}
|
|
1399
|
+
],
|
|
1400
|
+
"type": {
|
|
1401
|
+
"type": "union",
|
|
1402
|
+
"types": [
|
|
1403
|
+
{
|
|
1404
|
+
"type": "intrinsic",
|
|
1405
|
+
"name": "undefined"
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
"type": "intersection",
|
|
1409
|
+
"types": [
|
|
1410
|
+
{
|
|
1411
|
+
"type": "reference",
|
|
1412
|
+
"name": "SchemaFields",
|
|
1413
|
+
"qualifiedName": "SchemaFields",
|
|
1414
|
+
"package": "@xyo-network/payload"
|
|
1415
|
+
},
|
|
1416
|
+
{
|
|
1417
|
+
"type": "reference",
|
|
1418
|
+
"name": "PayloadFields",
|
|
1419
|
+
"qualifiedName": "PayloadFields",
|
|
1420
|
+
"package": "@xyo-network/payload"
|
|
1421
|
+
},
|
|
1422
|
+
{
|
|
1423
|
+
"type": "reflection",
|
|
1424
|
+
"declaration": {
|
|
1425
|
+
"id": 73,
|
|
1426
|
+
"name": "__type",
|
|
1427
|
+
"kind": 65536,
|
|
1428
|
+
"kindString": "Type literal",
|
|
1429
|
+
"flags": {},
|
|
1430
|
+
"sources": [
|
|
1431
|
+
{
|
|
1432
|
+
"fileName": "node_modules/@xyo-network/module/dist/esm/Query/Error.d.ts",
|
|
1433
|
+
"line": 4,
|
|
1434
|
+
"character": 42
|
|
1435
|
+
}
|
|
1436
|
+
]
|
|
1437
|
+
}
|
|
1438
|
+
}
|
|
1439
|
+
]
|
|
1440
|
+
}
|
|
1441
|
+
]
|
|
1442
|
+
}
|
|
1443
|
+
}
|
|
1444
|
+
],
|
|
1445
|
+
"groups": [
|
|
1446
|
+
{
|
|
1447
|
+
"title": "Properties",
|
|
1448
|
+
"children": [
|
|
1449
|
+
67,
|
|
1450
|
+
68,
|
|
1451
|
+
70,
|
|
1452
|
+
72
|
|
1453
|
+
]
|
|
1454
|
+
}
|
|
1455
|
+
],
|
|
1456
|
+
"sources": [
|
|
1457
|
+
{
|
|
1458
|
+
"fileName": "packages/sdk/packages/schema/src/hooks/useGetSchema.tsx",
|
|
1459
|
+
"line": 45,
|
|
1460
|
+
"character": 9,
|
|
1461
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/hooks/useGetSchema.tsx#L45"
|
|
1462
|
+
}
|
|
1463
|
+
]
|
|
1464
|
+
}
|
|
1465
|
+
}
|
|
1466
|
+
}
|
|
1467
|
+
]
|
|
1468
|
+
},
|
|
1708
1469
|
{
|
|
1709
1470
|
"id": 40,
|
|
1710
1471
|
"name": "useSchema",
|
|
@@ -1716,7 +1477,7 @@
|
|
|
1716
1477
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/use.ts",
|
|
1717
1478
|
"line": 6,
|
|
1718
1479
|
"character": 13,
|
|
1719
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1480
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/use.ts#L6"
|
|
1720
1481
|
}
|
|
1721
1482
|
],
|
|
1722
1483
|
"signatures": [
|
|
@@ -1771,7 +1532,7 @@
|
|
|
1771
1532
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaDefinitions.tsx",
|
|
1772
1533
|
"line": 8,
|
|
1773
1534
|
"character": 13,
|
|
1774
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1535
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaDefinitions.tsx#L8"
|
|
1775
1536
|
}
|
|
1776
1537
|
],
|
|
1777
1538
|
"signatures": [
|
|
@@ -1841,7 +1602,7 @@
|
|
|
1841
1602
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaList.tsx",
|
|
1842
1603
|
"line": 6,
|
|
1843
1604
|
"character": 13,
|
|
1844
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1605
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaList.tsx#L6"
|
|
1845
1606
|
}
|
|
1846
1607
|
],
|
|
1847
1608
|
"signatures": [
|
|
@@ -1919,7 +1680,7 @@
|
|
|
1919
1680
|
"fileName": "packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaStats.tsx",
|
|
1920
1681
|
"line": 8,
|
|
1921
1682
|
"character": 13,
|
|
1922
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1683
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/Schema/Hooks/useSchemaStats.tsx#L8"
|
|
1923
1684
|
}
|
|
1924
1685
|
],
|
|
1925
1686
|
"signatures": [
|
|
@@ -1972,7 +1733,7 @@
|
|
|
1972
1733
|
"fileName": "packages/sdk/packages/schema/src/contexts/StatsDiviner/use.tsx",
|
|
1973
1734
|
"line": 5,
|
|
1974
1735
|
"character": 13,
|
|
1975
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1736
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/contexts/StatsDiviner/use.tsx#L5"
|
|
1976
1737
|
}
|
|
1977
1738
|
],
|
|
1978
1739
|
"signatures": [
|
|
@@ -2028,12 +1789,6 @@
|
|
|
2028
1789
|
}
|
|
2029
1790
|
],
|
|
2030
1791
|
"groups": [
|
|
2031
|
-
{
|
|
2032
|
-
"title": "Classes",
|
|
2033
|
-
"children": [
|
|
2034
|
-
66
|
|
2035
|
-
]
|
|
2036
|
-
},
|
|
2037
1792
|
{
|
|
2038
1793
|
"title": "Interfaces",
|
|
2039
1794
|
"children": [
|
|
@@ -2047,8 +1802,7 @@
|
|
|
2047
1802
|
"children": [
|
|
2048
1803
|
1,
|
|
2049
1804
|
9,
|
|
2050
|
-
44
|
|
2051
|
-
63
|
|
1805
|
+
44
|
|
2052
1806
|
]
|
|
2053
1807
|
},
|
|
2054
1808
|
{
|
|
@@ -2067,6 +1821,7 @@
|
|
|
2067
1821
|
10,
|
|
2068
1822
|
47,
|
|
2069
1823
|
57,
|
|
1824
|
+
63,
|
|
2070
1825
|
40,
|
|
2071
1826
|
15,
|
|
2072
1827
|
18,
|
|
@@ -2080,7 +1835,7 @@
|
|
|
2080
1835
|
"fileName": "packages/sdk/packages/schema/src/index.ts",
|
|
2081
1836
|
"line": 1,
|
|
2082
1837
|
"character": 0,
|
|
2083
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1838
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/47368ef276/packages/sdk/packages/schema/src/index.ts#L1"
|
|
2084
1839
|
}
|
|
2085
1840
|
]
|
|
2086
1841
|
}
|