This commit is contained in:
syuilo
2025-02-21 21:00:38 +09:00
parent 4e9f22a045
commit 8c20c79cde
3 changed files with 32 additions and 16 deletions

View File

@@ -8282,6 +8282,8 @@ export type operations = {
sensitiveMediaDetectionSensitivity: string;
setSensitiveFlagAutomatically: boolean;
enableSensitiveMediaDetectionForVideos: boolean;
/** Format: id */
proxyAccountId: string | null;
email: string | null;
smtpSecure: boolean;
smtpHost: string | null;