@xyo-network/sentinel-model 2.110.12 → 2.110.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,10 +6,10 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
6
6
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
7
7
  allowNameResolution?: boolean;
8
8
  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 & {
9
- automations?: import("./Automation.js").SentinelAutomationPayload[];
9
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
10
10
  schema: "network.xyo.sentinel.config";
11
11
  synchronous?: boolean;
12
- tasks: import("./Task.js").Task[];
12
+ tasks: import("./Task.ts").Task[];
13
13
  throwErrors?: boolean;
14
14
  }, "schema"> & {
15
15
  schema: "network.xyo.sentinel.config";
@@ -18,7 +18,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
18
18
  };
19
19
  ephemeralQueryAccountEnabled?: boolean;
20
20
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
21
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
21
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -37,10 +37,10 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
37
37
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
38
38
  allowNameResolution?: boolean;
39
39
  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 & {
40
- automations?: import("./Automation.js").SentinelAutomationPayload[];
40
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
41
41
  schema: "network.xyo.sentinel.config";
42
42
  synchronous?: boolean;
43
- tasks: import("./Task.js").Task[];
43
+ tasks: import("./Task.ts").Task[];
44
44
  throwErrors?: boolean;
45
45
  }, "schema"> & {
46
46
  schema: "network.xyo.sentinel.config";
@@ -49,7 +49,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
53
53
  account?: import("@xyo-network/account-model").AccountInstance | "random";
54
54
  addToResolvers?: boolean;
55
55
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -69,10 +69,10 @@ export declare const asSentinelModule: {
69
69
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
70
70
  allowNameResolution?: boolean;
71
71
  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 & {
72
- automations?: import("./Automation.js").SentinelAutomationPayload[];
72
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
73
73
  schema: "network.xyo.sentinel.config";
74
74
  synchronous?: boolean;
75
- tasks: import("./Task.js").Task[];
75
+ tasks: import("./Task.ts").Task[];
76
76
  throwErrors?: boolean;
77
77
  }, "schema"> & {
78
78
  schema: "network.xyo.sentinel.config";
@@ -81,7 +81,7 @@ export declare const asSentinelModule: {
81
81
  };
82
82
  ephemeralQueryAccountEnabled?: boolean;
83
83
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
84
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
84
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
85
85
  account?: import("@xyo-network/account-model").AccountInstance | "random";
86
86
  addToResolvers?: boolean;
87
87
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -100,10 +100,10 @@ export declare const asSentinelModule: {
100
100
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
101
101
  allowNameResolution?: boolean;
102
102
  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 & {
103
- automations?: import("./Automation.js").SentinelAutomationPayload[];
103
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
104
104
  schema: "network.xyo.sentinel.config";
105
105
  synchronous?: boolean;
106
- tasks: import("./Task.js").Task[];
106
+ tasks: import("./Task.ts").Task[];
107
107
  throwErrors?: boolean;
108
108
  }, "schema"> & {
109
109
  schema: "network.xyo.sentinel.config";
@@ -112,7 +112,7 @@ export declare const asSentinelModule: {
112
112
  };
113
113
  ephemeralQueryAccountEnabled?: boolean;
114
114
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
115
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
115
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
116
116
  account?: import("@xyo-network/account-model").AccountInstance | "random";
117
117
  addToResolvers?: boolean;
118
118
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -130,10 +130,10 @@ export declare const asSentinelModule: {
130
130
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
131
131
  allowNameResolution?: boolean;
132
132
  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 & {
133
- automations?: import("./Automation.js").SentinelAutomationPayload[];
133
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
134
134
  schema: "network.xyo.sentinel.config";
135
135
  synchronous?: boolean;
136
- tasks: import("./Task.js").Task[];
136
+ tasks: import("./Task.ts").Task[];
137
137
  throwErrors?: boolean;
138
138
  }, "schema"> & {
139
139
  schema: "network.xyo.sentinel.config";
@@ -142,7 +142,7 @@ export declare const asSentinelModule: {
142
142
  };
143
143
  ephemeralQueryAccountEnabled?: boolean;
144
144
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
145
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
145
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
146
146
  account?: import("@xyo-network/account-model").AccountInstance | "random";
147
147
  addToResolvers?: boolean;
148
148
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -163,10 +163,10 @@ export declare const asSentinelInstance: {
163
163
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
164
164
  allowNameResolution?: boolean;
165
165
  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 & {
166
- automations?: import("./Automation.js").SentinelAutomationPayload[];
166
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
167
167
  schema: "network.xyo.sentinel.config";
168
168
  synchronous?: boolean;
169
- tasks: import("./Task.js").Task[];
169
+ tasks: import("./Task.ts").Task[];
170
170
  throwErrors?: boolean;
171
171
  }, "schema"> & {
172
172
  schema: "network.xyo.sentinel.config";
@@ -175,7 +175,7 @@ export declare const asSentinelInstance: {
175
175
  };
176
176
  ephemeralQueryAccountEnabled?: boolean;
177
177
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
178
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
178
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
179
179
  account?: import("@xyo-network/account-model").AccountInstance | "random";
180
180
  addToResolvers?: boolean;
181
181
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -194,10 +194,10 @@ export declare const asSentinelInstance: {
194
194
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
195
195
  allowNameResolution?: boolean;
196
196
  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
- automations?: import("./Automation.js").SentinelAutomationPayload[];
197
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
198
198
  schema: "network.xyo.sentinel.config";
199
199
  synchronous?: boolean;
200
- tasks: import("./Task.js").Task[];
200
+ tasks: import("./Task.ts").Task[];
201
201
  throwErrors?: boolean;
202
202
  }, "schema"> & {
203
203
  schema: "network.xyo.sentinel.config";
@@ -206,7 +206,7 @@ export declare const asSentinelInstance: {
206
206
  };
207
207
  ephemeralQueryAccountEnabled?: boolean;
208
208
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
209
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
209
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
210
210
  account?: import("@xyo-network/account-model").AccountInstance | "random";
211
211
  addToResolvers?: boolean;
212
212
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -224,10 +224,10 @@ export declare const asSentinelInstance: {
224
224
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
225
225
  allowNameResolution?: boolean;
226
226
  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 & {
227
- automations?: import("./Automation.js").SentinelAutomationPayload[];
227
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
228
228
  schema: "network.xyo.sentinel.config";
229
229
  synchronous?: boolean;
230
- tasks: import("./Task.js").Task[];
230
+ tasks: import("./Task.ts").Task[];
231
231
  throwErrors?: boolean;
232
232
  }, "schema"> & {
233
233
  schema: "network.xyo.sentinel.config";
@@ -236,7 +236,7 @@ export declare const asSentinelInstance: {
236
236
  };
237
237
  ephemeralQueryAccountEnabled?: boolean;
238
238
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
239
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
239
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
240
240
  account?: import("@xyo-network/account-model").AccountInstance | "random";
241
241
  addToResolvers?: boolean;
242
242
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -256,10 +256,10 @@ export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelMo
256
256
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
257
257
  allowNameResolution?: boolean;
258
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
259
- automations?: import("./Automation.js").SentinelAutomationPayload[];
259
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
260
260
  schema: "network.xyo.sentinel.config";
261
261
  synchronous?: boolean;
262
- tasks: import("./Task.js").Task[];
262
+ tasks: import("./Task.ts").Task[];
263
263
  throwErrors?: boolean;
264
264
  }, "schema"> & {
265
265
  schema: "network.xyo.sentinel.config";
@@ -268,7 +268,7 @@ export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelMo
268
268
  };
269
269
  ephemeralQueryAccountEnabled?: boolean;
270
270
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
271
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
271
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
272
272
  account?: import("@xyo-network/account-model").AccountInstance | "random";
273
273
  addToResolvers?: boolean;
274
274
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -287,10 +287,10 @@ export declare const withSentinelInstance: <R>(mod: any, closure: (mod: Sentinel
287
287
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
288
288
  allowNameResolution?: boolean;
289
289
  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 & {
290
- automations?: import("./Automation.js").SentinelAutomationPayload[];
290
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
291
291
  schema: "network.xyo.sentinel.config";
292
292
  synchronous?: boolean;
293
- tasks: import("./Task.js").Task[];
293
+ tasks: import("./Task.ts").Task[];
294
294
  throwErrors?: boolean;
295
295
  }, "schema"> & {
296
296
  schema: "network.xyo.sentinel.config";
@@ -299,7 +299,7 @@ export declare const withSentinelInstance: <R>(mod: any, closure: (mod: Sentinel
299
299
  };
300
300
  ephemeralQueryAccountEnabled?: boolean;
301
301
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
302
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
302
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
303
303
  account?: import("@xyo-network/account-model").AccountInstance | "random";
304
304
  addToResolvers?: boolean;
305
305
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -6,10 +6,10 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
6
6
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
7
7
  allowNameResolution?: boolean;
8
8
  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 & {
9
- automations?: import("./Automation.js").SentinelAutomationPayload[];
9
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
10
10
  schema: "network.xyo.sentinel.config";
11
11
  synchronous?: boolean;
12
- tasks: import("./Task.js").Task[];
12
+ tasks: import("./Task.ts").Task[];
13
13
  throwErrors?: boolean;
14
14
  }, "schema"> & {
15
15
  schema: "network.xyo.sentinel.config";
@@ -18,7 +18,7 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
18
18
  };
19
19
  ephemeralQueryAccountEnabled?: boolean;
20
20
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
21
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
21
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
22
22
  account?: import("@xyo-network/account-model").AccountInstance | "random";
23
23
  addToResolvers?: boolean;
24
24
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -37,10 +37,10 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
37
37
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
38
38
  allowNameResolution?: boolean;
39
39
  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 & {
40
- automations?: import("./Automation.js").SentinelAutomationPayload[];
40
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
41
41
  schema: "network.xyo.sentinel.config";
42
42
  synchronous?: boolean;
43
- tasks: import("./Task.js").Task[];
43
+ tasks: import("./Task.ts").Task[];
44
44
  throwErrors?: boolean;
45
45
  }, "schema"> & {
46
46
  schema: "network.xyo.sentinel.config";
@@ -49,7 +49,7 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
49
49
  };
50
50
  ephemeralQueryAccountEnabled?: boolean;
51
51
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
52
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
52
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
53
53
  account?: import("@xyo-network/account-model").AccountInstance | "random";
54
54
  addToResolvers?: boolean;
55
55
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -69,10 +69,10 @@ export declare const asSentinelModule: {
69
69
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
70
70
  allowNameResolution?: boolean;
71
71
  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 & {
72
- automations?: import("./Automation.js").SentinelAutomationPayload[];
72
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
73
73
  schema: "network.xyo.sentinel.config";
74
74
  synchronous?: boolean;
75
- tasks: import("./Task.js").Task[];
75
+ tasks: import("./Task.ts").Task[];
76
76
  throwErrors?: boolean;
77
77
  }, "schema"> & {
78
78
  schema: "network.xyo.sentinel.config";
@@ -81,7 +81,7 @@ export declare const asSentinelModule: {
81
81
  };
82
82
  ephemeralQueryAccountEnabled?: boolean;
83
83
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
84
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
84
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
85
85
  account?: import("@xyo-network/account-model").AccountInstance | "random";
86
86
  addToResolvers?: boolean;
87
87
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -100,10 +100,10 @@ export declare const asSentinelModule: {
100
100
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
101
101
  allowNameResolution?: boolean;
102
102
  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 & {
103
- automations?: import("./Automation.js").SentinelAutomationPayload[];
103
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
104
104
  schema: "network.xyo.sentinel.config";
105
105
  synchronous?: boolean;
106
- tasks: import("./Task.js").Task[];
106
+ tasks: import("./Task.ts").Task[];
107
107
  throwErrors?: boolean;
108
108
  }, "schema"> & {
109
109
  schema: "network.xyo.sentinel.config";
@@ -112,7 +112,7 @@ export declare const asSentinelModule: {
112
112
  };
113
113
  ephemeralQueryAccountEnabled?: boolean;
114
114
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
115
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
115
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
116
116
  account?: import("@xyo-network/account-model").AccountInstance | "random";
117
117
  addToResolvers?: boolean;
118
118
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -130,10 +130,10 @@ export declare const asSentinelModule: {
130
130
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
131
131
  allowNameResolution?: boolean;
132
132
  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 & {
133
- automations?: import("./Automation.js").SentinelAutomationPayload[];
133
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
134
134
  schema: "network.xyo.sentinel.config";
135
135
  synchronous?: boolean;
136
- tasks: import("./Task.js").Task[];
136
+ tasks: import("./Task.ts").Task[];
137
137
  throwErrors?: boolean;
138
138
  }, "schema"> & {
139
139
  schema: "network.xyo.sentinel.config";
@@ -142,7 +142,7 @@ export declare const asSentinelModule: {
142
142
  };
143
143
  ephemeralQueryAccountEnabled?: boolean;
144
144
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
145
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
145
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
146
146
  account?: import("@xyo-network/account-model").AccountInstance | "random";
147
147
  addToResolvers?: boolean;
148
148
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -163,10 +163,10 @@ export declare const asSentinelInstance: {
163
163
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
164
164
  allowNameResolution?: boolean;
165
165
  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 & {
166
- automations?: import("./Automation.js").SentinelAutomationPayload[];
166
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
167
167
  schema: "network.xyo.sentinel.config";
168
168
  synchronous?: boolean;
169
- tasks: import("./Task.js").Task[];
169
+ tasks: import("./Task.ts").Task[];
170
170
  throwErrors?: boolean;
171
171
  }, "schema"> & {
172
172
  schema: "network.xyo.sentinel.config";
@@ -175,7 +175,7 @@ export declare const asSentinelInstance: {
175
175
  };
176
176
  ephemeralQueryAccountEnabled?: boolean;
177
177
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
178
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
178
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
179
179
  account?: import("@xyo-network/account-model").AccountInstance | "random";
180
180
  addToResolvers?: boolean;
181
181
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -194,10 +194,10 @@ export declare const asSentinelInstance: {
194
194
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
195
195
  allowNameResolution?: boolean;
196
196
  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
- automations?: import("./Automation.js").SentinelAutomationPayload[];
197
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
198
198
  schema: "network.xyo.sentinel.config";
199
199
  synchronous?: boolean;
200
- tasks: import("./Task.js").Task[];
200
+ tasks: import("./Task.ts").Task[];
201
201
  throwErrors?: boolean;
202
202
  }, "schema"> & {
203
203
  schema: "network.xyo.sentinel.config";
@@ -206,7 +206,7 @@ export declare const asSentinelInstance: {
206
206
  };
207
207
  ephemeralQueryAccountEnabled?: boolean;
208
208
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
209
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
209
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
210
210
  account?: import("@xyo-network/account-model").AccountInstance | "random";
211
211
  addToResolvers?: boolean;
212
212
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -224,10 +224,10 @@ export declare const asSentinelInstance: {
224
224
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
225
225
  allowNameResolution?: boolean;
226
226
  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 & {
227
- automations?: import("./Automation.js").SentinelAutomationPayload[];
227
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
228
228
  schema: "network.xyo.sentinel.config";
229
229
  synchronous?: boolean;
230
- tasks: import("./Task.js").Task[];
230
+ tasks: import("./Task.ts").Task[];
231
231
  throwErrors?: boolean;
232
232
  }, "schema"> & {
233
233
  schema: "network.xyo.sentinel.config";
@@ -236,7 +236,7 @@ export declare const asSentinelInstance: {
236
236
  };
237
237
  ephemeralQueryAccountEnabled?: boolean;
238
238
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
239
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
239
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
240
240
  account?: import("@xyo-network/account-model").AccountInstance | "random";
241
241
  addToResolvers?: boolean;
242
242
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -256,10 +256,10 @@ export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelMo
256
256
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
257
257
  allowNameResolution?: boolean;
258
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 & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
259
- automations?: import("./Automation.js").SentinelAutomationPayload[];
259
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
260
260
  schema: "network.xyo.sentinel.config";
261
261
  synchronous?: boolean;
262
- tasks: import("./Task.js").Task[];
262
+ tasks: import("./Task.ts").Task[];
263
263
  throwErrors?: boolean;
264
264
  }, "schema"> & {
265
265
  schema: "network.xyo.sentinel.config";
@@ -268,7 +268,7 @@ export declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelMo
268
268
  };
269
269
  ephemeralQueryAccountEnabled?: boolean;
270
270
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
271
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
271
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
272
272
  account?: import("@xyo-network/account-model").AccountInstance | "random";
273
273
  addToResolvers?: boolean;
274
274
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
@@ -287,10 +287,10 @@ export declare const withSentinelInstance: <R>(mod: any, closure: (mod: Sentinel
287
287
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
288
288
  allowNameResolution?: boolean;
289
289
  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 & {
290
- automations?: import("./Automation.js").SentinelAutomationPayload[];
290
+ automations?: import("./Automation.ts").SentinelAutomationPayload[];
291
291
  schema: "network.xyo.sentinel.config";
292
292
  synchronous?: boolean;
293
- tasks: import("./Task.js").Task[];
293
+ tasks: import("./Task.ts").Task[];
294
294
  throwErrors?: boolean;
295
295
  }, "schema"> & {
296
296
  schema: "network.xyo.sentinel.config";
@@ -299,7 +299,7 @@ export declare const withSentinelInstance: <R>(mod: any, closure: (mod: Sentinel
299
299
  };
300
300
  ephemeralQueryAccountEnabled?: boolean;
301
301
  moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
302
- }, import("./EventData.js").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
302
+ }, import("./EventData.ts").SentinelModuleEventData<import("@xyo-network/module-model").Module<import("@xylabs/object").BaseParamsFields & {
303
303
  account?: import("@xyo-network/account-model").AccountInstance | "random";
304
304
  addToResolvers?: boolean;
305
305
  additionalSigners?: import("@xyo-network/account-model").AccountInstance[];