@xyo-network/node-system-info-plugin 2.97.0-rc.1 → 2.97.1

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,20 +1,20 @@
1
1
  import { NodeSystemInfoWitness } from './Witness';
2
2
  export declare const NodeSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<NodeSystemInfoWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.system.info.witness.node.config";
9
9
  } & {
10
- nodeValues?: Record<string, string> | undefined;
11
- schema: "network.xyo.system.info.witness.node.config";
10
+ nodeValues?: Record<string, string>;
11
+ schema: import("./Config").NodeSystemInfoWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.system.info.witness.node.config";
14
14
  }, "schema"> & {
15
15
  schema: string;
16
16
  };
17
- ephemeralQueryAccountEnabled?: boolean | undefined;
18
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
17
+ ephemeralQueryAccountEnabled?: boolean;
18
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
19
19
  }>>;
20
20
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,20 +1,20 @@
1
1
  import { NodeSystemInfoWitness } from './Witness';
2
2
  export declare const NodeSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<NodeSystemInfoWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.system.info.witness.node.config";
9
9
  } & {
10
- nodeValues?: Record<string, string> | undefined;
11
- schema: "network.xyo.system.info.witness.node.config";
10
+ nodeValues?: Record<string, string>;
11
+ schema: import("./Config").NodeSystemInfoWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.system.info.witness.node.config";
14
14
  }, "schema"> & {
15
15
  schema: string;
16
16
  };
17
- ephemeralQueryAccountEnabled?: boolean | undefined;
18
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
17
+ ephemeralQueryAccountEnabled?: boolean;
18
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
19
19
  }>>;
20
20
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,20 +1,20 @@
1
1
  import { NodeSystemInfoWitness } from './Witness';
2
2
  export declare const NodeSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<NodeSystemInfoWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.system.info.witness.node.config";
9
9
  } & {
10
- nodeValues?: Record<string, string> | undefined;
11
- schema: "network.xyo.system.info.witness.node.config";
10
+ nodeValues?: Record<string, string>;
11
+ schema: import("./Config").NodeSystemInfoWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.system.info.witness.node.config";
14
14
  }, "schema"> & {
15
15
  schema: string;
16
16
  };
17
- ephemeralQueryAccountEnabled?: boolean | undefined;
18
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
17
+ ephemeralQueryAccountEnabled?: boolean;
18
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
19
19
  }>>;
20
20
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,20 +1,20 @@
1
1
  import { NodeSystemInfoWitness } from './Witness';
2
2
  export declare const NodeSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<NodeSystemInfoWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.system.info.witness.node.config";
9
9
  } & {
10
- nodeValues?: Record<string, string> | undefined;
11
- schema: "network.xyo.system.info.witness.node.config";
10
+ nodeValues?: Record<string, string>;
11
+ schema: import("./Config").NodeSystemInfoWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.system.info.witness.node.config";
14
14
  }, "schema"> & {
15
15
  schema: string;
16
16
  };
17
- ephemeralQueryAccountEnabled?: boolean | undefined;
18
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
17
+ ephemeralQueryAccountEnabled?: boolean;
18
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
19
19
  }>>;
20
20
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,20 +1,20 @@
1
1
  import { NodeSystemInfoWitness } from './Witness';
2
2
  export declare const NodeSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<NodeSystemInfoWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.system.info.witness.node.config";
9
9
  } & {
10
- nodeValues?: Record<string, string> | undefined;
11
- schema: "network.xyo.system.info.witness.node.config";
10
+ nodeValues?: Record<string, string>;
11
+ schema: import("./Config").NodeSystemInfoWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.system.info.witness.node.config";
14
14
  }, "schema"> & {
15
15
  schema: string;
16
16
  };
17
- ephemeralQueryAccountEnabled?: boolean | undefined;
18
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
17
+ ephemeralQueryAccountEnabled?: boolean;
18
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
19
19
  }>>;
20
20
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,20 +1,20 @@
1
1
  import { NodeSystemInfoWitness } from './Witness';
2
2
  export declare const NodeSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<NodeSystemInfoWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.system.info.witness.node.config";
9
9
  } & {
10
- nodeValues?: Record<string, string> | undefined;
11
- schema: "network.xyo.system.info.witness.node.config";
10
+ nodeValues?: Record<string, string>;
11
+ schema: import("./Config").NodeSystemInfoWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.system.info.witness.node.config";
14
14
  }, "schema"> & {
15
15
  schema: string;
16
16
  };
17
- ephemeralQueryAccountEnabled?: boolean | undefined;
18
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
17
+ ephemeralQueryAccountEnabled?: boolean;
18
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
19
19
  }>>;
20
20
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,20 +1,20 @@
1
1
  import { NodeSystemInfoWitness } from './Witness';
2
2
  export declare const NodeSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<NodeSystemInfoWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.system.info.witness.node.config";
