misskey-js 2025.4.0-beta.2 → 2025.4.0-rc.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.
@@ -2124,6 +2124,7 @@ export type components = {
2124
2124
  isPublic: boolean;
2125
2125
  isExplorable: boolean;
2126
2126
  asBadge: boolean;
2127
+ preserveAssignmentOnMoveAccount: boolean;
2127
2128
  canEditMembersByModerator: boolean;
2128
2129
  policies: {
2129
2130
  [key: string]: {
@@ -5335,6 +5336,7 @@ export type operations = {
5335
5336
  isAdministrator: boolean;
5336
5337
  isExplorable?: boolean;
5337
5338
  asBadge: boolean;
5339
+ preserveAssignmentOnMoveAccount?: boolean;
5338
5340
  canEditMembersByModerator: boolean;
5339
5341
  displayOrder: number;
5340
5342
  policies: Record<string, never>;
@@ -5544,6 +5546,7 @@ export type operations = {
5544
5546
  isAdministrator?: boolean;
5545
5547
  isExplorable?: boolean;
5546
5548
  asBadge?: boolean;
5549
+ preserveAssignmentOnMoveAccount?: boolean;
5547
5550
  canEditMembersByModerator?: boolean;
5548
5551
  displayOrder?: number;
5549
5552
  policies?: Record<string, never>;