misskey-js 2025.3.2-beta.13 → 2025.3.2-beta.15

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.
@@ -1344,6 +1344,7 @@ export type components = {
1344
1344
  followingVisibility: 'public' | 'followers' | 'private';
1345
1345
  followersVisibility: 'public' | 'followers' | 'private';
1346
1346
  chatScope: 'everyone' | 'following' | 'followers' | 'mutual' | 'none';
1347
+ canChat: boolean;
1347
1348
  roles: components['schemas']['RoleLite'][];
1348
1349
  followedMessage?: string | null;
1349
1350
  memo: string | null;