@xyo-network/pentair-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 PentairScreenlogicPlugin: () => import("@xyo-network/payloa
12
12
  schema: "network.xyo.pentair.screenlogic.witness.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 PentairScreenlogicPlugin: () => import("@xyo-network/payloa
29
29
  schema: "network.xyo.pentair.screenlogic.witness.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;
@@ -12,8 +12,8 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
12
12
  schema: "network.xyo.pentair.screenlogic.witness.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 PentairScreenlogicPlugin: () => import("@xyo-network/payloa
29
29
  schema: "network.xyo.pentair.screenlogic.witness.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;
@@ -12,8 +12,8 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
12
12
  schema: "network.xyo.pentair.screenlogic.witness.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 PentairScreenlogicPlugin: () => import("@xyo-network/payloa
29
29
  schema: "network.xyo.pentair.screenlogic.witness.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;
@@ -12,8 +12,8 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
12
12
  schema: "network.xyo.pentair.screenlogic.witness.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 PentairScreenlogicPlugin: () => import("@xyo-network/payloa
29
29
  schema: "network.xyo.pentair.screenlogic.witness.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;
@@ -12,8 +12,8 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
12
12
  schema: "network.xyo.pentair.screenlogic.witness.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 PentairScreenlogicPlugin: () => import("@xyo-network/payloa
29
29
  schema: "network.xyo.pentair.screenlogic.witness.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;
@@ -12,8 +12,8 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
12
12
  schema: "network.xyo.pentair.screenlogic.witness.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 PentairScreenlogicPlugin: () => import("@xyo-network/payloa
29
29
  schema: "network.xyo.pentair.screenlogic.witness.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;
package/package.json CHANGED
@@ -10,21 +10,21 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xylabs/assert": "^2.14.3",
14
- "@xyo-network/abstract-witness": "^2.90.23",
15
- "@xyo-network/module-model": "^2.90.23",
16
- "@xyo-network/payload-model": "^2.90.23",
17
- "@xyo-network/payloadset-plugin": "^2.90.23",
18
- "@xyo-network/pentair-payload-plugin": "~2.87.11",
19
- "@xyo-network/witness-model": "^2.90.23",
13
+ "@xylabs/assert": "^3.0.1",
14
+ "@xyo-network/abstract-witness": "^2.91.0",
15
+ "@xyo-network/module-model": "^2.91.0",
16
+ "@xyo-network/payload-model": "^2.91.0",
17
+ "@xyo-network/payloadset-plugin": "^2.91.0",
18
+ "@xyo-network/pentair-payload-plugin": "~2.88.0",
19
+ "@xyo-network/witness-model": "^2.91.0",
20
20
  "node-screenlogic": "^2.0.0"
21
21
  },
22
22
  "devDependencies": {
23
- "@xylabs/jest-helpers": "^2.14.3",
24
- "@xylabs/ts-scripts-yarn3": "^3.2.42",
25
- "@xylabs/tsconfig": "^3.2.42",
26
- "@xyo-network/account": "^2.90.23",
27
- "@xyo-network/payload-wrapper": "^2.90.23",
23
+ "@xylabs/jest-helpers": "^3.0.1",
24
+ "@xylabs/ts-scripts-yarn3": "^3.4.1",
25
+ "@xylabs/tsconfig": "^3.4.1",
26
+ "@xyo-network/account": "^2.91.0",
27
+ "@xyo-network/payload-wrapper": "^2.91.0",
28
28
  "jest": "^29.7.0",
29
29
  "typescript": "^5.3.3"
30
30
  },
@@ -67,6 +67,6 @@
67
67
  "url": "https://github.com/XYOracleNetwork/plugins.git"
68
68
  },
69
69
  "sideEffects": false,
70
- "version": "2.87.11",
70
+ "version": "2.88.0",
71
71
  "type": "module"
72
72
  }