@xyo-network/module-instance-plugin 2.87.11 → 2.88.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.
@@ -12,8 +12,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
12
12
  schema: "network.xyo.module.instance.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 AbstractModuleInstancePlugin: () => import("@xyo-network/pa
29
29
  schema: "network.xyo.module.instance.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;
@@ -57,8 +57,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
57
57
  schema: "network.xyo.module.config";
58
58
  readonly security?: {
59
59
  readonly allowAnonymous?: boolean | undefined;
60
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
- readonly disallowed?: Record<string, string[]> | undefined;
60
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
62
62
  } | undefined;
63
63
  readonly sign?: boolean | undefined;
64
64
  readonly storeQueries?: boolean | undefined;
@@ -74,8 +74,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
74
74
  schema: "network.xyo.module.config";
75
75
  readonly security?: {
76
76
  readonly allowAnonymous?: boolean | undefined;
77
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
- readonly disallowed?: Record<string, string[]> | undefined;
77
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
79
79
  } | undefined;
80
80
  readonly sign?: boolean | undefined;
81
81
  readonly storeQueries?: boolean | undefined;
@@ -12,8 +12,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
12
12
  schema: "network.xyo.module.instance.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 AbstractModuleInstancePlugin: () => import("@xyo-network/pa
29
29
  schema: "network.xyo.module.instance.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;
@@ -57,8 +57,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
57
57
  schema: "network.xyo.module.config";
58
58
  readonly security?: {
59
59
  readonly allowAnonymous?: boolean | undefined;
60
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
- readonly disallowed?: Record<string, string[]> | undefined;
60
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
62
62
  } | undefined;
63
63
  readonly sign?: boolean | undefined;
64
64
  readonly storeQueries?: boolean | undefined;
@@ -74,8 +74,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
74
74
  schema: "network.xyo.module.config";
75
75
  readonly security?: {
76
76
  readonly allowAnonymous?: boolean | undefined;
77
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
- readonly disallowed?: Record<string, string[]> | undefined;
77
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
79
79
  } | undefined;
80
80
  readonly sign?: boolean | undefined;
81
81
  readonly storeQueries?: boolean | undefined;
@@ -12,8 +12,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
12
12
  schema: "network.xyo.module.instance.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 AbstractModuleInstancePlugin: () => import("@xyo-network/pa
29
29
  schema: "network.xyo.module.instance.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;
@@ -57,8 +57,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
57
57
  schema: "network.xyo.module.config";
58
58
  readonly security?: {
59
59
  readonly allowAnonymous?: boolean | undefined;
60
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
- readonly disallowed?: Record<string, string[]> | undefined;
60
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
62
62
  } | undefined;
63
63
  readonly sign?: boolean | undefined;
64
64
  readonly storeQueries?: boolean | undefined;
@@ -74,8 +74,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
74
74
  schema: "network.xyo.module.config";
75
75
  readonly security?: {
76
76
  readonly allowAnonymous?: boolean | undefined;
77
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
- readonly disallowed?: Record<string, string[]> | undefined;
77
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
79
79
  } | undefined;
80
80
  readonly sign?: boolean | undefined;
81
81
  readonly storeQueries?: boolean | undefined;
@@ -26,8 +26,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
26
26
  schema: "network.xyo.module.config";
27
27
  readonly security?: {
28
28
  readonly allowAnonymous?: boolean | undefined;
29
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
- readonly disallowed?: Record<string, string[]> | undefined;
29
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
31
31
  } | undefined;
32
32
  readonly sign?: boolean | undefined;
33
33
  readonly storeQueries?: boolean | undefined;
@@ -43,8 +43,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
43
43
  schema: "network.xyo.module.config";
44
44
  readonly security?: {
45
45
  readonly allowAnonymous?: boolean | undefined;
46
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
- readonly disallowed?: Record<string, string[]> | undefined;
46
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
48
48
  } | undefined;
49
49
  readonly sign?: boolean | undefined;
50
50
  readonly storeQueries?: boolean | undefined;
@@ -26,8 +26,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
26
26
  schema: "network.xyo.module.config";
27
27
  readonly security?: {
28
28
  readonly allowAnonymous?: boolean | undefined;
29
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
- readonly disallowed?: Record<string, string[]> | undefined;
29
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
31
31
  } | undefined;
32
32
  readonly sign?: boolean | undefined;
33
33
  readonly storeQueries?: boolean | undefined;
@@ -43,8 +43,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
43
43
  schema: "network.xyo.module.config";
