@xyo-network/sentinel-model 3.9.4 → 3.9.5
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/neutral/index.d.ts +52 -0
- package/package.json +9 -9
package/dist/neutral/index.d.ts
CHANGED
|
@@ -146,6 +146,8 @@ declare const asAttachableSentinelInstance: {
|
|
|
146
146
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
147
147
|
ephemeralQueryAccountEnabled?: boolean;
|
|
148
148
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
149
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
150
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
149
151
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
150
152
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
151
153
|
addToResolvers?: boolean;
|
|
@@ -154,6 +156,8 @@ declare const asAttachableSentinelInstance: {
|
|
|
154
156
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
155
157
|
ephemeralQueryAccountEnabled?: boolean;
|
|
156
158
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
159
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
160
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
157
161
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
|
|
158
162
|
<TType extends AttachableSentinelInstance<_xylabs_object.BaseParamsFields & {
|
|
159
163
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
@@ -163,6 +167,8 @@ declare const asAttachableSentinelInstance: {
|
|
|
163
167
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
164
168
|
ephemeralQueryAccountEnabled?: boolean;
|
|
165
169
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
170
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
171
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
166
172
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
167
173
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
168
174
|
addToResolvers?: boolean;
|
|
@@ -171,6 +177,8 @@ declare const asAttachableSentinelInstance: {
|
|
|
171
177
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
172
178
|
ephemeralQueryAccountEnabled?: boolean;
|
|
173
179
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
180
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
181
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
174
182
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<AttachableSentinelInstance<_xylabs_object.BaseParamsFields & {
|
|
175
183
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
176
184
|
addToResolvers?: boolean;
|
|
@@ -179,6 +187,8 @@ declare const asAttachableSentinelInstance: {
|
|
|
179
187
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
180
188
|
ephemeralQueryAccountEnabled?: boolean;
|
|
181
189
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
190
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
191
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
182
192
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
183
193
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
184
194
|
addToResolvers?: boolean;
|
|
@@ -187,6 +197,8 @@ declare const asAttachableSentinelInstance: {
|
|
|
187
197
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
188
198
|
ephemeralQueryAccountEnabled?: boolean;
|
|
189
199
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
200
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
201
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
190
202
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>, config?: _xylabs_object.TypeCheckConfig): TType;
|
|
191
203
|
};
|
|
192
204
|
|
|
@@ -222,6 +234,8 @@ declare const isSentinelInstance: _xylabs_object.TypeCheck<SentinelInstance<_xyl
|
|
|
222
234
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
223
235
|
ephemeralQueryAccountEnabled?: boolean;
|
|
224
236
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
237
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
238
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
225
239
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
226
240
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
227
241
|
addToResolvers?: boolean;
|
|
@@ -230,6 +244,8 @@ declare const isSentinelInstance: _xylabs_object.TypeCheck<SentinelInstance<_xyl
|
|
|
230
244
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
231
245
|
ephemeralQueryAccountEnabled?: boolean;
|
|
232
246
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
247
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
248
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
233
249
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>;
|
|
234
250
|
declare const isSentinelModule: _xyo_network_module_model.ModuleTypeCheck<SentinelModule<_xylabs_object.BaseParamsFields & {
|
|
235
251
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
@@ -239,6 +255,8 @@ declare const isSentinelModule: _xyo_network_module_model.ModuleTypeCheck<Sentin
|
|
|
239
255
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
240
256
|
ephemeralQueryAccountEnabled?: boolean;
|
|
241
257
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
258
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
259
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
242
260
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
243
261
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
244
262
|
addToResolvers?: boolean;
|
|
@@ -247,6 +265,8 @@ declare const isSentinelModule: _xyo_network_module_model.ModuleTypeCheck<Sentin
|
|
|
247
265
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
248
266
|
ephemeralQueryAccountEnabled?: boolean;
|
|
249
267
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
268
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
269
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
250
270
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>;
|
|
251
271
|
declare const asSentinelModule: {
|
|
252
272
|
<TType extends SentinelModule<_xylabs_object.BaseParamsFields & {
|
|
@@ -257,6 +277,8 @@ declare const asSentinelModule: {
|
|
|
257
277
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
258
278
|
ephemeralQueryAccountEnabled?: boolean;
|
|
259
279
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
280
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
281
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
260
282
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
261
283
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
262
284
|
addToResolvers?: boolean;
|
|
@@ -265,6 +287,8 @@ declare const asSentinelModule: {
|
|
|
265
287
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
266
288
|
ephemeralQueryAccountEnabled?: boolean;
|
|
267
289
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
290
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
291
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
268
292
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
|
|
269
293
|
<TType extends SentinelModule<_xylabs_object.BaseParamsFields & {
|
|
270
294
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
@@ -274,6 +298,8 @@ declare const asSentinelModule: {
|
|
|
274
298
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
275
299
|
ephemeralQueryAccountEnabled?: boolean;
|
|
276
300
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
301
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
302
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
277
303
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
278
304
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
279
305
|
addToResolvers?: boolean;
|
|
@@ -282,6 +308,8 @@ declare const asSentinelModule: {
|
|
|
282
308
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
283
309
|
ephemeralQueryAccountEnabled?: boolean;
|
|
284
310
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
311
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
312
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
285
313
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<SentinelModule<_xylabs_object.BaseParamsFields & {
|
|
286
314
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
287
315
|
addToResolvers?: boolean;
|
|
@@ -290,6 +318,8 @@ declare const asSentinelModule: {
|
|
|
290
318
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
291
319
|
ephemeralQueryAccountEnabled?: boolean;
|
|
292
320
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
321
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
322
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
293
323
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
294
324
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
295
325
|
addToResolvers?: boolean;
|
|
@@ -298,6 +328,8 @@ declare const asSentinelModule: {
|
|
|
298
328
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
299
329
|
ephemeralQueryAccountEnabled?: boolean;
|
|
300
330
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
331
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
332
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
301
333
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>, config?: _xylabs_object.TypeCheckConfig): TType;
|
|
302
334
|
};
|
|
303
335
|
declare const asSentinelInstance: {
|
|
@@ -309,6 +341,8 @@ declare const asSentinelInstance: {
|
|
|
309
341
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
310
342
|
ephemeralQueryAccountEnabled?: boolean;
|
|
311
343
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
344
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
345
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
312
346
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
313
347
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
314
348
|
addToResolvers?: boolean;
|
|
@@ -317,6 +351,8 @@ declare const asSentinelInstance: {
|
|
|
317
351
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
318
352
|
ephemeralQueryAccountEnabled?: boolean;
|
|
319
353
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
354
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
355
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
320
356
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>(value: _xylabs_promise.AnyNonPromise, config?: _xylabs_object.TypeCheckConfig): TType | undefined;
|
|
321
357
|
<TType extends SentinelInstance<_xylabs_object.BaseParamsFields & {
|
|
322
358
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
@@ -326,6 +362,8 @@ declare const asSentinelInstance: {
|
|
|
326
362
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
327
363
|
ephemeralQueryAccountEnabled?: boolean;
|
|
328
364
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
365
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
366
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
329
367
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
330
368
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
331
369
|
addToResolvers?: boolean;
|
|
@@ -334,6 +372,8 @@ declare const asSentinelInstance: {
|
|
|
334
372
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
335
373
|
ephemeralQueryAccountEnabled?: boolean;
|
|
336
374
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
375
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
376
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
337
377
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>(value: _xylabs_promise.AnyNonPromise, assert: _xylabs_object.StringOrAlertFunction<SentinelInstance<_xylabs_object.BaseParamsFields & {
|
|
338
378
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
339
379
|
addToResolvers?: boolean;
|
|
@@ -342,6 +382,8 @@ declare const asSentinelInstance: {
|
|
|
342
382
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
343
383
|
ephemeralQueryAccountEnabled?: boolean;
|
|
344
384
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
385
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
386
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
345
387
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
346
388
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
347
389
|
addToResolvers?: boolean;
|
|
@@ -350,6 +392,8 @@ declare const asSentinelInstance: {
|
|
|
350
392
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
351
393
|
ephemeralQueryAccountEnabled?: boolean;
|
|
352
394
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
395
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
396
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
353
397
|
}, _xyo_network_module_model.ModuleEventData<object>>>>>, config?: _xylabs_object.TypeCheckConfig): TType;
|
|
354
398
|
};
|
|
355
399
|
declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelModule<_xylabs_object.BaseParamsFields & {
|
|
@@ -360,6 +404,8 @@ declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelModule<_x
|
|
|
360
404
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
361
405
|
ephemeralQueryAccountEnabled?: boolean;
|
|
362
406
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
407
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
408
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
363
409
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
364
410
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
365
411
|
addToResolvers?: boolean;
|
|
@@ -368,6 +414,8 @@ declare const withSentinelModule: <R>(mod: any, closure: (mod: SentinelModule<_x
|
|
|
368
414
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
369
415
|
ephemeralQueryAccountEnabled?: boolean;
|
|
370
416
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
417
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
418
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
371
419
|
}, _xyo_network_module_model.ModuleEventData<object>>>>) => R) => R | undefined;
|
|
372
420
|
declare const withSentinelInstance: <R>(mod: any, closure: (mod: SentinelInstance<_xylabs_object.BaseParamsFields & {
|
|
373
421
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
@@ -377,6 +425,8 @@ declare const withSentinelInstance: <R>(mod: any, closure: (mod: SentinelInstanc
|
|
|
377
425
|
config: _xyo_network_module_model.AnyConfigSchema<SentinelConfig>;
|
|
378
426
|
ephemeralQueryAccountEnabled?: boolean;
|
|
379
427
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
428
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
429
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
380
430
|
}, SentinelModuleEventData<_xyo_network_module_model.Module<_xylabs_object.BaseParamsFields & {
|
|
381
431
|
account?: _xyo_network_account_model.AccountInstance | "random";
|
|
382
432
|
addToResolvers?: boolean;
|
|
@@ -385,6 +435,8 @@ declare const withSentinelInstance: <R>(mod: any, closure: (mod: SentinelInstanc
|
|
|
385
435
|
config: _xyo_network_module_model.AnyConfigSchema<_xyo_network_module_model.ModuleConfig<void, void>>;
|
|
386
436
|
ephemeralQueryAccountEnabled?: boolean;
|
|
387
437
|
moduleIdentifierTransformers?: _xyo_network_module_model.ModuleIdentifierTransformer[];
|
|
438
|
+
privateChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
439
|
+
publicChildren?: _xyo_network_module_model.ModuleInstance[];
|
|
388
440
|
}, _xyo_network_module_model.ModuleEventData<object>>>>) => R) => R | undefined;
|
|
389
441
|
|
|
390
442
|
export { type ArchivistTask, type AttachableSentinelInstance, type AttachableSentinelInstanceTypeCheck, type CustomSentinelInstance, type CustomSentinelModule, type DivinerTask, IsAttachableSentinelInstanceFactory, type JobEndEventArgs, type JobEndEventData, type JobStartEventArgs, type JobStartEventData, type ModuleTask, type ReportEndEventArgs, type ReportEndEventData, type ReportStartEventArgs, type ReportStartEventData, type ResolvedArchivistTask, type ResolvedDivinerTask, type ResolvedModuleTask, type ResolvedTask, type ResolvedWitnessTask, type Sentinel, type SentinelAutomationPayload, SentinelAutomationSchema, type SentinelBaseAutomationPayload, type SentinelConfig, SentinelConfigSchema, type SentinelEventAutomationPayload, SentinelEventAutomationSchema, type SentinelInstance, type SentinelIntervalAutomationPayload, SentinelIntervalAutomationSchema, type SentinelJob, type SentinelModule, type SentinelModuleEventData, type SentinelModuleQueries, type SentinelParams, type SentinelQueries, type SentinelReportQuery, SentinelReportQuerySchema, type Task, type TaskEndEventArgs, type TaskEndEventData, type TaskStartEventArgs, type TaskStartEventData, type WitnessTask, asAttachableSentinelInstance, asSentinelInstance, asSentinelModule, isAttachableSentinelInstance, isSentinelInstance, isSentinelIntervalAutomation, isSentinelModule, requiredAttachableSentinelInstanceFunctions, withSentinelInstance, withSentinelModule };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xyo-network/sentinel-model",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.5",
|
|
4
4
|
"description": "Primary SDK for using XYO Protocol 2.0",
|
|
5
5
|
"homepage": "https://xyo.network",
|
|
6
6
|
"bugs": {
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"@xylabs/object": "^4.5.1",
|
|
34
34
|
"@xylabs/promise": "^4.5.1",
|
|
35
35
|
"@xylabs/typeof": "^4.5.1",
|
|
36
|
-
"@xyo-network/account-model": "^3.9.
|
|
37
|
-
"@xyo-network/archivist-model": "^3.9.
|
|
38
|
-
"@xyo-network/boundwitness-model": "^3.9.
|
|
39
|
-
"@xyo-network/diviner-model": "^3.9.
|
|
40
|
-
"@xyo-network/module-events": "^3.9.
|
|
41
|
-
"@xyo-network/module-model": "^3.9.
|
|
42
|
-
"@xyo-network/payload-model": "^3.9.
|
|
43
|
-
"@xyo-network/witness-model": "^3.9.
|
|
36
|
+
"@xyo-network/account-model": "^3.9.5",
|
|
37
|
+
"@xyo-network/archivist-model": "^3.9.5",
|
|
38
|
+
"@xyo-network/boundwitness-model": "^3.9.5",
|
|
39
|
+
"@xyo-network/diviner-model": "^3.9.5",
|
|
40
|
+
"@xyo-network/module-events": "^3.9.5",
|
|
41
|
+
"@xyo-network/module-model": "^3.9.5",
|
|
42
|
+
"@xyo-network/payload-model": "^3.9.5",
|
|
43
|
+
"@xyo-network/witness-model": "^3.9.5"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@xylabs/ts-scripts-yarn3": "^5.0.24",
|