@xyo-network/sentinel-model 2.93.2 → 2.93.4
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.
- package/dist/browser/typeChecks.d.cts +20 -0
- package/dist/browser/typeChecks.d.cts.map +1 -1
- package/dist/browser/typeChecks.d.mts +20 -0
- package/dist/browser/typeChecks.d.mts.map +1 -1
- package/dist/browser/typeChecks.d.ts +20 -0
- package/dist/browser/typeChecks.d.ts.map +1 -1
- package/dist/node/typeChecks.d.cts +20 -0
- package/dist/node/typeChecks.d.cts.map +1 -1
- package/dist/node/typeChecks.d.mts +20 -0
- package/dist/node/typeChecks.d.mts.map +1 -1
- package/dist/node/typeChecks.d.ts +20 -0
- package/dist/node/typeChecks.d.ts.map +1 -1
- package/package.json +8 -8
|
@@ -2,6 +2,7 @@ import { SentinelInstance } from './Instance';
|
|
|
2
2
|
import { SentinelModule } from './Module';
|
|
3
3
|
export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
+
addToResolvers?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
6
7
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
7
8
|
schema: "network.xyo.sentinel.config";
|
|
@@ -16,6 +17,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
16
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
17
18
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
|
+
addToResolvers?: boolean | undefined;
|
|
19
21
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
20
22
|
schema: "network.xyo.module.config";
|
|
21
23
|
}, "schema"> & {
|
|
@@ -25,6 +27,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
25
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
26
28
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
27
29
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
30
|
+
addToResolvers?: boolean | undefined;
|
|
28
31
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
29
32
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
30
33
|
schema: "network.xyo.sentinel.config";
|
|
@@ -39,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
39
42
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
40
43
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
41
44
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
|
+
addToResolvers?: boolean | undefined;
|
|
42
46
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
43
47
|
schema: "network.xyo.module.config";
|
|
44
48
|
}, "schema"> & {
|
|
@@ -49,6 +53,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
53
|
export declare const asSentinelModule: {
|
|
50
54
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
55
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
|
+
addToResolvers?: boolean | undefined;
|
|
52
57
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
53
58
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
54
59
|
schema: "network.xyo.sentinel.config";
|
|
@@ -63,6 +68,7 @@ export declare const asSentinelModule: {
|
|
|
63
68
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
64
69
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
65
70
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
|
+
addToResolvers?: boolean | undefined;
|
|
66
72
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
67
73
|
schema: "network.xyo.module.config";
|
|
68
74
|
}, "schema"> & {
|
|
@@ -72,6 +78,7 @@ export declare const asSentinelModule: {
|
|
|
72
78
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
73
79
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
+
addToResolvers?: boolean | undefined;
|
|
75
82
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
76
83
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
77
84
|
schema: "network.xyo.sentinel.config";
|
|
@@ -86,6 +93,7 @@ export declare const asSentinelModule: {
|
|
|
86
93
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
87
94
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
88
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
+
addToResolvers?: boolean | undefined;
|
|
89
97
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
90
98
|
schema: "network.xyo.module.config";
|
|
91
99
|
}, "schema"> & {
|
|
@@ -94,6 +102,7 @@ export declare const asSentinelModule: {
|
|
|
94
102
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
95
103
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
96
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
|
+
addToResolvers?: boolean | undefined;
|
|
97
106
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
98
107
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
99
108
|
schema: "network.xyo.sentinel.config";
|
|
@@ -108,6 +117,7 @@ export declare const asSentinelModule: {
|
|
|
108
117
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
118
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
110
119
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
|
+
addToResolvers?: boolean | undefined;
|
|
111
121
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
122
|
schema: "network.xyo.module.config";
|
|
113
123
|
}, "schema"> & {
|
|
@@ -119,6 +129,7 @@ export declare const asSentinelModule: {
|
|
|
119
129
|
export declare const asSentinelInstance: {
|
|
120
130
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
121
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
132
|
+
addToResolvers?: boolean | undefined;
|
|
122
133
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
123
134
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
124
135
|
schema: "network.xyo.sentinel.config";
|
|
@@ -133,6 +144,7 @@ export declare const asSentinelInstance: {
|
|
|
133
144
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
145
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
146
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
|
+
addToResolvers?: boolean | undefined;
|
|
136
148
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
137
149
|
schema: "network.xyo.module.config";
|
|
138
150
|
}, "schema"> & {
|
|
@@ -142,6 +154,7 @@ export declare const asSentinelInstance: {
|
|
|
142
154
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
143
155
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
156
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
157
|
+
addToResolvers?: boolean | undefined;
|
|
145
158
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
146
159
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
147
160
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +169,7 @@ export declare const asSentinelInstance: {
|
|
|
156
169
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
157
170
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
158
171
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
|
+
addToResolvers?: boolean | undefined;
|
|
159
173
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
160
174
|
schema: "network.xyo.module.config";
|
|
161
175
|
}, "schema"> & {
|
|
@@ -164,6 +178,7 @@ export declare const asSentinelInstance: {
|
|
|
164
178
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
179
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
166
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
|
+
addToResolvers?: boolean | undefined;
|
|
167
182
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
168
183
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
169
184
|
schema: "network.xyo.sentinel.config";
|
|
@@ -178,6 +193,7 @@ export declare const asSentinelInstance: {
|
|
|
178
193
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
179
194
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
180
195
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
|
+
addToResolvers?: boolean | undefined;
|
|
181
197
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
182
198
|
schema: "network.xyo.module.config";
|
|
183
199
|
}, "schema"> & {
|
|
@@ -188,6 +204,7 @@ export declare const asSentinelInstance: {
|
|
|
188
204
|
};
|
|
189
205
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
190
206
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
207
|
+
addToResolvers?: boolean | undefined;
|
|
191
208
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
192
209
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
193
210
|
schema: "network.xyo.sentinel.config";
|
|
@@ -202,6 +219,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
202
219
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
203
220
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
204
221
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
|
+
addToResolvers?: boolean | undefined;
|
|
205
223
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
206
224
|
schema: "network.xyo.module.config";
|
|
207
225
|
}, "schema"> & {
|
|
@@ -211,6 +229,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
211
229
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
212
230
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
213
231
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
|
+
addToResolvers?: boolean | undefined;
|
|
214
233
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
215
234
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
216
235
|
schema: "network.xyo.sentinel.config";
|
|
@@ -225,6 +244,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
225
244
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
226
245
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
227
246
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
|
+
addToResolvers?: boolean | undefined;
|
|
228
248
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
229
249
|
schema: "network.xyo.module.config";
|
|
230
250
|
}, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { SentinelInstance } from './Instance';
|
|
|
2
2
|
import { SentinelModule } from './Module';
|
|
3
3
|
export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
+
addToResolvers?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
6
7
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
7
8
|
schema: "network.xyo.sentinel.config";
|
|
@@ -16,6 +17,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
16
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
17
18
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
|
+
addToResolvers?: boolean | undefined;
|
|
19
21
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
20
22
|
schema: "network.xyo.module.config";
|
|
21
23
|
}, "schema"> & {
|
|
@@ -25,6 +27,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
25
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
26
28
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
27
29
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
30
|
+
addToResolvers?: boolean | undefined;
|
|
28
31
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
29
32
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
30
33
|
schema: "network.xyo.sentinel.config";
|
|
@@ -39,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
39
42
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
40
43
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
41
44
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
|
+
addToResolvers?: boolean | undefined;
|
|
42
46
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
43
47
|
schema: "network.xyo.module.config";
|
|
44
48
|
}, "schema"> & {
|
|
@@ -49,6 +53,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
53
|
export declare const asSentinelModule: {
|
|
50
54
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
55
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
|
+
addToResolvers?: boolean | undefined;
|
|
52
57
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
53
58
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
54
59
|
schema: "network.xyo.sentinel.config";
|
|
@@ -63,6 +68,7 @@ export declare const asSentinelModule: {
|
|
|
63
68
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
64
69
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
65
70
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
|
+
addToResolvers?: boolean | undefined;
|
|
66
72
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
67
73
|
schema: "network.xyo.module.config";
|
|
68
74
|
}, "schema"> & {
|
|
@@ -72,6 +78,7 @@ export declare const asSentinelModule: {
|
|
|
72
78
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
73
79
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
+
addToResolvers?: boolean | undefined;
|
|
75
82
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
76
83
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
77
84
|
schema: "network.xyo.sentinel.config";
|
|
@@ -86,6 +93,7 @@ export declare const asSentinelModule: {
|
|
|
86
93
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
87
94
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
88
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
+
addToResolvers?: boolean | undefined;
|
|
89
97
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
90
98
|
schema: "network.xyo.module.config";
|
|
91
99
|
}, "schema"> & {
|
|
@@ -94,6 +102,7 @@ export declare const asSentinelModule: {
|
|
|
94
102
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
95
103
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
96
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
|
+
addToResolvers?: boolean | undefined;
|
|
97
106
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
98
107
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
99
108
|
schema: "network.xyo.sentinel.config";
|
|
@@ -108,6 +117,7 @@ export declare const asSentinelModule: {
|
|
|
108
117
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
118
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
110
119
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
|
+
addToResolvers?: boolean | undefined;
|
|
111
121
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
122
|
schema: "network.xyo.module.config";
|
|
113
123
|
}, "schema"> & {
|
|
@@ -119,6 +129,7 @@ export declare const asSentinelModule: {
|
|
|
119
129
|
export declare const asSentinelInstance: {
|
|
120
130
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
121
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
132
|
+
addToResolvers?: boolean | undefined;
|
|
122
133
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
123
134
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
124
135
|
schema: "network.xyo.sentinel.config";
|
|
@@ -133,6 +144,7 @@ export declare const asSentinelInstance: {
|
|
|
133
144
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
145
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
146
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
|
+
addToResolvers?: boolean | undefined;
|
|
136
148
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
137
149
|
schema: "network.xyo.module.config";
|
|
138
150
|
}, "schema"> & {
|
|
@@ -142,6 +154,7 @@ export declare const asSentinelInstance: {
|
|
|
142
154
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
143
155
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
156
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
157
|
+
addToResolvers?: boolean | undefined;
|
|
145
158
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
146
159
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
147
160
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +169,7 @@ export declare const asSentinelInstance: {
|
|
|
156
169
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
157
170
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
158
171
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
|
+
addToResolvers?: boolean | undefined;
|
|
159
173
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
160
174
|
schema: "network.xyo.module.config";
|
|
161
175
|
}, "schema"> & {
|
|
@@ -164,6 +178,7 @@ export declare const asSentinelInstance: {
|
|
|
164
178
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
179
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
166
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
|
+
addToResolvers?: boolean | undefined;
|
|
167
182
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
168
183
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
169
184
|
schema: "network.xyo.sentinel.config";
|
|
@@ -178,6 +193,7 @@ export declare const asSentinelInstance: {
|
|
|
178
193
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
179
194
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
180
195
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
|
+
addToResolvers?: boolean | undefined;
|
|
181
197
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
182
198
|
schema: "network.xyo.module.config";
|
|
183
199
|
}, "schema"> & {
|
|
@@ -188,6 +204,7 @@ export declare const asSentinelInstance: {
|
|
|
188
204
|
};
|
|
189
205
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
190
206
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
207
|
+
addToResolvers?: boolean | undefined;
|
|
191
208
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
192
209
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
193
210
|
schema: "network.xyo.sentinel.config";
|
|
@@ -202,6 +219,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
202
219
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
203
220
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
204
221
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
|
+
addToResolvers?: boolean | undefined;
|
|
205
223
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
206
224
|
schema: "network.xyo.module.config";
|
|
207
225
|
}, "schema"> & {
|
|
@@ -211,6 +229,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
211
229
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
212
230
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
213
231
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
|
+
addToResolvers?: boolean | undefined;
|
|
214
233
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
215
234
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
216
235
|
schema: "network.xyo.sentinel.config";
|
|
@@ -225,6 +244,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
225
244
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
226
245
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
227
246
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
|
+
addToResolvers?: boolean | undefined;
|
|
228
248
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
229
249
|
schema: "network.xyo.module.config";
|
|
230
250
|
}, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { SentinelInstance } from './Instance';
|
|
|
2
2
|
import { SentinelModule } from './Module';
|
|
3
3
|
export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
+
addToResolvers?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
6
7
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
7
8
|
schema: "network.xyo.sentinel.config";
|
|
@@ -16,6 +17,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
16
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
17
18
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
|
+
addToResolvers?: boolean | undefined;
|
|
19
21
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
20
22
|
schema: "network.xyo.module.config";
|
|
21
23
|
}, "schema"> & {
|
|
@@ -25,6 +27,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
25
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
26
28
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
27
29
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
30
|
+
addToResolvers?: boolean | undefined;
|
|
28
31
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
29
32
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
30
33
|
schema: "network.xyo.sentinel.config";
|
|
@@ -39,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
39
42
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
40
43
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
41
44
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
|
+
addToResolvers?: boolean | undefined;
|
|
42
46
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
43
47
|
schema: "network.xyo.module.config";
|
|
44
48
|
}, "schema"> & {
|
|
@@ -49,6 +53,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
53
|
export declare const asSentinelModule: {
|
|
50
54
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
55
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
|
+
addToResolvers?: boolean | undefined;
|
|
52
57
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
53
58
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
54
59
|
schema: "network.xyo.sentinel.config";
|
|
@@ -63,6 +68,7 @@ export declare const asSentinelModule: {
|
|
|
63
68
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
64
69
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
65
70
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
|
+
addToResolvers?: boolean | undefined;
|
|
66
72
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
67
73
|
schema: "network.xyo.module.config";
|
|
68
74
|
}, "schema"> & {
|
|
@@ -72,6 +78,7 @@ export declare const asSentinelModule: {
|
|
|
72
78
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
73
79
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
+
addToResolvers?: boolean | undefined;
|
|
75
82
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
76
83
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
77
84
|
schema: "network.xyo.sentinel.config";
|
|
@@ -86,6 +93,7 @@ export declare const asSentinelModule: {
|
|
|
86
93
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
87
94
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
88
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
+
addToResolvers?: boolean | undefined;
|
|
89
97
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
90
98
|
schema: "network.xyo.module.config";
|
|
91
99
|
}, "schema"> & {
|
|
@@ -94,6 +102,7 @@ export declare const asSentinelModule: {
|
|
|
94
102
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
95
103
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
96
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
|
+
addToResolvers?: boolean | undefined;
|
|
97
106
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
98
107
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
99
108
|
schema: "network.xyo.sentinel.config";
|
|
@@ -108,6 +117,7 @@ export declare const asSentinelModule: {
|
|
|
108
117
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
118
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
110
119
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
|
+
addToResolvers?: boolean | undefined;
|
|
111
121
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
122
|
schema: "network.xyo.module.config";
|
|
113
123
|
}, "schema"> & {
|
|
@@ -119,6 +129,7 @@ export declare const asSentinelModule: {
|
|
|
119
129
|
export declare const asSentinelInstance: {
|
|
120
130
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
121
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
132
|
+
addToResolvers?: boolean | undefined;
|
|
122
133
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
123
134
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
124
135
|
schema: "network.xyo.sentinel.config";
|
|
@@ -133,6 +144,7 @@ export declare const asSentinelInstance: {
|
|
|
133
144
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
145
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
146
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
|
+
addToResolvers?: boolean | undefined;
|
|
136
148
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
137
149
|
schema: "network.xyo.module.config";
|
|
138
150
|
}, "schema"> & {
|
|
@@ -142,6 +154,7 @@ export declare const asSentinelInstance: {
|
|
|
142
154
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
143
155
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
156
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
157
|
+
addToResolvers?: boolean | undefined;
|
|
145
158
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
146
159
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
147
160
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +169,7 @@ export declare const asSentinelInstance: {
|
|
|
156
169
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
157
170
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
158
171
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
|
+
addToResolvers?: boolean | undefined;
|
|
159
173
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
160
174
|
schema: "network.xyo.module.config";
|
|
161
175
|
}, "schema"> & {
|
|
@@ -164,6 +178,7 @@ export declare const asSentinelInstance: {
|
|
|
164
178
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
179
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
166
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
|
+
addToResolvers?: boolean | undefined;
|
|
167
182
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
168
183
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
169
184
|
schema: "network.xyo.sentinel.config";
|
|
@@ -178,6 +193,7 @@ export declare const asSentinelInstance: {
|
|
|
178
193
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
179
194
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
180
195
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
|
+
addToResolvers?: boolean | undefined;
|
|
181
197
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
182
198
|
schema: "network.xyo.module.config";
|
|
183
199
|
}, "schema"> & {
|
|
@@ -188,6 +204,7 @@ export declare const asSentinelInstance: {
|
|
|
188
204
|
};
|
|
189
205
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
190
206
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
207
|
+
addToResolvers?: boolean | undefined;
|
|
191
208
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
192
209
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
193
210
|
schema: "network.xyo.sentinel.config";
|
|
@@ -202,6 +219,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
202
219
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
203
220
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
204
221
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
|
+
addToResolvers?: boolean | undefined;
|
|
205
223
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
206
224
|
schema: "network.xyo.module.config";
|
|
207
225
|
}, "schema"> & {
|
|
@@ -211,6 +229,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
211
229
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
212
230
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
213
231
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
|
+
addToResolvers?: boolean | undefined;
|
|
214
233
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
215
234
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
216
235
|
schema: "network.xyo.sentinel.config";
|
|
@@ -225,6 +244,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
225
244
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
226
245
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
227
246
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
|
+
addToResolvers?: boolean | undefined;
|
|
228
248
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
229
249
|
schema: "network.xyo.module.config";
|
|
230
250
|
}, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { SentinelInstance } from './Instance';
|
|
|
2
2
|
import { SentinelModule } from './Module';
|
|
3
3
|
export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
+
addToResolvers?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
6
7
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
7
8
|
schema: "network.xyo.sentinel.config";
|
|
@@ -16,6 +17,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
16
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
17
18
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
|
+
addToResolvers?: boolean | undefined;
|
|
19
21
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
20
22
|
schema: "network.xyo.module.config";
|
|
21
23
|
}, "schema"> & {
|
|
@@ -25,6 +27,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
25
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
26
28
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
27
29
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
30
|
+
addToResolvers?: boolean | undefined;
|
|
28
31
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
29
32
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
30
33
|
schema: "network.xyo.sentinel.config";
|
|
@@ -39,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
39
42
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
40
43
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
41
44
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
|
+
addToResolvers?: boolean | undefined;
|
|
42
46
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
43
47
|
schema: "network.xyo.module.config";
|
|
44
48
|
}, "schema"> & {
|
|
@@ -49,6 +53,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
53
|
export declare const asSentinelModule: {
|
|
50
54
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
55
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
|
+
addToResolvers?: boolean | undefined;
|
|
52
57
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
53
58
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
54
59
|
schema: "network.xyo.sentinel.config";
|
|
@@ -63,6 +68,7 @@ export declare const asSentinelModule: {
|
|
|
63
68
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
64
69
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
65
70
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
|
+
addToResolvers?: boolean | undefined;
|
|
66
72
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
67
73
|
schema: "network.xyo.module.config";
|
|
68
74
|
}, "schema"> & {
|
|
@@ -72,6 +78,7 @@ export declare const asSentinelModule: {
|
|
|
72
78
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
73
79
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
+
addToResolvers?: boolean | undefined;
|
|
75
82
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
76
83
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
77
84
|
schema: "network.xyo.sentinel.config";
|
|
@@ -86,6 +93,7 @@ export declare const asSentinelModule: {
|
|
|
86
93
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
87
94
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
88
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
+
addToResolvers?: boolean | undefined;
|
|
89
97
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
90
98
|
schema: "network.xyo.module.config";
|
|
91
99
|
}, "schema"> & {
|
|
@@ -94,6 +102,7 @@ export declare const asSentinelModule: {
|
|
|
94
102
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
95
103
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
96
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
|
+
addToResolvers?: boolean | undefined;
|
|
97
106
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
98
107
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
99
108
|
schema: "network.xyo.sentinel.config";
|
|
@@ -108,6 +117,7 @@ export declare const asSentinelModule: {
|
|
|
108
117
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
118
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
110
119
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
|
+
addToResolvers?: boolean | undefined;
|
|
111
121
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
122
|
schema: "network.xyo.module.config";
|
|
113
123
|
}, "schema"> & {
|
|
@@ -119,6 +129,7 @@ export declare const asSentinelModule: {
|
|
|
119
129
|
export declare const asSentinelInstance: {
|
|
120
130
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
121
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
132
|
+
addToResolvers?: boolean | undefined;
|
|
122
133
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
123
134
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
124
135
|
schema: "network.xyo.sentinel.config";
|
|
@@ -133,6 +144,7 @@ export declare const asSentinelInstance: {
|
|
|
133
144
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
145
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
146
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
|
+
addToResolvers?: boolean | undefined;
|
|
136
148
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
137
149
|
schema: "network.xyo.module.config";
|
|
138
150
|
}, "schema"> & {
|
|
@@ -142,6 +154,7 @@ export declare const asSentinelInstance: {
|
|
|
142
154
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
143
155
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
156
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
157
|
+
addToResolvers?: boolean | undefined;
|
|
145
158
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
146
159
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
147
160
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +169,7 @@ export declare const asSentinelInstance: {
|
|
|
156
169
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
157
170
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
158
171
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
|
+
addToResolvers?: boolean | undefined;
|
|
159
173
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
160
174
|
schema: "network.xyo.module.config";
|
|
161
175
|
}, "schema"> & {
|
|
@@ -164,6 +178,7 @@ export declare const asSentinelInstance: {
|
|
|
164
178
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
179
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
166
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
|
+
addToResolvers?: boolean | undefined;
|
|
167
182
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
168
183
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
169
184
|
schema: "network.xyo.sentinel.config";
|
|
@@ -178,6 +193,7 @@ export declare const asSentinelInstance: {
|
|
|
178
193
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
179
194
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
180
195
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
|
+
addToResolvers?: boolean | undefined;
|
|
181
197
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
182
198
|
schema: "network.xyo.module.config";
|
|
183
199
|
}, "schema"> & {
|
|
@@ -188,6 +204,7 @@ export declare const asSentinelInstance: {
|
|
|
188
204
|
};
|
|
189
205
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
190
206
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
207
|
+
addToResolvers?: boolean | undefined;
|
|
191
208
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
192
209
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
193
210
|
schema: "network.xyo.sentinel.config";
|
|
@@ -202,6 +219,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
202
219
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
203
220
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
204
221
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
|
+
addToResolvers?: boolean | undefined;
|
|
205
223
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
206
224
|
schema: "network.xyo.module.config";
|
|
207
225
|
}, "schema"> & {
|
|
@@ -211,6 +229,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
211
229
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
212
230
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
213
231
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
|
+
addToResolvers?: boolean | undefined;
|
|
214
233
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
215
234
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
216
235
|
schema: "network.xyo.sentinel.config";
|
|
@@ -225,6 +244,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
225
244
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
226
245
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
227
246
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
|
+
addToResolvers?: boolean | undefined;
|
|
228
248
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
229
249
|
schema: "network.xyo.module.config";
|
|
230
250
|
}, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { SentinelInstance } from './Instance';
|
|
|
2
2
|
import { SentinelModule } from './Module';
|
|
3
3
|
export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
+
addToResolvers?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
6
7
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
7
8
|
schema: "network.xyo.sentinel.config";
|
|
@@ -16,6 +17,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
16
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
17
18
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
|
+
addToResolvers?: boolean | undefined;
|
|
19
21
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
20
22
|
schema: "network.xyo.module.config";
|
|
21
23
|
}, "schema"> & {
|
|
@@ -25,6 +27,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
25
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
26
28
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
27
29
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
30
|
+
addToResolvers?: boolean | undefined;
|
|
28
31
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
29
32
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
30
33
|
schema: "network.xyo.sentinel.config";
|
|
@@ -39,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
39
42
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
40
43
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
41
44
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
|
+
addToResolvers?: boolean | undefined;
|
|
42
46
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
43
47
|
schema: "network.xyo.module.config";
|
|
44
48
|
}, "schema"> & {
|
|
@@ -49,6 +53,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
53
|
export declare const asSentinelModule: {
|
|
50
54
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
55
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
|
+
addToResolvers?: boolean | undefined;
|
|
52
57
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
53
58
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
54
59
|
schema: "network.xyo.sentinel.config";
|
|
@@ -63,6 +68,7 @@ export declare const asSentinelModule: {
|
|
|
63
68
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
64
69
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
65
70
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
|
+
addToResolvers?: boolean | undefined;
|
|
66
72
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
67
73
|
schema: "network.xyo.module.config";
|
|
68
74
|
}, "schema"> & {
|
|
@@ -72,6 +78,7 @@ export declare const asSentinelModule: {
|
|
|
72
78
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
73
79
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
+
addToResolvers?: boolean | undefined;
|
|
75
82
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
76
83
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
77
84
|
schema: "network.xyo.sentinel.config";
|
|
@@ -86,6 +93,7 @@ export declare const asSentinelModule: {
|
|
|
86
93
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
87
94
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
88
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
+
addToResolvers?: boolean | undefined;
|
|
89
97
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
90
98
|
schema: "network.xyo.module.config";
|
|
91
99
|
}, "schema"> & {
|
|
@@ -94,6 +102,7 @@ export declare const asSentinelModule: {
|
|
|
94
102
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
95
103
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
96
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
|
+
addToResolvers?: boolean | undefined;
|
|
97
106
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
98
107
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
99
108
|
schema: "network.xyo.sentinel.config";
|
|
@@ -108,6 +117,7 @@ export declare const asSentinelModule: {
|
|
|
108
117
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
118
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
110
119
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
|
+
addToResolvers?: boolean | undefined;
|
|
111
121
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
122
|
schema: "network.xyo.module.config";
|
|
113
123
|
}, "schema"> & {
|
|
@@ -119,6 +129,7 @@ export declare const asSentinelModule: {
|
|
|
119
129
|
export declare const asSentinelInstance: {
|
|
120
130
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
121
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
132
|
+
addToResolvers?: boolean | undefined;
|
|
122
133
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
123
134
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
124
135
|
schema: "network.xyo.sentinel.config";
|
|
@@ -133,6 +144,7 @@ export declare const asSentinelInstance: {
|
|
|
133
144
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
145
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
146
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
|
+
addToResolvers?: boolean | undefined;
|
|
136
148
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
137
149
|
schema: "network.xyo.module.config";
|
|
138
150
|
}, "schema"> & {
|
|
@@ -142,6 +154,7 @@ export declare const asSentinelInstance: {
|
|
|
142
154
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
143
155
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
156
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
157
|
+
addToResolvers?: boolean | undefined;
|
|
145
158
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
146
159
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
147
160
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +169,7 @@ export declare const asSentinelInstance: {
|
|
|
156
169
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
157
170
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
158
171
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
|
+
addToResolvers?: boolean | undefined;
|
|
159
173
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
160
174
|
schema: "network.xyo.module.config";
|
|
161
175
|
}, "schema"> & {
|
|
@@ -164,6 +178,7 @@ export declare const asSentinelInstance: {
|
|
|
164
178
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
179
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
166
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
|
+
addToResolvers?: boolean | undefined;
|
|
167
182
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
168
183
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
169
184
|
schema: "network.xyo.sentinel.config";
|
|
@@ -178,6 +193,7 @@ export declare const asSentinelInstance: {
|
|
|
178
193
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
179
194
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
180
195
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
|
+
addToResolvers?: boolean | undefined;
|
|
181
197
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
182
198
|
schema: "network.xyo.module.config";
|
|
183
199
|
}, "schema"> & {
|
|
@@ -188,6 +204,7 @@ export declare const asSentinelInstance: {
|
|
|
188
204
|
};
|
|
189
205
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
190
206
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
207
|
+
addToResolvers?: boolean | undefined;
|
|
191
208
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
192
209
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
193
210
|
schema: "network.xyo.sentinel.config";
|
|
@@ -202,6 +219,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
202
219
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
203
220
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
204
221
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
|
+
addToResolvers?: boolean | undefined;
|
|
205
223
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
206
224
|
schema: "network.xyo.module.config";
|
|
207
225
|
}, "schema"> & {
|
|
@@ -211,6 +229,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
211
229
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
212
230
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
213
231
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
|
+
addToResolvers?: boolean | undefined;
|
|
214
233
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
215
234
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
216
235
|
schema: "network.xyo.sentinel.config";
|
|
@@ -225,6 +244,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
225
244
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
226
245
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
227
246
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
|
+
addToResolvers?: boolean | undefined;
|
|
228
248
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
229
249
|
schema: "network.xyo.module.config";
|
|
230
250
|
}, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|
|
@@ -2,6 +2,7 @@ import { SentinelInstance } from './Instance';
|
|
|
2
2
|
import { SentinelModule } from './Module';
|
|
3
3
|
export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
4
4
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
5
|
+
addToResolvers?: boolean | undefined;
|
|
5
6
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
6
7
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
7
8
|
schema: "network.xyo.sentinel.config";
|
|
@@ -16,6 +17,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
16
17
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
17
18
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
18
19
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
20
|
+
addToResolvers?: boolean | undefined;
|
|
19
21
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
20
22
|
schema: "network.xyo.module.config";
|
|
21
23
|
}, "schema"> & {
|
|
@@ -25,6 +27,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
25
27
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>;
|
|
26
28
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
27
29
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
30
|
+
addToResolvers?: boolean | undefined;
|
|
28
31
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
29
32
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
30
33
|
schema: "network.xyo.sentinel.config";
|
|
@@ -39,6 +42,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
39
42
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
40
43
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
41
44
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
45
|
+
addToResolvers?: boolean | undefined;
|
|
42
46
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
43
47
|
schema: "network.xyo.module.config";
|
|
44
48
|
}, "schema"> & {
|
|
@@ -49,6 +53,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
49
53
|
export declare const asSentinelModule: {
|
|
50
54
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
51
55
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
56
|
+
addToResolvers?: boolean | undefined;
|
|
52
57
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
53
58
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
54
59
|
schema: "network.xyo.sentinel.config";
|
|
@@ -63,6 +68,7 @@ export declare const asSentinelModule: {
|
|
|
63
68
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
64
69
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
65
70
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
71
|
+
addToResolvers?: boolean | undefined;
|
|
66
72
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
67
73
|
schema: "network.xyo.module.config";
|
|
68
74
|
}, "schema"> & {
|
|
@@ -72,6 +78,7 @@ export declare const asSentinelModule: {
|
|
|
72
78
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
73
79
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
74
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
81
|
+
addToResolvers?: boolean | undefined;
|
|
75
82
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
76
83
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
77
84
|
schema: "network.xyo.sentinel.config";
|
|
@@ -86,6 +93,7 @@ export declare const asSentinelModule: {
|
|
|
86
93
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
87
94
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
88
95
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
96
|
+
addToResolvers?: boolean | undefined;
|
|
89
97
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
90
98
|
schema: "network.xyo.module.config";
|
|
91
99
|
}, "schema"> & {
|
|
@@ -94,6 +102,7 @@ export declare const asSentinelModule: {
|
|
|
94
102
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
95
103
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
96
104
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
105
|
+
addToResolvers?: boolean | undefined;
|
|
97
106
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
98
107
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
99
108
|
schema: "network.xyo.sentinel.config";
|
|
@@ -108,6 +117,7 @@ export declare const asSentinelModule: {
|
|
|
108
117
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
109
118
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
110
119
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
120
|
+
addToResolvers?: boolean | undefined;
|
|
111
121
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
112
122
|
schema: "network.xyo.module.config";
|
|
113
123
|
}, "schema"> & {
|
|
@@ -119,6 +129,7 @@ export declare const asSentinelModule: {
|
|
|
119
129
|
export declare const asSentinelInstance: {
|
|
120
130
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
121
131
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
132
|
+
addToResolvers?: boolean | undefined;
|
|
122
133
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
123
134
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
124
135
|
schema: "network.xyo.sentinel.config";
|
|
@@ -133,6 +144,7 @@ export declare const asSentinelInstance: {
|
|
|
133
144
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
134
145
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
135
146
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
147
|
+
addToResolvers?: boolean | undefined;
|
|
136
148
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
137
149
|
schema: "network.xyo.module.config";
|
|
138
150
|
}, "schema"> & {
|
|
@@ -142,6 +154,7 @@ export declare const asSentinelInstance: {
|
|
|
142
154
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, config?: import("@xylabs/object").TypeCheckConfig | undefined): TType | undefined;
|
|
143
155
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
144
156
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
157
|
+
addToResolvers?: boolean | undefined;
|
|
145
158
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
146
159
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
147
160
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +169,7 @@ export declare const asSentinelInstance: {
|
|
|
156
169
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
157
170
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
158
171
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
172
|
+
addToResolvers?: boolean | undefined;
|
|
159
173
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
160
174
|
schema: "network.xyo.module.config";
|
|
161
175
|
}, "schema"> & {
|
|
@@ -164,6 +178,7 @@ export declare const asSentinelInstance: {
|
|
|
164
178
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
165
179
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
166
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
181
|
+
addToResolvers?: boolean | undefined;
|
|
167
182
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
168
183
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
169
184
|
schema: "network.xyo.sentinel.config";
|
|
@@ -178,6 +193,7 @@ export declare const asSentinelInstance: {
|
|
|
178
193
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
179
194
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
180
195
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
196
|
+
addToResolvers?: boolean | undefined;
|
|
181
197
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
182
198
|
schema: "network.xyo.module.config";
|
|
183
199
|
}, "schema"> & {
|
|
@@ -188,6 +204,7 @@ export declare const asSentinelInstance: {
|
|
|
188
204
|
};
|
|
189
205
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
190
206
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
207
|
+
addToResolvers?: boolean | undefined;
|
|
191
208
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
192
209
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
193
210
|
schema: "network.xyo.sentinel.config";
|
|
@@ -202,6 +219,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
202
219
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
203
220
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
204
221
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
222
|
+
addToResolvers?: boolean | undefined;
|
|
205
223
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
206
224
|
schema: "network.xyo.module.config";
|
|
207
225
|
}, "schema"> & {
|
|
@@ -211,6 +229,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
211
229
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>) => R) => R | undefined;
|
|
212
230
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
213
231
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
232
|
+
addToResolvers?: boolean | undefined;
|
|
214
233
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
|
|
215
234
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
216
235
|
schema: "network.xyo.sentinel.config";
|
|
@@ -225,6 +244,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
225
244
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
226
245
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
227
246
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
247
|
+
addToResolvers?: boolean | undefined;
|
|
228
248
|
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
|
|
229
249
|
schema: "network.xyo.module.config";
|
|
230
250
|
}, "schema"> & {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB
|
|
1
|
+
{"version":3,"file":"typeChecks.d.ts","sourceRoot":"","sources":["../../src/typeChecks.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,gBAAgB,EAAE,MAAM,YAAY,CAAA;AAC7C,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAGzC,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;kEAA+F,CAAA;AAC9H,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;kEAA4E,CAAA;AAEzG,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA2C,CAAA;AACxE,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAA6C,CAAA;AAC5E,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;yFAAuC,CAAA;AACtE,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;yFAAyC,CAAA"}
|
package/package.json
CHANGED
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
"@xylabs/hex": "^3.0.24",
|
|
14
14
|
"@xylabs/object": "^3.0.24",
|
|
15
15
|
"@xylabs/promise": "^3.0.24",
|
|
16
|
-
"@xyo-network/archivist-model": "~2.93.
|
|
17
|
-
"@xyo-network/boundwitness-model": "~2.93.
|
|
18
|
-
"@xyo-network/diviner-model": "~2.93.
|
|
19
|
-
"@xyo-network/module-events": "~2.93.
|
|
20
|
-
"@xyo-network/module-model": "~2.93.
|
|
21
|
-
"@xyo-network/payload-model": "~2.93.
|
|
22
|
-
"@xyo-network/witness-model": "~2.93.
|
|
16
|
+
"@xyo-network/archivist-model": "~2.93.4",
|
|
17
|
+
"@xyo-network/boundwitness-model": "~2.93.4",
|
|
18
|
+
"@xyo-network/diviner-model": "~2.93.4",
|
|
19
|
+
"@xyo-network/module-events": "~2.93.4",
|
|
20
|
+
"@xyo-network/module-model": "~2.93.4",
|
|
21
|
+
"@xyo-network/payload-model": "~2.93.4",
|
|
22
|
+
"@xyo-network/witness-model": "~2.93.4"
|
|
23
23
|
},
|
|
24
24
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
25
25
|
"devDependencies": {
|
|
@@ -65,6 +65,6 @@
|
|
|
65
65
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
66
66
|
},
|
|
67
67
|
"sideEffects": false,
|
|
68
|
-
"version": "2.93.
|
|
68
|
+
"version": "2.93.4",
|
|
69
69
|
"type": "module"
|
|
70
70
|
}
|