Skip to content

Commit c84536d

Browse files
authored
Merge pull request #42 from HyperPlay-Gaming/chore/add_num_claims_per_device
[Chore] add num_claims_per_device to reward type
2 parents 2013c66 + a18c72a commit c84536d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hyperplay/utils",
3-
"version": "0.3.14",
3+
"version": "0.3.15",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

src/questTypes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ export interface Reward {
1919
}[]
2020
image_url: string
2121
numClaimsLeft: string
22+
num_claims_per_device: string
2223
}
2324

2425
export type QuestStatus =

0 commit comments

Comments
 (0)