generated from nhcarrigan/template
feat: poll server for exploration claimability before showing collect button
Resolves #127
This commit is contained in:
@@ -55,6 +55,7 @@ export type {
|
||||
BuyPrestigeUpgradeResponse,
|
||||
CraftRecipeRequest,
|
||||
CraftRecipeResponse,
|
||||
ExploreClaimableResponse,
|
||||
ExploreCollectEventResult,
|
||||
ExploreCollectRequest,
|
||||
ExploreCollectResponse,
|
||||
|
||||
@@ -384,6 +384,10 @@ interface ExploreCollectResponse {
|
||||
event: ExploreCollectEventResult | null;
|
||||
}
|
||||
|
||||
interface ExploreClaimableResponse {
|
||||
claimable: boolean;
|
||||
}
|
||||
|
||||
interface CraftRecipeRequest {
|
||||
recipeId: string;
|
||||
}
|
||||
@@ -528,6 +532,7 @@ export type {
|
||||
BuyPrestigeUpgradeResponse,
|
||||
CraftRecipeRequest,
|
||||
CraftRecipeResponse,
|
||||
ExploreClaimableResponse,
|
||||
ExploreCollectEventResult,
|
||||
ExploreCollectRequest,
|
||||
ExploreCollectResponse,
|
||||
|
||||
Reference in New Issue
Block a user