misskey-js 2025.8.0-alpha.1 → 2025.8.0-alpha.11
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 +3 -2
- package/built/autogen/types.d.ts.map +1 -1
- package/package.json +15 -18
package/built/autogen/types.d.ts
CHANGED
|
@@ -2181,6 +2181,7 @@ export type components = {
|
|
|
2181
2181
|
canManageCustomEmojis: boolean;
|
|
2182
2182
|
canManageAvatarDecorations: boolean;
|
|
2183
2183
|
canSearchNotes: boolean;
|
|
2184
|
+
canSearchUsers: boolean;
|
|
2184
2185
|
canUseTranslator: boolean;
|
|
2185
2186
|
canHideAds: boolean;
|
|
2186
2187
|
driveCapacityMb: number;
|
|
@@ -7990,7 +7991,7 @@ export interface operations {
|
|
|
7990
7991
|
name: string;
|
|
7991
7992
|
on: ('abuseReport' | 'abuseReportResolved' | 'userCreated' | 'inactiveModeratorsWarning' | 'inactiveModeratorsInvitationOnlyChanged')[];
|
|
7992
7993
|
url: string;
|
|
7993
|
-
secret
|
|
7994
|
+
secret?: string;
|
|
7994
7995
|
};
|
|
7995
7996
|
};
|
|
7996
7997
|
};
|
|
@@ -8298,7 +8299,7 @@ export interface operations {
|
|
|
8298
8299
|
name: string;
|
|
8299
8300
|
on: ('abuseReport' | 'abuseReportResolved' | 'userCreated' | 'inactiveModeratorsWarning' | 'inactiveModeratorsInvitationOnlyChanged')[];
|
|
8300
8301
|
url: string;
|
|
8301
|
-
secret
|
|
8302
|
+
secret?: string;
|
|
8302
8303
|
};
|
|
8303
8304
|
};
|
|
8304
8305
|
};
|