@xyo-network/uniswap-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 { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.uniswap.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
  } & {
@@ -44,9 +46,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
46
  schema: "network.xyo.crypto.market.uniswap.witness.config";
45
47
  }, "schema"> & {
46
48
  schema: "network.xyo.crypto.market.uniswap.witness.config";
47
- }, "schema"> & {
48
- schema: string;
49
- }, "schema"> & {
49
+ }, "schema">, "schema"> & {
50
50
  schema: string;
51
51
  };
52
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.uniswap.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
  } & {
@@ -44,9 +46,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
46
  schema: "network.xyo.crypto.market.uniswap.witness.config";
45
47
  }, "schema"> & {
46
48
  schema: "network.xyo.crypto.market.uniswap.witness.config";
47
- }, "schema"> & {
48
- schema: string;
49
- }, "schema"> & {
49
+ }, "schema">, "schema"> & {
50
50
  schema: string;
51
51
  };
52
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.uniswap.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
  } & {
@@ -44,9 +46,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
46
  schema: "network.xyo.crypto.market.uniswap.witness.config";
45
47
  }, "schema"> & {
46
48
  schema: "network.xyo.crypto.market.uniswap.witness.config";
47
- }, "schema"> & {
48
- schema: string;
49
- }, "schema"> & {
49
+ }, "schema">, "schema"> & {
50
50
  schema: string;
51
51
  };
52
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.uniswap.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
  } & {
@@ -44,9 +46,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
46
  schema: "network.xyo.crypto.market.uniswap.witness.config";
45
47
  }, "schema"> & {
46
48
  schema: "network.xyo.crypto.market.uniswap.witness.config";
47
- }, "schema"> & {
48
- schema: string;
49
- }, "schema"> & {
49
+ }, "schema">, "schema"> & {
50
50
  schema: string;
51
51
  };
52
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.uniswap.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
  } & {
@@ -44,9 +46,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
46
  schema: "network.xyo.crypto.market.uniswap.witness.config";
45
47
  }, "schema"> & {
46
48
  schema: "network.xyo.crypto.market.uniswap.witness.config";
47
- }, "schema"> & {
48
- schema: string;
49
- }, "schema"> & {
49
+ }, "schema">, "schema"> & {
50
50
  schema: string;
51
51
  };
52
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
@@ -1,7 +1,7 @@
1
1
  import { UniswapCryptoMarketWitness } from './Witness';
2
- export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<import("@xyo-network/core").BaseParamsFields & {
2
+ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/payloadset-plugin").PayloadSetWitnessPlugin<UniswapCryptoMarketWitness<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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
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 UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
36
38
  } & import("@xyo-network/module-model").ArchivingModuleConfig & {
37
39
  archivist?: string | undefined;
38
40
  schema: "network.xyo.crypto.market.uniswap.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
  } & {
@@ -44,9 +46,7 @@ export declare const UniswapCryptoMarketPlugin: () => import("@xyo-network/paylo
44
46
  schema: "network.xyo.crypto.market.uniswap.witness.config";
45
47
  }, "schema"> & {
46
48
  schema: "network.xyo.crypto.market.uniswap.witness.config";
47
- }, "schema"> & {
48
- schema: string;
49
- }, "schema"> & {
49
+ }, "schema">, "schema"> & {
50
50
  schema: string;
51
51
  };
52
52
  ephemeralQueryAccountEnabled?: boolean | undefined;
package/package.json CHANGED
@@ -15,26 +15,26 @@
15
15
  "@xylabs/assert": "^2.13.20",
16
16
  "@xylabs/delay": "^2.13.20",
17
17
  "@xylabs/promise": "^2.13.20",
18
- "@xyo-network/abstract-witness": "^2.82.0",
19
- "@xyo-network/module-model": "^2.82.0",
20
- "@xyo-network/payload-model": "^2.82.0",
21
- "@xyo-network/payloadset-plugin": "^2.82.0",
18
+ "@xyo-network/abstract-witness": "^2.83.2",
19
+ "@xyo-network/module-model": "^2.83.2",
20
+ "@xyo-network/payload-model": "^2.83.2",
21
+ "@xyo-network/payloadset-plugin": "^2.83.2",
22
22
  "@xyo-network/typechain": "^3.0.5",
23
- "@xyo-network/uniswap-crypto-market-payload-plugin": "~2.82.2",
23
+ "@xyo-network/uniswap-crypto-market-payload-plugin": "~2.83.0",
24
24
  "@xyo-network/uniswap-sdk-core": "^4.1.2",
25
25
  "@xyo-network/uniswap-typechain": "^3.0.5",
26
26
  "@xyo-network/uniswap-v3-sdk": "^3.12.3",
27
- "@xyo-network/witness-model": "^2.82.0",
27
+ "@xyo-network/witness-model": "^2.83.2",
28
28
  "ethers": "^6.9.0"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@xylabs/jest-helpers": "^2.13.20",
32
32
  "@xylabs/ts-scripts-yarn3": "^3.2.10",
33
33
  "@xylabs/tsconfig": "^3.2.10",
34
- "@xyo-network/payload-wrapper": "^2.82.0",
35
- "@xyo-network/witness-blockchain-abstract": "^2.82.0",
34
+ "@xyo-network/payload-wrapper": "^2.83.2",
35
+ "@xyo-network/witness-blockchain-abstract": "^2.83.2",
36
36
  "jest": "^29.7.0",
37
- "typescript": "^5.3.2"
37
+ "typescript": "^5.3.3"
38
38
  },
39
39
  "description": "Typescript/Javascript Plugins for XYO Platform",
40
40
  "docs": "dist/docs.json",
@@ -76,6 +76,6 @@
76
76
  "url": "https://github.com/XYOracleNetwork/plugins.git"
77
77
  },
78
78
  "sideEffects": false,
79
- "version": "2.82.2",
79
+ "version": "2.83.0",
80
80
  "type": "module"
81
81
  }