diff --git a/package.json b/package.json index c1ebfb3..b4ca68c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hyperplay/utils", - "version": "0.3.10", + "version": "0.3.11", "description": "", "main": "index.js", "scripts": { diff --git a/src/questTypes.ts b/src/questTypes.ts index 37b1277..09a765c 100644 --- a/src/questTypes.ts +++ b/src/questTypes.ts @@ -53,6 +53,7 @@ export interface Quest { num_of_times_repeatable: number | null start_date: string | null end_date: string | null + leaderboard_url: string | null } export interface RewardClaimSignature {