@xyo-network/sentinel-model 2.90.23 → 2.91.0

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.
@@ -13,8 +13,8 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
13
13
  schema: "network.xyo.sentinel.config";
14
14
  readonly security?: {
15
15
  readonly allowAnonymous?: boolean | undefined;
16
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
17
- readonly disallowed?: Record<string, string[]> | undefined;
16
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
17
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
18
18
  } | undefined;
19
19
  readonly sign?: boolean | undefined;
20
20
  readonly storeQueries?: boolean | undefined;
@@ -30,8 +30,8 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
30
30
  schema: "network.xyo.sentinel.config";
31
31
  readonly security?: {
32
32
  readonly allowAnonymous?: boolean | undefined;
33
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
34
- readonly disallowed?: Record<string, string[]> | undefined;
33
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
34
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
35
35
  } | undefined;
36
36
  readonly sign?: boolean | undefined;
37
37
  readonly storeQueries?: boolean | undefined;
@@ -59,8 +59,8 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
59
59
  schema: "network.xyo.module.config";
60
60
  readonly security?: {
61
61
  readonly allowAnonymous?: boolean | undefined;
62
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
63
- readonly disallowed?: Record<string, string[]> | undefined;
62
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
63
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
64
64
  } | undefined;
65
65
  readonly sign?: boolean | undefined;
66
66
  readonly storeQueries?: boolean | undefined;
@@ -76,8 +76,8 @@ export declare const isSentinelInstance: import("@xylabs/object").TypeCheck<Sent
76
76
  schema: "network.xyo.module.config";
77
77
  readonly security?: {
78
78
  readonly allowAnonymous?: boolean | undefined;
79
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
80
- readonly disallowed?: Record<string, string[]> | undefined;
79
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
80
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
81
81
  } | undefined;
82
82
  readonly sign?: boolean | undefined;
83
83
  readonly storeQueries?: boolean | undefined;
@@ -100,8 +100,8 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
100
100
  schema: "network.xyo.sentinel.config";
101
101
  readonly security?: {
102
102
  readonly allowAnonymous?: boolean | undefined;
103
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
104
- readonly disallowed?: Record<string, string[]> | undefined;
103
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
104
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
105
105
  } | undefined;
106
106
  readonly sign?: boolean | undefined;
107
107
  readonly storeQueries?: boolean | undefined;
@@ -117,8 +117,8 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
117
117
  schema: "network.xyo.sentinel.config";
118
118
  readonly security?: {
119
119
  readonly allowAnonymous?: boolean | undefined;
120
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
121
- readonly disallowed?: Record<string, string[]> | undefined;
120
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
121
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
122
122
  } | undefined;
123
123
  readonly sign?: boolean | undefined;
124
124
  readonly storeQueries?: boolean | undefined;
@@ -146,8 +146,8 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
146
146
  schema: "network.xyo.module.config";
147
147
  readonly security?: {
148
148
  readonly allowAnonymous?: boolean | undefined;
149
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
150
- readonly disallowed?: Record<string, string[]> | undefined;
149
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
150
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
151
151
  } | undefined;
152
152
  readonly sign?: boolean | undefined;
153
153
  readonly storeQueries?: boolean | undefined;
@@ -163,8 +163,8 @@ export declare const isSentinelModule: import("@xyo-network/module-model").Modul
163
163
  schema: "network.xyo.module.config";
164
164
  readonly security?: {
165
165
  readonly allowAnonymous?: boolean | undefined;
166
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
167
- readonly disallowed?: Record<string, string[]> | undefined;
166
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
167
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
168
168
  } | undefined;
169
169
  readonly sign?: boolean | undefined;
170
170
  readonly storeQueries?: boolean | undefined;
