@xyo-network/diviner-stateful 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.
- package/dist/browser/Config.d.cts +4 -3
- package/dist/browser/Config.d.cts.map +1 -1
- package/dist/browser/Config.d.mts +4 -3
- package/dist/browser/Config.d.mts.map +1 -1
- package/dist/browser/Config.d.ts +4 -3
- package/dist/browser/Config.d.ts.map +1 -1
- package/dist/browser/Diviner.d.cts +12 -12
- package/dist/browser/Diviner.d.cts.map +1 -1
- package/dist/browser/Diviner.d.mts +12 -12
- package/dist/browser/Diviner.d.mts.map +1 -1
- package/dist/browser/Diviner.d.ts +12 -12
- package/dist/browser/Diviner.d.ts.map +1 -1
- package/dist/browser/DivinerMixin.d.cts +59 -59
- package/dist/browser/DivinerMixin.d.mts +59 -59
- package/dist/browser/DivinerMixin.d.ts +59 -59
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/node/Config.d.cts +4 -3
- package/dist/node/Config.d.cts.map +1 -1
- package/dist/node/Config.d.mts +4 -3
- package/dist/node/Config.d.mts.map +1 -1
- package/dist/node/Config.d.ts +4 -3
- package/dist/node/Config.d.ts.map +1 -1
- package/dist/node/Diviner.d.cts +12 -12
- package/dist/node/Diviner.d.cts.map +1 -1
- package/dist/node/Diviner.d.mts +12 -12
- package/dist/node/Diviner.d.mts.map +1 -1
- package/dist/node/Diviner.d.ts +12 -12
- package/dist/node/Diviner.d.ts.map +1 -1
- package/dist/node/DivinerMixin.d.cts +59 -59
- package/dist/node/DivinerMixin.d.mts +59 -59
- package/dist/node/DivinerMixin.d.ts +59 -59
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js.map +1 -1
- package/package.json +22 -21
- package/src/Config.ts +4 -3
- package/src/Diviner.ts +3 -2
|
@@ -21,8 +21,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
21
21
|
schema: "network.xyo.diviner.stateful.config";
|
|
22
22
|
readonly security?: {
|
|
23
23
|
readonly allowAnonymous?: boolean | undefined;
|
|
24
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
25
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
24
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
25
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
26
26
|
} | undefined;
|
|
27
27
|
readonly sign?: boolean | undefined;
|
|
28
28
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -38,8 +38,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
38
38
|
schema: "network.xyo.diviner.stateful.config";
|
|
39
39
|
readonly security?: {
|
|
40
40
|
readonly allowAnonymous?: boolean | undefined;
|
|
41
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
42
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
41
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
42
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
43
43
|
} | undefined;
|
|
44
44
|
readonly sign?: boolean | undefined;
|
|
45
45
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
70
70
|
schema: "network.xyo.diviner.stateful.config";
|
|
71
71
|
readonly security?: {
|
|
72
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
74
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
74
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
75
75
|
} | undefined;
|
|
76
76
|
readonly sign?: boolean | undefined;
|
|
77
77
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -87,8 +87,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
87
87
|
schema: "network.xyo.diviner.stateful.config";
|
|
88
88
|
readonly security?: {
|
|
89
89
|
readonly allowAnonymous?: boolean | undefined;
|
|
90
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
91
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
90
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
91
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
92
92
|
} | undefined;
|
|
93
93
|
readonly sign?: boolean | undefined;
|
|
94
94
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -134,8 +134,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
134
134
|
schema: "network.xyo.archivist.config";
|
|
135
135
|
readonly security?: {
|
|
136
136
|
readonly allowAnonymous?: boolean | undefined;
|
|
137
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
138
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
137
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
138
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
139
139
|
} | undefined;
|
|
140
140
|
readonly sign?: boolean | undefined;
|
|
141
141
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -151,8 +151,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
151
151
|
schema: "network.xyo.archivist.config";
|
|
152
152
|
readonly security?: {
|
|
153
153
|
readonly allowAnonymous?: boolean | undefined;
|
|
154
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
155
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
154
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
155
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
156
156
|
} | undefined;
|
|
157
157
|
readonly sign?: boolean | undefined;
|
|
158
158
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -187,8 +187,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
187
187
|
schema: "network.xyo.diviner.config";
|
|
188
188
|
readonly security?: {
|
|
189
189
|
readonly allowAnonymous?: boolean | undefined;
|
|
190
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
191
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
190
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
191
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
192
192
|
} | undefined;
|
|
193
193
|
readonly sign?: boolean | undefined;
|
|
194
194
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -204,8 +204,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
204
204
|
schema: "network.xyo.diviner.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;
|
|
@@ -239,8 +239,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
239
239
|
schema: "network.xyo.diviner.config";
|
|
240
240
|
readonly security?: {
|
|
241
241
|
readonly allowAnonymous?: boolean | undefined;
|
|
242
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
243
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
242
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
243
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
244
244
|
} | undefined;
|
|
245
245
|
readonly sign?: boolean | undefined;
|
|
246
246
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -256,8 +256,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
256
256
|
schema: "network.xyo.diviner.config";
|
|
257
257
|
readonly security?: {
|
|
258
258
|
readonly allowAnonymous?: boolean | undefined;
|
|
259
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
260
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
259
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
260
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
261
261
|
} | undefined;
|
|
262
262
|
readonly sign?: boolean | undefined;
|
|
263
263
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -279,22 +279,22 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
279
279
|
*/
|
|
280
280
|
retrieveState(): Promise<WithMeta<ModuleState<TState>> | undefined>;
|
|
281
281
|
readonly downResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
282
|
-
readonly pipeline?:
|
|
282
|
+
readonly pipeline?: "one-to-one" | "one-to-many" | "many-to-one" | "many-to-many" | undefined;
|
|
283
283
|
readonly upResolver: Omit<import("@xyo-network/module-model").ModuleResolverInstance, "resolve">;
|
|
284
|
-
address: string
|
|
284
|
+
address: Lowercase<string>;
|
|
285
285
|
config: TParams["config"];
|
|
286
286
|
id: string;
|
|
287
287
|
params: TParams;
|
|
288
288
|
previousHash: () => import("@xylabs/promise").Promisable<string | undefined>;
|
|
289
289
|
queries: string[];
|
|
290
290
|
query: <T extends import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
291
|
-
query: string
|
|
291
|
+
query: Lowercase<string>;
|
|
292
292
|
resultSet?: string | undefined;
|
|
293
293
|
schema: "network.xyo.boundwitness";
|
|
294
294
|
}, "schema"> & {
|
|
295
295
|
schema: "network.xyo.boundwitness";
|
|
296
296
|
} = import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
297
|
-
query: string
|
|
297
|
+
query: Lowercase<string>;
|
|
298
298
|
resultSet?: string | undefined;
|
|
299
299
|
schema: "network.xyo.boundwitness";
|
|
300
300
|
}, "schema"> & {
|
|
@@ -310,8 +310,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
310
310
|
schema: "network.xyo.module.config";
|
|
311
311
|
readonly security?: {
|
|
312
312
|
readonly allowAnonymous?: boolean | undefined;
|
|
313
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
314
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
313
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
314
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
315
315
|
} | undefined;
|
|
316
316
|
readonly sign?: boolean | undefined;
|
|
317
317
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -327,8 +327,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
327
327
|
schema: "network.xyo.module.config";
|
|
328
328
|
readonly security?: {
|
|
329
329
|
readonly allowAnonymous?: boolean | undefined;
|
|
330
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
331
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
330
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
331
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
332
332
|
} | undefined;
|
|
333
333
|
readonly sign?: boolean | undefined;
|
|
334
334
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -337,13 +337,13 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
337
337
|
schema: string;
|
|
338
338
|
} & object)[] | undefined, queryConfig?: TConf | undefined) => import("@xylabs/promise").Promisable<import("@xyo-network/module-model").ModuleQueryResult>;
|
|
339
339
|
queryable: <T_1 extends import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
340
|
-
query: string
|
|
340
|
+
query: Lowercase<string>;
|
|
341
341
|
resultSet?: string | undefined;
|
|
342
342
|
schema: "network.xyo.boundwitness";
|
|
343
343
|
}, "schema"> & {
|
|
344
344
|
schema: "network.xyo.boundwitness";
|
|
345
345
|
} = import("@xyo-network/payload-model").SchemaFields & object & Omit<import("@xyo-network/boundwitness-model").BoundWitnessFields & {
|
|
346
|
-
query: string
|
|
346
|
+
query: Lowercase<string>;
|
|
347
347
|
resultSet?: string | undefined;
|
|
348
348
|
schema: "network.xyo.boundwitness";
|
|
349
349
|
}, "schema"> & {
|
|
@@ -359,8 +359,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
359
359
|
schema: "network.xyo.module.config";
|
|
360
360
|
readonly security?: {
|
|
361
361
|
readonly allowAnonymous?: boolean | undefined;
|
|
362
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
363
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
362
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
363
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
364
364
|
} | undefined;
|
|
365
365
|
readonly sign?: boolean | undefined;
|
|
366
366
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -376,8 +376,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
376
376
|
schema: "network.xyo.module.config";
|
|
377
377
|
readonly security?: {
|
|
378
378
|
readonly allowAnonymous?: boolean | undefined;
|
|
379
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
380
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
379
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
380
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
381
381
|
} | undefined;
|
|
382
382
|
readonly sign?: boolean | undefined;
|
|
383
383
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -410,8 +410,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
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 StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
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;
|
|
@@ -450,8 +450,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
450
450
|
schema: "network.xyo.module.config";
|
|
451
451
|
readonly security?: {
|
|
452
452
|
readonly allowAnonymous?: boolean | undefined;
|
|
453
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
454
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
453
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
454
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
455
455
|
} | undefined;
|
|
456
456
|
readonly sign?: boolean | undefined;
|
|
457
457
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -467,8 +467,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
467
467
|
schema: "network.xyo.module.config";
|
|
468
468
|
readonly security?: {
|
|
469
469
|
readonly allowAnonymous?: boolean | undefined;
|
|
470
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
471
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
470
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
471
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
472
472
|
} | undefined;
|
|
473
473
|
readonly sign?: boolean | undefined;
|
|
474
474
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -491,8 +491,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
491
491
|
schema: "network.xyo.module.config";
|
|
492
492
|
readonly security?: {
|
|
493
493
|
readonly allowAnonymous?: boolean | undefined;
|
|
494
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
495
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
494
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
495
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
496
496
|
} | undefined;
|
|
497
497
|
readonly sign?: boolean | undefined;
|
|
498
498
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -508,8 +508,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
508
508
|
schema: "network.xyo.module.config";
|
|
509
509
|
readonly security?: {
|
|
510
510
|
readonly allowAnonymous?: boolean | undefined;
|
|
511
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
512
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
511
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
512
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
513
513
|
} | undefined;
|
|
514
514
|
readonly sign?: boolean | undefined;
|
|
515
515
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -531,8 +531,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
531
531
|
schema: "network.xyo.module.config";
|
|
532
532
|
readonly security?: {
|
|
533
533
|
readonly allowAnonymous?: boolean | undefined;
|
|
534
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
535
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
534
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
535
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
536
536
|
} | undefined;
|
|
537
537
|
readonly sign?: boolean | undefined;
|
|
538
538
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -548,8 +548,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
548
548
|
schema: "network.xyo.module.config";
|
|
549
549
|
readonly security?: {
|
|
550
550
|
readonly allowAnonymous?: boolean | undefined;
|
|
551
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
552
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
551
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
552
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
553
553
|
} | undefined;
|
|
554
554
|
readonly sign?: boolean | undefined;
|
|
555
555
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -572,8 +572,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
572
572
|
schema: "network.xyo.module.config";
|
|
573
573
|
readonly security?: {
|
|
574
574
|
readonly allowAnonymous?: boolean | undefined;
|
|
575
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
576
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
575
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
576
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
577
577
|
} | undefined;
|
|
578
578
|
readonly sign?: boolean | undefined;
|
|
579
579
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -589,8 +589,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
589
589
|
schema: "network.xyo.module.config";
|
|
590
590
|
readonly security?: {
|
|
591
591
|
readonly allowAnonymous?: boolean | undefined;
|
|
592
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
593
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
592
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
593
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
594
594
|
} | undefined;
|
|
595
595
|
readonly sign?: boolean | undefined;
|
|
596
596
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -612,8 +612,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
612
612
|
schema: "network.xyo.module.config";
|
|
613
613
|
readonly security?: {
|
|
614
614
|
readonly allowAnonymous?: boolean | undefined;
|
|
615
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
616
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
615
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
616
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
617
617
|
} | undefined;
|
|
618
618
|
readonly sign?: boolean | undefined;
|
|
619
619
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -629,8 +629,8 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
629
629
|
schema: "network.xyo.module.config";
|
|
630
630
|
readonly security?: {
|
|
631
631
|
readonly allowAnonymous?: boolean | undefined;
|
|
632
|
-
readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
633
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
632
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
|
|
633
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
634
634
|
} | undefined;
|
|
635
635
|
readonly sign?: boolean | undefined;
|
|
636
636
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -650,7 +650,7 @@ export declare const StatefulModuleMixin: <TParams extends import("@xylabs/objec
|
|
|
650
650
|
schema: "network.xyo.node.manifest";
|
|
651
651
|
})>;
|
|
652
652
|
moduleAddress: () => import("@xylabs/promise").Promisable<(import("@xyo-network/payload-model").SchemaFields & object & {
|
|
653
|
-
address: string
|
|
653
|
+
address: Lowercase<string>;
|
|
654
654
|
previousHash?: string | undefined;
|
|
655
655
|
schema: string;
|
|
656
656
|
})[]>;
|