@poolzfinance/api4 1.11.16 → 1.11.18

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.
@@ -388,9 +388,9 @@ export type OnboardingToken = {
388
388
  TokenAddress: Scalars['String']['input'];
389
389
  };
390
390
  export type OnboardingTokenAllocation = {
391
- EndTime?: InputMaybe<Scalars['String']['input']>;
391
+ FinishDate?: InputMaybe<Scalars['String']['input']>;
392
392
  Ratio: Scalars['Float']['input'];
393
- StartTime: Scalars['String']['input'];
393
+ StartDate: Scalars['String']['input'];
394
394
  };
395
395
  export type OnboardingTokenTransfer = {
396
396
  ChainId: Scalars['Long']['input'];
@@ -424,7 +424,8 @@ export type PoolxTokenomicsTrade = {
424
424
  Huobi: Scalars['Float']['output'];
425
425
  Mexc: Scalars['Float']['output'];
426
426
  PancakeSwapV2: Scalars['Float']['output'];
427
- PancakeSwapV3?: Maybe<Scalars['Float']['output']>;
427
+ PancakeSwapV3: Scalars['Float']['output'];
428
+ PancakeSwapV3_01?: Maybe<Scalars['Float']['output']>;
428
429
  Sum: Scalars['Float']['output'];
429
430
  };
430
431
  export type PutMyDataNonEvmWallet = {
@@ -1098,7 +1099,7 @@ export type GetPoolxTokenomicsQuery = {
1098
1099
  Huobi: number;
1099
1100
  GateIO: number;
1100
1101
  PancakeSwapV2: number;
1101
- PancakeSwapV3?: number | null;
1102
+ PancakeSwapV3: number;
1102
1103
  Mexc: number;
1103
1104
  };
1104
1105
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzfinance/api4",
3
- "version": "1.11.16",
3
+ "version": "1.11.18",
4
4
  "description": "Bridge between front and back",
5
5
  "type": "module",
6
6
  "source": "src/index.ts",