misskey-js 2025.6.4-alpha.2 → 2025.6.4-alpha.3

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.
@@ -13687,6 +13687,7 @@ export interface operations {
13687
13687
  untilId?: string;
13688
13688
  sinceDate?: number;
13689
13689
  untilDate?: number;
13690
+ search?: string | null;
13690
13691
  };
13691
13692
  };
13692
13693
  };