@xyo-network/react-sentinel 2.56.0 → 2.56.2
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/Provider.js +1 -1
- package/dist/cjs/contexts/Provider.js.map +1 -1
- package/dist/cjs/contexts/State.js +1 -1
- package/dist/cjs/contexts/State.js.map +1 -1
- package/dist/cjs/hooks/index.js +2 -2
- package/dist/cjs/hooks/index.js.map +1 -1
- package/dist/cjs/hooks/useNodeSentinel.js +7 -0
- package/dist/cjs/hooks/useNodeSentinel.js.map +1 -0
- package/dist/cjs/hooks/{useSentinels.js → useNodeSentinels.js} +2 -2
- package/dist/cjs/hooks/useNodeSentinels.js.map +1 -0
- package/dist/docs.json +160 -1843
- package/dist/esm/hooks/index.js +2 -2
- package/dist/esm/hooks/index.js.map +1 -1
- package/dist/esm/hooks/useNodeSentinel.js +4 -0
- package/dist/esm/hooks/useNodeSentinel.js.map +1 -0
- package/dist/esm/hooks/useNodeSentinels.js +4 -0
- package/dist/esm/hooks/useNodeSentinels.js.map +1 -0
- package/dist/types/contexts/use.d.ts +1 -50
- package/dist/types/contexts/use.d.ts.map +1 -1
- package/dist/types/hooks/index.d.ts +2 -2
- package/dist/types/hooks/index.d.ts.map +1 -1
- package/dist/types/hooks/useNodeSentinel.d.ts +3 -0
- package/dist/types/hooks/useNodeSentinel.d.ts.map +1 -0
- package/dist/types/hooks/useNodeSentinels.d.ts +3 -0
- package/dist/types/hooks/useNodeSentinels.d.ts.map +1 -0
- package/package.json +10 -10
- package/src/hooks/index.ts +2 -2
- package/src/hooks/useNodeSentinel.tsx +4 -0
- package/src/hooks/useNodeSentinels.tsx +4 -0
- package/dist/cjs/hooks/useSentinel.js +0 -7
- package/dist/cjs/hooks/useSentinel.js.map +0 -1
- package/dist/cjs/hooks/useSentinels.js.map +0 -1
- package/dist/esm/hooks/useSentinel.js +0 -4
- package/dist/esm/hooks/useSentinel.js.map +0 -1
- package/dist/esm/hooks/useSentinels.js +0 -4
- package/dist/esm/hooks/useSentinels.js.map +0 -1
- package/dist/types/hooks/useSentinel.d.ts +0 -52
- package/dist/types/hooks/useSentinel.d.ts.map +0 -1
- package/dist/types/hooks/useSentinels.d.ts +0 -52
- package/dist/types/hooks/useSentinels.d.ts.map +0 -1
- package/src/hooks/useSentinel.tsx +0 -4
- package/src/hooks/useSentinels.tsx +0 -4
package/dist/esm/hooks/index.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
1
|
+
export * from './useNodeSentinel';
|
|
2
|
+
export * from './useNodeSentinels';
|
|
3
3
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { WrappedNodeModuleHookFactory } from '@xyo-network/react-node';
|
|
2
|
+
import { SentinelWrapper } from '@xyo-network/sentinel';
|
|
3
|
+
export const useNodeSentinel = WrappedNodeModuleHookFactory(SentinelWrapper, 'useNodeSentinel');
|
|
4
|
+
//# sourceMappingURL=useNodeSentinel.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNodeSentinel.js","sourceRoot":"","sources":["../../../src/hooks/useNodeSentinel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,4BAA4B,EAAE,MAAM,yBAAyB,CAAA;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,CAAC,MAAM,eAAe,GAAG,4BAA4B,CAAC,eAAe,EAAE,iBAAiB,CAAC,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNodeSentinels.js","sourceRoot":"","sources":["../../../src/hooks/useNodeSentinels.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,6BAA6B,EAAE,MAAM,yBAAyB,CAAA;AACvE,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,CAAC,MAAM,YAAY,GAAG,6BAA6B,CAAC,eAAe,EAAE,aAAa,CAAC,CAAA"}
|
|
@@ -4,56 +4,7 @@ export declare const useSentinelContext: () => {
|
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
|
-
sentinel: import("@xyo-network/sentinel").SentinelModule
|
|
8
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
9
|
-
readonly name?: string | undefined;
|
|
10
|
-
readonly paging?: Record<string, {
|
|
11
|
-
size?: number | undefined;
|
|
12
|
-
}> | undefined;
|
|
13
|
-
readonly schema: string;
|
|
14
|
-
readonly security?: {
|
|
15
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
16
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
17
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
18
|
-
} | undefined;
|
|
19
|
-
readonly storeQueries?: boolean | undefined;
|
|
20
|
-
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
22
|
-
readonly name?: string | undefined;
|
|
23
|
-
readonly paging?: Record<string, {
|
|
24
|
-
size?: number | undefined;
|
|
25
|
-
}> | undefined;
|
|
26
|
-
readonly schema: "network.xyo.sentinel.config";
|
|
27
|
-
readonly security?: {
|
|
28
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
29
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
30
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
31
|
-
} | undefined;
|
|
32
|
-
readonly storeQueries?: boolean | undefined;
|
|
33
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
34
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
35
|
-
readonly name?: string | undefined;
|
|
36
|
-
readonly paging?: Record<string, {
|
|
37
|
-
size?: number | undefined;
|
|
38
|
-
}> | undefined;
|
|
39
|
-
readonly schema: string;
|
|
40
|
-
readonly security?: {
|
|
41
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
42
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
43
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
44
|
-
} | undefined;
|
|
45
|
-
readonly storeQueries?: boolean | undefined;
|
|
46
|
-
} & Omit<{
|
|
47
|
-
archivists?: string[] | undefined;
|
|
48
|
-
schema: string;
|
|
49
|
-
}, "schema"> & {
|
|
50
|
-
schema: "network.xyo.sentinel.config";
|
|
51
|
-
witnesses?: string[] | undefined;
|
|
52
|
-
} & {
|
|
53
|
-
schema: string;
|
|
54
|
-
}, "schema">, "schema"> & {
|
|
55
|
-
schema: string;
|
|
56
|
-
}, "schema">, undefined>, import("@xyo-network/sentinel").SentinelModuleEventData> | undefined;
|
|
7
|
+
sentinel: import("@xyo-network/sentinel").SentinelModule | undefined;
|
|
57
8
|
status: import("./State").SentinelReportStatus | undefined;
|
|
58
9
|
};
|
|
59
10
|
//# sourceMappingURL=use.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"use.d.ts","sourceRoot":"","sources":["../../../src/contexts/use.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,kBAAkB;;;;;;;;CAG9B,CAAA"}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
1
|
+
export * from './useNodeSentinel';
|
|
2
|
+
export * from './useNodeSentinels';
|
|
3
3
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,cAAc,mBAAmB,CAAA;AACjC,cAAc,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SentinelWrapper } from '@xyo-network/sentinel';
|
|
2
|
+
export declare const useNodeSentinel: (nameOrAddress?: string | undefined, wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [SentinelWrapper<import("@xyo-network/sentinel").SentinelModule> | undefined, Error | undefined];
|
|
3
|
+
//# sourceMappingURL=useNodeSentinel.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNodeSentinel.d.ts","sourceRoot":"","sources":["../../../src/hooks/useNodeSentinel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,eAAO,MAAM,eAAe,4QAAmE,CAAA"}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { SentinelWrapper } from '@xyo-network/sentinel';
|
|
2
|
+
export declare const useSentinels: (account?: import("@xyo-network/wallet-model").WalletInstance | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [SentinelWrapper<import("@xyo-network/sentinel").SentinelModule>[] | undefined, Error | undefined];
|
|
3
|
+
//# sourceMappingURL=useNodeSentinels.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useNodeSentinels.d.ts","sourceRoot":"","sources":["../../../src/hooks/useNodeSentinels.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,eAAO,MAAM,YAAY,2OAAgE,CAAA"}
|
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/account-model": "^2.64.
|
|
16
|
-
"@xyo-network/archivist": "^2.64.
|
|
17
|
-
"@xyo-network/boundwitness-model": "^2.64.
|
|
18
|
-
"@xyo-network/react-node": "^2.56.
|
|
19
|
-
"@xyo-network/react-shared": "^2.56.
|
|
20
|
-
"@xyo-network/sentinel": "^2.64.
|
|
21
|
-
"@xyo-network/witness": "^2.64.
|
|
15
|
+
"@xyo-network/account-model": "^2.64.1",
|
|
16
|
+
"@xyo-network/archivist": "^2.64.1",
|
|
17
|
+
"@xyo-network/boundwitness-model": "^2.64.1",
|
|
18
|
+
"@xyo-network/react-node": "^2.56.2",
|
|
19
|
+
"@xyo-network/react-shared": "^2.56.2",
|
|
20
|
+
"@xyo-network/sentinel": "^2.64.1",
|
|
21
|
+
"@xyo-network/witness": "^2.64.1"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
25
|
-
"@xylabs/tsconfig-react": "^2.
|
|
24
|
+
"@xylabs/ts-scripts-yarn3": "^2.18.2",
|
|
25
|
+
"@xylabs/tsconfig-react": "^2.18.2",
|
|
26
26
|
"typescript": "^5.1.6"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
@@ -77,5 +77,5 @@
|
|
|
77
77
|
},
|
|
78
78
|
"sideEffects": false,
|
|
79
79
|
"types": "dist/types/index.d.ts",
|
|
80
|
-
"version": "2.56.
|
|
80
|
+
"version": "2.56.2"
|
|
81
81
|
}
|
package/src/hooks/index.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from './
|
|
2
|
-
export * from './
|
|
1
|
+
export * from './useNodeSentinel'
|
|
2
|
+
export * from './useNodeSentinels'
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.useSentinel = void 0;
|
|
4
|
-
const react_node_1 = require("@xyo-network/react-node");
|
|
5
|
-
const sentinel_1 = require("@xyo-network/sentinel");
|
|
6
|
-
exports.useSentinel = (0, react_node_1.WrappedModuleHookFactory)(sentinel_1.SentinelWrapper, 'useSentinel');
|
|
7
|
-
//# sourceMappingURL=useSentinel.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSentinel.js","sourceRoot":"","sources":["../../../src/hooks/useSentinel.tsx"],"names":[],"mappings":";;;AAAA,wDAAkE;AAClE,oDAAuD;AAE1C,QAAA,WAAW,GAAG,IAAA,qCAAwB,EAAC,0BAAe,EAAE,aAAa,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSentinels.js","sourceRoot":"","sources":["../../../src/hooks/useSentinels.tsx"],"names":[],"mappings":";;;AAAA,wDAAmE;AACnE,oDAAuD;AAE1C,QAAA,YAAY,GAAG,IAAA,sCAAyB,EAAC,0BAAe,EAAE,aAAa,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSentinel.js","sourceRoot":"","sources":["../../../src/hooks/useSentinel.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,wBAAwB,EAAE,MAAM,yBAAyB,CAAA;AAClE,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,CAAC,MAAM,WAAW,GAAG,wBAAwB,CAAC,eAAe,EAAE,aAAa,CAAC,CAAA"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSentinels.js","sourceRoot":"","sources":["../../../src/hooks/useSentinels.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,yBAAyB,EAAE,MAAM,yBAAyB,CAAA;AACnE,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,CAAC,MAAM,YAAY,GAAG,yBAAyB,CAAC,eAAe,EAAE,aAAa,CAAC,CAAA"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { SentinelWrapper } from '@xyo-network/sentinel';
|
|
2
|
-
export declare const useSentinel: (nameOrAddress?: string | undefined, wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [SentinelWrapper<import("@xyo-network/sentinel").SentinelModule<import("@xyo-network/sentinel").SentinelParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
3
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
4
|
-
readonly name?: string | undefined;
|
|
5
|
-
readonly paging?: Record<string, {
|
|
6
|
-
size?: number | undefined;
|
|
7
|
-
}> | 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;
|
|
13
|
-
} | undefined;
|
|
14
|
-
readonly storeQueries?: boolean | undefined;
|
|
15
|
-
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
17
|
-
readonly name?: string | undefined;
|
|
18
|
-
readonly paging?: Record<string, {
|
|
19
|
-
size?: number | undefined;
|
|
20
|
-
}> | undefined;
|
|
21
|
-
readonly schema: "network.xyo.sentinel.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;
|
|
26
|
-
} | undefined;
|
|
27
|
-
readonly storeQueries?: boolean | undefined;
|
|
28
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
29
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
30
|
-
readonly name?: string | undefined;
|
|
31
|
-
readonly paging?: Record<string, {
|
|
32
|
-
size?: number | undefined;
|
|
33
|
-
}> | undefined;
|
|
34
|
-
readonly schema: string;
|
|
35
|
-
readonly security?: {
|
|
36
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly storeQueries?: boolean | undefined;
|
|
41
|
-
} & Omit<{
|
|
42
|
-
archivists?: string[] | undefined;
|
|
43
|
-
schema: string;
|
|
44
|
-
}, "schema"> & {
|
|
45
|
-
schema: "network.xyo.sentinel.config";
|
|
46
|
-
witnesses?: string[] | undefined;
|
|
47
|
-
} & {
|
|
48
|
-
schema: string;
|
|
49
|
-
}, "schema">, "schema"> & {
|
|
50
|
-
schema: string;
|
|
51
|
-
}, "schema">, undefined>, import("@xyo-network/sentinel").SentinelModuleEventData>> | undefined, Error | undefined];
|
|
52
|
-
//# sourceMappingURL=useSentinel.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSentinel.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSentinel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;mHAA2D,CAAA"}
|
|
@@ -1,52 +0,0 @@
|
|
|
1
|
-
import { SentinelWrapper } from '@xyo-network/sentinel';
|
|
2
|
-
export declare const useSentinels: (account?: import("@xyo-network/wallet-model").WalletInstance | undefined, logger?: import("@xyo-network/core").Logger | undefined) => [SentinelWrapper<import("@xyo-network/sentinel").SentinelModule<import("@xyo-network/sentinel").SentinelParams<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
3
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
4
|
-
readonly name?: string | undefined;
|
|
5
|
-
readonly paging?: Record<string, {
|
|
6
|
-
size?: number | undefined;
|
|
7
|
-
}> | 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;
|
|
13
|
-
} | undefined;
|
|
14
|
-
readonly storeQueries?: boolean | undefined;
|
|
15
|
-
} & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
16
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
17
|
-
readonly name?: string | undefined;
|
|
18
|
-
readonly paging?: Record<string, {
|
|
19
|
-
size?: number | undefined;
|
|
20
|
-
}> | undefined;
|
|
21
|
-
readonly schema: "network.xyo.sentinel.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;
|
|
26
|
-
} | undefined;
|
|
27
|
-
readonly storeQueries?: boolean | undefined;
|
|
28
|
-
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
29
|
-
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
30
|
-
readonly name?: string | undefined;
|
|
31
|
-
readonly paging?: Record<string, {
|
|
32
|
-
size?: number | undefined;
|
|
33
|
-
}> | undefined;
|
|
34
|
-
readonly schema: string;
|
|
35
|
-
readonly security?: {
|
|
36
|
-
readonly allowAnonymous?: boolean | undefined;
|
|
37
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
38
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
39
|
-
} | undefined;
|
|
40
|
-
readonly storeQueries?: boolean | undefined;
|
|
41
|
-
} & Omit<{
|
|
42
|
-
archivists?: string[] | undefined;
|
|
43
|
-
schema: string;
|
|
44
|
-
}, "schema"> & {
|
|
45
|
-
schema: "network.xyo.sentinel.config";
|
|
46
|
-
witnesses?: string[] | undefined;
|
|
47
|
-
} & {
|
|
48
|
-
schema: string;
|
|
49
|
-
}, "schema">, "schema"> & {
|
|
50
|
-
schema: string;
|
|
51
|
-
}, "schema">, undefined>, import("@xyo-network/sentinel").SentinelModuleEventData>>[] | undefined, Error | undefined];
|
|
52
|
-
//# sourceMappingURL=useSentinels.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"useSentinels.d.ts","sourceRoot":"","sources":["../../../src/hooks/useSentinels.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qHAA4D,CAAA"}
|