misskey-js 2025.8.0-alpha.9 → 2025.8.0-beta.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2275,6 +2275,7 @@ export type components = {
2275
2275
  feedbackUrl: string | null;
2276
2276
  defaultDarkTheme: string | null;
2277
2277
  defaultLightTheme: string | null;
2278
+ clientOptions: Record<string, never>;
2278
2279
  disableRegistration: boolean;
2279
2280
  emailRequiredForSignup: boolean;
2280
2281
  enableHcaptcha: boolean;
@@ -5772,6 +5773,7 @@ export interface operations {
5772
5773
  deeplIsPro: boolean;
5773
5774
  defaultDarkTheme: string | null;
5774
5775
  defaultLightTheme: string | null;
5776
+ clientOptions: Record<string, never>;
5775
5777
  description: string | null;
5776
5778
  disableRegistration: boolean;
5777
5779
  impressumUrl: string | null;
@@ -8606,6 +8608,7 @@ export interface operations {
8606
8608
  description?: string | null;
8607
8609
  defaultLightTheme?: string | null;
8608
8610
  defaultDarkTheme?: string | null;
8611
+ clientOptions?: Record<string, never>;
8609
8612
  cacheRemoteFiles?: boolean;
8610
8613
  cacheRemoteSensitiveFiles?: boolean;
8611
8614
  emailRequiredForSignup?: boolean;