diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts index 888e46e008..5d82f62e50 100644 --- a/packages/misskey-js/src/autogen/types.ts +++ b/packages/misskey-js/src/autogen/types.ts @@ -4948,6 +4948,7 @@ export type components = { localOnly?: boolean; isSensitive?: boolean; roleIdsThatCanBeUsedThisEmojiAsReaction?: string[]; + sortKey: string | null; }; EmojiDetailed: { /** Format: id */ @@ -4962,6 +4963,7 @@ export type components = { isSensitive: boolean; localOnly: boolean; roleIdsThatCanBeUsedThisEmojiAsReaction: string[]; + sortKey: string | null; }; Flash: { /** @@ -7319,6 +7321,7 @@ export type operations = { isSensitive?: boolean; localOnly?: boolean; roleIdsThatCanBeUsedThisEmojiAsReaction?: string[]; + sortKey?: string | null; }; }; }; @@ -7684,6 +7687,7 @@ export type operations = { /** @description The local host is represented with `null`. The field exists for compatibility with other API endpoints that return files. */ host: string | null; url: string; + sortKey: string | null; })[]; }; }; @@ -7951,6 +7955,7 @@ export type operations = { isSensitive?: boolean; localOnly?: boolean; roleIdsThatCanBeUsedThisEmojiAsReaction?: string[]; + sortKey?: string | null; }; }; };