@xyo-network/react-diviner 2.49.13 → 2.50.0
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
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/2db82686c/packages/modules/packages/diviner/src/hooks/useDiviner.tsx#L4"
|
|
21
21
|
}
|
|
22
22
|
],
|
|
23
23
|
"signatures": [
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
"sources": [
|
|
118
118
|
{
|
|
119
119
|
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
120
|
-
"line":
|
|
120
|
+
"line": 15,
|
|
121
121
|
"character": 103
|
|
122
122
|
}
|
|
123
123
|
]
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"sources": [
|
|
159
159
|
{
|
|
160
160
|
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
161
|
-
"line":
|
|
161
|
+
"line": 15,
|
|
162
162
|
"character": 103
|
|
163
163
|
}
|
|
164
164
|
]
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"sources": [
|
|
237
237
|
{
|
|
238
238
|
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
239
|
-
"line":
|
|
239
|
+
"line": 64,
|
|
240
240
|
"character": 58
|
|
241
241
|
}
|
|
242
242
|
]
|
|
@@ -313,7 +313,7 @@
|
|
|
313
313
|
"fileName": "packages/modules/packages/diviner/src/hooks/useDiviners.tsx",
|
|
314
314
|
"line": 4,
|
|
315
315
|
"character": 13,
|
|
316
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
316
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db82686c/packages/modules/packages/diviner/src/hooks/useDiviners.tsx#L4"
|
|
317
317
|
}
|
|
318
318
|
],
|
|
319
319
|
"signatures": [
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
"sources": [
|
|
403
403
|
{
|
|
404
404
|
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
405
|
-
"line":
|
|
405
|
+
"line": 15,
|
|
406
406
|
"character": 103
|
|
407
407
|
}
|
|
408
408
|
]
|
|
@@ -443,7 +443,7 @@
|
|
|
443
443
|
"sources": [
|
|
444
444
|
{
|
|
445
445
|
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
446
|
-
"line":
|
|
446
|
+
"line": 15,
|
|
447
447
|
"character": 103
|
|
448
448
|
}
|
|
449
449
|
]
|
|
@@ -521,7 +521,7 @@
|
|
|
521
521
|
"sources": [
|
|
522
522
|
{
|
|
523
523
|
"fileName": "node_modules/@xyo-network/module-model/dist/types/Config.d.ts",
|
|
524
|
-
"line":
|
|
524
|
+
"line": 64,
|
|
525
525
|
"character": 58
|
|
526
526
|
}
|
|
527
527
|
]
|
|
@@ -603,7 +603,7 @@
|
|
|
603
603
|
"fileName": "packages/modules/packages/diviner/src/index.ts",
|
|
604
604
|
"line": 1,
|
|
605
605
|
"character": 0,
|
|
606
|
-
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/
|
|
606
|
+
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/blob/2db82686c/packages/modules/packages/diviner/src/index.ts#L1"
|
|
607
607
|
}
|
|
608
608
|
]
|
|
609
609
|
}
|
|
@@ -1,28 +1,30 @@
|
|
|
1
1
|
import { DivinerWrapper } from '@xyo-network/diviner';
|
|
2
2
|
export declare const useDiviner: (nameOrAddress?: string | 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 & {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
4
|
+
readonly name?: string | undefined;
|
|
5
|
+
readonly paging?: Record<string, {
|
|
5
6
|
size?: number | undefined;
|
|
6
7
|
}> | undefined;
|
|
7
|
-
schema: string;
|
|
8
|
-
security?: {
|
|
9
|
-
allowAnonymous?: boolean | undefined;
|
|
10
|
-
allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
11
|
-
disallowed?: Record<string, string[]> | undefined;
|
|
8
|
+
readonly schema: string;
|
|
9
|
+
readonly security?: {
|
|
10
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
11
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
12
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
12
13
|
} | undefined;
|
|
13
|
-
storeQueries?: boolean | undefined;
|
|
14
|
+
readonly storeQueries?: boolean | undefined;
|
|
14
15
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
17
|
+
readonly name?: string | undefined;
|
|
18
|
+
readonly paging?: Record<string, {
|
|
17
19
|
size?: number | undefined;
|
|
18
20
|
}> | undefined;
|
|
19
|
-
schema: "network.xyo.diviner.config";
|
|
20
|
-
security?: {
|
|
21
|
-
allowAnonymous?: boolean | undefined;
|
|
22
|
-
allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
23
|
-
disallowed?: Record<string, string[]> | undefined;
|
|
21
|
+
readonly schema: "network.xyo.diviner.config";
|
|
22
|
+
readonly security?: {
|
|
23
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
24
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
25
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
24
26
|
} | undefined;
|
|
25
|
-
storeQueries?: boolean | undefined;
|
|
27
|
+
readonly storeQueries?: boolean | undefined;
|
|
26
28
|
} & Omit<{
|
|
27
29
|
schema: "network.xyo.diviner.config";
|
|
28
30
|
} & Omit<undefined, "schema">, "schema">, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDiviner.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDiviner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,UAAU
|
|
1
|
+
{"version":3,"file":"useDiviner.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDiviner.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iHAAyD,CAAA"}
|
|
@@ -1,28 +1,30 @@
|
|
|
1
1
|
import { DivinerWrapper } from '@xyo-network/diviner';
|
|
2
2
|
export declare const useDiviners: (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 & {
|
|
3
|
-
|
|
4
|
-
|
|
3
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
4
|
+
readonly name?: string | undefined;
|
|
5
|
+
readonly paging?: Record<string, {
|
|
5
6
|
size?: number | undefined;
|
|
6
7
|
}> | undefined;
|
|
7
|
-
schema: string;
|
|
8
|
-
security?: {
|
|
9
|
-
allowAnonymous?: boolean | undefined;
|
|
10
|
-
allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
11
|
-
disallowed?: Record<string, string[]> | undefined;
|
|
8
|
+
readonly schema: string;
|
|
9
|
+
readonly security?: {
|
|
10
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
11
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
12
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
12
13
|
} | undefined;
|
|
13
|
-
storeQueries?: boolean | undefined;
|
|
14
|
+
readonly storeQueries?: boolean | undefined;
|
|
14
15
|
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
15
|
-
|
|
16
|
-
|
|
16
|
+
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
17
|
+
readonly name?: string | undefined;
|
|
18
|
+
readonly paging?: Record<string, {
|
|
17
19
|
size?: number | undefined;
|
|
18
20
|
}> | undefined;
|
|
19
|
-
schema: "network.xyo.diviner.config";
|
|
20
|
-
security?: {
|
|
21
|
-
allowAnonymous?: boolean | undefined;
|
|
22
|
-
allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
23
|
-
disallowed?: Record<string, string[]> | undefined;
|
|
21
|
+
readonly schema: "network.xyo.diviner.config";
|
|
22
|
+
readonly security?: {
|
|
23
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
24
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
25
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
24
26
|
} | undefined;
|
|
25
|
-
storeQueries?: boolean | undefined;
|
|
27
|
+
readonly storeQueries?: boolean | undefined;
|
|
26
28
|
} & Omit<{
|
|
27
29
|
schema: "network.xyo.diviner.config";
|
|
28
30
|
} & Omit<undefined, "schema">, "schema">, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useDiviners.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDiviners.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,WAAW
|
|
1
|
+
{"version":3,"file":"useDiviners.d.ts","sourceRoot":"","sources":["../../../src/hooks/useDiviners.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,sBAAsB,CAAA;AAGrD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mHAA2D,CAAA"}
|
package/package.json
CHANGED
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-react-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/diviner": "^2.
|
|
14
|
-
"@xyo-network/react-node": "^2.
|
|
13
|
+
"@xyo-network/diviner": "^2.58.0",
|
|
14
|
+
"@xyo-network/react-node": "^2.50.0"
|
|
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.
|
|
73
|
+
"version": "2.50.0"
|
|
74
74
|
}
|