mirror of
https://github.com/TheNetsky/Microsoft-Rewards-Script.git
synced 2026-01-19 06:23:58 +00:00
@@ -67,8 +67,8 @@ export interface ConfigSearchDelay {
|
||||
export interface ConfigWebhook {
|
||||
enabled: boolean;
|
||||
url: string;
|
||||
username?: string; // Custom webhook username (default: "Microsoft Rewards")
|
||||
avatarUrl?: string; // Custom webhook avatar URL
|
||||
username?: string; // Optional override for displayed webhook name
|
||||
avatarUrl?: string; // Optional avatar image URL
|
||||
}
|
||||
|
||||
export interface ConfigNtfy {
|
||||
@@ -95,8 +95,6 @@ export interface ConfigUpdate {
|
||||
git?: boolean; // if true, run git pull + npm ci + npm run build after completion
|
||||
docker?: boolean; // if true, run docker update routine (compose pull/up) after completion
|
||||
scriptPath?: string; // optional custom path to update script relative to repo root
|
||||
autoUpdateConfig?: boolean; // if true, allow auto-update of config.jsonc when remote changes it (default: false to preserve user settings)
|
||||
autoUpdateAccounts?: boolean; // if true, allow auto-update of accounts.json when remote changes it (default: false to preserve credentials)
|
||||
}
|
||||
|
||||
export interface ConfigBuyMode {
|
||||
|
||||
Reference in New Issue
Block a user