@xyo-network/module-model 2.90.22 → 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 -4
- package/dist/browser/Config.d.cts.map +1 -1
- package/dist/browser/Config.d.mts +4 -4
- package/dist/browser/Config.d.mts.map +1 -1
- package/dist/browser/Config.d.ts +4 -4
- package/dist/browser/Config.d.ts.map +1 -1
- package/dist/browser/CreatableModule/LabeledCreatableModuleFactory.d.cts +4 -4
- package/dist/browser/CreatableModule/LabeledCreatableModuleFactory.d.mts +4 -4
- package/dist/browser/CreatableModule/LabeledCreatableModuleFactory.d.ts +4 -4
- package/dist/browser/EventsModels/ModuleEventArgs.d.cts.map +1 -1
- package/dist/browser/EventsModels/ModuleEventArgs.d.mts.map +1 -1
- package/dist/browser/EventsModels/ModuleEventArgs.d.ts.map +1 -1
- package/dist/browser/ModuleDescription.d.cts +4 -2
- package/dist/browser/ModuleDescription.d.cts.map +1 -1
- package/dist/browser/ModuleDescription.d.mts +4 -2
- package/dist/browser/ModuleDescription.d.mts.map +1 -1
- package/dist/browser/ModuleDescription.d.ts +4 -2
- package/dist/browser/ModuleDescription.d.ts.map +1 -1
- package/dist/browser/Queries/ModuleAddress/Payload.d.cts +2 -1
- package/dist/browser/Queries/ModuleAddress/Payload.d.cts.map +1 -1
- package/dist/browser/Queries/ModuleAddress/Payload.d.mts +2 -1
- package/dist/browser/Queries/ModuleAddress/Payload.d.mts.map +1 -1
- package/dist/browser/Queries/ModuleAddress/Payload.d.ts +2 -1
- package/dist/browser/Queries/ModuleAddress/Payload.d.ts.map +1 -1
- package/dist/browser/Queries/Subscribe.d.cts +2 -1
- package/dist/browser/Queries/Subscribe.d.cts.map +1 -1
- package/dist/browser/Queries/Subscribe.d.mts +2 -1
- package/dist/browser/Queries/Subscribe.d.mts.map +1 -1
- package/dist/browser/Queries/Subscribe.d.ts +2 -1
- package/dist/browser/Queries/Subscribe.d.ts.map +1 -1
- package/dist/browser/index.cjs +32 -1
- package/dist/browser/index.cjs.map +1 -1
- package/dist/browser/index.js +32 -1
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/instance/ModuleInstance.d.cts +139 -6
- package/dist/browser/instance/ModuleInstance.d.cts.map +1 -1
- package/dist/browser/instance/ModuleInstance.d.mts +139 -6
- package/dist/browser/instance/ModuleInstance.d.mts.map +1 -1
- package/dist/browser/instance/ModuleInstance.d.ts +139 -6
- package/dist/browser/instance/ModuleInstance.d.ts.map +1 -1
- package/dist/browser/instance/ModuleRepository.d.cts +2 -1
- package/dist/browser/instance/ModuleRepository.d.cts.map +1 -1
- package/dist/browser/instance/ModuleRepository.d.mts +2 -1
- package/dist/browser/instance/ModuleRepository.d.mts.map +1 -1
- package/dist/browser/instance/ModuleRepository.d.ts +2 -1
- package/dist/browser/instance/ModuleRepository.d.ts.map +1 -1
- package/dist/browser/instance/asModuleInstance.d.cts +8 -8
- package/dist/browser/instance/asModuleInstance.d.mts +8 -8
- package/dist/browser/instance/asModuleInstance.d.ts +8 -8
- package/dist/browser/lib/duplicateModules.d.cts +4 -4
- package/dist/browser/lib/duplicateModules.d.mts +4 -4
- package/dist/browser/lib/duplicateModules.d.ts +4 -4
- package/dist/browser/module/ModuleFields.d.cts +2 -1
- package/dist/browser/module/ModuleFields.d.cts.map +1 -1
- package/dist/browser/module/ModuleFields.d.mts +2 -1
- package/dist/browser/module/ModuleFields.d.mts.map +1 -1
- package/dist/browser/module/ModuleFields.d.ts +2 -1
- package/dist/browser/module/ModuleFields.d.ts.map +1 -1
- package/dist/browser/module/asModule.d.cts +8 -8
- package/dist/browser/module/asModule.d.mts +8 -8
- package/dist/browser/module/asModule.d.ts +8 -8
- package/dist/browser/module/asModuleObject.d.cts +8 -8
- package/dist/browser/module/asModuleObject.d.mts +8 -8
- package/dist/browser/module/asModuleObject.d.ts +8 -8
- package/dist/browser/module/isModuleObject.d.cts +4 -4
- package/dist/browser/module/isModuleObject.d.mts +4 -4
- package/dist/browser/module/isModuleObject.d.ts +4 -4
- package/dist/browser/withModule.d.cts +8 -8
- package/dist/browser/withModule.d.mts +8 -8
- package/dist/browser/withModule.d.ts +8 -8
- package/dist/node/Config.d.cts +4 -4
- package/dist/node/Config.d.cts.map +1 -1
- package/dist/node/Config.d.mts +4 -4
- package/dist/node/Config.d.mts.map +1 -1
- package/dist/node/Config.d.ts +4 -4
- package/dist/node/Config.d.ts.map +1 -1
- package/dist/node/CreatableModule/LabeledCreatableModuleFactory.d.cts +4 -4
- package/dist/node/CreatableModule/LabeledCreatableModuleFactory.d.mts +4 -4
- package/dist/node/CreatableModule/LabeledCreatableModuleFactory.d.ts +4 -4
- package/dist/node/EventsModels/ModuleEventArgs.d.cts.map +1 -1
- package/dist/node/EventsModels/ModuleEventArgs.d.mts.map +1 -1
- package/dist/node/EventsModels/ModuleEventArgs.d.ts.map +1 -1
- package/dist/node/ModuleDescription.d.cts +4 -2
- package/dist/node/ModuleDescription.d.cts.map +1 -1
- package/dist/node/ModuleDescription.d.mts +4 -2
- package/dist/node/ModuleDescription.d.mts.map +1 -1
- package/dist/node/ModuleDescription.d.ts +4 -2
- package/dist/node/ModuleDescription.d.ts.map +1 -1
- package/dist/node/Queries/ModuleAddress/Payload.d.cts +2 -1
- package/dist/node/Queries/ModuleAddress/Payload.d.cts.map +1 -1
- package/dist/node/Queries/ModuleAddress/Payload.d.mts +2 -1
- package/dist/node/Queries/ModuleAddress/Payload.d.mts.map +1 -1
- package/dist/node/Queries/ModuleAddress/Payload.d.ts +2 -1
- package/dist/node/Queries/ModuleAddress/Payload.d.ts.map +1 -1
- package/dist/node/Queries/Subscribe.d.cts +2 -1
- package/dist/node/Queries/Subscribe.d.cts.map +1 -1
- package/dist/node/Queries/Subscribe.d.mts +2 -1
- package/dist/node/Queries/Subscribe.d.mts.map +1 -1
- package/dist/node/Queries/Subscribe.d.ts +2 -1
- package/dist/node/Queries/Subscribe.d.ts.map +1 -1
- package/dist/node/index.cjs +38 -1
- package/dist/node/index.cjs.map +1 -1
- package/dist/node/index.js +32 -1
- package/dist/node/index.js.map +1 -1
- package/dist/node/instance/ModuleInstance.d.cts +139 -6
- package/dist/node/instance/ModuleInstance.d.cts.map +1 -1
- package/dist/node/instance/ModuleInstance.d.mts +139 -6
- package/dist/node/instance/ModuleInstance.d.mts.map +1 -1
- package/dist/node/instance/ModuleInstance.d.ts +139 -6
- package/dist/node/instance/ModuleInstance.d.ts.map +1 -1
- package/dist/node/instance/ModuleRepository.d.cts +2 -1
- package/dist/node/instance/ModuleRepository.d.cts.map +1 -1
- package/dist/node/instance/ModuleRepository.d.mts +2 -1
- package/dist/node/instance/ModuleRepository.d.mts.map +1 -1
- package/dist/node/instance/ModuleRepository.d.ts +2 -1
- package/dist/node/instance/ModuleRepository.d.ts.map +1 -1
- package/dist/node/instance/asModuleInstance.d.cts +8 -8
- package/dist/node/instance/asModuleInstance.d.mts +8 -8
- package/dist/node/instance/asModuleInstance.d.ts +8 -8
- package/dist/node/lib/duplicateModules.d.cts +4 -4
- package/dist/node/lib/duplicateModules.d.mts +4 -4
- package/dist/node/lib/duplicateModules.d.ts +4 -4
- package/dist/node/module/ModuleFields.d.cts +2 -1
- package/dist/node/module/ModuleFields.d.cts.map +1 -1
- package/dist/node/module/ModuleFields.d.mts +2 -1
- package/dist/node/module/ModuleFields.d.mts.map +1 -1
- package/dist/node/module/ModuleFields.d.ts +2 -1
- package/dist/node/module/ModuleFields.d.ts.map +1 -1
- package/dist/node/module/asModule.d.cts +8 -8
- package/dist/node/module/asModule.d.mts +8 -8
- package/dist/node/module/asModule.d.ts +8 -8
- package/dist/node/module/asModuleObject.d.cts +8 -8
- package/dist/node/module/asModuleObject.d.mts +8 -8
- package/dist/node/module/asModuleObject.d.ts +8 -8
- package/dist/node/module/isModuleObject.d.cts +4 -4
- package/dist/node/module/isModuleObject.d.mts +4 -4
- package/dist/node/module/isModuleObject.d.ts +4 -4
- package/dist/node/withModule.d.cts +8 -8
- package/dist/node/withModule.d.mts +8 -8
- package/dist/node/withModule.d.ts +8 -8
- package/package.json +16 -16
- package/src/Config.ts +4 -4
- package/src/CreatableModule/ModuleFactoryLocator.ts +2 -2
- package/src/EventsModels/ModuleEventArgs.ts +3 -2
- package/src/ModuleDescription.ts +5 -2
- package/src/Queries/ModuleAddress/Payload.ts +2 -1
- package/src/Queries/Subscribe.ts +2 -1
- package/src/instance/ModuleInstance.ts +41 -6
- package/src/instance/ModuleRepository.ts +3 -1
- package/src/module/ModuleFields.ts +2 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModuleRepository.d.ts","sourceRoot":"","sources":["../../../src/instance/ModuleRepository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAA;AAEzD,MAAM,WAAW,gBAAiB,SAAQ,sBAAsB;IAC9D,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAA;IACzB,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAA;IAC3B,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IAEpC,MAAM,CAAC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ModuleRepository.d.ts","sourceRoot":"","sources":["../../../src/instance/ModuleRepository.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AAErC,OAAO,EAAE,MAAM,EAAE,MAAM,WAAW,CAAA;AAClC,OAAO,EAAE,sBAAsB,EAAE,MAAM,kBAAkB,CAAA;AAEzD,MAAM,WAAW,gBAAiB,SAAQ,sBAAsB;IAC9D,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAA;IACzB,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,GAAG,IAAI,CAAA;IAC3B,GAAG,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;IAEpC,MAAM,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,EAAE,GAAG,IAAI,CAAA;CAC1C"}
|
|
@@ -12,8 +12,8 @@ export declare const asModuleInstance: {
|
|
|
12
12
|
schema: "network.xyo.module.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 asModuleInstance: {
|
|
|
29
29
|
schema: "network.xyo.module.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -53,8 +53,8 @@ export declare const asModuleInstance: {
|
|
|
53
53
|
schema: "network.xyo.module.config";
|
|
54
54
|
readonly security?: {
|
|
55
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
56
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
56
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
readonly sign?: boolean | undefined;
|
|
60
60
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const asModuleInstance: {
|
|
|
70
70
|
schema: "network.xyo.module.config";
|
|
71
71
|
readonly security?: {
|
|
72
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
74
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -12,8 +12,8 @@ export declare const asModuleInstance: {
|
|
|
12
12
|
schema: "network.xyo.module.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 asModuleInstance: {
|
|
|
29
29
|
schema: "network.xyo.module.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -53,8 +53,8 @@ export declare const asModuleInstance: {
|
|
|
53
53
|
schema: "network.xyo.module.config";
|
|
54
54
|
readonly security?: {
|
|
55
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
56
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
56
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
readonly sign?: boolean | undefined;
|
|
60
60
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const asModuleInstance: {
|
|
|
70
70
|
schema: "network.xyo.module.config";
|
|
71
71
|
readonly security?: {
|
|
72
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
74
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -12,8 +12,8 @@ export declare const asModuleInstance: {
|
|
|
12
12
|
schema: "network.xyo.module.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 asModuleInstance: {
|
|
|
29
29
|
schema: "network.xyo.module.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -53,8 +53,8 @@ export declare const asModuleInstance: {
|
|
|
53
53
|
schema: "network.xyo.module.config";
|
|
54
54
|
readonly security?: {
|
|
55
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
56
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
56
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
readonly sign?: boolean | undefined;
|
|
60
60
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const asModuleInstance: {
|
|
|
70
70
|
schema: "network.xyo.module.config";
|
|
71
71
|
readonly security?: {
|
|
72
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
74
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -21,8 +21,8 @@ export declare const duplicateModules: (value: Module, index: number, array: Mod
|
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
readonly security?: {
|
|
23
23
|
readonly allowAnonymous?: boolean | undefined;
|
|
24
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
25
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
24
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 duplicateModules: (value: Module, index: number, array: Mod
|
|
|
38
38
|
schema: "network.xyo.module.config";
|
|
39
39
|
readonly security?: {
|
|
40
40
|
readonly allowAnonymous?: boolean | undefined;
|
|
41
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
42
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
41
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -21,8 +21,8 @@ export declare const duplicateModules: (value: Module, index: number, array: Mod
|
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
readonly security?: {
|
|
23
23
|
readonly allowAnonymous?: boolean | undefined;
|
|
24
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
25
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
24
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 duplicateModules: (value: Module, index: number, array: Mod
|
|
|
38
38
|
schema: "network.xyo.module.config";
|
|
39
39
|
readonly security?: {
|
|
40
40
|
readonly allowAnonymous?: boolean | undefined;
|
|
41
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
42
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
41
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -21,8 +21,8 @@ export declare const duplicateModules: (value: Module, index: number, array: Mod
|
|
|
21
21
|
schema: "network.xyo.module.config";
|
|
22
22
|
readonly security?: {
|
|
23
23
|
readonly allowAnonymous?: boolean | undefined;
|
|
24
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
25
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
24
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 duplicateModules: (value: Module, index: number, array: Mod
|
|
|
38
38
|
schema: "network.xyo.module.config";
|
|
39
39
|
readonly security?: {
|
|
40
40
|
readonly allowAnonymous?: boolean | undefined;
|
|
41
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
42
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
41
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Address } from '@xylabs/hex';
|
|
1
2
|
import { Promisable } from '@xylabs/promise';
|
|
2
3
|
import { QueryBoundWitness } from '@xyo-network/boundwitness-model';
|
|
3
4
|
import { Payload } from '@xyo-network/payload-model';
|
|
@@ -5,7 +6,7 @@ import { ModuleConfig } from '../Config';
|
|
|
5
6
|
import { ModuleParams } from '../ModuleParams';
|
|
6
7
|
import { ModuleQueryResult } from '../ModuleQueryResult';
|
|
7
8
|
export type ModuleFields<TParams extends ModuleParams = ModuleParams> = {
|
|
8
|
-
address:
|
|
9
|
+
address: Address;
|
|
9
10
|
config: TParams['config'];
|
|
10
11
|
/** The name (if specified) or address of the module */
|
|
11
12
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModuleFields.d.ts","sourceRoot":"","sources":["../../../src/module/ModuleFields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,MAAM,MAAM,YAAY,CAAC,OAAO,SAAS,YAAY,GAAG,YAAY,IAAI;IACtE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ModuleFields.d.ts","sourceRoot":"","sources":["../../../src/module/ModuleFields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,MAAM,MAAM,YAAY,CAAC,OAAO,SAAS,YAAY,GAAG,YAAY,IAAI;IACtE,OAAO,EAAE,OAAO,CAAA;IAChB,MAAM,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAA;IAEzB,uDAAuD;IACvD,EAAE,EAAE,MAAM,CAAA;IAEV,MAAM,EAAE,OAAO,CAAA;IAEf,YAAY,EAAE,MAAM,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAElD,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,KAAK,EAAE,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAAE,KAAK,SAAS,YAAY,GAAG,YAAY,EAChG,KAAK,EAAE,CAAC,EACR,QAAQ,CAAC,EAAE,OAAO,EAAE,EACpB,WAAW,CAAC,EAAE,KAAK,KAChB,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAClC,SAAS,EAAE,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAAE,KAAK,SAAS,YAAY,GAAG,YAAY,EACpG,KAAK,EAAE,CAAC,EACR,QAAQ,CAAC,EAAE,OAAO,EAAE,EACpB,WAAW,CAAC,EAAE,KAAK,KAChB,UAAU,CAAC,OAAO,CAAC,CAAA;IAExB,KAAK,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,CAAC,CAAA;IACjC,IAAI,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,CAAC,CAAA;CACjC,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Address } from '@xylabs/hex';
|
|
1
2
|
import { Promisable } from '@xylabs/promise';
|
|
2
3
|
import { QueryBoundWitness } from '@xyo-network/boundwitness-model';
|
|
3
4
|
import { Payload } from '@xyo-network/payload-model';
|
|
@@ -5,7 +6,7 @@ import { ModuleConfig } from '../Config';
|
|
|
5
6
|
import { ModuleParams } from '../ModuleParams';
|
|
6
7
|
import { ModuleQueryResult } from '../ModuleQueryResult';
|
|
7
8
|
export type ModuleFields<TParams extends ModuleParams = ModuleParams> = {
|
|
8
|
-
address:
|
|
9
|
+
address: Address;
|
|
9
10
|
config: TParams['config'];
|
|
10
11
|
/** The name (if specified) or address of the module */
|
|
11
12
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModuleFields.d.ts","sourceRoot":"","sources":["../../../src/module/ModuleFields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,MAAM,MAAM,YAAY,CAAC,OAAO,SAAS,YAAY,GAAG,YAAY,IAAI;IACtE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ModuleFields.d.ts","sourceRoot":"","sources":["../../../src/module/ModuleFields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,MAAM,MAAM,YAAY,CAAC,OAAO,SAAS,YAAY,GAAG,YAAY,IAAI;IACtE,OAAO,EAAE,OAAO,CAAA;IAChB,MAAM,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAA;IAEzB,uDAAuD;IACvD,EAAE,EAAE,MAAM,CAAA;IAEV,MAAM,EAAE,OAAO,CAAA;IAEf,YAAY,EAAE,MAAM,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAElD,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,KAAK,EAAE,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAAE,KAAK,SAAS,YAAY,GAAG,YAAY,EAChG,KAAK,EAAE,CAAC,EACR,QAAQ,CAAC,EAAE,OAAO,EAAE,EACpB,WAAW,CAAC,EAAE,KAAK,KAChB,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAClC,SAAS,EAAE,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAAE,KAAK,SAAS,YAAY,GAAG,YAAY,EACpG,KAAK,EAAE,CAAC,EACR,QAAQ,CAAC,EAAE,OAAO,EAAE,EACpB,WAAW,CAAC,EAAE,KAAK,KAChB,UAAU,CAAC,OAAO,CAAC,CAAA;IAExB,KAAK,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,CAAC,CAAA;IACjC,IAAI,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,CAAC,CAAA;CACjC,CAAA"}
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { Address } from '@xylabs/hex';
|
|
1
2
|
import { Promisable } from '@xylabs/promise';
|
|
2
3
|
import { QueryBoundWitness } from '@xyo-network/boundwitness-model';
|
|
3
4
|
import { Payload } from '@xyo-network/payload-model';
|
|
@@ -5,7 +6,7 @@ import { ModuleConfig } from '../Config';
|
|
|
5
6
|
import { ModuleParams } from '../ModuleParams';
|
|
6
7
|
import { ModuleQueryResult } from '../ModuleQueryResult';
|
|
7
8
|
export type ModuleFields<TParams extends ModuleParams = ModuleParams> = {
|
|
8
|
-
address:
|
|
9
|
+
address: Address;
|
|
9
10
|
config: TParams['config'];
|
|
10
11
|
/** The name (if specified) or address of the module */
|
|
11
12
|
id: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModuleFields.d.ts","sourceRoot":"","sources":["../../../src/module/ModuleFields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,MAAM,MAAM,YAAY,CAAC,OAAO,SAAS,YAAY,GAAG,YAAY,IAAI;IACtE,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"ModuleFields.d.ts","sourceRoot":"","sources":["../../../src/module/ModuleFields.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAA;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAA;AAC5C,OAAO,EAAE,iBAAiB,EAAE,MAAM,iCAAiC,CAAA;AACnE,OAAO,EAAE,OAAO,EAAE,MAAM,4BAA4B,CAAA;AAEpD,OAAO,EAAE,YAAY,EAAE,MAAM,WAAW,CAAA;AACxC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAA;AAC9C,OAAO,EAAE,iBAAiB,EAAE,MAAM,sBAAsB,CAAA;AAExD,MAAM,MAAM,YAAY,CAAC,OAAO,SAAS,YAAY,GAAG,YAAY,IAAI;IACtE,OAAO,EAAE,OAAO,CAAA;IAChB,MAAM,EAAE,OAAO,CAAC,QAAQ,CAAC,CAAA;IAEzB,uDAAuD;IACvD,EAAE,EAAE,MAAM,CAAA;IAEV,MAAM,EAAE,OAAO,CAAA;IAEf,YAAY,EAAE,MAAM,UAAU,CAAC,MAAM,GAAG,SAAS,CAAC,CAAA;IAElD,OAAO,EAAE,MAAM,EAAE,CAAA;IACjB,KAAK,EAAE,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAAE,KAAK,SAAS,YAAY,GAAG,YAAY,EAChG,KAAK,EAAE,CAAC,EACR,QAAQ,CAAC,EAAE,OAAO,EAAE,EACpB,WAAW,CAAC,EAAE,KAAK,KAChB,UAAU,CAAC,iBAAiB,CAAC,CAAA;IAClC,SAAS,EAAE,CAAC,CAAC,SAAS,iBAAiB,GAAG,iBAAiB,EAAE,KAAK,SAAS,YAAY,GAAG,YAAY,EACpG,KAAK,EAAE,CAAC,EACR,QAAQ,CAAC,EAAE,OAAO,EAAE,EACpB,WAAW,CAAC,EAAE,KAAK,KAChB,UAAU,CAAC,OAAO,CAAC,CAAA;IAExB,KAAK,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,CAAC,CAAA;IACjC,IAAI,CAAC,EAAE,MAAM,UAAU,CAAC,OAAO,CAAC,CAAA;CACjC,CAAA"}
|
|
@@ -12,8 +12,8 @@ export declare const asModule: {
|
|
|
12
12
|
schema: "network.xyo.module.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 asModule: {
|
|
|
29
29
|
schema: "network.xyo.module.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -53,8 +53,8 @@ export declare const asModule: {
|
|
|
53
53
|
schema: "network.xyo.module.config";
|
|
54
54
|
readonly security?: {
|
|
55
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
56
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
56
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
readonly sign?: boolean | undefined;
|
|
60
60
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const asModule: {
|
|
|
70
70
|
schema: "network.xyo.module.config";
|
|
71
71
|
readonly security?: {
|
|
72
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
74
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -12,8 +12,8 @@ export declare const asModule: {
|
|
|
12
12
|
schema: "network.xyo.module.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 asModule: {
|
|
|
29
29
|
schema: "network.xyo.module.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -53,8 +53,8 @@ export declare const asModule: {
|
|
|
53
53
|
schema: "network.xyo.module.config";
|
|
54
54
|
readonly security?: {
|
|
55
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
56
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
56
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
readonly sign?: boolean | undefined;
|
|
60
60
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const asModule: {
|
|
|
70
70
|
schema: "network.xyo.module.config";
|
|
71
71
|
readonly security?: {
|
|
72
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
74
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -12,8 +12,8 @@ export declare const asModule: {
|
|
|
12
12
|
schema: "network.xyo.module.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 asModule: {
|
|
|
29
29
|
schema: "network.xyo.module.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -53,8 +53,8 @@ export declare const asModule: {
|
|
|
53
53
|
schema: "network.xyo.module.config";
|
|
54
54
|
readonly security?: {
|
|
55
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
56
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
56
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
readonly sign?: boolean | undefined;
|
|
60
60
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const asModule: {
|
|
|
70
70
|
schema: "network.xyo.module.config";
|
|
71
71
|
readonly security?: {
|
|
72
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
74
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -12,8 +12,8 @@ export declare const asModuleObject: {
|
|
|
12
12
|
schema: "network.xyo.module.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 asModuleObject: {
|
|
|
29
29
|
schema: "network.xyo.module.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -53,8 +53,8 @@ export declare const asModuleObject: {
|
|
|
53
53
|
schema: "network.xyo.module.config";
|
|
54
54
|
readonly security?: {
|
|
55
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
56
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
56
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
readonly sign?: boolean | undefined;
|
|
60
60
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const asModuleObject: {
|
|
|
70
70
|
schema: "network.xyo.module.config";
|
|
71
71
|
readonly security?: {
|
|
72
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
74
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -12,8 +12,8 @@ export declare const asModuleObject: {
|
|
|
12
12
|
schema: "network.xyo.module.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 asModuleObject: {
|
|
|
29
29
|
schema: "network.xyo.module.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -53,8 +53,8 @@ export declare const asModuleObject: {
|
|
|
53
53
|
schema: "network.xyo.module.config";
|
|
54
54
|
readonly security?: {
|
|
55
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
56
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
56
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
readonly sign?: boolean | undefined;
|
|
60
60
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const asModuleObject: {
|
|
|
70
70
|
schema: "network.xyo.module.config";
|
|
71
71
|
readonly security?: {
|
|
72
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
74
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -12,8 +12,8 @@ export declare const asModuleObject: {
|
|
|
12
12
|
schema: "network.xyo.module.config";
|
|
13
13
|
readonly security?: {
|
|
14
14
|
readonly allowAnonymous?: boolean | undefined;
|
|
15
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
16
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
15
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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 asModuleObject: {
|
|
|
29
29
|
schema: "network.xyo.module.config";
|
|
30
30
|
readonly security?: {
|
|
31
31
|
readonly allowAnonymous?: boolean | undefined;
|
|
32
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
33
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
32
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -53,8 +53,8 @@ export declare const asModuleObject: {
|
|
|
53
53
|
schema: "network.xyo.module.config";
|
|
54
54
|
readonly security?: {
|
|
55
55
|
readonly allowAnonymous?: boolean | undefined;
|
|
56
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
56
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
57
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
58
58
|
} | undefined;
|
|
59
59
|
readonly sign?: boolean | undefined;
|
|
60
60
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -70,8 +70,8 @@ export declare const asModuleObject: {
|
|
|
70
70
|
schema: "network.xyo.module.config";
|
|
71
71
|
readonly security?: {
|
|
72
72
|
readonly allowAnonymous?: boolean | undefined;
|
|
73
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
74
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
73
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").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;
|
|
@@ -14,8 +14,8 @@ export declare const isModuleObject: import("@xylabs/object").TypeCheck<Module<i
|
|
|
14
14
|
schema: "network.xyo.module.config";
|
|
15
15
|
readonly security?: {
|
|
16
16
|
readonly allowAnonymous?: boolean | undefined;
|
|
17
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
18
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
17
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
18
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
19
19
|
} | undefined;
|
|
20
20
|
readonly sign?: boolean | undefined;
|
|
21
21
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -31,8 +31,8 @@ export declare const isModuleObject: import("@xylabs/object").TypeCheck<Module<i
|
|
|
31
31
|
schema: "network.xyo.module.config";
|
|
32
32
|
readonly security?: {
|
|
33
33
|
readonly allowAnonymous?: boolean | undefined;
|
|
34
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
35
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
34
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
35
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
36
36
|
} | undefined;
|
|
37
37
|
readonly sign?: boolean | undefined;
|
|
38
38
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -14,8 +14,8 @@ export declare const isModuleObject: import("@xylabs/object").TypeCheck<Module<i
|
|
|
14
14
|
schema: "network.xyo.module.config";
|
|
15
15
|
readonly security?: {
|
|
16
16
|
readonly allowAnonymous?: boolean | undefined;
|
|
17
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
18
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
17
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
18
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
19
19
|
} | undefined;
|
|
20
20
|
readonly sign?: boolean | undefined;
|
|
21
21
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -31,8 +31,8 @@ export declare const isModuleObject: import("@xylabs/object").TypeCheck<Module<i
|
|
|
31
31
|
schema: "network.xyo.module.config";
|
|
32
32
|
readonly security?: {
|
|
33
33
|
readonly allowAnonymous?: boolean | undefined;
|
|
34
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
35
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
34
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
35
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
36
36
|
} | undefined;
|
|
37
37
|
readonly sign?: boolean | undefined;
|
|
38
38
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -14,8 +14,8 @@ export declare const isModuleObject: import("@xylabs/object").TypeCheck<Module<i
|
|
|
14
14
|
schema: "network.xyo.module.config";
|
|
15
15
|
readonly security?: {
|
|
16
16
|
readonly allowAnonymous?: boolean | undefined;
|
|
17
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
18
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
17
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
18
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
19
19
|
} | undefined;
|
|
20
20
|
readonly sign?: boolean | undefined;
|
|
21
21
|
readonly storeQueries?: boolean | undefined;
|
|
@@ -31,8 +31,8 @@ export declare const isModuleObject: import("@xylabs/object").TypeCheck<Module<i
|
|
|
31
31
|
schema: "network.xyo.module.config";
|
|
32
32
|
readonly security?: {
|
|
33
33
|
readonly allowAnonymous?: boolean | undefined;
|
|
34
|
-
readonly allowed?: Record<string, (string | import("..").CosigningAddressSet)[]> | undefined;
|
|
35
|
-
readonly disallowed?: Record<string, string[]> | undefined;
|
|
34
|
+
readonly allowed?: Record<string, (Lowercase<string> | import("..").CosigningAddressSet)[]> | undefined;
|
|
35
|
+
readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
|
|
36
36
|
} | undefined;
|
|
37
37
|
readonly sign?: boolean | undefined;
|
|
38
38
|
readonly storeQueries?: boolean | undefined;
|