misskey-js 2025.4.0-rc.2 → 2025.4.0-rc.4

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.
@@ -2167,7 +2167,7 @@ export type components = {
2167
2167
  canImportFollowing: boolean;
2168
2168
  canImportMuting: boolean;
2169
2169
  canImportUserLists: boolean;
2170
- canChat: boolean;
2170
+ chatAvailability: 'available' | 'readonly' | 'unavailable';
2171
2171
  };
2172
2172
  ReversiGameLite: {
2173
2173
  id: string;