mirror of
https://github.com/LightZirconite/Microsoft-Rewards-Bot.git
synced 2026-01-18 12:43:57 +00:00
feat: add free rewards redemption feature; require phone number in account config
This commit is contained in:
@@ -7,6 +7,8 @@ export interface Account {
|
||||
totp?: string;
|
||||
/** Recovery email used during security challenge verification. Leave empty if not needed. */
|
||||
recoveryEmail?: string;
|
||||
/** Phone number associated with account (required for redeeming free rewards/gift cards) */
|
||||
phoneNumber?: string;
|
||||
proxy: AccountProxy;
|
||||
}
|
||||
|
||||
|
||||
@@ -114,6 +114,7 @@ export interface ConfigWorkers {
|
||||
doMobileSearch: boolean;
|
||||
doDailyCheckIn: boolean;
|
||||
doReadToEarn: boolean;
|
||||
doFreeRewards: boolean; // Automatically redeem 0-point gift cards (requires phoneNumber in account config)
|
||||
bundleDailySetWithSearch?: boolean; // If true, run desktop search right after Daily Set
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user