@xyo-network/witness-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 isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
13
13
  schema: "network.xyo.witness.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 isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
30
30
  schema: "network.xyo.witness.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;
@@ -60,8 +60,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
60
60
  schema: "network.xyo.witness.config";
61
61
  readonly security?: {
62
62
  readonly allowAnonymous?: boolean | undefined;
63
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
- readonly disallowed?: Record<string, string[]> | undefined;
63
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
65
65
  } | undefined;
66
66
  readonly sign?: boolean | undefined;
67
67
  readonly storeQueries?: boolean | undefined;
@@ -77,8 +77,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
77
77
  schema: "network.xyo.witness.config";
78
78
  readonly security?: {
79
79
  readonly allowAnonymous?: boolean | undefined;
80
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
- readonly disallowed?: Record<string, string[]> | undefined;
80
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
82
82
  } | undefined;
83
83
  readonly sign?: boolean | undefined;
84
84
  readonly storeQueries?: boolean | undefined;
@@ -108,8 +108,8 @@ export declare const asWitnessModule: {
108
108
  schema: "network.xyo.witness.config";
109
109
  readonly security?: {
110
110
  readonly allowAnonymous?: boolean | undefined;
111
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
- readonly disallowed?: Record<string, string[]> | undefined;
111
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
113
113
  } | undefined;
114
114
  readonly sign?: boolean | undefined;
115
115
  readonly storeQueries?: boolean | undefined;
@@ -125,8 +125,8 @@ export declare const asWitnessModule: {
125
125
  schema: "network.xyo.witness.config";
126
126
  readonly security?: {
127
127
  readonly allowAnonymous?: boolean | undefined;
128
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
- readonly disallowed?: Record<string, string[]> | undefined;
128
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
130
130
  } | undefined;
131
131
  readonly sign?: boolean | undefined;
132
132
  readonly storeQueries?: boolean | undefined;
@@ -155,8 +155,8 @@ export declare const asWitnessModule: {
155
155
  schema: "network.xyo.witness.config";
156
156
  readonly security?: {
157
157
  readonly allowAnonymous?: boolean | undefined;
158
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
- readonly disallowed?: Record<string, string[]> | undefined;
158
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
160
160
  } | undefined;
161
161
  readonly sign?: boolean | undefined;
162
162
  readonly storeQueries?: boolean | undefined;
@@ -172,8 +172,8 @@ export declare const asWitnessModule: {
172
172
  schema: "network.xyo.witness.config";
173
173
  readonly security?: {
174
174
  readonly allowAnonymous?: boolean | undefined;
175
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
- readonly disallowed?: Record<string, string[]> | undefined;
175
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
177
177
  } | undefined;
178
178
  readonly sign?: boolean | undefined;
179
179
  readonly storeQueries?: boolean | undefined;
@@ -204,8 +204,8 @@ export declare const asWitnessInstance: {
204
204
  schema: "network.xyo.witness.config";
205
205
  readonly security?: {
206
206
  readonly allowAnonymous?: boolean | undefined;
207
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
- readonly disallowed?: Record<string, string[]> | undefined;
207
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
209
209
  } | undefined;
210
210
  readonly sign?: boolean | undefined;
211
211
  readonly storeQueries?: boolean | undefined;
@@ -221,8 +221,8 @@ export declare const asWitnessInstance: {
221
221
  schema: "network.xyo.witness.config";
222
222
  readonly security?: {
223
223
  readonly allowAnonymous?: boolean | undefined;
224
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
- readonly disallowed?: Record<string, string[]> | undefined;
224
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
226
226
  } | undefined;
227
227
  readonly sign?: boolean | undefined;
228
228
  readonly storeQueries?: boolean | undefined;
@@ -251,8 +251,8 @@ export declare const asWitnessInstance: {
251
251
  schema: "network.xyo.witness.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;
@@ -268,8 +268,8 @@ export declare const asWitnessInstance: {
268
268
  schema: "network.xyo.witness.config";
269
269
  readonly security?: {
270
270
  readonly allowAnonymous?: boolean | undefined;
271
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
- readonly disallowed?: Record<string, string[]> | undefined;
271
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
273
273
  } | undefined;
274
274
  readonly sign?: boolean | undefined;
275
275
  readonly storeQueries?: boolean | undefined;
@@ -299,8 +299,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
299
299
  schema: "network.xyo.witness.config";
300
300
  readonly security?: {
301
301
  readonly allowAnonymous?: boolean | undefined;
302
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
- readonly disallowed?: Record<string, string[]> | undefined;
302
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
304
304
  } | undefined;
305
305
  readonly sign?: boolean | undefined;
306
306
  readonly storeQueries?: boolean | undefined;
@@ -316,8 +316,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
316
316
  schema: "network.xyo.witness.config";
317
317
  readonly security?: {
318
318
  readonly allowAnonymous?: boolean | undefined;
319
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
- readonly disallowed?: Record<string, string[]> | undefined;
319
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
321
321
  } | undefined;
322
322
  readonly sign?: boolean | undefined;
323
323
  readonly storeQueries?: boolean | undefined;
@@ -346,8 +346,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
346
346
  schema: "network.xyo.witness.config";
347
347
  readonly security?: {
348
348
  readonly allowAnonymous?: boolean | undefined;
349
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
- readonly disallowed?: Record<string, string[]> | undefined;
349
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
351
351
  } | undefined;
352
352
  readonly sign?: boolean | undefined;
353
353
  readonly storeQueries?: boolean | undefined;
@@ -363,8 +363,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
363
363
  schema: "network.xyo.witness.config";
364
364
  readonly security?: {
365
365
  readonly allowAnonymous?: boolean | undefined;
366
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
- readonly disallowed?: Record<string, string[]> | undefined;
366
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
368
368
  } | undefined;
369
369
  readonly sign?: boolean | undefined;
370
370
  readonly storeQueries?: boolean | undefined;
@@ -13,8 +13,8 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
13
13
  schema: "network.xyo.witness.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 isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
30
30
  schema: "network.xyo.witness.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;
@@ -60,8 +60,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
60
60
  schema: "network.xyo.witness.config";
61
61
  readonly security?: {
62
62
  readonly allowAnonymous?: boolean | undefined;
63
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
- readonly disallowed?: Record<string, string[]> | undefined;
63
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
65
65
  } | undefined;
66
66
  readonly sign?: boolean | undefined;
67
67
  readonly storeQueries?: boolean | undefined;
@@ -77,8 +77,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
77
77
  schema: "network.xyo.witness.config";
78
78
  readonly security?: {
79
79
  readonly allowAnonymous?: boolean | undefined;
80
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
- readonly disallowed?: Record<string, string[]> | undefined;
80
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
82
82
  } | undefined;
83
83
  readonly sign?: boolean | undefined;
84
84
  readonly storeQueries?: boolean | undefined;
@@ -108,8 +108,8 @@ export declare const asWitnessModule: {
108
108
  schema: "network.xyo.witness.config";
109
109
  readonly security?: {
110
110
  readonly allowAnonymous?: boolean | undefined;
111
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
- readonly disallowed?: Record<string, string[]> | undefined;
111
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
113
113
  } | undefined;
114
114
  readonly sign?: boolean | undefined;
115
115
  readonly storeQueries?: boolean | undefined;
@@ -125,8 +125,8 @@ export declare const asWitnessModule: {
125
125
  schema: "network.xyo.witness.config";
126
126
  readonly security?: {
127
127
  readonly allowAnonymous?: boolean | undefined;
128
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
- readonly disallowed?: Record<string, string[]> | undefined;
128
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
130
130
  } | undefined;
131
131
  readonly sign?: boolean | undefined;
132
132
  readonly storeQueries?: boolean | undefined;
@@ -155,8 +155,8 @@ export declare const asWitnessModule: {
155
155
  schema: "network.xyo.witness.config";
156
156
  readonly security?: {
157
157
  readonly allowAnonymous?: boolean | undefined;
158
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
- readonly disallowed?: Record<string, string[]> | undefined;
158
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
160
160
  } | undefined;
161
161
  readonly sign?: boolean | undefined;
162
162
  readonly storeQueries?: boolean | undefined;
@@ -172,8 +172,8 @@ export declare const asWitnessModule: {
172
172
  schema: "network.xyo.witness.config";
173
173
  readonly security?: {
174
174
  readonly allowAnonymous?: boolean | undefined;
175
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
- readonly disallowed?: Record<string, string[]> | undefined;
175
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
177
177
  } | undefined;
178
178
  readonly sign?: boolean | undefined;
179
179
  readonly storeQueries?: boolean | undefined;
@@ -204,8 +204,8 @@ export declare const asWitnessInstance: {
204
204
  schema: "network.xyo.witness.config";
205
205
  readonly security?: {
206
206
  readonly allowAnonymous?: boolean | undefined;
207
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
- readonly disallowed?: Record<string, string[]> | undefined;
207
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
209
209
  } | undefined;
210
210
  readonly sign?: boolean | undefined;
211
211
  readonly storeQueries?: boolean | undefined;
@@ -221,8 +221,8 @@ export declare const asWitnessInstance: {
221
221
  schema: "network.xyo.witness.config";
222
222
  readonly security?: {
223
223
  readonly allowAnonymous?: boolean | undefined;
224
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
- readonly disallowed?: Record<string, string[]> | undefined;
224
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
226
226
  } | undefined;
227
227
  readonly sign?: boolean | undefined;
228
228
  readonly storeQueries?: boolean | undefined;
@@ -251,8 +251,8 @@ export declare const asWitnessInstance: {
251
251
  schema: "network.xyo.witness.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;
@@ -268,8 +268,8 @@ export declare const asWitnessInstance: {
268
268
  schema: "network.xyo.witness.config";
269
269
  readonly security?: {
270
270
  readonly allowAnonymous?: boolean | undefined;
271
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
- readonly disallowed?: Record<string, string[]> | undefined;
271
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
273
273
  } | undefined;
274
274
  readonly sign?: boolean | undefined;
275
275
  readonly storeQueries?: boolean | undefined;
@@ -299,8 +299,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
299
299
  schema: "network.xyo.witness.config";
300
300
  readonly security?: {
301
301
  readonly allowAnonymous?: boolean | undefined;
302
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
- readonly disallowed?: Record<string, string[]> | undefined;
302
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
304
304
  } | undefined;
305
305
  readonly sign?: boolean | undefined;
306
306
  readonly storeQueries?: boolean | undefined;
@@ -316,8 +316,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
316
316
  schema: "network.xyo.witness.config";
317
317
  readonly security?: {
318
318
  readonly allowAnonymous?: boolean | undefined;
319
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
- readonly disallowed?: Record<string, string[]> | undefined;
319
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
321
321
  } | undefined;
322
322
  readonly sign?: boolean | undefined;
323
323
  readonly storeQueries?: boolean | undefined;
@@ -346,8 +346,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
346
346
  schema: "network.xyo.witness.config";
347
347
  readonly security?: {
348
348
  readonly allowAnonymous?: boolean | undefined;
349
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
- readonly disallowed?: Record<string, string[]> | undefined;
349
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
351
351
  } | undefined;
352
352
  readonly sign?: boolean | undefined;
353
353
  readonly storeQueries?: boolean | undefined;
@@ -363,8 +363,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
363
363
  schema: "network.xyo.witness.config";
364
364
  readonly security?: {
365
365
  readonly allowAnonymous?: boolean | undefined;
366
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
- readonly disallowed?: Record<string, string[]> | undefined;
366
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
368
368
  } | undefined;
369
369
  readonly sign?: boolean | undefined;
370
370
  readonly storeQueries?: boolean | undefined;
@@ -13,8 +13,8 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
13
13
  schema: "network.xyo.witness.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 isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
30
30
  schema: "network.xyo.witness.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;
@@ -60,8 +60,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
60
60
  schema: "network.xyo.witness.config";
61
61
  readonly security?: {
62
62
  readonly allowAnonymous?: boolean | undefined;
63
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
- readonly disallowed?: Record<string, string[]> | undefined;
63
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
65
65
  } | undefined;
66
66
  readonly sign?: boolean | undefined;
67
67
  readonly storeQueries?: boolean | undefined;
@@ -77,8 +77,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
77
77
  schema: "network.xyo.witness.config";
78
78
  readonly security?: {
79
79
  readonly allowAnonymous?: boolean | undefined;
80
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
- readonly disallowed?: Record<string, string[]> | undefined;
80
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
82
82
  } | undefined;
83
83
  readonly sign?: boolean | undefined;
84
84
  readonly storeQueries?: boolean | undefined;
@@ -108,8 +108,8 @@ export declare const asWitnessModule: {
108
108
  schema: "network.xyo.witness.config";
109
109
  readonly security?: {
110
110
  readonly allowAnonymous?: boolean | undefined;
111
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
- readonly disallowed?: Record<string, string[]> | undefined;
111
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
113
113
  } | undefined;
114
114
  readonly sign?: boolean | undefined;
115
115
  readonly storeQueries?: boolean | undefined;
@@ -125,8 +125,8 @@ export declare const asWitnessModule: {
125
125
  schema: "network.xyo.witness.config";
126
126
  readonly security?: {
127
127
  readonly allowAnonymous?: boolean | undefined;
128
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
- readonly disallowed?: Record<string, string[]> | undefined;
128
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
130
130
  } | undefined;
131
131
  readonly sign?: boolean | undefined;
132
132
  readonly storeQueries?: boolean | undefined;
@@ -155,8 +155,8 @@ export declare const asWitnessModule: {
155
155
  schema: "network.xyo.witness.config";
156
156
  readonly security?: {
157
157
  readonly allowAnonymous?: boolean | undefined;
158
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
- readonly disallowed?: Record<string, string[]> | undefined;
158
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
160
160
  } | undefined;
161
161
  readonly sign?: boolean | undefined;
162
162
  readonly storeQueries?: boolean | undefined;
@@ -172,8 +172,8 @@ export declare const asWitnessModule: {
172
172
  schema: "network.xyo.witness.config";
173
173
  readonly security?: {
174
174
  readonly allowAnonymous?: boolean | undefined;
175
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
- readonly disallowed?: Record<string, string[]> | undefined;
175
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
177
177
  } | undefined;
178
178
  readonly sign?: boolean | undefined;
179
179
  readonly storeQueries?: boolean | undefined;
@@ -204,8 +204,8 @@ export declare const asWitnessInstance: {
204
204
  schema: "network.xyo.witness.config";
205
205
  readonly security?: {
206
206
  readonly allowAnonymous?: boolean | undefined;
207
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
- readonly disallowed?: Record<string, string[]> | undefined;
207
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
209
209
  } | undefined;
210
210
  readonly sign?: boolean | undefined;
211
211
  readonly storeQueries?: boolean | undefined;
@@ -221,8 +221,8 @@ export declare const asWitnessInstance: {
221
221
  schema: "network.xyo.witness.config";
222
222
  readonly security?: {
223
223
  readonly allowAnonymous?: boolean | undefined;
224
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
- readonly disallowed?: Record<string, string[]> | undefined;
224
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
226
226
  } | undefined;
227
227
  readonly sign?: boolean | undefined;
228
228
  readonly storeQueries?: boolean | undefined;
@@ -251,8 +251,8 @@ export declare const asWitnessInstance: {
251
251
  schema: "network.xyo.witness.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;
@@ -268,8 +268,8 @@ export declare const asWitnessInstance: {
268
268
  schema: "network.xyo.witness.config";
269
269
  readonly security?: {
270
270
  readonly allowAnonymous?: boolean | undefined;
271
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
- readonly disallowed?: Record<string, string[]> | undefined;
271
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
273
273
  } | undefined;
274
274
  readonly sign?: boolean | undefined;
275
275
  readonly storeQueries?: boolean | undefined;
@@ -299,8 +299,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
299
299
  schema: "network.xyo.witness.config";
300
300
  readonly security?: {
301
301
  readonly allowAnonymous?: boolean | undefined;
302
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
- readonly disallowed?: Record<string, string[]> | undefined;
302
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
304
304
  } | undefined;
305
305
  readonly sign?: boolean | undefined;
306
306
  readonly storeQueries?: boolean | undefined;
@@ -316,8 +316,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
316
316
  schema: "network.xyo.witness.config";
317
317
  readonly security?: {
318
318
  readonly allowAnonymous?: boolean | undefined;
319
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
- readonly disallowed?: Record<string, string[]> | undefined;
319
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
321
321
  } | undefined;
322
322
  readonly sign?: boolean | undefined;
323
323
  readonly storeQueries?: boolean | undefined;
@@ -346,8 +346,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
346
346
  schema: "network.xyo.witness.config";
347
347
  readonly security?: {
348
348
  readonly allowAnonymous?: boolean | undefined;
349
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
- readonly disallowed?: Record<string, string[]> | undefined;
349
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
351
351
  } | undefined;
352
352
  readonly sign?: boolean | undefined;
353
353
  readonly storeQueries?: boolean | undefined;
@@ -363,8 +363,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
363
363
  schema: "network.xyo.witness.config";
364
364
  readonly security?: {
365
365
  readonly allowAnonymous?: boolean | undefined;
366
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
- readonly disallowed?: Record<string, string[]> | undefined;
366
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
368
368
  } | undefined;
369
369
  readonly sign?: boolean | undefined;
370
370
  readonly storeQueries?: boolean | undefined;
@@ -13,8 +13,8 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
13
13
  schema: "network.xyo.witness.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 isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
30
30
  schema: "network.xyo.witness.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;
@@ -60,8 +60,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
60
60
  schema: "network.xyo.witness.config";
61
61
  readonly security?: {
62
62
  readonly allowAnonymous?: boolean | undefined;
63
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
- readonly disallowed?: Record<string, string[]> | undefined;
63
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
65
65
  } | undefined;
66
66
  readonly sign?: boolean | undefined;
67
67
  readonly storeQueries?: boolean | undefined;
@@ -77,8 +77,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
77
77
  schema: "network.xyo.witness.config";
78
78
  readonly security?: {
79
79
  readonly allowAnonymous?: boolean | undefined;
80
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
- readonly disallowed?: Record<string, string[]> | undefined;
80
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
82
82
  } | undefined;
83
83
  readonly sign?: boolean | undefined;
84
84
  readonly storeQueries?: boolean | undefined;
@@ -108,8 +108,8 @@ export declare const asWitnessModule: {
108
108
  schema: "network.xyo.witness.config";
109
109
  readonly security?: {
110
110
  readonly allowAnonymous?: boolean | undefined;
111
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
- readonly disallowed?: Record<string, string[]> | undefined;
111
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
113
113
  } | undefined;
114
114
  readonly sign?: boolean | undefined;
115
115
  readonly storeQueries?: boolean | undefined;
@@ -125,8 +125,8 @@ export declare const asWitnessModule: {
125
125
  schema: "network.xyo.witness.config";
126
126
  readonly security?: {
127
127
  readonly allowAnonymous?: boolean | undefined;
128
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
- readonly disallowed?: Record<string, string[]> | undefined;
128
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
130
130
  } | undefined;
131
131
  readonly sign?: boolean | undefined;
132
132
  readonly storeQueries?: boolean | undefined;
@@ -155,8 +155,8 @@ export declare const asWitnessModule: {
155
155
  schema: "network.xyo.witness.config";
156
156
  readonly security?: {
157
157
  readonly allowAnonymous?: boolean | undefined;
158
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
- readonly disallowed?: Record<string, string[]> | undefined;
158
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
160
160
  } | undefined;
161
161
  readonly sign?: boolean | undefined;
162
162
  readonly storeQueries?: boolean | undefined;
@@ -172,8 +172,8 @@ export declare const asWitnessModule: {
172
172
  schema: "network.xyo.witness.config";
173
173
  readonly security?: {
174
174
  readonly allowAnonymous?: boolean | undefined;
175
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
- readonly disallowed?: Record<string, string[]> | undefined;
175
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
177
177
  } | undefined;
178
178
  readonly sign?: boolean | undefined;
179
179
  readonly storeQueries?: boolean | undefined;
@@ -204,8 +204,8 @@ export declare const asWitnessInstance: {
204
204
  schema: "network.xyo.witness.config";
205
205
  readonly security?: {
206
206
  readonly allowAnonymous?: boolean | undefined;
207
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
- readonly disallowed?: Record<string, string[]> | undefined;
207
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
209
209
  } | undefined;
210
210
  readonly sign?: boolean | undefined;
211
211
  readonly storeQueries?: boolean | undefined;
@@ -221,8 +221,8 @@ export declare const asWitnessInstance: {
221
221
  schema: "network.xyo.witness.config";
222
222
  readonly security?: {
223
223
  readonly allowAnonymous?: boolean | undefined;
224
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
- readonly disallowed?: Record<string, string[]> | undefined;
224
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
226
226
  } | undefined;
227
227
  readonly sign?: boolean | undefined;
228
228
  readonly storeQueries?: boolean | undefined;
@@ -251,8 +251,8 @@ export declare const asWitnessInstance: {
251
251
  schema: "network.xyo.witness.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;
@@ -268,8 +268,8 @@ export declare const asWitnessInstance: {
268
268
  schema: "network.xyo.witness.config";
269
269
  readonly security?: {
270
270
  readonly allowAnonymous?: boolean | undefined;
271
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
- readonly disallowed?: Record<string, string[]> | undefined;
271
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
273
273
  } | undefined;
274
274
  readonly sign?: boolean | undefined;
275
275
  readonly storeQueries?: boolean | undefined;
@@ -299,8 +299,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
299
299
  schema: "network.xyo.witness.config";
300
300
  readonly security?: {
301
301
  readonly allowAnonymous?: boolean | undefined;
302
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
- readonly disallowed?: Record<string, string[]> | undefined;
302
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
304
304
  } | undefined;
305
305
  readonly sign?: boolean | undefined;
306
306
  readonly storeQueries?: boolean | undefined;
@@ -316,8 +316,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
316
316
  schema: "network.xyo.witness.config";
317
317
  readonly security?: {
318
318
  readonly allowAnonymous?: boolean | undefined;
319
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
- readonly disallowed?: Record<string, string[]> | undefined;
319
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
321
321
  } | undefined;
322
322
  readonly sign?: boolean | undefined;
323
323
  readonly storeQueries?: boolean | undefined;
@@ -346,8 +346,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
346
346
  schema: "network.xyo.witness.config";
347
347
  readonly security?: {
348
348
  readonly allowAnonymous?: boolean | undefined;
349
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
- readonly disallowed?: Record<string, string[]> | undefined;
349
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
351
351
  } | undefined;
352
352
  readonly sign?: boolean | undefined;
353
353
  readonly storeQueries?: boolean | undefined;
@@ -363,8 +363,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
363
363
  schema: "network.xyo.witness.config";
364
364
  readonly security?: {
365
365
  readonly allowAnonymous?: boolean | undefined;
366
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
- readonly disallowed?: Record<string, string[]> | undefined;
366
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
368
368
  } | undefined;
369
369
  readonly sign?: boolean | undefined;
370
370
  readonly storeQueries?: boolean | undefined;
@@ -13,8 +13,8 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
13
13
  schema: "network.xyo.witness.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 isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
30
30
  schema: "network.xyo.witness.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;
@@ -60,8 +60,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
60
60
  schema: "network.xyo.witness.config";
61
61
  readonly security?: {
62
62
  readonly allowAnonymous?: boolean | undefined;
63
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
- readonly disallowed?: Record<string, string[]> | undefined;
63
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
65
65
  } | undefined;
66
66
  readonly sign?: boolean | undefined;
67
67
  readonly storeQueries?: boolean | undefined;
@@ -77,8 +77,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
77
77
  schema: "network.xyo.witness.config";
78
78
  readonly security?: {
79
79
  readonly allowAnonymous?: boolean | undefined;
80
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
- readonly disallowed?: Record<string, string[]> | undefined;
80
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
82
82
  } | undefined;
83
83
  readonly sign?: boolean | undefined;
84
84
  readonly storeQueries?: boolean | undefined;
@@ -108,8 +108,8 @@ export declare const asWitnessModule: {
108
108
  schema: "network.xyo.witness.config";
109
109
  readonly security?: {
110
110
  readonly allowAnonymous?: boolean | undefined;
111
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
- readonly disallowed?: Record<string, string[]> | undefined;
111
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
113
113
  } | undefined;
114
114
  readonly sign?: boolean | undefined;
115
115
  readonly storeQueries?: boolean | undefined;
@@ -125,8 +125,8 @@ export declare const asWitnessModule: {
125
125
  schema: "network.xyo.witness.config";
126
126
  readonly security?: {
127
127
  readonly allowAnonymous?: boolean | undefined;
128
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
- readonly disallowed?: Record<string, string[]> | undefined;
128
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
130
130
  } | undefined;
131
131
  readonly sign?: boolean | undefined;
132
132
  readonly storeQueries?: boolean | undefined;
@@ -155,8 +155,8 @@ export declare const asWitnessModule: {
155
155
  schema: "network.xyo.witness.config";
156
156
  readonly security?: {
157
157
  readonly allowAnonymous?: boolean | undefined;
158
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
- readonly disallowed?: Record<string, string[]> | undefined;
158
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
160
160
  } | undefined;
161
161
  readonly sign?: boolean | undefined;
162
162
  readonly storeQueries?: boolean | undefined;
@@ -172,8 +172,8 @@ export declare const asWitnessModule: {
172
172
  schema: "network.xyo.witness.config";
173
173
  readonly security?: {
174
174
  readonly allowAnonymous?: boolean | undefined;
175
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
- readonly disallowed?: Record<string, string[]> | undefined;
175
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
177
177
  } | undefined;
178
178
  readonly sign?: boolean | undefined;
179
179
  readonly storeQueries?: boolean | undefined;
@@ -204,8 +204,8 @@ export declare const asWitnessInstance: {
204
204
  schema: "network.xyo.witness.config";
205
205
  readonly security?: {
206
206
  readonly allowAnonymous?: boolean | undefined;
207
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
- readonly disallowed?: Record<string, string[]> | undefined;
207
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
209
209
  } | undefined;
210
210
  readonly sign?: boolean | undefined;
211
211
  readonly storeQueries?: boolean | undefined;
@@ -221,8 +221,8 @@ export declare const asWitnessInstance: {
221
221
  schema: "network.xyo.witness.config";
222
222
  readonly security?: {
223
223
  readonly allowAnonymous?: boolean | undefined;
224
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
- readonly disallowed?: Record<string, string[]> | undefined;
224
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
226
226
  } | undefined;
227
227
  readonly sign?: boolean | undefined;
228
228
  readonly storeQueries?: boolean | undefined;
@@ -251,8 +251,8 @@ export declare const asWitnessInstance: {
251
251
  schema: "network.xyo.witness.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;
@@ -268,8 +268,8 @@ export declare const asWitnessInstance: {
268
268
  schema: "network.xyo.witness.config";
269
269
  readonly security?: {
270
270
  readonly allowAnonymous?: boolean | undefined;
271
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
- readonly disallowed?: Record<string, string[]> | undefined;
271
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
273
273
  } | undefined;
274
274
  readonly sign?: boolean | undefined;
275
275
  readonly storeQueries?: boolean | undefined;
@@ -299,8 +299,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
299
299
  schema: "network.xyo.witness.config";
300
300
  readonly security?: {
301
301
  readonly allowAnonymous?: boolean | undefined;
302
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
- readonly disallowed?: Record<string, string[]> | undefined;
302
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
304
304
  } | undefined;
305
305
  readonly sign?: boolean | undefined;
306
306
  readonly storeQueries?: boolean | undefined;
@@ -316,8 +316,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
316
316
  schema: "network.xyo.witness.config";
317
317
  readonly security?: {
318
318
  readonly allowAnonymous?: boolean | undefined;
319
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
- readonly disallowed?: Record<string, string[]> | undefined;
319
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
321
321
  } | undefined;
322
322
  readonly sign?: boolean | undefined;
323
323
  readonly storeQueries?: boolean | undefined;
@@ -346,8 +346,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
346
346
  schema: "network.xyo.witness.config";
347
347
  readonly security?: {
348
348
  readonly allowAnonymous?: boolean | undefined;
349
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
- readonly disallowed?: Record<string, string[]> | undefined;
349
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
351
351
  } | undefined;
352
352
  readonly sign?: boolean | undefined;
353
353
  readonly storeQueries?: boolean | undefined;
@@ -363,8 +363,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
363
363
  schema: "network.xyo.witness.config";
364
364
  readonly security?: {
365
365
  readonly allowAnonymous?: boolean | undefined;
366
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
- readonly disallowed?: Record<string, string[]> | undefined;
366
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
368
368
  } | undefined;
369
369
  readonly sign?: boolean | undefined;
370
370
  readonly storeQueries?: boolean | undefined;
@@ -13,8 +13,8 @@ export declare const isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
13
13
  schema: "network.xyo.witness.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 isWitnessInstance: import("@xylabs/object").TypeCheck<Witne
30
30
  schema: "network.xyo.witness.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;
@@ -60,8 +60,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
60
60
  schema: "network.xyo.witness.config";
61
61
  readonly security?: {
62
62
  readonly allowAnonymous?: boolean | undefined;
63
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
- readonly disallowed?: Record<string, string[]> | undefined;
63
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
64
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
65
65
  } | undefined;
66
66
  readonly sign?: boolean | undefined;
67
67
  readonly storeQueries?: boolean | undefined;
@@ -77,8 +77,8 @@ export declare const isWitnessModule: import("@xyo-network/module-model").Module
77
77
  schema: "network.xyo.witness.config";
78
78
  readonly security?: {
79
79
  readonly allowAnonymous?: boolean | undefined;
80
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
- readonly disallowed?: Record<string, string[]> | undefined;
80
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
81
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
82
82
  } | undefined;
83
83
  readonly sign?: boolean | undefined;
84
84
  readonly storeQueries?: boolean | undefined;
@@ -108,8 +108,8 @@ export declare const asWitnessModule: {
108
108
  schema: "network.xyo.witness.config";
109
109
  readonly security?: {
110
110
  readonly allowAnonymous?: boolean | undefined;
111
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
- readonly disallowed?: Record<string, string[]> | undefined;
111
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
112
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
113
113
  } | undefined;
114
114
  readonly sign?: boolean | undefined;
115
115
  readonly storeQueries?: boolean | undefined;
@@ -125,8 +125,8 @@ export declare const asWitnessModule: {
125
125
  schema: "network.xyo.witness.config";
126
126
  readonly security?: {
127
127
  readonly allowAnonymous?: boolean | undefined;
128
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
- readonly disallowed?: Record<string, string[]> | undefined;
128
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
129
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
130
130
  } | undefined;
131
131
  readonly sign?: boolean | undefined;
132
132
  readonly storeQueries?: boolean | undefined;
@@ -155,8 +155,8 @@ export declare const asWitnessModule: {
155
155
  schema: "network.xyo.witness.config";
156
156
  readonly security?: {
157
157
  readonly allowAnonymous?: boolean | undefined;
158
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
- readonly disallowed?: Record<string, string[]> | undefined;
158
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
159
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
160
160
  } | undefined;
161
161
  readonly sign?: boolean | undefined;
162
162
  readonly storeQueries?: boolean | undefined;
@@ -172,8 +172,8 @@ export declare const asWitnessModule: {
172
172
  schema: "network.xyo.witness.config";
173
173
  readonly security?: {
174
174
  readonly allowAnonymous?: boolean | undefined;
175
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
- readonly disallowed?: Record<string, string[]> | undefined;
175
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
176
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
177
177
  } | undefined;
178
178
  readonly sign?: boolean | undefined;
179
179
  readonly storeQueries?: boolean | undefined;
@@ -204,8 +204,8 @@ export declare const asWitnessInstance: {
204
204
  schema: "network.xyo.witness.config";
205
205
  readonly security?: {
206
206
  readonly allowAnonymous?: boolean | undefined;
207
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
- readonly disallowed?: Record<string, string[]> | undefined;
207
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
208
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
209
209
  } | undefined;
210
210
  readonly sign?: boolean | undefined;
211
211
  readonly storeQueries?: boolean | undefined;
@@ -221,8 +221,8 @@ export declare const asWitnessInstance: {
221
221
  schema: "network.xyo.witness.config";
222
222
  readonly security?: {
223
223
  readonly allowAnonymous?: boolean | undefined;
224
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
- readonly disallowed?: Record<string, string[]> | undefined;
224
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
225
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
226
226
  } | undefined;
227
227
  readonly sign?: boolean | undefined;
228
228
  readonly storeQueries?: boolean | undefined;
@@ -251,8 +251,8 @@ export declare const asWitnessInstance: {
251
251
  schema: "network.xyo.witness.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;
@@ -268,8 +268,8 @@ export declare const asWitnessInstance: {
268
268
  schema: "network.xyo.witness.config";
269
269
  readonly security?: {
270
270
  readonly allowAnonymous?: boolean | undefined;
271
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
- readonly disallowed?: Record<string, string[]> | undefined;
271
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
272
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
273
273
  } | undefined;
274
274
  readonly sign?: boolean | undefined;
275
275
  readonly storeQueries?: boolean | undefined;
@@ -299,8 +299,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
299
299
  schema: "network.xyo.witness.config";
300
300
  readonly security?: {
301
301
  readonly allowAnonymous?: boolean | undefined;
302
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
- readonly disallowed?: Record<string, string[]> | undefined;
302
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
303
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
304
304
  } | undefined;
305
305
  readonly sign?: boolean | undefined;
306
306
  readonly storeQueries?: boolean | undefined;
@@ -316,8 +316,8 @@ export declare const withWitnessModule: <R>(module: any, closure: (module: Witne
316
316
  schema: "network.xyo.witness.config";
317
317
  readonly security?: {
318
318
  readonly allowAnonymous?: boolean | undefined;
319
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
- readonly disallowed?: Record<string, string[]> | undefined;
319
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
320
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
321
321
  } | undefined;
322
322
  readonly sign?: boolean | undefined;
323
323
  readonly storeQueries?: boolean | undefined;
@@ -346,8 +346,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
346
346
  schema: "network.xyo.witness.config";
347
347
  readonly security?: {
348
348
  readonly allowAnonymous?: boolean | undefined;
349
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
- readonly disallowed?: Record<string, string[]> | undefined;
349
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
350
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
351
351
  } | undefined;
352
352
  readonly sign?: boolean | undefined;
353
353
  readonly storeQueries?: boolean | undefined;
@@ -363,8 +363,8 @@ export declare const withWitnessInstance: <R>(module: any, closure: (module: Wit
363
363
  schema: "network.xyo.witness.config";
364
364
  readonly security?: {
365
365
  readonly allowAnonymous?: boolean | undefined;
366
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
- readonly disallowed?: Record<string, string[]> | undefined;
366
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
367
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
368
368
  } | undefined;
369
369
  readonly sign?: boolean | undefined;
370
370
  readonly storeQueries?: boolean | undefined;
package/package.json CHANGED
@@ -10,15 +10,15 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/object": "^2.89.3",
14
- "@xylabs/promise": "^2.14.3",
15
- "@xyo-network/module-events": "~2.90.23",
16
- "@xyo-network/module-model": "~2.90.23",
17
- "@xyo-network/payload-model": "~2.90.23"
13
+ "@xylabs/object": "^3.0.0",
14
+ "@xylabs/promise": "^3.0.0",
15
+ "@xyo-network/module-events": "~2.91.0",
16
+ "@xyo-network/module-model": "~2.91.0",
17
+ "@xyo-network/payload-model": "~2.91.0"
18
18
  },
19
19
  "devDependencies": {
20
- "@xylabs/ts-scripts-yarn3": "^3.2.42",
21
- "@xylabs/tsconfig": "^3.2.42",
20
+ "@xylabs/ts-scripts-yarn3": "^3.4.1",
21
+ "@xylabs/tsconfig": "^3.4.1",
22
22
  "typescript": "^5.3.3"
23
23
  },
24
24
  "description": "Primary SDK for using XYO Protocol 2.0",
@@ -60,6 +60,6 @@
60
60
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js.git"
61
61
  },
62
62
  "sideEffects": false,
63
- "version": "2.90.23",
63
+ "version": "2.91.0",
64
64
  "type": "module"
65
65
  }