From f412a074ff496fc9a9ea98d0ffe7e58f2d344991 Mon Sep 17 00:00:00 2001 From: dakkar Date: Fri, 31 May 2024 11:25:58 +0100 Subject: [PATCH] misskey-js update after our changes --- packages/misskey-js/src/autogen/types.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts index b3ba3a7203..32a66f4399 100644 --- a/packages/misskey-js/src/autogen/types.ts +++ b/packages/misskey-js/src/autogen/types.ts @@ -11426,6 +11426,13 @@ export type operations = { untilDate?: number; /** @default false */ allowPartial?: boolean; + /** @default true */ + withRenotes?: boolean; + /** + * @description Only show notes that have attached files. + * @default false + */ + withFiles?: boolean; }; }; };