@xyo-network/module-instance-plugin 2.86.2 → 2.86.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.
- package/dist/browser/Plugin.d.cts +39 -1
- package/dist/browser/Plugin.d.cts.map +1 -1
- package/dist/browser/Plugin.d.mts +39 -1
- package/dist/browser/Plugin.d.mts.map +1 -1
- package/dist/browser/Plugin.d.ts +39 -1
- package/dist/browser/Plugin.d.ts.map +1 -1
- package/dist/browser/Witness.d.cts +39 -1
- package/dist/browser/Witness.d.cts.map +1 -1
- package/dist/browser/Witness.d.mts +39 -1
- package/dist/browser/Witness.d.mts.map +1 -1
- package/dist/browser/Witness.d.ts +39 -1
- package/dist/browser/Witness.d.ts.map +1 -1
- package/dist/node/Plugin.d.cts +39 -1
- package/dist/node/Plugin.d.cts.map +1 -1
- package/dist/node/Plugin.d.mts +39 -1
- package/dist/node/Plugin.d.mts.map +1 -1
- package/dist/node/Plugin.d.ts +39 -1
- package/dist/node/Plugin.d.ts.map +1 -1
- package/dist/node/Witness.d.cts +39 -1
- package/dist/node/Witness.d.cts.map +1 -1
- package/dist/node/Witness.d.mts +39 -1
- package/dist/node/Witness.d.mts.map +1 -1
- package/dist/node/Witness.d.ts +39 -1
- package/dist/node/Witness.d.ts.map +1 -1
- package/package.json +12 -12
|
@@ -42,6 +42,44 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
|
|
|
42
42
|
};
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
} & {
|
|
45
|
-
module?: import("@xyo-network/module-model").Module
|
|
45
|
+
module?: import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
|
|
46
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
47
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
48
|
+
readonly archivist?: string | undefined;
|
|
49
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
50
|
+
readonly name?: string | undefined;
|
|
51
|
+
readonly paging?: Record<string, {
|
|
52
|
+
size?: number | undefined;
|
|
53
|
+
}> | undefined;
|
|
54
|
+
schema: "network.xyo.module.config";
|
|
55
|
+
readonly security?: {
|
|
56
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
57
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
58
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
59
|
+
} | undefined;
|
|
60
|
+
readonly sign?: boolean | undefined;
|
|
61
|
+
readonly storeQueries?: boolean | undefined;
|
|
62
|
+
readonly timestamp?: boolean | undefined;
|
|
63
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
65
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
|
+
readonly name?: string | undefined;
|
|
67
|
+
readonly paging?: Record<string, {
|
|
68
|
+
size?: number | undefined;
|
|
69
|
+
}> | undefined;
|
|
70
|
+
schema: "network.xyo.module.config";
|
|
71
|
+
readonly security?: {
|
|
72
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
74
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly sign?: boolean | undefined;
|
|
77
|
+
readonly storeQueries?: boolean | undefined;
|
|
78
|
+
readonly timestamp?: boolean | undefined;
|
|
79
|
+
}, "schema"> & {
|
|
80
|
+
schema: string;
|
|
81
|
+
};
|
|
82
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
46
84
|
}>>;
|
|
47
85
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAStC,CAAA"}
|
|
@@ -42,6 +42,44 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
|
|
|
42
42
|
};
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
} & {
|
|
45
|
-
module?: import("@xyo-network/module-model").Module
|
|
45
|
+
module?: import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
|
|
46
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
47
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
48
|
+
readonly archivist?: string | undefined;
|
|
49
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
50
|
+
readonly name?: string | undefined;
|
|
51
|
+
readonly paging?: Record<string, {
|
|
52
|
+
size?: number | undefined;
|
|
53
|
+
}> | undefined;
|
|
54
|
+
schema: "network.xyo.module.config";
|
|
55
|
+
readonly security?: {
|
|
56
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
57
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
58
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
59
|
+
} | undefined;
|
|
60
|
+
readonly sign?: boolean | undefined;
|
|
61
|
+
readonly storeQueries?: boolean | undefined;
|
|
62
|
+
readonly timestamp?: boolean | undefined;
|
|
63
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
65
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
|
+
readonly name?: string | undefined;
|
|
67
|
+
readonly paging?: Record<string, {
|
|
68
|
+
size?: number | undefined;
|
|
69
|
+
}> | undefined;
|
|
70
|
+
schema: "network.xyo.module.config";
|
|
71
|
+
readonly security?: {
|
|
72
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
74
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly sign?: boolean | undefined;
|
|
77
|
+
readonly storeQueries?: boolean | undefined;
|
|
78
|
+
readonly timestamp?: boolean | undefined;
|
|
79
|
+
}, "schema"> & {
|
|
80
|
+
schema: string;
|
|
81
|
+
};
|
|
82
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
46
84
|
}>>;
|
|
47
85
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAStC,CAAA"}
|
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -42,6 +42,44 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
|
|
|
42
42
|
};
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
} & {
|
|
45
|
-
module?: import("@xyo-network/module-model").Module
|
|
45
|
+
module?: import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
|
|
46
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
47
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
48
|
+
readonly archivist?: string | undefined;
|
|
49
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
50
|
+
readonly name?: string | undefined;
|
|
51
|
+
readonly paging?: Record<string, {
|
|
52
|
+
size?: number | undefined;
|
|
53
|
+
}> | undefined;
|
|
54
|
+
schema: "network.xyo.module.config";
|
|
55
|
+
readonly security?: {
|
|
56
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
57
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
58
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
59
|
+
} | undefined;
|
|
60
|
+
readonly sign?: boolean | undefined;
|
|
61
|
+
readonly storeQueries?: boolean | undefined;
|
|
62
|
+
readonly timestamp?: boolean | undefined;
|
|
63
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
65
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
|
+
readonly name?: string | undefined;
|
|
67
|
+
readonly paging?: Record<string, {
|
|
68
|
+
size?: number | undefined;
|
|
69
|
+
}> | undefined;
|
|
70
|
+
schema: "network.xyo.module.config";
|
|
71
|
+
readonly security?: {
|
|
72
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
74
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly sign?: boolean | undefined;
|
|
77
|
+
readonly storeQueries?: boolean | undefined;
|
|
78
|
+
readonly timestamp?: boolean | undefined;
|
|
79
|
+
}, "schema"> & {
|
|
80
|
+
schema: string;
|
|
81
|
+
};
|
|
82
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
46
84
|
}>>;
|
|
47
85
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAStC,CAAA"}
|
|
@@ -13,7 +13,45 @@ export type AbstractModuleInstanceWitnessParams = WitnessParams<AnyConfigSchema<
|
|
|
13
13
|
}>;
|
|
14
14
|
export declare class AbstractModuleInstanceWitness<TParams extends AbstractModuleInstanceWitnessParams = AbstractModuleInstanceWitnessParams> extends AbstractWitness<TParams> {
|
|
15
15
|
static configSchemas: "network.xyo.module.instance.config"[];
|
|
16
|
-
protected get module(): Module
|
|
16
|
+
protected get module(): Module<import("@xyo-network/object").BaseParamsFields & {
|
|
17
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
19
|
+
readonly archivist?: string | undefined;
|
|
20
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
21
|
+
readonly name?: string | undefined;
|
|
22
|
+
readonly paging?: Record<string, {
|
|
23
|
+
size?: number | undefined;
|
|
24
|
+
}> | undefined;
|
|
25
|
+
schema: "network.xyo.module.config";
|
|
26
|
+
readonly security?: {
|
|
27
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
28
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
29
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
30
|
+
} | undefined;
|
|
31
|
+
readonly sign?: boolean | undefined;
|
|
32
|
+
readonly storeQueries?: boolean | undefined;
|
|
33
|
+
readonly timestamp?: boolean | undefined;
|
|
34
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
35
|
+
readonly archivist?: string | undefined;
|
|
36
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
37
|
+
readonly name?: string | undefined;
|
|
38
|
+
readonly paging?: Record<string, {
|
|
39
|
+
size?: number | undefined;
|
|
40
|
+
}> | undefined;
|
|
41
|
+
schema: "network.xyo.module.config";
|
|
42
|
+
readonly security?: {
|
|
43
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
44
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
45
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
readonly sign?: boolean | undefined;
|
|
48
|
+
readonly storeQueries?: boolean | undefined;
|
|
49
|
+
readonly timestamp?: boolean | undefined;
|
|
50
|
+
}, "schema"> & {
|
|
51
|
+
schema: string;
|
|
52
|
+
};
|
|
53
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
54
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
17
55
|
protected observeHandler(payloads?: Partial<Payload>[]): Promisable<Payload[]>;
|
|
18
56
|
}
|
|
19
57
|
//# sourceMappingURL=Witness.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM
|
|
1
|
+
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gFAEnB;cAEkB,cAAc,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;CAGxF"}
|
|
@@ -13,7 +13,45 @@ export type AbstractModuleInstanceWitnessParams = WitnessParams<AnyConfigSchema<
|
|
|
13
13
|
}>;
|
|
14
14
|
export declare class AbstractModuleInstanceWitness<TParams extends AbstractModuleInstanceWitnessParams = AbstractModuleInstanceWitnessParams> extends AbstractWitness<TParams> {
|
|
15
15
|
static configSchemas: "network.xyo.module.instance.config"[];
|
|
16
|
-
protected get module(): Module
|
|
16
|
+
protected get module(): Module<import("@xyo-network/object").BaseParamsFields & {
|
|
17
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
19
|
+
readonly archivist?: string | undefined;
|
|
20
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
21
|
+
readonly name?: string | undefined;
|
|
22
|
+
readonly paging?: Record<string, {
|
|
23
|
+
size?: number | undefined;
|
|
24
|
+
}> | undefined;
|
|
25
|
+
schema: "network.xyo.module.config";
|
|
26
|
+
readonly security?: {
|
|
27
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
28
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
29
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
30
|
+
} | undefined;
|
|
31
|
+
readonly sign?: boolean | undefined;
|
|
32
|
+
readonly storeQueries?: boolean | undefined;
|
|
33
|
+
readonly timestamp?: boolean | undefined;
|
|
34
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
35
|
+
readonly archivist?: string | undefined;
|
|
36
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
37
|
+
readonly name?: string | undefined;
|
|
38
|
+
readonly paging?: Record<string, {
|
|
39
|
+
size?: number | undefined;
|
|
40
|
+
}> | undefined;
|
|
41
|
+
schema: "network.xyo.module.config";
|
|
42
|
+
readonly security?: {
|
|
43
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
44
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
45
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
readonly sign?: boolean | undefined;
|
|
48
|
+
readonly storeQueries?: boolean | undefined;
|
|
49
|
+
readonly timestamp?: boolean | undefined;
|
|
50
|
+
}, "schema"> & {
|
|
51
|
+
schema: string;
|
|
52
|
+
};
|
|
53
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
54
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
17
55
|
protected observeHandler(payloads?: Partial<Payload>[]): Promisable<Payload[]>;
|
|
18
56
|
}
|
|
19
57
|
//# sourceMappingURL=Witness.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM
|
|
1
|
+
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gFAEnB;cAEkB,cAAc,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;CAGxF"}
|
|
@@ -13,7 +13,45 @@ export type AbstractModuleInstanceWitnessParams = WitnessParams<AnyConfigSchema<
|
|
|
13
13
|
}>;
|
|
14
14
|
export declare class AbstractModuleInstanceWitness<TParams extends AbstractModuleInstanceWitnessParams = AbstractModuleInstanceWitnessParams> extends AbstractWitness<TParams> {
|
|
15
15
|
static configSchemas: "network.xyo.module.instance.config"[];
|
|
16
|
-
protected get module(): Module
|
|
16
|
+
protected get module(): Module<import("@xyo-network/object").BaseParamsFields & {
|
|
17
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
19
|
+
readonly archivist?: string | undefined;
|
|
20
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
21
|
+
readonly name?: string | undefined;
|
|
22
|
+
readonly paging?: Record<string, {
|
|
23
|
+
size?: number | undefined;
|
|
24
|
+
}> | undefined;
|
|
25
|
+
schema: "network.xyo.module.config";
|
|
26
|
+
readonly security?: {
|
|
27
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
28
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
29
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
30
|
+
} | undefined;
|
|
31
|
+
readonly sign?: boolean | undefined;
|
|
32
|
+
readonly storeQueries?: boolean | undefined;
|
|
33
|
+
readonly timestamp?: boolean | undefined;
|
|
34
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
35
|
+
readonly archivist?: string | undefined;
|
|
36
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
37
|
+
readonly name?: string | undefined;
|
|
38
|
+
readonly paging?: Record<string, {
|
|
39
|
+
size?: number | undefined;
|
|
40
|
+
}> | undefined;
|
|
41
|
+
schema: "network.xyo.module.config";
|
|
42
|
+
readonly security?: {
|
|
43
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
44
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
45
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
readonly sign?: boolean | undefined;
|
|
48
|
+
readonly storeQueries?: boolean | undefined;
|
|
49
|
+
readonly timestamp?: boolean | undefined;
|
|
50
|
+
}, "schema"> & {
|
|
51
|
+
schema: string;
|
|
52
|
+
};
|
|
53
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
54
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
17
55
|
protected observeHandler(payloads?: Partial<Payload>[]): Promisable<Payload[]>;
|
|
18
56
|
}
|
|
19
57
|
//# sourceMappingURL=Witness.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM
|
|
1
|
+
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gFAEnB;cAEkB,cAAc,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;CAGxF"}
|
package/dist/node/Plugin.d.cts
CHANGED
|
@@ -42,6 +42,44 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
|
|
|
42
42
|
};
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
} & {
|
|
45
|
-
module?: import("@xyo-network/module-model").Module
|
|
45
|
+
module?: import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
|
|
46
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
47
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
48
|
+
readonly archivist?: string | undefined;
|
|
49
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
50
|
+
readonly name?: string | undefined;
|
|
51
|
+
readonly paging?: Record<string, {
|
|
52
|
+
size?: number | undefined;
|
|
53
|
+
}> | undefined;
|
|
54
|
+
schema: "network.xyo.module.config";
|
|
55
|
+
readonly security?: {
|
|
56
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
57
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
58
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
59
|
+
} | undefined;
|
|
60
|
+
readonly sign?: boolean | undefined;
|
|
61
|
+
readonly storeQueries?: boolean | undefined;
|
|
62
|
+
readonly timestamp?: boolean | undefined;
|
|
63
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
65
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
|
+
readonly name?: string | undefined;
|
|
67
|
+
readonly paging?: Record<string, {
|
|
68
|
+
size?: number | undefined;
|
|
69
|
+
}> | undefined;
|
|
70
|
+
schema: "network.xyo.module.config";
|
|
71
|
+
readonly security?: {
|
|
72
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
74
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly sign?: boolean | undefined;
|
|
77
|
+
readonly storeQueries?: boolean | undefined;
|
|
78
|
+
readonly timestamp?: boolean | undefined;
|
|
79
|
+
}, "schema"> & {
|
|
80
|
+
schema: string;
|
|
81
|
+
};
|
|
82
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
46
84
|
}>>;
|
|
47
85
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAStC,CAAA"}
|
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -42,6 +42,44 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
|
|
|
42
42
|
};
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
} & {
|
|
45
|
-
module?: import("@xyo-network/module-model").Module
|
|
45
|
+
module?: import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
|
|
46
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
47
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
48
|
+
readonly archivist?: string | undefined;
|
|
49
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
50
|
+
readonly name?: string | undefined;
|
|
51
|
+
readonly paging?: Record<string, {
|
|
52
|
+
size?: number | undefined;
|
|
53
|
+
}> | undefined;
|
|
54
|
+
schema: "network.xyo.module.config";
|
|
55
|
+
readonly security?: {
|
|
56
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
57
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
58
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
59
|
+
} | undefined;
|
|
60
|
+
readonly sign?: boolean | undefined;
|
|
61
|
+
readonly storeQueries?: boolean | undefined;
|
|
62
|
+
readonly timestamp?: boolean | undefined;
|
|
63
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
65
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
|
+
readonly name?: string | undefined;
|
|
67
|
+
readonly paging?: Record<string, {
|
|
68
|
+
size?: number | undefined;
|
|
69
|
+
}> | undefined;
|
|
70
|
+
schema: "network.xyo.module.config";
|
|
71
|
+
readonly security?: {
|
|
72
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
74
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly sign?: boolean | undefined;
|
|
77
|
+
readonly storeQueries?: boolean | undefined;
|
|
78
|
+
readonly timestamp?: boolean | undefined;
|
|
79
|
+
}, "schema"> & {
|
|
80
|
+
schema: string;
|
|
81
|
+
};
|
|
82
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
46
84
|
}>>;
|
|
47
85
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAStC,CAAA"}
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -42,6 +42,44 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
|
|
|
42
42
|
};
|
|
43
43
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
44
44
|
} & {
|
|
45
|
-
module?: import("@xyo-network/module-model").Module
|
|
45
|
+
module?: import("@xyo-network/module-model").Module<import("@xyo-network/object").BaseParamsFields & {
|
|
46
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
47
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
48
|
+
readonly archivist?: string | undefined;
|
|
49
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
50
|
+
readonly name?: string | undefined;
|
|
51
|
+
readonly paging?: Record<string, {
|
|
52
|
+
size?: number | undefined;
|
|
53
|
+
}> | undefined;
|
|
54
|
+
schema: "network.xyo.module.config";
|
|
55
|
+
readonly security?: {
|
|
56
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
57
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
58
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
59
|
+
} | undefined;
|
|
60
|
+
readonly sign?: boolean | undefined;
|
|
61
|
+
readonly storeQueries?: boolean | undefined;
|
|
62
|
+
readonly timestamp?: boolean | undefined;
|
|
63
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
64
|
+
readonly archivist?: string | undefined;
|
|
65
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
66
|
+
readonly name?: string | undefined;
|
|
67
|
+
readonly paging?: Record<string, {
|
|
68
|
+
size?: number | undefined;
|
|
69
|
+
}> | undefined;
|
|
70
|
+
schema: "network.xyo.module.config";
|
|
71
|
+
readonly security?: {
|
|
72
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
74
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
75
|
+
} | undefined;
|
|
76
|
+
readonly sign?: boolean | undefined;
|
|
77
|
+
readonly storeQueries?: boolean | undefined;
|
|
78
|
+
readonly timestamp?: boolean | undefined;
|
|
79
|
+
}, "schema"> & {
|
|
80
|
+
schema: string;
|
|
81
|
+
};
|
|
82
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
83
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
46
84
|
}>>;
|
|
47
85
|
//# sourceMappingURL=Plugin.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B
|
|
1
|
+
{"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,6BAA6B,EAAE,MAAM,WAAW,CAAA;AAEzD,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAStC,CAAA"}
|
package/dist/node/Witness.d.cts
CHANGED
|
@@ -13,7 +13,45 @@ export type AbstractModuleInstanceWitnessParams = WitnessParams<AnyConfigSchema<
|
|
|
13
13
|
}>;
|
|
14
14
|
export declare class AbstractModuleInstanceWitness<TParams extends AbstractModuleInstanceWitnessParams = AbstractModuleInstanceWitnessParams> extends AbstractWitness<TParams> {
|
|
15
15
|
static configSchemas: "network.xyo.module.instance.config"[];
|
|
16
|
-
protected get module(): Module
|
|
16
|
+
protected get module(): Module<import("@xyo-network/object").BaseParamsFields & {
|
|
17
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
19
|
+
readonly archivist?: string | undefined;
|
|
20
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
21
|
+
readonly name?: string | undefined;
|
|
22
|
+
readonly paging?: Record<string, {
|
|
23
|
+
size?: number | undefined;
|
|
24
|
+
}> | undefined;
|
|
25
|
+
schema: "network.xyo.module.config";
|
|
26
|
+
readonly security?: {
|
|
27
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
28
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
29
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
30
|
+
} | undefined;
|
|
31
|
+
readonly sign?: boolean | undefined;
|
|
32
|
+
readonly storeQueries?: boolean | undefined;
|
|
33
|
+
readonly timestamp?: boolean | undefined;
|
|
34
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
35
|
+
readonly archivist?: string | undefined;
|
|
36
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
37
|
+
readonly name?: string | undefined;
|
|
38
|
+
readonly paging?: Record<string, {
|
|
39
|
+
size?: number | undefined;
|
|
40
|
+
}> | undefined;
|
|
41
|
+
schema: "network.xyo.module.config";
|
|
42
|
+
readonly security?: {
|
|
43
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
44
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
45
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
readonly sign?: boolean | undefined;
|
|
48
|
+
readonly storeQueries?: boolean | undefined;
|
|
49
|
+
readonly timestamp?: boolean | undefined;
|
|
50
|
+
}, "schema"> & {
|
|
51
|
+
schema: string;
|
|
52
|
+
};
|
|
53
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
54
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
17
55
|
protected observeHandler(payloads?: Partial<Payload>[]): Promisable<Payload[]>;
|
|
18
56
|
}
|
|
19
57
|
//# sourceMappingURL=Witness.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM
|
|
1
|
+
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gFAEnB;cAEkB,cAAc,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;CAGxF"}
|
package/dist/node/Witness.d.mts
CHANGED
|
@@ -13,7 +13,45 @@ export type AbstractModuleInstanceWitnessParams = WitnessParams<AnyConfigSchema<
|
|
|
13
13
|
}>;
|
|
14
14
|
export declare class AbstractModuleInstanceWitness<TParams extends AbstractModuleInstanceWitnessParams = AbstractModuleInstanceWitnessParams> extends AbstractWitness<TParams> {
|
|
15
15
|
static configSchemas: "network.xyo.module.instance.config"[];
|
|
16
|
-
protected get module(): Module
|
|
16
|
+
protected get module(): Module<import("@xyo-network/object").BaseParamsFields & {
|
|
17
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
19
|
+
readonly archivist?: string | undefined;
|
|
20
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
21
|
+
readonly name?: string | undefined;
|
|
22
|
+
readonly paging?: Record<string, {
|
|
23
|
+
size?: number | undefined;
|
|
24
|
+
}> | undefined;
|
|
25
|
+
schema: "network.xyo.module.config";
|
|
26
|
+
readonly security?: {
|
|
27
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
28
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
29
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
30
|
+
} | undefined;
|
|
31
|
+
readonly sign?: boolean | undefined;
|
|
32
|
+
readonly storeQueries?: boolean | undefined;
|
|
33
|
+
readonly timestamp?: boolean | undefined;
|
|
34
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
35
|
+
readonly archivist?: string | undefined;
|
|
36
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
37
|
+
readonly name?: string | undefined;
|
|
38
|
+
readonly paging?: Record<string, {
|
|
39
|
+
size?: number | undefined;
|
|
40
|
+
}> | undefined;
|
|
41
|
+
schema: "network.xyo.module.config";
|
|
42
|
+
readonly security?: {
|
|
43
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
44
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
45
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
readonly sign?: boolean | undefined;
|
|
48
|
+
readonly storeQueries?: boolean | undefined;
|
|
49
|
+
readonly timestamp?: boolean | undefined;
|
|
50
|
+
}, "schema"> & {
|
|
51
|
+
schema: string;
|
|
52
|
+
};
|
|
53
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
54
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
17
55
|
protected observeHandler(payloads?: Partial<Payload>[]): Promisable<Payload[]>;
|
|
18
56
|
}
|
|
19
57
|
//# sourceMappingURL=Witness.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM
|
|
1
|
+
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gFAEnB;cAEkB,cAAc,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;CAGxF"}
|
package/dist/node/Witness.d.ts
CHANGED
|
@@ -13,7 +13,45 @@ export type AbstractModuleInstanceWitnessParams = WitnessParams<AnyConfigSchema<
|
|
|
13
13
|
}>;
|
|
14
14
|
export declare class AbstractModuleInstanceWitness<TParams extends AbstractModuleInstanceWitnessParams = AbstractModuleInstanceWitnessParams> extends AbstractWitness<TParams> {
|
|
15
15
|
static configSchemas: "network.xyo.module.instance.config"[];
|
|
16
|
-
protected get module(): Module
|
|
16
|
+
protected get module(): Module<import("@xyo-network/object").BaseParamsFields & {
|
|
17
|
+
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
18
|
+
config: import("@xyo-network/payload-model").SchemaFields & object & Omit<{
|
|
19
|
+
readonly archivist?: string | undefined;
|
|
20
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
21
|
+
readonly name?: string | undefined;
|
|
22
|
+
readonly paging?: Record<string, {
|
|
23
|
+
size?: number | undefined;
|
|
24
|
+
}> | undefined;
|
|
25
|
+
schema: "network.xyo.module.config";
|
|
26
|
+
readonly security?: {
|
|
27
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
28
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
29
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
30
|
+
} | undefined;
|
|
31
|
+
readonly sign?: boolean | undefined;
|
|
32
|
+
readonly storeQueries?: boolean | undefined;
|
|
33
|
+
readonly timestamp?: boolean | undefined;
|
|
34
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/payload-model").SchemaFields & object & {
|
|
35
|
+
readonly archivist?: string | undefined;
|
|
36
|
+
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
37
|
+
readonly name?: string | undefined;
|
|
38
|
+
readonly paging?: Record<string, {
|
|
39
|
+
size?: number | undefined;
|
|
40
|
+
}> | undefined;
|
|
41
|
+
schema: "network.xyo.module.config";
|
|
42
|
+
readonly security?: {
|
|
43
|
+
readonly allowAnonymous?: boolean | undefined;
|
|
44
|
+
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
45
|
+
readonly disallowed?: Record<string, string[]> | undefined;
|
|
46
|
+
} | undefined;
|
|
47
|
+
readonly sign?: boolean | undefined;
|
|
48
|
+
readonly storeQueries?: boolean | undefined;
|
|
49
|
+
readonly timestamp?: boolean | undefined;
|
|
50
|
+
}, "schema"> & {
|
|
51
|
+
schema: string;
|
|
52
|
+
};
|
|
53
|
+
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
54
|
+
}, import("@xyo-network/module-model").ModuleEventData<object>> | undefined;
|
|
17
55
|
protected observeHandler(payloads?: Partial<Payload>[]): Promisable<Payload[]>;
|
|
18
56
|
}
|
|
19
57
|
//# sourceMappingURL=Witness.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM
|
|
1
|
+
{"version":3,"file":"Witness.d.ts","sourceRoot":"","sources":["../../src/Witness.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,eAAe,EAAE,MAAM,+BAA+B,CAAA;AAE/D,OAAO,EAAE,eAAe,EAAE,MAAM,EAAE,MAAM,2BAA2B,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AACpD,OAAO,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,4BAA4B,CAAA;AAEzE,MAAM,MAAM,yCAAyC,GAAG,oCAAoC,CAAA;AAC5F,eAAO,MAAM,yCAAyC,EAAE,yCAAgF,CAAA;AAExI,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAAC;IAC9D,MAAM,EAAE,yCAAyC,CAAA;CAClD,CAAC,CAAA;AAEF,MAAM,MAAM,mCAAmC,GAAG,aAAa,CAC7D,eAAe,CAAC,mCAAmC,CAAC,EACpD;IACE,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB,CACF,CAAA;AAED,qBAAa,6BAA6B,CACxC,OAAO,SAAS,mCAAmC,GAAG,mCAAmC,CACzF,SAAQ,eAAe,CAAC,OAAO,CAAC;IAChC,OAAgB,aAAa,yCAA8C;IAE3E,SAAS,KAAK,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;gFAEnB;cAEkB,cAAc,CAAC,QAAQ,CAAC,EAAE,OAAO,CAAC,OAAO,CAAC,EAAE,GAAG,UAAU,CAAC,OAAO,EAAE,CAAC;CAGxF"}
|
package/package.json
CHANGED
|
@@ -12,19 +12,19 @@
|
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/lodash": "^2.13.23",
|
|
14
14
|
"@xylabs/promise": "^2.13.23",
|
|
15
|
-
"@xyo-network/abstract-witness": "^2.
|
|
16
|
-
"@xyo-network/module-instance-payload-plugin": "~2.86.
|
|
17
|
-
"@xyo-network/module-model": "^2.
|
|
18
|
-
"@xyo-network/payload-model": "^2.
|
|
19
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
20
|
-
"@xyo-network/witness-model": "^2.
|
|
15
|
+
"@xyo-network/abstract-witness": "^2.87.1",
|
|
16
|
+
"@xyo-network/module-instance-payload-plugin": "~2.86.4",
|
|
17
|
+
"@xyo-network/module-model": "^2.87.1",
|
|
18
|
+
"@xyo-network/payload-model": "^2.87.1",
|
|
19
|
+
"@xyo-network/payloadset-plugin": "^2.87.1",
|
|
20
|
+
"@xyo-network/witness-model": "^2.87.1"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
|
-
"@xylabs/ts-scripts-yarn3": "^3.2.
|
|
24
|
-
"@xylabs/tsconfig": "^3.2.
|
|
25
|
-
"@xyo-network/account": "^2.
|
|
26
|
-
"@xyo-network/archivist-memory": "^2.
|
|
27
|
-
"@xyo-network/payload-wrapper": "^2.
|
|
23
|
+
"@xylabs/ts-scripts-yarn3": "^3.2.41",
|
|
24
|
+
"@xylabs/tsconfig": "^3.2.41",
|
|
25
|
+
"@xyo-network/account": "^2.87.1",
|
|
26
|
+
"@xyo-network/archivist-memory": "^2.87.1",
|
|
27
|
+
"@xyo-network/payload-wrapper": "^2.87.1",
|
|
28
28
|
"typescript": "^5.3.3"
|
|
29
29
|
},
|
|
30
30
|
"description": "Contains the information about a module instance",
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
67
67
|
},
|
|
68
68
|
"sideEffects": false,
|
|
69
|
-
"version": "2.86.
|
|
69
|
+
"version": "2.86.4",
|
|
70
70
|
"type": "module"
|
|
71
71
|
}
|