@xyo-network/witness-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 asAttachableWitnessInstance: import("@xylabs/object").AsTyp
|
|
|
6
6
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").WitnessConfig>;
|
|
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("@xyo-network/payload-model").Payload, import("@xyo-network/payload-model").Payload, import("../EventData.ts").WitnessModuleEventData>>;
|
|
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,2BAA2B
|
|
1
|
+
{"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,2BAA2B;;;;;;;;;4MAAsD,CAAA"}
|
|
@@ -8,6 +8,7 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
|
|
|
8
8
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").WitnessConfig>;
|
|
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("@xyo-network/payload-model").Payload, import("@xyo-network/payload-model").Payload, import("./EventData.ts").WitnessModuleEventData>>;
|
|
12
13
|
export declare const isWitnessModule: import("@xyo-network/module-model").ModuleTypeCheck<WitnessModule<import("@xylabs/base").BaseParamsFields & {
|
|
13
14
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -17,6 +18,7 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
|
|
|
17
18
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").WitnessConfig>;
|
|
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("./EventData.ts").WitnessModuleEventData>>;
|
|
21
23
|
export declare const asWitnessModule: import("@xylabs/object").AsTypeFunction<WitnessModule<import("@xylabs/base").BaseParamsFields & {
|
|
22
24
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -26,6 +28,7 @@ export declare const asWitnessModule: import("@xylabs/object").AsTypeFunction<Wi
|
|
|
26
28
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").WitnessConfig>;
|
|
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("./EventData.ts").WitnessModuleEventData>>;
|
|
30
33
|
export declare const asWitnessInstance: import("@xylabs/object").AsTypeFunction<WitnessInstance<import("@xylabs/base").BaseParamsFields & {
|
|
31
34
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -35,6 +38,7 @@ export declare const asWitnessInstance: import("@xylabs/object").AsTypeFunction<
|
|
|
35
38
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").WitnessConfig>;
|
|
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("@xyo-network/payload-model").Payload, import("@xyo-network/payload-model").Payload, import("./EventData.ts").WitnessModuleEventData>>;
|
|
39
43
|
export declare const withWitnessModule: <R>(mod: any, closure: (mod: WitnessModule<import("@xylabs/base").BaseParamsFields & {
|
|
40
44
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -44,6 +48,7 @@ export declare const withWitnessModule: <R>(mod: any, closure: (mod: WitnessModu
|
|
|
44
48
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").WitnessConfig>;
|
|
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("./EventData.ts").WitnessModuleEventData>) => R) => R | undefined;
|
|
48
53
|
export declare const withWitnessInstance: <R>(mod: any, closure: (mod: WitnessInstance<import("@xylabs/base").BaseParamsFields & {
|
|
49
54
|
account?: import("@xyo-network/account-model").AccountInstance | "random";
|
|
@@ -53,5 +58,6 @@ export declare const withWitnessInstance: <R>(mod: any, closure: (mod: WitnessIn
|
|
|
53
58
|
config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").WitnessConfig>;
|
|
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("@xyo-network/payload-model").Payload, import("@xyo-network/payload-model").Payload, import("./EventData.ts").WitnessModuleEventData>) => 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,eAAe,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAGhD,eAAO,MAAM,iBAAiB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,eAAe,CAAA;AACpD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAA;AAGhD,eAAO,MAAM,iBAAiB;;;;;;;;;2MAA+F,CAAA;AAC7H,eAAO,MAAM,eAAe;;;;;;;;;+GAA2E,CAAA;AAEvG,eAAO,MAAM,eAAe;;;;;;;;;+GAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;;2MAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;;sIAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;;kOAAwC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/witness-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/object": "^4.11.
|
|
34
|
-
"@xylabs/promise": "^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/object": "^4.11.21",
|
|
34
|
+
"@xylabs/promise": "^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",
|