@xyo-network/archivist-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 asAttachableArchivistInstance: import("@xylabs/object").AsT
6
6
  config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").ArchivistConfig>;
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("../Params.ts").ArchivistParamFields & object, import("../EventData.ts").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>>;
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,6BAA6B;;;;;;;;uNAAwD,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,6BAA6B;;;;;;;;;uNAAwD,CAAA"}
@@ -8,6 +8,7 @@ export declare const isArchivistInstance: import("@xylabs/object").TypeCheck<Arc
8
8
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").ArchivistConfig>;
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("./Params.ts").ArchivistParamFields & object, import("./EventData.ts").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>>;
12
13
  export declare const isArchivistModule: import("@xyo-network/module-model").ModuleTypeCheck<ArchivistModuleInstance<import("@xylabs/base").BaseParamsFields & {
13
14
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -17,6 +18,7 @@ export declare const isArchivistModule: import("@xyo-network/module-model").Modu
17
18
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").ArchivistConfig>;
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").ArchivistModuleEventData>>;
21
23
  export declare const asArchivistModule: import("@xylabs/object").AsTypeFunction<ArchivistModuleInstance<import("@xylabs/base").BaseParamsFields & {
22
24
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -26,6 +28,7 @@ export declare const asArchivistModule: import("@xylabs/object").AsTypeFunction<
26
28
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").ArchivistConfig>;
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").ArchivistModuleEventData>>;
30
33
  export declare const asArchivistInstance: import("@xylabs/object").AsTypeFunction<ArchivistInstance<import("@xylabs/base").BaseParamsFields & {
31
34
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -35,6 +38,7 @@ export declare const asArchivistInstance: import("@xylabs/object").AsTypeFunctio
35
38
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").ArchivistConfig>;
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("./Params.ts").ArchivistParamFields & object, import("./EventData.ts").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>>;
39
43
  export declare const withArchivistModule: <R>(mod: any, closure: (mod: ArchivistModuleInstance<import("@xylabs/base").BaseParamsFields & {
40
44
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -44,6 +48,7 @@ export declare const withArchivistModule: <R>(mod: any, closure: (mod: Archivist
44
48
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").ArchivistConfig>;
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").ArchivistModuleEventData>) => R) => R | undefined;
48
53
  export declare const withArchivistInstance: <R>(mod: any, closure: (mod: ArchivistInstance<import("@xylabs/base").BaseParamsFields & {
49
54
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -53,5 +58,6 @@ export declare const withArchivistInstance: <R>(mod: any, closure: (mod: Archivi
53
58
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").ArchivistConfig>;
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("./Params.ts").ArchivistParamFields & object, import("./EventData.ts").ArchivistModuleEventData, import("@xyo-network/payload-model").Payload>) => 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,iBAAiB,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAA;AAGlE,eAAO,MAAM,mBAAmB;;;;;;;;qNAA6F,CAAA;AAC7H,eAAO,MAAM,iBAAiB;;;;;;;;iHAAmF,CAAA;AAEjH,eAAO,MAAM,iBAAiB;;;;;;;;iHAA4C,CAAA;AAC1E,eAAO,MAAM,mBAAmB;;;;;;;;qNAA8C,CAAA;AAC9E,eAAO,MAAM,mBAAmB;;;;;;;;wIAAwC,CAAA;AACxE,eAAO,MAAM,qBAAqB;;;;;;;;4OAA0C,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,eAAe,CAAA;AACtD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,qBAAqB,CAAA;AAGlE,eAAO,MAAM,mBAAmB;;;;;;;;;qNAA6F,CAAA;AAC7H,eAAO,MAAM,iBAAiB;;;;;;;;;iHAAmF,CAAA;AAEjH,eAAO,MAAM,iBAAiB;;;;;;;;;iHAA4C,CAAA;AAC1E,eAAO,MAAM,mBAAmB;;;;;;;;;qNAA8C,CAAA;AAC9E,eAAO,MAAM,mBAAmB;;;;;;;;;wIAAwC,CAAA;AACxE,eAAO,MAAM,qBAAqB;;;;;;;;;4OAA0C,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/archivist-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,17 +29,17 @@
29
29
  "module": "dist/neutral/index.mjs",
30
30
  "types": "dist/types/index.d.ts",
31
31
  "dependencies": {
32
- "@xylabs/assert": "^4.11.19",
33
- "@xylabs/events": "^4.11.19",
34
- "@xylabs/exists": "^4.11.19",
35
- "@xylabs/hex": "^4.11.19",
36
- "@xylabs/object": "^4.11.19",
37
- "@xylabs/promise": "^4.11.19",
38
- "@xylabs/typeof": "^4.11.19",
39
- "@xyo-network/account-model": "^3.18.8",
40
- "@xyo-network/boundwitness-model": "^3.18.8",
41
- "@xyo-network/module-model": "^3.18.8",
42
- "@xyo-network/payload-model": "^3.18.8"
32
+ "@xylabs/assert": "^4.11.21",
33
+ "@xylabs/events": "^4.11.21",
34
+ "@xylabs/exists": "^4.11.21",
35
+ "@xylabs/hex": "^4.11.21",
36
+ "@xylabs/object": "^4.11.21",
37
+ "@xylabs/promise": "^4.11.21",
38
+ "@xylabs/typeof": "^4.11.21",
39
+ "@xyo-network/account-model": "^3.18.9",
40
+ "@xyo-network/boundwitness-model": "^3.18.9",
41
+ "@xyo-network/module-model": "^3.18.9",
42
+ "@xyo-network/payload-model": "^3.18.9"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@xylabs/ts-scripts-yarn3": "^6.5.8",