When observer run, use observer task to get callback url and proxy lo… (#1719)

This commit is contained in:
Shuchang Zheng
2025-02-05 03:35:01 +08:00
committed by GitHub
parent 0c0a368c64
commit bbdd90058f
2 changed files with 15 additions and 2 deletions

View File

@@ -282,6 +282,10 @@ export type ObserverTask = {
modified_at: string;
output: Record<string, unknown> | null;
summary: string | null;
webhook_callback_url: string | null;
totp_verification_url: string | null;
totp_identifier: string | null;
proxy_location: ProxyLocation | null;
};
export type Createv2TaskRequest = {