44
44
  readonly security?: {
45
45
  readonly allowAnonymous?: boolean | undefined;
46
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
- readonly disallowed?: Record<string, string[]> | undefined;
46
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
48
48
  } | undefined;
49
49
  readonly sign?: boolean | undefined;
50
50
  readonly storeQueries?: boolean | undefined;
@@ -26,8 +26,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
26
26
  schema: "network.xyo.module.config";
27
27
  readonly security?: {
28
28
  readonly allowAnonymous?: boolean | undefined;
29
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
- readonly disallowed?: Record<string, string[]> | undefined;
29
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
31
31
  } | undefined;
32
32
  readonly sign?: boolean | undefined;
33
33
  readonly storeQueries?: boolean | undefined;
@@ -43,8 +43,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
43
43
  schema: "network.xyo.module.config";
44
44
  readonly security?: {
45
45
  readonly allowAnonymous?: boolean | undefined;
46
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
- readonly disallowed?: Record<string, string[]> | undefined;
46
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
48
48
  } | undefined;
49
49
  readonly sign?: boolean | undefined;
50
50
  readonly storeQueries?: boolean | undefined;
@@ -12,8 +12,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
12
12
  schema: "network.xyo.module.instance.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 AbstractModuleInstancePlugin: () => import("@xyo-network/pa
29
29
  schema: "network.xyo.module.instance.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;
@@ -57,8 +57,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
57
57
  schema: "network.xyo.module.config";
58
58
  readonly security?: {
59
59
  readonly allowAnonymous?: boolean | undefined;
60
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
- readonly disallowed?: Record<string, string[]> | undefined;
60
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
62
62
  } | undefined;
63
63
  readonly sign?: boolean | undefined;
64
64
  readonly storeQueries?: boolean | undefined;
@@ -74,8 +74,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
74
74
  schema: "network.xyo.module.config";
75
75
  readonly security?: {
76
76
  readonly allowAnonymous?: boolean | undefined;
77
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
- readonly disallowed?: Record<string, string[]> | undefined;
77
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
79
79
  } | undefined;
80
80
  readonly sign?: boolean | undefined;
81
81
  readonly storeQueries?: boolean | undefined;
@@ -12,8 +12,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
12
12
  schema: "network.xyo.module.instance.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 AbstractModuleInstancePlugin: () => import("@xyo-network/pa
29
29
  schema: "network.xyo.module.instance.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;
@@ -57,8 +57,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
57
57
  schema: "network.xyo.module.config";
58
58
  readonly security?: {
59
59
  readonly allowAnonymous?: boolean | undefined;
60
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
- readonly disallowed?: Record<string, string[]> | undefined;
60
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
62
62
  } | undefined;
63
63
  readonly sign?: boolean | undefined;
64
64
  readonly storeQueries?: boolean | undefined;
@@ -74,8 +74,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
74
74
  schema: "network.xyo.module.config";
75
75
  readonly security?: {
76
76
  readonly allowAnonymous?: boolean | undefined;
77
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
- readonly disallowed?: Record<string, string[]> | undefined;
77
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
79
79
  } | undefined;
80
80
  readonly sign?: boolean | undefined;
81
81
  readonly storeQueries?: boolean | undefined;
@@ -12,8 +12,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
12
12
  schema: "network.xyo.module.instance.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 AbstractModuleInstancePlugin: () => import("@xyo-network/pa
29
29
  schema: "network.xyo.module.instance.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;
@@ -57,8 +57,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
57
57
  schema: "network.xyo.module.config";
58
58
  readonly security?: {
59
59
  readonly allowAnonymous?: boolean | undefined;
60
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
- readonly disallowed?: Record<string, string[]> | undefined;
60
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
61
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
62
62
  } | undefined;
63
63
  readonly sign?: boolean | undefined;
64
64
  readonly storeQueries?: boolean | undefined;