9
9
  } & {
10
- nodeValues?: Record<string, string> | undefined;
11
- schema: "network.xyo.system.info.witness.node.config";
10
+ nodeValues?: Record<string, string>;
11
+ schema: import("./Config").NodeSystemInfoWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.system.info.witness.node.config";
14
14
  }, "schema"> & {
15
15
  schema: string;
16
16
  };
17
- ephemeralQueryAccountEnabled?: boolean | undefined;
18
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
17
+ ephemeralQueryAccountEnabled?: boolean;
18
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
19
19
  }>>;
20
20
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,20 +1,20 @@
1
1
  import { NodeSystemInfoWitness } from './Witness';
2
2
  export declare const NodeSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<NodeSystemInfoWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.system.info.witness.node.config";
9
9
  } & {
10
- nodeValues?: Record<string, string> | undefined;
11
- schema: "network.xyo.system.info.witness.node.config";
10
+ nodeValues?: Record<string, string>;
11
+ schema: import("./Config").NodeSystemInfoWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.system.info.witness.node.config";
14
14
  }, "schema"> & {
15
15
  schema: string;
16
16
  };
17
- ephemeralQueryAccountEnabled?: boolean | undefined;
18
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
17
+ ephemeralQueryAccountEnabled?: boolean;
18
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
19
19
  }>>;
20
20
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,20 +1,20 @@
1
1
  import { NodeSystemInfoWitness } from './Witness';
2
2
  export declare const NodeSystemInfoPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<NodeSystemInfoWitness<import("@xylabs/object").BaseParamsFields & {
3
- account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
- addToResolvers?: boolean | undefined;
5
- additionalSigners?: import("@xyo-network/account-model").AccountInstance[] | undefined;
6
- allowNameResolution?: boolean | undefined;
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random";
4
+ addToResolvers?: boolean;
5
+ additionalSigners?: import("@xyo-network/account-model").AccountInstance[];
6
+ allowNameResolution?: boolean;
7
7
  config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & Omit<import("@xyo-network/module-model").ArchivingModuleConfig & import("@xyo-network/module-model").ModuleConfigFields & {
8
8
  schema: "network.xyo.system.info.witness.node.config";
9
9
  } & {
10
- nodeValues?: Record<string, string> | undefined;
11
- schema: "network.xyo.system.info.witness.node.config";
10
+ nodeValues?: Record<string, string>;
11
+ schema: import("./Config").NodeSystemInfoWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.system.info.witness.node.config";
14
14
  }, "schema"> & {
15
15
  schema: string;
16
16
  };
17
- ephemeralQueryAccountEnabled?: boolean | undefined;
18
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
17
+ ephemeralQueryAccountEnabled?: boolean;
18
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
19
19
  }>>;
20
20
  //# sourceMappingURL=Plugin.d.ts.map
package/package.json CHANGED
@@ -10,20 +10,20 @@
10
10
  "url": "https://github.com/XYOracleNetwork/plugins/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/abstract-witness": "next",
14
- "@xyo-network/module-model": "next",
15
- "@xyo-network/node-system-info-payload-plugin": "~2.97.0-rc.1",
16
- "@xyo-network/payload-model": "next",
17
- "@xyo-network/payloadset-plugin": "next",
18
- "@xyo-network/witness-model": "next",
13
+ "@xyo-network/abstract-witness": "^2.107.4",
14
+ "@xyo-network/module-model": "^2.107.4",
15
+ "@xyo-network/node-system-info-payload-plugin": "~2.97.1",
16
+ "@xyo-network/payload-model": "^2.107.4",
17
+ "@xyo-network/payloadset-plugin": "^2.107.4",
18
+ "@xyo-network/witness-model": "^2.107.4",
19
19
  "systeminformation": "^5.22.11"
20
20
  },
21
21
  "devDependencies": {
22
- "@xylabs/ts-scripts-yarn3": "^3.11.2",
23
- "@xylabs/tsconfig": "^3.11.2",
24
- "@xyo-network/account": "next",
25
- "@xyo-network/payload-wrapper": "next",
26
- "typescript": "^5.4.5"
22
+ "@xylabs/ts-scripts-yarn3": "^3.11.10",
23
+ "@xylabs/tsconfig": "^3.11.10",
24
+ "@xyo-network/account": "^2.107.4",
25
+ "@xyo-network/payload-wrapper": "^2.107.4",
26
+ "typescript": "^5.5.2"
27
27
  },
28
28
  "description": "Typescript/Javascript Plugins for XYO Platform",
29
29
  "exports": {
@@ -65,6 +65,5 @@
65
65
  "url": "https://github.com/XYOracleNetwork/plugins.git"
66
66
  },
67
67
  "sideEffects": false,
68
- "version": "2.97.0-rc.1",
69
- "stableVersion": "2.96.0"
68
+ "version": "2.97.1"
70
69
  }