@poolzfinance/api4 1.15.8 → 1.16.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.
@@ -43,12 +43,12 @@ type Documents = {
43
43
  "\n mutation AddNonEvmWallet($chainName: String!, $wallet: String!) {\n addNonEvmWallet(chainName: $chainName, wallet: $wallet) {\n Agree\n NonEvmWallet {\n ChainName\n Wallet\n }\n EvmWallet\n }\n}": typeof types.AddNonEvmWalletDocument;
44
44
  "\n mutation DeleteNonEvmWallet($chainName: String!) {\n deleteNonEvmWallet(chainName: $chainName) {\n Agree\n NonEvmWallet {\n ChainName\n Wallet\n }\n }\n}": typeof types.DeleteNonEvmWalletDocument;
45
45
  "\n mutation UpdateNonEvmWallet($chainName: String!, $wallet: String!) {\n updateNonEvmWallet(chainName: $chainName, wallet: $wallet) {\n Agree\n NonEvmWallet {\n ChainName\n Wallet\n }\n }\n}": typeof types.UpdateNonEvmWalletDocument;
46
- "\n query MyInvest {\n myInvest {\n ProjectId\n PoolId\n ChainId\n Token\n Amount\n TokenName\n TokenSymbol\n }\n }\n": typeof types.MyInvestDocument;
46
+ "\n query MyInvest {\n myInvest {\n PoolId\n ProjectId\n ProjectName\n ProjectLogoUrl\n ChainId\n Amount\n FinishTime\n StartTime\n Token\n TokenSymbol\n TokenName\n ChainLogo {\n DisplayText\n Color\n Url\n }\n OriginalLogo {\n DisplayText\n Color\n Url\n }\n TokenObject {\n Address\n Name\n Symbol\n }\n }\n }\n": typeof types.MyInvestDocument;
47
47
  "\n query KYC {\n myProxyKYC {\n Proxy\n RequestStatus\n Status\n }\n}": typeof types.KycDocument;
48
48
  "\n query MyRoles {\n myRoles\n }": typeof types.MyRolesDocument;
49
49
  "\n query PoolxPrice {\n poolxPrice {\n Price\n Timestamp\n }\n }": typeof types.PoolxPriceDocument;
50
- "\n query PoolxTokenomicsV2_Simple {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n }\n }\n": typeof types.PoolxTokenomicsV2_SimpleDocument;
51
- "\n query PoolxTokenomicsV2_Full {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n InternalSum\n ExternalSum\n External {\n Name\n Balance\n }\n Internal {\n Name\n Balance\n }\n }\n }\n": typeof types.PoolxTokenomicsV2_FullDocument;
50
+ "\n query PoolxTokenomicsV2_Simple {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n TotalSupply\n }\n }\n": typeof types.PoolxTokenomicsV2_SimpleDocument;
51
+ "\n query PoolxTokenomicsV2_Full {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n InternalSum\n ExternalSum\n TotalSupply\n External {\n Name\n Balance\n }\n Internal {\n Name\n Balance\n }\n }\n }\n": typeof types.PoolxTokenomicsV2_FullDocument;
52
52
  "\n query ProjectIdToPoolzBackId($projectId: String!) {\n projectIdToPoolzBackId(projectId: $projectId)\n }\n": typeof types.ProjectIdToPoolzBackIdDocument;
53
53
  "\n query MySignUpV3($projectIDs: [String!]!) {\n mySignUpV3(projectIDs: $projectIDs) {\n ProjectId\n SignedUp\n }\n }\n": typeof types.MySignUpV3Document;
54
54
  "\n query AdminSignUpV3($projectId: String!, $minPoolxAmount: Int!) {\n adminSignUpV3(projectId: $projectId, minPoolxAmount: $minPoolxAmount) {\n Address\n Amount\n }\n }\n": typeof types.AdminSignUpV3Document;
@@ -197,7 +197,7 @@ export declare function gql(source: "\n mutation UpdateNonEvmWallet($chainName:
197
197
  /**
198
198
  * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
199
199
  */
200
- export declare function gql(source: "\n query MyInvest {\n myInvest {\n ProjectId\n PoolId\n ChainId\n Token\n Amount\n TokenName\n TokenSymbol\n }\n }\n"): (typeof documents)["\n query MyInvest {\n myInvest {\n ProjectId\n PoolId\n ChainId\n Token\n Amount\n TokenName\n TokenSymbol\n }\n }\n"];
200
+ export declare function gql(source: "\n query MyInvest {\n myInvest {\n PoolId\n ProjectId\n ProjectName\n ProjectLogoUrl\n ChainId\n Amount\n FinishTime\n StartTime\n Token\n TokenSymbol\n TokenName\n ChainLogo {\n DisplayText\n Color\n Url\n }\n OriginalLogo {\n DisplayText\n Color\n Url\n }\n TokenObject {\n Address\n Name\n Symbol\n }\n }\n }\n"): (typeof documents)["\n query MyInvest {\n myInvest {\n PoolId\n ProjectId\n ProjectName\n ProjectLogoUrl\n ChainId\n Amount\n FinishTime\n StartTime\n Token\n TokenSymbol\n TokenName\n ChainLogo {\n DisplayText\n Color\n Url\n }\n OriginalLogo {\n DisplayText\n Color\n Url\n }\n TokenObject {\n Address\n Name\n Symbol\n }\n }\n }\n"];
201
201
  /**
202
202
  * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
203
203
  */
@@ -213,11 +213,11 @@ export declare function gql(source: "\n query PoolxPrice {\n poolxPrice {\n
213
213
  /**
214
214
  * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
215
215
  */
216
- export declare function gql(source: "\n query PoolxTokenomicsV2_Simple {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n }\n }\n"): (typeof documents)["\n query PoolxTokenomicsV2_Simple {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n }\n }\n"];
216
+ export declare function gql(source: "\n query PoolxTokenomicsV2_Simple {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n TotalSupply\n }\n }\n"): (typeof documents)["\n query PoolxTokenomicsV2_Simple {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n TotalSupply\n }\n }\n"];
217
217
  /**
218
218
  * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
219
219
  */
220
- export declare function gql(source: "\n query PoolxTokenomicsV2_Full {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n InternalSum\n ExternalSum\n External {\n Name\n Balance\n }\n Internal {\n Name\n Balance\n }\n }\n }\n"): (typeof documents)["\n query PoolxTokenomicsV2_Full {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n InternalSum\n ExternalSum\n External {\n Name\n Balance\n }\n Internal {\n Name\n Balance\n }\n }\n }\n"];
220
+ export declare function gql(source: "\n query PoolxTokenomicsV2_Full {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n InternalSum\n ExternalSum\n TotalSupply\n External {\n Name\n Balance\n }\n Internal {\n Name\n Balance\n }\n }\n }\n"): (typeof documents)["\n query PoolxTokenomicsV2_Full {\n poolxTokenomicsV2 {\n CirculatingSupply\n Locked\n InternalSum\n ExternalSum\n TotalSupply\n External {\n Name\n Balance\n }\n Internal {\n Name\n Balance\n }\n }\n }\n"];
221
221
  /**
222
222
  * The gql function is used to parse GraphQL queries into a document that can be used by GraphQL clients.
223
223
  */
@@ -382,6 +382,8 @@ export type MyInvest = {
382
382
  OriginalLogo: MyInvest_Logo;
383
383
  PoolId: Scalars['Int']['output'];
384
384
  ProjectId: Scalars['String']['output'];
385
+ ProjectLogoUrl?: Maybe<Scalars['String']['output']>;
386
+ ProjectName: Scalars['String']['output'];
385
387
  StartTime: Scalars['Int']['output'];
386
388
  Token: Scalars['String']['output'];
387
389
  TokenName: Scalars['String']['output'];
@@ -436,6 +438,7 @@ export type PoolxTokenomicsV2 = {
436
438
  Internal: Array<PoolxTokenomicsV2_Balance>;
437
439
  InternalSum: Scalars['Float']['output'];
438
440
  Locked: Scalars['Float']['output'];
441
+ TotalSupply: Scalars['Float']['output'];
439
442
  };
440
443
  export type PoolxTokenomicsV2_Balance = {
441
444
  __typename?: 'PoolxTokenomicsV2_Balance';
@@ -1197,13 +1200,35 @@ export type MyInvestQuery = {
1197
1200
  __typename?: 'Query';
1198
1201
  myInvest: Array<{
1199
1202
  __typename?: 'MyInvest';
1200
- ProjectId: string;
1201
1203
  PoolId: number;
1204
+ ProjectId: string;
1205
+ ProjectName: string;
1206
+ ProjectLogoUrl?: string | null;
1202
1207
  ChainId: number;
1203
- Token: string;
1204
1208
  Amount: number;
1205
- TokenName: string;
1209
+ FinishTime: number;
1210
+ StartTime: number;
1211
+ Token: string;
1206
1212
  TokenSymbol: string;
1213
+ TokenName: string;
1214
+ ChainLogo: {
1215
+ __typename?: 'MyInvest_Logo';
1216
+ DisplayText: string;
1217
+ Color?: string | null;
1218
+ Url: string;
1219
+ };
1220
+ OriginalLogo: {
1221
+ __typename?: 'MyInvest_Logo';
1222
+ DisplayText: string;
1223
+ Color?: string | null;
1224
+ Url: string;
1225
+ };
1226
+ TokenObject: {
1227
+ __typename?: 'MyInvest_Token';
1228
+ Address: string;
1229
+ Name: string;
1230
+ Symbol: string;
1231
+ };
1207
1232
  }>;
1208
1233
  };
1209
1234
  export type KycQueryVariables = Exact<{
@@ -1245,6 +1270,7 @@ export type PoolxTokenomicsV2_SimpleQuery = {
1245
1270
  __typename?: 'PoolxTokenomicsV2';
1246
1271
  CirculatingSupply: number;
1247
1272
  Locked: number;
1273
+ TotalSupply: number;
1248
1274
  };
1249
1275
  };
1250
1276
  export type PoolxTokenomicsV2_FullQueryVariables = Exact<{
@@ -1258,6 +1284,7 @@ export type PoolxTokenomicsV2_FullQuery = {
1258
1284
  Locked: number;
1259
1285
  InternalSum: number;
1260
1286
  ExternalSum: number;
1287
+ TotalSupply: number;
1261
1288
  External: Array<{
1262
1289
  __typename?: 'PoolxTokenomicsV2_Balance';
1263
1290
  Name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@poolzfinance/api4",
3
- "version": "1.15.8",
3
+ "version": "1.16.0",
4
4
  "description": "Bridge between front and back",
5
5
  "type": "module",
6
6
  "source": "src/index.ts",