diff --git a/packages/misskey-js/src/autogen/types.ts b/packages/misskey-js/src/autogen/types.ts index 8656360535..e6e6f5206e 100644 --- a/packages/misskey-js/src/autogen/types.ts +++ b/packages/misskey-js/src/autogen/types.ts @@ -5194,6 +5194,19 @@ export type operations = { backgroundImageUrl: string | null; deeplAuthKey: string | null; deeplIsPro: boolean; + hfAuthKey: string | null; + hfSpace: boolean; + hfSpaceName: string | null; + hfexampleAudioURL: string | null; + hfexampleText: string | null; + hfexampleLang: string | null; + hfslice: string | null; + hftopK: number | null; + hftopP: number | null; + hfTemperature: number | null; + hfSpeedRate: number | null; + hfnrm: boolean; + hfdas: boolean; defaultDarkTheme: string | null; defaultLightTheme: string | null; description: string | null;