@xyo-network/react-diviner 2.47.23 → 2.47.25
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/docs.json +22 -7
- package/dist/types/hooks/useDiviners.d.ts +1 -1
- package/package.json +2 -2
package/dist/docs.json
CHANGED
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"fileName": "packages/modules/packages/diviner/src/hooks/useDiviner.tsx",
|
|
18
18
|
"line": 4,
|
|
19
19
|
"character": 13,
|
|
20
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
20
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/16014559a98/packages/modules/packages/diviner/src/hooks/useDiviner.tsx#L4"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"signatures": [
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"fileName": "packages/modules/packages/diviner/src/hooks/useDiviners.tsx",
|
|
312
312
|
"line": 4,
|
|
313
313
|
"character": 13,
|
|
314
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
314
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/16014559a98/packages/modules/packages/diviner/src/hooks/useDiviners.tsx#L4"
|
|
315
315
|
}
|
|
316
316
|
],
|
|
317
317
|
"signatures": [
|
|
@@ -349,6 +349,21 @@
|
|
|
349
349
|
"type": "intrinsic",
|
|
350
350
|
"name": "boolean"
|
|
351
351
|
}
|
|
352
|
+
},
|
|
353
|
+
{
|
|
354
|
+
"id": 14,
|
|
355
|
+
"name": "logger",
|
|
356
|
+
"kind": 32768,
|
|
357
|
+
"kindString": "Parameter",
|
|
358
|
+
"flags": {
|
|
359
|
+
"isOptional": true
|
|
360
|
+
},
|
|
361
|
+
"type": {
|
|
362
|
+
"type": "reference",
|
|
363
|
+
"name": "Logger",
|
|
364
|
+
"qualifiedName": "Logger",
|
|
365
|
+
"package": "@xyo-network/core"
|
|
366
|
+
}
|
|
352
367
|
}
|
|
353
368
|
],
|
|
354
369
|
"type": {
|
|
@@ -390,7 +405,7 @@
|
|
|
390
405
|
{
|
|
391
406
|
"type": "reflection",
|
|
392
407
|
"declaration": {
|
|
393
|
-
"id":
|
|
408
|
+
"id": 15,
|
|
394
409
|
"name": "__type",
|
|
395
410
|
"kind": 65536,
|
|
396
411
|
"kindString": "Type literal",
|
|
@@ -431,7 +446,7 @@
|
|
|
431
446
|
{
|
|
432
447
|
"type": "reflection",
|
|
433
448
|
"declaration": {
|
|
434
|
-
"id":
|
|
449
|
+
"id": 16,
|
|
435
450
|
"name": "__type",
|
|
436
451
|
"kind": 65536,
|
|
437
452
|
"kindString": "Type literal",
|
|
@@ -454,7 +469,7 @@
|
|
|
454
469
|
{
|
|
455
470
|
"type": "reflection",
|
|
456
471
|
"declaration": {
|
|
457
|
-
"id":
|
|
472
|
+
"id": 17,
|
|
458
473
|
"name": "__type",
|
|
459
474
|
"kind": 65536,
|
|
460
475
|
"kindString": "Type literal",
|
|
@@ -509,7 +524,7 @@
|
|
|
509
524
|
{
|
|
510
525
|
"type": "reflection",
|
|
511
526
|
"declaration": {
|
|
512
|
-
"id":
|
|
527
|
+
"id": 18,
|
|
513
528
|
"name": "__type",
|
|
514
529
|
"kind": 65536,
|
|
515
530
|
"kindString": "Type literal",
|
|
@@ -599,7 +614,7 @@
|
|
|
599
614
|
"fileName": "packages/modules/packages/diviner/src/index.ts",
|
|
600
615
|
"line": 1,
|
|
601
616
|
"character": 0,
|
|
602
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
617
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/16014559a98/packages/modules/packages/diviner/src/index.ts#L1"
|
|
603
618
|
}
|
|
604
619
|
]
|
|
605
620
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { DivinerWrapper } from '@xyo-network/diviner';
|
|
2
|
-
export declare const useDiviners: (account?: import("@xyo-network/account-model").AccountInstance | undefined, spinCheck?: boolean | undefined) => [DivinerWrapper<import("@xyo-network/diviner").DivinerModule<import("@xyo-network/diviner").DivinerParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
2
|
+
export declare const useDiviners: (account?: import("@xyo-network/account-model").AccountInstance | undefined, spinCheck?: boolean | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [DivinerWrapper<import("@xyo-network/diviner").DivinerModule<import("@xyo-network/diviner").DivinerParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
3
3
|
name?: string | undefined;
|
|
4
4
|
paging?: Record<string, {
|
|
5
5
|
size?: number | undefined;
|
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xyo-network/diviner": "^2.53.26",
|
|
14
|
-
"@xyo-network/react-node": "^2.47.
|
|
14
|
+
"@xyo-network/react-node": "^2.47.25"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"@mui/icons-material": "^5",
|
|
@@ -70,5 +70,5 @@
|
|
|
70
70
|
},
|
|
71
71
|
"sideEffects": false,
|
|
72
72
|
"types": "dist/types/index.d.ts",
|
|
73
|
-
"version": "2.47.
|
|
73
|
+
"version": "2.47.25"
|
|
74
74
|
}
|