diff options
| author | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-09-01 14:07:24 +0900 |
|---|---|---|
| committer | syuilo <4439005+syuilo@users.noreply.github.com> | 2025-09-01 14:07:24 +0900 |
| commit | b1479ab1d80bc383ea46602928b93ce1a5d92cc3 (patch) | |
| tree | fd812e187a504441354895a5f2780ab6980e9a9b | |
| parent | pnpm dedupe (diff) | |
| download | misskey-b1479ab1d80bc383ea46602928b93ce1a5d92cc3.tar.gz misskey-b1479ab1d80bc383ea46602928b93ce1a5d92cc3.tar.bz2 misskey-b1479ab1d80bc383ea46602928b93ce1a5d92cc3.zip | |
Update misskey-js.api.md
| -rw-r--r-- | packages/misskey-js/etc/misskey-js.api.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/misskey-js/etc/misskey-js.api.md b/packages/misskey-js/etc/misskey-js.api.md index ea2f794c17..d901232d8f 100644 --- a/packages/misskey-js/etc/misskey-js.api.md +++ b/packages/misskey-js/etc/misskey-js.api.md @@ -3210,7 +3210,7 @@ type Notification_2 = components['schemas']['Notification']; type NotificationsCreateRequest = operations['notifications___create']['requestBody']['content']['application/json']; // @public (undocumented) -export const notificationTypes: readonly ["note", "follow", "mention", "reply", "renote", "quote", "reaction", "pollVote", "pollEnded", "receiveFollowRequest", "followRequestAccepted", "groupInvited", "app", "roleAssigned", "chatRoomInvitationReceived", "achievementEarned"]; +export const notificationTypes: readonly ["note", "follow", "mention", "reply", "renote", "quote", "reaction", "pollEnded", "receiveFollowRequest", "followRequestAccepted", "groupInvited", "app", "roleAssigned", "chatRoomInvitationReceived", "achievementEarned", "exportCompleted", "test", "login", "createToken"]; // @public (undocumented) export function nyaize(text: string): string; @@ -3425,6 +3425,9 @@ type RoleLite = components['schemas']['RoleLite']; type RolePolicies = components['schemas']['RolePolicies']; // @public (undocumented) +export const rolePolicies: readonly ["gtlAvailable", "ltlAvailable", "canPublicNote", "mentionLimit", "canInvite", "inviteLimit", "inviteLimitCycle", "inviteExpirationTime", "canManageCustomEmojis", "canManageAvatarDecorations", "canSearchNotes", "canSearchUsers", "canUseTranslator", "canHideAds", "driveCapacityMb", "maxFileSizeMb", "alwaysMarkNsfw", "canUpdateBioMedia", "pinLimit", "antennaLimit", "wordMuteLimit", "webhookLimit", "clipLimit", "noteEachClipsLimit", "userListLimit", "userEachUserListsLimit", "rateLimitFactor", "avatarDecorationLimit", "canImportAntennas", "canImportBlocking", "canImportFollowing", "canImportMuting", "canImportUserLists", "chatAvailability", "uploadableFileTypes", "noteDraftLimit", "watermarkAvailable"]; + +// @public (undocumented) type RolesListResponse = operations['roles___list']['responses']['200']['content']['application/json']; // @public (undocumented) |