@xyo-network/node-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.
@@ -1,12 +1,13 @@
1
+ import { Address } from '@xylabs/hex';
1
2
  import { Promisable } from '@xylabs/promise';
2
- import { Module, ModuleEventData, ModuleInstance } from '@xyo-network/module-model';
3
+ import { Module, ModuleEventData, ModuleIdentifier, ModuleInstance } from '@xyo-network/module-model';
3
4
  import { ModuleAttachedEventData, ModuleDetachedEventData, ModuleRegisteredEventData, ModuleUnregisteredEventData } from './EventsModels';
4
5
  import { NodeParams } from './Params';
5
6
  export interface NodeQueryFunctions {
6
- attach(nameOrAddress: string, external?: boolean): Promisable<string | undefined>;
7
- attached(): Promisable<string[]>;
8
- detach(nameOrAddress: string): Promisable<string | undefined>;
9
- registered(): Promisable<string[]>;
7
+ attach(nameOrAddress: ModuleIdentifier, external?: boolean): Promisable<Address | undefined>;
8
+ attached(): Promisable<Address[]>;
9
+ detach(nameOrAddress: ModuleIdentifier): Promisable<Address | undefined>;
10
+ registered(): Promisable<Address[]>;
10
11
  }
11
12
  export interface NodeModuleEventData extends ModuleAttachedEventData, ModuleDetachedEventData, ModuleRegisteredEventData, ModuleUnregisteredEventData, ModuleEventData {
12
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Node.d.ts","sourceRoot":"","sources":["../../src/Node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAEnF,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAA;AACzI,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAErC,MAAM,WAAW,kBAAkB;IACjC,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IACjF,QAAQ,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC,CAAA;IAChC,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAC7D,UAAU,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,mBACf,SAAQ,uBAAuB,EAC7B,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,eAAe;CAAG;AAEtB,MAAM,WAAW,UAAU,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CAC/H,SAAQ,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC;CAAG;AAExC,MAAM,WAAW,YAAY,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CACjI,SAAQ,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,EACrC,kBAAkB,EAClB,cAAc,CAAC,OAAO,EAAE,UAAU,CAAC;IACrC,QAAQ,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IACnD,iBAAiB,IAAI,UAAU,CAAC,cAAc,EAAE,CAAC,CAAA;CAClD"}
1
+ {"version":3,"file":"Node.d.ts","sourceRoot":"","sources":["../../src/Node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAErG,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAA;AACzI,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAErC,MAAM,WAAW,kBAAkB;IACjC,MAAM,CAAC,aAAa,EAAE,gBAAgB,EAAE,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,OAAO,GAAG,SAAS,CAAC,CAAA;IAC5F,QAAQ,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC,CAAA;IACjC,MAAM,CAAC,aAAa,EAAE,gBAAgB,GAAG,UAAU,CAAC,OAAO,GAAG,SAAS,CAAC,CAAA;IACxE,UAAU,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC,CAAA;CACpC;AAED,MAAM,WAAW,mBACf,SAAQ,uBAAuB,EAC7B,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,eAAe;CAAG;AAEtB,MAAM,WAAW,UAAU,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CAC/H,SAAQ,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC;CAAG;AAExC,MAAM,WAAW,YAAY,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CACjI,SAAQ,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,EACrC,kBAAkB,EAClB,cAAc,CAAC,OAAO,EAAE,UAAU,CAAC;IACrC,QAAQ,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IACnD,iBAAiB,IAAI,UAAU,CAAC,cAAc,EAAE,CAAC,CAAA;CAClD"}
@@ -1,12 +1,13 @@
1
+ import { Address } from '@xylabs/hex';
1
2
  import { Promisable } from '@xylabs/promise';
2
- import { Module, ModuleEventData, ModuleInstance } from '@xyo-network/module-model';
3
+ import { Module, ModuleEventData, ModuleIdentifier, ModuleInstance } from '@xyo-network/module-model';
3
4
  import { ModuleAttachedEventData, ModuleDetachedEventData, ModuleRegisteredEventData, ModuleUnregisteredEventData } from './EventsModels';
4
5
  import { NodeParams } from './Params';
5
6
  export interface NodeQueryFunctions {
6
- attach(nameOrAddress: string, external?: boolean): Promisable<string | undefined>;
7
- attached(): Promisable<string[]>;
8
- detach(nameOrAddress: string): Promisable<string | undefined>;
9
- registered(): Promisable<string[]>;
7
+ attach(nameOrAddress: ModuleIdentifier, external?: boolean): Promisable<Address | undefined>;
8
+ attached(): Promisable<Address[]>;
9
+ detach(nameOrAddress: ModuleIdentifier): Promisable<Address | undefined>;
10
+ registered(): Promisable<Address[]>;
10
11
  }
11
12
  export interface NodeModuleEventData extends ModuleAttachedEventData, ModuleDetachedEventData, ModuleRegisteredEventData, ModuleUnregisteredEventData, ModuleEventData {
12
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Node.d.ts","sourceRoot":"","sources":["../../src/Node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAEnF,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAA;AACzI,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAErC,MAAM,WAAW,kBAAkB;IACjC,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IACjF,QAAQ,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC,CAAA;IAChC,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAC7D,UAAU,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,mBACf,SAAQ,uBAAuB,EAC7B,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,eAAe;CAAG;AAEtB,MAAM,WAAW,UAAU,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CAC/H,SAAQ,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC;CAAG;AAExC,MAAM,WAAW,YAAY,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CACjI,SAAQ,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,EACrC,kBAAkB,EAClB,cAAc,CAAC,OAAO,EAAE,UAAU,CAAC;IACrC,QAAQ,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IACnD,iBAAiB,IAAI,UAAU,CAAC,cAAc,EAAE,CAAC,CAAA;CAClD"}
1
+ {"version":3,"file":"Node.d.ts","sourceRoot":"","sources":["../../src/Node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAErG,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAA;AACzI,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAErC,MAAM,WAAW,kBAAkB;IACjC,MAAM,CAAC,aAAa,EAAE,gBAAgB,EAAE,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,OAAO,GAAG,SAAS,CAAC,CAAA;IAC5F,QAAQ,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC,CAAA;IACjC,MAAM,CAAC,aAAa,EAAE,gBAAgB,GAAG,UAAU,CAAC,OAAO,GAAG,SAAS,CAAC,CAAA;IACxE,UAAU,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC,CAAA;CACpC;AAED,MAAM,WAAW,mBACf,SAAQ,uBAAuB,EAC7B,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,eAAe;CAAG;AAEtB,MAAM,WAAW,UAAU,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CAC/H,SAAQ,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC;CAAG;AAExC,MAAM,WAAW,YAAY,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CACjI,SAAQ,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,EACrC,kBAAkB,EAClB,cAAc,CAAC,OAAO,EAAE,UAAU,CAAC;IACrC,QAAQ,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IACnD,iBAAiB,IAAI,UAAU,CAAC,cAAc,EAAE,CAAC,CAAA;CAClD"}
@@ -1,12 +1,13 @@
1
+ import { Address } from '@xylabs/hex';
1
2
  import { Promisable } from '@xylabs/promise';
2
- import { Module, ModuleEventData, ModuleInstance } from '@xyo-network/module-model';
3
+ import { Module, ModuleEventData, ModuleIdentifier, ModuleInstance } from '@xyo-network/module-model';
3
4
  import { ModuleAttachedEventData, ModuleDetachedEventData, ModuleRegisteredEventData, ModuleUnregisteredEventData } from './EventsModels';
4
5
  import { NodeParams } from './Params';
5
6
  export interface NodeQueryFunctions {
6
- attach(nameOrAddress: string, external?: boolean): Promisable<string | undefined>;
7
- attached(): Promisable<string[]>;
8
- detach(nameOrAddress: string): Promisable<string | undefined>;
9
- registered(): Promisable<string[]>;
7
+ attach(nameOrAddress: ModuleIdentifier, external?: boolean): Promisable<Address | undefined>;
8
+ attached(): Promisable<Address[]>;
9
+ detach(nameOrAddress: ModuleIdentifier): Promisable<Address | undefined>;
10
+ registered(): Promisable<Address[]>;
10
11
  }
11
12
  export interface NodeModuleEventData extends ModuleAttachedEventData, ModuleDetachedEventData, ModuleRegisteredEventData, ModuleUnregisteredEventData, ModuleEventData {
12
13
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Node.d.ts","sourceRoot":"","sources":["../../src/Node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAEnF,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAA;AACzI,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAErC,MAAM,WAAW,kBAAkB;IACjC,MAAM,CAAC,aAAa,EAAE,MAAM,EAAE,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IACjF,QAAQ,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC,CAAA;IAChC,MAAM,CAAC,aAAa,EAAE,MAAM,GAAG,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAC7D,UAAU,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC,CAAA;CACnC;AAED,MAAM,WAAW,mBACf,SAAQ,uBAAuB,EAC7B,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,eAAe;CAAG;AAEtB,MAAM,WAAW,UAAU,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CAC/H,SAAQ,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC;CAAG;AAExC,MAAM,WAAW,YAAY,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CACjI,SAAQ,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,EACrC,kBAAkB,EAClB,cAAc,CAAC,OAAO,EAAE,UAAU,CAAC;IACrC,QAAQ,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IACnD,iBAAiB,IAAI,UAAU,CAAC,cAAc,EAAE,CAAC,CAAA;CAClD"}
1
+ {"version":3,"file":"Node.d.ts","sourceRoot":"","sources":["../../src/Node.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,MAAM,EAAE,eAAe,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAA;AAErG,OAAO,EAAE,uBAAuB,EAAE,uBAAuB,EAAE,yBAAyB,EAAE,2BAA2B,EAAE,MAAM,gBAAgB,CAAA;AACzI,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAA;AAErC,MAAM,WAAW,kBAAkB;IACjC,MAAM,CAAC,aAAa,EAAE,gBAAgB,EAAE,QAAQ,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,OAAO,GAAG,SAAS,CAAC,CAAA;IAC5F,QAAQ,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC,CAAA;IACjC,MAAM,CAAC,aAAa,EAAE,gBAAgB,GAAG,UAAU,CAAC,OAAO,GAAG,SAAS,CAAC,CAAA;IACxE,UAAU,IAAI,UAAU,CAAC,OAAO,EAAE,CAAC,CAAA;CACpC;AAED,MAAM,WAAW,mBACf,SAAQ,uBAAuB,EAC7B,uBAAuB,EACvB,yBAAyB,EACzB,2BAA2B,EAC3B,eAAe;CAAG;AAEtB,MAAM,WAAW,UAAU,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CAC/H,SAAQ,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC;CAAG;AAExC,MAAM,WAAW,YAAY,CAAC,OAAO,SAAS,UAAU,GAAG,UAAU,EAAE,UAAU,SAAS,mBAAmB,GAAG,mBAAmB,CACjI,SAAQ,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,EACrC,kBAAkB,EAClB,cAAc,CAAC,OAAO,EAAE,UAAU,CAAC;IACrC,QAAQ,EAAE,CAAC,GAAG,EAAE,cAAc,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IACnD,iBAAiB,IAAI,UAAU,CAAC,cAAc,EAAE,CAAC,CAAA;CAClD"}
@@ -12,8 +12,8 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
12
12
  schema: "network.xyo.node.config";
13
13
  readonly security?: {
14
14
  readonly allowAnonymous?: boolean | undefined;
15
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
16
- readonly disallowed?: Record<string, string[]> | undefined;
15
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
16
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
17
17
  } | undefined;
18
18
  readonly sign?: boolean | undefined;
19
19
  readonly storeQueries?: boolean | undefined;
@@ -29,8 +29,8 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
29
29
  schema: "network.xyo.node.config";
30
30
  readonly security?: {
31
31
  readonly allowAnonymous?: boolean | undefined;
32
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
33
- readonly disallowed?: Record<string, string[]> | undefined;
32
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
33
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
34
34
  } | undefined;
35
35
  readonly sign?: boolean | undefined;
36
36
  readonly storeQueries?: boolean | undefined;
@@ -56,8 +56,8 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
56
56
  schema: "network.xyo.node.config";
57
57
  readonly security?: {
58
58
  readonly allowAnonymous?: boolean | undefined;
59
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
60
- readonly disallowed?: Record<string, string[]> | undefined;
59
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
60
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
61
61
  } | undefined;
62
62
  readonly sign?: boolean | undefined;
63
63
  readonly storeQueries?: boolean | undefined;
@@ -73,8 +73,8 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
73
73
  schema: "network.xyo.node.config";
74
74
  readonly security?: {
75
75
  readonly allowAnonymous?: boolean | undefined;
76
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
77
- readonly disallowed?: Record<string, string[]> | undefined;
76
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
77
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
78
78
  } | undefined;
79
79
  readonly sign?: boolean | undefined;
80
80
  readonly storeQueries?: boolean | undefined;
@@ -101,8 +101,8 @@ export declare const asNodeModule: {
101
101
  schema: "network.xyo.node.config";
102
102
  readonly security?: {
103
103
  readonly allowAnonymous?: boolean | undefined;
104
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
105
- readonly disallowed?: Record<string, string[]> | undefined;
104
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
105
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
106
106
  } | undefined;
107
107
  readonly sign?: boolean | undefined;
108
108
  readonly storeQueries?: boolean | undefined;
@@ -118,8 +118,8 @@ export declare const asNodeModule: {
118
118
  schema: "network.xyo.node.config";
119
119
  readonly security?: {
120
120
  readonly allowAnonymous?: boolean | undefined;
121
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
122
- readonly disallowed?: Record<string, string[]> | undefined;
121
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
122
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
123
123
  } | undefined;
124
124
  readonly sign?: boolean | undefined;
125
125
  readonly storeQueries?: boolean | undefined;
@@ -145,8 +145,8 @@ export declare const asNodeModule: {
145
145
  schema: "network.xyo.node.config";
146
146
  readonly security?: {
147
147
  readonly allowAnonymous?: boolean | undefined;
148
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
149
- readonly disallowed?: Record<string, string[]> | undefined;
148
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
149
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
150
150
  } | undefined;
151
151
  readonly sign?: boolean | undefined;
152
152
  readonly storeQueries?: boolean | undefined;
@@ -162,8 +162,8 @@ export declare const asNodeModule: {
162
162
  schema: "network.xyo.node.config";
163
163
  readonly security?: {
164
164
  readonly allowAnonymous?: boolean | undefined;
165
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
166
- readonly disallowed?: Record<string, string[]> | undefined;
165
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
166
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
167
167
  } | undefined;
168
168
  readonly sign?: boolean | undefined;
169
169
  readonly storeQueries?: boolean | undefined;
@@ -191,8 +191,8 @@ export declare const asNodeInstance: {
191
191
  schema: "network.xyo.node.config";
192
192
  readonly security?: {
193
193
  readonly allowAnonymous?: boolean | undefined;
194
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
195
- readonly disallowed?: Record<string, string[]> | undefined;
194
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
195
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
196
196
  } | undefined;
197
197
  readonly sign?: boolean | undefined;
198
198
  readonly storeQueries?: boolean | undefined;
@@ -208,8 +208,8 @@ export declare const asNodeInstance: {
208
208
  schema: "network.xyo.node.config";
209
209
  readonly security?: {
210
210
  readonly allowAnonymous?: boolean | undefined;
211
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
212
- readonly disallowed?: Record<string, string[]> | undefined;
211
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
212
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
213
213
  } | undefined;
214
214
  readonly sign?: boolean | undefined;
215
215
  readonly storeQueries?: boolean | undefined;
@@ -235,8 +235,8 @@ export declare const asNodeInstance: {
235
235
  schema: "network.xyo.node.config";
236
236
  readonly security?: {
237
237
  readonly allowAnonymous?: boolean | undefined;
238
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
239
- readonly disallowed?: Record<string, string[]> | undefined;
238
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
239
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
240
240
  } | undefined;
241
241
  readonly sign?: boolean | undefined;
242
242
  readonly storeQueries?: boolean | undefined;
@@ -252,8 +252,8 @@ export declare const asNodeInstance: {
252
252
  schema: "network.xyo.node.config";
253
253
  readonly security?: {
254
254
  readonly allowAnonymous?: boolean | undefined;
255
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
256
- readonly disallowed?: Record<string, string[]> | undefined;
255
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
256
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
257
257
  } | undefined;
258
258
  readonly sign?: boolean | undefined;
259
259
  readonly storeQueries?: boolean | undefined;
@@ -280,8 +280,8 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
280
280
  schema: "network.xyo.node.config";
281
281
  readonly security?: {
282
282
  readonly allowAnonymous?: boolean | undefined;
283
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
284
- readonly disallowed?: Record<string, string[]> | undefined;
283
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
284
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
285
285
  } | undefined;
286
286
  readonly sign?: boolean | undefined;
287
287
  readonly storeQueries?: boolean | undefined;
@@ -297,8 +297,8 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
297
297
  schema: "network.xyo.node.config";
298
298
  readonly security?: {
299
299
  readonly allowAnonymous?: boolean | undefined;
300
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
301
- readonly disallowed?: Record<string, string[]> | undefined;
300
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
301
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
302
302
  } | undefined;
303
303
  readonly sign?: boolean | undefined;
304
304
  readonly storeQueries?: boolean | undefined;
@@ -324,8 +324,8 @@ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeIn
324
324
  schema: "network.xyo.node.config";
325
325
  readonly security?: {
326
326
  readonly allowAnonymous?: boolean | undefined;
327
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
328
- readonly disallowed?: Record<string, string[]> | undefined;
327
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
328
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
329
329
  } | undefined;
330
330
  readonly sign?: boolean | undefined;
331
331
  readonly storeQueries?: boolean | undefined;
@@ -341,8 +341,8 @@ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeIn
341
341
  schema: "network.xyo.node.config";
342
342
  readonly security?: {
343
343
  readonly allowAnonymous?: boolean | undefined;
344
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
345
- readonly disallowed?: Record<string, string[]> | undefined;
344
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
345
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
346
346
  } | undefined;
347
347
  readonly sign?: boolean | undefined;
348
348
  readonly storeQueries?: boolean | undefined;
@@ -12,8 +12,8 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
12
12
  schema: "network.xyo.node.config";
13
13
  readonly security?: {
14
14
  readonly allowAnonymous?: boolean | undefined;
15
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
16
- readonly disallowed?: Record<string, string[]> | undefined;
15
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
16
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
17
17
  } | undefined;
18
18
  readonly sign?: boolean | undefined;
19
19
  readonly storeQueries?: boolean | undefined;
@@ -29,8 +29,8 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
29
29
  schema: "network.xyo.node.config";
30
30
  readonly security?: {
31
31
  readonly allowAnonymous?: boolean | undefined;
32
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
33
- readonly disallowed?: Record<string, string[]> | undefined;
32
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
33
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
34
34
  } | undefined;
35
35
  readonly sign?: boolean | undefined;
36
36
  readonly storeQueries?: boolean | undefined;
@@ -56,8 +56,8 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
56
56
  schema: "network.xyo.node.config";
57
57
  readonly security?: {
58
58
  readonly allowAnonymous?: boolean | undefined;
59
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
60
- readonly disallowed?: Record<string, string[]> | undefined;
59
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
60
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
61
61
  } | undefined;
62
62
  readonly sign?: boolean | undefined;
63
63
  readonly storeQueries?: boolean | undefined;
@@ -73,8 +73,8 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
73
73
  schema: "network.xyo.node.config";
74
74
  readonly security?: {
75
75
  readonly allowAnonymous?: boolean | undefined;
76
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
77
- readonly disallowed?: Record<string, string[]> | undefined;
76
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
77
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
78
78
  } | undefined;
79
79
  readonly sign?: boolean | undefined;
80
80
  readonly storeQueries?: boolean | undefined;
@@ -101,8 +101,8 @@ export declare const asNodeModule: {
101
101
  schema: "network.xyo.node.config";
102
102
  readonly security?: {
103
103
  readonly allowAnonymous?: boolean | undefined;
104
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
105
- readonly disallowed?: Record<string, string[]> | undefined;
104
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
105
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
106
106
  } | undefined;
107
107
  readonly sign?: boolean | undefined;
108
108
  readonly storeQueries?: boolean | undefined;
@@ -118,8 +118,8 @@ export declare const asNodeModule: {
118
118
  schema: "network.xyo.node.config";
119
119
  readonly security?: {
120
120
  readonly allowAnonymous?: boolean | undefined;
121
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
122
- readonly disallowed?: Record<string, string[]> | undefined;
121
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
122
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
123
123
  } | undefined;
124
124
  readonly sign?: boolean | undefined;
125
125
  readonly storeQueries?: boolean | undefined;
@@ -145,8 +145,8 @@ export declare const asNodeModule: {
145
145
  schema: "network.xyo.node.config";
146
146
  readonly security?: {
147
147
  readonly allowAnonymous?: boolean | undefined;
148
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
149
- readonly disallowed?: Record<string, string[]> | undefined;
148
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
149
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
150
150
  } | undefined;
151
151
  readonly sign?: boolean | undefined;
152
152
  readonly storeQueries?: boolean | undefined;
@@ -162,8 +162,8 @@ export declare const asNodeModule: {
162
162
  schema: "network.xyo.node.config";
163
163
  readonly security?: {
164
164
  readonly allowAnonymous?: boolean | undefined;
165
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
166
- readonly disallowed?: Record<string, string[]> | undefined;
165
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
166
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
167
167
  } | undefined;
168
168
  readonly sign?: boolean | undefined;
169
169
  readonly storeQueries?: boolean | undefined;
@@ -191,8 +191,8 @@ export declare const asNodeInstance: {
191
191
  schema: "network.xyo.node.config";
192
192
  readonly security?: {
193
193
  readonly allowAnonymous?: boolean | undefined;
194
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
195
- readonly disallowed?: Record<string, string[]> | undefined;
194
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
195
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
196
196
  } | undefined;
197
197
  readonly sign?: boolean | undefined;
198
198
  readonly storeQueries?: boolean | undefined;
@@ -208,8 +208,8 @@ export declare const asNodeInstance: {
208
208
  schema: "network.xyo.node.config";
209
209
  readonly security?: {
210
210
  readonly allowAnonymous?: boolean | undefined;
211
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
212
- readonly disallowed?: Record<string, string[]> | undefined;
211
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
212
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
213
213
  } | undefined;
214
214
  readonly sign?: boolean | undefined;
215
215
  readonly storeQueries?: boolean | undefined;
@@ -235,8 +235,8 @@ export declare const asNodeInstance: {
235
235
  schema: "network.xyo.node.config";
236
236
  readonly security?: {
237
237
  readonly allowAnonymous?: boolean | undefined;
238
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
239
- readonly disallowed?: Record<string, string[]> | undefined;
238
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
239
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
240
240
  } | undefined;
241
241
  readonly sign?: boolean | undefined;
242
242
  readonly storeQueries?: boolean | undefined;
@@ -252,8 +252,8 @@ export declare const asNodeInstance: {
252
252
  schema: "network.xyo.node.config";
253
253
  readonly security?: {
254
254
  readonly allowAnonymous?: boolean | undefined;
255
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
256
- readonly disallowed?: Record<string, string[]> | undefined;
255
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
256
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
257
257
  } | undefined;
258
258
  readonly sign?: boolean | undefined;
259
259
  readonly storeQueries?: boolean | undefined;
@@ -280,8 +280,8 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
280
280
  schema: "network.xyo.node.config";
281
281
  readonly security?: {
282
282
  readonly allowAnonymous?: boolean | undefined;
283
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
284
- readonly disallowed?: Record<string, string[]> | undefined;
283
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
284
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
285
285
  } | undefined;
286
286
  readonly sign?: boolean | undefined;
287
287
  readonly storeQueries?: boolean | undefined;
@@ -297,8 +297,8 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
297
297
  schema: "network.xyo.node.config";
298
298
  readonly security?: {
299
299
  readonly allowAnonymous?: boolean | undefined;
300
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
301
- readonly disallowed?: Record<string, string[]> | undefined;
300
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
301
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
302
302
  } | undefined;
303
303
  readonly sign?: boolean | undefined;
304
304
  readonly storeQueries?: boolean | undefined;
@@ -324,8 +324,8 @@ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeIn
324
324
  schema: "network.xyo.node.config";
325
325
  readonly security?: {
326
326
  readonly allowAnonymous?: boolean | undefined;
327
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
328
- readonly disallowed?: Record<string, string[]> | undefined;
327
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
328
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
329
329
  } | undefined;
330
330
  readonly sign?: boolean | undefined;
331
331
  readonly storeQueries?: boolean | undefined;
@@ -341,8 +341,8 @@ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeIn
341
341
  schema: "network.xyo.node.config";
342
342
  readonly security?: {
343
343
  readonly allowAnonymous?: boolean | undefined;
344
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
345
- readonly disallowed?: Record<string, string[]> | undefined;
344
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
345
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
346
346
  } | undefined;
347
347
  readonly sign?: boolean | undefined;
348
348
  readonly storeQueries?: boolean | undefined;
@@ -12,8 +12,8 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
12
12
  schema: "network.xyo.node.config";
13
13
  readonly security?: {
14
14
  readonly allowAnonymous?: boolean | undefined;
15
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
16
- readonly disallowed?: Record<string, string[]> | undefined;
15
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
16
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
17
17
  } | undefined;
18
18
  readonly sign?: boolean | undefined;
19
19
  readonly storeQueries?: boolean | undefined;
@@ -29,8 +29,8 @@ export declare const isNodeInstance: import("@xylabs/object").TypeCheck<NodeInst
29
29
  schema: "network.xyo.node.config";
30
30
  readonly security?: {
31
31
  readonly allowAnonymous?: boolean | undefined;
32
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
33
- readonly disallowed?: Record<string, string[]> | undefined;
32
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
33
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
34
34
  } | undefined;
35
35
  readonly sign?: boolean | undefined;
36
36
  readonly storeQueries?: boolean | undefined;
@@ -56,8 +56,8 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
56
56
  schema: "network.xyo.node.config";
57
57
  readonly security?: {
58
58
  readonly allowAnonymous?: boolean | undefined;
59
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
60
- readonly disallowed?: Record<string, string[]> | undefined;
59
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
60
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
61
61
  } | undefined;
62
62
  readonly sign?: boolean | undefined;
63
63
  readonly storeQueries?: boolean | undefined;
@@ -73,8 +73,8 @@ export declare const isNodeModule: import("@xyo-network/module-model").ModuleTyp
73
73
  schema: "network.xyo.node.config";
74
74
  readonly security?: {
75
75
  readonly allowAnonymous?: boolean | undefined;
76
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
77
- readonly disallowed?: Record<string, string[]> | undefined;
76
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
77
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
78
78
  } | undefined;
79
79
  readonly sign?: boolean | undefined;
80
80
  readonly storeQueries?: boolean | undefined;
@@ -101,8 +101,8 @@ export declare const asNodeModule: {
101
101
  schema: "network.xyo.node.config";
102
102
  readonly security?: {
103
103
  readonly allowAnonymous?: boolean | undefined;
104
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
105
- readonly disallowed?: Record<string, string[]> | undefined;
104
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
105
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
106
106
  } | undefined;
107
107
  readonly sign?: boolean | undefined;
108
108
  readonly storeQueries?: boolean | undefined;
@@ -118,8 +118,8 @@ export declare const asNodeModule: {
118
118
  schema: "network.xyo.node.config";
119
119
  readonly security?: {
120
120
  readonly allowAnonymous?: boolean | undefined;
121
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
122
- readonly disallowed?: Record<string, string[]> | undefined;
121
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
122
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
123
123
  } | undefined;
124
124
  readonly sign?: boolean | undefined;
125
125
  readonly storeQueries?: boolean | undefined;
@@ -145,8 +145,8 @@ export declare const asNodeModule: {
145
145
  schema: "network.xyo.node.config";
146
146
  readonly security?: {
147
147
  readonly allowAnonymous?: boolean | undefined;
148
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
149
- readonly disallowed?: Record<string, string[]> | undefined;
148
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
149
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
150
150
  } | undefined;
151
151
  readonly sign?: boolean | undefined;
152
152
  readonly storeQueries?: boolean | undefined;
@@ -162,8 +162,8 @@ export declare const asNodeModule: {
162
162
  schema: "network.xyo.node.config";
163
163
  readonly security?: {
164
164
  readonly allowAnonymous?: boolean | undefined;
165
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
166
- readonly disallowed?: Record<string, string[]> | undefined;
165
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
166
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
167
167
  } | undefined;
168
168
  readonly sign?: boolean | undefined;
169
169
  readonly storeQueries?: boolean | undefined;
@@ -191,8 +191,8 @@ export declare const asNodeInstance: {
191
191
  schema: "network.xyo.node.config";
192
192
  readonly security?: {
193
193
  readonly allowAnonymous?: boolean | undefined;
194
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
195
- readonly disallowed?: Record<string, string[]> | undefined;
194
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
195
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
196
196
  } | undefined;
197
197
  readonly sign?: boolean | undefined;
198
198
  readonly storeQueries?: boolean | undefined;
@@ -208,8 +208,8 @@ export declare const asNodeInstance: {
208
208
  schema: "network.xyo.node.config";
209
209
  readonly security?: {
210
210
  readonly allowAnonymous?: boolean | undefined;
211
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
212
- readonly disallowed?: Record<string, string[]> | undefined;
211
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
212
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
213
213
  } | undefined;
214
214
  readonly sign?: boolean | undefined;
215
215
  readonly storeQueries?: boolean | undefined;
@@ -235,8 +235,8 @@ export declare const asNodeInstance: {
235
235
  schema: "network.xyo.node.config";
236
236
  readonly security?: {
237
237
  readonly allowAnonymous?: boolean | undefined;
238
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
239
- readonly disallowed?: Record<string, string[]> | undefined;
238
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
239
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
240
240
  } | undefined;
241
241
  readonly sign?: boolean | undefined;
242
242
  readonly storeQueries?: boolean | undefined;
@@ -252,8 +252,8 @@ export declare const asNodeInstance: {
252
252
  schema: "network.xyo.node.config";
253
253
  readonly security?: {
254
254
  readonly allowAnonymous?: boolean | undefined;
255
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
256
- readonly disallowed?: Record<string, string[]> | undefined;
255
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
256
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
257
257
  } | undefined;
258
258
  readonly sign?: boolean | undefined;
259
259
  readonly storeQueries?: boolean | undefined;
@@ -280,8 +280,8 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
280
280
  schema: "network.xyo.node.config";
281
281
  readonly security?: {
282
282
  readonly allowAnonymous?: boolean | undefined;
283
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
284
- readonly disallowed?: Record<string, string[]> | undefined;
283
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
284
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
285
285
  } | undefined;
286
286
  readonly sign?: boolean | undefined;
287
287
  readonly storeQueries?: boolean | undefined;
@@ -297,8 +297,8 @@ export declare const withNodeModule: <R>(module: any, closure: (module: NodeModu
297
297
  schema: "network.xyo.node.config";
298
298
  readonly security?: {
299
299
  readonly allowAnonymous?: boolean | undefined;
300
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
301
- readonly disallowed?: Record<string, string[]> | undefined;
300
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
301
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
302
302
  } | undefined;
303
303
  readonly sign?: boolean | undefined;
304
304
  readonly storeQueries?: boolean | undefined;
@@ -324,8 +324,8 @@ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeIn
324
324
  schema: "network.xyo.node.config";
325
325
  readonly security?: {
326
326
  readonly allowAnonymous?: boolean | undefined;
327
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
328
- readonly disallowed?: Record<string, string[]> | undefined;
327
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
328
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
329
329
  } | undefined;
330
330
  readonly sign?: boolean | undefined;
331
331
  readonly storeQueries?: boolean | undefined;
@@ -341,8 +341,8 @@ export declare const withNodeInstance: <R>(module: any, closure: (module: NodeIn
341
341
  schema: "network.xyo.node.config";
342
342
  readonly security?: {
343
343
  readonly allowAnonymous?: boolean | undefined;
344
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
345
- readonly disallowed?: Record<string, string[]> | undefined;
344
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
345
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
346
346
  } | undefined;
347
347
  readonly sign?: boolean | undefined;
348
348
  readonly storeQueries?: boolean | undefined;