mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
build-misskey-js-with-types (#16470)
This commit is contained in:
@@ -9329,8 +9329,10 @@ export interface operations {
|
||||
mcaptchaSecretKey: string | null;
|
||||
recaptchaSecretKey: string | null;
|
||||
turnstileSecretKey: string | null;
|
||||
sensitiveMediaDetection: string;
|
||||
sensitiveMediaDetectionSensitivity: string;
|
||||
/** @enum {string} */
|
||||
sensitiveMediaDetection: 'none' | 'all' | 'local' | 'remote';
|
||||
/** @enum {string} */
|
||||
sensitiveMediaDetectionSensitivity: 'medium' | 'low' | 'high' | 'veryLow' | 'veryHigh';
|
||||
setSensitiveFlagAutomatically: boolean;
|
||||
enableSensitiveMediaDetectionForVideos: boolean;
|
||||
/** Format: id */
|
||||
|
||||
Reference in New Issue
Block a user