chore(misskey-js): update misskey-js with api.json (#12778)
pnpm build && pnpm build-misskey-js-with-types && pnpm --filter misskey-js api
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*
|
||||
* version: 2023.11.0-beta.3
|
||||
* generatedAt: 2023-12-08T04:57:48.409Z
|
||||
* version: 2023.12.0
|
||||
* generatedAt: 2023-12-24T08:46:11.014Z
|
||||
*/
|
||||
|
||||
import { operations } from './types.js';
|
||||
@@ -15,9 +15,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'];
|
||||
@@ -57,8 +60,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'];
|
||||
@@ -100,6 +105,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'];
|
||||
@@ -227,6 +233,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'];
|
||||
@@ -240,6 +247,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'];
|
||||
@@ -269,6 +277,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'];
|
||||
@@ -282,14 +291,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'];
|
||||
@@ -318,11 +332,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'];
|
||||
@@ -330,11 +349,16 @@ 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 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'];
|
||||
@@ -422,6 +446,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 FlashLikeRequest = operations['flash/like']['requestBody']['content']['application/json'];
|
||||
@@ -440,10 +465,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'];
|
||||
@@ -453,6 +480,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'];
|
||||
@@ -486,6 +514,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'];
|
||||
@@ -506,7 +535,10 @@ export type UsersSearchResponse = operations['users/search']['responses']['200']
|
||||
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'];
|
||||
|
||||
Reference in New Issue
Block a user