@xyo-network/coingecko-crypto-market-plugin 2.82.2 → 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 { CoingeckoCryptoMarketWitness } from './Witness';
2
- export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<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 CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
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;
@@ -36,7 +38,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.coingecko.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
  } & {
@@ -45,9 +47,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
45
47
  schema: "network.xyo.crypto.market.coingecko.witness.config";
46
48
  }, "schema"> & {
47
49
  schema: "network.xyo.crypto.market.coingecko.witness.config";
48
- }, "schema"> & {
49
- schema: string;
50
- }, "schema"> & {
50
+ }, "schema">, "schema"> & {
51
51
  schema: string;
52
52
  };
53
53
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CoingeckoCryptoMarketWitness } from './Witness';
2
- export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<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 CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
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;
@@ -36,7 +38,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.coingecko.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
  } & {
@@ -45,9 +47,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
45
47
  schema: "network.xyo.crypto.market.coingecko.witness.config";
46
48
  }, "schema"> & {
47
49
  schema: "network.xyo.crypto.market.coingecko.witness.config";
48
- }, "schema"> & {
49
- schema: string;
50
- }, "schema"> & {
50
+ }, "schema">, "schema"> & {
51
51
  schema: string;
52
52
  };
53
53
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CoingeckoCryptoMarketWitness } from './Witness';
2
- export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<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 CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
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;
@@ -36,7 +38,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.coingecko.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
  } & {
@@ -45,9 +47,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
45
47
  schema: "network.xyo.crypto.market.coingecko.witness.config";
46
48
  }, "schema"> & {
47
49
  schema: "network.xyo.crypto.market.coingecko.witness.config";
48
- }, "schema"> & {
49
- schema: string;
50
- }, "schema"> & {
50
+ }, "schema">, "schema"> & {
51
51
  schema: string;
52
52
  };
53
53
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CoingeckoCryptoMarketWitness } from './Witness';
2
- export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<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 CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
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;
@@ -36,7 +38,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.coingecko.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
  } & {
@@ -45,9 +47,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
45
47
  schema: "network.xyo.crypto.market.coingecko.witness.config";
46
48
  }, "schema"> & {
47
49
  schema: "network.xyo.crypto.market.coingecko.witness.config";
48
- }, "schema"> & {
49
- schema: string;
50
- }, "schema"> & {
50
+ }, "schema">, "schema"> & {
51
51
  schema: string;
52
52
  };
53
53
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CoingeckoCryptoMarketWitness } from './Witness';
2
- export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<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 CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
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;
@@ -36,7 +38,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.coingecko.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
  } & {
@@ -45,9 +47,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
45
47
  schema: "network.xyo.crypto.market.coingecko.witness.config";
46
48
  }, "schema"> & {
47
49
  schema: "network.xyo.crypto.market.coingecko.witness.config";
48
- }, "schema"> & {
49
- schema: string;
50
- }, "schema"> & {
50
+ }, "schema">, "schema"> & {
51
51
  schema: string;
52
52
  };
53
53
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { CoingeckoCryptoMarketWitness } from './Witness';
2
- export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<CoingeckoCryptoMarketWitness<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 CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
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;
@@ -36,7 +38,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.coingecko.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
  } & {
@@ -45,9 +47,7 @@ export declare const CoingeckoCryptoMarketPlugin: () => import("@xyo-network/pay
45
47
  schema: "network.xyo.crypto.market.coingecko.witness.config";
46
48
  }, "schema"> & {
47
49
  schema: "network.xyo.crypto.market.coingecko.witness.config";
48
- }, "schema"> & {
49
- schema: string;
50
- }, "schema"> & {
50
+ }, "schema">, "schema"> & {
51
51
  schema: string;
52
52
  };
53
53
  ephemeralQueryAccountEnabled?: boolean | undefined;
package/package.json CHANGED
@@ -11,19 +11,19 @@
11
11
  },
12
12
  "dependencies": {
13
13
  "@xylabs/axios": "^2.13.20",
14
- "@xyo-network/abstract-witness": "^2.82.0",
15
- "@xyo-network/coingecko-crypto-market-payload-plugin": "~2.82.2",
16
- "@xyo-network/module-model": "^2.82.0",
17
- "@xyo-network/payload-model": "^2.82.0",
18
- "@xyo-network/payloadset-plugin": "^2.82.0",
19
- "@xyo-network/witness-model": "^2.82.0"
14
+ "@xyo-network/abstract-witness": "^2.83.2",
15
+ "@xyo-network/coingecko-crypto-market-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
- "@xyo-network/account": "^2.82.0",
25
- "@xyo-network/payload-wrapper": "^2.82.0",
26
- "typescript": "^5.3.2"
24
+ "@xyo-network/account": "^2.83.2",
25
+ "@xyo-network/payload-wrapper": "^2.83.2",
26
+ "typescript": "^5.3.3"
27
27
  },
28
28
  "description": "Typescript/Javascript Plugins for XYO Platform",
29
29
  "docs": "dist/docs.json",
@@ -65,5 +65,5 @@
65
65
  "url": "https://github.com/XYOracleNetwork/plugins.git"
66
66
  },
67
67
  "sideEffects": false,
68
- "version": "2.82.2"
68
+ "version": "2.83.0"
69
69
  }