@xyo-network/sentinel-wrapper 2.92.2 → 2.92.4
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.
|
@@ -6,7 +6,7 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
11
|
schema: "network.xyo.sentinel.config";
|
|
12
12
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +20,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
20
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
24
|
schema: "network.xyo.module.config";
|
|
25
25
|
}, "schema"> & {
|
|
26
26
|
schema: string;
|
|
@@ -29,7 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
33
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
synchronous?: boolean | undefined;
|
|
@@ -43,7 +43,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
46
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
47
47
|
schema: "network.xyo.module.config";
|
|
48
48
|
}, "schema"> & {
|
|
49
49
|
schema: string;
|
|
@@ -6,7 +6,7 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
11
|
schema: "network.xyo.sentinel.config";
|
|
12
12
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +20,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
20
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
24
|
schema: "network.xyo.module.config";
|
|
25
25
|
}, "schema"> & {
|
|
26
26
|
schema: string;
|
|
@@ -29,7 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
33
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
synchronous?: boolean | undefined;
|
|
@@ -43,7 +43,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
46
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
47
47
|
schema: "network.xyo.module.config";
|
|
48
48
|
}, "schema"> & {
|
|
49
49
|
schema: string;
|
|
@@ -6,7 +6,7 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
11
|
schema: "network.xyo.sentinel.config";
|
|
12
12
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +20,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
20
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
24
|
schema: "network.xyo.module.config";
|
|
25
25
|
}, "schema"> & {
|
|
26
26
|
schema: string;
|
|
@@ -29,7 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
33
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
synchronous?: boolean | undefined;
|
|
@@ -43,7 +43,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
46
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
47
47
|
schema: "network.xyo.module.config";
|
|
48
48
|
}, "schema"> & {
|
|
49
49
|
schema: string;
|
package/dist/node/Wrapper.d.cts
CHANGED
|
@@ -6,7 +6,7 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
11
|
schema: "network.xyo.sentinel.config";
|
|
12
12
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +20,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
20
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
24
|
schema: "network.xyo.module.config";
|
|
25
25
|
}, "schema"> & {
|
|
26
26
|
schema: string;
|
|
@@ -29,7 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
33
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
synchronous?: boolean | undefined;
|
|
@@ -43,7 +43,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
46
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
47
47
|
schema: "network.xyo.module.config";
|
|
48
48
|
}, "schema"> & {
|
|
49
49
|
schema: string;
|
package/dist/node/Wrapper.d.mts
CHANGED
|
@@ -6,7 +6,7 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
11
|
schema: "network.xyo.sentinel.config";
|
|
12
12
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +20,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
20
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
24
|
schema: "network.xyo.module.config";
|
|
25
25
|
}, "schema"> & {
|
|
26
26
|
schema: string;
|
|
@@ -29,7 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
33
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
synchronous?: boolean | undefined;
|
|
@@ -43,7 +43,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
46
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
47
47
|
schema: "network.xyo.module.config";
|
|
48
48
|
}, "schema"> & {
|
|
49
49
|
schema: string;
|
package/dist/node/Wrapper.d.ts
CHANGED
|
@@ -6,7 +6,7 @@ import { WitnessInstance } from '@xyo-network/witness-model';
|
|
|
6
6
|
export declare class SentinelWrapper<TModule extends SentinelModule = SentinelModule> extends ModuleWrapper<TModule> implements SentinelInstance<TModule['params']> {
|
|
7
7
|
static instanceIdentityCheck: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
8
8
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
10
10
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
11
|
schema: "network.xyo.sentinel.config";
|
|
12
12
|
synchronous?: boolean | undefined;
|
|
@@ -20,7 +20,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
20
20
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
21
21
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
22
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
23
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
24
24
|
schema: "network.xyo.module.config";
|
|
25
25
|
}, "schema"> & {
|
|
26
26
|
schema: string;
|
|
@@ -29,7 +29,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
29
29
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
30
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
31
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
33
33
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
34
|
schema: "network.xyo.sentinel.config";
|
|
35
35
|
synchronous?: boolean | undefined;
|
|
@@ -43,7 +43,7 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
45
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
46
|
-
config: import("@xyo-network/payload-model").SchemaFields &
|
|
46
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
47
47
|
schema: "network.xyo.module.config";
|
|
48
48
|
}, "schema"> & {
|
|
49
49
|
schema: string;
|
package/package.json
CHANGED
|
@@ -10,24 +10,24 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xyo-network/archivist-model": "~2.92.
|
|
14
|
-
"@xyo-network/module-wrapper": "~2.92.
|
|
15
|
-
"@xyo-network/payload-model": "~2.92.
|
|
16
|
-
"@xyo-network/sentinel-model": "~2.92.
|
|
17
|
-
"@xyo-network/witness-model": "~2.92.
|
|
13
|
+
"@xyo-network/archivist-model": "~2.92.4",
|
|
14
|
+
"@xyo-network/module-wrapper": "~2.92.4",
|
|
15
|
+
"@xyo-network/payload-model": "~2.92.4",
|
|
16
|
+
"@xyo-network/sentinel-model": "~2.92.4",
|
|
17
|
+
"@xyo-network/witness-model": "~2.92.4"
|
|
18
18
|
},
|
|
19
19
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@xylabs/ts-scripts-yarn3": "^3.5.2",
|
|
22
22
|
"@xylabs/tsconfig": "^3.5.2",
|
|
23
|
-
"@xyo-network/abstract-witness": "~2.92.
|
|
24
|
-
"@xyo-network/account": "~2.92.
|
|
25
|
-
"@xyo-network/archivist-memory": "~2.92.
|
|
26
|
-
"@xyo-network/boundwitness-model": "~2.92.
|
|
27
|
-
"@xyo-network/node-memory": "~2.92.
|
|
28
|
-
"@xyo-network/payload-builder": "~2.92.
|
|
29
|
-
"@xyo-network/sentinel-memory": "~2.92.
|
|
30
|
-
"@xyo-network/witness-adhoc": "~2.92.
|
|
23
|
+
"@xyo-network/abstract-witness": "~2.92.4",
|
|
24
|
+
"@xyo-network/account": "~2.92.4",
|
|
25
|
+
"@xyo-network/archivist-memory": "~2.92.4",
|
|
26
|
+
"@xyo-network/boundwitness-model": "~2.92.4",
|
|
27
|
+
"@xyo-network/node-memory": "~2.92.4",
|
|
28
|
+
"@xyo-network/payload-builder": "~2.92.4",
|
|
29
|
+
"@xyo-network/sentinel-memory": "~2.92.4",
|
|
30
|
+
"@xyo-network/witness-adhoc": "~2.92.4",
|
|
31
31
|
"typescript": "^5.4.2"
|
|
32
32
|
},
|
|
33
33
|
"types": "dist/node/index.d.ts",
|
|
@@ -68,6 +68,6 @@
|
|
|
68
68
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
69
69
|
},
|
|
70
70
|
"sideEffects": false,
|
|
71
|
-
"version": "2.92.
|
|
71
|
+
"version": "2.92.4",
|
|
72
72
|
"type": "module"
|
|
73
73
|
}
|