fix
This commit is contained in:
parent
3547a27734
commit
2ae054a5aa
|
@ -5194,6 +5194,19 @@ export type operations = {
|
||||||
backgroundImageUrl: string | null;
|
backgroundImageUrl: string | null;
|
||||||
deeplAuthKey: string | null;
|
deeplAuthKey: string | null;
|
||||||
deeplIsPro: boolean;
|
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;
|
defaultDarkTheme: string | null;
|
||||||
defaultLightTheme: string | null;
|
defaultLightTheme: string | null;
|
||||||
description: string | null;
|
description: string | null;
|
||||||
|
|
Loading…
Reference in New Issue