@xyo-network/id-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 { IdWitness } from './Witness';
2
2
  export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<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.id.witness.config";
9
9
  } & {
10
- salt?: string | undefined;
11
- schema: "network.xyo.id.witness.config";
10
+ salt?: string;
11
+ schema: import("./Witness").IdWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.id.witness.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 { IdWitness } from './Witness';
2
2
  export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<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.id.witness.config";
9
9
  } & {
10
- salt?: string | undefined;
11
- schema: "network.xyo.id.witness.config";
10
+ salt?: string;
11
+ schema: import("./Witness").IdWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.id.witness.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 { IdWitness } from './Witness';
2
2
  export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<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.id.witness.config";
9
9
  } & {
10
- salt?: string | undefined;
11
- schema: "network.xyo.id.witness.config";
10
+ salt?: string;
11
+ schema: import("./Witness").IdWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.id.witness.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 { IdWitness } from './Witness';
2
2
  export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<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.id.witness.config";
9
9
  } & {
10
- salt?: string | undefined;
11
- schema: "network.xyo.id.witness.config";
10
+ salt?: string;
11
+ schema: import("./Witness").IdWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.id.witness.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 { IdWitness } from './Witness';
2
2
  export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<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.id.witness.config";
9
9
  } & {
10
- salt?: string | undefined;
11
- schema: "network.xyo.id.witness.config";
10
+ salt?: string;
11
+ schema: import("./Witness").IdWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.id.witness.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 { IdWitness } from './Witness';
2
2
  export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<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.id.witness.config";
9
9
  } & {
10
- salt?: string | undefined;
11
- schema: "network.xyo.id.witness.config";
10
+ salt?: string;
11
+ schema: import("./Witness").IdWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.id.witness.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 { IdWitness } from './Witness';
2
2
  export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<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.id.witness.config";
9
9
  } & {
10
- salt?: string | undefined;
11
- schema: "network.xyo.id.witness.config";
10
+ salt?: string;
11
+ schema: import("./Witness").IdWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.id.witness.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 { IdWitness } from './Witness';
2
2
  export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<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.id.witness.config";
9
9
  } & {
10
- salt?: string | undefined;
11
- schema: "network.xyo.id.witness.config";
10
+ salt?: string;
11
+ schema: import("./Witness").IdWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.id.witness.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 { IdWitness } from './Witness';
2
2
  export declare const IdPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<IdWitness<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.id.witness.config";
9
9
  } & {
10
- salt?: string | undefined;
11
- schema: "network.xyo.id.witness.config";
10
+ salt?: string;
11
+ schema: import("./Witness").IdWitnessConfigSchema;
12
12
  }, "schema"> & {
13
13
  schema: "network.xyo.id.witness.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
@@ -11,19 +11,19 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/promise": "^3.5.1",
14
- "@xyo-network/abstract-witness": "next",
15
- "@xyo-network/id-payload-plugin": "next",
16
- "@xyo-network/module-model": "next",
17
- "@xyo-network/payload-model": "next",
18
- "@xyo-network/payloadset-plugin": "next",
19
- "@xyo-network/witness-model": "next"
14
+ "@xyo-network/abstract-witness": "^2.107.4",
15
+ "@xyo-network/id-payload-plugin": "^2.107.4",
16
+ "@xyo-network/module-model": "^2.107.4",
17
+ "@xyo-network/payload-model": "^2.107.4",
18
+ "@xyo-network/payloadset-plugin": "^2.107.4",
19
+ "@xyo-network/witness-model": "^2.107.4"
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
  "types": "dist/node/index.d.ts",
@@ -64,7 +64,6 @@
64
64
  "url": "https://github.com/XYOracleNetwork/plugins.git"
65
65
  },
66
66
  "sideEffects": false,
67
- "version": "2.97.0-rc.1",
68
- "type": "module",
69
- "stableVersion": "2.96.0"
67
+ "version": "2.97.1",
68
+ "type": "module"
70
69
  }