@xyo-network/diviner-model 3.18.8 → 3.18.9

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 asAttachableDivinerInstance: import("@xylabs/object").AsTyp
6
6
  config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").DivinerConfig>;
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").DivinerModuleEventData>>;
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;;;;;;;;4MAAsD,CAAA"}
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 isDivinerInstance: import("@xylabs/object").TypeCheck<Divin
8
8
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").DivinerConfig>;
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").DivinerModuleEventData>>;
12
13
  export declare const isDivinerModule: import("@xyo-network/module-model").ModuleTypeCheck<DivinerModule<import("@xylabs/base").BaseParamsFields & {
13
14
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -17,6 +18,7 @@ export declare const isDivinerModule: import("@xyo-network/module-model").Module
17
18
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").DivinerConfig>;
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").DivinerModuleEventData>>;
21
23
  export declare const asDivinerModule: import("@xylabs/object").AsTypeFunction<DivinerModule<import("@xylabs/base").BaseParamsFields & {
22
24
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -26,6 +28,7 @@ export declare const asDivinerModule: import("@xylabs/object").AsTypeFunction<Di
26
28
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").DivinerConfig>;
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").DivinerModuleEventData>>;
30
33
  export declare const asDivinerInstance: import("@xylabs/object").AsTypeFunction<DivinerInstance<import("@xylabs/base").BaseParamsFields & {
31
34
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -35,6 +38,7 @@ export declare const asDivinerInstance: import("@xylabs/object").AsTypeFunction<
35
38
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").DivinerConfig>;
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").DivinerModuleEventData>>;
39
43
  export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModule<import("@xylabs/base").BaseParamsFields & {
40
44
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -44,6 +48,7 @@ export declare const withDivinerModule: <R>(mod: any, closure: (mod: DivinerModu
44
48
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").DivinerConfig>;
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").DivinerModuleEventData>) => R) => R | undefined;
48
53
  export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerInstance<import("@xylabs/base").BaseParamsFields & {
49
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -53,5 +58,6 @@ export declare const withDivinerInstance: <R>(mod: any, closure: (mod: DivinerIn
53
58
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").DivinerConfig>;
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").DivinerModuleEventData>) => 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;;;;;;;;2MAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;+GAA0E,CAAA;AAEtG,eAAO,MAAM,eAAe;;;;;;;;+GAA0C,CAAA;AACtE,eAAO,MAAM,iBAAiB;;;;;;;;2MAA4C,CAAA;AAC1E,eAAO,MAAM,iBAAiB;;;;;;;;sIAAsC,CAAA;AACpE,eAAO,MAAM,mBAAmB;;;;;;;;kOAAwC,CAAA"}
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;;;;;;;;;2MAA8F,CAAA;AAC5H,eAAO,MAAM,eAAe;;;;;;;;;+GAA0E,CAAA;AAEtG,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/diviner-model",
3
- "version": "3.18.8",
3
+ "version": "3.18.9",
4
4
  "description": "Primary SDK for using XYO Protocol 2.0",
5
5
  "homepage": "https://xyo.network",
6
6
  "bugs": {
@@ -29,14 +29,14 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/types/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/events": "^4.11.19",
33
- "@xylabs/hex": "^4.11.19",
34
- "@xylabs/object": "^4.11.19",
35
- "@xylabs/retry": "^4.11.19",
36
- "@xylabs/typeof": "^4.11.19",
37
- "@xyo-network/account-model": "^3.18.8",
38
- "@xyo-network/module-model": "^3.18.8",
39
- "@xyo-network/payload-model": "^3.18.8"
32
+ "@xylabs/events": "^4.11.21",
33
+ "@xylabs/hex": "^4.11.21",
34
+ "@xylabs/object": "^4.11.21",
35
+ "@xylabs/retry": "^4.11.21",
36
+ "@xylabs/typeof": "^4.11.21",
37
+ "@xyo-network/account-model": "^3.18.9",
38
+ "@xyo-network/module-model": "^3.18.9",
39
+ "@xyo-network/payload-model": "^3.18.9"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@xylabs/ts-scripts-yarn3": "^6.5.8",