@xyo-network/react-diviner 2.56.11 → 2.56.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/docs.json +466 -130
- package/dist/types/hooks/node/useDivinerFromNode.d.ts +6 -2
- package/dist/types/hooks/node/useDivinerFromNode.d.ts.map +1 -1
- package/dist/types/hooks/node/useDivinersFromNode.d.ts +6 -2
- package/dist/types/hooks/node/useDivinersFromNode.d.ts.map +1 -1
- package/dist/types/hooks/node/useWrappedDivinerFromNode.d.ts +6 -2
- package/dist/types/hooks/node/useWrappedDivinerFromNode.d.ts.map +1 -1
- package/dist/types/hooks/node/useWrappedDivinersFromNode.d.ts +6 -2
- package/dist/types/hooks/node/useWrappedDivinersFromNode.d.ts.map +1 -1
- package/dist/types/hooks/useWrappedDiviner.d.ts +12 -4
- package/dist/types/hooks/useWrappedDiviner.d.ts.map +1 -1
- package/dist/types/hooks/useWrappedDiviners.d.ts +12 -4
- package/dist/types/hooks/useWrappedDiviners.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -28,7 +28,11 @@ export declare const useDivinerFromNode: (nameOrAddress?: string, up?: boolean,
|
|
|
28
28
|
readonly storeQueries?: boolean | undefined;
|
|
29
29
|
} & Omit<{
|
|
30
30
|
schema: "network.xyo.diviner.config";
|
|
31
|
-
} & Omit<undefined, "schema">, "schema"
|
|
31
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
32
|
+
schema: "network.xyo.diviner.config";
|
|
33
|
+
}, "schema"> & {
|
|
34
|
+
schema: string;
|
|
35
|
+
}, "schema"> & {
|
|
32
36
|
schema: string;
|
|
33
|
-
},
|
|
37
|
+
}, undefined>, import("@xyo-network/diviner").DivinerModuleEventData> | null | undefined, Error | undefined];
|
|
34
38
|
//# sourceMappingURL=useDivinerFromNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDivinerFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useDivinerFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAGpD,eAAO,MAAM,kBAAkB,mBAAoB,MAAM,OAAO,OAAO,WAAW,MAAM
|
|
1
|
+
{"version":3,"file":"useDivinerFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useDivinerFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AAGpD,eAAO,MAAM,kBAAkB,mBAAoB,MAAM,OAAO,OAAO,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;4GAC3B,CAAA"}
|
|
@@ -29,7 +29,11 @@ export declare const useDivinersFromNode: (filter?: ModuleFilter, up?: boolean,
|
|
|
29
29
|
readonly storeQueries?: boolean | undefined;
|
|
30
30
|
} & Omit<{
|
|
31
31
|
schema: "network.xyo.diviner.config";
|
|
32
|
-
} & Omit<undefined, "schema">, "schema"
|
|
32
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
33
|
+
schema: "network.xyo.diviner.config";
|
|
34
|
+
}, "schema"> & {
|
|
35
|
+
schema: string;
|
|
36
|
+
}, "schema"> & {
|
|
33
37
|
schema: string;
|
|
34
|
-
},
|
|
38
|
+
}, undefined>, import("@xyo-network/diviner").DivinerModuleEventData>[] | null | undefined, Error | undefined];
|
|
35
39
|
//# sourceMappingURL=useDivinersFromNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDivinersFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useDivinersFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAGlD,eAAO,MAAM,mBAAmB,YAAa,YAAY,OAAO,OAAO,WAAW,MAAM
|
|
1
|
+
{"version":3,"file":"useDivinersFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useDivinersFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAA;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACpD,OAAO,EAAE,YAAY,EAAE,MAAM,qBAAqB,CAAA;AAGlD,eAAO,MAAM,mBAAmB,YAAa,YAAY,OAAO,OAAO,WAAW,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;8GAA0D,CAAA"}
|
|
@@ -27,7 +27,11 @@ export declare const useWrappedDivinerFromNode: (nameOrAddress?: string | undefi
|
|
|
27
27
|
readonly storeQueries?: boolean | undefined;
|
|
28
28
|
} & Omit<{
|
|
29
29
|
schema: "network.xyo.diviner.config";
|
|
30
|
-
} & Omit<undefined, "schema">, "schema"
|
|
30
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
31
|
+
schema: "network.xyo.diviner.config";
|
|
32
|
+
}, "schema"> & {
|
|
33
|
+
schema: string;
|
|
34
|
+
}, "schema"> & {
|
|
31
35
|
schema: string;
|
|
32
|
-
},
|
|
36
|
+
}, undefined>, import("@xyo-network/diviner").DivinerModuleEventData>> | undefined, Error | undefined];
|
|
33
37
|
//# sourceMappingURL=useWrappedDivinerFromNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWrappedDivinerFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useWrappedDivinerFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,yBAAyB
|
|
1
|
+
{"version":3,"file":"useWrappedDivinerFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useWrappedDivinerFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sGAAuF,CAAA"}
|
|
@@ -27,7 +27,11 @@ export declare const useWrappedDivinersFromNode: (account?: import("@xyo-network
|
|
|
27
27
|
readonly storeQueries?: boolean | undefined;
|
|
28
28
|
} & Omit<{
|
|
29
29
|
schema: "network.xyo.diviner.config";
|
|
30
|
-
} & Omit<undefined, "schema">, "schema"
|
|
30
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
31
|
+
schema: "network.xyo.diviner.config";
|
|
32
|
+
}, "schema"> & {
|
|
33
|
+
schema: string;
|
|
34
|
+
}, "schema"> & {
|
|
31
35
|
schema: string;
|
|
32
|
-
},
|
|
36
|
+
}, undefined>, import("@xyo-network/diviner").DivinerModuleEventData>>[] | undefined, Error | undefined];
|
|
33
37
|
//# sourceMappingURL=useWrappedDivinersFromNode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWrappedDivinersFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useWrappedDivinersFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"useWrappedDivinersFromNode.d.ts","sourceRoot":"","sources":["../../../../src/hooks/node/useWrappedDivinersFromNode.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wGAAyF,CAAA"}
|
|
@@ -27,9 +27,13 @@ export declare const useWrappedDiviner: (module?: import("@xyo-network/diviner")
|
|
|
27
27
|
readonly storeQueries?: boolean | undefined;
|
|
28
28
|
} & Omit<{
|
|
29
29
|
schema: "network.xyo.diviner.config";
|
|
30
|
-
} & Omit<undefined, "schema">, "schema"
|
|
30
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
31
|
+
schema: "network.xyo.diviner.config";
|
|
32
|
+
}, "schema"> & {
|
|
33
|
+
schema: string;
|
|
34
|
+
}, "schema"> & {
|
|
31
35
|
schema: string;
|
|
32
|
-
},
|
|
36
|
+
}, undefined>, import("@xyo-network/diviner").DivinerModuleEventData> | null | undefined, account?: import("@xyo-network/account-model").AccountInstance | null | 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 & {
|
|
33
37
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
34
38
|
readonly name?: string | undefined;
|
|
35
39
|
readonly paging?: Record<string, {
|
|
@@ -57,7 +61,11 @@ export declare const useWrappedDiviner: (module?: import("@xyo-network/diviner")
|
|
|
57
61
|
readonly storeQueries?: boolean | undefined;
|
|
58
62
|
} & Omit<{
|
|
59
63
|
schema: "network.xyo.diviner.config";
|
|
60
|
-
} & Omit<undefined, "schema">, "schema"
|
|
64
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
65
|
+
schema: "network.xyo.diviner.config";
|
|
66
|
+
}, "schema"> & {
|
|
67
|
+
schema: string;
|
|
68
|
+
}, "schema"> & {
|
|
61
69
|
schema: string;
|
|
62
|
-
},
|
|
70
|
+
}, undefined>, import("@xyo-network/diviner").DivinerModuleEventData>> | undefined, Error | undefined];
|
|
63
71
|
//# sourceMappingURL=useWrappedDiviner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWrappedDiviner.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedDiviner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"useWrappedDiviner.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedDiviner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;sGAAkD,CAAA"}
|
|
@@ -27,9 +27,13 @@ export declare const useWrappedDiviners: (modules?: import("@xyo-network/diviner
|
|
|
27
27
|
readonly storeQueries?: boolean | undefined;
|
|
28
28
|
} & Omit<{
|
|
29
29
|
schema: "network.xyo.diviner.config";
|
|
30
|
-
} & Omit<undefined, "schema">, "schema"
|
|
30
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
31
|
+
schema: "network.xyo.diviner.config";
|
|
32
|
+
}, "schema"> & {
|
|
33
|
+
schema: string;
|
|
34
|
+
}, "schema"> & {
|
|
31
35
|
schema: string;
|
|
32
|
-
},
|
|
36
|
+
}, undefined>, import("@xyo-network/diviner").DivinerModuleEventData>[] | undefined, account?: import("@xyo-network/account-model").AccountInstance | 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 & {
|
|
33
37
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
34
38
|
readonly name?: string | undefined;
|
|
35
39
|
readonly paging?: Record<string, {
|
|
@@ -57,7 +61,11 @@ export declare const useWrappedDiviners: (modules?: import("@xyo-network/diviner
|
|
|
57
61
|
readonly storeQueries?: boolean | undefined;
|
|
58
62
|
} & Omit<{
|
|
59
63
|
schema: "network.xyo.diviner.config";
|
|
60
|
-
} & Omit<undefined, "schema">, "schema"
|
|
64
|
+
} & Omit<undefined, "schema">, "schema"> & {
|
|
65
|
+
schema: "network.xyo.diviner.config";
|
|
66
|
+
}, "schema"> & {
|
|
67
|
+
schema: string;
|
|
68
|
+
}, "schema"> & {
|
|
61
69
|
schema: string;
|
|
62
|
-
},
|
|
70
|
+
}, undefined>, import("@xyo-network/diviner").DivinerModuleEventData>>[] | undefined, Error | undefined];
|
|
63
71
|
//# sourceMappingURL=useWrappedDiviners.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useWrappedDiviners.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedDiviners.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"useWrappedDiviners.d.ts","sourceRoot":"","sources":["../../../src/hooks/useWrappedDiviners.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wGAAmD,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,11 +10,11 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/core": "^2.64.
|
|
14
|
-
"@xyo-network/diviner": "^2.64.
|
|
15
|
-
"@xyo-network/module": "^2.64.
|
|
16
|
-
"@xyo-network/react-module": "^2.56.
|
|
17
|
-
"@xyo-network/react-node": "^2.56.
|
|
13
|
+
"@xyo-network/core": "^2.64.7",
|
|
14
|
+
"@xyo-network/diviner": "^2.64.7",
|
|
15
|
+
"@xyo-network/module": "^2.64.7",
|
|
16
|
+
"@xyo-network/react-module": "^2.56.12",
|
|
17
|
+
"@xyo-network/react-node": "^2.56.12"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
20
|
"@mui/icons-material": "^5",
|
|
@@ -73,5 +73,5 @@
|
|
|
73
73
|
},
|
|
74
74
|
"sideEffects": false,
|
|
75
75
|
"types": "dist/types/index.d.ts",
|
|
76
|
-
"version": "2.56.
|
|
76
|
+
"version": "2.56.12"
|
|
77
77
|
}
|