build-misskey-js-with-types
This commit is contained in:
parent
2e4c4dd555
commit
3bf39a5c99
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue