@poolzfinance/api4 1.12.9 → 1.13.1
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.
- package/README.md +55 -1
- package/dist/endpoints/adminGetAllocation.d.ts +3 -3
- package/dist/endpoints/adminReadAssets.d.ts +3 -0
- package/dist/endpoints/approvedContracts.d.ts +3 -3
- package/dist/endpoints/boostProxy.d.ts +6 -6
- package/dist/endpoints/daoSenderHistory.d.ts +3 -3
- package/dist/endpoints/leaderboard.d.ts +3 -3
- package/dist/endpoints/myRoles.d.ts +6 -0
- package/dist/endpoints/simpleUrlShortener.d.ts +3 -6
- package/dist/endpoints/tokenInfo.d.ts +6 -6
- package/dist/endpoints/vaults.d.ts +5 -5
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +3 -11
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/types/graphql/gql.d.ts +5 -90
- package/dist/types/graphql/graphql.d.ts +55 -291
- package/package.json +18 -13
- package/dist/endpoints/adminCleanCache.d.ts +0 -7
- package/dist/endpoints/adminListOfCollateral.d.ts +0 -6
- package/dist/endpoints/autoSignUp.d.ts +0 -31
- package/dist/endpoints/getDownloader.d.ts +0 -0
- package/dist/endpoints/investedERC20.d.ts +0 -6
- package/dist/endpoints/myRole.d.ts +0 -6
- package/dist/endpoints/mySignUpCheck.d.ts +0 -3
- package/dist/endpoints/seasonPass.d.ts +0 -31
- package/dist/endpoints/signupV2.d.ts +0 -17
- package/dist/endpoints/status.d.ts +0 -3
- package/dist/endpoints/tokenRefundsNFT.d.ts +0 -4
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { MutationTuple } from "@apollo/client";
|
|
2
|
-
import { types } from "../";
|
|
3
|
-
export declare const useLazyGetMySignUp: () => import("@apollo/client").LazyQueryResultTuple<types.MySignUpV2Query, types.Exact<{
|
|
4
|
-
projectIDs: Array<types.Scalars["Int"]["input"]> | types.Scalars["Int"]["input"];
|
|
5
|
-
}>>;
|
|
6
|
-
export declare const useLazyGetAdminSignUp: () => import("@apollo/client").LazyQueryResultTuple<types.AdminSignUpV2Query, types.Exact<{
|
|
7
|
-
projectId: types.Scalars["Int"]["input"];
|
|
8
|
-
minPoolxAmount: types.Scalars["Int"]["input"];
|
|
9
|
-
}>>;
|
|
10
|
-
export declare const useSetMySignUp: () => MutationTuple<types.ProjectSignUpV2Mutation, types.Exact<{
|
|
11
|
-
projectId: types.Scalars["Int"]["input"];
|
|
12
|
-
}>, {
|
|
13
|
-
headers: {
|
|
14
|
-
Authorization: string | null | undefined;
|
|
15
|
-
};
|
|
16
|
-
}, import("@apollo/client").ApolloCache<any>>;
|
|
17
|
-
export declare const useSetMySignUpBETA: () => MutationTuple<types.ProjectSignUpV2Mutation, types.ProjectSignUpV2MutationVariables>;
|
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
export declare const useLazyTokenRefundsNFT: () => import("@apollo/client").LazyQueryResultTuple<import("../types/graphql/graphql").TokenRefundsNftQuery, import("../types/graphql/graphql").Exact<{
|
|
2
|
-
chainId: import("../types/graphql/graphql").Scalars["Int"]["input"];
|
|
3
|
-
poolId: import("../types/graphql/graphql").Scalars["Int"]["input"];
|
|
4
|
-
}>>;
|