misskey-js update after our changes

This commit is contained in:
dakkar 2024-05-31 11:25:58 +01:00
parent 4ddee7b01e
commit f412a074ff

View file

@ -11426,6 +11426,13 @@ export type operations = {
untilDate?: number; untilDate?: number;
/** @default false */ /** @default false */
allowPartial?: boolean; allowPartial?: boolean;
/** @default true */
withRenotes?: boolean;
/**
* @description Only show notes that have attached files.
* @default false
*/
withFiles?: boolean;
}; };
}; };
}; };