misskey-js 2026.7.0-alpha.0 → 2026.7.0-alpha.2

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.
@@ -5908,6 +5908,7 @@ export interface operations {
5908
5908
  urlPreviewRequireContentLength: boolean;
5909
5909
  urlPreviewUserAgent: string | null;
5910
5910
  urlPreviewSummaryProxyUrl: string | null;
5911
+ urlPreviewSensitiveList: string[];
5911
5912
  federation: 'all' | 'specified' | 'none';
5912
5913
  federationHosts: string[];
5913
5914
  deliverSuspendedSoftware: {
@@ -8999,6 +9000,7 @@ export interface operations {
8999
9000
  urlPreviewRequireContentLength?: boolean;
9000
9001
  urlPreviewUserAgent?: string | null;
9001
9002
  urlPreviewSummaryProxyUrl?: string | null;
9003
+ urlPreviewSensitiveList?: string[] | null;
9002
9004
  federation?: 'all' | 'none' | 'specified';
9003
9005
  federationHosts?: string[];
9004
9006
  deliverSuspendedSoftware?: {