@xyo-network/crypto-cards-move-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,19 +1,19 @@
1
1
  import { CryptoCardsMoveWitness } from './Witness';
2
2
  export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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.crypto.cards.move.witness.config";
9
9
  } & {
10
- schema: "network.xyo.crypto.cards.move.witness.config";
10
+ schema: import("./Schema").CryptoCardsMoveWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.crypto.cards.move.witness.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  }>>;
19
19
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import { CryptoCardsMoveWitness } from './Witness';
2
2
  export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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.crypto.cards.move.witness.config";
9
9
  } & {
10
- schema: "network.xyo.crypto.cards.move.witness.config";
10
+ schema: import("./Schema").CryptoCardsMoveWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.crypto.cards.move.witness.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  }>>;
19
19
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import { CryptoCardsMoveWitness } from './Witness';
2
2
  export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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.crypto.cards.move.witness.config";
9
9
  } & {
10
- schema: "network.xyo.crypto.cards.move.witness.config";
10
+ schema: import("./Schema").CryptoCardsMoveWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.crypto.cards.move.witness.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  }>>;
19
19
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import { CryptoCardsMoveWitness } from './Witness';
2
2
  export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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.crypto.cards.move.witness.config";
9
9
  } & {
10
- schema: "network.xyo.crypto.cards.move.witness.config";
10
+ schema: import("./Schema").CryptoCardsMoveWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.crypto.cards.move.witness.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  }>>;
19
19
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import { CryptoCardsMoveWitness } from './Witness';
2
2
  export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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.crypto.cards.move.witness.config";
9
9
  } & {
10
- schema: "network.xyo.crypto.cards.move.witness.config";
10
+ schema: import("./Schema").CryptoCardsMoveWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.crypto.cards.move.witness.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  }>>;
19
19
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import { CryptoCardsMoveWitness } from './Witness';
2
2
  export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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.crypto.cards.move.witness.config";
9
9
  } & {
10
- schema: "network.xyo.crypto.cards.move.witness.config";
10
+ schema: import("./Schema").CryptoCardsMoveWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.crypto.cards.move.witness.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  }>>;
19
19
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import { CryptoCardsMoveWitness } from './Witness';
2
2
  export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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.crypto.cards.move.witness.config";
9
9
  } & {
10
- schema: "network.xyo.crypto.cards.move.witness.config";
10
+ schema: import("./Schema").CryptoCardsMoveWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.crypto.cards.move.witness.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  }>>;
19
19
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import { CryptoCardsMoveWitness } from './Witness';
2
2
  export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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.crypto.cards.move.witness.config";
9
9
  } & {
10
- schema: "network.xyo.crypto.cards.move.witness.config";
10
+ schema: import("./Schema").CryptoCardsMoveWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.crypto.cards.move.witness.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  }>>;
19
19
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1,19 +1,19 @@
1
1
  import { CryptoCardsMoveWitness } from './Witness';
2
2
  export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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.crypto.cards.move.witness.config";
9
9
  } & {
10
- schema: "network.xyo.crypto.cards.move.witness.config";
10
+ schema: import("./Schema").CryptoCardsMoveWitnessConfigSchema;
11
11
  }, "schema"> & {
12
12
  schema: "network.xyo.crypto.cards.move.witness.config";
13
13
  }, "schema"> & {
14
14
  schema: string;
15
15
  };
16
- ephemeralQueryAccountEnabled?: boolean | undefined;
17
- moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[] | undefined;
16
+ ephemeralQueryAccountEnabled?: boolean;
17
+ moduleIdentifierTransformers?: import("@xyo-network/module-model").ModuleIdentifierTransformer[];
18
18
  }>>;
19
19
  //# sourceMappingURL=Plugin.d.ts.map
package/package.json CHANGED
@@ -11,17 +11,17 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/promise": "^3.5.1",
14
- "@xyo-network/abstract-witness": "next",
15
- "@xyo-network/crypto-cards-move-payload-plugin": "~2.97.0-rc.1",
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/crypto-cards-move-payload-plugin": "~2.97.1",
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
- "typescript": "^5.4.5"
22
+ "@xylabs/ts-scripts-yarn3": "^3.11.10",
23
+ "@xylabs/tsconfig": "^3.11.10",
24
+ "typescript": "^5.5.2"
25
25
  },
26
26
  "description": "Typescript/Javascript Plugins for XYO Platform",
27
27
  "types": "dist/node/index.d.ts",
@@ -62,7 +62,6 @@
62
62
  "url": "https://github.com/XYOracleNetwork/plugins.git"
63
63
  },
64
64
  "sideEffects": false,
65
- "version": "2.97.0-rc.1",
66
- "type": "module",
67
- "stableVersion": "2.96.0"
65
+ "version": "2.97.1",
66
+ "type": "module"
68
67
  }