@xyo-network/module-model 2.110.12 → 2.110.14
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/instance/ModuleFilter.d.cts +9 -9
- package/dist/browser/instance/ModuleFilter.d.mts +9 -9
- package/dist/browser/instance/ModuleFilter.d.ts +9 -9
- package/dist/browser/instance/ModuleResolver.d.cts +3 -3
- package/dist/browser/instance/ModuleResolver.d.mts +3 -3
- package/dist/browser/instance/ModuleResolver.d.ts +3 -3
- package/dist/browser/instance/asModuleInstance.d.cts +11 -11
- package/dist/browser/instance/asModuleInstance.d.mts +11 -11
- package/dist/browser/instance/asModuleInstance.d.ts +11 -11
- package/dist/browser/instance/attachable/asAttachableInstance.d.cts +11 -11
- package/dist/browser/instance/attachable/asAttachableInstance.d.mts +11 -11
- package/dist/browser/instance/attachable/asAttachableInstance.d.ts +11 -11
- package/dist/browser/module/asModule.d.cts +11 -11
- package/dist/browser/module/asModule.d.mts +11 -11
- package/dist/browser/module/asModule.d.ts +11 -11
- package/dist/browser/module/asModuleObject.d.cts +11 -11
- package/dist/browser/module/asModuleObject.d.mts +11 -11
- package/dist/browser/module/asModuleObject.d.ts +11 -11
- package/dist/browser/module/isModuleObject.d.cts +3 -3
- package/dist/browser/module/isModuleObject.d.mts +3 -3
- package/dist/browser/module/isModuleObject.d.ts +3 -3
- package/dist/browser/withModule.d.cts +8 -8
- package/dist/browser/withModule.d.mts +8 -8
- package/dist/browser/withModule.d.ts +8 -8
- package/dist/neutral/instance/ModuleFilter.d.cts +9 -9
- package/dist/neutral/instance/ModuleFilter.d.mts +9 -9
- package/dist/neutral/instance/ModuleFilter.d.ts +9 -9
- package/dist/neutral/instance/ModuleResolver.d.cts +3 -3
- package/dist/neutral/instance/ModuleResolver.d.mts +3 -3
- package/dist/neutral/instance/ModuleResolver.d.ts +3 -3
- package/dist/neutral/instance/asModuleInstance.d.cts +11 -11
- package/dist/neutral/instance/asModuleInstance.d.mts +11 -11
- package/dist/neutral/instance/asModuleInstance.d.ts +11 -11
- package/dist/neutral/instance/attachable/asAttachableInstance.d.cts +11 -11
- package/dist/neutral/instance/attachable/asAttachableInstance.d.mts +11 -11
- package/dist/neutral/instance/attachable/asAttachableInstance.d.ts +11 -11
- package/dist/neutral/module/asModule.d.cts +11 -11
- package/dist/neutral/module/asModule.d.mts +11 -11
- package/dist/neutral/module/asModule.d.ts +11 -11
- package/dist/neutral/module/asModuleObject.d.cts +11 -11
- package/dist/neutral/module/asModuleObject.d.mts +11 -11
- package/dist/neutral/module/asModuleObject.d.ts +11 -11
- package/dist/neutral/module/isModuleObject.d.cts +3 -3
- package/dist/neutral/module/isModuleObject.d.mts +3 -3
- package/dist/neutral/module/isModuleObject.d.ts +3 -3
- package/dist/neutral/withModule.d.cts +8 -8
- package/dist/neutral/withModule.d.mts +8 -8
- package/dist/neutral/withModule.d.ts +8 -8
- package/dist/node/instance/ModuleFilter.d.cts +9 -9
- package/dist/node/instance/ModuleFilter.d.mts +9 -9
- package/dist/node/instance/ModuleFilter.d.ts +9 -9
- package/dist/node/instance/ModuleResolver.d.cts +3 -3
- package/dist/node/instance/ModuleResolver.d.mts +3 -3
- package/dist/node/instance/ModuleResolver.d.ts +3 -3
- package/dist/node/instance/asModuleInstance.d.cts +11 -11
- package/dist/node/instance/asModuleInstance.d.mts +11 -11
- package/dist/node/instance/asModuleInstance.d.ts +11 -11
- package/dist/node/instance/attachable/asAttachableInstance.d.cts +11 -11
- package/dist/node/instance/attachable/asAttachableInstance.d.mts +11 -11
- package/dist/node/instance/attachable/asAttachableInstance.d.ts +11 -11
- package/dist/node/module/asModule.d.cts +11 -11
- package/dist/node/module/asModule.d.mts +11 -11
- package/dist/node/module/asModule.d.ts +11 -11
- package/dist/node/module/asModuleObject.d.cts +11 -11
- package/dist/node/module/asModuleObject.d.mts +11 -11
- package/dist/node/module/asModuleObject.d.ts +11 -11
- package/dist/node/module/isModuleObject.d.cts +3 -3
- package/dist/node/module/isModuleObject.d.mts +3 -3
- package/dist/node/module/isModuleObject.d.ts +3 -3
- package/dist/node/withModule.d.cts +8 -8
- package/dist/node/withModule.d.mts +8 -8
- package/dist/node/withModule.d.ts +8 -8
- package/package.json +16 -16
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
export declare const asModule: {
|
|
2
|
-
<TType extends import("./Module.
|
|
2
|
+
<TType extends import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
7
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
8
|
schema: "network.xyo.module.config";
|
|
9
9
|
}, "schema"> & {
|
|
10
10
|
schema: string;
|
|
11
11
|
};
|
|
12
12
|
ephemeralQueryAccountEnabled?: boolean;
|
|
13
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
14
|
-
}, import("../index.
|
|
15
|
-
<TType extends import("./Module.
|
|
13
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
14
|
+
}, import("../index.ts").ModuleEventData<object>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
15
|
+
<TType extends import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
16
16
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
17
|
addToResolvers?: boolean;
|
|
18
18
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
19
|
allowNameResolution?: boolean;
|
|
20
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
20
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
25
|
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
27
|
-
}, import("../index.
|
|
26
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
27
|
+
}, import("../index.ts").ModuleEventData<object>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
28
28
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
29
29
|
addToResolvers?: boolean;
|
|
30
30
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
31
31
|
allowNameResolution?: boolean;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
33
33
|
schema: "network.xyo.module.config";
|
|
34
34
|
}, "schema"> & {
|
|
35
35
|
schema: string;
|
|
36
36
|
};
|
|
37
37
|
ephemeralQueryAccountEnabled?: boolean;
|
|
38
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
39
|
-
}, import("../index.
|
|
38
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
39
|
+
}, import("../index.ts").ModuleEventData<object>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
40
40
|
};
|
|
41
41
|
//# sourceMappingURL=asModule.d.ts.map
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
export declare const asModuleObject: {
|
|
2
|
-
<TType extends import("./Module.
|
|
2
|
+
<TType extends import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
7
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
8
|
schema: "network.xyo.module.config";
|
|
9
9
|
}, "schema"> & {
|
|
10
10
|
schema: string;
|
|
11
11
|
};
|
|
12
12
|
ephemeralQueryAccountEnabled?: boolean;
|
|
13
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
14
|
-
}, import("../index.
|
|
15
|
-
<TType extends import("./Module.
|
|
13
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
14
|
+
}, import("../index.ts").ModuleEventData<object>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
15
|
+
<TType extends import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
16
16
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
17
|
addToResolvers?: boolean;
|
|
18
18
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
19
|
allowNameResolution?: boolean;
|
|
20
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
20
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
25
|
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
27
|
-
}, import("../index.
|
|
26
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
27
|
+
}, import("../index.ts").ModuleEventData<object>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
28
28
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
29
29
|
addToResolvers?: boolean;
|
|
30
30
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
31
31
|
allowNameResolution?: boolean;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
33
33
|
schema: "network.xyo.module.config";
|
|
34
34
|
}, "schema"> & {
|
|
35
35
|
schema: string;
|
|
36
36
|
};
|
|
37
37
|
ephemeralQueryAccountEnabled?: boolean;
|
|
38
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
39
|
-
}, import("../index.
|
|
38
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
39
|
+
}, import("../index.ts").ModuleEventData<object>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
40
40
|
};
|
|
41
41
|
//# sourceMappingURL=asModuleObject.d.ts.map
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
export declare const asModuleObject: {
|
|
2
|
-
<TType extends import("./Module.
|
|
2
|
+
<TType extends import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
7
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
8
|
schema: "network.xyo.module.config";
|
|
9
9
|
}, "schema"> & {
|
|
10
10
|
schema: string;
|
|
11
11
|
};
|
|
12
12
|
ephemeralQueryAccountEnabled?: boolean;
|
|
13
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
14
|
-
}, import("../index.
|
|
15
|
-
<TType extends import("./Module.
|
|
13
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
14
|
+
}, import("../index.ts").ModuleEventData<object>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
15
|
+
<TType extends import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
16
16
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
17
|
addToResolvers?: boolean;
|
|
18
18
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
19
|
allowNameResolution?: boolean;
|
|
20
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
20
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
25
|
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
27
|
-
}, import("../index.
|
|
26
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
27
|
+
}, import("../index.ts").ModuleEventData<object>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
28
28
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
29
29
|
addToResolvers?: boolean;
|
|
30
30
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
31
31
|
allowNameResolution?: boolean;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
33
33
|
schema: "network.xyo.module.config";
|
|
34
34
|
}, "schema"> & {
|
|
35
35
|
schema: string;
|
|
36
36
|
};
|
|
37
37
|
ephemeralQueryAccountEnabled?: boolean;
|
|
38
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
39
|
-
}, import("../index.
|
|
38
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
39
|
+
}, import("../index.ts").ModuleEventData<object>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
40
40
|
};
|
|
41
41
|
//# sourceMappingURL=asModuleObject.d.ts.map
|
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
export declare const asModuleObject: {
|
|
2
|
-
<TType extends import("./Module.
|
|
2
|
+
<TType extends import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
4
4
|
addToResolvers?: boolean;
|
|
5
5
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
6
6
|
allowNameResolution?: boolean;
|
|
7
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
7
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
8
8
|
schema: "network.xyo.module.config";
|
|
9
9
|
}, "schema"> & {
|
|
10
10
|
schema: string;
|
|
11
11
|
};
|
|
12
12
|
ephemeralQueryAccountEnabled?: boolean;
|
|
13
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
14
|
-
}, import("../index.
|
|
15
|
-
<TType extends import("./Module.
|
|
13
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
14
|
+
}, import("../index.ts").ModuleEventData<object>>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
15
|
+
<TType extends import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
16
16
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
17
17
|
addToResolvers?: boolean;
|
|
18
18
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
19
19
|
allowNameResolution?: boolean;
|
|
20
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
20
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
}, "schema"> & {
|
|
23
23
|
schema: string;
|
|
24
24
|
};
|
|
25
25
|
ephemeralQueryAccountEnabled?: boolean;
|
|
26
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
27
|
-
}, import("../index.
|
|
26
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
27
|
+
}, import("../index.ts").ModuleEventData<object>>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
28
28
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
29
29
|
addToResolvers?: boolean;
|
|
30
30
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
31
31
|
allowNameResolution?: boolean;
|
|
32
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
32
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
33
33
|
schema: "network.xyo.module.config";
|
|
34
34
|
}, "schema"> & {
|
|
35
35
|
schema: string;
|
|
36
36
|
};
|
|
37
37
|
ephemeralQueryAccountEnabled?: boolean;
|
|
38
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
39
|
-
}, import("../index.
|
|
38
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
39
|
+
}, import("../index.ts").ModuleEventData<object>>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
40
40
|
};
|
|
41
41
|
//# sourceMappingURL=asModuleObject.d.ts.map
|
|
@@ -6,12 +6,12 @@ export declare const isModuleObject: import("@xylabs/object").TypeCheck<Module<i
|
|
|
6
6
|
addToResolvers?: boolean;
|
|
7
7
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
8
8
|
allowNameResolution?: boolean;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
10
10
|
schema: "network.xyo.module.config";
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: string;
|
|
13
13
|
};
|
|
14
14
|
ephemeralQueryAccountEnabled?: boolean;
|
|
15
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
16
|
-
}, import("../index.
|
|
15
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
16
|
+
}, import("../index.ts").ModuleEventData<object>>>;
|
|
17
17
|
//# sourceMappingURL=isModuleObject.d.ts.map
|
|
@@ -6,12 +6,12 @@ export declare const isModuleObject: import("@xylabs/object").TypeCheck<Module<i
|
|
|
6
6
|
addToResolvers?: boolean;
|
|
7
7
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
8
8
|
allowNameResolution?: boolean;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
10
10
|
schema: "network.xyo.module.config";
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: string;
|
|
13
13
|
};
|
|
14
14
|
ephemeralQueryAccountEnabled?: boolean;
|
|
15
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
16
|
-
}, import("../index.
|
|
15
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
16
|
+
}, import("../index.ts").ModuleEventData<object>>>;
|
|
17
17
|
//# sourceMappingURL=isModuleObject.d.ts.map
|
|
@@ -6,12 +6,12 @@ export declare const isModuleObject: import("@xylabs/object").TypeCheck<Module<i
|
|
|
6
6
|
addToResolvers?: boolean;
|
|
7
7
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
8
8
|
allowNameResolution?: boolean;
|
|
9
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.
|
|
9
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("../index.ts").ArchivingModuleConfig & import("../index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
10
10
|
schema: "network.xyo.module.config";
|
|
11
11
|
}, "schema"> & {
|
|
12
12
|
schema: string;
|
|
13
13
|
};
|
|
14
14
|
ephemeralQueryAccountEnabled?: boolean;
|
|
15
|
-
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.
|
|
16
|
-
}, import("../index.
|
|
15
|
+
moduleIdentifierTransformers?: import("../ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
16
|
+
}, import("../index.ts").ModuleEventData<object>>>;
|
|
17
17
|
//# sourceMappingURL=isModuleObject.d.ts.map
|
|
@@ -2,30 +2,30 @@ import { TypeCheck } from '@xylabs/object';
|
|
|
2
2
|
export declare const WithFactory: {
|
|
3
3
|
create: <T extends object>(typeCheck: TypeCheck<T>) => <R>(mod: any, closure: (mod: T) => R) => R | undefined;
|
|
4
4
|
};
|
|
5
|
-
export declare const withModule: <R>(mod: any, closure: (mod: import("./module/Module.
|
|
5
|
+
export declare const withModule: <R>(mod: any, closure: (mod: import("./module/Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
6
6
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
7
7
|
addToResolvers?: boolean;
|
|
8
8
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
9
9
|
allowNameResolution?: boolean;
|
|
10
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.ts").ArchivingModuleConfig & import("./index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
11
11
|
schema: "network.xyo.module.config";
|
|
12
12
|
}, "schema"> & {
|
|
13
13
|
schema: string;
|
|
14
14
|
};
|
|
15
15
|
ephemeralQueryAccountEnabled?: boolean;
|
|
16
|
-
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.
|
|
17
|
-
}, import("./index.
|
|
18
|
-
export declare const withModuleInstance: <R>(mod: any, closure: (mod: import("./instance/Instance.
|
|
16
|
+
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
17
|
+
}, import("./index.ts").ModuleEventData<object>>) => R) => R | undefined;
|
|
18
|
+
export declare const withModuleInstance: <R>(mod: any, closure: (mod: import("./instance/Instance.ts").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
19
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
20
20
|
addToResolvers?: boolean;
|
|
21
21
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
22
22
|
allowNameResolution?: boolean;
|
|
23
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.ts").ArchivingModuleConfig & import("./index.ts").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;
|
|
27
27
|
};
|
|
28
28
|
ephemeralQueryAccountEnabled?: boolean;
|
|
29
|
-
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.
|
|
30
|
-
}, import("./index.
|
|
29
|
+
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
30
|
+
}, import("./index.ts").ModuleEventData<object>>) => R) => R | undefined;
|
|
31
31
|
//# sourceMappingURL=withModule.d.ts.map
|
|
@@ -2,30 +2,30 @@ import { TypeCheck } from '@xylabs/object';
|
|
|
2
2
|
export declare const WithFactory: {
|
|
3
3
|
create: <T extends object>(typeCheck: TypeCheck<T>) => <R>(mod: any, closure: (mod: T) => R) => R | undefined;
|
|
4
4
|
};
|
|
5
|
-
export declare const withModule: <R>(mod: any, closure: (mod: import("./module/Module.
|
|
5
|
+
export declare const withModule: <R>(mod: any, closure: (mod: import("./module/Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
6
6
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
7
7
|
addToResolvers?: boolean;
|
|
8
8
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
9
9
|
allowNameResolution?: boolean;
|
|
10
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.ts").ArchivingModuleConfig & import("./index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
11
11
|
schema: "network.xyo.module.config";
|
|
12
12
|
}, "schema"> & {
|
|
13
13
|
schema: string;
|
|
14
14
|
};
|
|
15
15
|
ephemeralQueryAccountEnabled?: boolean;
|
|
16
|
-
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.
|
|
17
|
-
}, import("./index.
|
|
18
|
-
export declare const withModuleInstance: <R>(mod: any, closure: (mod: import("./instance/Instance.
|
|
16
|
+
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
17
|
+
}, import("./index.ts").ModuleEventData<object>>) => R) => R | undefined;
|
|
18
|
+
export declare const withModuleInstance: <R>(mod: any, closure: (mod: import("./instance/Instance.ts").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
19
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
20
20
|
addToResolvers?: boolean;
|
|
21
21
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
22
22
|
allowNameResolution?: boolean;
|
|
23
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.ts").ArchivingModuleConfig & import("./index.ts").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;
|
|
27
27
|
};
|
|
28
28
|
ephemeralQueryAccountEnabled?: boolean;
|
|
29
|
-
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.
|
|
30
|
-
}, import("./index.
|
|
29
|
+
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
30
|
+
}, import("./index.ts").ModuleEventData<object>>) => R) => R | undefined;
|
|
31
31
|
//# sourceMappingURL=withModule.d.ts.map
|
|
@@ -2,30 +2,30 @@ import { TypeCheck } from '@xylabs/object';
|
|
|
2
2
|
export declare const WithFactory: {
|
|
3
3
|
create: <T extends object>(typeCheck: TypeCheck<T>) => <R>(mod: any, closure: (mod: T) => R) => R | undefined;
|
|
4
4
|
};
|
|
5
|
-
export declare const withModule: <R>(mod: any, closure: (mod: import("./module/Module.
|
|
5
|
+
export declare const withModule: <R>(mod: any, closure: (mod: import("./module/Module.ts").Module<import("@xylabs/object").BaseParamsFields & {
|
|
6
6
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
7
7
|
addToResolvers?: boolean;
|
|
8
8
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
9
9
|
allowNameResolution?: boolean;
|
|
10
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.
|
|
10
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.ts").ArchivingModuleConfig & import("./index.ts").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
11
11
|
schema: "network.xyo.module.config";
|
|
12
12
|
}, "schema"> & {
|
|
13
13
|
schema: string;
|
|
14
14
|
};
|
|
15
15
|
ephemeralQueryAccountEnabled?: boolean;
|
|
16
|
-
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.
|
|
17
|
-
}, import("./index.
|
|
18
|
-
export declare const withModuleInstance: <R>(mod: any, closure: (mod: import("./instance/Instance.
|
|
16
|
+
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
17
|
+
}, import("./index.ts").ModuleEventData<object>>) => R) => R | undefined;
|
|
18
|
+
export declare const withModuleInstance: <R>(mod: any, closure: (mod: import("./instance/Instance.ts").ModuleInstance<import("@xylabs/object").BaseParamsFields & {
|
|
19
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
20
20
|
addToResolvers?: boolean;
|
|
21
21
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
22
22
|
allowNameResolution?: boolean;
|
|
23
|
-
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.
|
|
23
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("./index.ts").ArchivingModuleConfig & import("./index.ts").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;
|
|
27
27
|
};
|
|
28
28
|
ephemeralQueryAccountEnabled?: boolean;
|
|
29
|
-
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.
|
|
30
|
-
}, import("./index.
|
|
29
|
+
moduleIdentifierTransformers?: import("./ModuleIdentifierTransformer.ts").ModuleIdentifierTransformer[];
|
|
30
|
+
}, import("./index.ts").ModuleEventData<object>>) => R) => R | undefined;
|
|
31
31
|
//# sourceMappingURL=withModule.d.ts.map
|
package/package.json
CHANGED
|
@@ -10,23 +10,23 @@
|
|
|
10
10
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@xylabs/assert": "^3.6.
|
|
14
|
-
"@xylabs/exists": "^3.6.
|
|
15
|
-
"@xylabs/hex": "^3.6.
|
|
16
|
-
"@xylabs/lodash": "^3.6.
|
|
17
|
-
"@xylabs/logger": "^3.6.
|
|
18
|
-
"@xylabs/object": "^3.6.
|
|
19
|
-
"@xylabs/promise": "^3.6.
|
|
20
|
-
"@xylabs/retry": "^3.6.
|
|
21
|
-
"@xyo-network/account-model": "^2.110.
|
|
22
|
-
"@xyo-network/boundwitness-model": "^2.110.
|
|
23
|
-
"@xyo-network/manifest-model": "^2.110.
|
|
24
|
-
"@xyo-network/module-events": "^2.110.
|
|
25
|
-
"@xyo-network/payload-model": "^2.110.
|
|
13
|
+
"@xylabs/assert": "^3.6.6",
|
|
14
|
+
"@xylabs/exists": "^3.6.6",
|
|
15
|
+
"@xylabs/hex": "^3.6.6",
|
|
16
|
+
"@xylabs/lodash": "^3.6.6",
|
|
17
|
+
"@xylabs/logger": "^3.6.6",
|
|
18
|
+
"@xylabs/object": "^3.6.6",
|
|
19
|
+
"@xylabs/promise": "^3.6.6",
|
|
20
|
+
"@xylabs/retry": "^3.6.6",
|
|
21
|
+
"@xyo-network/account-model": "^2.110.14",
|
|
22
|
+
"@xyo-network/boundwitness-model": "^2.110.14",
|
|
23
|
+
"@xyo-network/manifest-model": "^2.110.14",
|
|
24
|
+
"@xyo-network/module-events": "^2.110.14",
|
|
25
|
+
"@xyo-network/payload-model": "^2.110.14"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
|
-
"@xylabs/ts-scripts-yarn3": "^3.
|
|
29
|
-
"@xylabs/tsconfig": "^3.
|
|
28
|
+
"@xylabs/ts-scripts-yarn3": "^3.14.1",
|
|
29
|
+
"@xylabs/tsconfig": "^3.14.1",
|
|
30
30
|
"typescript": "^5.5.4"
|
|
31
31
|
},
|
|
32
32
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
@@ -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.110.
|
|
71
|
+
"version": "2.110.14",
|
|
72
72
|
"type": "module"
|
|
73
73
|
}
|