@xyo-network/sentinel-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,6 +6,7 @@ export declare const asAttachableSentinelInstance: import("@xylabs/object").AsTy
6
6
  config: import("@xyo-network/module-model").AnyConfigSchema<import("../Config.ts").SentinelConfig>;
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("../EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
10
11
  account?: import("@xyo-network/account-model").AccountInstance | "random";
11
12
  addToResolvers?: boolean;
@@ -14,5 +15,6 @@ export declare const asAttachableSentinelInstance: import("@xylabs/object").AsTy
14
15
  config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
15
16
  ephemeralQueryAccountEnabled?: boolean;
16
17
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
17
19
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
18
20
  //# 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,4BAA4B;;;;;;;;;;;;;;;;6HAAuD,CAAA"}
1
+ {"version":3,"file":"asAttachableInstance.d.ts","sourceRoot":"","sources":["../../../src/attachable/asAttachableInstance.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;6HAAuD,CAAA"}
@@ -8,6 +8,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
8
8
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
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("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
12
13
  account?: import("@xyo-network/account-model").AccountInstance | "random";
13
14
  addToResolvers?: boolean;
@@ -16,6 +17,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
16
17
  config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
17
18
  ephemeralQueryAccountEnabled?: boolean;
18
19
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
20
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
19
21
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
20
22
  export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/base").BaseParamsFields & {
21
23
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -25,6 +27,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
25
27
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
26
28
  ephemeralQueryAccountEnabled?: boolean;
27
29
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
30
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
28
31
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
29
32
  account?: import("@xyo-network/account-model").AccountInstance | "random";
30
33
  addToResolvers?: boolean;
@@ -33,6 +36,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
33
36
  config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
34
37
  ephemeralQueryAccountEnabled?: boolean;
35
38
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
39
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
36
40
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
37
41
  export declare const asSentinelModule: import("@xylabs/object").AsTypeFunction<SentinelModule<import("@xylabs/base").BaseParamsFields & {
38
42
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -42,6 +46,7 @@ export declare const asSentinelModule: import("@xylabs/object").AsTypeFunction<S
42
46
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
43
47
  ephemeralQueryAccountEnabled?: boolean;
44
48
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
49
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
45
50
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
46
51
  account?: import("@xyo-network/account-model").AccountInstance | "random";
47
52
  addToResolvers?: boolean;
@@ -50,6 +55,7 @@ export declare const asSentinelModule: import("@xylabs/object").AsTypeFunction<S
50
55
  config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
51
56
  ephemeralQueryAccountEnabled?: boolean;
52
57
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
58
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
53
59
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
54
60
  export declare const asSentinelInstance: import("@xylabs/object").AsTypeFunction<SentinelInstance<import("@xylabs/base").BaseParamsFields & {
55
61
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -59,6 +65,7 @@ export declare const asSentinelInstance: import("@xylabs/object").AsTypeFunction
59
65
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
60
66
  ephemeralQueryAccountEnabled?: boolean;
61
67
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
68
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
62
69
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
63
70
  account?: import("@xyo-network/account-model").AccountInstance | "random";
64
71
  addToResolvers?: boolean;
@@ -67,6 +74,7 @@ export declare const asSentinelInstance: import("@xylabs/object").AsTypeFunction
67
74
  config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
68
75
  ephemeralQueryAccountEnabled?: boolean;
69
76
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
77
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
70
78
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
71
79
  export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelModule<import("@xylabs/base").BaseParamsFields & {
72
80
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -76,6 +84,7 @@ export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelMo
76
84
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
77
85
  ephemeralQueryAccountEnabled?: boolean;
78
86
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
87
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
79
88
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
80
89
  account?: import("@xyo-network/account-model").AccountInstance | "random";
81
90
  addToResolvers?: boolean;
@@ -84,6 +93,7 @@ export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelMo
84
93
  config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
85
94
  ephemeralQueryAccountEnabled?: boolean;
86
95
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
96
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
87
97
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
88
98
  export declare const withSentinelInstance: <R>(mod: any, closure: (mod: SentinelInstance<import("@xylabs/base").BaseParamsFields & {
89
99
  account?: import("@xyo-network/account-model").AccountInstance | "random";
@@ -93,6 +103,7 @@ export declare const withSentinelInstance: <R>(mod: any, closure: (mod: Sentinel
93
103
  config: import("@xyo-network/module-model").AnyConfigSchema<import("./Config.ts").SentinelConfig>;
94
104
  ephemeralQueryAccountEnabled?: boolean;
95
105
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
106
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
96
107
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/base").BaseParamsFields & {
97
108
  account?: import("@xyo-network/account-model").AccountInstance | "random";
98
109
  addToResolvers?: boolean;
@@ -101,5 +112,6 @@ export declare const withSentinelInstance: <R>(mod: any, closure: (mod: Sentinel
101
112
  config: import("@xyo-network/module-model").AnyConfigSchema<import("@xyo-network/module-model").ModuleConfig>;
102
113
  ephemeralQueryAccountEnabled?: boolean;
103
114
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
115
+ statusReporter?: import("@xyo-network/module-model").ModuleStatusReporter;
104
116
  } & import("@xyo-network/module-model").ModuleChildrenParams, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
105
117
  //# 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,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAGjD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;6HAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;6HAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;6HAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;6HAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;oJAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;oJAAyC,CAAA"}
1
+ {"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,eAAe,CAAA;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAGjD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;6HAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;6HAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;6HAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;6HAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;oJAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;oJAAyC,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xyo-network/sentinel-model",
3
- "version": "3.18.8",
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,18 +29,18 @@
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/promise": "^4.11.19",
36
- "@xylabs/typeof": "^4.11.19",
37
- "@xyo-network/account-model": "^3.18.8",
38
- "@xyo-network/archivist-model": "^3.18.8",
39
- "@xyo-network/boundwitness-model": "^3.18.8",
40
- "@xyo-network/diviner-model": "^3.18.8",
41
- "@xyo-network/module-model": "^3.18.8",
42
- "@xyo-network/payload-model": "^3.18.8",
43
- "@xyo-network/witness-model": "^3.18.8"
32
+ "@xylabs/events": "^4.11.21",
33
+ "@xylabs/hex": "^4.11.21",
34
+ "@xylabs/object": "^4.11.21",
35
+ "@xylabs/promise": "^4.11.21",
36
+ "@xylabs/typeof": "^4.11.21",
37
+ "@xyo-network/account-model": "^3.18.10",
38
+ "@xyo-network/archivist-model": "^3.18.10",
39
+ "@xyo-network/boundwitness-model": "^3.18.10",
40
+ "@xyo-network/diviner-model": "^3.18.10",
41
+ "@xyo-network/module-model": "^3.18.10",
42
+ "@xyo-network/payload-model": "^3.18.10",
43
+ "@xyo-network/witness-model": "^3.18.10"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@xylabs/ts-scripts-yarn3": "^6.5.8",