@xyo-network/node-model 3.18.8 → 3.18.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -6,5 +6,6 @@ export declare const asAttachableNodeInstance: import("@xylabs/object").AsTypeFu
|
|
|
6
6
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").NodeConfig>;
|
|
7
7
|
ephemeralQueryAccountEnabled?: boolean;
|
|
8
8
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
9
|
+
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
9
10
|
} & import("@xyo-network/module-model").ModuleChildrenParams, import("../Node.ts").NodeModuleEventData>>;
|
|
10
11
|
//# 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;;;;;;;;;wGAAmD,CAAA"}
|
|
@@ -8,6 +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
|
+
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
11
12
|
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>;
|
|
12
13
|
export declare const isNodeModule: import("@xyo-network/module-model").ModuleTypeCheck<NodeModule<import("@xylabs/base").BaseParamsFields & {
|
|
13
14
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -17,6 +18,7 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
|
|
|
17
18
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
18
19
|
ephemeralQueryAccountEnabled?: boolean;
|
|
19
20
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
21
|
+
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
20
22
|
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>;
|
|
21
23
|
export declare const asNodeModule: import("@xylabs/object").AsTypeFunction<NodeModule<import("@xylabs/base").BaseParamsFields & {
|
|
22
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -26,6 +28,7 @@ export declare const asNodeModule: import("@xylabs/object").AsTypeFunction<NodeM
|
|
|
26
28
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
27
29
|
ephemeralQueryAccountEnabled?: boolean;
|
|
28
30
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
31
|
+
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
29
32
|
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>;
|
|
30
33
|
export declare const asNodeInstance: import("@xylabs/object").AsTypeFunction<NodeInstance<import("@xylabs/base").BaseParamsFields & {
|
|
31
34
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -35,6 +38,7 @@ export declare const asNodeInstance: import("@xylabs/object").AsTypeFunction<Nod
|
|
|
35
38
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
36
39
|
ephemeralQueryAccountEnabled?: boolean;
|
|
37
40
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
41
|
+
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
38
42
|
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>>;
|
|
39
43
|
export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<import("@xylabs/base").BaseParamsFields & {
|
|
40
44
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -44,6 +48,7 @@ export declare const withNodeModule: <R>(mod: any, closure: (mod: NodeModule<imp
|
|
|
44
48
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
45
49
|
ephemeralQueryAccountEnabled?: boolean;
|
|
46
50
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
51
|
+
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
47
52
|
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>) => R) => R | undefined;
|
|
48
53
|
export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance<import("@xylabs/base").BaseParamsFields & {
|
|
49
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -53,5 +58,6 @@ export declare const withNodeInstance: <R>(mod: any, closure: (mod: NodeInstance
|
|
|
53
58
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").NodeConfig>;
|
|
54
59
|
ephemeralQueryAccountEnabled?: boolean;
|
|
55
60
|
moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
|
|
61
|
+
statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
|
|
56
62
|
} & import("@xyo-network/module-model").ModuleChildrenParams, import("./Node.ts").NodeModuleEventData>) => R) => R | undefined;
|
|
57
63
|
//# 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;;;;;;;;;uGAAuC,CAAA;AAChE,eAAO,MAAM,cAAc;;;;;;;;;uGAAyC,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.18.
|
|
3
|
+
"version": "3.18.10",
|
|
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/events": "^4.11.
|
|
33
|
-
"@xylabs/hex": "^4.11.
|
|
34
|
-
"@xylabs/object": "^4.11.
|
|
35
|
-
"@xylabs/typeof": "^4.11.
|
|
36
|
-
"@xyo-network/account-model": "^3.18.
|
|
37
|
-
"@xyo-network/module-model": "^3.18.
|
|
38
|
-
"@xyo-network/payload-model": "^3.18.
|
|
32
|
+
"@xylabs/events": "^4.11.21",
|
|
33
|
+
"@xylabs/hex": "^4.11.21",
|
|
34
|
+
"@xylabs/object": "^4.11.21",
|
|
35
|
+
"@xylabs/typeof": "^4.11.21",
|
|
36
|
+
"@xyo-network/account-model": "^3.18.10",
|
|
37
|
+
"@xyo-network/module-model": "^3.18.10",
|
|
38
|
+
"@xyo-network/payload-model": "^3.18.10"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@xylabs/ts-scripts-yarn3": "^6.5.8",
|