From dc53a1edf0fa92bb81196224129a571ef1ab8fa0 Mon Sep 17 00:00:00 2001 From: piuvas Date: Fri, 30 May 2025 20:06:24 -0300 Subject: [PATCH] generate types. --- packages/misskey-js/src/autogen/types.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts index 55302960dc..e5dc28fd9b 100644 --- a/packages/misskey-js/src/autogen/types.ts +++ b/packages/misskey-js/src/autogen/types.ts @@ -4292,6 +4292,7 @@ export type components = { iconUrl: string | null; displayOrder: number; })[]; + attributionDomains: string[]; }; UserDetailedNotMeOnly: { /** Format: url */ @@ -25180,6 +25181,7 @@ export type operations = { defaultCWPriority?: 'default' | 'parent' | 'defaultParent' | 'parentDefault'; /** @enum {string} */ allowUnsignedFetch?: 'never' | 'always' | 'essential' | 'staff'; + attributionDomains?: string[]; }; }; };