@xyo-network/crypto-asset-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 { CryptoMarketAssetDiviner } from './Diviner';
2
- export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<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 CryptoMarketAssetPlugin: () => import("@xyo-network/payload
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 & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
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;
@@ -39,9 +41,7 @@ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payload
39
41
  schema: "network.xyo.crypto.asset.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.crypto.asset.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CryptoMarketAssetDiviner } from './Diviner';
2
- export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<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 CryptoMarketAssetPlugin: () => import("@xyo-network/payload
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 & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
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;
@@ -39,9 +41,7 @@ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payload
39
41
  schema: "network.xyo.crypto.asset.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.crypto.asset.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CryptoMarketAssetDiviner } from './Diviner';
2
- export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<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 CryptoMarketAssetPlugin: () => import("@xyo-network/payload
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 & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
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;
@@ -39,9 +41,7 @@ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payload
39
41
  schema: "network.xyo.crypto.asset.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.crypto.asset.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CryptoMarketAssetDiviner } from './Diviner';
2
- export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<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 CryptoMarketAssetPlugin: () => import("@xyo-network/payload
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 & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
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;
@@ -39,9 +41,7 @@ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payload
39
41
  schema: "network.xyo.crypto.asset.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.crypto.asset.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CryptoMarketAssetDiviner } from './Diviner';
2
- export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<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 CryptoMarketAssetPlugin: () => import("@xyo-network/payload
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 & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
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;
@@ -39,9 +41,7 @@ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payload
39
41
  schema: "network.xyo.crypto.asset.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.crypto.asset.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CryptoMarketAssetDiviner } from './Diviner';
2
- export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetDivinerPlugin<CryptoMarketAssetDiviner<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 CryptoMarketAssetPlugin: () => import("@xyo-network/payload
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 & Omit<import("@xyo-network/payload-model").SchemaFields & Omit<{
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;
@@ -39,9 +41,7 @@ export declare const CryptoMarketAssetPlugin: () => import("@xyo-network/payload
39
41
  schema: "network.xyo.crypto.asset.diviner.config";
40
42
  }, "schema">, "schema"> & {
41
43
  schema: "network.xyo.crypto.asset.diviner.config";
42
- }, "schema"> & {
43
- schema: string;
44
- }, "schema"> & {
44
+ }, "schema">, "schema"> & {
45
45
  schema: string;
46
46
  };
47
47
  ephemeralQueryAccountEnabled?: boolean | undefined;
package/package.json CHANGED
@@ -12,22 +12,22 @@
12
12
  "dependencies": {
13
13
  "@xylabs/exists": "^2.13.20",
14
14
  "@xylabs/promise": "^2.13.20",
15
- "@xyo-network/abstract-diviner": "^2.82.0",
16
- "@xyo-network/coingecko-crypto-market-payload-plugin": "~2.82.1",
17
- "@xyo-network/crypto-asset-payload-plugin": "~2.82.1",
18
- "@xyo-network/diviner": "^2.82.0",
19
- "@xyo-network/module-model": "^2.82.0",
20
- "@xyo-network/payload-builder": "^2.82.0",
21
- "@xyo-network/payload-model": "^2.82.0",
22
- "@xyo-network/payloadset-plugin": "^2.82.0",
23
- "@xyo-network/uniswap-crypto-market-payload-plugin": "~2.82.1"
15
+ "@xyo-network/abstract-diviner": "^2.83.2",
16
+ "@xyo-network/coingecko-crypto-market-payload-plugin": "~2.83.0",
17
+ "@xyo-network/crypto-asset-payload-plugin": "~2.83.0",
18
+ "@xyo-network/diviner": "^2.83.2",
19
+ "@xyo-network/module-model": "^2.83.2",
20
+ "@xyo-network/payload-builder": "^2.83.2",
21
+ "@xyo-network/payload-model": "^2.83.2",
22
+ "@xyo-network/payloadset-plugin": "^2.83.2",
23
+ "@xyo-network/uniswap-crypto-market-payload-plugin": "~2.83.0"
24
24
  },
25
25
  "devDependencies": {
26
26
  "@xylabs/assert": "^2.13.20",
27
27
  "@xylabs/ts-scripts-yarn3": "^3.2.10",
28
28
  "@xylabs/tsconfig": "^3.2.10",
29
- "@xyo-network/account": "^2.82.0",
30
- "typescript": "^5.3.2"
29
+ "@xyo-network/account": "^2.83.2",
30
+ "typescript": "^5.3.3"
31
31
  },
32
32
  "description": "Typescript/Javascript Plugins for XYO Platform",
33
33
  "docs": "dist/docs.json",
@@ -69,5 +69,5 @@
69
69
  "url": "https://github.com/XYOracleNetwork/plugins.git"
70
70
  },
71
71
  "sideEffects": false,
72
- "version": "2.82.1"
72
+ "version": "2.83.0"
73
73
  }