@xyo-network/crypto-cards-move-plugin 2.67.0-rc.1 → 2.67.0-rc.3

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,3 +1,48 @@
1
1
  import { CryptoCardsMoveWitness } from './Witness';
2
- export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<import("./Witness").CryptoCardsMoveWitnessParams>>;
2
+ export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<import("@xyo-network/core").BaseParamsFields & {
3
+ account?: import("@xyo-network/account-model").AccountInstance | "random" | undefined;
4
+ accountDerivationPath?: string | undefined;
5
+ config: import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
6
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
7
+ readonly name?: string | undefined;
8
+ readonly paging?: Record<string, {
9
+ size?: number | undefined;
10
+ }> | undefined;
11
+ readonly schema: string;
12
+ readonly security?: {
13
+ readonly allowAnonymous?: boolean | undefined;
14
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
15
+ readonly disallowed?: Record<string, string[]> | undefined;
16
+ } | undefined;
17
+ readonly storeQueries?: boolean | undefined;
18
+ } & Omit<Omit<import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & {
19
+ readonly archivist?: import("@xyo-network/module-model").ArchivistModuleConfig | undefined;
20
+ readonly name?: string | undefined;
21
+ readonly paging?: Record<string, {
22
+ size?: number | undefined;
23
+ }> | undefined;
24
+ readonly schema: "network.xyo.crypto.cards.move.witness.config";
25
+ readonly security?: {
26
+ readonly allowAnonymous?: boolean | undefined;
27
+ readonly allowed?: Record<string, (string | import("@xyo-network/module-model").CosigningAddressSet)[]> | undefined;
28
+ readonly disallowed?: Record<string, string[]> | undefined;
29
+ } | undefined;
30
+ readonly storeQueries?: boolean | undefined;
31
+ } & Omit<{
32
+ schema: "network.xyo.crypto.cards.move.witness.config";
33
+ targetSet?: (import("@xyo-network/payload-model").SchemaFields & import("@xyo-network/payload-model").PayloadFields & import("@xyo-network/payload-model").PayloadSet & {
34
+ schema: "network.xyo.payload.set";
35
+ }) | undefined;
36
+ } & {
37
+ schema: "network.xyo.crypto.cards.move.witness.config";
38
+ }, "schema"> & {
39
+ schema: "network.xyo.crypto.cards.move.witness.config";
40
+ }, "schema"> & {
41
+ schema: string;
42
+ }, "schema"> & {
43
+ schema: string;
44
+ };
45
+ ephemeralQueryAccountEnabled?: boolean | undefined;
46
+ wallet?: import("@xyo-network/wallet-model").WalletInstance | undefined;
47
+ }>>;
3
48
  //# sourceMappingURL=Plugin.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAA;AAElD,eAAO,MAAM,qBAAqB,kJAQ/B,CAAA"}
1
+ {"version":3,"file":"Plugin.d.ts","sourceRoot":"","sources":["../../src/Plugin.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,sBAAsB,EAAE,MAAM,WAAW,CAAA;AAElD,eAAO,MAAM,qBAAqB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAQ/B,CAAA"}
package/package.json CHANGED
@@ -10,12 +10,12 @@
10
10
  "url": "https://github.com/XYOracleNetwork/sdk-xyo-client-js/issues"
11
11
  },
12
12
  "dependencies": {
13
- "@xyo-network/crypto-cards-move-payload-plugin": "~2.67.0-rc.1",
14
- "@xyo-network/module": "~2.67.0-rc.1",
15
- "@xyo-network/payload-model": "~2.67.0-rc.1",
16
- "@xyo-network/payloadset-plugin": "~2.67.0-rc.1",
17
- "@xyo-network/promise": "~2.67.0-rc.1",
18
- "@xyo-network/witness": "~2.67.0-rc.1"
13
+ "@xyo-network/crypto-cards-move-payload-plugin": "~2.67.0-rc.3",
14
+ "@xyo-network/module": "~2.67.0-rc.3",
15
+ "@xyo-network/payload-model": "~2.67.0-rc.3",
16
+ "@xyo-network/payloadset-plugin": "~2.67.0-rc.3",
17
+ "@xyo-network/promise": "~2.67.0-rc.3",
18
+ "@xyo-network/witness": "~2.67.0-rc.3"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@xylabs/ts-scripts-yarn3": "^2.19.0",
@@ -55,6 +55,6 @@
55
55
  },
56
56
  "sideEffects": false,
57
57
  "types": "dist/types/index.d.ts",
58
- "version": "2.67.0-rc.1",
58
+ "version": "2.67.0-rc.3",
59
59
  "stableVersion": "2.66.9"
60
60
  }