add new note search file types (module, flash) and optimize file type query

This commit is contained in:
Hazelnoot 2025-02-13 09:28:46 -05:00
parent 5276d6024d
commit ed981a6970
8 changed files with 135 additions and 59 deletions

View file

@ -25029,7 +25029,8 @@ export type operations = {
offset?: number;
/** @description The local host is represented with `.`. */
host?: string;
filetype?: string | null;
/** @enum {string|null} */
filetype?: 'image' | 'video' | 'audio' | 'module' | 'flash';
/**
* Format: misskey:id
* @default null