fix ci
This commit is contained in:
parent
f879a3bdd9
commit
c06f7f1f67
|
|
@ -1404,10 +1404,7 @@ declare namespace entities {
|
|||
GalleryPost,
|
||||
EmojiSimple,
|
||||
EmojiDetailed,
|
||||
Flash,
|
||||
UserOrigin,
|
||||
UserSorting,
|
||||
NotificationType
|
||||
Flash
|
||||
}
|
||||
}
|
||||
export { entities }
|
||||
|
|
@ -2097,9 +2094,6 @@ type Notification_2 = components['schemas']['Notification'];
|
|||
// @public (undocumented)
|
||||
type NotificationsCreateRequest = operations['notifications/create']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type NotificationType = components['schemas']['NotificationType'];
|
||||
|
||||
// @public (undocumented)
|
||||
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)
|
||||
type UsernameAvailableResponse = operations['username/available']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UserOrigin = components['schemas']['UserOrigin'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UsersAchievementsRequest = operations['users/achievements']['requestBody']['content']['application/json'];
|
||||
|
||||
|
|
@ -2401,9 +2392,6 @@ type UsersNotesRequest = operations['users/notes']['requestBody']['content']['ap
|
|||
// @public (undocumented)
|
||||
type UsersNotesResponse = operations['users/notes']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UserSorting = components['schemas']['UserSorting'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UsersPagesRequest = operations['users/pages']['requestBody']['content']['application/json'];
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue