@poolzfinance/api4 1.11.16 → 1.11.17

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'];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzfinance/api4",
3
- "version": "1.11.16",
3
+ "version": "1.11.17",
4
4
  "description": "Bridge between front and back",
5
5
  "type": "module",
6
6
  "source": "src/index.ts",