@safe-global/safe-client-gateway-sdk
Advanced tools
Comparing version 1.61.0-next-dea4438 to 1.62.0-next-6df9984
@@ -169,2 +169,7 @@ /** | ||
): Promise<getCampaignRank>; | ||
export type checkEligibility = | ||
paths["/v1/community/eligibility"]["post"]["responses"][200]["content"]["application/json"]; | ||
export declare function checkEligibility( | ||
options: ExtractOptions<"post", "/v1/community/eligibility">, | ||
): Promise<checkEligibility>; | ||
export type getLeaderboard = | ||
@@ -171,0 +176,0 @@ paths["/v1/community/locking/leaderboard"]["get"]["responses"][200]["content"]["application/json"]; |
@@ -34,2 +34,3 @@ "use strict"; | ||
exports.getCampaignRank = getCampaignRank; | ||
exports.checkEligibility = checkEligibility; | ||
exports.getLeaderboard = getLeaderboard; | ||
@@ -219,2 +220,5 @@ exports.getLockingRank = getLockingRank; | ||
} | ||
async function checkEligibility(options) { | ||
return clientRequest("post", "/v1/community/eligibility", options); | ||
} | ||
async function getLeaderboard(options) { | ||
@@ -221,0 +225,0 @@ return clientRequest("get", "/v1/community/locking/leaderboard", options); |
{ | ||
"license": "MIT", | ||
"name": "@safe-global/safe-client-gateway-sdk", | ||
"version": "1.61.0-next-dea4438", | ||
"version": "1.62.0-next-6df9984", | ||
"main": "dist/index.js", | ||
@@ -6,0 +6,0 @@ "types": "dist/index.d.ts", |
@@ -325,2 +325,10 @@ /** | ||
export type checkEligibility = | ||
paths["/v1/community/eligibility"]["post"]["responses"][200]["content"]["application/json"]; | ||
export async function checkEligibility( | ||
options: ExtractOptions<"post", "/v1/community/eligibility">, | ||
): Promise<checkEligibility> { | ||
return clientRequest("post", "/v1/community/eligibility", options); | ||
} | ||
export type getLeaderboard = | ||
@@ -327,0 +335,0 @@ paths["/v1/community/locking/leaderboard"]["get"]["responses"][200]["content"]["application/json"]; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
284678
10046