@@ -188,8 +188,8 @@ export declare const asSentinelModule: {
188
188
  schema: "network.xyo.sentinel.config";
189
189
  readonly security?: {
190
190
  readonly allowAnonymous?: boolean | undefined;
191
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
192
- readonly disallowed?: Record<string, string[]> | undefined;
191
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
192
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
193
193
  } | undefined;
194
194
  readonly sign?: boolean | undefined;
195
195
  readonly storeQueries?: boolean | undefined;
@@ -205,8 +205,8 @@ export declare const asSentinelModule: {
205
205
  schema: "network.xyo.sentinel.config";
206
206
  readonly security?: {
207
207
  readonly allowAnonymous?: boolean | undefined;
208
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
209
- readonly disallowed?: Record<string, string[]> | undefined;
208
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
209
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
210
210
  } | undefined;
211
211
  readonly sign?: boolean | undefined;
212
212
  readonly storeQueries?: boolean | undefined;
@@ -234,8 +234,8 @@ export declare const asSentinelModule: {
234
234
  schema: "network.xyo.module.config";
235
235
  readonly security?: {
236
236
  readonly allowAnonymous?: boolean | undefined;
237
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
238
- readonly disallowed?: Record<string, string[]> | undefined;
237
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
238
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
239
239
  } | undefined;
240
240
  readonly sign?: boolean | undefined;
241
241
  readonly storeQueries?: boolean | undefined;
@@ -251,8 +251,8 @@ export declare const asSentinelModule: {
251
251
  schema: "network.xyo.module.config";
252
252
  readonly security?: {
253
253
  readonly allowAnonymous?: boolean | undefined;
254
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
255
- readonly disallowed?: Record<string, string[]> | undefined;
254
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
255
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
256
256
  } | undefined;
257
257
  readonly sign?: boolean | undefined;
258
258
  readonly storeQueries?: boolean | undefined;
@@ -275,8 +275,8 @@ export declare const asSentinelModule: {
275
275
  schema: "network.xyo.sentinel.config";
276
276
  readonly security?: {
277
277
  readonly allowAnonymous?: boolean | undefined;
278
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
279
- readonly disallowed?: Record<string, string[]> | undefined;
278
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
279
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
280
280
  } | undefined;
281
281
  readonly sign?: boolean | undefined;
282
282
  readonly storeQueries?: boolean | undefined;
@@ -292,8 +292,8 @@ export declare const asSentinelModule: {
292
292
  schema: "network.xyo.sentinel.config";
293
293
  readonly security?: {
294
294
  readonly allowAnonymous?: boolean | undefined;
295
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
296
- readonly disallowed?: Record<string, string[]> | undefined;
295
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
296
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
297
297
  } | undefined;
298
298
  readonly sign?: boolean | undefined;
299
299
  readonly storeQueries?: boolean | undefined;
@@ -321,8 +321,8 @@ export declare const asSentinelModule: {
321
321
  schema: "network.xyo.module.config";
322
322
  readonly security?: {
323
323
  readonly allowAnonymous?: boolean | undefined;
324
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
325
- readonly disallowed?: Record<string, string[]> | undefined;
324
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
325
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
326
326
  } | undefined;
327
327
  readonly sign?: boolean | undefined;
328
328
  readonly storeQueries?: boolean | undefined;
@@ -338,8 +338,8 @@ export declare const asSentinelModule: {
338
338
  schema: "network.xyo.module.config";
339
339
  readonly security?: {
340
340
  readonly allowAnonymous?: boolean | undefined;
341
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
342
- readonly disallowed?: Record<string, string[]> | undefined;
341
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
342
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
343
343
  } | undefined;
344
344
  readonly sign?: boolean | undefined;
345
345
  readonly storeQueries?: boolean | undefined;
@@ -364,8 +364,8 @@ export declare const asSentinelInstance: {
364
364
  schema: "network.xyo.sentinel.config";
365
365
  readonly security?: {
366
366
  readonly allowAnonymous?: boolean | undefined;
367
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
368
- readonly disallowed?: Record<string, string[]> | undefined;
367
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
368
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
369
369
  } | undefined;
370
370
  readonly sign?: boolean | undefined;
371
371
  readonly storeQueries?: boolean | undefined;
@@ -381,8 +381,8 @@ export declare const asSentinelInstance: {
381
381
  schema: "network.xyo.sentinel.config";
382
382
  readonly security?: {
383
383
  readonly allowAnonymous?: boolean | undefined;
384
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
385
- readonly disallowed?: Record<string, string[]> | undefined;
384
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
385
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
386
386
  } | undefined;
387
387
  readonly sign?: boolean | undefined;
388
388
  readonly storeQueries?: boolean | undefined;
@@ -410,8 +410,8 @@ export declare const asSentinelInstance: {
410
410
  schema: "network.xyo.module.config";
411
411
  readonly security?: {
412
412
  readonly allowAnonymous?: boolean | undefined;
413
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
414
- readonly disallowed?: Record<string, string[]> | undefined;
413
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
414
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
415
415
  } | undefined;
416
416
  readonly sign?: boolean | undefined;
417
417
  readonly storeQueries?: boolean | undefined;
@@ -427,8 +427,8 @@ export declare const asSentinelInstance: {
427
427
  schema: "network.xyo.module.config";
428
428
  readonly security?: {
429
429
  readonly allowAnonymous?: boolean | undefined;
430
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
431
- readonly disallowed?: Record<string, string[]> | undefined;
430
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
431
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
432
432
  } | undefined;
433
433
  readonly sign?: boolean | undefined;
434
434
  readonly storeQueries?: boolean | undefined;
@@ -451,8 +451,8 @@ export declare const asSentinelInstance: {
451
451
  schema: "network.xyo.sentinel.config";
452
452
  readonly security?: {
453
453
  readonly allowAnonymous?: boolean | undefined;
454
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
455
- readonly disallowed?: Record<string, string[]> | undefined;
454
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
455
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
456
456
  } | undefined;
457
457
  readonly sign?: boolean | undefined;
458
458
  readonly storeQueries?: boolean | undefined;
@@ -468,8 +468,8 @@ export declare const asSentinelInstance: {
468
468
  schema: "network.xyo.sentinel.config";
469
469
  readonly security?: {
470
470
  readonly allowAnonymous?: boolean | undefined;
471
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
472
- readonly disallowed?: Record<string, string[]> | undefined;
471
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
472
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
473
473
  } | undefined;
474
474
  readonly sign?: boolean | undefined;
475
475
  readonly storeQueries?: boolean | undefined;
@@ -497,8 +497,8 @@ export declare const asSentinelInstance: {
497
497
  schema: "network.xyo.module.config";
498
498
  readonly security?: {
499
499
  readonly allowAnonymous?: boolean | undefined;
500
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
501
- readonly disallowed?: Record<string, string[]> | undefined;
500
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
501
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
502
502
  } | undefined;
503
503
  readonly sign?: boolean | undefined;
504
504
  readonly storeQueries?: boolean | undefined;
@@ -514,8 +514,8 @@ export declare const asSentinelInstance: {
514
514
  schema: "network.xyo.module.config";
515
515
  readonly security?: {
516
516
  readonly allowAnonymous?: boolean | undefined;
517
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
518
- readonly disallowed?: Record<string, string[]> | undefined;
517
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
518
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
519
519
  } | undefined;
520
520
  readonly sign?: boolean | undefined;
521
521
  readonly storeQueries?: boolean | undefined;
@@ -539,8 +539,8 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
539
539
  schema: "network.xyo.sentinel.config";
540
540
  readonly security?: {
541
541
  readonly allowAnonymous?: boolean | undefined;
542
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
543
- readonly disallowed?: Record<string, string[]> | undefined;
542
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
543
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
544
544
  } | undefined;
545
545
  readonly sign?: boolean | undefined;
546
546
  readonly storeQueries?: boolean | undefined;
@@ -556,8 +556,8 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
556
556
  schema: "network.xyo.sentinel.config";
557
557
  readonly security?: {
558
558
  readonly allowAnonymous?: boolean | undefined;
559
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
560
- readonly disallowed?: Record<string, string[]> | undefined;
559
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
560
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
561
561
  } | undefined;
562
562
  readonly sign?: boolean | undefined;
563
563
  readonly storeQueries?: boolean | undefined;
@@ -585,8 +585,8 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
585
585
  schema: "network.xyo.module.config";
586
586
  readonly security?: {
587
587
  readonly allowAnonymous?: boolean | undefined;
588
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
589
- readonly disallowed?: Record<string, string[]> | undefined;
588
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
589
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
590
590
  } | undefined;
591
591
  readonly sign?: boolean | undefined;
592
592
  readonly storeQueries?: boolean | undefined;
@@ -602,8 +602,8 @@ export declare const withSentinelModule: <R>(module: any, closure: (module: Sent
602
602
  schema: "network.xyo.module.config";
603
603
  readonly security?: {
604
604
  readonly allowAnonymous?: boolean | undefined;
605
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
606
- readonly disallowed?: Record<string, string[]> | undefined;
605
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
606
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
607
607
  } | undefined;
608
608
  readonly sign?: boolean | undefined;
609
609
  readonly storeQueries?: boolean | undefined;
@@ -626,8 +626,8 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
626
626
  schema: "network.xyo.sentinel.config";
627
627
  readonly security?: {
628
628
  readonly allowAnonymous?: boolean | undefined;
629
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
630
- readonly disallowed?: Record<string, string[]> | undefined;
629
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
630
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
631
631
  } | undefined;
632
632
  readonly sign?: boolean | undefined;
633
633
  readonly storeQueries?: boolean | undefined;
@@ -643,8 +643,8 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
643
643
  schema: "network.xyo.sentinel.config";
644
644
  readonly security?: {
645
645
  readonly allowAnonymous?: boolean | undefined;
646
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
647
- readonly disallowed?: Record<string, string[]> | undefined;
646
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
647
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
648
648
  } | undefined;
649
649
  readonly sign?: boolean | undefined;
650
650
  readonly storeQueries?: boolean | undefined;
@@ -672,8 +672,8 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
672
672
  schema: "network.xyo.module.config";
673
673
  readonly security?: {
674
674
  readonly allowAnonymous?: boolean | undefined;
675
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
676
- readonly disallowed?: Record<string, string[]> | undefined;
675
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
676
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
677
677
  } | undefined;
678
678
  readonly sign?: boolean | undefined;
679
679
  readonly storeQueries?: boolean | undefined;
@@ -689,8 +689,8 @@ export declare const withSentinelInstance: <R>(module: any, closure: (module: Se
689
689
  schema: "network.xyo.module.config";
690
690
  readonly security?: {
691
691
  readonly allowAnonymous?: boolean | undefined;
692
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
693
- readonly disallowed?: Record<string, string[]> | undefined;
692
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
693
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
694
694
  } | undefined;
695
695
  readonly sign?: boolean | undefined;
696
696
  readonly storeQueries?: boolean | undefined;