summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordakkar <dakkar@thenautilus.net>2024-05-31 11:25:58 +0100
committerdakkar <dakkar@thenautilus.net>2024-05-31 11:25:58 +0100
commitf412a074ff496fc9a9ea98d0ffe7e58f2d344991 (patch)
tree4cbe8caf49857021ad4edca4cad38f442c920f51
parentMerge branch 'develop' into future (diff)
downloadsharkey-f412a074ff496fc9a9ea98d0ffe7e58f2d344991.tar.gz
sharkey-f412a074ff496fc9a9ea98d0ffe7e58f2d344991.tar.bz2
sharkey-f412a074ff496fc9a9ea98d0ffe7e58f2d344991.zip
misskey-js update after our changes
-rw-r--r--packages/misskey-js/src/autogen/types.ts7
1 files changed, 7 insertions, 0 deletions
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;
};
};
};