@xyo-network/react-payload-diviner 2.55.10 → 2.56.1
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/DivinedPayload/Provider.js +2 -2
- package/dist/cjs/contexts/DivinedPayload/Provider.js.map +1 -1
- package/dist/cjs/contexts/PayloadDiviner/Provider.js +2 -2
- package/dist/cjs/contexts/PayloadDiviner/Provider.js.map +1 -1
- package/dist/docs.json +119 -621
- package/package.json +8 -8
|
@@ -18,12 +18,12 @@ const DivinedPayloadProvider = ({ children, hash }) => {
|
|
|
18
18
|
const decodedHuriParam = decodeURIComponent(huriSearchParameter !== null && huriSearchParameter !== void 0 ? huriSearchParameter : '');
|
|
19
19
|
const huriUri = hash !== null && hash !== void 0 ? hash : (decodedHuriParam ? decodedHuriParam : huriFromHashParam);
|
|
20
20
|
const [payload, setPayload, payloadError] = (0, PayloadDiviner_1.useDivinePayload)(huriUri);
|
|
21
|
-
return (0, jsx_runtime_1.jsx)(Context_1.DivinedPayloadContext.Provider,
|
|
21
|
+
return (0, jsx_runtime_1.jsx)(Context_1.DivinedPayloadContext.Provider, { value: { payload, payloadError, provided: true, setPayload }, children: children });
|
|
22
22
|
};
|
|
23
23
|
exports.DivinedPayloadProvider = DivinedPayloadProvider;
|
|
24
24
|
const DivinedPayloadWithHandleInner = ({ children }) => {
|
|
25
25
|
const { payloadError } = (0, use_1.useDivinedPayload)();
|
|
26
|
-
return ((0, jsx_runtime_1.jsx)(react_error_1.ErrorRender,
|
|
26
|
+
return ((0, jsx_runtime_1.jsx)(react_error_1.ErrorRender, { error: payloadError ? { message: payloadError.message, schema: module_1.ModuleErrorSchema, sources: [] } : undefined, errorContext: "Divined Payload Provider", children: children }));
|
|
27
27
|
};
|
|
28
28
|
exports.DivinedPayloadWithHandleInner = DivinedPayloadWithHandleInner;
|
|
29
29
|
const DivinedPayloadWithHandleProvider = (_a) => {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Provider.js","sourceRoot":"","sources":["../../../../src/contexts/DivinedPayload/Provider.tsx"],"names":[],"mappings":";;;;;AACA,gDAAuD;AACvD,0DAAsD;AACtD,wEAA8D;AAC9D,uDAA6D;AAE7D,sDAAoD;AACpD,uCAAiD;AACjD,+BAAyC;AAMlC,MAAM,sBAAsB,GAA0C,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,EAAE;IAClG,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,IAAA,4BAAS,GAAE,CAAA;IAEvC,MAAM,iBAAiB,GAAG,IAAA,iCAAY,EAAC,SAAS,CAAC,CAAA;IAEjD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAA,kCAAe,GAAE,CAAA;IAClC,MAAM,mBAAmB,GAAG,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;IAC9C,MAAM,gBAAgB,GAAG,kBAAkB,CAAC,mBAAmB,aAAnB,mBAAmB,cAAnB,mBAAmB,GAAI,EAAE,CAAC,CAAA;IACtE,MAAM,OAAO,GAAG,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAA;IAEjF,MAAM,CAAC,OAAO,EAAE,UAAU,EAAE,YAAY,CAAC,GAAG,IAAA,iCAAgB,EAAC,OAAO,CAAC,CAAA;IAErE,OAAO,uBAAC,+BAAqB,CAAC,QAAQ,
|
|
1
|
+
{"version":3,"file":"Provider.js","sourceRoot":"","sources":["../../../../src/contexts/DivinedPayload/Provider.tsx"],"names":[],"mappings":";;;;;AACA,gDAAuD;AACvD,0DAAsD;AACtD,wEAA8D;AAC9D,uDAA6D;AAE7D,sDAAoD;AACpD,uCAAiD;AACjD,+BAAyC;AAMlC,MAAM,sBAAsB,GAA0C,CAAC,EAAE,QAAQ,EAAE,IAAI,EAAE,EAAE,EAAE;IAClG,MAAM,EAAE,IAAI,EAAE,SAAS,EAAE,GAAG,IAAA,4BAAS,GAAE,CAAA;IAEvC,MAAM,iBAAiB,GAAG,IAAA,iCAAY,EAAC,SAAS,CAAC,CAAA;IAEjD,MAAM,CAAC,MAAM,CAAC,GAAG,IAAA,kCAAe,GAAE,CAAA;IAClC,MAAM,mBAAmB,GAAG,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,CAAA;IAC9C,MAAM,gBAAgB,GAAG,kBAAkB,CAAC,mBAAmB,aAAnB,mBAAmB,cAAnB,mBAAmB,GAAI,EAAE,CAAC,CAAA;IACtE,MAAM,OAAO,GAAG,IAAI,aAAJ,IAAI,cAAJ,IAAI,GAAI,CAAC,gBAAgB,CAAC,CAAC,CAAC,gBAAgB,CAAC,CAAC,CAAC,iBAAiB,CAAC,CAAA;IAEjF,MAAM,CAAC,OAAO,EAAE,UAAU,EAAE,YAAY,CAAC,GAAG,IAAA,iCAAgB,EAAC,OAAO,CAAC,CAAA;IAErE,OAAO,uBAAC,+BAAqB,CAAC,QAAQ,IAAC,KAAK,EAAE,EAAE,OAAO,EAAE,YAAY,EAAE,QAAQ,EAAE,IAAI,EAAE,UAAU,EAAE,YAAG,QAAQ,GAAkC,CAAA;AAClJ,CAAC,CAAA;AAbY,QAAA,sBAAsB,0BAalC;AAEM,MAAM,6BAA6B,GAA2B,CAAC,EAAE,QAAQ,EAAE,EAAE,EAAE;IACpF,MAAM,EAAE,YAAY,EAAE,GAAG,IAAA,uBAAiB,GAAE,CAAA;IAE5C,OAAO,CACL,uBAAC,yBAAW,IACV,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE,OAAO,EAAE,YAAY,CAAC,OAAO,EAAE,MAAM,EAAE,0BAAiB,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC,CAAC,SAAS,EAC3G,YAAY,EAAC,0BAA0B,YAEtC,QAAQ,GACG,CACf,CAAA;AACH,CAAC,CAAA;AAXY,QAAA,6BAA6B,iCAWzC;AAEM,MAAM,gCAAgC,GAA0C,CAAC,EAAsB,EAAE,EAAE;QAA1B,EAAE,QAAQ,OAAY,EAAP,KAAK,sBAApB,YAAsB,CAAF;IAC1G,OAAO,CACL,uBAAC,8BAAsB,oBAAK,KAAK,cAC/B,uBAAC,qCAA6B,cAAE,QAAQ,GAAiC,IAClD,CAC1B,CAAA;AACH,CAAC,CAAA;AANY,QAAA,gCAAgC,oCAM5C"}
|
|
@@ -11,11 +11,11 @@ const PayloadDivinerProvider = ({ diviner: divinerProp, required = false, childr
|
|
|
11
11
|
setDiviner(divinerProp);
|
|
12
12
|
}
|
|
13
13
|
}, [divinerProp]);
|
|
14
|
-
return ((0, jsx_runtime_1.jsx)(Context_1.PayloadDivinerContext.Provider,
|
|
14
|
+
return ((0, jsx_runtime_1.jsx)(Context_1.PayloadDivinerContext.Provider, { value: {
|
|
15
15
|
diviner: diviner === divinerProp ? diviner : undefined,
|
|
16
16
|
provided: true,
|
|
17
17
|
setDiviner,
|
|
18
|
-
}
|
|
18
|
+
}, children: diviner ? children : required ? null : children }));
|
|
19
19
|
};
|
|
20
20
|
exports.PayloadDivinerProvider = PayloadDivinerProvider;
|
|
21
21
|
//# sourceMappingURL=Provider.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Provider.js","sourceRoot":"","sources":["../../../../src/contexts/PayloadDiviner/Provider.tsx"],"names":[],"mappings":";;;;AAEA,iCAA2C;AAE3C,uCAAiD;AAO1C,MAAM,sBAAsB,GAA0C,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,GAAG,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IACpI,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,IAAA,gBAAQ,EAAqC,WAAW,CAAC,CAAA;IAEvF,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,IAAI,WAAW,EAAE;YACf,UAAU,CAAC,WAAW,CAAC,CAAA;SACxB;IACH,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAA;IAEjB,OAAO,CACL,uBAAC,+BAAqB,CAAC,QAAQ,
|
|
1
|
+
{"version":3,"file":"Provider.js","sourceRoot":"","sources":["../../../../src/contexts/PayloadDiviner/Provider.tsx"],"names":[],"mappings":";;;;AAEA,iCAA2C;AAE3C,uCAAiD;AAO1C,MAAM,sBAAsB,GAA0C,CAAC,EAAE,OAAO,EAAE,WAAW,EAAE,QAAQ,GAAG,KAAK,EAAE,QAAQ,EAAE,EAAE,EAAE;IACpI,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,IAAA,gBAAQ,EAAqC,WAAW,CAAC,CAAA;IAEvF,IAAA,iBAAS,EAAC,GAAG,EAAE;QACb,IAAI,WAAW,EAAE;YACf,UAAU,CAAC,WAAW,CAAC,CAAA;SACxB;IACH,CAAC,EAAE,CAAC,WAAW,CAAC,CAAC,CAAA;IAEjB,OAAO,CACL,uBAAC,+BAAqB,CAAC,QAAQ,IAC7B,KAAK,EAAE;YACL,OAAO,EAAE,OAAO,KAAK,WAAW,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS;YACtD,QAAQ,EAAE,IAAI;YACd,UAAU;SACX,YAEA,OAAO,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,QAAQ,GACjB,CAClC,CAAA;AACH,CAAC,CAAA;AApBY,QAAA,sBAAsB,0BAoBlC"}
|
package/dist/docs.json
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx",
|
|
26
26
|
"line": 12,
|
|
27
27
|
"character": 2,
|
|
28
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
28
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx#L12"
|
|
29
29
|
}
|
|
30
30
|
],
|
|
31
31
|
"type": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx",
|
|
48
48
|
"line": 11,
|
|
49
49
|
"character": 17,
|
|
50
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
50
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx#L11"
|
|
51
51
|
}
|
|
52
52
|
],
|
|
53
53
|
"extendedTypes": [
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts",
|
|
83
83
|
"line": 6,
|
|
84
84
|
"character": 2,
|
|
85
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
85
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts#L6"
|
|
86
86
|
}
|
|
87
87
|
],
|
|
88
88
|
"type": {
|
|
@@ -148,7 +148,7 @@
|
|
|
148
148
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts",
|
|
149
149
|
"line": 7,
|
|
150
150
|
"character": 2,
|
|
151
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
151
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts#L7"
|
|
152
152
|
}
|
|
153
153
|
],
|
|
154
154
|
"type": {
|
|
@@ -197,13 +197,13 @@
|
|
|
197
197
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts",
|
|
198
198
|
"line": 8,
|
|
199
199
|
"character": 2,
|
|
200
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
200
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts#L8"
|
|
201
201
|
}
|
|
202
202
|
],
|
|
203
203
|
"type": {
|
|
204
204
|
"type": "reference",
|
|
205
205
|
"target": {
|
|
206
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
206
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
207
207
|
"qualifiedName": "React.Dispatch"
|
|
208
208
|
},
|
|
209
209
|
"typeArguments": [
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts",
|
|
284
284
|
"line": 5,
|
|
285
285
|
"character": 17,
|
|
286
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
286
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/State.ts#L5"
|
|
287
287
|
}
|
|
288
288
|
],
|
|
289
289
|
"extendedTypes": [
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts",
|
|
319
319
|
"line": 5,
|
|
320
320
|
"character": 2,
|
|
321
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
321
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts#L5"
|
|
322
322
|
}
|
|
323
323
|
],
|
|
324
324
|
"type": {
|
|
@@ -334,200 +334,6 @@
|
|
|
334
334
|
"sourceFileName": "../../../../../../node_modules/@xyo-network/diviner-model/src/Diviner.ts",
|
|
335
335
|
"qualifiedName": "DivinerParams"
|
|
336
336
|
},
|
|
337
|
-
"typeArguments": [
|
|
338
|
-
{
|
|
339
|
-
"type": "intersection",
|
|
340
|
-
"types": [
|
|
341
|
-
{
|
|
342
|
-
"type": "reference",
|
|
343
|
-
"target": {
|
|
344
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
345
|
-
"qualifiedName": "SchemaFields"
|
|
346
|
-
},
|
|
347
|
-
"name": "SchemaFields",
|
|
348
|
-
"package": "@xyo-network/payload-model"
|
|
349
|
-
},
|
|
350
|
-
{
|
|
351
|
-
"type": "reference",
|
|
352
|
-
"target": {
|
|
353
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
354
|
-
"qualifiedName": "PayloadFields"
|
|
355
|
-
},
|
|
356
|
-
"name": "PayloadFields",
|
|
357
|
-
"package": "@xyo-network/payload-model"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"type": "reflection",
|
|
361
|
-
"declaration": {
|
|
362
|
-
"id": 35,
|
|
363
|
-
"name": "__type",
|
|
364
|
-
"variant": "declaration",
|
|
365
|
-
"kind": 65536,
|
|
366
|
-
"flags": {},
|
|
367
|
-
"sources": [
|
|
368
|
-
{
|
|
369
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
370
|
-
"line": 15,
|
|
371
|
-
"character": 103
|
|
372
|
-
}
|
|
373
|
-
]
|
|
374
|
-
}
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"type": "reference",
|
|
378
|
-
"target": {
|
|
379
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
380
|
-
"qualifiedName": "Omit"
|
|
381
|
-
},
|
|
382
|
-
"typeArguments": [
|
|
383
|
-
{
|
|
384
|
-
"type": "intersection",
|
|
385
|
-
"types": [
|
|
386
|
-
{
|
|
387
|
-
"type": "reference",
|
|
388
|
-
"target": {
|
|
389
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
390
|
-
"qualifiedName": "Omit"
|
|
391
|
-
},
|
|
392
|
-
"typeArguments": [
|
|
393
|
-
{
|
|
394
|
-
"type": "intersection",
|
|
395
|
-
"types": [
|
|
396
|
-
{
|
|
397
|
-
"type": "reference",
|
|
398
|
-
"target": {
|
|
399
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
400
|
-
"qualifiedName": "SchemaFields"
|
|
401
|
-
},
|
|
402
|
-
"name": "SchemaFields",
|
|
403
|
-
"package": "@xyo-network/payload-model"
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"type": "reference",
|
|
407
|
-
"target": {
|
|
408
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
409
|
-
"qualifiedName": "PayloadFields"
|
|
410
|
-
},
|
|
411
|
-
"name": "PayloadFields",
|
|
412
|
-
"package": "@xyo-network/payload-model"
|
|
413
|
-
},
|
|
414
|
-
{
|
|
415
|
-
"type": "reflection",
|
|
416
|
-
"declaration": {
|
|
417
|
-
"id": 36,
|
|
418
|
-
"name": "__type",
|
|
419
|
-
"variant": "declaration",
|
|
420
|
-
"kind": 65536,
|
|
421
|
-
"flags": {},
|
|
422
|
-
"sources": [
|
|
423
|
-
{
|
|
424
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
425
|
-
"line": 15,
|
|
426
|
-
"character": 103
|
|
427
|
-
}
|
|
428
|
-
]
|
|
429
|
-
}
|
|
430
|
-
},
|
|
431
|
-
{
|
|
432
|
-
"type": "reference",
|
|
433
|
-
"target": {
|
|
434
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
435
|
-
"qualifiedName": "Omit"
|
|
436
|
-
},
|
|
437
|
-
"typeArguments": [
|
|
438
|
-
{
|
|
439
|
-
"type": "intersection",
|
|
440
|
-
"types": [
|
|
441
|
-
{
|
|
442
|
-
"type": "reflection",
|
|
443
|
-
"declaration": {
|
|
444
|
-
"id": 37,
|
|
445
|
-
"name": "__type",
|
|
446
|
-
"variant": "declaration",
|
|
447
|
-
"kind": 65536,
|
|
448
|
-
"flags": {},
|
|
449
|
-
"sources": [
|
|
450
|
-
{
|
|
451
|
-
"fileName": "node_modules/@xyo-network/diviner-model/dist/types/Config.d.ts",
|
|
452
|
-
"line": 5,
|
|
453
|
-
"character": 90
|
|
454
|
-
}
|
|
455
|
-
]
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
{
|
|
459
|
-
"type": "reference",
|
|
460
|
-
"target": {
|
|
461
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
462
|
-
"qualifiedName": "Omit"
|
|
463
|
-
},
|
|
464
|
-
"typeArguments": [
|
|
465
|
-
{
|
|
466
|
-
"type": "intrinsic",
|
|
467
|
-
"name": "undefined"
|
|
468
|
-
},
|
|
469
|
-
{
|
|
470
|
-
"type": "literal",
|
|
471
|
-
"value": "schema"
|
|
472
|
-
}
|
|
473
|
-
],
|
|
474
|
-
"name": "Omit",
|
|
475
|
-
"package": "typescript"
|
|
476
|
-
}
|
|
477
|
-
]
|
|
478
|
-
},
|
|
479
|
-
{
|
|
480
|
-
"type": "literal",
|
|
481
|
-
"value": "schema"
|
|
482
|
-
}
|
|
483
|
-
],
|
|
484
|
-
"name": "Omit",
|
|
485
|
-
"package": "typescript"
|
|
486
|
-
}
|
|
487
|
-
]
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"type": "literal",
|
|
491
|
-
"value": "schema"
|
|
492
|
-
}
|
|
493
|
-
],
|
|
494
|
-
"name": "Omit",
|
|
495
|
-
"package": "typescript"
|
|
496
|
-
},
|
|
497
|
-
{
|
|
498
|
-
"type": "reflection",
|
|
499
|
-
"declaration": {
|
|
500
|
-
"id": 38,
|
|
501
|
-
"name": "__type",
|
|
502
|
-
"variant": "declaration",
|
|
503
|
-
"kind": 65536,
|
|
504
|
-
"flags": {},
|
|
505
|
-
"sources": [
|
|
506
|
-
{
|
|
507
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
508
|
-
"line": 64,
|
|
509
|
-
"character": 58
|
|
510
|
-
}
|
|
511
|
-
]
|
|
512
|
-
}
|
|
513
|
-
}
|
|
514
|
-
]
|
|
515
|
-
},
|
|
516
|
-
{
|
|
517
|
-
"type": "literal",
|
|
518
|
-
"value": "schema"
|
|
519
|
-
}
|
|
520
|
-
],
|
|
521
|
-
"name": "Omit",
|
|
522
|
-
"package": "typescript"
|
|
523
|
-
}
|
|
524
|
-
]
|
|
525
|
-
},
|
|
526
|
-
{
|
|
527
|
-
"type": "intrinsic",
|
|
528
|
-
"name": "undefined"
|
|
529
|
-
}
|
|
530
|
-
],
|
|
531
337
|
"name": "DivinerParams",
|
|
532
338
|
"package": "@xyo-network/diviner-model"
|
|
533
339
|
}
|
|
@@ -537,7 +343,7 @@
|
|
|
537
343
|
}
|
|
538
344
|
},
|
|
539
345
|
{
|
|
540
|
-
"id":
|
|
346
|
+
"id": 35,
|
|
541
347
|
"name": "setDiviner",
|
|
542
348
|
"variant": "declaration",
|
|
543
349
|
"kind": 1024,
|
|
@@ -549,13 +355,13 @@
|
|
|
549
355
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts",
|
|
550
356
|
"line": 6,
|
|
551
357
|
"character": 2,
|
|
552
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
358
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts#L6"
|
|
553
359
|
}
|
|
554
360
|
],
|
|
555
361
|
"type": {
|
|
556
362
|
"type": "reference",
|
|
557
363
|
"target": {
|
|
558
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
364
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
559
365
|
"qualifiedName": "React.Dispatch"
|
|
560
366
|
},
|
|
561
367
|
"typeArguments": [
|
|
@@ -572,200 +378,6 @@
|
|
|
572
378
|
"sourceFileName": "../../../../../../node_modules/@xyo-network/diviner-model/src/Diviner.ts",
|
|
573
379
|
"qualifiedName": "DivinerParams"
|
|
574
380
|
},
|
|
575
|
-
"typeArguments": [
|
|
576
|
-
{
|
|
577
|
-
"type": "intersection",
|
|
578
|
-
"types": [
|
|
579
|
-
{
|
|
580
|
-
"type": "reference",
|
|
581
|
-
"target": {
|
|
582
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
583
|
-
"qualifiedName": "SchemaFields"
|
|
584
|
-
},
|
|
585
|
-
"name": "SchemaFields",
|
|
586
|
-
"package": "@xyo-network/payload-model"
|
|
587
|
-
},
|
|
588
|
-
{
|
|
589
|
-
"type": "reference",
|
|
590
|
-
"target": {
|
|
591
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
592
|
-
"qualifiedName": "PayloadFields"
|
|
593
|
-
},
|
|
594
|
-
"name": "PayloadFields",
|
|
595
|
-
"package": "@xyo-network/payload-model"
|
|
596
|
-
},
|
|
597
|
-
{
|
|
598
|
-
"type": "reflection",
|
|
599
|
-
"declaration": {
|
|
600
|
-
"id": 40,
|
|
601
|
-
"name": "__type",
|
|
602
|
-
"variant": "declaration",
|
|
603
|
-
"kind": 65536,
|
|
604
|
-
"flags": {},
|
|
605
|
-
"sources": [
|
|
606
|
-
{
|
|
607
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
608
|
-
"line": 15,
|
|
609
|
-
"character": 103
|
|
610
|
-
}
|
|
611
|
-
]
|
|
612
|
-
}
|
|
613
|
-
},
|
|
614
|
-
{
|
|
615
|
-
"type": "reference",
|
|
616
|
-
"target": {
|
|
617
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
618
|
-
"qualifiedName": "Omit"
|
|
619
|
-
},
|
|
620
|
-
"typeArguments": [
|
|
621
|
-
{
|
|
622
|
-
"type": "intersection",
|
|
623
|
-
"types": [
|
|
624
|
-
{
|
|
625
|
-
"type": "reference",
|
|
626
|
-
"target": {
|
|
627
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
628
|
-
"qualifiedName": "Omit"
|
|
629
|
-
},
|
|
630
|
-
"typeArguments": [
|
|
631
|
-
{
|
|
632
|
-
"type": "intersection",
|
|
633
|
-
"types": [
|
|
634
|
-
{
|
|
635
|
-
"type": "reference",
|
|
636
|
-
"target": {
|
|
637
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
638
|
-
"qualifiedName": "SchemaFields"
|
|
639
|
-
},
|
|
640
|
-
"name": "SchemaFields",
|
|
641
|
-
"package": "@xyo-network/payload-model"
|
|
642
|
-
},
|
|
643
|
-
{
|
|
644
|
-
"type": "reference",
|
|
645
|
-
"target": {
|
|
646
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
647
|
-
"qualifiedName": "PayloadFields"
|
|
648
|
-
},
|
|
649
|
-
"name": "PayloadFields",
|
|
650
|
-
"package": "@xyo-network/payload-model"
|
|
651
|
-
},
|
|
652
|
-
{
|
|
653
|
-
"type": "reflection",
|
|
654
|
-
"declaration": {
|
|
655
|
-
"id": 41,
|
|
656
|
-
"name": "__type",
|
|
657
|
-
"variant": "declaration",
|
|
658
|
-
"kind": 65536,
|
|
659
|
-
"flags": {},
|
|
660
|
-
"sources": [
|
|
661
|
-
{
|
|
662
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
663
|
-
"line": 15,
|
|
664
|
-
"character": 103
|
|
665
|
-
}
|
|
666
|
-
]
|
|
667
|
-
}
|
|
668
|
-
},
|
|
669
|
-
{
|
|
670
|
-
"type": "reference",
|
|
671
|
-
"target": {
|
|
672
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
673
|
-
"qualifiedName": "Omit"
|
|
674
|
-
},
|
|
675
|
-
"typeArguments": [
|
|
676
|
-
{
|
|
677
|
-
"type": "intersection",
|
|
678
|
-
"types": [
|
|
679
|
-
{
|
|
680
|
-
"type": "reflection",
|
|
681
|
-
"declaration": {
|
|
682
|
-
"id": 42,
|
|
683
|
-
"name": "__type",
|
|
684
|
-
"variant": "declaration",
|
|
685
|
-
"kind": 65536,
|
|
686
|
-
"flags": {},
|
|
687
|
-
"sources": [
|
|
688
|
-
{
|
|
689
|
-
"fileName": "node_modules/@xyo-network/diviner-model/dist/types/Config.d.ts",
|
|
690
|
-
"line": 5,
|
|
691
|
-
"character": 90
|
|
692
|
-
}
|
|
693
|
-
]
|
|
694
|
-
}
|
|
695
|
-
},
|
|
696
|
-
{
|
|
697
|
-
"type": "reference",
|
|
698
|
-
"target": {
|
|
699
|
-
"sourceFileName": "../../../../../../node_modules/typescript/lib/lib.es5.d.ts",
|
|
700
|
-
"qualifiedName": "Omit"
|
|
701
|
-
},
|
|
702
|
-
"typeArguments": [
|
|
703
|
-
{
|
|
704
|
-
"type": "intrinsic",
|
|
705
|
-
"name": "undefined"
|
|
706
|
-
},
|
|
707
|
-
{
|
|
708
|
-
"type": "literal",
|
|
709
|
-
"value": "schema"
|
|
710
|
-
}
|
|
711
|
-
],
|
|
712
|
-
"name": "Omit",
|
|
713
|
-
"package": "typescript"
|
|
714
|
-
}
|
|
715
|
-
]
|
|
716
|
-
},
|
|
717
|
-
{
|
|
718
|
-
"type": "literal",
|
|
719
|
-
"value": "schema"
|
|
720
|
-
}
|
|
721
|
-
],
|
|
722
|
-
"name": "Omit",
|
|
723
|
-
"package": "typescript"
|
|
724
|
-
}
|
|
725
|
-
]
|
|
726
|
-
},
|
|
727
|
-
{
|
|
728
|
-
"type": "literal",
|
|
729
|
-
"value": "schema"
|
|
730
|
-
}
|
|
731
|
-
],
|
|
732
|
-
"name": "Omit",
|
|
733
|
-
"package": "typescript"
|
|
734
|
-
},
|
|
735
|
-
{
|
|
736
|
-
"type": "reflection",
|
|
737
|
-
"declaration": {
|
|
738
|
-
"id": 43,
|
|
739
|
-
"name": "__type",
|
|
740
|
-
"variant": "declaration",
|
|
741
|
-
"kind": 65536,
|
|
742
|
-
"flags": {},
|
|
743
|
-
"sources": [
|
|
744
|
-
{
|
|
745
|
-
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
746
|
-
"line": 64,
|
|
747
|
-
"character": 58
|
|
748
|
-
}
|
|
749
|
-
]
|
|
750
|
-
}
|
|
751
|
-
}
|
|
752
|
-
]
|
|
753
|
-
},
|
|
754
|
-
{
|
|
755
|
-
"type": "literal",
|
|
756
|
-
"value": "schema"
|
|
757
|
-
}
|
|
758
|
-
],
|
|
759
|
-
"name": "Omit",
|
|
760
|
-
"package": "typescript"
|
|
761
|
-
}
|
|
762
|
-
]
|
|
763
|
-
},
|
|
764
|
-
{
|
|
765
|
-
"type": "intrinsic",
|
|
766
|
-
"name": "undefined"
|
|
767
|
-
}
|
|
768
|
-
],
|
|
769
381
|
"name": "DivinerParams",
|
|
770
382
|
"package": "@xyo-network/diviner-model"
|
|
771
383
|
}
|
|
@@ -785,7 +397,7 @@
|
|
|
785
397
|
"title": "Properties",
|
|
786
398
|
"children": [
|
|
787
399
|
34,
|
|
788
|
-
|
|
400
|
+
35
|
|
789
401
|
]
|
|
790
402
|
}
|
|
791
403
|
],
|
|
@@ -794,7 +406,7 @@
|
|
|
794
406
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts",
|
|
795
407
|
"line": 4,
|
|
796
408
|
"character": 17,
|
|
797
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
409
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/State.ts#L4"
|
|
798
410
|
}
|
|
799
411
|
]
|
|
800
412
|
},
|
|
@@ -809,7 +421,7 @@
|
|
|
809
421
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx",
|
|
810
422
|
"line": 7,
|
|
811
423
|
"character": 12,
|
|
812
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
424
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx#L7"
|
|
813
425
|
}
|
|
814
426
|
],
|
|
815
427
|
"type": {
|
|
@@ -849,7 +461,7 @@
|
|
|
849
461
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx",
|
|
850
462
|
"line": 9,
|
|
851
463
|
"character": 2,
|
|
852
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
464
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx#L9"
|
|
853
465
|
}
|
|
854
466
|
],
|
|
855
467
|
"type": {
|
|
@@ -876,7 +488,7 @@
|
|
|
876
488
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx",
|
|
877
489
|
"line": 7,
|
|
878
490
|
"character": 65,
|
|
879
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
491
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx#L7"
|
|
880
492
|
}
|
|
881
493
|
]
|
|
882
494
|
}
|
|
@@ -899,13 +511,13 @@
|
|
|
899
511
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Context.tsx",
|
|
900
512
|
"line": 5,
|
|
901
513
|
"character": 13,
|
|
902
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
514
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Context.tsx#L5"
|
|
903
515
|
}
|
|
904
516
|
],
|
|
905
517
|
"type": {
|
|
906
518
|
"type": "reference",
|
|
907
519
|
"target": {
|
|
908
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
520
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
909
521
|
"qualifiedName": "React.Context"
|
|
910
522
|
},
|
|
911
523
|
"typeArguments": [
|
|
@@ -949,13 +561,13 @@
|
|
|
949
561
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Context.ts",
|
|
950
562
|
"line": 5,
|
|
951
563
|
"character": 6,
|
|
952
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
564
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Context.ts#L5"
|
|
953
565
|
}
|
|
954
566
|
],
|
|
955
567
|
"type": {
|
|
956
568
|
"type": "reference",
|
|
957
569
|
"target": {
|
|
958
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
570
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
959
571
|
"qualifiedName": "React.Context"
|
|
960
572
|
},
|
|
961
573
|
"typeArguments": [
|
|
@@ -997,7 +609,7 @@
|
|
|
997
609
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx",
|
|
998
610
|
"line": 15,
|
|
999
611
|
"character": 13,
|
|
1000
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
612
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx#L15"
|
|
1001
613
|
}
|
|
1002
614
|
],
|
|
1003
615
|
"signatures": [
|
|
@@ -1009,8 +621,8 @@
|
|
|
1009
621
|
"flags": {},
|
|
1010
622
|
"sources": [
|
|
1011
623
|
{
|
|
1012
|
-
"fileName": "node_modules/@types/react/
|
|
1013
|
-
"line":
|
|
624
|
+
"fileName": "node_modules/@types/react/index.d.ts",
|
|
625
|
+
"line": 556,
|
|
1014
626
|
"character": 8
|
|
1015
627
|
}
|
|
1016
628
|
],
|
|
@@ -1043,33 +655,14 @@
|
|
|
1043
655
|
}
|
|
1044
656
|
],
|
|
1045
657
|
"type": {
|
|
1046
|
-
"type": "
|
|
1047
|
-
"
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
"target": {
|
|
1055
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
|
1056
|
-
"qualifiedName": "React.ReactElement"
|
|
1057
|
-
},
|
|
1058
|
-
"typeArguments": [
|
|
1059
|
-
{
|
|
1060
|
-
"type": "intrinsic",
|
|
1061
|
-
"name": "any"
|
|
1062
|
-
},
|
|
1063
|
-
{
|
|
1064
|
-
"type": "intrinsic",
|
|
1065
|
-
"name": "any"
|
|
1066
|
-
}
|
|
1067
|
-
],
|
|
1068
|
-
"name": "ReactElement",
|
|
1069
|
-
"package": "@types/react",
|
|
1070
|
-
"qualifiedName": "React.ReactElement"
|
|
1071
|
-
}
|
|
1072
|
-
]
|
|
658
|
+
"type": "reference",
|
|
659
|
+
"target": {
|
|
660
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
661
|
+
"qualifiedName": "React.ReactNode"
|
|
662
|
+
},
|
|
663
|
+
"name": "ReactNode",
|
|
664
|
+
"package": "@types/react",
|
|
665
|
+
"qualifiedName": "React.ReactNode"
|
|
1073
666
|
}
|
|
1074
667
|
}
|
|
1075
668
|
]
|
|
@@ -1085,7 +678,7 @@
|
|
|
1085
678
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx",
|
|
1086
679
|
"line": 30,
|
|
1087
680
|
"character": 13,
|
|
1088
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
681
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx#L30"
|
|
1089
682
|
}
|
|
1090
683
|
],
|
|
1091
684
|
"signatures": [
|
|
@@ -1097,8 +690,8 @@
|
|
|
1097
690
|
"flags": {},
|
|
1098
691
|
"sources": [
|
|
1099
692
|
{
|
|
1100
|
-
"fileName": "node_modules/@types/react/
|
|
1101
|
-
"line":
|
|
693
|
+
"fileName": "node_modules/@types/react/index.d.ts",
|
|
694
|
+
"line": 556,
|
|
1102
695
|
"character": 8
|
|
1103
696
|
}
|
|
1104
697
|
],
|
|
@@ -1115,12 +708,6 @@
|
|
|
1115
708
|
"sourceFileName": "../../../../../../node_modules/@xylabs/react-shared/src/WithChildren.ts",
|
|
1116
709
|
"qualifiedName": "WithChildren"
|
|
1117
710
|
},
|
|
1118
|
-
"typeArguments": [
|
|
1119
|
-
{
|
|
1120
|
-
"type": "intrinsic",
|
|
1121
|
-
"name": "unknown"
|
|
1122
|
-
}
|
|
1123
|
-
],
|
|
1124
711
|
"name": "WithChildren",
|
|
1125
712
|
"package": "@xylabs/react-shared"
|
|
1126
713
|
}
|
|
@@ -1140,33 +727,14 @@
|
|
|
1140
727
|
}
|
|
1141
728
|
],
|
|
1142
729
|
"type": {
|
|
1143
|
-
"type": "
|
|
1144
|
-
"
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
"target": {
|
|
1152
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
|
1153
|
-
"qualifiedName": "React.ReactElement"
|
|
1154
|
-
},
|
|
1155
|
-
"typeArguments": [
|
|
1156
|
-
{
|
|
1157
|
-
"type": "intrinsic",
|
|
1158
|
-
"name": "any"
|
|
1159
|
-
},
|
|
1160
|
-
{
|
|
1161
|
-
"type": "intrinsic",
|
|
1162
|
-
"name": "any"
|
|
1163
|
-
}
|
|
1164
|
-
],
|
|
1165
|
-
"name": "ReactElement",
|
|
1166
|
-
"package": "@types/react",
|
|
1167
|
-
"qualifiedName": "React.ReactElement"
|
|
1168
|
-
}
|
|
1169
|
-
]
|
|
730
|
+
"type": "reference",
|
|
731
|
+
"target": {
|
|
732
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
733
|
+
"qualifiedName": "React.ReactNode"
|
|
734
|
+
},
|
|
735
|
+
"name": "ReactNode",
|
|
736
|
+
"package": "@types/react",
|
|
737
|
+
"qualifiedName": "React.ReactNode"
|
|
1170
738
|
}
|
|
1171
739
|
}
|
|
1172
740
|
]
|
|
@@ -1182,7 +750,7 @@
|
|
|
1182
750
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx",
|
|
1183
751
|
"line": 43,
|
|
1184
752
|
"character": 13,
|
|
1185
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
753
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/Provider.tsx#L43"
|
|
1186
754
|
}
|
|
1187
755
|
],
|
|
1188
756
|
"signatures": [
|
|
@@ -1194,8 +762,8 @@
|
|
|
1194
762
|
"flags": {},
|
|
1195
763
|
"sources": [
|
|
1196
764
|
{
|
|
1197
|
-
"fileName": "node_modules/@types/react/
|
|
1198
|
-
"line":
|
|
765
|
+
"fileName": "node_modules/@types/react/index.d.ts",
|
|
766
|
+
"line": 556,
|
|
1199
767
|
"character": 8
|
|
1200
768
|
}
|
|
1201
769
|
],
|
|
@@ -1228,33 +796,14 @@
|
|
|
1228
796
|
}
|
|
1229
797
|
],
|
|
1230
798
|
"type": {
|
|
1231
|
-
"type": "
|
|
1232
|
-
"
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
"target": {
|
|
1240
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
|
1241
|
-
"qualifiedName": "React.ReactElement"
|
|
1242
|
-
},
|
|
1243
|
-
"typeArguments": [
|
|
1244
|
-
{
|
|
1245
|
-
"type": "intrinsic",
|
|
1246
|
-
"name": "any"
|
|
1247
|
-
},
|
|
1248
|
-
{
|
|
1249
|
-
"type": "intrinsic",
|
|
1250
|
-
"name": "any"
|
|
1251
|
-
}
|
|
1252
|
-
],
|
|
1253
|
-
"name": "ReactElement",
|
|
1254
|
-
"package": "@types/react",
|
|
1255
|
-
"qualifiedName": "React.ReactElement"
|
|
1256
|
-
}
|
|
1257
|
-
]
|
|
799
|
+
"type": "reference",
|
|
800
|
+
"target": {
|
|
801
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
802
|
+
"qualifiedName": "React.ReactNode"
|
|
803
|
+
},
|
|
804
|
+
"name": "ReactNode",
|
|
805
|
+
"package": "@types/react",
|
|
806
|
+
"qualifiedName": "React.ReactNode"
|
|
1258
807
|
}
|
|
1259
808
|
}
|
|
1260
809
|
]
|
|
@@ -1270,7 +819,7 @@
|
|
|
1270
819
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx",
|
|
1271
820
|
"line": 12,
|
|
1272
821
|
"character": 13,
|
|
1273
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
822
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/Provider.tsx#L12"
|
|
1274
823
|
}
|
|
1275
824
|
],
|
|
1276
825
|
"signatures": [
|
|
@@ -1282,8 +831,8 @@
|
|
|
1282
831
|
"flags": {},
|
|
1283
832
|
"sources": [
|
|
1284
833
|
{
|
|
1285
|
-
"fileName": "node_modules/@types/react/
|
|
1286
|
-
"line":
|
|
834
|
+
"fileName": "node_modules/@types/react/index.d.ts",
|
|
835
|
+
"line": 556,
|
|
1287
836
|
"character": 8
|
|
1288
837
|
}
|
|
1289
838
|
],
|
|
@@ -1316,39 +865,20 @@
|
|
|
1316
865
|
}
|
|
1317
866
|
],
|
|
1318
867
|
"type": {
|
|
1319
|
-
"type": "
|
|
1320
|
-
"
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
"target": {
|
|
1328
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/ts5.0/index.d.ts",
|
|
1329
|
-
"qualifiedName": "React.ReactElement"
|
|
1330
|
-
},
|
|
1331
|
-
"typeArguments": [
|
|
1332
|
-
{
|
|
1333
|
-
"type": "intrinsic",
|
|
1334
|
-
"name": "any"
|
|
1335
|
-
},
|
|
1336
|
-
{
|
|
1337
|
-
"type": "intrinsic",
|
|
1338
|
-
"name": "any"
|
|
1339
|
-
}
|
|
1340
|
-
],
|
|
1341
|
-
"name": "ReactElement",
|
|
1342
|
-
"package": "@types/react",
|
|
1343
|
-
"qualifiedName": "React.ReactElement"
|
|
1344
|
-
}
|
|
1345
|
-
]
|
|
868
|
+
"type": "reference",
|
|
869
|
+
"target": {
|
|
870
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
871
|
+
"qualifiedName": "React.ReactNode"
|
|
872
|
+
},
|
|
873
|
+
"name": "ReactNode",
|
|
874
|
+
"package": "@types/react",
|
|
875
|
+
"qualifiedName": "React.ReactNode"
|
|
1346
876
|
}
|
|
1347
877
|
}
|
|
1348
878
|
]
|
|
1349
879
|
},
|
|
1350
880
|
{
|
|
1351
|
-
"id":
|
|
881
|
+
"id": 39,
|
|
1352
882
|
"name": "useDivinePayload",
|
|
1353
883
|
"variant": "declaration",
|
|
1354
884
|
"kind": 64,
|
|
@@ -1358,12 +888,12 @@
|
|
|
1358
888
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
|
|
1359
889
|
"line": 14,
|
|
1360
890
|
"character": 13,
|
|
1361
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
891
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L14"
|
|
1362
892
|
}
|
|
1363
893
|
],
|
|
1364
894
|
"signatures": [
|
|
1365
895
|
{
|
|
1366
|
-
"id":
|
|
896
|
+
"id": 40,
|
|
1367
897
|
"name": "useDivinePayload",
|
|
1368
898
|
"variant": "signature",
|
|
1369
899
|
"kind": 4096,
|
|
@@ -1373,12 +903,12 @@
|
|
|
1373
903
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
|
|
1374
904
|
"line": 14,
|
|
1375
905
|
"character": 32,
|
|
1376
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
906
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L14"
|
|
1377
907
|
}
|
|
1378
908
|
],
|
|
1379
909
|
"typeParameter": [
|
|
1380
910
|
{
|
|
1381
|
-
"id":
|
|
911
|
+
"id": 41,
|
|
1382
912
|
"name": "T",
|
|
1383
913
|
"variant": "typeParam",
|
|
1384
914
|
"kind": 131072,
|
|
@@ -1407,7 +937,7 @@
|
|
|
1407
937
|
{
|
|
1408
938
|
"type": "reflection",
|
|
1409
939
|
"declaration": {
|
|
1410
|
-
"id":
|
|
940
|
+
"id": 42,
|
|
1411
941
|
"name": "__type",
|
|
1412
942
|
"variant": "declaration",
|
|
1413
943
|
"kind": 65536,
|
|
@@ -1447,7 +977,7 @@
|
|
|
1447
977
|
{
|
|
1448
978
|
"type": "reflection",
|
|
1449
979
|
"declaration": {
|
|
1450
|
-
"id":
|
|
980
|
+
"id": 43,
|
|
1451
981
|
"name": "__type",
|
|
1452
982
|
"variant": "declaration",
|
|
1453
983
|
"kind": 65536,
|
|
@@ -1467,7 +997,7 @@
|
|
|
1467
997
|
],
|
|
1468
998
|
"parameters": [
|
|
1469
999
|
{
|
|
1470
|
-
"id":
|
|
1000
|
+
"id": 44,
|
|
1471
1001
|
"name": "huri",
|
|
1472
1002
|
"variant": "param",
|
|
1473
1003
|
"kind": 32768,
|
|
@@ -1505,7 +1035,7 @@
|
|
|
1505
1035
|
{
|
|
1506
1036
|
"type": "reference",
|
|
1507
1037
|
"target": {
|
|
1508
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1038
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
1509
1039
|
"qualifiedName": "React.Dispatch"
|
|
1510
1040
|
},
|
|
1511
1041
|
"typeArguments": [
|
|
@@ -1557,7 +1087,7 @@
|
|
|
1557
1087
|
]
|
|
1558
1088
|
},
|
|
1559
1089
|
{
|
|
1560
|
-
"id":
|
|
1090
|
+
"id": 45,
|
|
1561
1091
|
"name": "useDivinePayloads",
|
|
1562
1092
|
"variant": "declaration",
|
|
1563
1093
|
"kind": 64,
|
|
@@ -1567,12 +1097,12 @@
|
|
|
1567
1097
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
|
|
1568
1098
|
"line": 51,
|
|
1569
1099
|
"character": 13,
|
|
1570
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1100
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L51"
|
|
1571
1101
|
}
|
|
1572
1102
|
],
|
|
1573
1103
|
"signatures": [
|
|
1574
1104
|
{
|
|
1575
|
-
"id":
|
|
1105
|
+
"id": 46,
|
|
1576
1106
|
"name": "useDivinePayloads",
|
|
1577
1107
|
"variant": "signature",
|
|
1578
1108
|
"kind": 4096,
|
|
@@ -1582,12 +1112,12 @@
|
|
|
1582
1112
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
|
|
1583
1113
|
"line": 51,
|
|
1584
1114
|
"character": 33,
|
|
1585
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1115
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L51"
|
|
1586
1116
|
}
|
|
1587
1117
|
],
|
|
1588
1118
|
"typeParameter": [
|
|
1589
1119
|
{
|
|
1590
|
-
"id":
|
|
1120
|
+
"id": 47,
|
|
1591
1121
|
"name": "T",
|
|
1592
1122
|
"variant": "typeParam",
|
|
1593
1123
|
"kind": 131072,
|
|
@@ -1616,7 +1146,7 @@
|
|
|
1616
1146
|
{
|
|
1617
1147
|
"type": "reflection",
|
|
1618
1148
|
"declaration": {
|
|
1619
|
-
"id":
|
|
1149
|
+
"id": 48,
|
|
1620
1150
|
"name": "__type",
|
|
1621
1151
|
"variant": "declaration",
|
|
1622
1152
|
"kind": 65536,
|
|
@@ -1656,7 +1186,7 @@
|
|
|
1656
1186
|
{
|
|
1657
1187
|
"type": "reflection",
|
|
1658
1188
|
"declaration": {
|
|
1659
|
-
"id":
|
|
1189
|
+
"id": 49,
|
|
1660
1190
|
"name": "__type",
|
|
1661
1191
|
"variant": "declaration",
|
|
1662
1192
|
"kind": 65536,
|
|
@@ -1676,7 +1206,7 @@
|
|
|
1676
1206
|
],
|
|
1677
1207
|
"parameters": [
|
|
1678
1208
|
{
|
|
1679
|
-
"id":
|
|
1209
|
+
"id": 50,
|
|
1680
1210
|
"name": "huriList",
|
|
1681
1211
|
"variant": "param",
|
|
1682
1212
|
"kind": 32768,
|
|
@@ -1723,7 +1253,7 @@
|
|
|
1723
1253
|
{
|
|
1724
1254
|
"type": "reference",
|
|
1725
1255
|
"target": {
|
|
1726
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1256
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
1727
1257
|
"qualifiedName": "React.Dispatch"
|
|
1728
1258
|
},
|
|
1729
1259
|
"typeArguments": [
|
|
@@ -1796,7 +1326,7 @@
|
|
|
1796
1326
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/use.ts",
|
|
1797
1327
|
"line": 5,
|
|
1798
1328
|
"character": 13,
|
|
1799
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1329
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/use.ts#L5"
|
|
1800
1330
|
}
|
|
1801
1331
|
],
|
|
1802
1332
|
"signatures": [
|
|
@@ -1811,7 +1341,7 @@
|
|
|
1811
1341
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/use.ts",
|
|
1812
1342
|
"line": 5,
|
|
1813
1343
|
"character": 33,
|
|
1814
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1344
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/DivinedPayload/use.ts#L5"
|
|
1815
1345
|
}
|
|
1816
1346
|
],
|
|
1817
1347
|
"type": {
|
|
@@ -1853,7 +1383,7 @@
|
|
|
1853
1383
|
]
|
|
1854
1384
|
},
|
|
1855
1385
|
{
|
|
1856
|
-
"id":
|
|
1386
|
+
"id": 36,
|
|
1857
1387
|
"name": "usePayloadDiviner",
|
|
1858
1388
|
"variant": "declaration",
|
|
1859
1389
|
"kind": 64,
|
|
@@ -1863,12 +1393,12 @@
|
|
|
1863
1393
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
|
|
1864
1394
|
"line": 10,
|
|
1865
1395
|
"character": 13,
|
|
1866
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1396
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L10"
|
|
1867
1397
|
}
|
|
1868
1398
|
],
|
|
1869
1399
|
"signatures": [
|
|
1870
1400
|
{
|
|
1871
|
-
"id":
|
|
1401
|
+
"id": 37,
|
|
1872
1402
|
"name": "usePayloadDiviner",
|
|
1873
1403
|
"variant": "signature",
|
|
1874
1404
|
"kind": 4096,
|
|
@@ -1878,12 +1408,12 @@
|
|
|
1878
1408
|
"fileName": "packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts",
|
|
1879
1409
|
"line": 10,
|
|
1880
1410
|
"character": 33,
|
|
1881
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
1411
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/beed2886ed32/packages/sdk/packages/payload/packages/diviner/src/contexts/PayloadDiviner/use.ts#L10"
|
|
1882
1412
|
}
|
|
1883
1413
|
],
|
|
1884
1414
|
"parameters": [
|
|
1885
1415
|
{
|
|
1886
|
-
"id":
|
|
1416
|
+
"id": 38,
|
|
1887
1417
|
"name": "required",
|
|
1888
1418
|
"variant": "param",
|
|
1889
1419
|
"kind": 32768,
|
|
@@ -1963,10 +1493,10 @@
|
|
|
1963
1493
|
8,
|
|
1964
1494
|
12,
|
|
1965
1495
|
29,
|
|
1966
|
-
|
|
1967
|
-
|
|
1496
|
+
39,
|
|
1497
|
+
45,
|
|
1968
1498
|
23,
|
|
1969
|
-
|
|
1499
|
+
36
|
|
1970
1500
|
]
|
|
1971
1501
|
}
|
|
1972
1502
|
],
|
|
@@ -1999,15 +1529,15 @@
|
|
|
1999
1529
|
"qualifiedName": "DivinedPayloadProvider"
|
|
2000
1530
|
},
|
|
2001
1531
|
"5": {
|
|
2002
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1532
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2003
1533
|
"qualifiedName": "DivinedPayloadProvider"
|
|
2004
1534
|
},
|
|
2005
1535
|
"6": {
|
|
2006
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1536
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2007
1537
|
"qualifiedName": "props"
|
|
2008
1538
|
},
|
|
2009
1539
|
"7": {
|
|
2010
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1540
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2011
1541
|
"qualifiedName": "context"
|
|
2012
1542
|
},
|
|
2013
1543
|
"8": {
|
|
@@ -2015,15 +1545,15 @@
|
|
|
2015
1545
|
"qualifiedName": "DivinedPayloadWithHandleInner"
|
|
2016
1546
|
},
|
|
2017
1547
|
"9": {
|
|
2018
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1548
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2019
1549
|
"qualifiedName": "DivinedPayloadWithHandleInner"
|
|
2020
1550
|
},
|
|
2021
1551
|
"10": {
|
|
2022
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1552
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2023
1553
|
"qualifiedName": "props"
|
|
2024
1554
|
},
|
|
2025
1555
|
"11": {
|
|
2026
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1556
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2027
1557
|
"qualifiedName": "context"
|
|
2028
1558
|
},
|
|
2029
1559
|
"12": {
|
|
@@ -2031,15 +1561,15 @@
|
|
|
2031
1561
|
"qualifiedName": "DivinedPayloadWithHandleProvider"
|
|
2032
1562
|
},
|
|
2033
1563
|
"13": {
|
|
2034
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1564
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2035
1565
|
"qualifiedName": "DivinedPayloadWithHandleProvider"
|
|
2036
1566
|
},
|
|
2037
1567
|
"14": {
|
|
2038
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1568
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2039
1569
|
"qualifiedName": "props"
|
|
2040
1570
|
},
|
|
2041
1571
|
"15": {
|
|
2042
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1572
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2043
1573
|
"qualifiedName": "context"
|
|
2044
1574
|
},
|
|
2045
1575
|
"16": {
|
|
@@ -2099,15 +1629,15 @@
|
|
|
2099
1629
|
"qualifiedName": "PayloadDivinerProvider"
|
|
2100
1630
|
},
|
|
2101
1631
|
"30": {
|
|
2102
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1632
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2103
1633
|
"qualifiedName": "PayloadDivinerProvider"
|
|
2104
1634
|
},
|
|
2105
1635
|
"31": {
|
|
2106
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1636
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2107
1637
|
"qualifiedName": "props"
|
|
2108
1638
|
},
|
|
2109
1639
|
"32": {
|
|
2110
|
-
"sourceFileName": "../../../../../../node_modules/@types/react/
|
|
1640
|
+
"sourceFileName": "../../../../../../node_modules/@types/react/index.d.ts",
|
|
2111
1641
|
"qualifiedName": "context"
|
|
2112
1642
|
},
|
|
2113
1643
|
"33": {
|
|
@@ -2119,98 +1649,66 @@
|
|
|
2119
1649
|
"qualifiedName": "PayloadDivinerState.diviner"
|
|
2120
1650
|
},
|
|
2121
1651
|
"35": {
|
|
2122
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/module-model/src/Config.ts",
|
|
2123
|
-
"qualifiedName": "__type"
|
|
2124
|
-
},
|
|
2125
|
-
"36": {
|
|
2126
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/module-model/src/Config.ts",
|
|
2127
|
-
"qualifiedName": "__type"
|
|
2128
|
-
},
|
|
2129
|
-
"37": {
|
|
2130
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/diviner-model/src/Config.ts",
|
|
2131
|
-
"qualifiedName": "__type"
|
|
2132
|
-
},
|
|
2133
|
-
"38": {
|
|
2134
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/module-model/src/Config.ts",
|
|
2135
|
-
"qualifiedName": "__type"
|
|
2136
|
-
},
|
|
2137
|
-
"39": {
|
|
2138
1652
|
"sourceFileName": "src/contexts/PayloadDiviner/State.ts",
|
|
2139
1653
|
"qualifiedName": "PayloadDivinerState.setDiviner"
|
|
2140
1654
|
},
|
|
2141
|
-
"
|
|
2142
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/module-model/src/Config.ts",
|
|
2143
|
-
"qualifiedName": "__type"
|
|
2144
|
-
},
|
|
2145
|
-
"41": {
|
|
2146
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/module-model/src/Config.ts",
|
|
2147
|
-
"qualifiedName": "__type"
|
|
2148
|
-
},
|
|
2149
|
-
"42": {
|
|
2150
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/diviner-model/src/Config.ts",
|
|
2151
|
-
"qualifiedName": "__type"
|
|
2152
|
-
},
|
|
2153
|
-
"43": {
|
|
2154
|
-
"sourceFileName": "../../../../../../node_modules/@xyo-network/module-model/src/Config.ts",
|
|
2155
|
-
"qualifiedName": "__type"
|
|
2156
|
-
},
|
|
2157
|
-
"44": {
|
|
1655
|
+
"36": {
|
|
2158
1656
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2159
1657
|
"qualifiedName": "usePayloadDiviner"
|
|
2160
1658
|
},
|
|
2161
|
-
"
|
|
1659
|
+
"37": {
|
|
2162
1660
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2163
1661
|
"qualifiedName": "usePayloadDiviner"
|
|
2164
1662
|
},
|
|
2165
|
-
"
|
|
1663
|
+
"38": {
|
|
2166
1664
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2167
1665
|
"qualifiedName": "required"
|
|
2168
1666
|
},
|
|
2169
|
-
"
|
|
1667
|
+
"39": {
|
|
2170
1668
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2171
1669
|
"qualifiedName": "useDivinePayload"
|
|
2172
1670
|
},
|
|
2173
|
-
"
|
|
1671
|
+
"40": {
|
|
2174
1672
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2175
1673
|
"qualifiedName": "useDivinePayload"
|
|
2176
1674
|
},
|
|
2177
|
-
"
|
|
1675
|
+
"41": {
|
|
2178
1676
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2179
1677
|
"qualifiedName": "T"
|
|
2180
1678
|
},
|
|
2181
|
-
"
|
|
1679
|
+
"42": {
|
|
2182
1680
|
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
2183
1681
|
"qualifiedName": "__type"
|
|
2184
1682
|
},
|
|
2185
|
-
"
|
|
1683
|
+
"43": {
|
|
2186
1684
|
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
2187
1685
|
"qualifiedName": "__type"
|
|
2188
1686
|
},
|
|
2189
|
-
"
|
|
1687
|
+
"44": {
|
|
2190
1688
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2191
1689
|
"qualifiedName": "huri"
|
|
2192
1690
|
},
|
|
2193
|
-
"
|
|
1691
|
+
"45": {
|
|
2194
1692
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2195
1693
|
"qualifiedName": "useDivinePayloads"
|
|
2196
1694
|
},
|
|
2197
|
-
"
|
|
1695
|
+
"46": {
|
|
2198
1696
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2199
1697
|
"qualifiedName": "useDivinePayloads"
|
|
2200
1698
|
},
|
|
2201
|
-
"
|
|
1699
|
+
"47": {
|
|
2202
1700
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2203
1701
|
"qualifiedName": "T"
|
|
2204
1702
|
},
|
|
2205
|
-
"
|
|
1703
|
+
"48": {
|
|
2206
1704
|
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
2207
1705
|
"qualifiedName": "__type"
|
|
2208
1706
|
},
|
|
2209
|
-
"
|
|
1707
|
+
"49": {
|
|
2210
1708
|
"sourceFileName": "../../../../../../node_modules/@xyo-network/payload-model/src/Payload.ts",
|
|
2211
1709
|
"qualifiedName": "__type"
|
|
2212
1710
|
},
|
|
2213
|
-
"
|
|
1711
|
+
"50": {
|
|
2214
1712
|
"sourceFileName": "src/contexts/PayloadDiviner/use.ts",
|
|
2215
1713
|
"qualifiedName": "huriList"
|
|
2216
1714
|
}
|
package/package.json
CHANGED
|
@@ -12,17 +12,17 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/react-async-effect": "^2.17.6",
|
|
14
14
|
"@xylabs/react-shared": "^2.17.6",
|
|
15
|
-
"@xyo-network/diviner": "^2.
|
|
16
|
-
"@xyo-network/module": "^2.
|
|
17
|
-
"@xyo-network/payload-model": "^2.
|
|
18
|
-
"@xyo-network/react-error": "^2.
|
|
19
|
-
"@xyo-network/react-payload-huri": "^2.
|
|
20
|
-
"@xyo-network/react-shared": "^2.
|
|
15
|
+
"@xyo-network/diviner": "^2.64.1",
|
|
16
|
+
"@xyo-network/module": "^2.64.1",
|
|
17
|
+
"@xyo-network/payload-model": "^2.64.1",
|
|
18
|
+
"@xyo-network/react-error": "^2.56.1",
|
|
19
|
+
"@xyo-network/react-payload-huri": "^2.56.1",
|
|
20
|
+
"@xyo-network/react-shared": "^2.56.1",
|
|
21
21
|
"lodash": "^4.17.21"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"@xylabs/ts-scripts-yarn3": "^2.17.17",
|
|
25
|
-
"typescript": "^5.1.
|
|
25
|
+
"typescript": "^5.1.6"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@mui/icons-material": "^5",
|
|
@@ -76,5 +76,5 @@
|
|
|
76
76
|
},
|
|
77
77
|
"sideEffects": false,
|
|
78
78
|
"types": "dist/types/index.d.ts",
|
|
79
|
-
"version": "2.
|
|
79
|
+
"version": "2.56.1"
|
|
80
80
|
}
|