feat(web): Registration key linked to account status

This commit is contained in:
Zack Spear
2024-05-02 16:38:13 -07:00
committed by Zack Spear
parent 37b717b142
commit f28b7510fa
8 changed files with 189 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ export const startTrial = async (payload: StartTrialPayload): Promise<StartTrial
export interface ValidateGuidResponse {
hasNewerKeyfile : boolean;
linked: boolean;
purchaseable: true;
registered: false;
replaceable: false;