mirror of
https://github.com/unraid/api.git
synced 2026-01-04 23:50:37 -06:00
feat(web): callback types myKeys & linkKey
This commit is contained in:
@@ -24,7 +24,9 @@ export type Renew = 'renew';
|
||||
export type Upgrade = 'upgrade';
|
||||
export type UpdateOs = 'updateOs';
|
||||
export type Manage = 'manage';
|
||||
export type AccountActionTypes = Troubleshoot | SignIn | SignOut | OemSignOut | Manage;
|
||||
export type MyKeys = 'myKeys';
|
||||
export type LinkKey = 'linkKey';
|
||||
export type AccountActionTypes = Troubleshoot | SignIn | SignOut | OemSignOut | Manage | MyKeys | LinkKey;
|
||||
export type AccountKeyActionTypes = Recover | Replace | TrialExtend | TrialStart | UpdateOs;
|
||||
export type PurchaseActionTypes = Purchase | Redeem | Renew | Upgrade;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user