@xyo-network/crypto-cards-move-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 { CryptoCardsMoveWitness } from './Witness';
|
|
2
|
-
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<import("@xyo-network/
|
|
2
|
+
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.crypto.cards.move.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.crypto.cards.move.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.crypto.cards.move.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 { CryptoCardsMoveWitness } from './Witness';
|
|
2
|
-
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<import("@xyo-network/
|
|
2
|
+
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.crypto.cards.move.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.crypto.cards.move.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.crypto.cards.move.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 { CryptoCardsMoveWitness } from './Witness';
|
|
2
|
-
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<import("@xyo-network/
|
|
2
|
+
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.crypto.cards.move.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.crypto.cards.move.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.crypto.cards.move.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 { CryptoCardsMoveWitness } from './Witness';
|
|
2
|
-
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<import("@xyo-network/
|
|
2
|
+
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.crypto.cards.move.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.crypto.cards.move.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.crypto.cards.move.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 { CryptoCardsMoveWitness } from './Witness';
|
|
2
|
-
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<import("@xyo-network/
|
|
2
|
+
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.crypto.cards.move.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.crypto.cards.move.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.crypto.cards.move.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 { CryptoCardsMoveWitness } from './Witness';
|
|
2
|
-
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<import("@xyo-network/
|
|
2
|
+
export declare const CryptoCardsMovePlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CryptoCardsMoveWitness<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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
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 CryptoCardsMovePlugin: () => import("@xyo-network/payloadse
|
|
|
36
38
|
} & import("@xyo-network/module-model").ArchivingModuleConfig & {
|
|
37
39
|
archivist?: string | undefined;
|
|
38
40
|
schema: "network.xyo.crypto.cards.move.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.crypto.cards.move.witness.config";
|
|
44
46
|
}, "schema"> & {
|
|
45
47
|
schema: "network.xyo.crypto.cards.move.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,17 +11,17 @@
|
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@xylabs/promise": "^2.13.20",
|
|
14
|
-
"@xyo-network/abstract-witness": "^2.
|
|
15
|
-
"@xyo-network/crypto-cards-move-payload-plugin": "~2.
|
|
16
|
-
"@xyo-network/module-model": "^2.
|
|
17
|
-
"@xyo-network/payload-model": "^2.
|
|
18
|
-
"@xyo-network/payloadset-plugin": "^2.
|
|
19
|
-
"@xyo-network/witness-model": "^2.
|
|
14
|
+
"@xyo-network/abstract-witness": "^2.83.2",
|
|
15
|
+
"@xyo-network/crypto-cards-move-payload-plugin": "~2.83.0",
|
|
16
|
+
"@xyo-network/module-model": "^2.83.2",
|
|
17
|
+
"@xyo-network/payload-model": "^2.83.2",
|
|
18
|
+
"@xyo-network/payloadset-plugin": "^2.83.2",
|
|
19
|
+
"@xyo-network/witness-model": "^2.83.2"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@xylabs/ts-scripts-yarn3": "^3.2.10",
|
|
23
23
|
"@xylabs/tsconfig": "^3.2.10",
|
|
24
|
-
"typescript": "^5.3.
|
|
24
|
+
"typescript": "^5.3.3"
|
|
25
25
|
},
|
|
26
26
|
"description": "Typescript/Javascript Plugins for XYO Platform",
|
|
27
27
|
"docs": "dist/docs.json",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"url": "https://github.com/XYOracleNetwork/plugins.git"
|
|
64
64
|
},
|
|
65
65
|
"sideEffects": false,
|
|
66
|
-
"version": "2.
|
|
66
|
+
"version": "2.83.0"
|
|
67
67
|
}
|