@xyo-network/sentinel-wrapper 2.93.3 → 2.93.5
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/browser/Wrapper.d.cts +8 -0
- package/dist/browser/Wrapper.d.cts.map +1 -1
- package/dist/browser/Wrapper.d.mts +8 -0
- package/dist/browser/Wrapper.d.mts.map +1 -1
- package/dist/browser/Wrapper.d.ts +8 -0
- package/dist/browser/Wrapper.d.ts.map +1 -1
- package/dist/node/Wrapper.d.cts +8 -0
- package/dist/node/Wrapper.d.cts.map +1 -1
- package/dist/node/Wrapper.d.mts +8 -0
- package/dist/node/Wrapper.d.mts.map +1 -1
- package/dist/node/Wrapper.d.ts +8 -0
- package/dist/node/Wrapper.d.ts.map +1 -1
- package/package.json +14 -14
|
@@ -6,6 +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
|
+
addToResolvers?: boolean | undefined;
|
|
9
10
|
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
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
@@ -18,17 +19,21 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
18
19
|
schema: string;
|
|
19
20
|
};
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
22
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
21
23
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
25
|
+
addToResolvers?: boolean | undefined;
|
|
23
26
|
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
27
|
schema: "network.xyo.module.config";
|
|
25
28
|
}, "schema"> & {
|
|
26
29
|
schema: string;
|
|
27
30
|
};
|
|
28
31
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
32
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
29
33
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
34
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
36
|
+
addToResolvers?: boolean | undefined;
|
|
32
37
|
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
38
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
39
|
schema: "network.xyo.sentinel.config";
|
|
@@ -41,14 +46,17 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
41
46
|
schema: string;
|
|
42
47
|
};
|
|
43
48
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
49
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
44
50
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
51
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
|
+
addToResolvers?: boolean | undefined;
|
|
46
53
|
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
54
|
schema: "network.xyo.module.config";
|
|
48
55
|
}, "schema"> & {
|
|
49
56
|
schema: string;
|
|
50
57
|
};
|
|
51
58
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
59
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
60
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
61
|
static requiredQueries: string[];
|
|
54
62
|
archivists(): Promise<ArchivistInstance[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
|
@@ -6,6 +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
|
+
addToResolvers?: boolean | undefined;
|
|
9
10
|
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
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
@@ -18,17 +19,21 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
18
19
|
schema: string;
|
|
19
20
|
};
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
22
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
21
23
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
25
|
+
addToResolvers?: boolean | undefined;
|
|
23
26
|
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
27
|
schema: "network.xyo.module.config";
|
|
25
28
|
}, "schema"> & {
|
|
26
29
|
schema: string;
|
|
27
30
|
};
|
|
28
31
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
32
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
29
33
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
34
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
36
|
+
addToResolvers?: boolean | undefined;
|
|
32
37
|
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
38
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
39
|
schema: "network.xyo.sentinel.config";
|
|
@@ -41,14 +46,17 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
41
46
|
schema: string;
|
|
42
47
|
};
|
|
43
48
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
49
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
44
50
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
51
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
|
+
addToResolvers?: boolean | undefined;
|
|
46
53
|
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
54
|
schema: "network.xyo.module.config";
|
|
48
55
|
}, "schema"> & {
|
|
49
56
|
schema: string;
|
|
50
57
|
};
|
|
51
58
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
59
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
60
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
61
|
static requiredQueries: string[];
|
|
54
62
|
archivists(): Promise<ArchivistInstance[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
|
@@ -6,6 +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
|
+
addToResolvers?: boolean | undefined;
|
|
9
10
|
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
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
@@ -18,17 +19,21 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
18
19
|
schema: string;
|
|
19
20
|
};
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
22
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
21
23
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
25
|
+
addToResolvers?: boolean | undefined;
|
|
23
26
|
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
27
|
schema: "network.xyo.module.config";
|
|
25
28
|
}, "schema"> & {
|
|
26
29
|
schema: string;
|
|
27
30
|
};
|
|
28
31
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
32
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
29
33
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
34
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
36
|
+
addToResolvers?: boolean | undefined;
|
|
32
37
|
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
38
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
39
|
schema: "network.xyo.sentinel.config";
|
|
@@ -41,14 +46,17 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
41
46
|
schema: string;
|
|
42
47
|
};
|
|
43
48
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
49
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
44
50
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
51
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
|
+
addToResolvers?: boolean | undefined;
|
|
46
53
|
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
54
|
schema: "network.xyo.module.config";
|
|
48
55
|
}, "schema"> & {
|
|
49
56
|
schema: string;
|
|
50
57
|
};
|
|
51
58
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
59
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
60
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
61
|
static requiredQueries: string[];
|
|
54
62
|
archivists(): Promise<ArchivistInstance[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/dist/node/Wrapper.d.cts
CHANGED
|
@@ -6,6 +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
|
+
addToResolvers?: boolean | undefined;
|
|
9
10
|
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
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
@@ -18,17 +19,21 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
18
19
|
schema: string;
|
|
19
20
|
};
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
22
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
21
23
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
25
|
+
addToResolvers?: boolean | undefined;
|
|
23
26
|
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
27
|
schema: "network.xyo.module.config";
|
|
25
28
|
}, "schema"> & {
|
|
26
29
|
schema: string;
|
|
27
30
|
};
|
|
28
31
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
32
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
29
33
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
34
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
36
|
+
addToResolvers?: boolean | undefined;
|
|
32
37
|
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
38
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
39
|
schema: "network.xyo.sentinel.config";
|
|
@@ -41,14 +46,17 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
41
46
|
schema: string;
|
|
42
47
|
};
|
|
43
48
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
49
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
44
50
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
51
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
|
+
addToResolvers?: boolean | undefined;
|
|
46
53
|
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
54
|
schema: "network.xyo.module.config";
|
|
48
55
|
}, "schema"> & {
|
|
49
56
|
schema: string;
|
|
50
57
|
};
|
|
51
58
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
59
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
60
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
61
|
static requiredQueries: string[];
|
|
54
62
|
archivists(): Promise<ArchivistInstance[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/dist/node/Wrapper.d.mts
CHANGED
|
@@ -6,6 +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
|
+
addToResolvers?: boolean | undefined;
|
|
9
10
|
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
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
@@ -18,17 +19,21 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
18
19
|
schema: string;
|
|
19
20
|
};
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
22
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
21
23
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
25
|
+
addToResolvers?: boolean | undefined;
|
|
23
26
|
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
27
|
schema: "network.xyo.module.config";
|
|
25
28
|
}, "schema"> & {
|
|
26
29
|
schema: string;
|
|
27
30
|
};
|
|
28
31
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
32
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
29
33
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
34
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
36
|
+
addToResolvers?: boolean | undefined;
|
|
32
37
|
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
38
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
39
|
schema: "network.xyo.sentinel.config";
|
|
@@ -41,14 +46,17 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
41
46
|
schema: string;
|
|
42
47
|
};
|
|
43
48
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
49
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
44
50
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
51
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
|
+
addToResolvers?: boolean | undefined;
|
|
46
53
|
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
54
|
schema: "network.xyo.module.config";
|
|
48
55
|
}, "schema"> & {
|
|
49
56
|
schema: string;
|
|
50
57
|
};
|
|
51
58
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
59
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
60
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
61
|
static requiredQueries: string[];
|
|
54
62
|
archivists(): Promise<ArchivistInstance[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
package/dist/node/Wrapper.d.ts
CHANGED
|
@@ -6,6 +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
|
+
addToResolvers?: boolean | undefined;
|
|
9
10
|
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
11
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
11
12
|
schema: "network.xyo.sentinel.config";
|
|
@@ -18,17 +19,21 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
18
19
|
schema: string;
|
|
19
20
|
};
|
|
20
21
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
22
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
21
23
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
22
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
25
|
+
addToResolvers?: boolean | undefined;
|
|
23
26
|
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
27
|
schema: "network.xyo.module.config";
|
|
25
28
|
}, "schema"> & {
|
|
26
29
|
schema: string;
|
|
27
30
|
};
|
|
28
31
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
32
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
29
33
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
30
34
|
static moduleIdentityCheck: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
35
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
36
|
+
addToResolvers?: boolean | undefined;
|
|
32
37
|
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
38
|
automations?: import("@xyo-network/sentinel-model").SentinelAutomationPayload[] | undefined;
|
|
34
39
|
schema: "network.xyo.sentinel.config";
|
|
@@ -41,14 +46,17 @@ export declare class SentinelWrapper<TModule extends SentinelModule = SentinelMo
|
|
|
41
46
|
schema: string;
|
|
42
47
|
};
|
|
43
48
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
49
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
44
50
|
}, import("@xyo-network/sentinel-model").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
45
51
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
52
|
+
addToResolvers?: boolean | undefined;
|
|
46
53
|
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
54
|
schema: "network.xyo.module.config";
|
|
48
55
|
}, "schema"> & {
|
|
49
56
|
schema: string;
|
|
50
57
|
};
|
|
51
58
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
59
|
+
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
|
|
52
60
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
53
61
|
static requiredQueries: string[];
|
|
54
62
|
archivists(): Promise<ArchivistInstance[]>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB
|
|
1
|
+
{"version":3,"file":"Wrapper.d.ts","sourceRoot":"","sources":["../../src/Wrapper.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,8BAA8B,CAAA;AAChE,OAAO,EAA8B,aAAa,EAAE,MAAM,6BAA6B,CAAA;AACvF,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAGL,gBAAgB,EAChB,cAAc,EAGf,MAAM,6BAA6B,CAAA;AACpC,OAAO,EAAE,eAAe,EAAE,MAAM,4BAA4B,CAAA;AAG5D,qBAAa,eAAe,CAAC,OAAO,SAAS,cAAc,GAAG,cAAc,CAC1E,SAAQ,aAAa,CAAC,OAAO,CAC7B,YAAW,gBAAgB,CAAC,OAAO,CAAC,QAAQ,CAAC,CAAC;IAE9C,OAAgB,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAqB;IAC1D,OAAgB,mBAAmB;;;;;;;;;;;;;;;;;;;;;;;;;;uEAAmB;IACtD,OAAgB,eAAe,WAAwD;IAEvF,UAAU,IAAI,OAAO,CAAC,iBAAiB,EAAE,CAAC;IAIpC,MAAM,CAAC,QAAQ,CAAC,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC,OAAO,EAAE,CAAC;IAMtD,SAAS,IAAI,OAAO,CAAC,eAAe,EAAE,CAAC;CAGxC"}
|
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.93.
|
|
14
|
-
"@xyo-network/module-wrapper": "~2.93.
|
|
15
|
-
"@xyo-network/payload-model": "~2.93.
|
|
16
|
-
"@xyo-network/sentinel-model": "~2.93.
|
|
17
|
-
"@xyo-network/witness-model": "~2.93.
|
|
13
|
+
"@xyo-network/archivist-model": "~2.93.5",
|
|
14
|
+
"@xyo-network/module-wrapper": "~2.93.5",
|
|
15
|
+
"@xyo-network/payload-model": "~2.93.5",
|
|
16
|
+
"@xyo-network/sentinel-model": "~2.93.5",
|
|
17
|
+
"@xyo-network/witness-model": "~2.93.5"
|
|
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.93.
|
|
24
|
-
"@xyo-network/account": "~2.93.
|
|
25
|
-
"@xyo-network/archivist-memory": "~2.93.
|
|
26
|
-
"@xyo-network/boundwitness-model": "~2.93.
|
|
27
|
-
"@xyo-network/node-memory": "~2.93.
|
|
28
|
-
"@xyo-network/payload-builder": "~2.93.
|
|
29
|
-
"@xyo-network/sentinel-memory": "~2.93.
|
|
30
|
-
"@xyo-network/witness-adhoc": "~2.93.
|
|
23
|
+
"@xyo-network/abstract-witness": "~2.93.5",
|
|
24
|
+
"@xyo-network/account": "~2.93.5",
|
|
25
|
+
"@xyo-network/archivist-memory": "~2.93.5",
|
|
26
|
+
"@xyo-network/boundwitness-model": "~2.93.5",
|
|
27
|
+
"@xyo-network/node-memory": "~2.93.5",
|
|
28
|
+
"@xyo-network/payload-builder": "~2.93.5",
|
|
29
|
+
"@xyo-network/sentinel-memory": "~2.93.5",
|
|
30
|
+
"@xyo-network/witness-adhoc": "~2.93.5",
|
|
31
31
|
"typescript": "^5.4.3"
|
|
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.93.
|
|
71
|
+
"version": "2.93.5",
|
|
72
72
|
"type": "module"
|
|
73
73
|
}
|