@@ -74,8 +74,8 @@ export declare const AbstractModuleInstancePlugin: () => import("@xyo-network/pa
74
74
  schema: "network.xyo.module.config";
75
75
  readonly security?: {
76
76
  readonly allowAnonymous?: boolean | undefined;
77
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
- readonly disallowed?: Record<string, string[]> | undefined;
77
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
78
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
79
79
  } | undefined;
80
80
  readonly sign?: boolean | undefined;
81
81
  readonly storeQueries?: boolean | undefined;
@@ -26,8 +26,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
26
26
  schema: "network.xyo.module.config";
27
27
  readonly security?: {
28
28
  readonly allowAnonymous?: boolean | undefined;
29
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
- readonly disallowed?: Record<string, string[]> | undefined;
29
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
31
31
  } | undefined;
32
32
  readonly sign?: boolean | undefined;
33
33
  readonly storeQueries?: boolean | undefined;
@@ -43,8 +43,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
43
43
  schema: "network.xyo.module.config";
44
44
  readonly security?: {
45
45
  readonly allowAnonymous?: boolean | undefined;
46
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
- readonly disallowed?: Record<string, string[]> | undefined;
46
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
48
48
  } | undefined;
49
49
  readonly sign?: boolean | undefined;
50
50
  readonly storeQueries?: boolean | undefined;
@@ -26,8 +26,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
26
26
  schema: "network.xyo.module.config";
27
27
  readonly security?: {
28
28
  readonly allowAnonymous?: boolean | undefined;
29
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
- readonly disallowed?: Record<string, string[]> | undefined;
29
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
31
31
  } | undefined;
32
32
  readonly sign?: boolean | undefined;
33
33
  readonly storeQueries?: boolean | undefined;
@@ -43,8 +43,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
43
43
  schema: "network.xyo.module.config";
44
44
  readonly security?: {
45
45
  readonly allowAnonymous?: boolean | undefined;
46
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
- readonly disallowed?: Record<string, string[]> | undefined;
46
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
48
48
  } | undefined;
49
49
  readonly sign?: boolean | undefined;
50
50
  readonly storeQueries?: boolean | undefined;
@@ -26,8 +26,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
26
26
  schema: "network.xyo.module.config";
27
27
  readonly security?: {
28
28
  readonly allowAnonymous?: boolean | undefined;
29
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
- readonly disallowed?: Record<string, string[]> | undefined;
29
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
30
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
31
31
  } | undefined;
32
32
  readonly sign?: boolean | undefined;
33
33
  readonly storeQueries?: boolean | undefined;
@@ -43,8 +43,8 @@ export declare class AbstractModuleInstanceWitness<TParams extends AbstractModul
43
43
  schema: "network.xyo.module.config";
44
44
  readonly security?: {
45
45
  readonly allowAnonymous?: boolean | undefined;
46
- readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
- readonly disallowed?: Record<string, string[]> | undefined;
46
+ readonly allowed?: Record<string, (Lowercase<string> | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
47
+ readonly disallowed?: Record<string, Lowercase<string>[]> | undefined;
48
48
  } | undefined;
49
49
  readonly sign?: boolean | undefined;
50
50
  readonly storeQueries?: boolean | undefined;
package/package.json CHANGED
@@ -10,21 +10,21 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/lodash": "^2.14.3",
14
- "@xylabs/promise": "^2.14.3",
15
- "@xyo-network/abstract-witness": "^2.90.23",
16
- "@xyo-network/module-instance-payload-plugin": "~2.87.11",
17
- "@xyo-network/module-model": "^2.90.23",
18
- "@xyo-network/payload-model": "^2.90.23",
19
- "@xyo-network/payloadset-plugin": "^2.90.23",
20
- "@xyo-network/witness-model": "^2.90.23"
13
+ "@xylabs/lodash": "^3.0.1",
14
+ "@xylabs/promise": "^3.0.1",
15
+ "@xyo-network/abstract-witness": "^2.91.0",
16
+ "@xyo-network/module-instance-payload-plugin": "~2.88.0",
17
+ "@xyo-network/module-model": "^2.91.0",
18
+ "@xyo-network/payload-model": "^2.91.0",
19
+ "@xyo-network/payloadset-plugin": "^2.91.0",
20
+ "@xyo-network/witness-model": "^2.91.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@xylabs/ts-scripts-yarn3": "^3.2.42",
24
- "@xylabs/tsconfig": "^3.2.42",
25
- "@xyo-network/account": "^2.90.23",
26
- "@xyo-network/archivist-memory": "^2.90.23",
27
- "@xyo-network/payload-wrapper": "^2.90.23",
23
+ "@xylabs/ts-scripts-yarn3": "^3.4.1",
24
+ "@xylabs/tsconfig": "^3.4.1",
25
+ "@xyo-network/account": "^2.91.0",
26
+ "@xyo-network/archivist-memory": "^2.91.0",
27
+ "@xyo-network/payload-wrapper": "^2.91.0",
28
28
  "typescript": "^5.3.3"
29
29
  },
30
30
  "description": "Contains the information about a module instance",
@@ -66,6 +66,6 @@
66
66
  "url": "https://github.com/XYOracleNetwork/plugins.git"
67
67
  },
68
68
  "sideEffects": false,
69
- "version": "2.87.11",
69
+ "version": "2.88.0",
70
70
  "type": "module"
71
71
  }