misskey-js 2025.4.0-rc.3 → 2025.4.0-rc.5

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.
@@ -1954,7 +1954,7 @@ export type components = {
1954
1954
  isActive: boolean;
1955
1955
  hasUnreadNote: boolean;
1956
1956
  notify: boolean;
1957
- hideNotesInSensitiveChannel: boolean;
1957
+ excludeNotesInSensitiveChannel: boolean;
1958
1958
  };
1959
1959
  Clip: {
1960
1960
  id: string;
@@ -6862,7 +6862,7 @@ export type operations = {
6862
6862
  excludeBots?: boolean;
6863
6863
  withReplies: boolean;
6864
6864
  withFile: boolean;
6865
- hideNotesInSensitiveChannel?: boolean;
6865
+ excludeNotesInSensitiveChannel?: boolean;
6866
6866
  };
6867
6867
  };
6868
6868
  };
@@ -7075,7 +7075,7 @@ export type operations = {
7075
7075
  excludeBots?: boolean;
7076
7076
  withReplies?: boolean;
7077
7077
  withFile?: boolean;
7078
- hideNotesInSensitiveChannel?: boolean;
7078
+ excludeNotesInSensitiveChannel?: boolean;
7079
7079
  };
7080
7080
  };
7081
7081
  };