misskey/packages/misskey-js/src/autogen/entities.ts

556 lines
64 KiB
TypeScript

import { operations } from './types.js';
export type EmptyRequest = Record<string, unknown> | undefined;
export type EmptyResponse = Record<string, unknown> | undefined;
export type AdminMetaResponse = operations['admin/meta']['responses']['200']['content']['application/json'];
export type AdminAbuseUserReportsRequest = operations['admin/abuse-user-reports']['requestBody']['content']['application/json'];
export type AdminAbuseUserReportsResponse = operations['admin/abuse-user-reports']['responses']['200']['content']['application/json'];
export type AdminAccountsCreateRequest = operations['admin/accounts/create']['requestBody']['content']['application/json'];
export type AdminAccountsCreateResponse = operations['admin/accounts/create']['responses']['200']['content']['application/json'];
export type AdminAccountsDeleteRequest = operations['admin/accounts/delete']['requestBody']['content']['application/json'];
export type AdminAccountsFindByEmailRequest = operations['admin/accounts/find-by-email']['requestBody']['content']['application/json'];
export type AdminAccountsFindByEmailResponse = operations['admin/accounts/find-by-email']['responses']['200']['content']['application/json'];
export type AdminAdCreateRequest = operations['admin/ad/create']['requestBody']['content']['application/json'];
export type AdminAdCreateResponse = operations['admin/ad/create']['responses']['200']['content']['application/json'];
export type AdminAdDeleteRequest = operations['admin/ad/delete']['requestBody']['content']['application/json'];
export type AdminAdListRequest = operations['admin/ad/list']['requestBody']['content']['application/json'];
export type AdminAdListResponse = operations['admin/ad/list']['responses']['200']['content']['application/json'];
export type AdminAdUpdateRequest = operations['admin/ad/update']['requestBody']['content']['application/json'];
export type AdminAnnouncementsCreateRequest = operations['admin/announcements/create']['requestBody']['content']['application/json'];
export type AdminAnnouncementsCreateResponse = operations['admin/announcements/create']['responses']['200']['content']['application/json'];
export type AdminAnnouncementsDeleteRequest = operations['admin/announcements/delete']['requestBody']['content']['application/json'];
export type AdminAnnouncementsListRequest = operations['admin/announcements/list']['requestBody']['content']['application/json'];
export type AdminAnnouncementsListResponse = operations['admin/announcements/list']['responses']['200']['content']['application/json'];
export type AdminAnnouncementsUpdateRequest = operations['admin/announcements/update']['requestBody']['content']['application/json'];
export type AdminAvatarDecorationsCreateRequest = operations['admin/avatar-decorations/create']['requestBody']['content']['application/json'];
export type AdminAvatarDecorationsDeleteRequest = operations['admin/avatar-decorations/delete']['requestBody']['content']['application/json'];
export type AdminAvatarDecorationsListRequest = operations['admin/avatar-decorations/list']['requestBody']['content']['application/json'];
export type AdminAvatarDecorationsListResponse = operations['admin/avatar-decorations/list']['responses']['200']['content']['application/json'];
export type AdminAvatarDecorationsUpdateRequest = operations['admin/avatar-decorations/update']['requestBody']['content']['application/json'];
export type AdminDeleteAllFilesOfAUserRequest = operations['admin/delete-all-files-of-a-user']['requestBody']['content']['application/json'];
export type AdminUnsetUserAvatarRequest = operations['admin/unset-user-avatar']['requestBody']['content']['application/json'];
export type AdminUnsetUserBannerRequest = operations['admin/unset-user-banner']['requestBody']['content']['application/json'];
export type AdminDriveFilesRequest = operations['admin/drive/files']['requestBody']['content']['application/json'];
export type AdminDriveFilesResponse = operations['admin/drive/files']['responses']['200']['content']['application/json'];
export type AdminDriveShowFileRequest = operations['admin/drive/show-file']['requestBody']['content']['application/json'];
export type AdminDriveShowFileResponse = operations['admin/drive/show-file']['responses']['200']['content']['application/json'];
export type AdminEmojiAddAliasesBulkRequest = operations['admin/emoji/add-aliases-bulk']['requestBody']['content']['application/json'];
export type AdminEmojiAddRequest = operations['admin/emoji/add']['requestBody']['content']['application/json'];
export type AdminEmojiAddResponse = operations['admin/emoji/add']['responses']['200']['content']['application/json'];
export type AdminEmojiCopyRequest = operations['admin/emoji/copy']['requestBody']['content']['application/json'];
export type AdminEmojiCopyResponse = operations['admin/emoji/copy']['responses']['200']['content']['application/json'];
export type AdminEmojiDeleteBulkRequest = operations['admin/emoji/delete-bulk']['requestBody']['content']['application/json'];
export type AdminEmojiDeleteRequest = operations['admin/emoji/delete']['requestBody']['content']['application/json'];
export type AdminEmojiImportZipRequest = operations['admin/emoji/import-zip']['requestBody']['content']['application/json'];
export type AdminEmojiListRemoteRequest = operations['admin/emoji/list-remote']['requestBody']['content']['application/json'];
export type AdminEmojiListRemoteResponse = operations['admin/emoji/list-remote']['responses']['200']['content']['application/json'];
export type AdminEmojiListRequest = operations['admin/emoji/list']['requestBody']['content']['application/json'];
export type AdminEmojiListResponse = operations['admin/emoji/list']['responses']['200']['content']['application/json'];
export type AdminEmojiRemoveAliasesBulkRequest = operations['admin/emoji/remove-aliases-bulk']['requestBody']['content']['application/json'];
export type AdminEmojiSetAliasesBulkRequest = operations['admin/emoji/set-aliases-bulk']['requestBody']['content']['application/json'];
export type AdminEmojiSetCategoryBulkRequest = operations['admin/emoji/set-category-bulk']['requestBody']['content']['application/json'];
export type AdminEmojiSetLicenseBulkRequest = operations['admin/emoji/set-license-bulk']['requestBody']['content']['application/json'];
export type AdminEmojiUpdateRequest = operations['admin/emoji/update']['requestBody']['content']['application/json'];
export type AdminFederationDeleteAllFilesRequest = operations['admin/federation/delete-all-files']['requestBody']['content']['application/json'];
export type AdminFederationRefreshRemoteInstanceMetadataRequest = operations['admin/federation/refresh-remote-instance-metadata']['requestBody']['content']['application/json'];
export type AdminFederationRemoveAllFollowingRequest = operations['admin/federation/remove-all-following']['requestBody']['content']['application/json'];
export type AdminFederationUpdateInstanceRequest = operations['admin/federation/update-instance']['requestBody']['content']['application/json'];
export type AdminGetIndexStatsResponse = operations['admin/get-index-stats']['responses']['200']['content']['application/json'];
export type AdminGetTableStatsResponse = operations['admin/get-table-stats']['responses']['200']['content']['application/json'];
export type AdminGetUserIpsRequest = operations['admin/get-user-ips']['requestBody']['content']['application/json'];
export type AdminGetUserIpsResponse = operations['admin/get-user-ips']['responses']['200']['content']['application/json'];
export type AdminInviteCreateRequest = operations['admin/invite/create']['requestBody']['content']['application/json'];
export type AdminInviteCreateResponse = operations['admin/invite/create']['responses']['200']['content']['application/json'];
export type AdminInviteListRequest = operations['admin/invite/list']['requestBody']['content']['application/json'];
export type AdminInviteListResponse = operations['admin/invite/list']['responses']['200']['content']['application/json'];
export type AdminPromoCreateRequest = operations['admin/promo/create']['requestBody']['content']['application/json'];
export type AdminQueueDeliverDelayedResponse = operations['admin/queue/deliver-delayed']['responses']['200']['content']['application/json'];
export type AdminQueueInboxDelayedResponse = operations['admin/queue/inbox-delayed']['responses']['200']['content']['application/json'];
export type AdminQueuePromoteRequest = operations['admin/queue/promote']['requestBody']['content']['application/json'];
export type AdminQueueStatsResponse = operations['admin/queue/stats']['responses']['200']['content']['application/json'];
export type AdminRelaysAddRequest = operations['admin/relays/add']['requestBody']['content']['application/json'];
export type AdminRelaysAddResponse = operations['admin/relays/add']['responses']['200']['content']['application/json'];
export type AdminRelaysListResponse = operations['admin/relays/list']['responses']['200']['content']['application/json'];
export type AdminRelaysRemoveRequest = operations['admin/relays/remove']['requestBody']['content']['application/json'];
export type AdminResetPasswordRequest = operations['admin/reset-password']['requestBody']['content']['application/json'];
export type AdminResetPasswordResponse = operations['admin/reset-password']['responses']['200']['content']['application/json'];
export type AdminResolveAbuseUserReportRequest = operations['admin/resolve-abuse-user-report']['requestBody']['content']['application/json'];
export type AdminSendEmailRequest = operations['admin/send-email']['requestBody']['content']['application/json'];
export type AdminServerInfoResponse = operations['admin/server-info']['responses']['200']['content']['application/json'];
export type AdminShowModerationLogsRequest = operations['admin/show-moderation-logs']['requestBody']['content']['application/json'];
export type AdminShowModerationLogsResponse = operations['admin/show-moderation-logs']['responses']['200']['content']['application/json'];
export type AdminShowUserRequest = operations['admin/show-user']['requestBody']['content']['application/json'];
export type AdminShowUserResponse = operations['admin/show-user']['responses']['200']['content']['application/json'];
export type AdminShowUsersRequest = operations['admin/show-users']['requestBody']['content']['application/json'];
export type AdminShowUsersResponse = operations['admin/show-users']['responses']['200']['content']['application/json'];
export type AdminSuspendUserRequest = operations['admin/suspend-user']['requestBody']['content']['application/json'];
export type AdminUnsuspendUserRequest = operations['admin/unsuspend-user']['requestBody']['content']['application/json'];
export type AdminUpdateMetaRequest = operations['admin/update-meta']['requestBody']['content']['application/json'];
export type AdminDeleteAccountRequest = operations['admin/delete-account']['requestBody']['content']['application/json'];
export type AdminUpdateUserNoteRequest = operations['admin/update-user-note']['requestBody']['content']['application/json'];
export type AdminRolesCreateRequest = operations['admin/roles/create']['requestBody']['content']['application/json'];
export type AdminRolesCreateResponse = operations['admin/roles/create']['responses']['200']['content']['application/json'];
export type AdminRolesDeleteRequest = operations['admin/roles/delete']['requestBody']['content']['application/json'];
export type AdminRolesListResponse = operations['admin/roles/list']['responses']['200']['content']['application/json'];
export type AdminRolesShowRequest = operations['admin/roles/show']['requestBody']['content']['application/json'];
export type AdminRolesShowResponse = operations['admin/roles/show']['responses']['200']['content']['application/json'];
export type AdminRolesUpdateRequest = operations['admin/roles/update']['requestBody']['content']['application/json'];
export type AdminRolesAssignRequest = operations['admin/roles/assign']['requestBody']['content']['application/json'];
export type AdminRolesUnassignRequest = operations['admin/roles/unassign']['requestBody']['content']['application/json'];
export type AdminRolesUpdateDefaultPoliciesRequest = operations['admin/roles/update-default-policies']['requestBody']['content']['application/json'];
export type AdminRolesUsersRequest = operations['admin/roles/users']['requestBody']['content']['application/json'];
export type AdminRolesUsersResponse = operations['admin/roles/users']['responses']['200']['content']['application/json'];
export type AnnouncementsRequest = operations['announcements']['requestBody']['content']['application/json'];
export type AnnouncementsResponse = operations['announcements']['responses']['200']['content']['application/json'];
export type AntennasCreateRequest = operations['antennas/create']['requestBody']['content']['application/json'];
export type AntennasCreateResponse = operations['antennas/create']['responses']['200']['content']['application/json'];
export type AntennasDeleteRequest = operations['antennas/delete']['requestBody']['content']['application/json'];
export type AntennasListResponse = operations['antennas/list']['responses']['200']['content']['application/json'];
export type AntennasNotesRequest = operations['antennas/notes']['requestBody']['content']['application/json'];
export type AntennasNotesResponse = operations['antennas/notes']['responses']['200']['content']['application/json'];
export type AntennasShowRequest = operations['antennas/show']['requestBody']['content']['application/json'];
export type AntennasShowResponse = operations['antennas/show']['responses']['200']['content']['application/json'];
export type AntennasUpdateRequest = operations['antennas/update']['requestBody']['content']['application/json'];
export type AntennasUpdateResponse = operations['antennas/update']['responses']['200']['content']['application/json'];
export type ApGetRequest = operations['ap/get']['requestBody']['content']['application/json'];
export type ApGetResponse = operations['ap/get']['responses']['200']['content']['application/json'];
export type ApShowRequest = operations['ap/show']['requestBody']['content']['application/json'];
export type ApShowResponse = operations['ap/show']['responses']['200']['content']['application/json'];
export type AppCreateRequest = operations['app/create']['requestBody']['content']['application/json'];
export type AppCreateResponse = operations['app/create']['responses']['200']['content']['application/json'];
export type AppShowRequest = operations['app/show']['requestBody']['content']['application/json'];
export type AppShowResponse = operations['app/show']['responses']['200']['content']['application/json'];
export type AuthAcceptRequest = operations['auth/accept']['requestBody']['content']['application/json'];
export type AuthSessionGenerateRequest = operations['auth/session/generate']['requestBody']['content']['application/json'];
export type AuthSessionGenerateResponse = operations['auth/session/generate']['responses']['200']['content']['application/json'];
export type AuthSessionShowRequest = operations['auth/session/show']['requestBody']['content']['application/json'];
export type AuthSessionShowResponse = operations['auth/session/show']['responses']['200']['content']['application/json'];
export type AuthSessionUserkeyRequest = operations['auth/session/userkey']['requestBody']['content']['application/json'];
export type AuthSessionUserkeyResponse = operations['auth/session/userkey']['responses']['200']['content']['application/json'];
export type BlockingCreateRequest = operations['blocking/create']['requestBody']['content']['application/json'];
export type BlockingCreateResponse = operations['blocking/create']['responses']['200']['content']['application/json'];
export type BlockingDeleteRequest = operations['blocking/delete']['requestBody']['content']['application/json'];
export type BlockingDeleteResponse = operations['blocking/delete']['responses']['200']['content']['application/json'];
export type BlockingListRequest = operations['blocking/list']['requestBody']['content']['application/json'];
export type BlockingListResponse = operations['blocking/list']['responses']['200']['content']['application/json'];
export type ChannelsCreateRequest = operations['channels/create']['requestBody']['content']['application/json'];
export type ChannelsCreateResponse = operations['channels/create']['responses']['200']['content']['application/json'];
export type ChannelsFeaturedResponse = operations['channels/featured']['responses']['200']['content']['application/json'];
export type ChannelsFollowRequest = operations['channels/follow']['requestBody']['content']['application/json'];
export type ChannelsFollowedRequest = operations['channels/followed']['requestBody']['content']['application/json'];
export type ChannelsFollowedResponse = operations['channels/followed']['responses']['200']['content']['application/json'];
export type ChannelsOwnedRequest = operations['channels/owned']['requestBody']['content']['application/json'];
export type ChannelsOwnedResponse = operations['channels/owned']['responses']['200']['content']['application/json'];
export type ChannelsShowRequest = operations['channels/show']['requestBody']['content']['application/json'];
export type ChannelsShowResponse = operations['channels/show']['responses']['200']['content']['application/json'];
export type ChannelsTimelineRequest = operations['channels/timeline']['requestBody']['content']['application/json'];
export type ChannelsTimelineResponse = operations['channels/timeline']['responses']['200']['content']['application/json'];
export type ChannelsUnfollowRequest = operations['channels/unfollow']['requestBody']['content']['application/json'];
export type ChannelsUpdateRequest = operations['channels/update']['requestBody']['content']['application/json'];
export type ChannelsUpdateResponse = operations['channels/update']['responses']['200']['content']['application/json'];
export type ChannelsFavoriteRequest = operations['channels/favorite']['requestBody']['content']['application/json'];
export type ChannelsUnfavoriteRequest = operations['channels/unfavorite']['requestBody']['content']['application/json'];
export type ChannelsMyFavoritesResponse = operations['channels/my-favorites']['responses']['200']['content']['application/json'];
export type ChannelsSearchRequest = operations['channels/search']['requestBody']['content']['application/json'];
export type ChannelsSearchResponse = operations['channels/search']['responses']['200']['content']['application/json'];
export type ChartsActiveUsersRequest = operations['charts/active-users']['requestBody']['content']['application/json'];
export type ChartsActiveUsersResponse = operations['charts/active-users']['responses']['200']['content']['application/json'];
export type ChartsApRequestRequest = operations['charts/ap-request']['requestBody']['content']['application/json'];
export type ChartsApRequestResponse = operations['charts/ap-request']['responses']['200']['content']['application/json'];
export type ChartsDriveRequest = operations['charts/drive']['requestBody']['content']['application/json'];
export type ChartsDriveResponse = operations['charts/drive']['responses']['200']['content']['application/json'];
export type ChartsFederationRequest = operations['charts/federation']['requestBody']['content']['application/json'];
export type ChartsFederationResponse = operations['charts/federation']['responses']['200']['content']['application/json'];
export type ChartsInstanceRequest = operations['charts/instance']['requestBody']['content']['application/json'];
export type ChartsInstanceResponse = operations['charts/instance']['responses']['200']['content']['application/json'];
export type ChartsNotesRequest = operations['charts/notes']['requestBody']['content']['application/json'];
export type ChartsNotesResponse = operations['charts/notes']['responses']['200']['content']['application/json'];
export type ChartsUserDriveRequest = operations['charts/user/drive']['requestBody']['content']['application/json'];
export type ChartsUserDriveResponse = operations['charts/user/drive']['responses']['200']['content']['application/json'];
export type ChartsUserFollowingRequest = operations['charts/user/following']['requestBody']['content']['application/json'];
export type ChartsUserFollowingResponse = operations['charts/user/following']['responses']['200']['content']['application/json'];
export type ChartsUserNotesRequest = operations['charts/user/notes']['requestBody']['content']['application/json'];
export type ChartsUserNotesResponse = operations['charts/user/notes']['responses']['200']['content']['application/json'];
export type ChartsUserPvRequest = operations['charts/user/pv']['requestBody']['content']['application/json'];
export type ChartsUserPvResponse = operations['charts/user/pv']['responses']['200']['content']['application/json'];
export type ChartsUserReactionsRequest = operations['charts/user/reactions']['requestBody']['content']['application/json'];
export type ChartsUserReactionsResponse = operations['charts/user/reactions']['responses']['200']['content']['application/json'];
export type ChartsUsersRequest = operations['charts/users']['requestBody']['content']['application/json'];
export type ChartsUsersResponse = operations['charts/users']['responses']['200']['content']['application/json'];
export type ClipsAddNoteRequest = operations['clips/add-note']['requestBody']['content']['application/json'];
export type ClipsRemoveNoteRequest = operations['clips/remove-note']['requestBody']['content']['application/json'];
export type ClipsCreateRequest = operations['clips/create']['requestBody']['content']['application/json'];
export type ClipsCreateResponse = operations['clips/create']['responses']['200']['content']['application/json'];
export type ClipsDeleteRequest = operations['clips/delete']['requestBody']['content']['application/json'];
export type ClipsListResponse = operations['clips/list']['responses']['200']['content']['application/json'];
export type ClipsNotesRequest = operations['clips/notes']['requestBody']['content']['application/json'];
export type ClipsNotesResponse = operations['clips/notes']['responses']['200']['content']['application/json'];
export type ClipsShowRequest = operations['clips/show']['requestBody']['content']['application/json'];
export type ClipsShowResponse = operations['clips/show']['responses']['200']['content']['application/json'];
export type ClipsUpdateRequest = operations['clips/update']['requestBody']['content']['application/json'];
export type ClipsUpdateResponse = operations['clips/update']['responses']['200']['content']['application/json'];
export type ClipsFavoriteRequest = operations['clips/favorite']['requestBody']['content']['application/json'];
export type ClipsUnfavoriteRequest = operations['clips/unfavorite']['requestBody']['content']['application/json'];
export type ClipsMyFavoritesResponse = operations['clips/my-favorites']['responses']['200']['content']['application/json'];
export type DriveResponse = operations['drive']['responses']['200']['content']['application/json'];
export type DriveFilesRequest = operations['drive/files']['requestBody']['content']['application/json'];
export type DriveFilesResponse = operations['drive/files']['responses']['200']['content']['application/json'];
export type DriveFilesAttachedNotesRequest = operations['drive/files/attached-notes']['requestBody']['content']['application/json'];
export type DriveFilesAttachedNotesResponse = operations['drive/files/attached-notes']['responses']['200']['content']['application/json'];
export type DriveFilesCheckExistenceRequest = operations['drive/files/check-existence']['requestBody']['content']['application/json'];
export type DriveFilesCheckExistenceResponse = operations['drive/files/check-existence']['responses']['200']['content']['application/json'];
export type DriveFilesCreateRequest = operations['drive/files/create']['requestBody']['content']['multipart/form-data'];
export type DriveFilesCreateResponse = operations['drive/files/create']['responses']['200']['content']['application/json'];
export type DriveFilesDeleteRequest = operations['drive/files/delete']['requestBody']['content']['application/json'];
export type DriveFilesFindByHashRequest = operations['drive/files/find-by-hash']['requestBody']['content']['application/json'];
export type DriveFilesFindByHashResponse = operations['drive/files/find-by-hash']['responses']['200']['content']['application/json'];
export type DriveFilesFindRequest = operations['drive/files/find']['requestBody']['content']['application/json'];
export type DriveFilesFindResponse = operations['drive/files/find']['responses']['200']['content']['application/json'];
export type DriveFilesShowRequest = operations['drive/files/show']['requestBody']['content']['application/json'];
export type DriveFilesShowResponse = operations['drive/files/show']['responses']['200']['content']['application/json'];
export type DriveFilesUpdateRequest = operations['drive/files/update']['requestBody']['content']['application/json'];
export type DriveFilesUpdateResponse = operations['drive/files/update']['responses']['200']['content']['application/json'];
export type DriveFilesUploadFromUrlRequest = operations['drive/files/upload-from-url']['requestBody']['content']['application/json'];
export type DriveFoldersRequest = operations['drive/folders']['requestBody']['content']['application/json'];
export type DriveFoldersResponse = operations['drive/folders']['responses']['200']['content']['application/json'];
export type DriveFoldersCreateRequest = operations['drive/folders/create']['requestBody']['content']['application/json'];
export type DriveFoldersCreateResponse = operations['drive/folders/create']['responses']['200']['content']['application/json'];
export type DriveFoldersDeleteRequest = operations['drive/folders/delete']['requestBody']['content']['application/json'];
export type DriveFoldersFindRequest = operations['drive/folders/find']['requestBody']['content']['application/json'];
export type DriveFoldersFindResponse = operations['drive/folders/find']['responses']['200']['content']['application/json'];
export type DriveFoldersShowRequest = operations['drive/folders/show']['requestBody']['content']['application/json'];
export type DriveFoldersShowResponse = operations['drive/folders/show']['responses']['200']['content']['application/json'];
export type DriveFoldersUpdateRequest = operations['drive/folders/update']['requestBody']['content']['application/json'];
export type DriveFoldersUpdateResponse = operations['drive/folders/update']['responses']['200']['content']['application/json'];
export type DriveStreamRequest = operations['drive/stream']['requestBody']['content']['application/json'];
export type DriveStreamResponse = operations['drive/stream']['responses']['200']['content']['application/json'];
export type EmailAddressAvailableRequest = operations['email-address/available']['requestBody']['content']['application/json'];
export type EmailAddressAvailableResponse = operations['email-address/available']['responses']['200']['content']['application/json'];
export type EndpointRequest = operations['endpoint']['requestBody']['content']['application/json'];
export type EndpointResponse = operations['endpoint']['responses']['200']['content']['application/json'];
export type EndpointsResponse = operations['endpoints']['responses']['200']['content']['application/json'];
export type FederationFollowersRequest = operations['federation/followers']['requestBody']['content']['application/json'];
export type FederationFollowersResponse = operations['federation/followers']['responses']['200']['content']['application/json'];
export type FederationFollowingRequest = operations['federation/following']['requestBody']['content']['application/json'];
export type FederationFollowingResponse = operations['federation/following']['responses']['200']['content']['application/json'];
export type FederationInstancesRequest = operations['federation/instances']['requestBody']['content']['application/json'];
export type FederationInstancesResponse = operations['federation/instances']['responses']['200']['content']['application/json'];
export type FederationShowInstanceRequest = operations['federation/show-instance']['requestBody']['content']['application/json'];
export type FederationShowInstanceResponse = operations['federation/show-instance']['responses']['200']['content']['application/json'];
export type FederationUpdateRemoteUserRequest = operations['federation/update-remote-user']['requestBody']['content']['application/json'];
export type FederationUsersRequest = operations['federation/users']['requestBody']['content']['application/json'];
export type FederationUsersResponse = operations['federation/users']['responses']['200']['content']['application/json'];
export type FederationStatsRequest = operations['federation/stats']['requestBody']['content']['application/json'];
export type FederationStatsResponse = operations['federation/stats']['responses']['200']['content']['application/json'];
export type FollowingCreateRequest = operations['following/create']['requestBody']['content']['application/json'];
export type FollowingCreateResponse = operations['following/create']['responses']['200']['content']['application/json'];
export type FollowingDeleteRequest = operations['following/delete']['requestBody']['content']['application/json'];
export type FollowingDeleteResponse = operations['following/delete']['responses']['200']['content']['application/json'];
export type FollowingUpdateRequest = operations['following/update']['requestBody']['content']['application/json'];
export type FollowingUpdateResponse = operations['following/update']['responses']['200']['content']['application/json'];
export type FollowingUpdateAllRequest = operations['following/update-all']['requestBody']['content']['application/json'];
export type FollowingInvalidateRequest = operations['following/invalidate']['requestBody']['content']['application/json'];
export type FollowingInvalidateResponse = operations['following/invalidate']['responses']['200']['content']['application/json'];
export type FollowingRequestsAcceptRequest = operations['following/requests/accept']['requestBody']['content']['application/json'];
export type FollowingRequestsCancelRequest = operations['following/requests/cancel']['requestBody']['content']['application/json'];
export type FollowingRequestsCancelResponse = operations['following/requests/cancel']['responses']['200']['content']['application/json'];
export type FollowingRequestsListRequest = operations['following/requests/list']['requestBody']['content']['application/json'];
export type FollowingRequestsListResponse = operations['following/requests/list']['responses']['200']['content']['application/json'];
export type FollowingRequestsRejectRequest = operations['following/requests/reject']['requestBody']['content']['application/json'];
export type GalleryFeaturedRequest = operations['gallery/featured']['requestBody']['content']['application/json'];
export type GalleryFeaturedResponse = operations['gallery/featured']['responses']['200']['content']['application/json'];
export type GalleryPopularResponse = operations['gallery/popular']['responses']['200']['content']['application/json'];
export type GalleryPostsRequest = operations['gallery/posts']['requestBody']['content']['application/json'];
export type GalleryPostsResponse = operations['gallery/posts']['responses']['200']['content']['application/json'];
export type GalleryPostsCreateRequest = operations['gallery/posts/create']['requestBody']['content']['application/json'];
export type GalleryPostsCreateResponse = operations['gallery/posts/create']['responses']['200']['content']['application/json'];
export type GalleryPostsDeleteRequest = operations['gallery/posts/delete']['requestBody']['content']['application/json'];
export type GalleryPostsLikeRequest = operations['gallery/posts/like']['requestBody']['content']['application/json'];
export type GalleryPostsShowRequest = operations['gallery/posts/show']['requestBody']['content']['application/json'];
export type GalleryPostsShowResponse = operations['gallery/posts/show']['responses']['200']['content']['application/json'];
export type GalleryPostsUnlikeRequest = operations['gallery/posts/unlike']['requestBody']['content']['application/json'];
export type GalleryPostsUpdateRequest = operations['gallery/posts/update']['requestBody']['content']['application/json'];
export type GalleryPostsUpdateResponse = operations['gallery/posts/update']['responses']['200']['content']['application/json'];
export type GetOnlineUsersCountResponse = operations['get-online-users-count']['responses']['200']['content']['application/json'];
export type GetAvatarDecorationsResponse = operations['get-avatar-decorations']['responses']['200']['content']['application/json'];
export type HashtagsListRequest = operations['hashtags/list']['requestBody']['content']['application/json'];
export type HashtagsListResponse = operations['hashtags/list']['responses']['200']['content']['application/json'];
export type HashtagsSearchRequest = operations['hashtags/search']['requestBody']['content']['application/json'];
export type HashtagsSearchResponse = operations['hashtags/search']['responses']['200']['content']['application/json'];
export type HashtagsShowRequest = operations['hashtags/show']['requestBody']['content']['application/json'];
export type HashtagsShowResponse = operations['hashtags/show']['responses']['200']['content']['application/json'];
export type HashtagsTrendResponse = operations['hashtags/trend']['responses']['200']['content']['application/json'];
export type HashtagsUsersRequest = operations['hashtags/users']['requestBody']['content']['application/json'];
export type HashtagsUsersResponse = operations['hashtags/users']['responses']['200']['content']['application/json'];
export type IResponse = operations['i']['responses']['200']['content']['application/json'];
export type I2faDoneRequest = operations['i/2fa/done']['requestBody']['content']['application/json'];
export type I2faDoneResponse = operations['i/2fa/done']['responses']['200']['content']['application/json'];
export type I2faKeyDoneRequest = operations['i/2fa/key-done']['requestBody']['content']['application/json'];
export type I2faKeyDoneResponse = operations['i/2fa/key-done']['responses']['200']['content']['application/json'];
export type I2faPasswordLessRequest = operations['i/2fa/password-less']['requestBody']['content']['application/json'];
export type I2faRegisterKeyRequest = operations['i/2fa/register-key']['requestBody']['content']['application/json'];
export type I2faRegisterKeyResponse = operations['i/2fa/register-key']['responses']['200']['content']['application/json'];
export type I2faRegisterRequest = operations['i/2fa/register']['requestBody']['content']['application/json'];
export type I2faRegisterResponse = operations['i/2fa/register']['responses']['200']['content']['application/json'];
export type I2faUpdateKeyRequest = operations['i/2fa/update-key']['requestBody']['content']['application/json'];
export type I2faRemoveKeyRequest = operations['i/2fa/remove-key']['requestBody']['content']['application/json'];
export type I2faUnregisterRequest = operations['i/2fa/unregister']['requestBody']['content']['application/json'];
export type IAppsRequest = operations['i/apps']['requestBody']['content']['application/json'];
export type IAppsResponse = operations['i/apps']['responses']['200']['content']['application/json'];
export type IAuthorizedAppsRequest = operations['i/authorized-apps']['requestBody']['content']['application/json'];
export type IAuthorizedAppsResponse = operations['i/authorized-apps']['responses']['200']['content']['application/json'];
export type IClaimAchievementRequest = operations['i/claim-achievement']['requestBody']['content']['application/json'];
export type IChangePasswordRequest = operations['i/change-password']['requestBody']['content']['application/json'];
export type IDeleteAccountRequest = operations['i/delete-account']['requestBody']['content']['application/json'];
export type IExportFollowingRequest = operations['i/export-following']['requestBody']['content']['application/json'];
export type IFavoritesRequest = operations['i/favorites']['requestBody']['content']['application/json'];
export type IFavoritesResponse = operations['i/favorites']['responses']['200']['content']['application/json'];
export type IGalleryLikesRequest = operations['i/gallery/likes']['requestBody']['content']['application/json'];
export type IGalleryLikesResponse = operations['i/gallery/likes']['responses']['200']['content']['application/json'];
export type IGalleryPostsRequest = operations['i/gallery/posts']['requestBody']['content']['application/json'];
export type IGalleryPostsResponse = operations['i/gallery/posts']['responses']['200']['content']['application/json'];
export type IImportBlockingRequest = operations['i/import-blocking']['requestBody']['content']['application/json'];
export type IImportFollowingRequest = operations['i/import-following']['requestBody']['content']['application/json'];
export type IImportMutingRequest = operations['i/import-muting']['requestBody']['content']['application/json'];
export type IImportUserListsRequest = operations['i/import-user-lists']['requestBody']['content']['application/json'];
export type IImportAntennasRequest = operations['i/import-antennas']['requestBody']['content']['application/json'];
export type INotificationsRequest = operations['i/notifications']['requestBody']['content']['application/json'];
export type INotificationsResponse = operations['i/notifications']['responses']['200']['content']['application/json'];
export type INotificationsGroupedRequest = operations['i/notifications-grouped']['requestBody']['content']['application/json'];
export type INotificationsGroupedResponse = operations['i/notifications-grouped']['responses']['200']['content']['application/json'];
export type IPageLikesRequest = operations['i/page-likes']['requestBody']['content']['application/json'];
export type IPageLikesResponse = operations['i/page-likes']['responses']['200']['content']['application/json'];
export type IPagesRequest = operations['i/pages']['requestBody']['content']['application/json'];
export type IPagesResponse = operations['i/pages']['responses']['200']['content']['application/json'];
export type IPinRequest = operations['i/pin']['requestBody']['content']['application/json'];
export type IPinResponse = operations['i/pin']['responses']['200']['content']['application/json'];
export type IReadAnnouncementRequest = operations['i/read-announcement']['requestBody']['content']['application/json'];
export type IRegenerateTokenRequest = operations['i/regenerate-token']['requestBody']['content']['application/json'];
export type IRegistryGetAllRequest = operations['i/registry/get-all']['requestBody']['content']['application/json'];
export type IRegistryGetAllResponse = operations['i/registry/get-all']['responses']['200']['content']['application/json'];
export type IRegistryGetDetailRequest = operations['i/registry/get-detail']['requestBody']['content']['application/json'];
export type IRegistryGetDetailResponse = operations['i/registry/get-detail']['responses']['200']['content']['application/json'];
export type IRegistryGetRequest = operations['i/registry/get']['requestBody']['content']['application/json'];
export type IRegistryGetResponse = operations['i/registry/get']['responses']['200']['content']['application/json'];
export type IRegistryKeysWithTypeRequest = operations['i/registry/keys-with-type']['requestBody']['content']['application/json'];
export type IRegistryKeysWithTypeResponse = operations['i/registry/keys-with-type']['responses']['200']['content']['application/json'];
export type IRegistryKeysRequest = operations['i/registry/keys']['requestBody']['content']['application/json'];
export type IRegistryKeysResponse = operations['i/registry/keys']['responses']['200']['content']['application/json'];
export type IRegistryRemoveRequest = operations['i/registry/remove']['requestBody']['content']['application/json'];
export type IRegistryScopesWithDomainResponse = operations['i/registry/scopes-with-domain']['responses']['200']['content']['application/json'];
export type IRegistrySetRequest = operations['i/registry/set']['requestBody']['content']['application/json'];
export type IRevokeTokenRequest = operations['i/revoke-token']['requestBody']['content']['application/json'];
export type ISigninHistoryRequest = operations['i/signin-history']['requestBody']['content']['application/json'];
export type ISigninHistoryResponse = operations['i/signin-history']['responses']['200']['content']['application/json'];
export type IUnpinRequest = operations['i/unpin']['requestBody']['content']['application/json'];
export type IUnpinResponse = operations['i/unpin']['responses']['200']['content']['application/json'];
export type IUpdateEmailRequest = operations['i/update-email']['requestBody']['content']['application/json'];
export type IUpdateEmailResponse = operations['i/update-email']['responses']['200']['content']['application/json'];
export type IUpdateRequest = operations['i/update']['requestBody']['content']['application/json'];
export type IUpdateResponse = operations['i/update']['responses']['200']['content']['application/json'];
export type IMoveRequest = operations['i/move']['requestBody']['content']['application/json'];
export type IMoveResponse = operations['i/move']['responses']['200']['content']['application/json'];
export type IWebhooksCreateRequest = operations['i/webhooks/create']['requestBody']['content']['application/json'];
export type IWebhooksCreateResponse = operations['i/webhooks/create']['responses']['200']['content']['application/json'];
export type IWebhooksListResponse = operations['i/webhooks/list']['responses']['200']['content']['application/json'];
export type IWebhooksShowRequest = operations['i/webhooks/show']['requestBody']['content']['application/json'];
export type IWebhooksShowResponse = operations['i/webhooks/show']['responses']['200']['content']['application/json'];
export type IWebhooksUpdateRequest = operations['i/webhooks/update']['requestBody']['content']['application/json'];
export type IWebhooksDeleteRequest = operations['i/webhooks/delete']['requestBody']['content']['application/json'];
export type InviteCreateResponse = operations['invite/create']['responses']['200']['content']['application/json'];
export type InviteDeleteRequest = operations['invite/delete']['requestBody']['content']['application/json'];
export type InviteListRequest = operations['invite/list']['requestBody']['content']['application/json'];
export type InviteListResponse = operations['invite/list']['responses']['200']['content']['application/json'];
export type InviteLimitResponse = operations['invite/limit']['responses']['200']['content']['application/json'];
export type MetaRequest = operations['meta']['requestBody']['content']['application/json'];
export type MetaResponse = operations['meta']['responses']['200']['content']['application/json'];
export type EmojisResponse = operations['emojis']['responses']['200']['content']['application/json'];
export type EmojiRequest = operations['emoji']['requestBody']['content']['application/json'];
export type EmojiResponse = operations['emoji']['responses']['200']['content']['application/json'];
export type MiauthGenTokenRequest = operations['miauth/gen-token']['requestBody']['content']['application/json'];
export type MiauthGenTokenResponse = operations['miauth/gen-token']['responses']['200']['content']['application/json'];
export type MuteCreateRequest = operations['mute/create']['requestBody']['content']['application/json'];
export type MuteDeleteRequest = operations['mute/delete']['requestBody']['content']['application/json'];
export type MuteListRequest = operations['mute/list']['requestBody']['content']['application/json'];
export type MuteListResponse = operations['mute/list']['responses']['200']['content']['application/json'];
export type RenoteMuteCreateRequest = operations['renote-mute/create']['requestBody']['content']['application/json'];
export type RenoteMuteDeleteRequest = operations['renote-mute/delete']['requestBody']['content']['application/json'];
export type RenoteMuteListRequest = operations['renote-mute/list']['requestBody']['content']['application/json'];
export type RenoteMuteListResponse = operations['renote-mute/list']['responses']['200']['content']['application/json'];
export type MyAppsRequest = operations['my/apps']['requestBody']['content']['application/json'];
export type MyAppsResponse = operations['my/apps']['responses']['200']['content']['application/json'];
export type NotesRequest = operations['notes']['requestBody']['content']['application/json'];
export type NotesResponse = operations['notes']['responses']['200']['content']['application/json'];
export type NotesChildrenRequest = operations['notes/children']['requestBody']['content']['application/json'];
export type NotesChildrenResponse = operations['notes/children']['responses']['200']['content']['application/json'];
export type NotesClipsRequest = operations['notes/clips']['requestBody']['content']['application/json'];
export type NotesClipsResponse = operations['notes/clips']['responses']['200']['content']['application/json'];
export type NotesConversationRequest = operations['notes/conversation']['requestBody']['content']['application/json'];
export type NotesConversationResponse = operations['notes/conversation']['responses']['200']['content']['application/json'];
export type NotesCreateRequest = operations['notes/create']['requestBody']['content']['application/json'];
export type NotesCreateResponse = operations['notes/create']['responses']['200']['content']['application/json'];
export type NotesDeleteRequest = operations['notes/delete']['requestBody']['content']['application/json'];
export type NotesFavoritesCreateRequest = operations['notes/favorites/create']['requestBody']['content']['application/json'];
export type NotesFavoritesDeleteRequest = operations['notes/favorites/delete']['requestBody']['content']['application/json'];
export type NotesFeaturedRequest = operations['notes/featured']['requestBody']['content']['application/json'];
export type NotesFeaturedResponse = operations['notes/featured']['responses']['200']['content']['application/json'];
export type NotesGlobalTimelineRequest = operations['notes/global-timeline']['requestBody']['content']['application/json'];
export type NotesGlobalTimelineResponse = operations['notes/global-timeline']['responses']['200']['content']['application/json'];
export type NotesHybridTimelineRequest = operations['notes/hybrid-timeline']['requestBody']['content']['application/json'];
export type NotesHybridTimelineResponse = operations['notes/hybrid-timeline']['responses']['200']['content']['application/json'];
export type NotesLocalTimelineRequest = operations['notes/local-timeline']['requestBody']['content']['application/json'];
export type NotesLocalTimelineResponse = operations['notes/local-timeline']['responses']['200']['content']['application/json'];
export type NotesMentionsRequest = operations['notes/mentions']['requestBody']['content']['application/json'];
export type NotesMentionsResponse = operations['notes/mentions']['responses']['200']['content']['application/json'];
export type NotesPollsRecommendationRequest = operations['notes/polls/recommendation']['requestBody']['content']['application/json'];
export type NotesPollsRecommendationResponse = operations['notes/polls/recommendation']['responses']['200']['content']['application/json'];
export type NotesPollsVoteRequest = operations['notes/polls/vote']['requestBody']['content']['application/json'];
export type NotesReactionsRequest = operations['notes/reactions']['requestBody']['content']['application/json'];
export type NotesReactionsResponse = operations['notes/reactions']['responses']['200']['content']['application/json'];
export type NotesReactionsCreateRequest = operations['notes/reactions/create']['requestBody']['content']['application/json'];
export type NotesReactionsDeleteRequest = operations['notes/reactions/delete']['requestBody']['content']['application/json'];
export type NotesRenotesRequest = operations['notes/renotes']['requestBody']['content']['application/json'];
export type NotesRenotesResponse = operations['notes/renotes']['responses']['200']['content']['application/json'];
export type NotesRepliesRequest = operations['notes/replies']['requestBody']['content']['application/json'];
export type NotesRepliesResponse = operations['notes/replies']['responses']['200']['content']['application/json'];
export type NotesSearchByTagRequest = operations['notes/search-by-tag']['requestBody']['content']['application/json'];
export type NotesSearchByTagResponse = operations['notes/search-by-tag']['responses']['200']['content']['application/json'];
export type NotesSearchRequest = operations['notes/search']['requestBody']['content']['application/json'];
export type NotesSearchResponse = operations['notes/search']['responses']['200']['content']['application/json'];
export type NotesShowRequest = operations['notes/show']['requestBody']['content']['application/json'];
export type NotesShowResponse = operations['notes/show']['responses']['200']['content']['application/json'];
export type NotesStateRequest = operations['notes/state']['requestBody']['content']['application/json'];
export type NotesStateResponse = operations['notes/state']['responses']['200']['content']['application/json'];
export type NotesThreadMutingCreateRequest = operations['notes/thread-muting/create']['requestBody']['content']['application/json'];
export type NotesThreadMutingDeleteRequest = operations['notes/thread-muting/delete']['requestBody']['content']['application/json'];
export type NotesTimelineRequest = operations['notes/timeline']['requestBody']['content']['application/json'];
export type NotesTimelineResponse = operations['notes/timeline']['responses']['200']['content']['application/json'];
export type NotesTranslateRequest = operations['notes/translate']['requestBody']['content']['application/json'];
export type NotesTranslateResponse = operations['notes/translate']['responses']['200']['content']['application/json'];
export type NotesUnrenoteRequest = operations['notes/unrenote']['requestBody']['content']['application/json'];
export type NotesUserListTimelineRequest = operations['notes/user-list-timeline']['requestBody']['content']['application/json'];
export type NotesUserListTimelineResponse = operations['notes/user-list-timeline']['responses']['200']['content']['application/json'];
export type NotificationsCreateRequest = operations['notifications/create']['requestBody']['content']['application/json'];
export type PagePushRequest = operations['page-push']['requestBody']['content']['application/json'];
export type PagesCreateRequest = operations['pages/create']['requestBody']['content']['application/json'];
export type PagesCreateResponse = operations['pages/create']['responses']['200']['content']['application/json'];
export type PagesDeleteRequest = operations['pages/delete']['requestBody']['content']['application/json'];
export type PagesFeaturedResponse = operations['pages/featured']['responses']['200']['content']['application/json'];
export type PagesLikeRequest = operations['pages/like']['requestBody']['content']['application/json'];
export type PagesShowRequest = operations['pages/show']['requestBody']['content']['application/json'];
export type PagesShowResponse = operations['pages/show']['responses']['200']['content']['application/json'];
export type PagesUnlikeRequest = operations['pages/unlike']['requestBody']['content']['application/json'];
export type PagesUpdateRequest = operations['pages/update']['requestBody']['content']['application/json'];
export type FlashCreateRequest = operations['flash/create']['requestBody']['content']['application/json'];
export type FlashCreateResponse = operations['flash/create']['responses']['200']['content']['application/json'];
export type FlashDeleteRequest = operations['flash/delete']['requestBody']['content']['application/json'];
export type FlashFeaturedResponse = operations['flash/featured']['responses']['200']['content']['application/json'];
export type FlashLikeRequest = operations['flash/like']['requestBody']['content']['application/json'];
export type FlashShowRequest = operations['flash/show']['requestBody']['content']['application/json'];
export type FlashShowResponse = operations['flash/show']['responses']['200']['content']['application/json'];
export type FlashUnlikeRequest = operations['flash/unlike']['requestBody']['content']['application/json'];
export type FlashUpdateRequest = operations['flash/update']['requestBody']['content']['application/json'];
export type FlashMyRequest = operations['flash/my']['requestBody']['content']['application/json'];
export type FlashMyResponse = operations['flash/my']['responses']['200']['content']['application/json'];
export type FlashMyLikesRequest = operations['flash/my-likes']['requestBody']['content']['application/json'];
export type FlashMyLikesResponse = operations['flash/my-likes']['responses']['200']['content']['application/json'];
export type PingResponse = operations['ping']['responses']['200']['content']['application/json'];
export type PinnedUsersResponse = operations['pinned-users']['responses']['200']['content']['application/json'];
export type PromoReadRequest = operations['promo/read']['requestBody']['content']['application/json'];
export type RolesListResponse = operations['roles/list']['responses']['200']['content']['application/json'];
export type RolesShowRequest = operations['roles/show']['requestBody']['content']['application/json'];
export type RolesShowResponse = operations['roles/show']['responses']['200']['content']['application/json'];
export type RolesUsersRequest = operations['roles/users']['requestBody']['content']['application/json'];
export type RolesUsersResponse = operations['roles/users']['responses']['200']['content']['application/json'];
export type RolesNotesRequest = operations['roles/notes']['requestBody']['content']['application/json'];
export type RolesNotesResponse = operations['roles/notes']['responses']['200']['content']['application/json'];
export type RequestResetPasswordRequest = operations['request-reset-password']['requestBody']['content']['application/json'];
export type ResetPasswordRequest = operations['reset-password']['requestBody']['content']['application/json'];
export type ServerInfoResponse = operations['server-info']['responses']['200']['content']['application/json'];
export type StatsResponse = operations['stats']['responses']['200']['content']['application/json'];
export type SwShowRegistrationRequest = operations['sw/show-registration']['requestBody']['content']['application/json'];
export type SwShowRegistrationResponse = operations['sw/show-registration']['responses']['200']['content']['application/json'];
export type SwUpdateRegistrationRequest = operations['sw/update-registration']['requestBody']['content']['application/json'];
export type SwUpdateRegistrationResponse = operations['sw/update-registration']['responses']['200']['content']['application/json'];
export type SwRegisterRequest = operations['sw/register']['requestBody']['content']['application/json'];
export type SwRegisterResponse = operations['sw/register']['responses']['200']['content']['application/json'];
export type SwUnregisterRequest = operations['sw/unregister']['requestBody']['content']['application/json'];
export type TestRequest = operations['test']['requestBody']['content']['application/json'];
export type TestResponse = operations['test']['responses']['200']['content']['application/json'];
export type UsernameAvailableRequest = operations['username/available']['requestBody']['content']['application/json'];
export type UsernameAvailableResponse = operations['username/available']['responses']['200']['content']['application/json'];
export type UsersRequest = operations['users']['requestBody']['content']['application/json'];
export type UsersResponse = operations['users']['responses']['200']['content']['application/json'];
export type UsersClipsRequest = operations['users/clips']['requestBody']['content']['application/json'];
export type UsersClipsResponse = operations['users/clips']['responses']['200']['content']['application/json'];
export type UsersFollowersRequest = operations['users/followers']['requestBody']['content']['application/json'];
export type UsersFollowersResponse = operations['users/followers']['responses']['200']['content']['application/json'];
export type UsersFollowingRequest = operations['users/following']['requestBody']['content']['application/json'];
export type UsersFollowingResponse = operations['users/following']['responses']['200']['content']['application/json'];
export type UsersGalleryPostsRequest = operations['users/gallery/posts']['requestBody']['content']['application/json'];
export type UsersGalleryPostsResponse = operations['users/gallery/posts']['responses']['200']['content']['application/json'];
export type UsersGetFrequentlyRepliedUsersRequest = operations['users/get-frequently-replied-users']['requestBody']['content']['application/json'];
export type UsersGetFrequentlyRepliedUsersResponse = operations['users/get-frequently-replied-users']['responses']['200']['content']['application/json'];
export type UsersFeaturedNotesRequest = operations['users/featured-notes']['requestBody']['content']['application/json'];
export type UsersFeaturedNotesResponse = operations['users/featured-notes']['responses']['200']['content']['application/json'];
export type UsersListsCreateRequest = operations['users/lists/create']['requestBody']['content']['application/json'];
export type UsersListsCreateResponse = operations['users/lists/create']['responses']['200']['content']['application/json'];
export type UsersListsDeleteRequest = operations['users/lists/delete']['requestBody']['content']['application/json'];
export type UsersListsListRequest = operations['users/lists/list']['requestBody']['content']['application/json'];
export type UsersListsListResponse = operations['users/lists/list']['responses']['200']['content']['application/json'];
export type UsersListsPullRequest = operations['users/lists/pull']['requestBody']['content']['application/json'];
export type UsersListsPushRequest = operations['users/lists/push']['requestBody']['content']['application/json'];
export type UsersListsShowRequest = operations['users/lists/show']['requestBody']['content']['application/json'];
export type UsersListsShowResponse = operations['users/lists/show']['responses']['200']['content']['application/json'];
export type UsersListsFavoriteRequest = operations['users/lists/favorite']['requestBody']['content']['application/json'];
export type UsersListsUnfavoriteRequest = operations['users/lists/unfavorite']['requestBody']['content']['application/json'];
export type UsersListsUpdateRequest = operations['users/lists/update']['requestBody']['content']['application/json'];
export type UsersListsUpdateResponse = operations['users/lists/update']['responses']['200']['content']['application/json'];
export type UsersListsCreateFromPublicRequest = operations['users/lists/create-from-public']['requestBody']['content']['application/json'];
export type UsersListsCreateFromPublicResponse = operations['users/lists/create-from-public']['responses']['200']['content']['application/json'];
export type UsersListsUpdateMembershipRequest = operations['users/lists/update-membership']['requestBody']['content']['application/json'];
export type UsersListsGetMembershipsRequest = operations['users/lists/get-memberships']['requestBody']['content']['application/json'];
export type UsersListsGetMembershipsResponse = operations['users/lists/get-memberships']['responses']['200']['content']['application/json'];
export type UsersNotesRequest = operations['users/notes']['requestBody']['content']['application/json'];
export type UsersNotesResponse = operations['users/notes']['responses']['200']['content']['application/json'];
export type UsersPagesRequest = operations['users/pages']['requestBody']['content']['application/json'];
export type UsersPagesResponse = operations['users/pages']['responses']['200']['content']['application/json'];
export type UsersFlashsRequest = operations['users/flashs']['requestBody']['content']['application/json'];
export type UsersFlashsResponse = operations['users/flashs']['responses']['200']['content']['application/json'];
export type UsersReactionsRequest = operations['users/reactions']['requestBody']['content']['application/json'];
export type UsersReactionsResponse = operations['users/reactions']['responses']['200']['content']['application/json'];
export type UsersRecommendationRequest = operations['users/recommendation']['requestBody']['content']['application/json'];
export type UsersRecommendationResponse = operations['users/recommendation']['responses']['200']['content']['application/json'];
export type UsersRelationRequest = operations['users/relation']['requestBody']['content']['application/json'];
export type UsersRelationResponse = operations['users/relation']['responses']['200']['content']['application/json'];
export type UsersReportAbuseRequest = operations['users/report-abuse']['requestBody']['content']['application/json'];
export type UsersSearchByUsernameAndHostRequest = operations['users/search-by-username-and-host']['requestBody']['content']['application/json'];
export type UsersSearchByUsernameAndHostResponse = operations['users/search-by-username-and-host']['responses']['200']['content']['application/json'];
export type UsersSearchRequest = operations['users/search']['requestBody']['content']['application/json'];
export type UsersSearchResponse = operations['users/search']['responses']['200']['content']['application/json'];
export type UsersShowRequest = operations['users/show']['requestBody']['content']['application/json'];
export type UsersShowResponse = operations['users/show']['responses']['200']['content']['application/json'];
export type UsersAchievementsRequest = operations['users/achievements']['requestBody']['content']['application/json'];
export type UsersAchievementsResponse = operations['users/achievements']['responses']['200']['content']['application/json'];
export type UsersUpdateMemoRequest = operations['users/update-memo']['requestBody']['content']['application/json'];
export type FetchRssRequest = operations['fetch-rss']['requestBody']['content']['application/json'];
export type FetchRssResponse = operations['fetch-rss']['responses']['200']['content']['application/json'];
export type FetchExternalResourcesRequest = operations['fetch-external-resources']['requestBody']['content']['application/json'];
export type FetchExternalResourcesResponse = operations['fetch-external-resources']['responses']['200']['content']['application/json'];
export type RetentionResponse = operations['retention']['responses']['200']['content']['application/json'];
export type BubbleGameRegisterRequest = operations['bubble-game/register']['requestBody']['content']['application/json'];
export type BubbleGameRankingRequest = operations['bubble-game/ranking']['requestBody']['content']['application/json'];
export type BubbleGameRankingResponse = operations['bubble-game/ranking']['responses']['200']['content']['application/json'];
export type ReversiCancelMatchRequest = operations['reversi/cancel-match']['requestBody']['content']['application/json'];
export type ReversiGamesRequest = operations['reversi/games']['requestBody']['content']['application/json'];
export type ReversiGamesResponse = operations['reversi/games']['responses']['200']['content']['application/json'];
export type ReversiMatchRequest = operations['reversi/match']['requestBody']['content']['application/json'];
export type ReversiMatchResponse = operations['reversi/match']['responses']['200']['content']['application/json'];
export type ReversiInvitationsResponse = operations['reversi/invitations']['responses']['200']['content']['application/json'];
export type ReversiShowGameRequest = operations['reversi/show-game']['requestBody']['content']['application/json'];
export type ReversiShowGameResponse = operations['reversi/show-game']['responses']['200']['content']['application/json'];
export type ReversiSurrenderRequest = operations['reversi/surrender']['requestBody']['content']['application/json'];
export type ReversiVerifyRequest = operations['reversi/verify']['requestBody']['content']['application/json'];
export type ReversiVerifyResponse = operations['reversi/verify']['responses']['200']['content']['application/json'];