@xyo-network/react-sentinel 2.66.5 → 2.67.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.
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
|
-
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/
|
|
7
|
+
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
10
10
|
accountDerivationPath?: string | undefined;
|
|
11
11
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
12
12
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -22,7 +22,9 @@ export declare const useSentinelContext: () => {
|
|
|
22
22
|
readonly sign?: boolean | undefined;
|
|
23
23
|
readonly storeQueries?: boolean | undefined;
|
|
24
24
|
readonly timestamp?: boolean | undefined;
|
|
25
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
25
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
26
|
+
schema: string;
|
|
27
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
26
28
|
accountDerivationPath?: string | undefined;
|
|
27
29
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
28
30
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -43,9 +45,7 @@ export declare const useSentinelContext: () => {
|
|
|
43
45
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
44
46
|
} & {
|
|
45
47
|
schema: "network.xyo.sentinel.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
|
-
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/
|
|
7
|
+
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
10
10
|
accountDerivationPath?: string | undefined;
|
|
11
11
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
12
12
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -22,7 +22,9 @@ export declare const useSentinelContext: () => {
|
|
|
22
22
|
readonly sign?: boolean | undefined;
|
|
23
23
|
readonly storeQueries?: boolean | undefined;
|
|
24
24
|
readonly timestamp?: boolean | undefined;
|
|
25
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
25
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
26
|
+
schema: string;
|
|
27
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
26
28
|
accountDerivationPath?: string | undefined;
|
|
27
29
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
28
30
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -43,9 +45,7 @@ export declare const useSentinelContext: () => {
|
|
|
43
45
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
44
46
|
} & {
|
|
45
47
|
schema: "network.xyo.sentinel.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
|
-
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/
|
|
7
|
+
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
10
10
|
accountDerivationPath?: string | undefined;
|
|
11
11
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
12
12
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -22,7 +22,9 @@ export declare const useSentinelContext: () => {
|
|
|
22
22
|
readonly sign?: boolean | undefined;
|
|
23
23
|
readonly storeQueries?: boolean | undefined;
|
|
24
24
|
readonly timestamp?: boolean | undefined;
|
|
25
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
25
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
26
|
+
schema: string;
|
|
27
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
26
28
|
accountDerivationPath?: string | undefined;
|
|
27
29
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
28
30
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -43,9 +45,7 @@ export declare const useSentinelContext: () => {
|
|
|
43
45
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
44
46
|
} & {
|
|
45
47
|
schema: "network.xyo.sentinel.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
|
-
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/
|
|
7
|
+
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
10
10
|
accountDerivationPath?: string | undefined;
|
|
11
11
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
12
12
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -22,7 +22,9 @@ export declare const useSentinelContext: () => {
|
|
|
22
22
|
readonly sign?: boolean | undefined;
|
|
23
23
|
readonly storeQueries?: boolean | undefined;
|
|
24
24
|
readonly timestamp?: boolean | undefined;
|
|
25
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
25
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
26
|
+
schema: string;
|
|
27
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
26
28
|
accountDerivationPath?: string | undefined;
|
|
27
29
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
28
30
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -43,9 +45,7 @@ export declare const useSentinelContext: () => {
|
|
|
43
45
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
44
46
|
} & {
|
|
45
47
|
schema: "network.xyo.sentinel.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
|
-
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/
|
|
7
|
+
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
10
10
|
accountDerivationPath?: string | undefined;
|
|
11
11
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
12
12
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -22,7 +22,9 @@ export declare const useSentinelContext: () => {
|
|
|
22
22
|
readonly sign?: boolean | undefined;
|
|
23
23
|
readonly storeQueries?: boolean | undefined;
|
|
24
24
|
readonly timestamp?: boolean | undefined;
|
|
25
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
25
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
26
|
+
schema: string;
|
|
27
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
26
28
|
accountDerivationPath?: string | undefined;
|
|
27
29
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
28
30
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -43,9 +45,7 @@ export declare const useSentinelContext: () => {
|
|
|
43
45
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
44
46
|
} & {
|
|
45
47
|
schema: "network.xyo.sentinel.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
export declare const useSentinelContext: () => {
|
|
2
|
-
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
2
|
+
history: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
3
3
|
schema: "network.xyo.boundwitness";
|
|
4
4
|
})[] | undefined;
|
|
5
5
|
progress: import("./State").SentinelReportProgress | undefined;
|
|
6
6
|
reportingErrors: Error[] | undefined;
|
|
7
|
-
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/
|
|
7
|
+
sentinel: import("@xyo-network/sentinel-model").SentinelModule<import("@xyo-network/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
10
10
|
accountDerivationPath?: string | undefined;
|
|
11
11
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
12
12
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -22,7 +22,9 @@ export declare const useSentinelContext: () => {
|
|
|
22
22
|
readonly sign?: boolean | undefined;
|
|
23
23
|
readonly storeQueries?: boolean | undefined;
|
|
24
24
|
readonly timestamp?: boolean | undefined;
|
|
25
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
25
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
26
|
+
schema: string;
|
|
27
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
26
28
|
accountDerivationPath?: string | undefined;
|
|
27
29
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
28
30
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -43,9 +45,7 @@ export declare const useSentinelContext: () => {
|
|
|
43
45
|
tasks: import("@xyo-network/sentinel-model").Task[];
|
|
44
46
|
} & {
|
|
45
47
|
schema: "network.xyo.sentinel.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -15,31 +15,31 @@
|
|
|
15
15
|
"@xylabs/react-flexbox": "^3.0.34",
|
|
16
16
|
"@xylabs/react-promise": "^3.0.34",
|
|
17
17
|
"@xylabs/react-shared": "^3.0.34",
|
|
18
|
-
"@xyo-network/account-model": "^2.
|
|
19
|
-
"@xyo-network/archivist": "^2.
|
|
20
|
-
"@xyo-network/boundwitness-model": "^2.
|
|
21
|
-
"@xyo-network/module": "^2.
|
|
22
|
-
"@xyo-network/module-model": "^2.
|
|
23
|
-
"@xyo-network/payload-model": "^2.
|
|
24
|
-
"@xyo-network/react-module": "^2.
|
|
25
|
-
"@xyo-network/react-node": "~2.
|
|
26
|
-
"@xyo-network/react-shared": "~2.
|
|
27
|
-
"@xyo-network/react-witness": "~2.
|
|
28
|
-
"@xyo-network/sentinel": "^2.
|
|
29
|
-
"@xyo-network/sentinel-model": "^2.
|
|
30
|
-
"@xyo-network/witness": "^2.
|
|
18
|
+
"@xyo-network/account-model": "^2.83.3",
|
|
19
|
+
"@xyo-network/archivist": "^2.83.3",
|
|
20
|
+
"@xyo-network/boundwitness-model": "^2.83.3",
|
|
21
|
+
"@xyo-network/module": "^2.83.3",
|
|
22
|
+
"@xyo-network/module-model": "^2.83.3",
|
|
23
|
+
"@xyo-network/payload-model": "^2.83.3",
|
|
24
|
+
"@xyo-network/react-module": "^2.67.0",
|
|
25
|
+
"@xyo-network/react-node": "~2.67.0",
|
|
26
|
+
"@xyo-network/react-shared": "~2.67.0",
|
|
27
|
+
"@xyo-network/react-witness": "~2.67.0",
|
|
28
|
+
"@xyo-network/sentinel": "^2.83.3",
|
|
29
|
+
"@xyo-network/sentinel-model": "^2.83.3",
|
|
30
|
+
"@xyo-network/witness": "^2.83.3",
|
|
31
31
|
"react-json-view": "^1.21.3"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@storybook/react": "^7.6.
|
|
34
|
+
"@storybook/react": "^7.6.4",
|
|
35
35
|
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
|
36
36
|
"@xylabs/tsconfig-react": "^3.2.10",
|
|
37
|
-
"@xyo-network/account": "^2.
|
|
38
|
-
"@xyo-network/crypto-contract-function-read-payload-plugin": "^2.
|
|
39
|
-
"@xyo-network/crypto-contract-function-read-plugin": "^2.
|
|
40
|
-
"@xyo-network/manifest": "^2.
|
|
37
|
+
"@xyo-network/account": "^2.83.3",
|
|
38
|
+
"@xyo-network/crypto-contract-function-read-payload-plugin": "^2.83.0",
|
|
39
|
+
"@xyo-network/crypto-contract-function-read-plugin": "^2.83.0",
|
|
40
|
+
"@xyo-network/manifest": "^2.83.3",
|
|
41
41
|
"ethers": "^6.9.0",
|
|
42
|
-
"typescript": "^5.3.
|
|
42
|
+
"typescript": "^5.3.3"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@mui/icons-material": "^5",
|
|
@@ -99,6 +99,6 @@
|
|
|
99
99
|
},
|
|
100
100
|
"sideEffects": false,
|
|
101
101
|
"types": "dist/browser/index.d.ts",
|
|
102
|
-
"version": "2.
|
|
102
|
+
"version": "2.67.0",
|
|
103
103
|
"type": "module"
|
|
104
104
|
}
|