This commit is contained in:
osamu
2023-11-27 08:01:44 +09:00
parent f879a3bdd9
commit c06f7f1f67
+1 -13
View File
@@ -1404,10 +1404,7 @@ declare namespace entities {
GalleryPost, GalleryPost,
EmojiSimple, EmojiSimple,
EmojiDetailed, EmojiDetailed,
Flash, Flash
UserOrigin,
UserSorting,
NotificationType
} }
} }
export { entities } export { entities }
@@ -2097,9 +2094,6 @@ type Notification_2 = components['schemas']['Notification'];
// @public (undocumented) // @public (undocumented)
type NotificationsCreateRequest = operations['notifications/create']['requestBody']['content']['application/json']; type NotificationsCreateRequest = operations['notifications/create']['requestBody']['content']['application/json'];
// @public (undocumented)
type NotificationType = components['schemas']['NotificationType'];
// @public (undocumented) // @public (undocumented)
export const notificationTypes: readonly ["note", "follow", "mention", "reply", "renote", "quote", "reaction", "pollVote", "pollEnded", "receiveFollowRequest", "followRequestAccepted", "groupInvited", "app", "achievementEarned"]; export const notificationTypes: readonly ["note", "follow", "mention", "reply", "renote", "quote", "reaction", "pollVote", "pollEnded", "receiveFollowRequest", "followRequestAccepted", "groupInvited", "app", "achievementEarned"];
@@ -2296,9 +2290,6 @@ type UsernameAvailableRequest = operations['username/available']['requestBody'][
// @public (undocumented) // @public (undocumented)
type UsernameAvailableResponse = operations['username/available']['responses']['200']['content']['application/json']; type UsernameAvailableResponse = operations['username/available']['responses']['200']['content']['application/json'];
// @public (undocumented)
type UserOrigin = components['schemas']['UserOrigin'];
// @public (undocumented) // @public (undocumented)
type UsersAchievementsRequest = operations['users/achievements']['requestBody']['content']['application/json']; type UsersAchievementsRequest = operations['users/achievements']['requestBody']['content']['application/json'];
@@ -2401,9 +2392,6 @@ type UsersNotesRequest = operations['users/notes']['requestBody']['content']['ap
// @public (undocumented) // @public (undocumented)
type UsersNotesResponse = operations['users/notes']['responses']['200']['content']['application/json']; type UsersNotesResponse = operations['users/notes']['responses']['200']['content']['application/json'];
// @public (undocumented)
type UserSorting = components['schemas']['UserSorting'];
// @public (undocumented) // @public (undocumented)
type UsersPagesRequest = operations['users/pages']['requestBody']['content']['application/json']; type UsersPagesRequest = operations['users/pages']['requestBody']['content']['application/json'];