misskey-js 2025.11.0-alpha.2 → 2025.11.0-alpha.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.
package/built/autogen/types.d.ts
CHANGED
|
@@ -1936,7 +1936,7 @@ export type components = {
|
|
|
1936
1936
|
summary: string | null;
|
|
1937
1937
|
hideTitleWhenPinned: boolean;
|
|
1938
1938
|
alignCenter: boolean;
|
|
1939
|
-
font:
|
|
1939
|
+
font: 'serif' | 'sans-serif';
|
|
1940
1940
|
script: string;
|
|
1941
1941
|
eyeCatchingImageId: string | null;
|
|
1942
1942
|
eyeCatchingImage: components['schemas']['DriveFile'] | null;
|
|
@@ -1971,6 +1971,7 @@ export type components = {
|
|
|
1971
1971
|
description: string | null;
|
|
1972
1972
|
userId: string | null;
|
|
1973
1973
|
bannerUrl: string | null;
|
|
1974
|
+
bannerId: string | null;
|
|
1974
1975
|
pinnedNoteIds: string[];
|
|
1975
1976
|
color: string;
|
|
1976
1977
|
isArchived: boolean;
|