mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 22:38:34 +09:00
4.6.0-beta.6
This commit is contained in:
parent
863bb3dc28
commit
fe6a980a49
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "cherrypick",
|
||||
"version": "4.6.0-beta.5",
|
||||
"version": "4.6.0-beta.6",
|
||||
"basedMisskeyVersion": "2023.12.0-beta.6",
|
||||
"codename": "nasubi",
|
||||
"repository": {
|
||||
|
@ -21,6 +21,11 @@ declare namespace acct {
|
||||
}
|
||||
export { acct }
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "components" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
type Ad = components['schemas']['Ad'];
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "operations" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
@ -59,15 +64,24 @@ type AdminAccountsDeleteRequest = operations['admin/accounts/delete']['requestBo
|
||||
// @public (undocumented)
|
||||
type AdminAccountsFindByEmailRequest = operations['admin/accounts/find-by-email']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminAccountsFindByEmailResponse = operations['admin/accounts/find-by-email']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminAdCreateRequest = operations['admin/ad/create']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminAdCreateResponse = operations['admin/ad/create']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminAdDeleteRequest = operations['admin/ad/delete']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminAdListRequest = operations['admin/ad/list']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminAdListResponse = operations['admin/ad/list']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminAdUpdateRequest = operations['admin/ad/update']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -194,12 +208,18 @@ type AdminFederationRemoveAllFollowingRequest = operations['admin/federation/rem
|
||||
// @public (undocumented)
|
||||
type AdminFederationUpdateInstanceRequest = operations['admin/federation/update-instance']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminGetIndexStatsResponse = operations['admin/get-index-stats']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminGetTableStatsResponse = operations['admin/get-table-stats']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminGetUserIpsRequest = operations['admin/get-user-ips']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminGetUserIpsResponse = operations['admin/get-user-ips']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminInviteCreateRequest = operations['admin/invite/create']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -284,6 +304,9 @@ type AdminRolesUpdateRequest = operations['admin/roles/update']['requestBody']['
|
||||
// @public (undocumented)
|
||||
type AdminRolesUsersRequest = operations['admin/roles/users']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminRolesUsersResponse = operations['admin/roles/users']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type AdminSendEmailRequest = operations['admin/send-email']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -326,8 +349,6 @@ type AdminUpdateMetaRequest = operations['admin/update-meta']['requestBody']['co
|
||||
// @public (undocumented)
|
||||
type AdminUpdateUserNoteRequest = operations['admin/update-user-note']['requestBody']['content']['application/json'];
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "components" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
// @public (undocumented)
|
||||
type Announcement = components['schemas']['Announcement'];
|
||||
|
||||
@ -1041,6 +1062,9 @@ type EmptyResponse = Record<string, unknown> | undefined;
|
||||
// @public (undocumented)
|
||||
type EndpointRequest = operations['endpoint']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type EndpointResponse = operations['endpoint']['responses']['200']['content']['application/json'];
|
||||
|
||||
// Warning: (ae-forgotten-export) The symbol "Overwrite" needs to be exported by the entry point index.d.ts
|
||||
// Warning: (ae-forgotten-export) The symbol "Endpoints_2" needs to be exported by the entry point index.d.ts
|
||||
//
|
||||
@ -1096,9 +1120,12 @@ declare namespace entities {
|
||||
AdminAccountsCreateResponse,
|
||||
AdminAccountsDeleteRequest,
|
||||
AdminAccountsFindByEmailRequest,
|
||||
AdminAccountsFindByEmailResponse,
|
||||
AdminAdCreateRequest,
|
||||
AdminAdCreateResponse,
|
||||
AdminAdDeleteRequest,
|
||||
AdminAdListRequest,
|
||||
AdminAdListResponse,
|
||||
AdminAdUpdateRequest,
|
||||
AdminAnnouncementsCreateRequest,
|
||||
AdminAnnouncementsCreateResponse,
|
||||
@ -1141,8 +1168,10 @@ declare namespace entities {
|
||||
AdminFederationRefreshRemoteInstanceMetadataRequest,
|
||||
AdminFederationRemoveAllFollowingRequest,
|
||||
AdminFederationUpdateInstanceRequest,
|
||||
AdminGetIndexStatsResponse,
|
||||
AdminGetTableStatsResponse,
|
||||
AdminGetUserIpsRequest,
|
||||
AdminGetUserIpsResponse,
|
||||
AdminInviteCreateRequest,
|
||||
AdminInviteCreateResponse,
|
||||
AdminInviteListRequest,
|
||||
@ -1184,6 +1213,7 @@ declare namespace entities {
|
||||
AdminRolesUnassignRequest,
|
||||
AdminRolesUpdateDefaultPoliciesRequest,
|
||||
AdminRolesUsersRequest,
|
||||
AdminRolesUsersResponse,
|
||||
AnnouncementsRequest,
|
||||
AnnouncementsResponse,
|
||||
AntennasCreateRequest,
|
||||
@ -1311,6 +1341,7 @@ declare namespace entities {
|
||||
EmailAddressAvailableRequest,
|
||||
EmailAddressAvailableResponse,
|
||||
EndpointRequest,
|
||||
EndpointResponse,
|
||||
EndpointsResponse,
|
||||
FederationFollowersRequest,
|
||||
FederationFollowersResponse,
|
||||
@ -1324,6 +1355,7 @@ declare namespace entities {
|
||||
FederationUsersRequest,
|
||||
FederationUsersResponse,
|
||||
FederationStatsRequest,
|
||||
FederationStatsResponse,
|
||||
FollowingCreateRequest,
|
||||
FollowingCreateResponse,
|
||||
FollowingDeleteRequest,
|
||||
@ -1353,6 +1385,7 @@ declare namespace entities {
|
||||
GalleryPostsUnlikeRequest,
|
||||
GalleryPostsUpdateRequest,
|
||||
GalleryPostsUpdateResponse,
|
||||
GetOnlineUsersCountResponse,
|
||||
GetAvatarDecorationsResponse,
|
||||
HashtagsListRequest,
|
||||
HashtagsListResponse,
|
||||
@ -1366,14 +1399,19 @@ declare namespace entities {
|
||||
IResponse,
|
||||
I2faDoneRequest,
|
||||
I2faKeyDoneRequest,
|
||||
I2faKeyDoneResponse,
|
||||
I2faPasswordLessRequest,
|
||||
I2faRegisterKeyRequest,
|
||||
I2faRegisterKeyResponse,
|
||||
I2faRegisterRequest,
|
||||
I2faRegisterResponse,
|
||||
I2faUpdateKeyRequest,
|
||||
I2faRemoveKeyRequest,
|
||||
I2faUnregisterRequest,
|
||||
IAppsRequest,
|
||||
IAppsResponse,
|
||||
IAuthorizedAppsRequest,
|
||||
IAuthorizedAppsResponse,
|
||||
IClaimAchievementRequest,
|
||||
IChangePasswordRequest,
|
||||
IDeleteAccountRequest,
|
||||
@ -1402,11 +1440,16 @@ declare namespace entities {
|
||||
IReadAnnouncementRequest,
|
||||
IRegenerateTokenRequest,
|
||||
IRegistryGetAllRequest,
|
||||
IRegistryGetAllResponse,
|
||||
IRegistryGetDetailRequest,
|
||||
IRegistryGetDetailResponse,
|
||||
IRegistryGetRequest,
|
||||
IRegistryGetResponse,
|
||||
IRegistryKeysWithTypeRequest,
|
||||
IRegistryKeysWithTypeResponse,
|
||||
IRegistryKeysRequest,
|
||||
IRegistryRemoveRequest,
|
||||
IRegistryScopesWithDomainResponse,
|
||||
IRegistrySetRequest,
|
||||
IRevokeTokenRequest,
|
||||
ISigninHistoryRequest,
|
||||
@ -1414,13 +1457,18 @@ declare namespace entities {
|
||||
IUnpinRequest,
|
||||
IUnpinResponse,
|
||||
IUpdateEmailRequest,
|
||||
IUpdateEmailResponse,
|
||||
IUpdateRequest,
|
||||
IUpdateResponse,
|
||||
IUserGroupInvitesRequest,
|
||||
IUserGroupInvitesResponse,
|
||||
IMoveRequest,
|
||||
IMoveResponse,
|
||||
IWebhooksCreateRequest,
|
||||
IWebhooksCreateResponse,
|
||||
IWebhooksListResponse,
|
||||
IWebhooksShowRequest,
|
||||
IWebhooksShowResponse,
|
||||
IWebhooksUpdateRequest,
|
||||
IWebhooksDeleteRequest,
|
||||
InviteCreateResponse,
|
||||
@ -1519,6 +1567,7 @@ declare namespace entities {
|
||||
PagesUnlikeRequest,
|
||||
PagesUpdateRequest,
|
||||
FlashCreateRequest,
|
||||
FlashCreateResponse,
|
||||
FlashDeleteRequest,
|
||||
FlashFeaturedResponse,
|
||||
FlashGenTokenRequest,
|
||||
@ -1539,10 +1588,12 @@ declare namespace entities {
|
||||
RolesShowRequest,
|
||||
RolesShowResponse,
|
||||
RolesUsersRequest,
|
||||
RolesUsersResponse,
|
||||
RolesNotesRequest,
|
||||
RolesNotesResponse,
|
||||
RequestResetPasswordRequest,
|
||||
ResetPasswordRequest,
|
||||
ServerInfoResponse,
|
||||
StatsResponse,
|
||||
SwShowRegistrationRequest,
|
||||
SwShowRegistrationResponse,
|
||||
@ -1552,6 +1603,7 @@ declare namespace entities {
|
||||
SwRegisterResponse,
|
||||
SwUnregisterRequest,
|
||||
TestRequest,
|
||||
TestResponse,
|
||||
UsernameAvailableRequest,
|
||||
UsernameAvailableResponse,
|
||||
UsersRequest,
|
||||
@ -1601,6 +1653,7 @@ declare namespace entities {
|
||||
UsersListsCreateFromPublicResponse,
|
||||
UsersListsUpdateMembershipRequest,
|
||||
UsersListsGetMembershipsRequest,
|
||||
UsersListsGetMembershipsResponse,
|
||||
UsersNotesRequest,
|
||||
UsersNotesResponse,
|
||||
UsersPagesRequest,
|
||||
@ -1623,11 +1676,14 @@ declare namespace entities {
|
||||
UsersStatsRequest,
|
||||
UsersStatsResponse,
|
||||
UsersAchievementsRequest,
|
||||
UsersAchievementsResponse,
|
||||
UsersUpdateMemoRequest,
|
||||
UsersTranslateRequest,
|
||||
UsersTranslateResponse,
|
||||
FetchRssRequest,
|
||||
FetchRssResponse,
|
||||
FetchExternalResourcesRequest,
|
||||
FetchExternalResourcesResponse,
|
||||
RetentionResponse,
|
||||
Error_2 as Error,
|
||||
UserLite,
|
||||
@ -1639,6 +1695,7 @@ declare namespace entities {
|
||||
User,
|
||||
UserList,
|
||||
UserGroup,
|
||||
Ad,
|
||||
Announcement,
|
||||
App,
|
||||
MessagingMessage,
|
||||
@ -1704,6 +1761,9 @@ type FederationShowInstanceResponse = operations['federation/show-instance']['re
|
||||
// @public (undocumented)
|
||||
type FederationStatsRequest = operations['federation/stats']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type FederationStatsResponse = operations['federation/stats']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type FederationUpdateRemoteUserRequest = operations['federation/update-remote-user']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -1716,6 +1776,9 @@ type FederationUsersResponse = operations['federation/users']['responses']['200'
|
||||
// @public (undocumented)
|
||||
type FetchExternalResourcesRequest = operations['fetch-external-resources']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type FetchExternalResourcesResponse = operations['fetch-external-resources']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type FetchLike = (input: string, init?: {
|
||||
method?: string;
|
||||
@ -1733,12 +1796,18 @@ type FetchLike = (input: string, init?: {
|
||||
// @public (undocumented)
|
||||
type FetchRssRequest = operations['fetch-rss']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type FetchRssResponse = operations['fetch-rss']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type Flash = components['schemas']['Flash'];
|
||||
|
||||
// @public (undocumented)
|
||||
type FlashCreateRequest = operations['flash/create']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type FlashCreateResponse = operations['flash/create']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type FlashDeleteRequest = operations['flash/delete']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -1880,6 +1949,9 @@ type GalleryPostsUpdateResponse = operations['gallery/posts/update']['responses'
|
||||
// @public (undocumented)
|
||||
type GetAvatarDecorationsResponse = operations['get-avatar-decorations']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type GetOnlineUsersCountResponse = operations['get-online-users-count']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type Hashtag = components['schemas']['Hashtag'];
|
||||
|
||||
@ -1916,15 +1988,24 @@ type I2faDoneRequest = operations['i/2fa/done']['requestBody']['content']['appli
|
||||
// @public (undocumented)
|
||||
type I2faKeyDoneRequest = operations['i/2fa/key-done']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type I2faKeyDoneResponse = operations['i/2fa/key-done']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type I2faPasswordLessRequest = operations['i/2fa/password-less']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type I2faRegisterKeyRequest = operations['i/2fa/register-key']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type I2faRegisterKeyResponse = operations['i/2fa/register-key']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type I2faRegisterRequest = operations['i/2fa/register']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type I2faRegisterResponse = operations['i/2fa/register']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type I2faRemoveKeyRequest = operations['i/2fa/remove-key']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -1937,9 +2018,15 @@ type I2faUpdateKeyRequest = operations['i/2fa/update-key']['requestBody']['conte
|
||||
// @public (undocumented)
|
||||
type IAppsRequest = operations['i/apps']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IAppsResponse = operations['i/apps']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IAuthorizedAppsRequest = operations['i/authorized-apps']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IAuthorizedAppsResponse = operations['i/authorized-apps']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IChangePasswordRequest = operations['i/change-password']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -1991,6 +2078,9 @@ type IImportUserListsRequest = operations['i/import-user-lists']['requestBody'][
|
||||
// @public (undocumented)
|
||||
type IMoveRequest = operations['i/move']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IMoveResponse = operations['i/move']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type INotificationsGroupedRequest = operations['i/notifications-grouped']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -2048,21 +2138,36 @@ type IRegenerateTokenRequest = operations['i/regenerate-token']['requestBody']['
|
||||
// @public (undocumented)
|
||||
type IRegistryGetAllRequest = operations['i/registry/get-all']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistryGetAllResponse = operations['i/registry/get-all']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistryGetDetailRequest = operations['i/registry/get-detail']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistryGetDetailResponse = operations['i/registry/get-detail']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistryGetRequest = operations['i/registry/get']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistryGetResponse = operations['i/registry/get']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistryKeysRequest = operations['i/registry/keys']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistryKeysWithTypeRequest = operations['i/registry/keys-with-type']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistryKeysWithTypeResponse = operations['i/registry/keys-with-type']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistryRemoveRequest = operations['i/registry/remove']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistryScopesWithDomainResponse = operations['i/registry/scopes-with-domain']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IRegistrySetRequest = operations['i/registry/set']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -2090,6 +2195,9 @@ type IUnpinResponse = operations['i/unpin']['responses']['200']['content']['appl
|
||||
// @public (undocumented)
|
||||
type IUpdateEmailRequest = operations['i/update-email']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IUpdateEmailResponse = operations['i/update-email']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IUpdateRequest = operations['i/update']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -2105,12 +2213,21 @@ type IUserGroupInvitesResponse = operations['i/user-group-invites']['responses']
|
||||
// @public (undocumented)
|
||||
type IWebhooksCreateRequest = operations['i/webhooks/create']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IWebhooksCreateResponse = operations['i/webhooks/create']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IWebhooksDeleteRequest = operations['i/webhooks/delete']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IWebhooksListResponse = operations['i/webhooks/list']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IWebhooksShowRequest = operations['i/webhooks/show']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IWebhooksShowResponse = operations['i/webhooks/show']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type IWebhooksUpdateRequest = operations['i/webhooks/update']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -2615,6 +2732,12 @@ type RolesShowResponse = operations['roles/show']['responses']['200']['content']
|
||||
// @public (undocumented)
|
||||
type RolesUsersRequest = operations['roles/users']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type RolesUsersResponse = operations['roles/users']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type ServerInfoResponse = operations['server-info']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type ServerStats = {
|
||||
cpu: number;
|
||||
@ -2711,6 +2834,9 @@ type SwUpdateRegistrationResponse = operations['sw/update-registration']['respon
|
||||
// @public (undocumented)
|
||||
type TestRequest = operations['test']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type TestResponse = operations['test']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
function toString_2(acct: Acct): string;
|
||||
|
||||
@ -2744,6 +2870,9 @@ type UsernameAvailableResponse = operations['username/available']['responses']['
|
||||
// @public (undocumented)
|
||||
type UsersAchievementsRequest = operations['users/achievements']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UsersAchievementsResponse = operations['users/achievements']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UsersClipsRequest = operations['users/clips']['requestBody']['content']['application/json'];
|
||||
|
||||
@ -2855,6 +2984,9 @@ type UsersListsFavoriteRequest = operations['users/lists/favorite']['requestBody
|
||||
// @public (undocumented)
|
||||
type UsersListsGetMembershipsRequest = operations['users/lists/get-memberships']['requestBody']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UsersListsGetMembershipsResponse = operations['users/lists/get-memberships']['responses']['200']['content']['application/json'];
|
||||
|
||||
// @public (undocumented)
|
||||
type UsersListsListRequest = operations['users/lists/list']['requestBody']['content']['application/json'];
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* version: 4.6.0-beta.5
|
||||
* basedMisskeyVersion: 2023.12.0-beta.5
|
||||
* generatedAt: 2023-12-18T12:22:56.894Z
|
||||
* version: 4.6.0-beta.6
|
||||
* basedMisskeyVersion: 2023.12.0-beta.6
|
||||
* generatedAt: 2023-12-22T05:37:22.310Z
|
||||
*/
|
||||
|
||||
import type { SwitchCaseResponseType } from '../api.js';
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* version: 4.6.0-beta.5
|
||||
* basedMisskeyVersion: 2023.12.0-beta.5
|
||||
* generatedAt: 2023-12-18T12:22:56.892Z
|
||||
* version: 4.6.0-beta.6
|
||||
* basedMisskeyVersion: 2023.12.0-beta.6
|
||||
* generatedAt: 2023-12-22T05:37:22.308Z
|
||||
*/
|
||||
|
||||
import type {
|
||||
@ -20,9 +20,12 @@ import type {
|
||||
AdminAccountsCreateResponse,
|
||||
AdminAccountsDeleteRequest,
|
||||
AdminAccountsFindByEmailRequest,
|
||||
AdminAccountsFindByEmailResponse,
|
||||
AdminAdCreateRequest,
|
||||
AdminAdCreateResponse,
|
||||
AdminAdDeleteRequest,
|
||||
AdminAdListRequest,
|
||||
AdminAdListResponse,
|
||||
AdminAdUpdateRequest,
|
||||
AdminAnnouncementsCreateRequest,
|
||||
AdminAnnouncementsCreateResponse,
|
||||
@ -65,8 +68,10 @@ import type {
|
||||
AdminFederationRefreshRemoteInstanceMetadataRequest,
|
||||
AdminFederationRemoveAllFollowingRequest,
|
||||
AdminFederationUpdateInstanceRequest,
|
||||
AdminGetIndexStatsResponse,
|
||||
AdminGetTableStatsResponse,
|
||||
AdminGetUserIpsRequest,
|
||||
AdminGetUserIpsResponse,
|
||||
AdminInviteCreateRequest,
|
||||
AdminInviteCreateResponse,
|
||||
AdminInviteListRequest,
|
||||
@ -108,6 +113,7 @@ import type {
|
||||
AdminRolesUnassignRequest,
|
||||
AdminRolesUpdateDefaultPoliciesRequest,
|
||||
AdminRolesUsersRequest,
|
||||
AdminRolesUsersResponse,
|
||||
AnnouncementsRequest,
|
||||
AnnouncementsResponse,
|
||||
AntennasCreateRequest,
|
||||
@ -235,6 +241,7 @@ import type {
|
||||
EmailAddressAvailableRequest,
|
||||
EmailAddressAvailableResponse,
|
||||
EndpointRequest,
|
||||
EndpointResponse,
|
||||
EndpointsResponse,
|
||||
FederationFollowersRequest,
|
||||
FederationFollowersResponse,
|
||||
@ -248,6 +255,7 @@ import type {
|
||||
FederationUsersRequest,
|
||||
FederationUsersResponse,
|
||||
FederationStatsRequest,
|
||||
FederationStatsResponse,
|
||||
FollowingCreateRequest,
|
||||
FollowingCreateResponse,
|
||||
FollowingDeleteRequest,
|
||||
@ -277,6 +285,7 @@ import type {
|
||||
GalleryPostsUnlikeRequest,
|
||||
GalleryPostsUpdateRequest,
|
||||
GalleryPostsUpdateResponse,
|
||||
GetOnlineUsersCountResponse,
|
||||
GetAvatarDecorationsResponse,
|
||||
HashtagsListRequest,
|
||||
HashtagsListResponse,
|
||||
@ -290,14 +299,19 @@ import type {
|
||||
IResponse,
|
||||
I2faDoneRequest,
|
||||
I2faKeyDoneRequest,
|
||||
I2faKeyDoneResponse,
|
||||
I2faPasswordLessRequest,
|
||||
I2faRegisterKeyRequest,
|
||||
I2faRegisterKeyResponse,
|
||||
I2faRegisterRequest,
|
||||
I2faRegisterResponse,
|
||||
I2faUpdateKeyRequest,
|
||||
I2faRemoveKeyRequest,
|
||||
I2faUnregisterRequest,
|
||||
IAppsRequest,
|
||||
IAppsResponse,
|
||||
IAuthorizedAppsRequest,
|
||||
IAuthorizedAppsResponse,
|
||||
IClaimAchievementRequest,
|
||||
IChangePasswordRequest,
|
||||
IDeleteAccountRequest,
|
||||
@ -326,11 +340,16 @@ import type {
|
||||
IReadAnnouncementRequest,
|
||||
IRegenerateTokenRequest,
|
||||
IRegistryGetAllRequest,
|
||||
IRegistryGetAllResponse,
|
||||
IRegistryGetDetailRequest,
|
||||
IRegistryGetDetailResponse,
|
||||
IRegistryGetRequest,
|
||||
IRegistryGetResponse,
|
||||
IRegistryKeysWithTypeRequest,
|
||||
IRegistryKeysWithTypeResponse,
|
||||
IRegistryKeysRequest,
|
||||
IRegistryRemoveRequest,
|
||||
IRegistryScopesWithDomainResponse,
|
||||
IRegistrySetRequest,
|
||||
IRevokeTokenRequest,
|
||||
ISigninHistoryRequest,
|
||||
@ -338,13 +357,18 @@ import type {
|
||||
IUnpinRequest,
|
||||
IUnpinResponse,
|
||||
IUpdateEmailRequest,
|
||||
IUpdateEmailResponse,
|
||||
IUpdateRequest,
|
||||
IUpdateResponse,
|
||||
IUserGroupInvitesRequest,
|
||||
IUserGroupInvitesResponse,
|
||||
IMoveRequest,
|
||||
IMoveResponse,
|
||||
IWebhooksCreateRequest,
|
||||
IWebhooksCreateResponse,
|
||||
IWebhooksListResponse,
|
||||
IWebhooksShowRequest,
|
||||
IWebhooksShowResponse,
|
||||
IWebhooksUpdateRequest,
|
||||
IWebhooksDeleteRequest,
|
||||
InviteCreateResponse,
|
||||
@ -443,6 +467,7 @@ import type {
|
||||
PagesUnlikeRequest,
|
||||
PagesUpdateRequest,
|
||||
FlashCreateRequest,
|
||||
FlashCreateResponse,
|
||||
FlashDeleteRequest,
|
||||
FlashFeaturedResponse,
|
||||
FlashGenTokenRequest,
|
||||
@ -463,10 +488,12 @@ import type {
|
||||
RolesShowRequest,
|
||||
RolesShowResponse,
|
||||
RolesUsersRequest,
|
||||
RolesUsersResponse,
|
||||
RolesNotesRequest,
|
||||
RolesNotesResponse,
|
||||
RequestResetPasswordRequest,
|
||||
ResetPasswordRequest,
|
||||
ServerInfoResponse,
|
||||
StatsResponse,
|
||||
SwShowRegistrationRequest,
|
||||
SwShowRegistrationResponse,
|
||||
@ -476,6 +503,7 @@ import type {
|
||||
SwRegisterResponse,
|
||||
SwUnregisterRequest,
|
||||
TestRequest,
|
||||
TestResponse,
|
||||
UsernameAvailableRequest,
|
||||
UsernameAvailableResponse,
|
||||
UsersRequest,
|
||||
@ -525,6 +553,7 @@ import type {
|
||||
UsersListsCreateFromPublicResponse,
|
||||
UsersListsUpdateMembershipRequest,
|
||||
UsersListsGetMembershipsRequest,
|
||||
UsersListsGetMembershipsResponse,
|
||||
UsersNotesRequest,
|
||||
UsersNotesResponse,
|
||||
UsersPagesRequest,
|
||||
@ -547,11 +576,14 @@ import type {
|
||||
UsersStatsRequest,
|
||||
UsersStatsResponse,
|
||||
UsersAchievementsRequest,
|
||||
UsersAchievementsResponse,
|
||||
UsersUpdateMemoRequest,
|
||||
UsersTranslateRequest,
|
||||
UsersTranslateResponse,
|
||||
FetchRssRequest,
|
||||
FetchRssResponse,
|
||||
FetchExternalResourcesRequest,
|
||||
FetchExternalResourcesResponse,
|
||||
RetentionResponse,
|
||||
} from './entities.js';
|
||||
|
||||
@ -564,10 +596,10 @@ export type Endpoints = {
|
||||
'admin/abuse-user-reports': { req: AdminAbuseUserReportsRequest; res: AdminAbuseUserReportsResponse };
|
||||
'admin/accounts/create': { req: AdminAccountsCreateRequest; res: AdminAccountsCreateResponse };
|
||||
'admin/accounts/delete': { req: AdminAccountsDeleteRequest; res: EmptyResponse };
|
||||
'admin/accounts/find-by-email': { req: AdminAccountsFindByEmailRequest; res: EmptyResponse };
|
||||
'admin/ad/create': { req: AdminAdCreateRequest; res: EmptyResponse };
|
||||
'admin/accounts/find-by-email': { req: AdminAccountsFindByEmailRequest; res: AdminAccountsFindByEmailResponse };
|
||||
'admin/ad/create': { req: AdminAdCreateRequest; res: AdminAdCreateResponse };
|
||||
'admin/ad/delete': { req: AdminAdDeleteRequest; res: EmptyResponse };
|
||||
'admin/ad/list': { req: AdminAdListRequest; res: EmptyResponse };
|
||||
'admin/ad/list': { req: AdminAdListRequest; res: AdminAdListResponse };
|
||||
'admin/ad/update': { req: AdminAdUpdateRequest; res: EmptyResponse };
|
||||
'admin/announcements/create': { req: AdminAnnouncementsCreateRequest; res: AdminAnnouncementsCreateResponse };
|
||||
'admin/announcements/delete': { req: AdminAnnouncementsDeleteRequest; res: EmptyResponse };
|
||||
@ -603,9 +635,9 @@ export type Endpoints = {
|
||||
'admin/federation/refresh-remote-instance-metadata': { req: AdminFederationRefreshRemoteInstanceMetadataRequest; res: EmptyResponse };
|
||||
'admin/federation/remove-all-following': { req: AdminFederationRemoveAllFollowingRequest; res: EmptyResponse };
|
||||
'admin/federation/update-instance': { req: AdminFederationUpdateInstanceRequest; res: EmptyResponse };
|
||||
'admin/get-index-stats': { req: EmptyRequest; res: EmptyResponse };
|
||||
'admin/get-index-stats': { req: EmptyRequest; res: AdminGetIndexStatsResponse };
|
||||
'admin/get-table-stats': { req: EmptyRequest; res: AdminGetTableStatsResponse };
|
||||
'admin/get-user-ips': { req: AdminGetUserIpsRequest; res: EmptyResponse };
|
||||
'admin/get-user-ips': { req: AdminGetUserIpsRequest; res: AdminGetUserIpsResponse };
|
||||
'admin/invite/create': { req: AdminInviteCreateRequest; res: AdminInviteCreateResponse };
|
||||
'admin/invite/list': { req: AdminInviteListRequest; res: AdminInviteListResponse };
|
||||
'admin/invite/revoke': { req: EmptyRequest; res: EmptyResponse };
|
||||
@ -638,7 +670,7 @@ export type Endpoints = {
|
||||
'admin/roles/assign': { req: AdminRolesAssignRequest; res: EmptyResponse };
|
||||
'admin/roles/unassign': { req: AdminRolesUnassignRequest; res: EmptyResponse };
|
||||
'admin/roles/update-default-policies': { req: AdminRolesUpdateDefaultPoliciesRequest; res: EmptyResponse };
|
||||
'admin/roles/users': { req: AdminRolesUsersRequest; res: EmptyResponse };
|
||||
'admin/roles/users': { req: AdminRolesUsersRequest; res: AdminRolesUsersResponse };
|
||||
'announcements': { req: AnnouncementsRequest; res: AnnouncementsResponse };
|
||||
'antennas/create': { req: AntennasCreateRequest; res: AntennasCreateResponse };
|
||||
'antennas/delete': { req: AntennasDeleteRequest; res: EmptyResponse };
|
||||
@ -712,7 +744,7 @@ export type Endpoints = {
|
||||
'drive/folders/update': { req: DriveFoldersUpdateRequest; res: DriveFoldersUpdateResponse };
|
||||
'drive/stream': { req: DriveStreamRequest; res: DriveStreamResponse };
|
||||
'email-address/available': { req: EmailAddressAvailableRequest; res: EmailAddressAvailableResponse };
|
||||
'endpoint': { req: EndpointRequest; res: EmptyResponse };
|
||||
'endpoint': { req: EndpointRequest; res: EndpointResponse };
|
||||
'endpoints': { req: EmptyRequest; res: EndpointsResponse };
|
||||
'export-custom-emojis': { req: EmptyRequest; res: EmptyResponse };
|
||||
'federation/followers': { req: FederationFollowersRequest; res: FederationFollowersResponse };
|
||||
@ -721,7 +753,7 @@ export type Endpoints = {
|
||||
'federation/show-instance': { req: FederationShowInstanceRequest; res: FederationShowInstanceResponse };
|
||||
'federation/update-remote-user': { req: FederationUpdateRemoteUserRequest; res: EmptyResponse };
|
||||
'federation/users': { req: FederationUsersRequest; res: FederationUsersResponse };
|
||||
'federation/stats': { req: FederationStatsRequest; res: EmptyResponse };
|
||||
'federation/stats': { req: FederationStatsRequest; res: FederationStatsResponse };
|
||||
'following/create': { req: FollowingCreateRequest; res: FollowingCreateResponse };
|
||||
'following/delete': { req: FollowingDeleteRequest; res: FollowingDeleteResponse };
|
||||
'following/update': { req: FollowingUpdateRequest; res: FollowingUpdateResponse };
|
||||
@ -740,7 +772,7 @@ export type Endpoints = {
|
||||
'gallery/posts/show': { req: GalleryPostsShowRequest; res: GalleryPostsShowResponse };
|
||||
'gallery/posts/unlike': { req: GalleryPostsUnlikeRequest; res: EmptyResponse };
|
||||
'gallery/posts/update': { req: GalleryPostsUpdateRequest; res: GalleryPostsUpdateResponse };
|
||||
'get-online-users-count': { req: EmptyRequest; res: EmptyResponse };
|
||||
'get-online-users-count': { req: EmptyRequest; res: GetOnlineUsersCountResponse };
|
||||
'get-avatar-decorations': { req: EmptyRequest; res: GetAvatarDecorationsResponse };
|
||||
'hashtags/list': { req: HashtagsListRequest; res: HashtagsListResponse };
|
||||
'hashtags/search': { req: HashtagsSearchRequest; res: HashtagsSearchResponse };
|
||||
@ -749,15 +781,15 @@ export type Endpoints = {
|
||||
'hashtags/users': { req: HashtagsUsersRequest; res: HashtagsUsersResponse };
|
||||
'i': { req: EmptyRequest; res: IResponse };
|
||||
'i/2fa/done': { req: I2faDoneRequest; res: EmptyResponse };
|
||||
'i/2fa/key-done': { req: I2faKeyDoneRequest; res: EmptyResponse };
|
||||
'i/2fa/key-done': { req: I2faKeyDoneRequest; res: I2faKeyDoneResponse };
|
||||
'i/2fa/password-less': { req: I2faPasswordLessRequest; res: EmptyResponse };
|
||||
'i/2fa/register-key': { req: I2faRegisterKeyRequest; res: EmptyResponse };
|
||||
'i/2fa/register': { req: I2faRegisterRequest; res: EmptyResponse };
|
||||
'i/2fa/register-key': { req: I2faRegisterKeyRequest; res: I2faRegisterKeyResponse };
|
||||
'i/2fa/register': { req: I2faRegisterRequest; res: I2faRegisterResponse };
|
||||
'i/2fa/update-key': { req: I2faUpdateKeyRequest; res: EmptyResponse };
|
||||
'i/2fa/remove-key': { req: I2faRemoveKeyRequest; res: EmptyResponse };
|
||||
'i/2fa/unregister': { req: I2faUnregisterRequest; res: EmptyResponse };
|
||||
'i/apps': { req: IAppsRequest; res: EmptyResponse };
|
||||
'i/authorized-apps': { req: IAuthorizedAppsRequest; res: EmptyResponse };
|
||||
'i/apps': { req: IAppsRequest; res: IAppsResponse };
|
||||
'i/authorized-apps': { req: IAuthorizedAppsRequest; res: IAuthorizedAppsResponse };
|
||||
'i/claim-achievement': { req: IClaimAchievementRequest; res: EmptyResponse };
|
||||
'i/change-password': { req: IChangePasswordRequest; res: EmptyResponse };
|
||||
'i/delete-account': { req: IDeleteAccountRequest; res: EmptyResponse };
|
||||
@ -785,24 +817,24 @@ export type Endpoints = {
|
||||
'i/read-all-unread-notes': { req: EmptyRequest; res: EmptyResponse };
|
||||
'i/read-announcement': { req: IReadAnnouncementRequest; res: EmptyResponse };
|
||||
'i/regenerate-token': { req: IRegenerateTokenRequest; res: EmptyResponse };
|
||||
'i/registry/get-all': { req: IRegistryGetAllRequest; res: EmptyResponse };
|
||||
'i/registry/get-detail': { req: IRegistryGetDetailRequest; res: EmptyResponse };
|
||||
'i/registry/get': { req: IRegistryGetRequest; res: EmptyResponse };
|
||||
'i/registry/keys-with-type': { req: IRegistryKeysWithTypeRequest; res: EmptyResponse };
|
||||
'i/registry/get-all': { req: IRegistryGetAllRequest; res: IRegistryGetAllResponse };
|
||||
'i/registry/get-detail': { req: IRegistryGetDetailRequest; res: IRegistryGetDetailResponse };
|
||||
'i/registry/get': { req: IRegistryGetRequest; res: IRegistryGetResponse };
|
||||
'i/registry/keys-with-type': { req: IRegistryKeysWithTypeRequest; res: IRegistryKeysWithTypeResponse };
|
||||
'i/registry/keys': { req: IRegistryKeysRequest; res: EmptyResponse };
|
||||
'i/registry/remove': { req: IRegistryRemoveRequest; res: EmptyResponse };
|
||||
'i/registry/scopes-with-domain': { req: EmptyRequest; res: EmptyResponse };
|
||||
'i/registry/scopes-with-domain': { req: EmptyRequest; res: IRegistryScopesWithDomainResponse };
|
||||
'i/registry/set': { req: IRegistrySetRequest; res: EmptyResponse };
|
||||
'i/revoke-token': { req: IRevokeTokenRequest; res: EmptyResponse };
|
||||
'i/signin-history': { req: ISigninHistoryRequest; res: ISigninHistoryResponse };
|
||||
'i/unpin': { req: IUnpinRequest; res: IUnpinResponse };
|
||||
'i/update-email': { req: IUpdateEmailRequest; res: EmptyResponse };
|
||||
'i/update-email': { req: IUpdateEmailRequest; res: IUpdateEmailResponse };
|
||||
'i/update': { req: IUpdateRequest; res: IUpdateResponse };
|
||||
'i/user-group-invites': { req: IUserGroupInvitesRequest; res: IUserGroupInvitesResponse };
|
||||
'i/move': { req: IMoveRequest; res: EmptyResponse };
|
||||
'i/webhooks/create': { req: IWebhooksCreateRequest; res: EmptyResponse };
|
||||
'i/webhooks/list': { req: EmptyRequest; res: EmptyResponse };
|
||||
'i/webhooks/show': { req: IWebhooksShowRequest; res: EmptyResponse };
|
||||
'i/move': { req: IMoveRequest; res: IMoveResponse };
|
||||
'i/webhooks/create': { req: IWebhooksCreateRequest; res: IWebhooksCreateResponse };
|
||||
'i/webhooks/list': { req: EmptyRequest; res: IWebhooksListResponse };
|
||||
'i/webhooks/show': { req: IWebhooksShowRequest; res: IWebhooksShowResponse };
|
||||
'i/webhooks/update': { req: IWebhooksUpdateRequest; res: EmptyResponse };
|
||||
'i/webhooks/delete': { req: IWebhooksDeleteRequest; res: EmptyResponse };
|
||||
'invite/create': { req: EmptyRequest; res: InviteCreateResponse };
|
||||
@ -868,7 +900,7 @@ export type Endpoints = {
|
||||
'pages/show': { req: PagesShowRequest; res: PagesShowResponse };
|
||||
'pages/unlike': { req: PagesUnlikeRequest; res: EmptyResponse };
|
||||
'pages/update': { req: PagesUpdateRequest; res: EmptyResponse };
|
||||
'flash/create': { req: FlashCreateRequest; res: EmptyResponse };
|
||||
'flash/create': { req: FlashCreateRequest; res: FlashCreateResponse };
|
||||
'flash/delete': { req: FlashDeleteRequest; res: EmptyResponse };
|
||||
'flash/featured': { req: EmptyRequest; res: FlashFeaturedResponse };
|
||||
'flash/gen-token': { req: FlashGenTokenRequest; res: FlashGenTokenResponse };
|
||||
@ -883,18 +915,18 @@ export type Endpoints = {
|
||||
'promo/read': { req: PromoReadRequest; res: EmptyResponse };
|
||||
'roles/list': { req: EmptyRequest; res: RolesListResponse };
|
||||
'roles/show': { req: RolesShowRequest; res: RolesShowResponse };
|
||||
'roles/users': { req: RolesUsersRequest; res: EmptyResponse };
|
||||
'roles/users': { req: RolesUsersRequest; res: RolesUsersResponse };
|
||||
'roles/notes': { req: RolesNotesRequest; res: RolesNotesResponse };
|
||||
'request-reset-password': { req: RequestResetPasswordRequest; res: EmptyResponse };
|
||||
'reset-db': { req: EmptyRequest; res: EmptyResponse };
|
||||
'reset-password': { req: ResetPasswordRequest; res: EmptyResponse };
|
||||
'server-info': { req: EmptyRequest; res: EmptyResponse };
|
||||
'server-info': { req: EmptyRequest; res: ServerInfoResponse };
|
||||
'stats': { req: EmptyRequest; res: StatsResponse };
|
||||
'sw/show-registration': { req: SwShowRegistrationRequest; res: SwShowRegistrationResponse };
|
||||
'sw/update-registration': { req: SwUpdateRegistrationRequest; res: SwUpdateRegistrationResponse };
|
||||
'sw/register': { req: SwRegisterRequest; res: SwRegisterResponse };
|
||||
'sw/unregister': { req: SwUnregisterRequest; res: EmptyResponse };
|
||||
'test': { req: TestRequest; res: EmptyResponse };
|
||||
'test': { req: TestRequest; res: TestResponse };
|
||||
'username/available': { req: UsernameAvailableRequest; res: UsernameAvailableResponse };
|
||||
'users': { req: UsersRequest; res: UsersResponse };
|
||||
'users/clips': { req: UsersClipsRequest; res: UsersClipsResponse };
|
||||
@ -926,7 +958,7 @@ export type Endpoints = {
|
||||
'users/lists/update': { req: UsersListsUpdateRequest; res: UsersListsUpdateResponse };
|
||||
'users/lists/create-from-public': { req: UsersListsCreateFromPublicRequest; res: UsersListsCreateFromPublicResponse };
|
||||
'users/lists/update-membership': { req: UsersListsUpdateMembershipRequest; res: EmptyResponse };
|
||||
'users/lists/get-memberships': { req: UsersListsGetMembershipsRequest; res: EmptyResponse };
|
||||
'users/lists/get-memberships': { req: UsersListsGetMembershipsRequest; res: UsersListsGetMembershipsResponse };
|
||||
'users/notes': { req: UsersNotesRequest; res: UsersNotesResponse };
|
||||
'users/pages': { req: UsersPagesRequest; res: UsersPagesResponse };
|
||||
'users/flashs': { req: UsersFlashsRequest; res: UsersFlashsResponse };
|
||||
@ -938,10 +970,10 @@ export type Endpoints = {
|
||||
'users/search': { req: UsersSearchRequest; res: UsersSearchResponse };
|
||||
'users/show': { req: UsersShowRequest; res: UsersShowResponse };
|
||||
'users/stats': { req: UsersStatsRequest; res: UsersStatsResponse };
|
||||
'users/achievements': { req: UsersAchievementsRequest; res: EmptyResponse };
|
||||
'users/achievements': { req: UsersAchievementsRequest; res: UsersAchievementsResponse };
|
||||
'users/update-memo': { req: UsersUpdateMemoRequest; res: EmptyResponse };
|
||||
'users/translate': { req: UsersTranslateRequest; res: UsersTranslateResponse };
|
||||
'fetch-rss': { req: FetchRssRequest; res: EmptyResponse };
|
||||
'fetch-external-resources': { req: FetchExternalResourcesRequest; res: EmptyResponse };
|
||||
'fetch-rss': { req: FetchRssRequest; res: FetchRssResponse };
|
||||
'fetch-external-resources': { req: FetchExternalResourcesRequest; res: FetchExternalResourcesResponse };
|
||||
'retention': { req: EmptyRequest; res: RetentionResponse };
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* version: 4.6.0-beta.5
|
||||
* basedMisskeyVersion: 2023.12.0-beta.5
|
||||
* generatedAt: 2023-12-18T12:22:56.891Z
|
||||
* version: 4.6.0-beta.6
|
||||
* basedMisskeyVersion: 2023.12.0-beta.6
|
||||
* generatedAt: 2023-12-22T05:37:22.307Z
|
||||
*/
|
||||
|
||||
import { operations } from './types.js';
|
||||
@ -22,9 +22,12 @@ export type AdminAccountsCreateRequest = operations['admin/accounts/create']['re
|
||||
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'];
|
||||
@ -67,8 +70,10 @@ export type AdminFederationDeleteAllFilesRequest = operations['admin/federation/
|
||||
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'];
|
||||
@ -110,6 +115,7 @@ export type AdminRolesAssignRequest = operations['admin/roles/assign']['requestB
|
||||
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'];
|
||||
@ -237,6 +243,7 @@ export type DriveStreamResponse = operations['drive/stream']['responses']['200']
|
||||
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'];
|
||||
@ -250,6 +257,7 @@ export type FederationUpdateRemoteUserRequest = operations['federation/update-re
|
||||
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'];
|
||||
@ -279,6 +287,7 @@ export type GalleryPostsShowResponse = operations['gallery/posts/show']['respons
|
||||
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'];
|
||||
@ -292,14 +301,19 @@ export type HashtagsUsersResponse = operations['hashtags/users']['responses']['2
|
||||
export type IResponse = operations['i']['responses']['200']['content']['application/json'];
|
||||
export type I2faDoneRequest = operations['i/2fa/done']['requestBody']['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'];
|
||||
@ -328,11 +342,16 @@ export type IPinResponse = operations['i/pin']['responses']['200']['content']['a
|
||||
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 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'];
|
||||
@ -340,13 +359,18 @@ export type ISigninHistoryResponse = operations['i/signin-history']['responses']
|
||||
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 IUserGroupInvitesRequest = operations['i/user-group-invites']['requestBody']['content']['application/json'];
|
||||
export type IUserGroupInvitesResponse = operations['i/user-group-invites']['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'];
|
||||
@ -445,6 +469,7 @@ export type PagesShowResponse = operations['pages/show']['responses']['200']['co
|
||||
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 FlashGenTokenRequest = operations['flash/gen-token']['requestBody']['content']['application/json'];
|
||||
@ -465,10 +490,12 @@ export type RolesListResponse = operations['roles/list']['responses']['200']['co
|
||||
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'];
|
||||
@ -478,6 +505,7 @@ export type SwRegisterRequest = operations['sw/register']['requestBody']['conten
|
||||
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'];
|
||||
@ -527,6 +555,7 @@ export type UsersListsCreateFromPublicRequest = operations['users/lists/create-f
|
||||
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'];
|
||||
@ -549,9 +578,12 @@ export type UsersShowResponse = operations['users/show']['responses']['200']['co
|
||||
export type UsersStatsRequest = operations['users/stats']['requestBody']['content']['application/json'];
|
||||
export type UsersStatsResponse = operations['users/stats']['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 UsersTranslateRequest = operations['users/translate']['requestBody']['content']['application/json'];
|
||||
export type UsersTranslateResponse = operations['users/translate']['responses']['200']['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'];
|
||||
|
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* version: 4.6.0-beta.5
|
||||
* basedMisskeyVersion: 2023.12.0-beta.5
|
||||
* generatedAt: 2023-12-18T12:22:56.890Z
|
||||
* version: 4.6.0-beta.6
|
||||
* basedMisskeyVersion: 2023.12.0-beta.6
|
||||
* generatedAt: 2023-12-22T05:37:22.306Z
|
||||
*/
|
||||
|
||||
import { components } from './types.js';
|
||||
@ -15,6 +15,7 @@ export type UserDetailed = components['schemas']['UserDetailed'];
|
||||
export type User = components['schemas']['User'];
|
||||
export type UserList = components['schemas']['UserList'];
|
||||
export type UserGroup = components['schemas']['UserGroup'];
|
||||
export type Ad = components['schemas']['Ad'];
|
||||
export type Announcement = components['schemas']['Announcement'];
|
||||
export type App = components['schemas']['App'];
|
||||
export type MessagingMessage = components['schemas']['MessagingMessage'];
|
||||
|
@ -2,9 +2,9 @@
|
||||
/* eslint @typescript-eslint/no-explicit-any: 0 */
|
||||
|
||||
/*
|
||||
* version: 4.6.0-beta.5
|
||||
* basedMisskeyVersion: 2023.12.0-beta.5
|
||||
* generatedAt: 2023-12-18T12:22:56.816Z
|
||||
* version: 4.6.0-beta.6
|
||||
* basedMisskeyVersion: 2023.12.0-beta.6
|
||||
* generatedAt: 2023-12-22T05:37:22.228Z
|
||||
*/
|
||||
|
||||
/**
|
||||
@ -3914,18 +3914,10 @@ export type components = {
|
||||
/** @enum {string} */
|
||||
type: 'all' | 'following' | 'follower' | 'mutualFollow' | 'list' | 'never';
|
||||
};
|
||||
achievementEarned?: {
|
||||
/** @enum {string} */
|
||||
type: 'all' | 'following' | 'follower' | 'mutualFollow' | 'list' | 'never';
|
||||
};
|
||||
receiveFollowRequest?: {
|
||||
/** @enum {string} */
|
||||
type: 'all' | 'following' | 'follower' | 'mutualFollow' | 'list' | 'never';
|
||||
};
|
||||
followRequestAccepted?: {
|
||||
/** @enum {string} */
|
||||
type: 'all' | 'following' | 'follower' | 'mutualFollow' | 'list' | 'never';
|
||||
};
|
||||
groupInvited?: {
|
||||
/** @enum {string} */
|
||||
type: 'all' | 'following' | 'follower' | 'mutualFollow' | 'list' | 'never';
|
||||
@ -4005,6 +3997,24 @@ export type components = {
|
||||
ownerId: string;
|
||||
userIds?: string[];
|
||||
};
|
||||
Ad: {
|
||||
/**
|
||||
* Format: id
|
||||
* @example xxxxxxxxxx
|
||||
*/
|
||||
id: string;
|
||||
/** Format: date-time */
|
||||
expiresAt: string;
|
||||
/** Format: date-time */
|
||||
startsAt: string;
|
||||
place: string;
|
||||
priority: string;
|
||||
ratio: number;
|
||||
url: string;
|
||||
imageUrl: string;
|
||||
memo: string;
|
||||
dayOfWeek: number;
|
||||
};
|
||||
Announcement: {
|
||||
/**
|
||||
* Format: id
|
||||
@ -4150,7 +4160,7 @@ export type components = {
|
||||
/** Format: date-time */
|
||||
createdAt: string;
|
||||
/** @enum {string} */
|
||||
type: 'note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'groupInvited' | 'achievementEarned' | 'app' | 'test' | 'reaction:grouped' | 'renote:grouped';
|
||||
type: 'note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'groupInvited' | 'achievementEarned' | 'app' | 'test' | 'reaction:grouped' | 'renote:grouped';
|
||||
user?: components['schemas']['UserLite'] | null;
|
||||
/** Format: id */
|
||||
userId?: string | null;
|
||||
@ -5313,9 +5323,11 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': components['schemas']['User'];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -5372,9 +5384,11 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': components['schemas']['Ad'];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -5482,9 +5496,11 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': components['schemas']['Ad'][];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -7581,9 +7597,14 @@ export type operations = {
|
||||
*/
|
||||
'admin/get-index-stats': {
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
tablename: string;
|
||||
indexname: string;
|
||||
}[];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -7679,9 +7700,15 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
ip: string;
|
||||
/** Format: date-time */
|
||||
createdAt: string;
|
||||
}[];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -9620,9 +9647,19 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': ({
|
||||
/** Format: misskey:id */
|
||||
id: string;
|
||||
/** Format: date-time */
|
||||
createdAt: string;
|
||||
user: components['schemas']['UserDetailed'];
|
||||
/** Format: date-time */
|
||||
expiresAt: string | null;
|
||||
})[];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -13968,6 +14005,17 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
params: {
|
||||
name: string;
|
||||
type: string;
|
||||
}[];
|
||||
} | null;
|
||||
};
|
||||
};
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
@ -14470,9 +14518,64 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
topSubInstances: ({
|
||||
id?: string;
|
||||
firstRetrievedAt?: string;
|
||||
host?: string;
|
||||
usersCount?: number;
|
||||
notesCount?: number;
|
||||
followingCount?: number;
|
||||
followersCount?: number;
|
||||
isNotResponding?: boolean;
|
||||
isSuspended?: boolean;
|
||||
isBlocked?: boolean;
|
||||
softwareName?: string;
|
||||
softwareVersion?: string;
|
||||
openRegistrations?: boolean;
|
||||
name?: string;
|
||||
description?: string;
|
||||
maintainerName?: string;
|
||||
maintainerEmail?: string;
|
||||
isSilenced?: boolean;
|
||||
iconUrl?: string;
|
||||
faviconUrl?: string;
|
||||
themeColor?: string;
|
||||
infoUpdatedAt?: string | null;
|
||||
latestRequestReceivedAt?: string | null;
|
||||
})[];
|
||||
otherFollowersCount: number;
|
||||
topPubInstances: ({
|
||||
id?: string;
|
||||
firstRetrievedAt?: string;
|
||||
host?: string;
|
||||
usersCount?: number;
|
||||
notesCount?: number;
|
||||
followingCount?: number;
|
||||
followersCount?: number;
|
||||
isNotResponding?: boolean;
|
||||
isSuspended?: boolean;
|
||||
isBlocked?: boolean;
|
||||
softwareName?: string;
|
||||
softwareVersion?: string;
|
||||
openRegistrations?: boolean;
|
||||
name?: string;
|
||||
description?: string;
|
||||
maintainerName?: string;
|
||||
maintainerEmail?: string;
|
||||
isSilenced?: boolean;
|
||||
iconUrl?: string;
|
||||
faviconUrl?: string;
|
||||
themeColor?: string;
|
||||
infoUpdatedAt?: string | null;
|
||||
latestRequestReceivedAt?: string | null;
|
||||
})[];
|
||||
otherFollowingCount: number;
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -15536,9 +15639,13 @@ export type operations = {
|
||||
*/
|
||||
'get-online-users-count': {
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
count: number;
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -16034,9 +16141,14 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
id: string;
|
||||
name: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -16139,9 +16251,45 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
rp: {
|
||||
id: string | null;
|
||||
};
|
||||
user: {
|
||||
id: string;
|
||||
name: string;
|
||||
displayName: string;
|
||||
};
|
||||
challenge: string;
|
||||
pubKeyCredParams: {
|
||||
type: string;
|
||||
alg: number;
|
||||
}[];
|
||||
timeout: number | null;
|
||||
excludeCredentials: (({
|
||||
id: string;
|
||||
type: string;
|
||||
transports: ('ble' | 'cable' | 'hybrid' | 'internal' | 'nfc' | 'smart-card' | 'usb')[];
|
||||
})[]) | null;
|
||||
authenticatorSelection: ({
|
||||
/** @enum {string} */
|
||||
authenticatorAttachment: 'cross-platform' | 'platform';
|
||||
requireResidentKey: boolean;
|
||||
/** @enum {string} */
|
||||
userVerification: 'discouraged' | 'preferred' | 'required';
|
||||
}) | null;
|
||||
/** @enum {string|null} */
|
||||
attestation: 'direct' | 'enterprise' | 'indirect' | 'none' | null;
|
||||
extensions: ({
|
||||
appid: string | null;
|
||||
credProps: boolean | null;
|
||||
hmacCreateSecret: boolean | null;
|
||||
}) | null;
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -16192,9 +16340,17 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
qr: string;
|
||||
url: string;
|
||||
secret: string;
|
||||
label: string;
|
||||
issuer: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -16405,9 +16561,20 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
/** Format: misskey:id */
|
||||
id: string;
|
||||
name: string;
|
||||
/** Format: date-time */
|
||||
createdAt: string;
|
||||
/** Format: date-time */
|
||||
lastUsedAt: string;
|
||||
permission: string[];
|
||||
}[];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -16465,9 +16632,18 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': ({
|
||||
/** Format: misskey:id */
|
||||
id: string;
|
||||
name: string;
|
||||
callbackUrl: string | null;
|
||||
permission: string[];
|
||||
isAuthorized: boolean;
|
||||
})[];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -17519,8 +17695,8 @@ export type operations = {
|
||||
untilId?: string;
|
||||
/** @default true */
|
||||
markAsRead?: boolean;
|
||||
includeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'groupInvited' | 'achievementEarned' | 'app' | 'test' | 'pollVote')[];
|
||||
excludeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'groupInvited' | 'achievementEarned' | 'app' | 'test' | 'pollVote')[];
|
||||
includeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'groupInvited' | 'achievementEarned' | 'app' | 'test' | 'pollVote')[];
|
||||
excludeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'groupInvited' | 'achievementEarned' | 'app' | 'test' | 'pollVote')[];
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -17587,8 +17763,8 @@ export type operations = {
|
||||
untilId?: string;
|
||||
/** @default true */
|
||||
markAsRead?: boolean;
|
||||
includeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'groupInvited' | 'achievementEarned' | 'app' | 'test' | 'pollVote')[];
|
||||
excludeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'groupInvited' | 'achievementEarned' | 'app' | 'test' | 'pollVote')[];
|
||||
includeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'groupInvited' | 'achievementEarned' | 'app' | 'test' | 'pollVote')[];
|
||||
excludeTypes?: ('note' | 'follow' | 'mention' | 'reply' | 'renote' | 'quote' | 'reaction' | 'pollEnded' | 'receiveFollowRequest' | 'followRequestAccepted' | 'roleAssigned' | 'groupInvited' | 'achievementEarned' | 'app' | 'test' | 'pollVote')[];
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -18020,9 +18196,11 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': Record<string, never>;
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -18074,9 +18252,11 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': Record<string, never>;
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -18128,9 +18308,11 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': Record<string, never>;
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -18181,9 +18363,11 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': Record<string, never>;
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -18333,9 +18517,14 @@ export type operations = {
|
||||
*/
|
||||
'i/registry/scopes-with-domain': {
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': ({
|
||||
scopes: string[][];
|
||||
domain: string | null;
|
||||
})[];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -18609,9 +18798,11 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': components['schemas']['UserDetailed'];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -18837,9 +19028,11 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': Record<string, never>;
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -18898,9 +19091,24 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
/** Format: misskey:id */
|
||||
id: string;
|
||||
/** Format: misskey:id */
|
||||
userId: string;
|
||||
name: string;
|
||||
on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction')[];
|
||||
url: string;
|
||||
secret: string;
|
||||
active: boolean;
|
||||
/** Format: date-time */
|
||||
latestSentAt: string | null;
|
||||
latestStatus: number | null;
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -18942,9 +19150,24 @@ export type operations = {
|
||||
*/
|
||||
'i/webhooks/list': {
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': ({
|
||||
/** Format: misskey:id */
|
||||
id: string;
|
||||
/** Format: misskey:id */
|
||||
userId: string;
|
||||
name: string;
|
||||
on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction')[];
|
||||
url: string;
|
||||
secret: string;
|
||||
active: boolean;
|
||||
/** Format: date-time */
|
||||
latestSentAt: string | null;
|
||||
latestStatus: number | null;
|
||||
})[];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -18994,9 +19217,24 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
/** Format: misskey:id */
|
||||
id: string;
|
||||
/** Format: misskey:id */
|
||||
userId: string;
|
||||
name: string;
|
||||
on: ('mention' | 'unfollow' | 'follow' | 'followed' | 'note' | 'reply' | 'renote' | 'reaction')[];
|
||||
url: string;
|
||||
secret: string;
|
||||
active: boolean;
|
||||
/** Format: date-time */
|
||||
latestSentAt: string | null;
|
||||
latestStatus: number | null;
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -22986,9 +23224,11 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': components['schemas']['Flash'];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -23798,9 +24038,15 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
/** Format: misskey:id */
|
||||
id: string;
|
||||
user: components['schemas']['User'];
|
||||
}[];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -24058,9 +24304,24 @@ export type operations = {
|
||||
*/
|
||||
'server-info': {
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
machine: string;
|
||||
cpu: {
|
||||
model: string;
|
||||
cores: number;
|
||||
};
|
||||
mem: {
|
||||
total: number;
|
||||
};
|
||||
fs: {
|
||||
total: number;
|
||||
used: number;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -24404,9 +24665,19 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
/** Format: misskey:id */
|
||||
id: string;
|
||||
required: boolean;
|
||||
string: string;
|
||||
default: string;
|
||||
/** @default hello */
|
||||
nullableDefault: string | null;
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -26187,9 +26458,20 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
/** Format: misskey:id */
|
||||
id: string;
|
||||
/** Format: date-time */
|
||||
createdAt: string;
|
||||
/** Format: misskey:id */
|
||||
userId: string;
|
||||
user: components['schemas']['User'];
|
||||
withReplies: boolean;
|
||||
}[];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -26935,9 +27217,14 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
name: string;
|
||||
unlockedAt: number;
|
||||
}[];
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -27095,9 +27382,13 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
items: Record<string, never>[];
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
@ -27147,9 +27438,14 @@ export type operations = {
|
||||
};
|
||||
};
|
||||
responses: {
|
||||
/** @description OK (without any results) */
|
||||
204: {
|
||||
content: never;
|
||||
/** @description OK (with results) */
|
||||
200: {
|
||||
content: {
|
||||
'application/json': {
|
||||
type: string;
|
||||
data: string;
|
||||
};
|
||||
};
|
||||
};
|
||||
/** @description Client error */
|
||||
400: {
|
||||
|
Loading…
Reference in New Issue
Block a user