@xyo-network/sentinel-model 2.94.34 → 2.94.35
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 +9 -9
|
@@ -3,6 +3,7 @@ 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
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
8
9
|
schema: "network.xyo.sentinel.config";
|
|
@@ -19,6 +20,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
19
20
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
20
21
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
21
22
|
addToResolvers?: boolean | undefined;
|
|
23
|
+
allowNameResolution?: boolean | undefined;
|
|
22
24
|
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 & {
|
|
23
25
|
schema: "network.xyo.module.config";
|
|
24
26
|
}, "schema"> & {
|
|
@@ -30,6 +32,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
30
32
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
33
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
34
|
addToResolvers?: boolean | undefined;
|
|
35
|
+
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
35
38
|
schema: "network.xyo.sentinel.config";
|
|
@@ -46,6 +49,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
46
49
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
allowNameResolution?: boolean | undefined;
|
|
49
53
|
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 & {
|
|
50
54
|
schema: "network.xyo.module.config";
|
|
51
55
|
}, "schema"> & {
|
|
@@ -58,6 +62,7 @@ export declare const asSentinelModule: {
|
|
|
58
62
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
59
63
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
60
64
|
addToResolvers?: boolean | undefined;
|
|
65
|
+
allowNameResolution?: boolean | undefined;
|
|
61
66
|
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 & {
|
|
62
67
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
63
68
|
schema: "network.xyo.sentinel.config";
|
|
@@ -74,6 +79,7 @@ export declare const asSentinelModule: {
|
|
|
74
79
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
75
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
76
81
|
addToResolvers?: boolean | undefined;
|
|
82
|
+
allowNameResolution?: boolean | undefined;
|
|
77
83
|
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 & {
|
|
78
84
|
schema: "network.xyo.module.config";
|
|
79
85
|
}, "schema"> & {
|
|
@@ -85,6 +91,7 @@ export declare const asSentinelModule: {
|
|
|
85
91
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
92
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
93
|
addToResolvers?: boolean | undefined;
|
|
94
|
+
allowNameResolution?: boolean | undefined;
|
|
88
95
|
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 & {
|
|
89
96
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
90
97
|
schema: "network.xyo.sentinel.config";
|
|
@@ -101,6 +108,7 @@ export declare const asSentinelModule: {
|
|
|
101
108
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
102
109
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
103
110
|
addToResolvers?: boolean | undefined;
|
|
111
|
+
allowNameResolution?: boolean | undefined;
|
|
104
112
|
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 & {
|
|
105
113
|
schema: "network.xyo.module.config";
|
|
106
114
|
}, "schema"> & {
|
|
@@ -111,6 +119,7 @@ export declare const asSentinelModule: {
|
|
|
111
119
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
112
120
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
121
|
addToResolvers?: boolean | undefined;
|
|
122
|
+
allowNameResolution?: boolean | undefined;
|
|
114
123
|
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 & {
|
|
115
124
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
116
125
|
schema: "network.xyo.sentinel.config";
|
|
@@ -127,6 +136,7 @@ export declare const asSentinelModule: {
|
|
|
127
136
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
128
137
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
129
138
|
addToResolvers?: boolean | undefined;
|
|
139
|
+
allowNameResolution?: boolean | undefined;
|
|
130
140
|
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 & {
|
|
131
141
|
schema: "network.xyo.module.config";
|
|
132
142
|
}, "schema"> & {
|
|
@@ -140,6 +150,7 @@ export declare const asSentinelInstance: {
|
|
|
140
150
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
151
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
152
|
addToResolvers?: boolean | undefined;
|
|
153
|
+
allowNameResolution?: boolean | undefined;
|
|
143
154
|
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 & {
|
|
144
155
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
145
156
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +167,7 @@ export declare const asSentinelInstance: {
|
|
|
156
167
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
157
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
158
169
|
addToResolvers?: boolean | undefined;
|
|
170
|
+
allowNameResolution?: boolean | undefined;
|
|
159
171
|
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
172
|
schema: "network.xyo.module.config";
|
|
161
173
|
}, "schema"> & {
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
168
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
181
|
addToResolvers?: boolean | undefined;
|
|
182
|
+
allowNameResolution?: boolean | undefined;
|
|
170
183
|
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 & {
|
|
171
184
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
172
185
|
schema: "network.xyo.sentinel.config";
|
|
@@ -183,6 +196,7 @@ export declare const asSentinelInstance: {
|
|
|
183
196
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
184
197
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
185
198
|
addToResolvers?: boolean | undefined;
|
|
199
|
+
allowNameResolution?: boolean | undefined;
|
|
186
200
|
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 & {
|
|
187
201
|
schema: "network.xyo.module.config";
|
|
188
202
|
}, "schema"> & {
|
|
@@ -193,6 +207,7 @@ export declare const asSentinelInstance: {
|
|
|
193
207
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
194
208
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
195
209
|
addToResolvers?: boolean | undefined;
|
|
210
|
+
allowNameResolution?: boolean | undefined;
|
|
196
211
|
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 & {
|
|
197
212
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
198
213
|
schema: "network.xyo.sentinel.config";
|
|
@@ -209,6 +224,7 @@ export declare const asSentinelInstance: {
|
|
|
209
224
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
210
225
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
211
226
|
addToResolvers?: boolean | undefined;
|
|
227
|
+
allowNameResolution?: boolean | undefined;
|
|
212
228
|
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 & {
|
|
213
229
|
schema: "network.xyo.module.config";
|
|
214
230
|
}, "schema"> & {
|
|
@@ -221,6 +237,7 @@ export declare const asSentinelInstance: {
|
|
|
221
237
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
222
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
223
239
|
addToResolvers?: boolean | undefined;
|
|
240
|
+
allowNameResolution?: boolean | undefined;
|
|
224
241
|
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 & {
|
|
225
242
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
226
243
|
schema: "network.xyo.sentinel.config";
|
|
@@ -237,6 +254,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
237
254
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
238
255
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
256
|
addToResolvers?: boolean | undefined;
|
|
257
|
+
allowNameResolution?: boolean | undefined;
|
|
240
258
|
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 & {
|
|
241
259
|
schema: "network.xyo.module.config";
|
|
242
260
|
}, "schema"> & {
|
|
@@ -248,6 +266,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
248
266
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
267
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
268
|
addToResolvers?: boolean | undefined;
|
|
269
|
+
allowNameResolution?: boolean | undefined;
|
|
251
270
|
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 & {
|
|
252
271
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
253
272
|
schema: "network.xyo.sentinel.config";
|
|
@@ -264,6 +283,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
264
283
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
265
284
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
266
285
|
addToResolvers?: boolean | undefined;
|
|
286
|
+
allowNameResolution?: boolean | undefined;
|
|
267
287
|
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 & {
|
|
268
288
|
schema: "network.xyo.module.config";
|
|
269
289
|
}, "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"}
|
|
@@ -3,6 +3,7 @@ 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
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
8
9
|
schema: "network.xyo.sentinel.config";
|
|
@@ -19,6 +20,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
19
20
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
20
21
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
21
22
|
addToResolvers?: boolean | undefined;
|
|
23
|
+
allowNameResolution?: boolean | undefined;
|
|
22
24
|
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 & {
|
|
23
25
|
schema: "network.xyo.module.config";
|
|
24
26
|
}, "schema"> & {
|
|
@@ -30,6 +32,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
30
32
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
33
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
34
|
addToResolvers?: boolean | undefined;
|
|
35
|
+
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
35
38
|
schema: "network.xyo.sentinel.config";
|
|
@@ -46,6 +49,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
46
49
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
allowNameResolution?: boolean | undefined;
|
|
49
53
|
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 & {
|
|
50
54
|
schema: "network.xyo.module.config";
|
|
51
55
|
}, "schema"> & {
|
|
@@ -58,6 +62,7 @@ export declare const asSentinelModule: {
|
|
|
58
62
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
59
63
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
60
64
|
addToResolvers?: boolean | undefined;
|
|
65
|
+
allowNameResolution?: boolean | undefined;
|
|
61
66
|
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 & {
|
|
62
67
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
63
68
|
schema: "network.xyo.sentinel.config";
|
|
@@ -74,6 +79,7 @@ export declare const asSentinelModule: {
|
|
|
74
79
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
75
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
76
81
|
addToResolvers?: boolean | undefined;
|
|
82
|
+
allowNameResolution?: boolean | undefined;
|
|
77
83
|
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 & {
|
|
78
84
|
schema: "network.xyo.module.config";
|
|
79
85
|
}, "schema"> & {
|
|
@@ -85,6 +91,7 @@ export declare const asSentinelModule: {
|
|
|
85
91
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
92
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
93
|
addToResolvers?: boolean | undefined;
|
|
94
|
+
allowNameResolution?: boolean | undefined;
|
|
88
95
|
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 & {
|
|
89
96
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
90
97
|
schema: "network.xyo.sentinel.config";
|
|
@@ -101,6 +108,7 @@ export declare const asSentinelModule: {
|
|
|
101
108
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
102
109
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
103
110
|
addToResolvers?: boolean | undefined;
|
|
111
|
+
allowNameResolution?: boolean | undefined;
|
|
104
112
|
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 & {
|
|
105
113
|
schema: "network.xyo.module.config";
|
|
106
114
|
}, "schema"> & {
|
|
@@ -111,6 +119,7 @@ export declare const asSentinelModule: {
|
|
|
111
119
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
112
120
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
121
|
addToResolvers?: boolean | undefined;
|
|
122
|
+
allowNameResolution?: boolean | undefined;
|
|
114
123
|
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 & {
|
|
115
124
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
116
125
|
schema: "network.xyo.sentinel.config";
|
|
@@ -127,6 +136,7 @@ export declare const asSentinelModule: {
|
|
|
127
136
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
128
137
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
129
138
|
addToResolvers?: boolean | undefined;
|
|
139
|
+
allowNameResolution?: boolean | undefined;
|
|
130
140
|
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 & {
|
|
131
141
|
schema: "network.xyo.module.config";
|
|
132
142
|
}, "schema"> & {
|
|
@@ -140,6 +150,7 @@ export declare const asSentinelInstance: {
|
|
|
140
150
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
151
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
152
|
addToResolvers?: boolean | undefined;
|
|
153
|
+
allowNameResolution?: boolean | undefined;
|
|
143
154
|
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 & {
|
|
144
155
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
145
156
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +167,7 @@ export declare const asSentinelInstance: {
|
|
|
156
167
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
157
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
158
169
|
addToResolvers?: boolean | undefined;
|
|
170
|
+
allowNameResolution?: boolean | undefined;
|
|
159
171
|
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
172
|
schema: "network.xyo.module.config";
|
|
161
173
|
}, "schema"> & {
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
168
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
181
|
addToResolvers?: boolean | undefined;
|
|
182
|
+
allowNameResolution?: boolean | undefined;
|
|
170
183
|
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 & {
|
|
171
184
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
172
185
|
schema: "network.xyo.sentinel.config";
|
|
@@ -183,6 +196,7 @@ export declare const asSentinelInstance: {
|
|
|
183
196
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
184
197
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
185
198
|
addToResolvers?: boolean | undefined;
|
|
199
|
+
allowNameResolution?: boolean | undefined;
|
|
186
200
|
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 & {
|
|
187
201
|
schema: "network.xyo.module.config";
|
|
188
202
|
}, "schema"> & {
|
|
@@ -193,6 +207,7 @@ export declare const asSentinelInstance: {
|
|
|
193
207
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
194
208
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
195
209
|
addToResolvers?: boolean | undefined;
|
|
210
|
+
allowNameResolution?: boolean | undefined;
|
|
196
211
|
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 & {
|
|
197
212
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
198
213
|
schema: "network.xyo.sentinel.config";
|
|
@@ -209,6 +224,7 @@ export declare const asSentinelInstance: {
|
|
|
209
224
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
210
225
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
211
226
|
addToResolvers?: boolean | undefined;
|
|
227
|
+
allowNameResolution?: boolean | undefined;
|
|
212
228
|
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 & {
|
|
213
229
|
schema: "network.xyo.module.config";
|
|
214
230
|
}, "schema"> & {
|
|
@@ -221,6 +237,7 @@ export declare const asSentinelInstance: {
|
|
|
221
237
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
222
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
223
239
|
addToResolvers?: boolean | undefined;
|
|
240
|
+
allowNameResolution?: boolean | undefined;
|
|
224
241
|
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 & {
|
|
225
242
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
226
243
|
schema: "network.xyo.sentinel.config";
|
|
@@ -237,6 +254,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
237
254
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
238
255
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
256
|
addToResolvers?: boolean | undefined;
|
|
257
|
+
allowNameResolution?: boolean | undefined;
|
|
240
258
|
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 & {
|
|
241
259
|
schema: "network.xyo.module.config";
|
|
242
260
|
}, "schema"> & {
|
|
@@ -248,6 +266,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
248
266
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
267
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
268
|
addToResolvers?: boolean | undefined;
|
|
269
|
+
allowNameResolution?: boolean | undefined;
|
|
251
270
|
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 & {
|
|
252
271
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
253
272
|
schema: "network.xyo.sentinel.config";
|
|
@@ -264,6 +283,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
264
283
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
265
284
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
266
285
|
addToResolvers?: boolean | undefined;
|
|
286
|
+
allowNameResolution?: boolean | undefined;
|
|
267
287
|
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 & {
|
|
268
288
|
schema: "network.xyo.module.config";
|
|
269
289
|
}, "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"}
|
|
@@ -3,6 +3,7 @@ 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
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
8
9
|
schema: "network.xyo.sentinel.config";
|
|
@@ -19,6 +20,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
19
20
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
20
21
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
21
22
|
addToResolvers?: boolean | undefined;
|
|
23
|
+
allowNameResolution?: boolean | undefined;
|
|
22
24
|
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 & {
|
|
23
25
|
schema: "network.xyo.module.config";
|
|
24
26
|
}, "schema"> & {
|
|
@@ -30,6 +32,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
30
32
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
33
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
34
|
addToResolvers?: boolean | undefined;
|
|
35
|
+
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
35
38
|
schema: "network.xyo.sentinel.config";
|
|
@@ -46,6 +49,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
46
49
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
allowNameResolution?: boolean | undefined;
|
|
49
53
|
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 & {
|
|
50
54
|
schema: "network.xyo.module.config";
|
|
51
55
|
}, "schema"> & {
|
|
@@ -58,6 +62,7 @@ export declare const asSentinelModule: {
|
|
|
58
62
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
59
63
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
60
64
|
addToResolvers?: boolean | undefined;
|
|
65
|
+
allowNameResolution?: boolean | undefined;
|
|
61
66
|
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 & {
|
|
62
67
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
63
68
|
schema: "network.xyo.sentinel.config";
|
|
@@ -74,6 +79,7 @@ export declare const asSentinelModule: {
|
|
|
74
79
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
75
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
76
81
|
addToResolvers?: boolean | undefined;
|
|
82
|
+
allowNameResolution?: boolean | undefined;
|
|
77
83
|
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 & {
|
|
78
84
|
schema: "network.xyo.module.config";
|
|
79
85
|
}, "schema"> & {
|
|
@@ -85,6 +91,7 @@ export declare const asSentinelModule: {
|
|
|
85
91
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
92
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
93
|
addToResolvers?: boolean | undefined;
|
|
94
|
+
allowNameResolution?: boolean | undefined;
|
|
88
95
|
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 & {
|
|
89
96
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
90
97
|
schema: "network.xyo.sentinel.config";
|
|
@@ -101,6 +108,7 @@ export declare const asSentinelModule: {
|
|
|
101
108
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
102
109
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
103
110
|
addToResolvers?: boolean | undefined;
|
|
111
|
+
allowNameResolution?: boolean | undefined;
|
|
104
112
|
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 & {
|
|
105
113
|
schema: "network.xyo.module.config";
|
|
106
114
|
}, "schema"> & {
|
|
@@ -111,6 +119,7 @@ export declare const asSentinelModule: {
|
|
|
111
119
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
112
120
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
121
|
addToResolvers?: boolean | undefined;
|
|
122
|
+
allowNameResolution?: boolean | undefined;
|
|
114
123
|
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 & {
|
|
115
124
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
116
125
|
schema: "network.xyo.sentinel.config";
|
|
@@ -127,6 +136,7 @@ export declare const asSentinelModule: {
|
|
|
127
136
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
128
137
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
129
138
|
addToResolvers?: boolean | undefined;
|
|
139
|
+
allowNameResolution?: boolean | undefined;
|
|
130
140
|
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 & {
|
|
131
141
|
schema: "network.xyo.module.config";
|
|
132
142
|
}, "schema"> & {
|
|
@@ -140,6 +150,7 @@ export declare const asSentinelInstance: {
|
|
|
140
150
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
151
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
152
|
addToResolvers?: boolean | undefined;
|
|
153
|
+
allowNameResolution?: boolean | undefined;
|
|
143
154
|
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 & {
|
|
144
155
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
145
156
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +167,7 @@ export declare const asSentinelInstance: {
|
|
|
156
167
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
157
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
158
169
|
addToResolvers?: boolean | undefined;
|
|
170
|
+
allowNameResolution?: boolean | undefined;
|
|
159
171
|
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
172
|
schema: "network.xyo.module.config";
|
|
161
173
|
}, "schema"> & {
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
168
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
181
|
addToResolvers?: boolean | undefined;
|
|
182
|
+
allowNameResolution?: boolean | undefined;
|
|
170
183
|
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 & {
|
|
171
184
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
172
185
|
schema: "network.xyo.sentinel.config";
|
|
@@ -183,6 +196,7 @@ export declare const asSentinelInstance: {
|
|
|
183
196
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
184
197
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
185
198
|
addToResolvers?: boolean | undefined;
|
|
199
|
+
allowNameResolution?: boolean | undefined;
|
|
186
200
|
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 & {
|
|
187
201
|
schema: "network.xyo.module.config";
|
|
188
202
|
}, "schema"> & {
|
|
@@ -193,6 +207,7 @@ export declare const asSentinelInstance: {
|
|
|
193
207
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
194
208
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
195
209
|
addToResolvers?: boolean | undefined;
|
|
210
|
+
allowNameResolution?: boolean | undefined;
|
|
196
211
|
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 & {
|
|
197
212
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
198
213
|
schema: "network.xyo.sentinel.config";
|
|
@@ -209,6 +224,7 @@ export declare const asSentinelInstance: {
|
|
|
209
224
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
210
225
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
211
226
|
addToResolvers?: boolean | undefined;
|
|
227
|
+
allowNameResolution?: boolean | undefined;
|
|
212
228
|
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 & {
|
|
213
229
|
schema: "network.xyo.module.config";
|
|
214
230
|
}, "schema"> & {
|
|
@@ -221,6 +237,7 @@ export declare const asSentinelInstance: {
|
|
|
221
237
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
222
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
223
239
|
addToResolvers?: boolean | undefined;
|
|
240
|
+
allowNameResolution?: boolean | undefined;
|
|
224
241
|
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 & {
|
|
225
242
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
226
243
|
schema: "network.xyo.sentinel.config";
|
|
@@ -237,6 +254,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
237
254
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
238
255
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
256
|
addToResolvers?: boolean | undefined;
|
|
257
|
+
allowNameResolution?: boolean | undefined;
|
|
240
258
|
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 & {
|
|
241
259
|
schema: "network.xyo.module.config";
|
|
242
260
|
}, "schema"> & {
|
|
@@ -248,6 +266,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
248
266
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
267
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
268
|
addToResolvers?: boolean | undefined;
|
|
269
|
+
allowNameResolution?: boolean | undefined;
|
|
251
270
|
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 & {
|
|
252
271
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
253
272
|
schema: "network.xyo.sentinel.config";
|
|
@@ -264,6 +283,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
264
283
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
265
284
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
266
285
|
addToResolvers?: boolean | undefined;
|
|
286
|
+
allowNameResolution?: boolean | undefined;
|
|
267
287
|
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 & {
|
|
268
288
|
schema: "network.xyo.module.config";
|
|
269
289
|
}, "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"}
|
|
@@ -3,6 +3,7 @@ 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
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
8
9
|
schema: "network.xyo.sentinel.config";
|
|
@@ -19,6 +20,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
19
20
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
20
21
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
21
22
|
addToResolvers?: boolean | undefined;
|
|
23
|
+
allowNameResolution?: boolean | undefined;
|
|
22
24
|
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 & {
|
|
23
25
|
schema: "network.xyo.module.config";
|
|
24
26
|
}, "schema"> & {
|
|
@@ -30,6 +32,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
30
32
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
33
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
34
|
addToResolvers?: boolean | undefined;
|
|
35
|
+
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
35
38
|
schema: "network.xyo.sentinel.config";
|
|
@@ -46,6 +49,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
46
49
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
allowNameResolution?: boolean | undefined;
|
|
49
53
|
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 & {
|
|
50
54
|
schema: "network.xyo.module.config";
|
|
51
55
|
}, "schema"> & {
|
|
@@ -58,6 +62,7 @@ export declare const asSentinelModule: {
|
|
|
58
62
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
59
63
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
60
64
|
addToResolvers?: boolean | undefined;
|
|
65
|
+
allowNameResolution?: boolean | undefined;
|
|
61
66
|
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 & {
|
|
62
67
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
63
68
|
schema: "network.xyo.sentinel.config";
|
|
@@ -74,6 +79,7 @@ export declare const asSentinelModule: {
|
|
|
74
79
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
75
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
76
81
|
addToResolvers?: boolean | undefined;
|
|
82
|
+
allowNameResolution?: boolean | undefined;
|
|
77
83
|
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 & {
|
|
78
84
|
schema: "network.xyo.module.config";
|
|
79
85
|
}, "schema"> & {
|
|
@@ -85,6 +91,7 @@ export declare const asSentinelModule: {
|
|
|
85
91
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
92
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
93
|
addToResolvers?: boolean | undefined;
|
|
94
|
+
allowNameResolution?: boolean | undefined;
|
|
88
95
|
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 & {
|
|
89
96
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
90
97
|
schema: "network.xyo.sentinel.config";
|
|
@@ -101,6 +108,7 @@ export declare const asSentinelModule: {
|
|
|
101
108
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
102
109
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
103
110
|
addToResolvers?: boolean | undefined;
|
|
111
|
+
allowNameResolution?: boolean | undefined;
|
|
104
112
|
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 & {
|
|
105
113
|
schema: "network.xyo.module.config";
|
|
106
114
|
}, "schema"> & {
|
|
@@ -111,6 +119,7 @@ export declare const asSentinelModule: {
|
|
|
111
119
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
112
120
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
121
|
addToResolvers?: boolean | undefined;
|
|
122
|
+
allowNameResolution?: boolean | undefined;
|
|
114
123
|
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 & {
|
|
115
124
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
116
125
|
schema: "network.xyo.sentinel.config";
|
|
@@ -127,6 +136,7 @@ export declare const asSentinelModule: {
|
|
|
127
136
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
128
137
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
129
138
|
addToResolvers?: boolean | undefined;
|
|
139
|
+
allowNameResolution?: boolean | undefined;
|
|
130
140
|
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 & {
|
|
131
141
|
schema: "network.xyo.module.config";
|
|
132
142
|
}, "schema"> & {
|
|
@@ -140,6 +150,7 @@ export declare const asSentinelInstance: {
|
|
|
140
150
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
151
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
152
|
addToResolvers?: boolean | undefined;
|
|
153
|
+
allowNameResolution?: boolean | undefined;
|
|
143
154
|
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 & {
|
|
144
155
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
145
156
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +167,7 @@ export declare const asSentinelInstance: {
|
|
|
156
167
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
157
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
158
169
|
addToResolvers?: boolean | undefined;
|
|
170
|
+
allowNameResolution?: boolean | undefined;
|
|
159
171
|
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
172
|
schema: "network.xyo.module.config";
|
|
161
173
|
}, "schema"> & {
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
168
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
181
|
addToResolvers?: boolean | undefined;
|
|
182
|
+
allowNameResolution?: boolean | undefined;
|
|
170
183
|
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 & {
|
|
171
184
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
172
185
|
schema: "network.xyo.sentinel.config";
|
|
@@ -183,6 +196,7 @@ export declare const asSentinelInstance: {
|
|
|
183
196
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
184
197
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
185
198
|
addToResolvers?: boolean | undefined;
|
|
199
|
+
allowNameResolution?: boolean | undefined;
|
|
186
200
|
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 & {
|
|
187
201
|
schema: "network.xyo.module.config";
|
|
188
202
|
}, "schema"> & {
|
|
@@ -193,6 +207,7 @@ export declare const asSentinelInstance: {
|
|
|
193
207
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
194
208
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
195
209
|
addToResolvers?: boolean | undefined;
|
|
210
|
+
allowNameResolution?: boolean | undefined;
|
|
196
211
|
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 & {
|
|
197
212
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
198
213
|
schema: "network.xyo.sentinel.config";
|
|
@@ -209,6 +224,7 @@ export declare const asSentinelInstance: {
|
|
|
209
224
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
210
225
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
211
226
|
addToResolvers?: boolean | undefined;
|
|
227
|
+
allowNameResolution?: boolean | undefined;
|
|
212
228
|
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 & {
|
|
213
229
|
schema: "network.xyo.module.config";
|
|
214
230
|
}, "schema"> & {
|
|
@@ -221,6 +237,7 @@ export declare const asSentinelInstance: {
|
|
|
221
237
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
222
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
223
239
|
addToResolvers?: boolean | undefined;
|
|
240
|
+
allowNameResolution?: boolean | undefined;
|
|
224
241
|
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 & {
|
|
225
242
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
226
243
|
schema: "network.xyo.sentinel.config";
|
|
@@ -237,6 +254,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
237
254
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
238
255
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
256
|
addToResolvers?: boolean | undefined;
|
|
257
|
+
allowNameResolution?: boolean | undefined;
|
|
240
258
|
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 & {
|
|
241
259
|
schema: "network.xyo.module.config";
|
|
242
260
|
}, "schema"> & {
|
|
@@ -248,6 +266,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
248
266
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
267
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
268
|
addToResolvers?: boolean | undefined;
|
|
269
|
+
allowNameResolution?: boolean | undefined;
|
|
251
270
|
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 & {
|
|
252
271
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
253
272
|
schema: "network.xyo.sentinel.config";
|
|
@@ -264,6 +283,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
264
283
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
265
284
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
266
285
|
addToResolvers?: boolean | undefined;
|
|
286
|
+
allowNameResolution?: boolean | undefined;
|
|
267
287
|
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 & {
|
|
268
288
|
schema: "network.xyo.module.config";
|
|
269
289
|
}, "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"}
|
|
@@ -3,6 +3,7 @@ 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
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
8
9
|
schema: "network.xyo.sentinel.config";
|
|
@@ -19,6 +20,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
19
20
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
20
21
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
21
22
|
addToResolvers?: boolean | undefined;
|
|
23
|
+
allowNameResolution?: boolean | undefined;
|
|
22
24
|
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 & {
|
|
23
25
|
schema: "network.xyo.module.config";
|
|
24
26
|
}, "schema"> & {
|
|
@@ -30,6 +32,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
30
32
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
33
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
34
|
addToResolvers?: boolean | undefined;
|
|
35
|
+
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
35
38
|
schema: "network.xyo.sentinel.config";
|
|
@@ -46,6 +49,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
46
49
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
allowNameResolution?: boolean | undefined;
|
|
49
53
|
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 & {
|
|
50
54
|
schema: "network.xyo.module.config";
|
|
51
55
|
}, "schema"> & {
|
|
@@ -58,6 +62,7 @@ export declare const asSentinelModule: {
|
|
|
58
62
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
59
63
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
60
64
|
addToResolvers?: boolean | undefined;
|
|
65
|
+
allowNameResolution?: boolean | undefined;
|
|
61
66
|
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 & {
|
|
62
67
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
63
68
|
schema: "network.xyo.sentinel.config";
|
|
@@ -74,6 +79,7 @@ export declare const asSentinelModule: {
|
|
|
74
79
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
75
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
76
81
|
addToResolvers?: boolean | undefined;
|
|
82
|
+
allowNameResolution?: boolean | undefined;
|
|
77
83
|
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 & {
|
|
78
84
|
schema: "network.xyo.module.config";
|
|
79
85
|
}, "schema"> & {
|
|
@@ -85,6 +91,7 @@ export declare const asSentinelModule: {
|
|
|
85
91
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
92
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
93
|
addToResolvers?: boolean | undefined;
|
|
94
|
+
allowNameResolution?: boolean | undefined;
|
|
88
95
|
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 & {
|
|
89
96
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
90
97
|
schema: "network.xyo.sentinel.config";
|
|
@@ -101,6 +108,7 @@ export declare const asSentinelModule: {
|
|
|
101
108
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
102
109
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
103
110
|
addToResolvers?: boolean | undefined;
|
|
111
|
+
allowNameResolution?: boolean | undefined;
|
|
104
112
|
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 & {
|
|
105
113
|
schema: "network.xyo.module.config";
|
|
106
114
|
}, "schema"> & {
|
|
@@ -111,6 +119,7 @@ export declare const asSentinelModule: {
|
|
|
111
119
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
112
120
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
121
|
addToResolvers?: boolean | undefined;
|
|
122
|
+
allowNameResolution?: boolean | undefined;
|
|
114
123
|
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 & {
|
|
115
124
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
116
125
|
schema: "network.xyo.sentinel.config";
|
|
@@ -127,6 +136,7 @@ export declare const asSentinelModule: {
|
|
|
127
136
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
128
137
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
129
138
|
addToResolvers?: boolean | undefined;
|
|
139
|
+
allowNameResolution?: boolean | undefined;
|
|
130
140
|
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 & {
|
|
131
141
|
schema: "network.xyo.module.config";
|
|
132
142
|
}, "schema"> & {
|
|
@@ -140,6 +150,7 @@ export declare const asSentinelInstance: {
|
|
|
140
150
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
151
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
152
|
addToResolvers?: boolean | undefined;
|
|
153
|
+
allowNameResolution?: boolean | undefined;
|
|
143
154
|
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 & {
|
|
144
155
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
145
156
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +167,7 @@ export declare const asSentinelInstance: {
|
|
|
156
167
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
157
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
158
169
|
addToResolvers?: boolean | undefined;
|
|
170
|
+
allowNameResolution?: boolean | undefined;
|
|
159
171
|
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
172
|
schema: "network.xyo.module.config";
|
|
161
173
|
}, "schema"> & {
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
168
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
181
|
addToResolvers?: boolean | undefined;
|
|
182
|
+
allowNameResolution?: boolean | undefined;
|
|
170
183
|
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 & {
|
|
171
184
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
172
185
|
schema: "network.xyo.sentinel.config";
|
|
@@ -183,6 +196,7 @@ export declare const asSentinelInstance: {
|
|
|
183
196
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
184
197
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
185
198
|
addToResolvers?: boolean | undefined;
|
|
199
|
+
allowNameResolution?: boolean | undefined;
|
|
186
200
|
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 & {
|
|
187
201
|
schema: "network.xyo.module.config";
|
|
188
202
|
}, "schema"> & {
|
|
@@ -193,6 +207,7 @@ export declare const asSentinelInstance: {
|
|
|
193
207
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
194
208
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
195
209
|
addToResolvers?: boolean | undefined;
|
|
210
|
+
allowNameResolution?: boolean | undefined;
|
|
196
211
|
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 & {
|
|
197
212
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
198
213
|
schema: "network.xyo.sentinel.config";
|
|
@@ -209,6 +224,7 @@ export declare const asSentinelInstance: {
|
|
|
209
224
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
210
225
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
211
226
|
addToResolvers?: boolean | undefined;
|
|
227
|
+
allowNameResolution?: boolean | undefined;
|
|
212
228
|
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 & {
|
|
213
229
|
schema: "network.xyo.module.config";
|
|
214
230
|
}, "schema"> & {
|
|
@@ -221,6 +237,7 @@ export declare const asSentinelInstance: {
|
|
|
221
237
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
222
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
223
239
|
addToResolvers?: boolean | undefined;
|
|
240
|
+
allowNameResolution?: boolean | undefined;
|
|
224
241
|
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 & {
|
|
225
242
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
226
243
|
schema: "network.xyo.sentinel.config";
|
|
@@ -237,6 +254,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
237
254
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
238
255
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
256
|
addToResolvers?: boolean | undefined;
|
|
257
|
+
allowNameResolution?: boolean | undefined;
|
|
240
258
|
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 & {
|
|
241
259
|
schema: "network.xyo.module.config";
|
|
242
260
|
}, "schema"> & {
|
|
@@ -248,6 +266,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
248
266
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
267
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
268
|
addToResolvers?: boolean | undefined;
|
|
269
|
+
allowNameResolution?: boolean | undefined;
|
|
251
270
|
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 & {
|
|
252
271
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
253
272
|
schema: "network.xyo.sentinel.config";
|
|
@@ -264,6 +283,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
264
283
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
265
284
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
266
285
|
addToResolvers?: boolean | undefined;
|
|
286
|
+
allowNameResolution?: boolean | undefined;
|
|
267
287
|
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 & {
|
|
268
288
|
schema: "network.xyo.module.config";
|
|
269
289
|
}, "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"}
|
|
@@ -3,6 +3,7 @@ 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
5
|
addToResolvers?: boolean | undefined;
|
|
6
|
+
allowNameResolution?: boolean | undefined;
|
|
6
7
|
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 & {
|
|
7
8
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
8
9
|
schema: "network.xyo.sentinel.config";
|
|
@@ -19,6 +20,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
19
20
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
20
21
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
21
22
|
addToResolvers?: boolean | undefined;
|
|
23
|
+
allowNameResolution?: boolean | undefined;
|
|
22
24
|
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 & {
|
|
23
25
|
schema: "network.xyo.module.config";
|
|
24
26
|
}, "schema"> & {
|
|
@@ -30,6 +32,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
|
|
|
30
32
|
export declare const isSentinelModule: import("@xyo-network/module-model").ModuleTypeCheck<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
31
33
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
32
34
|
addToResolvers?: boolean | undefined;
|
|
35
|
+
allowNameResolution?: boolean | undefined;
|
|
33
36
|
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 & {
|
|
34
37
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
35
38
|
schema: "network.xyo.sentinel.config";
|
|
@@ -46,6 +49,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
|
|
|
46
49
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
47
50
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
48
51
|
addToResolvers?: boolean | undefined;
|
|
52
|
+
allowNameResolution?: boolean | undefined;
|
|
49
53
|
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 & {
|
|
50
54
|
schema: "network.xyo.module.config";
|
|
51
55
|
}, "schema"> & {
|
|
@@ -58,6 +62,7 @@ export declare const asSentinelModule: {
|
|
|
58
62
|
<TType extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
59
63
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
60
64
|
addToResolvers?: boolean | undefined;
|
|
65
|
+
allowNameResolution?: boolean | undefined;
|
|
61
66
|
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 & {
|
|
62
67
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
63
68
|
schema: "network.xyo.sentinel.config";
|
|
@@ -74,6 +79,7 @@ export declare const asSentinelModule: {
|
|
|
74
79
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
75
80
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
76
81
|
addToResolvers?: boolean | undefined;
|
|
82
|
+
allowNameResolution?: boolean | undefined;
|
|
77
83
|
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 & {
|
|
78
84
|
schema: "network.xyo.module.config";
|
|
79
85
|
}, "schema"> & {
|
|
@@ -85,6 +91,7 @@ export declare const asSentinelModule: {
|
|
|
85
91
|
<TType_1 extends SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
86
92
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
87
93
|
addToResolvers?: boolean | undefined;
|
|
94
|
+
allowNameResolution?: boolean | undefined;
|
|
88
95
|
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 & {
|
|
89
96
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
90
97
|
schema: "network.xyo.sentinel.config";
|
|
@@ -101,6 +108,7 @@ export declare const asSentinelModule: {
|
|
|
101
108
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
102
109
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
103
110
|
addToResolvers?: boolean | undefined;
|
|
111
|
+
allowNameResolution?: boolean | undefined;
|
|
104
112
|
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 & {
|
|
105
113
|
schema: "network.xyo.module.config";
|
|
106
114
|
}, "schema"> & {
|
|
@@ -111,6 +119,7 @@ export declare const asSentinelModule: {
|
|
|
111
119
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
112
120
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
113
121
|
addToResolvers?: boolean | undefined;
|
|
122
|
+
allowNameResolution?: boolean | undefined;
|
|
114
123
|
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 & {
|
|
115
124
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
116
125
|
schema: "network.xyo.sentinel.config";
|
|
@@ -127,6 +136,7 @@ export declare const asSentinelModule: {
|
|
|
127
136
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
128
137
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
129
138
|
addToResolvers?: boolean | undefined;
|
|
139
|
+
allowNameResolution?: boolean | undefined;
|
|
130
140
|
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 & {
|
|
131
141
|
schema: "network.xyo.module.config";
|
|
132
142
|
}, "schema"> & {
|
|
@@ -140,6 +150,7 @@ export declare const asSentinelInstance: {
|
|
|
140
150
|
<TType extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
141
151
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
142
152
|
addToResolvers?: boolean | undefined;
|
|
153
|
+
allowNameResolution?: boolean | undefined;
|
|
143
154
|
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 & {
|
|
144
155
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
145
156
|
schema: "network.xyo.sentinel.config";
|
|
@@ -156,6 +167,7 @@ export declare const asSentinelInstance: {
|
|
|
156
167
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
157
168
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
158
169
|
addToResolvers?: boolean | undefined;
|
|
170
|
+
allowNameResolution?: boolean | undefined;
|
|
159
171
|
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
172
|
schema: "network.xyo.module.config";
|
|
161
173
|
}, "schema"> & {
|
|
@@ -167,6 +179,7 @@ export declare const asSentinelInstance: {
|
|
|
167
179
|
<TType_1 extends SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
168
180
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
169
181
|
addToResolvers?: boolean | undefined;
|
|
182
|
+
allowNameResolution?: boolean | undefined;
|
|
170
183
|
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 & {
|
|
171
184
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
172
185
|
schema: "network.xyo.sentinel.config";
|
|
@@ -183,6 +196,7 @@ export declare const asSentinelInstance: {
|
|
|
183
196
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
184
197
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
185
198
|
addToResolvers?: boolean | undefined;
|
|
199
|
+
allowNameResolution?: boolean | undefined;
|
|
186
200
|
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 & {
|
|
187
201
|
schema: "network.xyo.module.config";
|
|
188
202
|
}, "schema"> & {
|
|
@@ -193,6 +207,7 @@ export declare const asSentinelInstance: {
|
|
|
193
207
|
}, import("@xyo-network/module-model").ModuleEventData<object>>>>>(value: import("@xylabs/promise").AnyNonPromise<T_1>, assert: import("@xylabs/object").StringOrAlertFunction<SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
194
208
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
195
209
|
addToResolvers?: boolean | undefined;
|
|
210
|
+
allowNameResolution?: boolean | undefined;
|
|
196
211
|
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 & {
|
|
197
212
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
198
213
|
schema: "network.xyo.sentinel.config";
|
|
@@ -209,6 +224,7 @@ export declare const asSentinelInstance: {
|
|
|
209
224
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
210
225
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
211
226
|
addToResolvers?: boolean | undefined;
|
|
227
|
+
allowNameResolution?: boolean | undefined;
|
|
212
228
|
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 & {
|
|
213
229
|
schema: "network.xyo.module.config";
|
|
214
230
|
}, "schema"> & {
|
|
@@ -221,6 +237,7 @@ export declare const asSentinelInstance: {
|
|
|
221
237
|
export declare const withSentinelModule: <R>(module: any, closure: (module: SentinelModule<import("@xylabs/object").BaseParamsFields & {
|
|
222
238
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
223
239
|
addToResolvers?: boolean | undefined;
|
|
240
|
+
allowNameResolution?: boolean | undefined;
|
|
224
241
|
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 & {
|
|
225
242
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
226
243
|
schema: "network.xyo.sentinel.config";
|
|
@@ -237,6 +254,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
237
254
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
238
255
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
239
256
|
addToResolvers?: boolean | undefined;
|
|
257
|
+
allowNameResolution?: boolean | undefined;
|
|
240
258
|
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 & {
|
|
241
259
|
schema: "network.xyo.module.config";
|
|
242
260
|
}, "schema"> & {
|
|
@@ -248,6 +266,7 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
|
|
|
248
266
|
export declare const withSentinelInstance: <R>(module: any, closure: (module: SentinelInstance<import("@xylabs/object").BaseParamsFields & {
|
|
249
267
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
250
268
|
addToResolvers?: boolean | undefined;
|
|
269
|
+
allowNameResolution?: boolean | undefined;
|
|
251
270
|
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 & {
|
|
252
271
|
automations?: import("./Automation").SentinelAutomationPayload[] | undefined;
|
|
253
272
|
schema: "network.xyo.sentinel.config";
|
|
@@ -264,6 +283,7 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
|
|
|
264
283
|
}, import("./EventData").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
|
|
265
284
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
266
285
|
addToResolvers?: boolean | undefined;
|
|
286
|
+
allowNameResolution?: boolean | undefined;
|
|
267
287
|
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 & {
|
|
268
288
|
schema: "network.xyo.module.config";
|
|
269
289
|
}, "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,14 +13,14 @@
|
|
|
13
13
|
"@xylabs/hex": "^3.1.7",
|
|
14
14
|
"@xylabs/object": "^3.1.7",
|
|
15
15
|
"@xylabs/promise": "^3.1.7",
|
|
16
|
-
"@xyo-network/account-model": "~2.94.
|
|
17
|
-
"@xyo-network/archivist-model": "~2.94.
|
|
18
|
-
"@xyo-network/boundwitness-model": "~2.94.
|
|
19
|
-
"@xyo-network/diviner-model": "~2.94.
|
|
20
|
-
"@xyo-network/module-events": "~2.94.
|
|
21
|
-
"@xyo-network/module-model": "~2.94.
|
|
22
|
-
"@xyo-network/payload-model": "~2.94.
|
|
23
|
-
"@xyo-network/witness-model": "~2.94.
|
|
16
|
+
"@xyo-network/account-model": "~2.94.35",
|
|
17
|
+
"@xyo-network/archivist-model": "~2.94.35",
|
|
18
|
+
"@xyo-network/boundwitness-model": "~2.94.35",
|
|
19
|
+
"@xyo-network/diviner-model": "~2.94.35",
|
|
20
|
+
"@xyo-network/module-events": "~2.94.35",
|
|
21
|
+
"@xyo-network/module-model": "~2.94.35",
|
|
22
|
+
"@xyo-network/payload-model": "~2.94.35",
|
|
23
|
+
"@xyo-network/witness-model": "~2.94.35"
|
|
24
24
|
},
|
|
25
25
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
26
26
|
"devDependencies": {
|
|
@@ -66,6 +66,6 @@
|
|
|
66
66
|
"url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
|
|
67
67
|
},
|
|
68
68
|
"sideEffects": false,
|
|
69
|
-
"version": "2.94.
|
|
69
|
+
"version": "2.94.35",
|
|
70
70
|
"type": "module"
|
|
71
71
|
}
|