@xyo-network/node-model 3.14.19 → 3.15.1
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.
|
@@ -7,9 +7,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
7
7
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").NodeConfig>;
|
|
8
8
|
ephemeralQueryAccountEnabled?: boolean;
|
|
9
9
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
10
|
-
|
|
11
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
12
|
-
}, import("../Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
10
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("../Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
13
11
|
<TType extends import("./AttachableInstance.ts").AttachableNodeInstance<import("@xylabs/base").BaseParamsFields & {
|
|
14
12
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
15
13
|
addToResolvers?: boolean;
|
|
@@ -18,9 +16,7 @@ export declare const asAttachableNodeInstance: {
|
|
|
18
16
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").NodeConfig>;
|
|
19
17
|
ephemeralQueryAccountEnabled?: boolean;
|
|
20
18
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
21
|
-
|
|
22
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
23
|
-
}, import("../Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableNodeInstance<import("@xylabs/base").BaseParamsFields & {
|
|
19
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("../Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<import("./AttachableInstance.ts").AttachableNodeInstance<import("@xylabs/base").BaseParamsFields & {
|
|
24
20
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
25
21
|
addToResolvers?: boolean;
|
|
26
22
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -28,8 +24,6 @@ export declare const asAttachableNodeInstance: {
|
|
|
28
24
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").NodeConfig>;
|
|
29
25
|
ephemeralQueryAccountEnabled?: boolean;
|
|
30
26
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
31
|
-
|
|
32
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
33
|
-
}, import("../Node.ts").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
27
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("../Node.ts").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
34
28
|
};
|
|
35
29
|
//# sourceMappingURL=asAttachableInstance.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAmD,CAAA"}
|
|
@@ -8,9 +8,7 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
|
|
|
8
8
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
9
9
|
ephemeralQueryAccountEnabled?: boolean;
|
|
10
10
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
11
|
-
|
|
12
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
13
|
-
}, import("./Node.ts").NodeModuleEventData>>;
|
|
11
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>;
|
|
14
12
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/base").BaseParamsFields & {
|
|
15
13
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
16
14
|
addToResolvers?: boolean;
|
|
@@ -19,9 +17,7 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
|
|
|
19
17
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
20
18
|
ephemeralQueryAccountEnabled?: boolean;
|
|
21
19
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
22
|
-
|
|
23
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
24
|
-
}, import("./Node.ts").NodeModuleEventData>>;
|
|
20
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>;
|
|
25
21
|
export declare const asNodeModule: {
|
|
26
22
|
<TType extends NodeModule<import("@xylabs/base").BaseParamsFields & {
|
|
27
23
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -31,9 +27,7 @@ export declare const asNodeModule: {
|
|
|
31
27
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
32
28
|
ephemeralQueryAccountEnabled?: boolean;
|
|
33
29
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
34
|
-
|
|
35
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
36
|
-
}, import("./Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
30
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
37
31
|
<TType extends NodeModule<import("@xylabs/base").BaseParamsFields & {
|
|
38
32
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
39
33
|
addToResolvers?: boolean;
|
|
@@ -42,9 +36,7 @@ export declare const asNodeModule: {
|
|
|
42
36
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
43
37
|
ephemeralQueryAccountEnabled?: boolean;
|
|
44
38
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
45
|
-
|
|
46
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
47
|
-
}, import("./Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/base").BaseParamsFields & {
|
|
39
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeModule<import("@xylabs/base").BaseParamsFields & {
|
|
48
40
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
49
41
|
addToResolvers?: boolean;
|
|
50
42
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -52,9 +44,7 @@ export declare const asNodeModule: {
|
|
|
52
44
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
53
45
|
ephemeralQueryAccountEnabled?: boolean;
|
|
54
46
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
55
|
-
|
|
56
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
57
|
-
}, import("./Node.ts").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
47
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
58
48
|
};
|
|
59
49
|
export declare const asNodeInstance: {
|
|
60
50
|
<TType extends NodeInstance<import("@xylabs/base").BaseParamsFields & {
|
|
@@ -65,9 +55,7 @@ export declare const asNodeInstance: {
|
|
|
65
55
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
66
56
|
ephemeralQueryAccountEnabled?: boolean;
|
|
67
57
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
68
|
-
|
|
69
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
70
|
-
}, import("./Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
58
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, config?: import("@xylabs/object").TypeCheckConfig): TType | undefined;
|
|
71
59
|
<TType extends NodeInstance<import("@xylabs/base").BaseParamsFields & {
|
|
72
60
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
73
61
|
addToResolvers?: boolean;
|
|
@@ -76,9 +64,7 @@ export declare const asNodeInstance: {
|
|
|
76
64
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
77
65
|
ephemeralQueryAccountEnabled?: boolean;
|
|
78
66
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
79
|
-
|
|
80
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
81
|
-
}, import("./Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/base").BaseParamsFields & {
|
|
67
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>(value: import("@xylabs/promise").AnyNonPromise, assert: import("@xylabs/object").StringOrAlertFunction<NodeInstance<import("@xylabs/base").BaseParamsFields & {
|
|
82
68
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
83
69
|
addToResolvers?: boolean;
|
|
84
70
|
additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
|
|
@@ -86,9 +72,7 @@ export declare const asNodeInstance: {
|
|
|
86
72
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
87
73
|
ephemeralQueryAccountEnabled?: boolean;
|
|
88
74
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
89
|
-
|
|
90
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
91
|
-
}, import("./Node.ts").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
75
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>, config?: import("@xylabs/object").TypeCheckConfig): TType;
|
|
92
76
|
};
|
|
93
77
|
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/base").BaseParamsFields & {
|
|
94
78
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -98,9 +82,7 @@ export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<imp
|
|
|
98
82
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
99
83
|
ephemeralQueryAccountEnabled?: boolean;
|
|
100
84
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
101
|
-
|
|
102
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
103
|
-
}, import("./Node.ts").NodeModuleEventData>) => R) => R | undefined;
|
|
85
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>) => R) => R | undefined;
|
|
104
86
|
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/base").BaseParamsFields & {
|
|
105
87
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
106
88
|
addToResolvers?: boolean;
|
|
@@ -109,7 +91,5 @@ export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance
|
|
|
109
91
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
110
92
|
ephemeralQueryAccountEnabled?: boolean;
|
|
111
93
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
112
|
-
|
|
113
|
-
publicChildren?: import("@xyo-network/module-model").ModuleInstance[];
|
|
114
|
-
}, import("./Node.ts").NodeModuleEventData>) => R) => R | undefined;
|
|
94
|
+
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>) => R) => R | undefined;
|
|
115
95
|
//# sourceMappingURL=typeChecks.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAK3C,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,eAAe,CAAA;AACjD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAK3C,eAAO,MAAM,cAAc;;;;;;;;uGAS1B,CAAA;AAID,eAAO,MAAM,YAAY;;;;;;;;uGAAkD,CAAA;AAE3E,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;CAAyC,CAAA;AACpE,eAAO,MAAM,cAAc;;;;;;;;8HAAmC,CAAA;AAC9D,eAAO,MAAM,gBAAgB;;;;;;;;8HAAqC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/node-model",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.15.1",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -29,13 +29,13 @@
|
|
|
29
29
|
"module": "dist/neutral/index.mjs",
|
|
30
30
|
"types": "dist/types/index.d.ts",
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@xylabs/hex": "^4.9.
|
|
33
|
-
"@xylabs/object": "^4.9.
|
|
34
|
-
"@xylabs/typeof": "^4.9.
|
|
35
|
-
"@xyo-network/account-model": "^3.
|
|
36
|
-
"@xyo-network/module-events": "^3.
|
|
37
|
-
"@xyo-network/module-model": "^3.
|
|
38
|
-
"@xyo-network/payload-model": "^3.
|
|
32
|
+
"@xylabs/hex": "^4.9.7",
|
|
33
|
+
"@xylabs/object": "^4.9.7",
|
|
34
|
+
"@xylabs/typeof": "^4.9.7",
|
|
35
|
+
"@xyo-network/account-model": "^3.15.1",
|
|
36
|
+
"@xyo-network/module-events": "^3.15.1",
|
|
37
|
+
"@xyo-network/module-model": "^3.15.1",
|
|
38
|
+
"@xyo-network/payload-model": "^3.15.1"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@xylabs/ts-scripts-yarn3": "^6.5.5",
|