@xyo-network/pentair-plugin 2.82.1 → 2.83.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,7 +1,7 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
|
-
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/
|
|
2
|
+
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
|
-
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/
|
|
2
|
+
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/browser/Plugin.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
|
-
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/
|
|
2
|
+
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/node/Plugin.d.cts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
|
-
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/
|
|
2
|
+
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/node/Plugin.d.mts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
|
-
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/
|
|
2
|
+
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/dist/node/Plugin.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { PentairScreenlogicWitness } from './Witness';
|
|
2
|
-
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/
|
|
2
|
+
export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<PentairScreenlogicWitness<import("@xyo-network/object").BaseParamsFields & {
|
|
3
3
|
account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
|
|
4
|
-
config: import("@xyo-network/payload-model").SchemaFields & Omit<{
|
|
4
|
+
config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
5
5
|
accountDerivationPath?: string | undefined;
|
|
6
6
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
7
7
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -17,7 +17,9 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
17
17
|
readonly sign?: boolean | undefined;
|
|
18
18
|
readonly storeQueries?: boolean | undefined;
|
|
19
19
|
readonly timestamp?: boolean | undefined;
|
|
20
|
-
} & import("@xyo-network/module-model").ArchivingModuleConfig &
|
|
20
|
+
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
21
|
+
schema: string;
|
|
22
|
+
} & Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<{
|
|
21
23
|
accountDerivationPath?: string | undefined;
|
|
22
24
|
readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
|
|
23
25
|
readonly labels?: import("@xyo-network/module-model").Labels | undefined;
|
|
@@ -36,16 +38,14 @@ export declare const PentairScreenlogicPlugin: () => import("@xyo-network/payloa
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
39
|
-
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
41
|
+
targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
|
|
40
42
|
schema: "network.xyo.payload.set";
|
|
41
43
|
}) | undefined;
|
|
42
44
|
} & {
|
|
43
45
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.pentair.screenlogic.witness.config";
|
|
46
|
-
}, "schema"> & {
|
|
47
|
-
schema: string;
|
|
48
|
-
}, "schema"> & {
|
|
48
|
+
}, "schema">, "schema"> & {
|
|
49
49
|
schema: string;
|
|
50
50
|
};
|
|
51
51
|
ephemeralQueryAccountEnabled?: boolean | undefined;
|
package/package.json
CHANGED
|
@@ -11,22 +11,22 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/assert": "^2.13.20",
|
|
14
|
-
"@xyo-network/abstract-witness": "^2.
|
|
15
|
-
"@xyo-network/module-model": "^2.
|
|
16
|
-
"@xyo-network/payload-model": "^2.
|
|
17
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
18
|
-
"@xyo-network/pentair-payload-plugin": "~2.
|
|
19
|
-
"@xyo-network/witness-model": "^2.
|
|
14
|
+
"@xyo-network/abstract-witness": "^2.83.2",
|
|
15
|
+
"@xyo-network/module-model": "^2.83.2",
|
|
16
|
+
"@xyo-network/payload-model": "^2.83.2",
|
|
17
|
+
"@xyo-network/payloadset-plugin": "^2.83.2",
|
|
18
|
+
"@xyo-network/pentair-payload-plugin": "~2.83.0",
|
|
19
|
+
"@xyo-network/witness-model": "^2.83.2",
|
|
20
20
|
"node-screenlogic": "^2.0.0"
|
|
21
21
|
},
|
|
22
22
|
"devDependencies": {
|
|
23
23
|
"@xylabs/jest-helpers": "^2.13.20",
|
|
24
24
|
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
|
25
25
|
"@xylabs/tsconfig": "^3.2.10",
|
|
26
|
-
"@xyo-network/account": "^2.
|
|
27
|
-
"@xyo-network/payload-wrapper": "^2.
|
|
26
|
+
"@xyo-network/account": "^2.83.2",
|
|
27
|
+
"@xyo-network/payload-wrapper": "^2.83.2",
|
|
28
28
|
"jest": "^29.7.0",
|
|
29
|
-
"typescript": "^5.3.
|
|
29
|
+
"typescript": "^5.3.3"
|
|
30
30
|
},
|
|
31
31
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
32
32
|
"docs": "dist/docs.json",
|
|
@@ -68,5 +68,5 @@
|
|
|
68
68
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
69
69
|
},
|
|
70
70
|
"sideEffects": false,
|
|
71
|
-
"version": "2.
|
|
71
|
+
"version": "2.83.0"
|
|
72
72
|
}
|