2023-03-30 00:33:19 +00:00
## API Report File for "misskey-js"
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
```ts
import { EventEmitter } from 'eventemitter3';
2024-06-08 06:34:19 +00:00
// Warning: (ae-forgotten-export) The symbol "components" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
type AbuseReportNotificationRecipient = components['schemas']['AbuseReportNotificationRecipient'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
export type Acct = {
username: string;
host: string | null;
};
2023-09-04 04:33:38 +00:00
declare namespace acct {
export {
parse,
toString_2 as toString,
Acct
}
}
export { acct }
2023-12-24 08:54:00 +00:00
// @public (undocumented)
type Ad = components['schemas']['Ad'];
2024-06-22 13:29:13 +00:00
// Warning: (ae-forgotten-export) The symbol "EndpointsErrors" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
type AdminAbuseReportNotificationRecipientCreateErrors = EndpointsErrors['admin___abuse-report___notification-recipient___create'][keyof EndpointsErrors['admin___abuse-report___notification-recipient___create']];
2023-12-02 12:00:05 +00:00
// Warning: (ae-forgotten-export) The symbol "operations" needs to be exported by the entry point index.d.ts
2023-03-30 00:33:19 +00:00
//
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type AdminAbuseReportNotificationRecipientCreateRequest = operations['admin___abuse-report___notification-recipient___create']['requestBody']['content']['application/json'];
// @public (undocumented)
type AdminAbuseReportNotificationRecipientCreateResponse = operations['admin___abuse-report___notification-recipient___create']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAbuseReportNotificationRecipientDeleteErrors = EndpointsErrors['admin___abuse-report___notification-recipient___delete'][keyof EndpointsErrors['admin___abuse-report___notification-recipient___delete']];
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type AdminAbuseReportNotificationRecipientDeleteRequest = operations['admin___abuse-report___notification-recipient___delete']['requestBody']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAbuseReportNotificationRecipientListErrors = EndpointsErrors['admin___abuse-report___notification-recipient___list'][keyof EndpointsErrors['admin___abuse-report___notification-recipient___list']];
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type AdminAbuseReportNotificationRecipientListRequest = operations['admin___abuse-report___notification-recipient___list']['requestBody']['content']['application/json'];
// @public (undocumented)
type AdminAbuseReportNotificationRecipientListResponse = operations['admin___abuse-report___notification-recipient___list']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAbuseReportNotificationRecipientShowErrors = EndpointsErrors['admin___abuse-report___notification-recipient___show'][keyof EndpointsErrors['admin___abuse-report___notification-recipient___show']];
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type AdminAbuseReportNotificationRecipientShowRequest = operations['admin___abuse-report___notification-recipient___show']['requestBody']['content']['application/json'];
// @public (undocumented)
type AdminAbuseReportNotificationRecipientShowResponse = operations['admin___abuse-report___notification-recipient___show']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAbuseReportNotificationRecipientUpdateErrors = EndpointsErrors['admin___abuse-report___notification-recipient___update'][keyof EndpointsErrors['admin___abuse-report___notification-recipient___update']];
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type AdminAbuseReportNotificationRecipientUpdateRequest = operations['admin___abuse-report___notification-recipient___update']['requestBody']['content']['application/json'];
// @public (undocumented)
type AdminAbuseReportNotificationRecipientUpdateResponse = operations['admin___abuse-report___notification-recipient___update']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAbuseUserReportsErrors = EndpointsErrors['admin___abuse-user-reports'][keyof EndpointsErrors['admin___abuse-user-reports']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAbuseUserReportsRequest = operations['admin___abuse-user-reports']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2023-07-31 03:22:57 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAbuseUserReportsResponse = operations['admin___abuse-user-reports']['responses']['200']['content']['application/json'];
2023-07-31 03:22:57 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAccountsCreateErrors = EndpointsErrors['admin___accounts___create'][keyof EndpointsErrors['admin___accounts___create']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAccountsCreateRequest = operations['admin___accounts___create']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAccountsCreateResponse = operations['admin___accounts___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAccountsDeleteErrors = EndpointsErrors['admin___accounts___delete'][keyof EndpointsErrors['admin___accounts___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAccountsDeleteRequest = operations['admin___accounts___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAccountsFindByEmailErrors = EndpointsErrors['admin___accounts___find-by-email'][keyof EndpointsErrors['admin___accounts___find-by-email']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAccountsFindByEmailRequest = operations['admin___accounts___find-by-email']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAccountsFindByEmailResponse = operations['admin___accounts___find-by-email']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAdCreateErrors = EndpointsErrors['admin___ad___create'][keyof EndpointsErrors['admin___ad___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAdCreateRequest = operations['admin___ad___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAdCreateResponse = operations['admin___ad___create']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAdDeleteErrors = EndpointsErrors['admin___ad___delete'][keyof EndpointsErrors['admin___ad___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAdDeleteRequest = operations['admin___ad___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAdListErrors = EndpointsErrors['admin___ad___list'][keyof EndpointsErrors['admin___ad___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAdListRequest = operations['admin___ad___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAdListResponse = operations['admin___ad___list']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAdUpdateErrors = EndpointsErrors['admin___ad___update'][keyof EndpointsErrors['admin___ad___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAdUpdateRequest = operations['admin___ad___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAnnouncementsCreateErrors = EndpointsErrors['admin___announcements___create'][keyof EndpointsErrors['admin___announcements___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAnnouncementsCreateRequest = operations['admin___announcements___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAnnouncementsCreateResponse = operations['admin___announcements___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAnnouncementsDeleteErrors = EndpointsErrors['admin___announcements___delete'][keyof EndpointsErrors['admin___announcements___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAnnouncementsDeleteRequest = operations['admin___announcements___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAnnouncementsListErrors = EndpointsErrors['admin___announcements___list'][keyof EndpointsErrors['admin___announcements___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAnnouncementsListRequest = operations['admin___announcements___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAnnouncementsListResponse = operations['admin___announcements___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAnnouncementsUpdateErrors = EndpointsErrors['admin___announcements___update'][keyof EndpointsErrors['admin___announcements___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAnnouncementsUpdateRequest = operations['admin___announcements___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAvatarDecorationsCreateErrors = EndpointsErrors['admin___avatar-decorations___create'][keyof EndpointsErrors['admin___avatar-decorations___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAvatarDecorationsCreateRequest = operations['admin___avatar-decorations___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAvatarDecorationsDeleteErrors = EndpointsErrors['admin___avatar-decorations___delete'][keyof EndpointsErrors['admin___avatar-decorations___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAvatarDecorationsDeleteRequest = operations['admin___avatar-decorations___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAvatarDecorationsListErrors = EndpointsErrors['admin___avatar-decorations___list'][keyof EndpointsErrors['admin___avatar-decorations___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAvatarDecorationsListRequest = operations['admin___avatar-decorations___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAvatarDecorationsListResponse = operations['admin___avatar-decorations___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminAvatarDecorationsUpdateErrors = EndpointsErrors['admin___avatar-decorations___update'][keyof EndpointsErrors['admin___avatar-decorations___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminAvatarDecorationsUpdateRequest = operations['admin___avatar-decorations___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminDeleteAccountErrors = EndpointsErrors['admin___delete-account'][keyof EndpointsErrors['admin___delete-account']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminDeleteAccountRequest = operations['admin___delete-account']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminDeleteAllFilesOfAUserErrors = EndpointsErrors['admin___delete-all-files-of-a-user'][keyof EndpointsErrors['admin___delete-all-files-of-a-user']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminDeleteAllFilesOfAUserRequest = operations['admin___delete-all-files-of-a-user']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminDriveCleanRemoteFilesErrors = EndpointsErrors['admin___drive___clean-remote-files'][keyof EndpointsErrors['admin___drive___clean-remote-files']];
// @public (undocumented)
type AdminDriveCleanupErrors = EndpointsErrors['admin___drive___cleanup'][keyof EndpointsErrors['admin___drive___cleanup']];
// @public (undocumented)
type AdminDriveFilesErrors = EndpointsErrors['admin___drive___files'][keyof EndpointsErrors['admin___drive___files']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminDriveFilesRequest = operations['admin___drive___files']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminDriveFilesResponse = operations['admin___drive___files']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminDriveShowFileErrors = EndpointsErrors['admin___drive___show-file'][keyof EndpointsErrors['admin___drive___show-file']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminDriveShowFileRequest = operations['admin___drive___show-file']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminDriveShowFileResponse = operations['admin___drive___show-file']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiAddAliasesBulkErrors = EndpointsErrors['admin___emoji___add-aliases-bulk'][keyof EndpointsErrors['admin___emoji___add-aliases-bulk']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiAddAliasesBulkRequest = operations['admin___emoji___add-aliases-bulk']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiAddErrors = EndpointsErrors['admin___emoji___add'][keyof EndpointsErrors['admin___emoji___add']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiAddRequest = operations['admin___emoji___add']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-02-26 10:49:12 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiAddResponse = operations['admin___emoji___add']['responses']['200']['content']['application/json'];
2024-02-26 10:49:12 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiCopyErrors = EndpointsErrors['admin___emoji___copy'][keyof EndpointsErrors['admin___emoji___copy']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiCopyRequest = operations['admin___emoji___copy']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiCopyResponse = operations['admin___emoji___copy']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiDeleteBulkErrors = EndpointsErrors['admin___emoji___delete-bulk'][keyof EndpointsErrors['admin___emoji___delete-bulk']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiDeleteBulkRequest = operations['admin___emoji___delete-bulk']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiDeleteErrors = EndpointsErrors['admin___emoji___delete'][keyof EndpointsErrors['admin___emoji___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiDeleteRequest = operations['admin___emoji___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiImportZipErrors = EndpointsErrors['admin___emoji___import-zip'][keyof EndpointsErrors['admin___emoji___import-zip']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiImportZipRequest = operations['admin___emoji___import-zip']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiListErrors = EndpointsErrors['admin___emoji___list'][keyof EndpointsErrors['admin___emoji___list']];
// @public (undocumented)
type AdminEmojiListRemoteErrors = EndpointsErrors['admin___emoji___list-remote'][keyof EndpointsErrors['admin___emoji___list-remote']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiListRemoteRequest = operations['admin___emoji___list-remote']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiListRemoteResponse = operations['admin___emoji___list-remote']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiListRequest = operations['admin___emoji___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiListResponse = operations['admin___emoji___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiRemoveAliasesBulkErrors = EndpointsErrors['admin___emoji___remove-aliases-bulk'][keyof EndpointsErrors['admin___emoji___remove-aliases-bulk']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiRemoveAliasesBulkRequest = operations['admin___emoji___remove-aliases-bulk']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiSetAliasesBulkErrors = EndpointsErrors['admin___emoji___set-aliases-bulk'][keyof EndpointsErrors['admin___emoji___set-aliases-bulk']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiSetAliasesBulkRequest = operations['admin___emoji___set-aliases-bulk']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiSetCategoryBulkErrors = EndpointsErrors['admin___emoji___set-category-bulk'][keyof EndpointsErrors['admin___emoji___set-category-bulk']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiSetCategoryBulkRequest = operations['admin___emoji___set-category-bulk']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiSetLicenseBulkErrors = EndpointsErrors['admin___emoji___set-license-bulk'][keyof EndpointsErrors['admin___emoji___set-license-bulk']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiSetLicenseBulkRequest = operations['admin___emoji___set-license-bulk']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminEmojiUpdateErrors = EndpointsErrors['admin___emoji___update'][keyof EndpointsErrors['admin___emoji___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminEmojiUpdateRequest = operations['admin___emoji___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminFederationDeleteAllFilesErrors = EndpointsErrors['admin___federation___delete-all-files'][keyof EndpointsErrors['admin___federation___delete-all-files']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminFederationDeleteAllFilesRequest = operations['admin___federation___delete-all-files']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminFederationRefreshRemoteInstanceMetadataErrors = EndpointsErrors['admin___federation___refresh-remote-instance-metadata'][keyof EndpointsErrors['admin___federation___refresh-remote-instance-metadata']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminFederationRefreshRemoteInstanceMetadataRequest = operations['admin___federation___refresh-remote-instance-metadata']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminFederationRemoveAllFollowingErrors = EndpointsErrors['admin___federation___remove-all-following'][keyof EndpointsErrors['admin___federation___remove-all-following']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminFederationRemoveAllFollowingRequest = operations['admin___federation___remove-all-following']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminFederationUpdateInstanceErrors = EndpointsErrors['admin___federation___update-instance'][keyof EndpointsErrors['admin___federation___update-instance']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminFederationUpdateInstanceRequest = operations['admin___federation___update-instance']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminGetIndexStatsErrors = EndpointsErrors['admin___get-index-stats'][keyof EndpointsErrors['admin___get-index-stats']];
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminGetIndexStatsResponse = operations['admin___get-index-stats']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminGetTableStatsErrors = EndpointsErrors['admin___get-table-stats'][keyof EndpointsErrors['admin___get-table-stats']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminGetTableStatsResponse = operations['admin___get-table-stats']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminGetUserIpsErrors = EndpointsErrors['admin___get-user-ips'][keyof EndpointsErrors['admin___get-user-ips']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminGetUserIpsRequest = operations['admin___get-user-ips']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminGetUserIpsResponse = operations['admin___get-user-ips']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminInviteCreateErrors = EndpointsErrors['admin___invite___create'][keyof EndpointsErrors['admin___invite___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminInviteCreateRequest = operations['admin___invite___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminInviteCreateResponse = operations['admin___invite___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminInviteListErrors = EndpointsErrors['admin___invite___list'][keyof EndpointsErrors['admin___invite___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminInviteListRequest = operations['admin___invite___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminInviteListResponse = operations['admin___invite___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminMetaErrors = EndpointsErrors['admin___meta'][keyof EndpointsErrors['admin___meta']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminMetaResponse = operations['admin___meta']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminPromoCreateErrors = EndpointsErrors['admin___promo___create'][keyof EndpointsErrors['admin___promo___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminPromoCreateRequest = operations['admin___promo___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminQueueClearErrors = EndpointsErrors['admin___queue___clear'][keyof EndpointsErrors['admin___queue___clear']];
// @public (undocumented)
type AdminQueueDeliverDelayedErrors = EndpointsErrors['admin___queue___deliver-delayed'][keyof EndpointsErrors['admin___queue___deliver-delayed']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminQueueDeliverDelayedResponse = operations['admin___queue___deliver-delayed']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminQueueInboxDelayedErrors = EndpointsErrors['admin___queue___inbox-delayed'][keyof EndpointsErrors['admin___queue___inbox-delayed']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminQueueInboxDelayedResponse = operations['admin___queue___inbox-delayed']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminQueuePromoteErrors = EndpointsErrors['admin___queue___promote'][keyof EndpointsErrors['admin___queue___promote']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminQueuePromoteRequest = operations['admin___queue___promote']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminQueueStatsErrors = EndpointsErrors['admin___queue___stats'][keyof EndpointsErrors['admin___queue___stats']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminQueueStatsResponse = operations['admin___queue___stats']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRelaysAddErrors = EndpointsErrors['admin___relays___add'][keyof EndpointsErrors['admin___relays___add']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRelaysAddRequest = operations['admin___relays___add']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRelaysAddResponse = operations['admin___relays___add']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRelaysListErrors = EndpointsErrors['admin___relays___list'][keyof EndpointsErrors['admin___relays___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRelaysListResponse = operations['admin___relays___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRelaysRemoveErrors = EndpointsErrors['admin___relays___remove'][keyof EndpointsErrors['admin___relays___remove']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRelaysRemoveRequest = operations['admin___relays___remove']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminResetPasswordErrors = EndpointsErrors['admin___reset-password'][keyof EndpointsErrors['admin___reset-password']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminResetPasswordRequest = operations['admin___reset-password']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminResetPasswordResponse = operations['admin___reset-password']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminResolveAbuseUserReportErrors = EndpointsErrors['admin___resolve-abuse-user-report'][keyof EndpointsErrors['admin___resolve-abuse-user-report']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminResolveAbuseUserReportRequest = operations['admin___resolve-abuse-user-report']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRolesAssignErrors = EndpointsErrors['admin___roles___assign'][keyof EndpointsErrors['admin___roles___assign']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesAssignRequest = operations['admin___roles___assign']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRolesCreateErrors = EndpointsErrors['admin___roles___create'][keyof EndpointsErrors['admin___roles___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesCreateRequest = operations['admin___roles___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-06 06:47:57 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesCreateResponse = operations['admin___roles___create']['responses']['200']['content']['application/json'];
2023-12-06 06:47:57 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRolesDeleteErrors = EndpointsErrors['admin___roles___delete'][keyof EndpointsErrors['admin___roles___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesDeleteRequest = operations['admin___roles___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRolesListErrors = EndpointsErrors['admin___roles___list'][keyof EndpointsErrors['admin___roles___list']];
2023-12-06 06:47:57 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesListResponse = operations['admin___roles___list']['responses']['200']['content']['application/json'];
2023-12-06 06:47:57 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRolesShowErrors = EndpointsErrors['admin___roles___show'][keyof EndpointsErrors['admin___roles___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesShowRequest = operations['admin___roles___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-06 06:47:57 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesShowResponse = operations['admin___roles___show']['responses']['200']['content']['application/json'];
2023-12-06 06:47:57 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRolesUnassignErrors = EndpointsErrors['admin___roles___unassign'][keyof EndpointsErrors['admin___roles___unassign']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesUnassignRequest = operations['admin___roles___unassign']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRolesUpdateDefaultPoliciesErrors = EndpointsErrors['admin___roles___update-default-policies'][keyof EndpointsErrors['admin___roles___update-default-policies']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesUpdateDefaultPoliciesRequest = operations['admin___roles___update-default-policies']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRolesUpdateErrors = EndpointsErrors['admin___roles___update'][keyof EndpointsErrors['admin___roles___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesUpdateRequest = operations['admin___roles___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminRolesUsersErrors = EndpointsErrors['admin___roles___users'][keyof EndpointsErrors['admin___roles___users']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesUsersRequest = operations['admin___roles___users']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminRolesUsersResponse = operations['admin___roles___users']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminSendEmailErrors = EndpointsErrors['admin___send-email'][keyof EndpointsErrors['admin___send-email']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminSendEmailRequest = operations['admin___send-email']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminServerInfoErrors = EndpointsErrors['admin___server-info'][keyof EndpointsErrors['admin___server-info']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminServerInfoResponse = operations['admin___server-info']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminShowModerationLogsErrors = EndpointsErrors['admin___show-moderation-logs'][keyof EndpointsErrors['admin___show-moderation-logs']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminShowModerationLogsRequest = operations['admin___show-moderation-logs']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminShowModerationLogsResponse = operations['admin___show-moderation-logs']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminShowUserErrors = EndpointsErrors['admin___show-user'][keyof EndpointsErrors['admin___show-user']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminShowUserRequest = operations['admin___show-user']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminShowUserResponse = operations['admin___show-user']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminShowUsersErrors = EndpointsErrors['admin___show-users'][keyof EndpointsErrors['admin___show-users']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminShowUsersRequest = operations['admin___show-users']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminShowUsersResponse = operations['admin___show-users']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminSuspendUserErrors = EndpointsErrors['admin___suspend-user'][keyof EndpointsErrors['admin___suspend-user']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminSuspendUserRequest = operations['admin___suspend-user']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminSystemWebhookCreateErrors = EndpointsErrors['admin___system-webhook___create'][keyof EndpointsErrors['admin___system-webhook___create']];
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type AdminSystemWebhookCreateRequest = operations['admin___system-webhook___create']['requestBody']['content']['application/json'];
// @public (undocumented)
type AdminSystemWebhookCreateResponse = operations['admin___system-webhook___create']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminSystemWebhookDeleteErrors = EndpointsErrors['admin___system-webhook___delete'][keyof EndpointsErrors['admin___system-webhook___delete']];
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type AdminSystemWebhookDeleteRequest = operations['admin___system-webhook___delete']['requestBody']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminSystemWebhookListErrors = EndpointsErrors['admin___system-webhook___list'][keyof EndpointsErrors['admin___system-webhook___list']];
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type AdminSystemWebhookListRequest = operations['admin___system-webhook___list']['requestBody']['content']['application/json'];
// @public (undocumented)
type AdminSystemWebhookListResponse = operations['admin___system-webhook___list']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminSystemWebhookShowErrors = EndpointsErrors['admin___system-webhook___show'][keyof EndpointsErrors['admin___system-webhook___show']];
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type AdminSystemWebhookShowRequest = operations['admin___system-webhook___show']['requestBody']['content']['application/json'];
// @public (undocumented)
type AdminSystemWebhookShowResponse = operations['admin___system-webhook___show']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminSystemWebhookUpdateErrors = EndpointsErrors['admin___system-webhook___update'][keyof EndpointsErrors['admin___system-webhook___update']];
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type AdminSystemWebhookUpdateRequest = operations['admin___system-webhook___update']['requestBody']['content']['application/json'];
// @public (undocumented)
type AdminSystemWebhookUpdateResponse = operations['admin___system-webhook___update']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminUnsetUserAvatarErrors = EndpointsErrors['admin___unset-user-avatar'][keyof EndpointsErrors['admin___unset-user-avatar']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminUnsetUserAvatarRequest = operations['admin___unset-user-avatar']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminUnsetUserBannerErrors = EndpointsErrors['admin___unset-user-banner'][keyof EndpointsErrors['admin___unset-user-banner']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminUnsetUserBannerRequest = operations['admin___unset-user-banner']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminUnsuspendUserErrors = EndpointsErrors['admin___unsuspend-user'][keyof EndpointsErrors['admin___unsuspend-user']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminUnsuspendUserRequest = operations['admin___unsuspend-user']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminUpdateMetaErrors = EndpointsErrors['admin___update-meta'][keyof EndpointsErrors['admin___update-meta']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminUpdateMetaRequest = operations['admin___update-meta']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AdminUpdateUserNoteErrors = EndpointsErrors['admin___update-user-note'][keyof EndpointsErrors['admin___update-user-note']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AdminUpdateUserNoteRequest = operations['admin___update-user-note']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type Announcement = components['schemas']['Announcement'];
2023-12-03 03:45:18 +00:00
// @public (undocumented)
type AnnouncementCreated = {
announcement: Announcement;
};
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AnnouncementsErrors = EndpointsErrors['announcements'][keyof EndpointsErrors['announcements']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type AnnouncementsRequest = operations['announcements']['requestBody']['content']['application/json'];
// @public (undocumented)
type AnnouncementsResponse = operations['announcements']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AnnouncementsShowErrors = EndpointsErrors['announcements___show'][keyof EndpointsErrors['announcements___show']];
2024-05-27 08:15:11 +00:00
// @public (undocumented)
type AnnouncementsShowRequest = operations['announcements___show']['requestBody']['content']['application/json'];
// @public (undocumented)
type AnnouncementsShowResponse = operations['announcements___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type Antenna = components['schemas']['Antenna'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AntennasCreateErrors = EndpointsErrors['antennas___create'][keyof EndpointsErrors['antennas___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AntennasCreateRequest = operations['antennas___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AntennasCreateResponse = operations['antennas___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AntennasDeleteErrors = EndpointsErrors['antennas___delete'][keyof EndpointsErrors['antennas___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AntennasDeleteRequest = operations['antennas___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AntennasListErrors = EndpointsErrors['antennas___list'][keyof EndpointsErrors['antennas___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AntennasListResponse = operations['antennas___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AntennasNotesErrors = EndpointsErrors['antennas___notes'][keyof EndpointsErrors['antennas___notes']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AntennasNotesRequest = operations['antennas___notes']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AntennasNotesResponse = operations['antennas___notes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AntennasShowErrors = EndpointsErrors['antennas___show'][keyof EndpointsErrors['antennas___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AntennasShowRequest = operations['antennas___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AntennasShowResponse = operations['antennas___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AntennasUpdateErrors = EndpointsErrors['antennas___update'][keyof EndpointsErrors['antennas___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AntennasUpdateRequest = operations['antennas___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AntennasUpdateResponse = operations['antennas___update']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ApGetErrors = EndpointsErrors['ap___get'][keyof EndpointsErrors['ap___get']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ApGetRequest = operations['ap___get']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ApGetResponse = operations['ap___get']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
declare namespace api {
export {
isAPIError,
2023-12-02 12:00:05 +00:00
SwitchCaseResponseType,
2023-03-30 00:33:19 +00:00
APIError,
FetchLike,
APIClient
}
}
export { api }
// @public (undocumented)
class APIClient {
constructor(opts: {
origin: APIClient['origin'];
credential?: APIClient['credential'];
fetch?: APIClient['fetch'] | null | undefined;
});
// (undocumented)
credential: string | null | undefined;
// (undocumented)
fetch: FetchLike;
// (undocumented)
origin: string;
}
// @public (undocumented)
type APIError = {
id: string;
code: string;
message: string;
kind: 'client' | 'server';
info: Record< string , any > ;
};
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type App = components['schemas']['App'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AppCreateErrors = EndpointsErrors['app___create'][keyof EndpointsErrors['app___create']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AppCreateRequest = operations['app___create']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AppCreateResponse = operations['app___create']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AppShowErrors = EndpointsErrors['app___show'][keyof EndpointsErrors['app___show']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AppShowRequest = operations['app___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AppShowResponse = operations['app___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ApShowErrors = EndpointsErrors['ap___show'][keyof EndpointsErrors['ap___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ApShowRequest = operations['ap___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ApShowResponse = operations['ap___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AuthAcceptErrors = EndpointsErrors['auth___accept'][keyof EndpointsErrors['auth___accept']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AuthAcceptRequest = operations['auth___accept']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AuthSessionGenerateErrors = EndpointsErrors['auth___session___generate'][keyof EndpointsErrors['auth___session___generate']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AuthSessionGenerateRequest = operations['auth___session___generate']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AuthSessionGenerateResponse = operations['auth___session___generate']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AuthSessionShowErrors = EndpointsErrors['auth___session___show'][keyof EndpointsErrors['auth___session___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AuthSessionShowRequest = operations['auth___session___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AuthSessionShowResponse = operations['auth___session___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type AuthSessionUserkeyErrors = EndpointsErrors['auth___session___userkey'][keyof EndpointsErrors['auth___session___userkey']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AuthSessionUserkeyRequest = operations['auth___session___userkey']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type AuthSessionUserkeyResponse = operations['auth___session___userkey']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type Blocking = components['schemas']['Blocking'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type BlockingCreateErrors = EndpointsErrors['blocking___create'][keyof EndpointsErrors['blocking___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type BlockingCreateRequest = operations['blocking___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type BlockingCreateResponse = operations['blocking___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type BlockingDeleteErrors = EndpointsErrors['blocking___delete'][keyof EndpointsErrors['blocking___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type BlockingDeleteRequest = operations['blocking___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type BlockingDeleteResponse = operations['blocking___delete']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type BlockingListErrors = EndpointsErrors['blocking___list'][keyof EndpointsErrors['blocking___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type BlockingListRequest = operations['blocking___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type BlockingListResponse = operations['blocking___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type BubbleGameRankingErrors = EndpointsErrors['bubble-game___ranking'][keyof EndpointsErrors['bubble-game___ranking']];
2024-01-11 14:41:22 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type BubbleGameRankingRequest = operations['bubble-game___ranking']['requestBody']['content']['application/json'];
2024-01-11 14:41:22 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type BubbleGameRankingResponse = operations['bubble-game___ranking']['responses']['200']['content']['application/json'];
2024-01-11 14:41:22 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type BubbleGameRegisterErrors = EndpointsErrors['bubble-game___register'][keyof EndpointsErrors['bubble-game___register']];
2024-01-11 14:41:22 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type BubbleGameRegisterRequest = operations['bubble-game___register']['requestBody']['content']['application/json'];
2024-01-11 14:41:22 +00:00
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type Channel = components['schemas']['Channel'];
2023-03-30 00:33:19 +00:00
// Warning: (ae-forgotten-export) The symbol "AnyOf" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export abstract class ChannelConnection< Channel extends AnyOf < Channels > = any> extends EventEmitter< Channel [ ' events ' ] > {
constructor(stream: Stream, channel: string, name?: string);
// (undocumented)
channel: string;
// (undocumented)
abstract dispose(): void;
// (undocumented)
abstract id: string;
// (undocumented)
inCount: number;
// (undocumented)
name?: string;
// (undocumented)
outCount: number;
// (undocumented)
send< T extends keyof Channel [ ' receives ' ] > (type: T, body: Channel['receives'][T]): void;
// (undocumented)
protected stream: Stream;
}
// @public (undocumented)
export type Channels = {
main: {
params: null;
events: {
notification: (payload: Notification_2) => void;
mention: (payload: Note) => void;
reply: (payload: Note) => void;
renote: (payload: Note) => void;
2024-01-30 10:53:53 +00:00
follow: (payload: UserDetailedNotMe) => void;
followed: (payload: UserDetailed | UserLite) => void;
unfollow: (payload: UserDetailed) => void;
meUpdated: (payload: UserDetailed) => void;
2023-03-30 00:33:19 +00:00
pageEvent: (payload: PageEvent) => void;
urlUploadFinished: (payload: {
marker: string;
file: DriveFile;
}) => void;
readAllNotifications: () => void;
unreadNotification: (payload: Notification_2) => void;
unreadMention: (payload: Note['id']) => void;
readAllUnreadMentions: () => void;
2024-02-29 11:03:30 +00:00
notificationFlushed: () => void;
2023-03-30 00:33:19 +00:00
unreadSpecifiedNote: (payload: Note['id']) => void;
readAllUnreadSpecifiedNotes: () => void;
readAllAntennas: () => void;
unreadAntenna: (payload: Antenna) => void;
readAllAnnouncements: () => void;
myTokenRegenerated: () => void;
2023-12-03 03:45:18 +00:00
signin: (payload: Signin) => void;
2023-03-30 00:33:19 +00:00
registryUpdated: (payload: {
scope?: string[];
key: string;
value: any | null;
}) => void;
driveFileCreated: (payload: DriveFile) => void;
readAntenna: (payload: Antenna) => void;
2023-12-03 03:45:18 +00:00
receiveFollowRequest: (payload: User) => void;
announcementCreated: (payload: AnnouncementCreated) => void;
2023-03-30 00:33:19 +00:00
};
receives: null;
};
homeTimeline: {
2023-12-03 03:45:18 +00:00
params: {
withRenotes?: boolean;
withFiles?: boolean;
};
2023-03-30 00:33:19 +00:00
events: {
note: (payload: Note) => void;
};
receives: null;
};
localTimeline: {
2023-12-03 03:45:18 +00:00
params: {
withRenotes?: boolean;
withReplies?: boolean;
withFiles?: boolean;
};
2023-03-30 00:33:19 +00:00
events: {
note: (payload: Note) => void;
};
receives: null;
};
hybridTimeline: {
2023-12-03 03:45:18 +00:00
params: {
withRenotes?: boolean;
withReplies?: boolean;
withFiles?: boolean;
};
2023-03-30 00:33:19 +00:00
events: {
note: (payload: Note) => void;
};
receives: null;
};
globalTimeline: {
2023-12-03 03:45:18 +00:00
params: {
withRenotes?: boolean;
withFiles?: boolean;
};
events: {
note: (payload: Note) => void;
};
receives: null;
};
userList: {
params: {
listId: string;
withFiles?: boolean;
2024-01-30 10:53:53 +00:00
withRenotes?: boolean;
2023-12-03 03:45:18 +00:00
};
events: {
note: (payload: Note) => void;
};
receives: null;
};
hashtag: {
params: {
q?: string;
};
events: {
note: (payload: Note) => void;
};
receives: null;
};
roleTimeline: {
params: {
roleId: string;
};
events: {
note: (payload: Note) => void;
};
receives: null;
};
antenna: {
params: {
antennaId: string;
};
events: {
note: (payload: Note) => void;
};
receives: null;
};
channel: {
params: {
channelId: string;
};
2023-03-30 00:33:19 +00:00
events: {
note: (payload: Note) => void;
};
receives: null;
};
2023-12-03 03:45:18 +00:00
drive: {
params: null;
events: {
fileCreated: (payload: DriveFile) => void;
fileDeleted: (payload: DriveFile['id']) => void;
fileUpdated: (payload: DriveFile) => void;
folderCreated: (payload: DriveFolder) => void;
folderDeleted: (payload: DriveFolder['id']) => void;
2024-01-30 10:53:53 +00:00
folderUpdated: (payload: DriveFolder) => void;
2023-12-03 03:45:18 +00:00
};
receives: null;
};
2023-12-02 12:00:05 +00:00
serverStats: {
params: null;
2023-03-30 00:33:19 +00:00
events: {
2023-12-03 03:45:18 +00:00
stats: (payload: ServerStats) => void;
statsLog: (payload: ServerStatsLog) => void;
2023-03-30 00:33:19 +00:00
};
receives: {
requestLog: {
id: string | number;
length: number;
};
};
};
queueStats: {
params: null;
events: {
2023-12-03 03:45:18 +00:00
stats: (payload: QueueStats) => void;
statsLog: (payload: QueueStatsLog) => void;
2023-03-30 00:33:19 +00:00
};
receives: {
requestLog: {
id: string | number;
length: number;
};
};
};
2023-12-03 03:45:18 +00:00
admin: {
params: null;
events: {
newAbuseUserReport: {
id: string;
targetUserId: string;
reporterId: string;
comment: string;
};
};
receives: null;
};
2024-01-30 11:54:30 +00:00
reversiGame: {
params: {
gameId: string;
};
events: {
started: (payload: {
game: ReversiGameDetailed;
}) => void;
ended: (payload: {
winnerId: User['id'] | null;
game: ReversiGameDetailed;
}) => void;
canceled: (payload: {
userId: User['id'];
}) => void;
changeReadyStates: (payload: {
user1: boolean;
user2: boolean;
}) => void;
updateSettings: (payload: {
userId: User['id'];
key: string;
value: any;
}) => void;
log: (payload: Record< string , any > ) => void;
};
receives: {
putStone: {
pos: number;
id: string;
};
ready: boolean;
cancel: null | Record< string , never > ;
updateSettings: {
key: string;
value: any;
};
claimTimeIsUp: null | Record< string , never > ;
};
};
2023-03-30 00:33:19 +00:00
};
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsCreateErrors = EndpointsErrors['channels___create'][keyof EndpointsErrors['channels___create']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsCreateRequest = operations['channels___create']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsCreateResponse = operations['channels___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsFavoriteErrors = EndpointsErrors['channels___favorite'][keyof EndpointsErrors['channels___favorite']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsFavoriteRequest = operations['channels___favorite']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsFeaturedErrors = EndpointsErrors['channels___featured'][keyof EndpointsErrors['channels___featured']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsFeaturedResponse = operations['channels___featured']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsFollowedErrors = EndpointsErrors['channels___followed'][keyof EndpointsErrors['channels___followed']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsFollowedRequest = operations['channels___followed']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsFollowedResponse = operations['channels___followed']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsFollowErrors = EndpointsErrors['channels___follow'][keyof EndpointsErrors['channels___follow']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsFollowRequest = operations['channels___follow']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsMyFavoritesErrors = EndpointsErrors['channels___my-favorites'][keyof EndpointsErrors['channels___my-favorites']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsMyFavoritesResponse = operations['channels___my-favorites']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsOwnedErrors = EndpointsErrors['channels___owned'][keyof EndpointsErrors['channels___owned']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsOwnedRequest = operations['channels___owned']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsOwnedResponse = operations['channels___owned']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsSearchErrors = EndpointsErrors['channels___search'][keyof EndpointsErrors['channels___search']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsSearchRequest = operations['channels___search']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsSearchResponse = operations['channels___search']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsShowErrors = EndpointsErrors['channels___show'][keyof EndpointsErrors['channels___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsShowRequest = operations['channels___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsShowResponse = operations['channels___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsTimelineErrors = EndpointsErrors['channels___timeline'][keyof EndpointsErrors['channels___timeline']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsTimelineRequest = operations['channels___timeline']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsTimelineResponse = operations['channels___timeline']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsUnfavoriteErrors = EndpointsErrors['channels___unfavorite'][keyof EndpointsErrors['channels___unfavorite']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsUnfavoriteRequest = operations['channels___unfavorite']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsUnfollowErrors = EndpointsErrors['channels___unfollow'][keyof EndpointsErrors['channels___unfollow']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsUnfollowRequest = operations['channels___unfollow']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChannelsUpdateErrors = EndpointsErrors['channels___update'][keyof EndpointsErrors['channels___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsUpdateRequest = operations['channels___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChannelsUpdateResponse = operations['channels___update']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsActiveUsersErrors = EndpointsErrors['charts___active-users'][keyof EndpointsErrors['charts___active-users']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsActiveUsersRequest = operations['charts___active-users']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsActiveUsersResponse = operations['charts___active-users']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsApRequestErrors = EndpointsErrors['charts___ap-request'][keyof EndpointsErrors['charts___ap-request']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsApRequestRequest = operations['charts___ap-request']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsApRequestResponse = operations['charts___ap-request']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsDriveErrors = EndpointsErrors['charts___drive'][keyof EndpointsErrors['charts___drive']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsDriveRequest = operations['charts___drive']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsDriveResponse = operations['charts___drive']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsFederationErrors = EndpointsErrors['charts___federation'][keyof EndpointsErrors['charts___federation']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsFederationRequest = operations['charts___federation']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsFederationResponse = operations['charts___federation']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsInstanceErrors = EndpointsErrors['charts___instance'][keyof EndpointsErrors['charts___instance']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsInstanceRequest = operations['charts___instance']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsInstanceResponse = operations['charts___instance']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsNotesErrors = EndpointsErrors['charts___notes'][keyof EndpointsErrors['charts___notes']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsNotesRequest = operations['charts___notes']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsNotesResponse = operations['charts___notes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsUserDriveErrors = EndpointsErrors['charts___user___drive'][keyof EndpointsErrors['charts___user___drive']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUserDriveRequest = operations['charts___user___drive']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUserDriveResponse = operations['charts___user___drive']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsUserFollowingErrors = EndpointsErrors['charts___user___following'][keyof EndpointsErrors['charts___user___following']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUserFollowingRequest = operations['charts___user___following']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUserFollowingResponse = operations['charts___user___following']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsUserNotesErrors = EndpointsErrors['charts___user___notes'][keyof EndpointsErrors['charts___user___notes']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUserNotesRequest = operations['charts___user___notes']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUserNotesResponse = operations['charts___user___notes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsUserPvErrors = EndpointsErrors['charts___user___pv'][keyof EndpointsErrors['charts___user___pv']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUserPvRequest = operations['charts___user___pv']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUserPvResponse = operations['charts___user___pv']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ChartsUserReactionsErrors = EndpointsErrors['charts___user___reactions'][keyof EndpointsErrors['charts___user___reactions']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUserReactionsRequest = operations['charts___user___reactions']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-06-22 13:29:13 +00:00
type ChartsUserReactionsResponse = operations['charts___user___reactions']['responses']['200']['content']['application/json'];
// @public (undocumented)
type ChartsUsersErrors = EndpointsErrors['charts___users'][keyof EndpointsErrors['charts___users']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUsersRequest = operations['charts___users']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ChartsUsersResponse = operations['charts___users']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type Clip = components['schemas']['Clip'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsAddNoteErrors = EndpointsErrors['clips___add-note'][keyof EndpointsErrors['clips___add-note']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsAddNoteRequest = operations['clips___add-note']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsCreateErrors = EndpointsErrors['clips___create'][keyof EndpointsErrors['clips___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsCreateRequest = operations['clips___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsCreateResponse = operations['clips___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsDeleteErrors = EndpointsErrors['clips___delete'][keyof EndpointsErrors['clips___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsDeleteRequest = operations['clips___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsFavoriteErrors = EndpointsErrors['clips___favorite'][keyof EndpointsErrors['clips___favorite']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsFavoriteRequest = operations['clips___favorite']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsListErrors = EndpointsErrors['clips___list'][keyof EndpointsErrors['clips___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsListResponse = operations['clips___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsMyFavoritesErrors = EndpointsErrors['clips___my-favorites'][keyof EndpointsErrors['clips___my-favorites']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsMyFavoritesResponse = operations['clips___my-favorites']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsNotesErrors = EndpointsErrors['clips___notes'][keyof EndpointsErrors['clips___notes']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsNotesRequest = operations['clips___notes']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsNotesResponse = operations['clips___notes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsRemoveNoteErrors = EndpointsErrors['clips___remove-note'][keyof EndpointsErrors['clips___remove-note']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsRemoveNoteRequest = operations['clips___remove-note']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsShowErrors = EndpointsErrors['clips___show'][keyof EndpointsErrors['clips___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsShowRequest = operations['clips___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsShowResponse = operations['clips___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsUnfavoriteErrors = EndpointsErrors['clips___unfavorite'][keyof EndpointsErrors['clips___unfavorite']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsUnfavoriteRequest = operations['clips___unfavorite']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ClipsUpdateErrors = EndpointsErrors['clips___update'][keyof EndpointsErrors['clips___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsUpdateRequest = operations['clips___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ClipsUpdateResponse = operations['clips___update']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
type DateString = string;
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveErrors = EndpointsErrors['drive'][keyof EndpointsErrors['drive']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type DriveFile = components['schemas']['DriveFile'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFilesAttachedNotesErrors = EndpointsErrors['drive___files___attached-notes'][keyof EndpointsErrors['drive___files___attached-notes']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesAttachedNotesRequest = operations['drive___files___attached-notes']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesAttachedNotesResponse = operations['drive___files___attached-notes']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFilesCheckExistenceErrors = EndpointsErrors['drive___files___check-existence'][keyof EndpointsErrors['drive___files___check-existence']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesCheckExistenceRequest = operations['drive___files___check-existence']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesCheckExistenceResponse = operations['drive___files___check-existence']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFilesCreateErrors = EndpointsErrors['drive___files___create'][keyof EndpointsErrors['drive___files___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesCreateRequest = operations['drive___files___create']['requestBody']['content']['multipart/form-data'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesCreateResponse = operations['drive___files___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFilesDeleteErrors = EndpointsErrors['drive___files___delete'][keyof EndpointsErrors['drive___files___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesDeleteRequest = operations['drive___files___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFilesErrors = EndpointsErrors['drive___files'][keyof EndpointsErrors['drive___files']];
// @public (undocumented)
type DriveFilesFindByHashErrors = EndpointsErrors['drive___files___find-by-hash'][keyof EndpointsErrors['drive___files___find-by-hash']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesFindByHashRequest = operations['drive___files___find-by-hash']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesFindByHashResponse = operations['drive___files___find-by-hash']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFilesFindErrors = EndpointsErrors['drive___files___find'][keyof EndpointsErrors['drive___files___find']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesFindRequest = operations['drive___files___find']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesFindResponse = operations['drive___files___find']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesRequest = operations['drive___files']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesResponse = operations['drive___files']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFilesShowErrors = EndpointsErrors['drive___files___show'][keyof EndpointsErrors['drive___files___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesShowRequest = operations['drive___files___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesShowResponse = operations['drive___files___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFilesUpdateErrors = EndpointsErrors['drive___files___update'][keyof EndpointsErrors['drive___files___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesUpdateRequest = operations['drive___files___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesUpdateResponse = operations['drive___files___update']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFilesUploadFromUrlErrors = EndpointsErrors['drive___files___upload-from-url'][keyof EndpointsErrors['drive___files___upload-from-url']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFilesUploadFromUrlRequest = operations['drive___files___upload-from-url']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type DriveFolder = components['schemas']['DriveFolder'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFoldersCreateErrors = EndpointsErrors['drive___folders___create'][keyof EndpointsErrors['drive___folders___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersCreateRequest = operations['drive___folders___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersCreateResponse = operations['drive___folders___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFoldersDeleteErrors = EndpointsErrors['drive___folders___delete'][keyof EndpointsErrors['drive___folders___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersDeleteRequest = operations['drive___folders___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFoldersErrors = EndpointsErrors['drive___folders'][keyof EndpointsErrors['drive___folders']];
// @public (undocumented)
type DriveFoldersFindErrors = EndpointsErrors['drive___folders___find'][keyof EndpointsErrors['drive___folders___find']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersFindRequest = operations['drive___folders___find']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersFindResponse = operations['drive___folders___find']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersRequest = operations['drive___folders']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersResponse = operations['drive___folders']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFoldersShowErrors = EndpointsErrors['drive___folders___show'][keyof EndpointsErrors['drive___folders___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersShowRequest = operations['drive___folders___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersShowResponse = operations['drive___folders___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveFoldersUpdateErrors = EndpointsErrors['drive___folders___update'][keyof EndpointsErrors['drive___folders___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersUpdateRequest = operations['drive___folders___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveFoldersUpdateResponse = operations['drive___folders___update']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type DriveResponse = operations['drive']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type DriveStreamErrors = EndpointsErrors['drive___stream'][keyof EndpointsErrors['drive___stream']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveStreamRequest = operations['drive___stream']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type DriveStreamResponse = operations['drive___stream']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type EmailAddressAvailableErrors = EndpointsErrors['email-address___available'][keyof EndpointsErrors['email-address___available']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type EmailAddressAvailableRequest = operations['email-address___available']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type EmailAddressAvailableResponse = operations['email-address___available']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-03 03:45:18 +00:00
// @public (undocumented)
type EmojiAdded = {
emoji: EmojiDetailed;
};
// @public (undocumented)
type EmojiDeleted = {
emojis: EmojiDetailed[];
};
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type EmojiDetailed = components['schemas']['EmojiDetailed'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type EmojiErrors = EndpointsErrors['emoji'][keyof EndpointsErrors['emoji']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type EmojiRequest = operations['emoji']['requestBody']['content']['application/json'];
// @public (undocumented)
type EmojiResponse = operations['emoji']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type EmojisErrors = EndpointsErrors['emojis'][keyof EndpointsErrors['emojis']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type EmojiSimple = components['schemas']['EmojiSimple'];
// @public (undocumented)
type EmojisResponse = operations['emojis']['responses']['200']['content']['application/json'];
2023-12-03 03:45:18 +00:00
// @public (undocumented)
type EmojiUpdated = {
emojis: EmojiDetailed[];
};
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type EmptyErrors = Record< string , unknown > | undefined;
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type EmptyRequest = Record< string , unknown > | undefined;
// @public (undocumented)
type EmptyResponse = Record< string , unknown > | undefined;
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type EndpointErrors = EndpointsErrors['endpoint'][keyof EndpointsErrors['endpoint']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type EndpointRequest = operations['endpoint']['requestBody']['content']['application/json'];
2023-12-24 08:54:00 +00:00
// @public (undocumented)
type EndpointResponse = operations['endpoint']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// 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
//
// @public (undocumented)
export type Endpoints = Overwrite< Endpoints_2 , {
'users/show': {
req: UsersShowRequest;
res: {
$switch: {
$cases: [
[
{
userIds?: string[];
},
UserDetailed[]
]
];
$default: UserDetailed;
};
2023-03-30 00:33:19 +00:00
};
2024-06-22 13:29:13 +00:00
errors: UsersShowErrors;
2023-03-30 00:33:19 +00:00
};
2024-01-03 04:41:28 +00:00
'signup': {
req: SignupRequest;
res: SignupResponse;
2024-06-22 13:29:13 +00:00
errors: SignupErrors;
2024-01-03 04:41:28 +00:00
};
'signup-pending': {
req: SignupPendingRequest;
res: SignupPendingResponse;
2024-06-22 13:29:13 +00:00
errors: SignupErrors;
2024-01-03 04:41:28 +00:00
};
'signin': {
req: SigninRequest;
res: SigninResponse;
2024-06-22 13:29:13 +00:00
errors: SigninErrors;
2024-01-03 04:41:28 +00:00
};
2023-12-02 12:00:05 +00:00
}>;
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type EndpointsErrors_2 = EndpointsErrors['endpoints'][keyof EndpointsErrors['endpoints']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type EndpointsResponse = operations['endpoints']['responses']['200']['content']['application/json'];
declare namespace entities {
export {
ID,
DateString,
PageEvent,
ModerationLog,
2023-12-03 03:45:18 +00:00
ServerStats,
ServerStatsLog,
QueueStats,
QueueStatsLog,
EmojiAdded,
EmojiUpdated,
EmojiDeleted,
AnnouncementCreated,
2024-01-03 04:41:28 +00:00
SignupRequest,
SignupResponse,
SignupPendingRequest,
SignupPendingResponse,
2024-06-22 13:29:13 +00:00
SignupErrors,
2024-01-03 04:41:28 +00:00
SigninRequest,
SigninResponse,
2024-06-22 13:29:13 +00:00
SigninErrors,
2023-12-02 12:00:05 +00:00
EmptyRequest,
EmptyResponse,
2024-06-22 13:29:13 +00:00
EmptyErrors,
2023-12-02 12:00:05 +00:00
AdminMetaResponse,
2024-06-22 13:29:13 +00:00
AdminMetaErrors,
2023-12-02 12:00:05 +00:00
AdminAbuseUserReportsRequest,
AdminAbuseUserReportsResponse,
2024-06-22 13:29:13 +00:00
AdminAbuseUserReportsErrors,
2024-06-08 06:34:19 +00:00
AdminAbuseReportNotificationRecipientListRequest,
AdminAbuseReportNotificationRecipientListResponse,
2024-06-22 13:29:13 +00:00
AdminAbuseReportNotificationRecipientListErrors,
2024-06-08 06:34:19 +00:00
AdminAbuseReportNotificationRecipientShowRequest,
AdminAbuseReportNotificationRecipientShowResponse,
2024-06-22 13:29:13 +00:00
AdminAbuseReportNotificationRecipientShowErrors,
2024-06-08 06:34:19 +00:00
AdminAbuseReportNotificationRecipientCreateRequest,
AdminAbuseReportNotificationRecipientCreateResponse,
2024-06-22 13:29:13 +00:00
AdminAbuseReportNotificationRecipientCreateErrors,
2024-06-08 06:34:19 +00:00
AdminAbuseReportNotificationRecipientUpdateRequest,
AdminAbuseReportNotificationRecipientUpdateResponse,
2024-06-22 13:29:13 +00:00
AdminAbuseReportNotificationRecipientUpdateErrors,
2024-06-08 06:34:19 +00:00
AdminAbuseReportNotificationRecipientDeleteRequest,
2024-06-22 13:29:13 +00:00
AdminAbuseReportNotificationRecipientDeleteErrors,
2023-12-02 12:00:05 +00:00
AdminAccountsCreateRequest,
AdminAccountsCreateResponse,
2024-06-22 13:29:13 +00:00
AdminAccountsCreateErrors,
2023-12-02 12:00:05 +00:00
AdminAccountsDeleteRequest,
2024-06-22 13:29:13 +00:00
AdminAccountsDeleteErrors,
2023-12-02 12:00:05 +00:00
AdminAccountsFindByEmailRequest,
2023-12-24 08:54:00 +00:00
AdminAccountsFindByEmailResponse,
2024-06-22 13:29:13 +00:00
AdminAccountsFindByEmailErrors,
2023-12-02 12:00:05 +00:00
AdminAdCreateRequest,
2023-12-24 08:54:00 +00:00
AdminAdCreateResponse,
2024-06-22 13:29:13 +00:00
AdminAdCreateErrors,
2023-12-02 12:00:05 +00:00
AdminAdDeleteRequest,
2024-06-22 13:29:13 +00:00
AdminAdDeleteErrors,
2023-12-02 12:00:05 +00:00
AdminAdListRequest,
2023-12-24 08:54:00 +00:00
AdminAdListResponse,
2024-06-22 13:29:13 +00:00
AdminAdListErrors,
2023-12-02 12:00:05 +00:00
AdminAdUpdateRequest,
2024-06-22 13:29:13 +00:00
AdminAdUpdateErrors,
2023-12-02 12:00:05 +00:00
AdminAnnouncementsCreateRequest,
AdminAnnouncementsCreateResponse,
2024-06-22 13:29:13 +00:00
AdminAnnouncementsCreateErrors,
2023-12-02 12:00:05 +00:00
AdminAnnouncementsDeleteRequest,
2024-06-22 13:29:13 +00:00
AdminAnnouncementsDeleteErrors,
2023-12-02 12:00:05 +00:00
AdminAnnouncementsListRequest,
AdminAnnouncementsListResponse,
2024-06-22 13:29:13 +00:00
AdminAnnouncementsListErrors,
2023-12-02 12:00:05 +00:00
AdminAnnouncementsUpdateRequest,
2024-06-22 13:29:13 +00:00
AdminAnnouncementsUpdateErrors,
2023-12-02 12:00:05 +00:00
AdminAvatarDecorationsCreateRequest,
2024-06-22 13:29:13 +00:00
AdminAvatarDecorationsCreateErrors,
2023-12-02 12:00:05 +00:00
AdminAvatarDecorationsDeleteRequest,
2024-06-22 13:29:13 +00:00
AdminAvatarDecorationsDeleteErrors,
2023-12-02 12:00:05 +00:00
AdminAvatarDecorationsListRequest,
AdminAvatarDecorationsListResponse,
2024-06-22 13:29:13 +00:00
AdminAvatarDecorationsListErrors,
2023-12-02 12:00:05 +00:00
AdminAvatarDecorationsUpdateRequest,
2024-06-22 13:29:13 +00:00
AdminAvatarDecorationsUpdateErrors,
2023-12-02 12:00:05 +00:00
AdminDeleteAllFilesOfAUserRequest,
2024-06-22 13:29:13 +00:00
AdminDeleteAllFilesOfAUserErrors,
2023-12-02 12:00:05 +00:00
AdminUnsetUserAvatarRequest,
2024-06-22 13:29:13 +00:00
AdminUnsetUserAvatarErrors,
2023-12-02 12:00:05 +00:00
AdminUnsetUserBannerRequest,
2024-06-22 13:29:13 +00:00
AdminUnsetUserBannerErrors,
AdminDriveCleanRemoteFilesErrors,
AdminDriveCleanupErrors,
2023-12-02 12:00:05 +00:00
AdminDriveFilesRequest,
AdminDriveFilesResponse,
2024-06-22 13:29:13 +00:00
AdminDriveFilesErrors,
2023-12-02 12:00:05 +00:00
AdminDriveShowFileRequest,
AdminDriveShowFileResponse,
2024-06-22 13:29:13 +00:00
AdminDriveShowFileErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiAddAliasesBulkRequest,
2024-06-22 13:29:13 +00:00
AdminEmojiAddAliasesBulkErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiAddRequest,
2024-02-26 10:49:12 +00:00
AdminEmojiAddResponse,
2024-06-22 13:29:13 +00:00
AdminEmojiAddErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiCopyRequest,
AdminEmojiCopyResponse,
2024-06-22 13:29:13 +00:00
AdminEmojiCopyErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiDeleteBulkRequest,
2024-06-22 13:29:13 +00:00
AdminEmojiDeleteBulkErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiDeleteRequest,
2024-06-22 13:29:13 +00:00
AdminEmojiDeleteErrors,
2023-12-08 06:15:17 +00:00
AdminEmojiImportZipRequest,
2024-06-22 13:29:13 +00:00
AdminEmojiImportZipErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiListRemoteRequest,
AdminEmojiListRemoteResponse,
2024-06-22 13:29:13 +00:00
AdminEmojiListRemoteErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiListRequest,
AdminEmojiListResponse,
2024-06-22 13:29:13 +00:00
AdminEmojiListErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiRemoveAliasesBulkRequest,
2024-06-22 13:29:13 +00:00
AdminEmojiRemoveAliasesBulkErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiSetAliasesBulkRequest,
2024-06-22 13:29:13 +00:00
AdminEmojiSetAliasesBulkErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiSetCategoryBulkRequest,
2024-06-22 13:29:13 +00:00
AdminEmojiSetCategoryBulkErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiSetLicenseBulkRequest,
2024-06-22 13:29:13 +00:00
AdminEmojiSetLicenseBulkErrors,
2023-12-02 12:00:05 +00:00
AdminEmojiUpdateRequest,
2024-06-22 13:29:13 +00:00
AdminEmojiUpdateErrors,
2023-12-02 12:00:05 +00:00
AdminFederationDeleteAllFilesRequest,
2024-06-22 13:29:13 +00:00
AdminFederationDeleteAllFilesErrors,
2023-12-02 12:00:05 +00:00
AdminFederationRefreshRemoteInstanceMetadataRequest,
2024-06-22 13:29:13 +00:00
AdminFederationRefreshRemoteInstanceMetadataErrors,
2023-12-02 12:00:05 +00:00
AdminFederationRemoveAllFollowingRequest,
2024-06-22 13:29:13 +00:00
AdminFederationRemoveAllFollowingErrors,
2023-12-02 12:00:05 +00:00
AdminFederationUpdateInstanceRequest,
2024-06-22 13:29:13 +00:00
AdminFederationUpdateInstanceErrors,
2023-12-24 08:54:00 +00:00
AdminGetIndexStatsResponse,
2024-06-22 13:29:13 +00:00
AdminGetIndexStatsErrors,
2023-12-02 12:00:05 +00:00
AdminGetTableStatsResponse,
2024-06-22 13:29:13 +00:00
AdminGetTableStatsErrors,
2023-12-02 12:00:05 +00:00
AdminGetUserIpsRequest,
2023-12-24 08:54:00 +00:00
AdminGetUserIpsResponse,
2024-06-22 13:29:13 +00:00
AdminGetUserIpsErrors,
2023-12-02 12:00:05 +00:00
AdminInviteCreateRequest,
AdminInviteCreateResponse,
2024-06-22 13:29:13 +00:00
AdminInviteCreateErrors,
2023-12-02 12:00:05 +00:00
AdminInviteListRequest,
AdminInviteListResponse,
2024-06-22 13:29:13 +00:00
AdminInviteListErrors,
2023-12-02 12:00:05 +00:00
AdminPromoCreateRequest,
2024-06-22 13:29:13 +00:00
AdminPromoCreateErrors,
AdminQueueClearErrors,
2023-12-02 12:00:05 +00:00
AdminQueueDeliverDelayedResponse,
2024-06-22 13:29:13 +00:00
AdminQueueDeliverDelayedErrors,
2023-12-02 12:00:05 +00:00
AdminQueueInboxDelayedResponse,
2024-06-22 13:29:13 +00:00
AdminQueueInboxDelayedErrors,
2023-12-02 12:00:05 +00:00
AdminQueuePromoteRequest,
2024-06-22 13:29:13 +00:00
AdminQueuePromoteErrors,
2023-12-02 12:00:05 +00:00
AdminQueueStatsResponse,
2024-06-22 13:29:13 +00:00
AdminQueueStatsErrors,
2023-12-02 12:00:05 +00:00
AdminRelaysAddRequest,
AdminRelaysAddResponse,
2024-06-22 13:29:13 +00:00
AdminRelaysAddErrors,
2023-12-02 12:00:05 +00:00
AdminRelaysListResponse,
2024-06-22 13:29:13 +00:00
AdminRelaysListErrors,
2023-12-02 12:00:05 +00:00
AdminRelaysRemoveRequest,
2024-06-22 13:29:13 +00:00
AdminRelaysRemoveErrors,
2023-12-02 12:00:05 +00:00
AdminResetPasswordRequest,
AdminResetPasswordResponse,
2024-06-22 13:29:13 +00:00
AdminResetPasswordErrors,
2023-12-02 12:00:05 +00:00
AdminResolveAbuseUserReportRequest,
2024-06-22 13:29:13 +00:00
AdminResolveAbuseUserReportErrors,
2023-12-02 12:00:05 +00:00
AdminSendEmailRequest,
2024-06-22 13:29:13 +00:00
AdminSendEmailErrors,
2023-12-02 12:00:05 +00:00
AdminServerInfoResponse,
2024-06-22 13:29:13 +00:00
AdminServerInfoErrors,
2023-12-02 12:00:05 +00:00
AdminShowModerationLogsRequest,
AdminShowModerationLogsResponse,
2024-06-22 13:29:13 +00:00
AdminShowModerationLogsErrors,
2023-12-02 12:00:05 +00:00
AdminShowUserRequest,
AdminShowUserResponse,
2024-06-22 13:29:13 +00:00
AdminShowUserErrors,
2023-12-02 12:00:05 +00:00
AdminShowUsersRequest,
AdminShowUsersResponse,
2024-06-22 13:29:13 +00:00
AdminShowUsersErrors,
2023-12-02 12:00:05 +00:00
AdminSuspendUserRequest,
2024-06-22 13:29:13 +00:00
AdminSuspendUserErrors,
2023-12-02 12:00:05 +00:00
AdminUnsuspendUserRequest,
2024-06-22 13:29:13 +00:00
AdminUnsuspendUserErrors,
2023-12-02 12:00:05 +00:00
AdminUpdateMetaRequest,
2024-06-22 13:29:13 +00:00
AdminUpdateMetaErrors,
2023-12-02 12:00:05 +00:00
AdminDeleteAccountRequest,
2024-06-22 13:29:13 +00:00
AdminDeleteAccountErrors,
2023-12-02 12:00:05 +00:00
AdminUpdateUserNoteRequest,
2024-06-22 13:29:13 +00:00
AdminUpdateUserNoteErrors,
2023-12-02 12:00:05 +00:00
AdminRolesCreateRequest,
2023-12-06 06:47:57 +00:00
AdminRolesCreateResponse,
2024-06-22 13:29:13 +00:00
AdminRolesCreateErrors,
2023-12-02 12:00:05 +00:00
AdminRolesDeleteRequest,
2024-06-22 13:29:13 +00:00
AdminRolesDeleteErrors,
2023-12-06 06:47:57 +00:00
AdminRolesListResponse,
2024-06-22 13:29:13 +00:00
AdminRolesListErrors,
2023-12-02 12:00:05 +00:00
AdminRolesShowRequest,
2023-12-06 06:47:57 +00:00
AdminRolesShowResponse,
2024-06-22 13:29:13 +00:00
AdminRolesShowErrors,
2023-12-02 12:00:05 +00:00
AdminRolesUpdateRequest,
2024-06-22 13:29:13 +00:00
AdminRolesUpdateErrors,
2023-12-02 12:00:05 +00:00
AdminRolesAssignRequest,
2024-06-22 13:29:13 +00:00
AdminRolesAssignErrors,
2023-12-02 12:00:05 +00:00
AdminRolesUnassignRequest,
2024-06-22 13:29:13 +00:00
AdminRolesUnassignErrors,
2023-12-02 12:00:05 +00:00
AdminRolesUpdateDefaultPoliciesRequest,
2024-06-22 13:29:13 +00:00
AdminRolesUpdateDefaultPoliciesErrors,
2023-12-02 12:00:05 +00:00
AdminRolesUsersRequest,
2023-12-24 08:54:00 +00:00
AdminRolesUsersResponse,
2024-06-22 13:29:13 +00:00
AdminRolesUsersErrors,
2024-06-08 06:34:19 +00:00
AdminSystemWebhookCreateRequest,
AdminSystemWebhookCreateResponse,
2024-06-22 13:29:13 +00:00
AdminSystemWebhookCreateErrors,
2024-06-08 06:34:19 +00:00
AdminSystemWebhookDeleteRequest,
2024-06-22 13:29:13 +00:00
AdminSystemWebhookDeleteErrors,
2024-06-08 06:34:19 +00:00
AdminSystemWebhookListRequest,
AdminSystemWebhookListResponse,
2024-06-22 13:29:13 +00:00
AdminSystemWebhookListErrors,
2024-06-08 06:34:19 +00:00
AdminSystemWebhookShowRequest,
AdminSystemWebhookShowResponse,
2024-06-22 13:29:13 +00:00
AdminSystemWebhookShowErrors,
2024-06-08 06:34:19 +00:00
AdminSystemWebhookUpdateRequest,
AdminSystemWebhookUpdateResponse,
2024-06-22 13:29:13 +00:00
AdminSystemWebhookUpdateErrors,
2023-12-02 12:00:05 +00:00
AnnouncementsRequest,
AnnouncementsResponse,
2024-06-22 13:29:13 +00:00
AnnouncementsErrors,
2024-05-27 08:15:11 +00:00
AnnouncementsShowRequest,
AnnouncementsShowResponse,
2024-06-22 13:29:13 +00:00
AnnouncementsShowErrors,
2023-12-02 12:00:05 +00:00
AntennasCreateRequest,
AntennasCreateResponse,
2024-06-22 13:29:13 +00:00
AntennasCreateErrors,
2023-12-02 12:00:05 +00:00
AntennasDeleteRequest,
2024-06-22 13:29:13 +00:00
AntennasDeleteErrors,
2023-12-02 12:00:05 +00:00
AntennasListResponse,
2024-06-22 13:29:13 +00:00
AntennasListErrors,
2023-12-02 12:00:05 +00:00
AntennasNotesRequest,
AntennasNotesResponse,
2024-06-22 13:29:13 +00:00
AntennasNotesErrors,
2023-12-02 12:00:05 +00:00
AntennasShowRequest,
AntennasShowResponse,
2024-06-22 13:29:13 +00:00
AntennasShowErrors,
2023-12-02 12:00:05 +00:00
AntennasUpdateRequest,
AntennasUpdateResponse,
2024-06-22 13:29:13 +00:00
AntennasUpdateErrors,
2023-12-02 12:00:05 +00:00
ApGetRequest,
ApGetResponse,
2024-06-22 13:29:13 +00:00
ApGetErrors,
2023-12-02 12:00:05 +00:00
ApShowRequest,
ApShowResponse,
2024-06-22 13:29:13 +00:00
ApShowErrors,
2023-12-02 12:00:05 +00:00
AppCreateRequest,
AppCreateResponse,
2024-06-22 13:29:13 +00:00
AppCreateErrors,
2023-12-02 12:00:05 +00:00
AppShowRequest,
AppShowResponse,
2024-06-22 13:29:13 +00:00
AppShowErrors,
2023-12-08 06:15:17 +00:00
AuthAcceptRequest,
2024-06-22 13:29:13 +00:00
AuthAcceptErrors,
2023-12-02 12:00:05 +00:00
AuthSessionGenerateRequest,
AuthSessionGenerateResponse,
2024-06-22 13:29:13 +00:00
AuthSessionGenerateErrors,
2023-12-02 12:00:05 +00:00
AuthSessionShowRequest,
AuthSessionShowResponse,
2024-06-22 13:29:13 +00:00
AuthSessionShowErrors,
2023-12-02 12:00:05 +00:00
AuthSessionUserkeyRequest,
AuthSessionUserkeyResponse,
2024-06-22 13:29:13 +00:00
AuthSessionUserkeyErrors,
2023-12-02 12:00:05 +00:00
BlockingCreateRequest,
BlockingCreateResponse,
2024-06-22 13:29:13 +00:00
BlockingCreateErrors,
2023-12-02 12:00:05 +00:00
BlockingDeleteRequest,
BlockingDeleteResponse,
2024-06-22 13:29:13 +00:00
BlockingDeleteErrors,
2023-12-02 12:00:05 +00:00
BlockingListRequest,
BlockingListResponse,
2024-06-22 13:29:13 +00:00
BlockingListErrors,
2023-12-02 12:00:05 +00:00
ChannelsCreateRequest,
ChannelsCreateResponse,
2024-06-22 13:29:13 +00:00
ChannelsCreateErrors,
2023-12-02 12:00:05 +00:00
ChannelsFeaturedResponse,
2024-06-22 13:29:13 +00:00
ChannelsFeaturedErrors,
2023-12-02 12:00:05 +00:00
ChannelsFollowRequest,
2024-06-22 13:29:13 +00:00
ChannelsFollowErrors,
2023-12-02 12:00:05 +00:00
ChannelsFollowedRequest,
ChannelsFollowedResponse,
2024-06-22 13:29:13 +00:00
ChannelsFollowedErrors,
2023-12-02 12:00:05 +00:00
ChannelsOwnedRequest,
ChannelsOwnedResponse,
2024-06-22 13:29:13 +00:00
ChannelsOwnedErrors,
2023-12-02 12:00:05 +00:00
ChannelsShowRequest,
ChannelsShowResponse,
2024-06-22 13:29:13 +00:00
ChannelsShowErrors,
2023-12-02 12:00:05 +00:00
ChannelsTimelineRequest,
ChannelsTimelineResponse,
2024-06-22 13:29:13 +00:00
ChannelsTimelineErrors,
2023-12-02 12:00:05 +00:00
ChannelsUnfollowRequest,
2024-06-22 13:29:13 +00:00
ChannelsUnfollowErrors,
2023-12-02 12:00:05 +00:00
ChannelsUpdateRequest,
ChannelsUpdateResponse,
2024-06-22 13:29:13 +00:00
ChannelsUpdateErrors,
2023-12-02 12:00:05 +00:00
ChannelsFavoriteRequest,
2024-06-22 13:29:13 +00:00
ChannelsFavoriteErrors,
2023-12-02 12:00:05 +00:00
ChannelsUnfavoriteRequest,
2024-06-22 13:29:13 +00:00
ChannelsUnfavoriteErrors,
2023-12-02 12:00:05 +00:00
ChannelsMyFavoritesResponse,
2024-06-22 13:29:13 +00:00
ChannelsMyFavoritesErrors,
2023-12-02 12:00:05 +00:00
ChannelsSearchRequest,
ChannelsSearchResponse,
2024-06-22 13:29:13 +00:00
ChannelsSearchErrors,
2023-12-02 12:00:05 +00:00
ChartsActiveUsersRequest,
ChartsActiveUsersResponse,
2024-06-22 13:29:13 +00:00
ChartsActiveUsersErrors,
2023-12-02 12:00:05 +00:00
ChartsApRequestRequest,
ChartsApRequestResponse,
2024-06-22 13:29:13 +00:00
ChartsApRequestErrors,
2023-12-02 12:00:05 +00:00
ChartsDriveRequest,
ChartsDriveResponse,
2024-06-22 13:29:13 +00:00
ChartsDriveErrors,
2023-12-02 12:00:05 +00:00
ChartsFederationRequest,
ChartsFederationResponse,
2024-06-22 13:29:13 +00:00
ChartsFederationErrors,
2023-12-02 12:00:05 +00:00
ChartsInstanceRequest,
ChartsInstanceResponse,
2024-06-22 13:29:13 +00:00
ChartsInstanceErrors,
2023-12-02 12:00:05 +00:00
ChartsNotesRequest,
ChartsNotesResponse,
2024-06-22 13:29:13 +00:00
ChartsNotesErrors,
2023-12-02 12:00:05 +00:00
ChartsUserDriveRequest,
ChartsUserDriveResponse,
2024-06-22 13:29:13 +00:00
ChartsUserDriveErrors,
2023-12-02 12:00:05 +00:00
ChartsUserFollowingRequest,
ChartsUserFollowingResponse,
2024-06-22 13:29:13 +00:00
ChartsUserFollowingErrors,
2023-12-02 12:00:05 +00:00
ChartsUserNotesRequest,
ChartsUserNotesResponse,
2024-06-22 13:29:13 +00:00
ChartsUserNotesErrors,
2023-12-02 12:00:05 +00:00
ChartsUserPvRequest,
ChartsUserPvResponse,
2024-06-22 13:29:13 +00:00
ChartsUserPvErrors,
2023-12-02 12:00:05 +00:00
ChartsUserReactionsRequest,
ChartsUserReactionsResponse,
2024-06-22 13:29:13 +00:00
ChartsUserReactionsErrors,
2023-12-02 12:00:05 +00:00
ChartsUsersRequest,
ChartsUsersResponse,
2024-06-22 13:29:13 +00:00
ChartsUsersErrors,
2023-12-02 12:00:05 +00:00
ClipsAddNoteRequest,
2024-06-22 13:29:13 +00:00
ClipsAddNoteErrors,
2023-12-02 12:00:05 +00:00
ClipsRemoveNoteRequest,
2024-06-22 13:29:13 +00:00
ClipsRemoveNoteErrors,
2023-12-02 12:00:05 +00:00
ClipsCreateRequest,
ClipsCreateResponse,
2024-06-22 13:29:13 +00:00
ClipsCreateErrors,
2023-12-02 12:00:05 +00:00
ClipsDeleteRequest,
2024-06-22 13:29:13 +00:00
ClipsDeleteErrors,
2023-12-02 12:00:05 +00:00
ClipsListResponse,
2024-06-22 13:29:13 +00:00
ClipsListErrors,
2023-12-02 12:00:05 +00:00
ClipsNotesRequest,
ClipsNotesResponse,
2024-06-22 13:29:13 +00:00
ClipsNotesErrors,
2023-12-02 12:00:05 +00:00
ClipsShowRequest,
ClipsShowResponse,
2024-06-22 13:29:13 +00:00
ClipsShowErrors,
2023-12-02 12:00:05 +00:00
ClipsUpdateRequest,
ClipsUpdateResponse,
2024-06-22 13:29:13 +00:00
ClipsUpdateErrors,
2023-12-02 12:00:05 +00:00
ClipsFavoriteRequest,
2024-06-22 13:29:13 +00:00
ClipsFavoriteErrors,
2023-12-02 12:00:05 +00:00
ClipsUnfavoriteRequest,
2024-06-22 13:29:13 +00:00
ClipsUnfavoriteErrors,
2023-12-02 12:00:05 +00:00
ClipsMyFavoritesResponse,
2024-06-22 13:29:13 +00:00
ClipsMyFavoritesErrors,
2023-12-02 12:00:05 +00:00
DriveResponse,
2024-06-22 13:29:13 +00:00
DriveErrors,
2023-12-02 12:00:05 +00:00
DriveFilesRequest,
DriveFilesResponse,
2024-06-22 13:29:13 +00:00
DriveFilesErrors,
2023-12-02 12:00:05 +00:00
DriveFilesAttachedNotesRequest,
DriveFilesAttachedNotesResponse,
2024-06-22 13:29:13 +00:00
DriveFilesAttachedNotesErrors,
2023-12-02 12:00:05 +00:00
DriveFilesCheckExistenceRequest,
DriveFilesCheckExistenceResponse,
2024-06-22 13:29:13 +00:00
DriveFilesCheckExistenceErrors,
2023-12-02 12:00:05 +00:00
DriveFilesCreateRequest,
DriveFilesCreateResponse,
2024-06-22 13:29:13 +00:00
DriveFilesCreateErrors,
2023-12-02 12:00:05 +00:00
DriveFilesDeleteRequest,
2024-06-22 13:29:13 +00:00
DriveFilesDeleteErrors,
2023-12-02 12:00:05 +00:00
DriveFilesFindByHashRequest,
DriveFilesFindByHashResponse,
2024-06-22 13:29:13 +00:00
DriveFilesFindByHashErrors,
2023-12-02 12:00:05 +00:00
DriveFilesFindRequest,
DriveFilesFindResponse,
2024-06-22 13:29:13 +00:00
DriveFilesFindErrors,
2023-12-02 12:00:05 +00:00
DriveFilesShowRequest,
DriveFilesShowResponse,
2024-06-22 13:29:13 +00:00
DriveFilesShowErrors,
2023-12-02 12:00:05 +00:00
DriveFilesUpdateRequest,
DriveFilesUpdateResponse,
2024-06-22 13:29:13 +00:00
DriveFilesUpdateErrors,
2023-12-02 12:00:05 +00:00
DriveFilesUploadFromUrlRequest,
2024-06-22 13:29:13 +00:00
DriveFilesUploadFromUrlErrors,
2023-12-02 12:00:05 +00:00
DriveFoldersRequest,
DriveFoldersResponse,
2024-06-22 13:29:13 +00:00
DriveFoldersErrors,
2023-12-02 12:00:05 +00:00
DriveFoldersCreateRequest,
DriveFoldersCreateResponse,
2024-06-22 13:29:13 +00:00
DriveFoldersCreateErrors,
2023-12-02 12:00:05 +00:00
DriveFoldersDeleteRequest,
2024-06-22 13:29:13 +00:00
DriveFoldersDeleteErrors,
2023-12-02 12:00:05 +00:00
DriveFoldersFindRequest,
DriveFoldersFindResponse,
2024-06-22 13:29:13 +00:00
DriveFoldersFindErrors,
2023-12-02 12:00:05 +00:00
DriveFoldersShowRequest,
DriveFoldersShowResponse,
2024-06-22 13:29:13 +00:00
DriveFoldersShowErrors,
2023-12-02 12:00:05 +00:00
DriveFoldersUpdateRequest,
DriveFoldersUpdateResponse,
2024-06-22 13:29:13 +00:00
DriveFoldersUpdateErrors,
2023-12-02 12:00:05 +00:00
DriveStreamRequest,
DriveStreamResponse,
2024-06-22 13:29:13 +00:00
DriveStreamErrors,
2023-12-02 12:00:05 +00:00
EmailAddressAvailableRequest,
EmailAddressAvailableResponse,
2024-06-22 13:29:13 +00:00
EmailAddressAvailableErrors,
2023-12-02 12:00:05 +00:00
EndpointRequest,
2023-12-24 08:54:00 +00:00
EndpointResponse,
2024-06-22 13:29:13 +00:00
EndpointErrors,
2023-12-02 12:00:05 +00:00
EndpointsResponse,
2024-06-22 13:29:13 +00:00
EndpointsErrors_2 as EndpointsErrors,
ExportCustomEmojisErrors,
2023-12-02 12:00:05 +00:00
FederationFollowersRequest,
FederationFollowersResponse,
2024-06-22 13:29:13 +00:00
FederationFollowersErrors,
2023-12-02 12:00:05 +00:00
FederationFollowingRequest,
FederationFollowingResponse,
2024-06-22 13:29:13 +00:00
FederationFollowingErrors,
2023-12-02 12:00:05 +00:00
FederationInstancesRequest,
FederationInstancesResponse,
2024-06-22 13:29:13 +00:00
FederationInstancesErrors,
2023-12-02 12:00:05 +00:00
FederationShowInstanceRequest,
FederationShowInstanceResponse,
2024-06-22 13:29:13 +00:00
FederationShowInstanceErrors,
2023-12-02 12:00:05 +00:00
FederationUpdateRemoteUserRequest,
2024-06-22 13:29:13 +00:00
FederationUpdateRemoteUserErrors,
2023-12-02 12:00:05 +00:00
FederationUsersRequest,
FederationUsersResponse,
2024-06-22 13:29:13 +00:00
FederationUsersErrors,
2023-12-02 12:00:05 +00:00
FederationStatsRequest,
2023-12-24 08:54:00 +00:00
FederationStatsResponse,
2024-06-22 13:29:13 +00:00
FederationStatsErrors,
2023-12-02 12:00:05 +00:00
FollowingCreateRequest,
FollowingCreateResponse,
2024-06-22 13:29:13 +00:00
FollowingCreateErrors,
2023-12-02 12:00:05 +00:00
FollowingDeleteRequest,
FollowingDeleteResponse,
2024-06-22 13:29:13 +00:00
FollowingDeleteErrors,
2023-12-02 12:00:05 +00:00
FollowingUpdateRequest,
FollowingUpdateResponse,
2024-06-22 13:29:13 +00:00
FollowingUpdateErrors,
2023-12-02 12:00:05 +00:00
FollowingUpdateAllRequest,
2024-06-22 13:29:13 +00:00
FollowingUpdateAllErrors,
2023-12-02 12:00:05 +00:00
FollowingInvalidateRequest,
FollowingInvalidateResponse,
2024-06-22 13:29:13 +00:00
FollowingInvalidateErrors,
2023-12-02 12:00:05 +00:00
FollowingRequestsAcceptRequest,
2024-06-22 13:29:13 +00:00
FollowingRequestsAcceptErrors,
2023-12-02 12:00:05 +00:00
FollowingRequestsCancelRequest,
FollowingRequestsCancelResponse,
2024-06-22 13:29:13 +00:00
FollowingRequestsCancelErrors,
2023-12-02 12:00:05 +00:00
FollowingRequestsListRequest,
FollowingRequestsListResponse,
2024-06-22 13:29:13 +00:00
FollowingRequestsListErrors,
2023-12-02 12:00:05 +00:00
FollowingRequestsRejectRequest,
2024-06-22 13:29:13 +00:00
FollowingRequestsRejectErrors,
2023-12-02 12:00:05 +00:00
GalleryFeaturedRequest,
GalleryFeaturedResponse,
2024-06-22 13:29:13 +00:00
GalleryFeaturedErrors,
2023-12-02 12:00:05 +00:00
GalleryPopularResponse,
2024-06-22 13:29:13 +00:00
GalleryPopularErrors,
2023-12-02 12:00:05 +00:00
GalleryPostsRequest,
GalleryPostsResponse,
2024-06-22 13:29:13 +00:00
GalleryPostsErrors,
2023-12-02 12:00:05 +00:00
GalleryPostsCreateRequest,
GalleryPostsCreateResponse,
2024-06-22 13:29:13 +00:00
GalleryPostsCreateErrors,
2023-12-02 12:00:05 +00:00
GalleryPostsDeleteRequest,
2024-06-22 13:29:13 +00:00
GalleryPostsDeleteErrors,
2023-12-02 12:00:05 +00:00
GalleryPostsLikeRequest,
2024-06-22 13:29:13 +00:00
GalleryPostsLikeErrors,
2023-12-02 12:00:05 +00:00
GalleryPostsShowRequest,
GalleryPostsShowResponse,
2024-06-22 13:29:13 +00:00
GalleryPostsShowErrors,
2023-12-02 12:00:05 +00:00
GalleryPostsUnlikeRequest,
2024-06-22 13:29:13 +00:00
GalleryPostsUnlikeErrors,
2023-12-02 12:00:05 +00:00
GalleryPostsUpdateRequest,
GalleryPostsUpdateResponse,
2024-06-22 13:29:13 +00:00
GalleryPostsUpdateErrors,
2023-12-24 08:54:00 +00:00
GetOnlineUsersCountResponse,
2024-06-22 13:29:13 +00:00
GetOnlineUsersCountErrors,
2023-12-02 12:00:05 +00:00
GetAvatarDecorationsResponse,
2024-06-22 13:29:13 +00:00
GetAvatarDecorationsErrors,
2023-12-02 12:00:05 +00:00
HashtagsListRequest,
HashtagsListResponse,
2024-06-22 13:29:13 +00:00
HashtagsListErrors,
2023-12-02 12:00:05 +00:00
HashtagsSearchRequest,
HashtagsSearchResponse,
2024-06-22 13:29:13 +00:00
HashtagsSearchErrors,
2023-12-02 12:00:05 +00:00
HashtagsShowRequest,
HashtagsShowResponse,
2024-06-22 13:29:13 +00:00
HashtagsShowErrors,
2023-12-02 12:00:05 +00:00
HashtagsTrendResponse,
2024-06-22 13:29:13 +00:00
HashtagsTrendErrors,
2023-12-02 12:00:05 +00:00
HashtagsUsersRequest,
HashtagsUsersResponse,
2024-06-22 13:29:13 +00:00
HashtagsUsersErrors,
2023-12-02 12:00:05 +00:00
IResponse,
2024-06-22 13:29:13 +00:00
IErrors,
2023-12-08 06:15:17 +00:00
I2faDoneRequest,
2024-02-16 05:27:33 +00:00
I2faDoneResponse,
2024-06-22 13:29:13 +00:00
I2faDoneErrors,
2023-12-08 06:15:17 +00:00
I2faKeyDoneRequest,
2023-12-24 08:54:00 +00:00
I2faKeyDoneResponse,
2024-06-22 13:29:13 +00:00
I2faKeyDoneErrors,
2023-12-08 06:15:17 +00:00
I2faPasswordLessRequest,
2024-06-22 13:29:13 +00:00
I2faPasswordLessErrors,
2023-12-08 06:15:17 +00:00
I2faRegisterKeyRequest,
2023-12-24 08:54:00 +00:00
I2faRegisterKeyResponse,
2024-06-22 13:29:13 +00:00
I2faRegisterKeyErrors,
2023-12-08 06:15:17 +00:00
I2faRegisterRequest,
2023-12-24 08:54:00 +00:00
I2faRegisterResponse,
2024-06-22 13:29:13 +00:00
I2faRegisterErrors,
2023-12-08 06:15:17 +00:00
I2faUpdateKeyRequest,
2024-06-22 13:29:13 +00:00
I2faUpdateKeyErrors,
2023-12-08 06:15:17 +00:00
I2faRemoveKeyRequest,
2024-06-22 13:29:13 +00:00
I2faRemoveKeyErrors,
2023-12-08 06:15:17 +00:00
I2faUnregisterRequest,
2024-06-22 13:29:13 +00:00
I2faUnregisterErrors,
2023-12-08 06:15:17 +00:00
IAppsRequest,
2023-12-24 08:54:00 +00:00
IAppsResponse,
2024-06-22 13:29:13 +00:00
IAppsErrors,
2023-12-08 06:15:17 +00:00
IAuthorizedAppsRequest,
2023-12-24 08:54:00 +00:00
IAuthorizedAppsResponse,
2024-06-22 13:29:13 +00:00
IAuthorizedAppsErrors,
2023-12-02 12:00:05 +00:00
IClaimAchievementRequest,
2024-06-22 13:29:13 +00:00
IClaimAchievementErrors,
2023-12-08 06:15:17 +00:00
IChangePasswordRequest,
2024-06-22 13:29:13 +00:00
IChangePasswordErrors,
2023-12-08 06:15:17 +00:00
IDeleteAccountRequest,
2024-06-22 13:29:13 +00:00
IDeleteAccountErrors,
IExportBlockingErrors,
2023-12-08 06:15:17 +00:00
IExportFollowingRequest,
2024-06-22 13:29:13 +00:00
IExportFollowingErrors,
IExportMuteErrors,
IExportNotesErrors,
IExportClipsErrors,
IExportFavoritesErrors,
IExportUserListsErrors,
IExportAntennasErrors,
2023-12-02 12:00:05 +00:00
IFavoritesRequest,
IFavoritesResponse,
2024-06-22 13:29:13 +00:00
IFavoritesErrors,
2023-12-02 12:00:05 +00:00
IGalleryLikesRequest,
IGalleryLikesResponse,
2024-06-22 13:29:13 +00:00
IGalleryLikesErrors,
2023-12-02 12:00:05 +00:00
IGalleryPostsRequest,
IGalleryPostsResponse,
2024-06-22 13:29:13 +00:00
IGalleryPostsErrors,
2023-12-08 06:15:17 +00:00
IImportBlockingRequest,
2024-06-22 13:29:13 +00:00
IImportBlockingErrors,
2023-12-08 06:15:17 +00:00
IImportFollowingRequest,
2024-06-22 13:29:13 +00:00
IImportFollowingErrors,
2023-12-08 06:15:17 +00:00
IImportMutingRequest,
2024-06-22 13:29:13 +00:00
IImportMutingErrors,
2023-12-08 06:15:17 +00:00
IImportUserListsRequest,
2024-06-22 13:29:13 +00:00
IImportUserListsErrors,
2023-12-08 06:15:17 +00:00
IImportAntennasRequest,
2024-06-22 13:29:13 +00:00
IImportAntennasErrors,
2023-12-02 12:00:05 +00:00
INotificationsRequest,
INotificationsResponse,
2024-06-22 13:29:13 +00:00
INotificationsErrors,
2023-12-02 12:00:05 +00:00
INotificationsGroupedRequest,
INotificationsGroupedResponse,
2024-06-22 13:29:13 +00:00
INotificationsGroupedErrors,
2023-12-02 12:00:05 +00:00
IPageLikesRequest,
IPageLikesResponse,
2024-06-22 13:29:13 +00:00
IPageLikesErrors,
2023-12-02 12:00:05 +00:00
IPagesRequest,
IPagesResponse,
2024-06-22 13:29:13 +00:00
IPagesErrors,
2023-12-02 12:00:05 +00:00
IPinRequest,
IPinResponse,
2024-06-22 13:29:13 +00:00
IPinErrors,
IReadAllUnreadNotesErrors,
2023-12-02 12:00:05 +00:00
IReadAnnouncementRequest,
2024-06-22 13:29:13 +00:00
IReadAnnouncementErrors,
2023-12-08 06:15:17 +00:00
IRegenerateTokenRequest,
2024-06-22 13:29:13 +00:00
IRegenerateTokenErrors,
2023-12-02 12:00:05 +00:00
IRegistryGetAllRequest,
2023-12-24 08:54:00 +00:00
IRegistryGetAllResponse,
2024-06-22 13:29:13 +00:00
IRegistryGetAllErrors,
2023-12-02 12:00:05 +00:00
IRegistryGetDetailRequest,
2023-12-24 08:54:00 +00:00
IRegistryGetDetailResponse,
2024-06-22 13:29:13 +00:00
IRegistryGetDetailErrors,
2023-12-02 12:00:05 +00:00
IRegistryGetRequest,
2023-12-24 08:54:00 +00:00
IRegistryGetResponse,
2024-06-22 13:29:13 +00:00
IRegistryGetErrors,
2023-12-02 12:00:05 +00:00
IRegistryKeysWithTypeRequest,
2023-12-24 08:54:00 +00:00
IRegistryKeysWithTypeResponse,
2024-06-22 13:29:13 +00:00
IRegistryKeysWithTypeErrors,
2023-12-02 12:00:05 +00:00
IRegistryKeysRequest,
2024-02-16 05:27:33 +00:00
IRegistryKeysResponse,
2024-06-22 13:29:13 +00:00
IRegistryKeysErrors,
2023-12-02 12:00:05 +00:00
IRegistryRemoveRequest,
2024-06-22 13:29:13 +00:00
IRegistryRemoveErrors,
2023-12-24 08:54:00 +00:00
IRegistryScopesWithDomainResponse,
2024-06-22 13:29:13 +00:00
IRegistryScopesWithDomainErrors,
2023-12-02 12:00:05 +00:00
IRegistrySetRequest,
2024-06-22 13:29:13 +00:00
IRegistrySetErrors,
2023-12-08 06:15:17 +00:00
IRevokeTokenRequest,
2024-06-22 13:29:13 +00:00
IRevokeTokenErrors,
2023-12-08 06:15:17 +00:00
ISigninHistoryRequest,
ISigninHistoryResponse,
2024-06-22 13:29:13 +00:00
ISigninHistoryErrors,
2023-12-02 12:00:05 +00:00
IUnpinRequest,
IUnpinResponse,
2024-06-22 13:29:13 +00:00
IUnpinErrors,
2023-12-08 06:15:17 +00:00
IUpdateEmailRequest,
2023-12-24 08:54:00 +00:00
IUpdateEmailResponse,
2024-06-22 13:29:13 +00:00
IUpdateEmailErrors,
2023-12-02 12:00:05 +00:00
IUpdateRequest,
IUpdateResponse,
2024-06-22 13:29:13 +00:00
IUpdateErrors,
2023-12-08 06:15:17 +00:00
IMoveRequest,
2023-12-24 08:54:00 +00:00
IMoveResponse,
2024-06-22 13:29:13 +00:00
IMoveErrors,
2023-12-02 12:00:05 +00:00
IWebhooksCreateRequest,
2023-12-24 08:54:00 +00:00
IWebhooksCreateResponse,
2024-06-22 13:29:13 +00:00
IWebhooksCreateErrors,
2023-12-24 08:54:00 +00:00
IWebhooksListResponse,
2024-06-22 13:29:13 +00:00
IWebhooksListErrors,
2023-12-02 12:00:05 +00:00
IWebhooksShowRequest,
2023-12-24 08:54:00 +00:00
IWebhooksShowResponse,
2024-06-22 13:29:13 +00:00
IWebhooksShowErrors,
2023-12-02 12:00:05 +00:00
IWebhooksUpdateRequest,
2024-06-22 13:29:13 +00:00
IWebhooksUpdateErrors,
2023-12-02 12:00:05 +00:00
IWebhooksDeleteRequest,
2024-06-22 13:29:13 +00:00
IWebhooksDeleteErrors,
2023-12-02 12:00:05 +00:00
InviteCreateResponse,
2024-06-22 13:29:13 +00:00
InviteCreateErrors,
2023-12-02 12:00:05 +00:00
InviteDeleteRequest,
2024-06-22 13:29:13 +00:00
InviteDeleteErrors,
2023-12-02 12:00:05 +00:00
InviteListRequest,
InviteListResponse,
2024-06-22 13:29:13 +00:00
InviteListErrors,
2023-12-02 12:00:05 +00:00
InviteLimitResponse,
2024-06-22 13:29:13 +00:00
InviteLimitErrors,
2023-12-02 12:00:05 +00:00
MetaRequest,
MetaResponse,
2024-06-22 13:29:13 +00:00
MetaErrors,
2023-12-02 12:00:05 +00:00
EmojisResponse,
2024-06-22 13:29:13 +00:00
EmojisErrors,
2023-12-02 12:00:05 +00:00
EmojiRequest,
EmojiResponse,
2024-06-22 13:29:13 +00:00
EmojiErrors,
2023-12-08 06:15:17 +00:00
MiauthGenTokenRequest,
MiauthGenTokenResponse,
2024-06-22 13:29:13 +00:00
MiauthGenTokenErrors,
2023-12-02 12:00:05 +00:00
MuteCreateRequest,
2024-06-22 13:29:13 +00:00
MuteCreateErrors,
2023-12-02 12:00:05 +00:00
MuteDeleteRequest,
2024-06-22 13:29:13 +00:00
MuteDeleteErrors,
2023-12-02 12:00:05 +00:00
MuteListRequest,
MuteListResponse,
2024-06-22 13:29:13 +00:00
MuteListErrors,
2023-12-02 12:00:05 +00:00
RenoteMuteCreateRequest,
2024-06-22 13:29:13 +00:00
RenoteMuteCreateErrors,
2023-12-02 12:00:05 +00:00
RenoteMuteDeleteRequest,
2024-06-22 13:29:13 +00:00
RenoteMuteDeleteErrors,
2023-12-02 12:00:05 +00:00
RenoteMuteListRequest,
RenoteMuteListResponse,
2024-06-22 13:29:13 +00:00
RenoteMuteListErrors,
2023-12-02 12:00:05 +00:00
MyAppsRequest,
MyAppsResponse,
2024-06-22 13:29:13 +00:00
MyAppsErrors,
2023-12-02 12:00:05 +00:00
NotesRequest,
NotesResponse,
2024-06-22 13:29:13 +00:00
NotesErrors,
2023-12-02 12:00:05 +00:00
NotesChildrenRequest,
NotesChildrenResponse,
2024-06-22 13:29:13 +00:00
NotesChildrenErrors,
2023-12-02 12:00:05 +00:00
NotesClipsRequest,
NotesClipsResponse,
2024-06-22 13:29:13 +00:00
NotesClipsErrors,
2023-12-02 12:00:05 +00:00
NotesConversationRequest,
NotesConversationResponse,
2024-06-22 13:29:13 +00:00
NotesConversationErrors,
2023-12-02 12:00:05 +00:00
NotesCreateRequest,
NotesCreateResponse,
2024-06-22 13:29:13 +00:00
NotesCreateErrors,
2023-12-02 12:00:05 +00:00
NotesDeleteRequest,
2024-06-22 13:29:13 +00:00
NotesDeleteErrors,
2023-12-02 12:00:05 +00:00
NotesFavoritesCreateRequest,
2024-06-22 13:29:13 +00:00
NotesFavoritesCreateErrors,
2023-12-02 12:00:05 +00:00
NotesFavoritesDeleteRequest,
2024-06-22 13:29:13 +00:00
NotesFavoritesDeleteErrors,
2023-12-02 12:00:05 +00:00
NotesFeaturedRequest,
NotesFeaturedResponse,
2024-06-22 13:29:13 +00:00
NotesFeaturedErrors,
2023-12-02 12:00:05 +00:00
NotesGlobalTimelineRequest,
NotesGlobalTimelineResponse,
2024-06-22 13:29:13 +00:00
NotesGlobalTimelineErrors,
2023-12-02 12:00:05 +00:00
NotesHybridTimelineRequest,
NotesHybridTimelineResponse,
2024-06-22 13:29:13 +00:00
NotesHybridTimelineErrors,
2023-12-02 12:00:05 +00:00
NotesLocalTimelineRequest,
NotesLocalTimelineResponse,
2024-06-22 13:29:13 +00:00
NotesLocalTimelineErrors,
2023-12-02 12:00:05 +00:00
NotesMentionsRequest,
NotesMentionsResponse,
2024-06-22 13:29:13 +00:00
NotesMentionsErrors,
2023-12-02 12:00:05 +00:00
NotesPollsRecommendationRequest,
NotesPollsRecommendationResponse,
2024-06-22 13:29:13 +00:00
NotesPollsRecommendationErrors,
2023-12-02 12:00:05 +00:00
NotesPollsVoteRequest,
2024-06-22 13:29:13 +00:00
NotesPollsVoteErrors,
2023-12-02 12:00:05 +00:00
NotesReactionsRequest,
NotesReactionsResponse,
2024-06-22 13:29:13 +00:00
NotesReactionsErrors,
2023-12-02 12:00:05 +00:00
NotesReactionsCreateRequest,
2024-06-22 13:29:13 +00:00
NotesReactionsCreateErrors,
2023-12-02 12:00:05 +00:00
NotesReactionsDeleteRequest,
2024-06-22 13:29:13 +00:00
NotesReactionsDeleteErrors,
2023-12-02 12:00:05 +00:00
NotesRenotesRequest,
NotesRenotesResponse,
2024-06-22 13:29:13 +00:00
NotesRenotesErrors,
2023-12-02 12:00:05 +00:00
NotesRepliesRequest,
NotesRepliesResponse,
2024-06-22 13:29:13 +00:00
NotesRepliesErrors,
2023-12-02 12:00:05 +00:00
NotesSearchByTagRequest,
NotesSearchByTagResponse,
2024-06-22 13:29:13 +00:00
NotesSearchByTagErrors,
2023-12-02 12:00:05 +00:00
NotesSearchRequest,
NotesSearchResponse,
2024-06-22 13:29:13 +00:00
NotesSearchErrors,
2023-12-02 12:00:05 +00:00
NotesShowRequest,
NotesShowResponse,
2024-06-22 13:29:13 +00:00
NotesShowErrors,
2023-12-02 12:00:05 +00:00
NotesStateRequest,
NotesStateResponse,
2024-06-22 13:29:13 +00:00
NotesStateErrors,
2023-12-02 12:00:05 +00:00
NotesThreadMutingCreateRequest,
2024-06-22 13:29:13 +00:00
NotesThreadMutingCreateErrors,
2023-12-02 12:00:05 +00:00
NotesThreadMutingDeleteRequest,
2024-06-22 13:29:13 +00:00
NotesThreadMutingDeleteErrors,
2023-12-02 12:00:05 +00:00
NotesTimelineRequest,
NotesTimelineResponse,
2024-06-22 13:29:13 +00:00
NotesTimelineErrors,
2023-12-02 12:00:05 +00:00
NotesTranslateRequest,
NotesTranslateResponse,
2024-06-22 13:29:13 +00:00
NotesTranslateErrors,
2023-12-02 12:00:05 +00:00
NotesUnrenoteRequest,
2024-06-22 13:29:13 +00:00
NotesUnrenoteErrors,
2023-12-02 12:00:05 +00:00
NotesUserListTimelineRequest,
NotesUserListTimelineResponse,
2024-06-22 13:29:13 +00:00
NotesUserListTimelineErrors,
2023-12-02 12:00:05 +00:00
NotificationsCreateRequest,
2024-06-22 13:29:13 +00:00
NotificationsCreateErrors,
NotificationsFlushErrors,
NotificationsMarkAllAsReadErrors,
NotificationsTestNotificationErrors,
2023-12-08 06:15:17 +00:00
PagePushRequest,
2024-06-22 13:29:13 +00:00
PagePushErrors,
2023-12-02 12:00:05 +00:00
PagesCreateRequest,
PagesCreateResponse,
2024-06-22 13:29:13 +00:00
PagesCreateErrors,
2023-12-02 12:00:05 +00:00
PagesDeleteRequest,
2024-06-22 13:29:13 +00:00
PagesDeleteErrors,
2023-12-02 12:00:05 +00:00
PagesFeaturedResponse,
2024-06-22 13:29:13 +00:00
PagesFeaturedErrors,
2023-12-02 12:00:05 +00:00
PagesLikeRequest,
2024-06-22 13:29:13 +00:00
PagesLikeErrors,
2023-12-02 12:00:05 +00:00
PagesShowRequest,
PagesShowResponse,
2024-06-22 13:29:13 +00:00
PagesShowErrors,
2023-12-02 12:00:05 +00:00
PagesUnlikeRequest,
2024-06-22 13:29:13 +00:00
PagesUnlikeErrors,
2023-12-02 12:00:05 +00:00
PagesUpdateRequest,
2024-06-22 13:29:13 +00:00
PagesUpdateErrors,
2023-12-02 12:00:05 +00:00
FlashCreateRequest,
2023-12-24 08:54:00 +00:00
FlashCreateResponse,
2024-06-22 13:29:13 +00:00
FlashCreateErrors,
2023-12-02 12:00:05 +00:00
FlashDeleteRequest,
2024-06-22 13:29:13 +00:00
FlashDeleteErrors,
2023-12-02 12:00:05 +00:00
FlashFeaturedResponse,
2024-06-22 13:29:13 +00:00
FlashFeaturedErrors,
2023-12-02 12:00:05 +00:00
FlashLikeRequest,
2024-06-22 13:29:13 +00:00
FlashLikeErrors,
2023-12-02 12:00:05 +00:00
FlashShowRequest,
FlashShowResponse,
2024-06-22 13:29:13 +00:00
FlashShowErrors,
2023-12-02 12:00:05 +00:00
FlashUnlikeRequest,
2024-06-22 13:29:13 +00:00
FlashUnlikeErrors,
2023-12-02 12:00:05 +00:00
FlashUpdateRequest,
2024-06-22 13:29:13 +00:00
FlashUpdateErrors,
2023-12-02 12:00:05 +00:00
FlashMyRequest,
FlashMyResponse,
2024-06-22 13:29:13 +00:00
FlashMyErrors,
2023-12-02 12:00:05 +00:00
FlashMyLikesRequest,
FlashMyLikesResponse,
2024-06-22 13:29:13 +00:00
FlashMyLikesErrors,
2023-12-02 12:00:05 +00:00
PingResponse,
2024-06-22 13:29:13 +00:00
PingErrors,
2023-12-02 12:00:05 +00:00
PinnedUsersResponse,
2024-06-22 13:29:13 +00:00
PinnedUsersErrors,
2023-12-02 12:00:05 +00:00
PromoReadRequest,
2024-06-22 13:29:13 +00:00
PromoReadErrors,
2023-12-06 06:47:57 +00:00
RolesListResponse,
2024-06-22 13:29:13 +00:00
RolesListErrors,
2023-12-02 12:00:05 +00:00
RolesShowRequest,
2023-12-06 06:47:57 +00:00
RolesShowResponse,
2024-06-22 13:29:13 +00:00
RolesShowErrors,
2023-12-02 12:00:05 +00:00
RolesUsersRequest,
2023-12-24 08:54:00 +00:00
RolesUsersResponse,
2024-06-22 13:29:13 +00:00
RolesUsersErrors,
2023-12-02 12:00:05 +00:00
RolesNotesRequest,
RolesNotesResponse,
2024-06-22 13:29:13 +00:00
RolesNotesErrors,
2023-12-02 12:00:05 +00:00
RequestResetPasswordRequest,
2024-06-22 13:29:13 +00:00
RequestResetPasswordErrors,
ResetDbErrors,
2023-12-02 12:00:05 +00:00
ResetPasswordRequest,
2024-06-22 13:29:13 +00:00
ResetPasswordErrors,
2023-12-24 08:54:00 +00:00
ServerInfoResponse,
2024-06-22 13:29:13 +00:00
ServerInfoErrors,
2023-12-02 12:00:05 +00:00
StatsResponse,
2024-06-22 13:29:13 +00:00
StatsErrors,
2023-12-02 12:00:05 +00:00
SwShowRegistrationRequest,
SwShowRegistrationResponse,
2024-06-22 13:29:13 +00:00
SwShowRegistrationErrors,
2023-12-02 12:00:05 +00:00
SwUpdateRegistrationRequest,
SwUpdateRegistrationResponse,
2024-06-22 13:29:13 +00:00
SwUpdateRegistrationErrors,
2023-12-02 12:00:05 +00:00
SwRegisterRequest,
SwRegisterResponse,
2024-06-22 13:29:13 +00:00
SwRegisterErrors,
2023-12-02 12:00:05 +00:00
SwUnregisterRequest,
2024-06-22 13:29:13 +00:00
SwUnregisterErrors,
2023-12-02 12:00:05 +00:00
TestRequest,
2023-12-24 08:54:00 +00:00
TestResponse,
2024-06-22 13:29:13 +00:00
TestErrors,
2023-12-02 12:00:05 +00:00
UsernameAvailableRequest,
UsernameAvailableResponse,
2024-06-22 13:29:13 +00:00
UsernameAvailableErrors,
2023-12-02 12:00:05 +00:00
UsersRequest,
UsersResponse,
2024-06-22 13:29:13 +00:00
UsersErrors,
2023-12-02 12:00:05 +00:00
UsersClipsRequest,
UsersClipsResponse,
2024-06-22 13:29:13 +00:00
UsersClipsErrors,
2023-12-02 12:00:05 +00:00
UsersFollowersRequest,
UsersFollowersResponse,
2024-06-22 13:29:13 +00:00
UsersFollowersErrors,
2023-12-02 12:00:05 +00:00
UsersFollowingRequest,
UsersFollowingResponse,
2024-06-22 13:29:13 +00:00
UsersFollowingErrors,
2023-12-02 12:00:05 +00:00
UsersGalleryPostsRequest,
UsersGalleryPostsResponse,
2024-06-22 13:29:13 +00:00
UsersGalleryPostsErrors,
2023-12-02 12:00:05 +00:00
UsersGetFrequentlyRepliedUsersRequest,
UsersGetFrequentlyRepliedUsersResponse,
2024-06-22 13:29:13 +00:00
UsersGetFrequentlyRepliedUsersErrors,
2023-12-02 12:00:05 +00:00
UsersFeaturedNotesRequest,
UsersFeaturedNotesResponse,
2024-06-22 13:29:13 +00:00
UsersFeaturedNotesErrors,
2023-12-02 12:00:05 +00:00
UsersListsCreateRequest,
UsersListsCreateResponse,
2024-06-22 13:29:13 +00:00
UsersListsCreateErrors,
2023-12-02 12:00:05 +00:00
UsersListsDeleteRequest,
2024-06-22 13:29:13 +00:00
UsersListsDeleteErrors,
2023-12-02 12:00:05 +00:00
UsersListsListRequest,
UsersListsListResponse,
2024-06-22 13:29:13 +00:00
UsersListsListErrors,
2023-12-02 12:00:05 +00:00
UsersListsPullRequest,
2024-06-22 13:29:13 +00:00
UsersListsPullErrors,
2023-12-02 12:00:05 +00:00
UsersListsPushRequest,
2024-06-22 13:29:13 +00:00
UsersListsPushErrors,
2023-12-02 12:00:05 +00:00
UsersListsShowRequest,
UsersListsShowResponse,
2024-06-22 13:29:13 +00:00
UsersListsShowErrors,
2023-12-02 12:00:05 +00:00
UsersListsFavoriteRequest,
2024-06-22 13:29:13 +00:00
UsersListsFavoriteErrors,
2023-12-02 12:00:05 +00:00
UsersListsUnfavoriteRequest,
2024-06-22 13:29:13 +00:00
UsersListsUnfavoriteErrors,
2023-12-02 12:00:05 +00:00
UsersListsUpdateRequest,
UsersListsUpdateResponse,
2024-06-22 13:29:13 +00:00
UsersListsUpdateErrors,
2023-12-02 12:00:05 +00:00
UsersListsCreateFromPublicRequest,
UsersListsCreateFromPublicResponse,
2024-06-22 13:29:13 +00:00
UsersListsCreateFromPublicErrors,
2023-12-02 12:00:05 +00:00
UsersListsUpdateMembershipRequest,
2024-06-22 13:29:13 +00:00
UsersListsUpdateMembershipErrors,
2023-12-02 12:00:05 +00:00
UsersListsGetMembershipsRequest,
2023-12-24 08:54:00 +00:00
UsersListsGetMembershipsResponse,
2024-06-22 13:29:13 +00:00
UsersListsGetMembershipsErrors,
2023-12-02 12:00:05 +00:00
UsersNotesRequest,
UsersNotesResponse,
2024-06-22 13:29:13 +00:00
UsersNotesErrors,
2023-12-02 12:00:05 +00:00
UsersPagesRequest,
UsersPagesResponse,
2024-06-22 13:29:13 +00:00
UsersPagesErrors,
2023-12-02 12:00:05 +00:00
UsersFlashsRequest,
UsersFlashsResponse,
2024-06-22 13:29:13 +00:00
UsersFlashsErrors,
2023-12-02 12:00:05 +00:00
UsersReactionsRequest,
UsersReactionsResponse,
2024-06-22 13:29:13 +00:00
UsersReactionsErrors,
2023-12-02 12:00:05 +00:00
UsersRecommendationRequest,
UsersRecommendationResponse,
2024-06-22 13:29:13 +00:00
UsersRecommendationErrors,
2023-12-02 12:00:05 +00:00
UsersRelationRequest,
UsersRelationResponse,
2024-06-22 13:29:13 +00:00
UsersRelationErrors,
2023-12-02 12:00:05 +00:00
UsersReportAbuseRequest,
2024-06-22 13:29:13 +00:00
UsersReportAbuseErrors,
2023-12-02 12:00:05 +00:00
UsersSearchByUsernameAndHostRequest,
UsersSearchByUsernameAndHostResponse,
2024-06-22 13:29:13 +00:00
UsersSearchByUsernameAndHostErrors,
2023-12-02 12:00:05 +00:00
UsersSearchRequest,
UsersSearchResponse,
2024-06-22 13:29:13 +00:00
UsersSearchErrors,
2023-12-02 12:00:05 +00:00
UsersShowRequest,
UsersShowResponse,
2024-06-22 13:29:13 +00:00
UsersShowErrors,
2023-12-02 12:00:05 +00:00
UsersAchievementsRequest,
2023-12-24 08:54:00 +00:00
UsersAchievementsResponse,
2024-06-22 13:29:13 +00:00
UsersAchievementsErrors,
2023-12-02 12:00:05 +00:00
UsersUpdateMemoRequest,
2024-06-22 13:29:13 +00:00
UsersUpdateMemoErrors,
2023-12-02 12:00:05 +00:00
FetchRssRequest,
2023-12-24 08:54:00 +00:00
FetchRssResponse,
2024-06-22 13:29:13 +00:00
FetchRssErrors,
2023-12-02 12:00:05 +00:00
FetchExternalResourcesRequest,
2023-12-24 08:54:00 +00:00
FetchExternalResourcesResponse,
2024-06-22 13:29:13 +00:00
FetchExternalResourcesErrors,
2023-12-02 12:00:05 +00:00
RetentionResponse,
2024-06-22 13:29:13 +00:00
RetentionErrors,
2024-01-11 14:41:22 +00:00
BubbleGameRegisterRequest,
2024-06-22 13:29:13 +00:00
BubbleGameRegisterErrors,
2024-01-11 14:41:22 +00:00
BubbleGameRankingRequest,
BubbleGameRankingResponse,
2024-06-22 13:29:13 +00:00
BubbleGameRankingErrors,
2024-01-19 11:51:49 +00:00
ReversiCancelMatchRequest,
2024-06-22 13:29:13 +00:00
ReversiCancelMatchErrors,
2024-01-19 11:51:49 +00:00
ReversiGamesRequest,
ReversiGamesResponse,
2024-06-22 13:29:13 +00:00
ReversiGamesErrors,
2024-01-19 11:51:49 +00:00
ReversiMatchRequest,
ReversiMatchResponse,
2024-06-22 13:29:13 +00:00
ReversiMatchErrors,
2024-01-19 11:51:49 +00:00
ReversiInvitationsResponse,
2024-06-22 13:29:13 +00:00
ReversiInvitationsErrors,
2024-01-19 11:51:49 +00:00
ReversiShowGameRequest,
ReversiShowGameResponse,
2024-06-22 13:29:13 +00:00
ReversiShowGameErrors,
2024-01-19 11:51:49 +00:00
ReversiSurrenderRequest,
2024-06-22 13:29:13 +00:00
ReversiSurrenderErrors,
2024-01-23 01:51:59 +00:00
ReversiVerifyRequest,
ReversiVerifyResponse,
2024-06-22 13:29:13 +00:00
ReversiVerifyErrors,
2023-12-02 12:00:05 +00:00
Error_2 as Error,
UserLite,
UserDetailedNotMeOnly,
MeDetailedOnly,
UserDetailedNotMe,
MeDetailed,
UserDetailed,
User,
UserList,
2023-12-24 08:54:00 +00:00
Ad,
2023-12-02 12:00:05 +00:00
Announcement,
App,
Note,
NoteReaction,
NoteFavorite,
Notification_2 as Notification,
DriveFile,
DriveFolder,
Following,
Muting,
RenoteMuting,
Blocking,
Hashtag,
InviteCode,
Page,
2024-01-30 10:53:53 +00:00
PageBlock,
2023-12-02 12:00:05 +00:00
Channel,
QueueCount,
Antenna,
Clip,
FederationInstance,
GalleryPost,
EmojiSimple,
EmojiDetailed,
2023-12-03 03:45:18 +00:00
Flash,
2023-12-06 06:47:57 +00:00
Signin,
2024-02-16 05:27:33 +00:00
RoleCondFormulaLogics,
RoleCondFormulaValueNot,
RoleCondFormulaValueIsLocalOrRemote,
2024-04-19 06:22:23 +00:00
RoleCondFormulaValueUserSettingBooleanSchema,
2024-02-27 09:45:46 +00:00
RoleCondFormulaValueAssignedRole,
2024-02-16 05:27:33 +00:00
RoleCondFormulaValueCreated,
RoleCondFormulaFollowersOrFollowingOrNotes,
RoleCondFormulaValue,
2023-12-06 06:47:57 +00:00
RoleLite,
2024-01-19 11:51:49 +00:00
Role,
2024-01-30 10:53:53 +00:00
RolePolicies,
2024-01-19 11:51:49 +00:00
ReversiGameLite,
2024-02-23 01:47:17 +00:00
ReversiGameDetailed,
MetaLite,
MetaDetailedOnly,
2024-06-08 06:34:19 +00:00
MetaDetailed,
SystemWebhook,
AbuseReportNotificationRecipient
2023-12-02 12:00:05 +00:00
}
}
export { entities }
// @public (undocumented)
type Error_2 = components['schemas']['Error'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ExportCustomEmojisErrors = EndpointsErrors['export-custom-emojis'][keyof EndpointsErrors['export-custom-emojis']];
// @public (undocumented)
type FederationFollowersErrors = EndpointsErrors['federation___followers'][keyof EndpointsErrors['federation___followers']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationFollowersRequest = operations['federation___followers']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationFollowersResponse = operations['federation___followers']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FederationFollowingErrors = EndpointsErrors['federation___following'][keyof EndpointsErrors['federation___following']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationFollowingRequest = operations['federation___following']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationFollowingResponse = operations['federation___following']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type FederationInstance = components['schemas']['FederationInstance'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FederationInstancesErrors = EndpointsErrors['federation___instances'][keyof EndpointsErrors['federation___instances']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationInstancesRequest = operations['federation___instances']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationInstancesResponse = operations['federation___instances']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FederationShowInstanceErrors = EndpointsErrors['federation___show-instance'][keyof EndpointsErrors['federation___show-instance']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationShowInstanceRequest = operations['federation___show-instance']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationShowInstanceResponse = operations['federation___show-instance']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FederationStatsErrors = EndpointsErrors['federation___stats'][keyof EndpointsErrors['federation___stats']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationStatsRequest = operations['federation___stats']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationStatsResponse = operations['federation___stats']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FederationUpdateRemoteUserErrors = EndpointsErrors['federation___update-remote-user'][keyof EndpointsErrors['federation___update-remote-user']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationUpdateRemoteUserRequest = operations['federation___update-remote-user']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FederationUsersErrors = EndpointsErrors['federation___users'][keyof EndpointsErrors['federation___users']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationUsersRequest = operations['federation___users']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FederationUsersResponse = operations['federation___users']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FetchExternalResourcesErrors = EndpointsErrors['fetch-external-resources'][keyof EndpointsErrors['fetch-external-resources']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type FetchExternalResourcesRequest = operations['fetch-external-resources']['requestBody']['content']['application/json'];
2023-12-24 08:54:00 +00:00
// @public (undocumented)
type FetchExternalResourcesResponse = operations['fetch-external-resources']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type FetchLike = (input: string, init?: {
method?: string;
body?: string;
credentials?: RequestCredentials;
cache?: RequestCache;
headers: {
[key in string]: string;
2023-10-21 09:41:12 +00:00
};
2023-12-02 12:00:05 +00:00
}) => Promise< {
status: number;
json(): Promise< any > ;
}>;
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FetchRssErrors = EndpointsErrors['fetch-rss'][keyof EndpointsErrors['fetch-rss']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type FetchRssRequest = operations['fetch-rss']['requestBody']['content']['application/json'];
2023-12-24 08:54:00 +00:00
// @public (undocumented)
type FetchRssResponse = operations['fetch-rss']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type Flash = components['schemas']['Flash'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FlashCreateErrors = EndpointsErrors['flash___create'][keyof EndpointsErrors['flash___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashCreateRequest = operations['flash___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashCreateResponse = operations['flash___create']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FlashDeleteErrors = EndpointsErrors['flash___delete'][keyof EndpointsErrors['flash___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashDeleteRequest = operations['flash___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FlashFeaturedErrors = EndpointsErrors['flash___featured'][keyof EndpointsErrors['flash___featured']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashFeaturedResponse = operations['flash___featured']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FlashLikeErrors = EndpointsErrors['flash___like'][keyof EndpointsErrors['flash___like']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashLikeRequest = operations['flash___like']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FlashMyErrors = EndpointsErrors['flash___my'][keyof EndpointsErrors['flash___my']];
// @public (undocumented)
type FlashMyLikesErrors = EndpointsErrors['flash___my-likes'][keyof EndpointsErrors['flash___my-likes']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashMyLikesRequest = operations['flash___my-likes']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashMyLikesResponse = operations['flash___my-likes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashMyRequest = operations['flash___my']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashMyResponse = operations['flash___my']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FlashShowErrors = EndpointsErrors['flash___show'][keyof EndpointsErrors['flash___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashShowRequest = operations['flash___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashShowResponse = operations['flash___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FlashUnlikeErrors = EndpointsErrors['flash___unlike'][keyof EndpointsErrors['flash___unlike']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashUnlikeRequest = operations['flash___unlike']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FlashUpdateErrors = EndpointsErrors['flash___update'][keyof EndpointsErrors['flash___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FlashUpdateRequest = operations['flash___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-21 01:39:11 +00:00
// @public (undocumented)
export const followersVisibilities: readonly ["public", "followers", "private"];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type Following = components['schemas']['Following'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FollowingCreateErrors = EndpointsErrors['following___create'][keyof EndpointsErrors['following___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingCreateRequest = operations['following___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingCreateResponse = operations['following___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FollowingDeleteErrors = EndpointsErrors['following___delete'][keyof EndpointsErrors['following___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingDeleteRequest = operations['following___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingDeleteResponse = operations['following___delete']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FollowingInvalidateErrors = EndpointsErrors['following___invalidate'][keyof EndpointsErrors['following___invalidate']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingInvalidateRequest = operations['following___invalidate']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingInvalidateResponse = operations['following___invalidate']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FollowingRequestsAcceptErrors = EndpointsErrors['following___requests___accept'][keyof EndpointsErrors['following___requests___accept']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingRequestsAcceptRequest = operations['following___requests___accept']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FollowingRequestsCancelErrors = EndpointsErrors['following___requests___cancel'][keyof EndpointsErrors['following___requests___cancel']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingRequestsCancelRequest = operations['following___requests___cancel']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingRequestsCancelResponse = operations['following___requests___cancel']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FollowingRequestsListErrors = EndpointsErrors['following___requests___list'][keyof EndpointsErrors['following___requests___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingRequestsListRequest = operations['following___requests___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingRequestsListResponse = operations['following___requests___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FollowingRequestsRejectErrors = EndpointsErrors['following___requests___reject'][keyof EndpointsErrors['following___requests___reject']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingRequestsRejectRequest = operations['following___requests___reject']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FollowingUpdateAllErrors = EndpointsErrors['following___update-all'][keyof EndpointsErrors['following___update-all']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingUpdateAllRequest = operations['following___update-all']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type FollowingUpdateErrors = EndpointsErrors['following___update'][keyof EndpointsErrors['following___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingUpdateRequest = operations['following___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type FollowingUpdateResponse = operations['following___update']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-21 01:39:11 +00:00
// @public (undocumented)
export const followingVisibilities: readonly ["public", "followers", "private"];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type GalleryFeaturedErrors = EndpointsErrors['gallery___featured'][keyof EndpointsErrors['gallery___featured']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryFeaturedRequest = operations['gallery___featured']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryFeaturedResponse = operations['gallery___featured']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type GalleryPopularErrors = EndpointsErrors['gallery___popular'][keyof EndpointsErrors['gallery___popular']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPopularResponse = operations['gallery___popular']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type GalleryPost = components['schemas']['GalleryPost'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type GalleryPostsCreateErrors = EndpointsErrors['gallery___posts___create'][keyof EndpointsErrors['gallery___posts___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsCreateRequest = operations['gallery___posts___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsCreateResponse = operations['gallery___posts___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type GalleryPostsDeleteErrors = EndpointsErrors['gallery___posts___delete'][keyof EndpointsErrors['gallery___posts___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsDeleteRequest = operations['gallery___posts___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type GalleryPostsErrors = EndpointsErrors['gallery___posts'][keyof EndpointsErrors['gallery___posts']];
// @public (undocumented)
type GalleryPostsLikeErrors = EndpointsErrors['gallery___posts___like'][keyof EndpointsErrors['gallery___posts___like']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsLikeRequest = operations['gallery___posts___like']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsRequest = operations['gallery___posts']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsResponse = operations['gallery___posts']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type GalleryPostsShowErrors = EndpointsErrors['gallery___posts___show'][keyof EndpointsErrors['gallery___posts___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsShowRequest = operations['gallery___posts___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsShowResponse = operations['gallery___posts___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type GalleryPostsUnlikeErrors = EndpointsErrors['gallery___posts___unlike'][keyof EndpointsErrors['gallery___posts___unlike']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsUnlikeRequest = operations['gallery___posts___unlike']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type GalleryPostsUpdateErrors = EndpointsErrors['gallery___posts___update'][keyof EndpointsErrors['gallery___posts___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsUpdateRequest = operations['gallery___posts___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type GalleryPostsUpdateResponse = operations['gallery___posts___update']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type GetAvatarDecorationsErrors = EndpointsErrors['get-avatar-decorations'][keyof EndpointsErrors['get-avatar-decorations']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type GetAvatarDecorationsResponse = operations['get-avatar-decorations']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type GetOnlineUsersCountErrors = EndpointsErrors['get-online-users-count'][keyof EndpointsErrors['get-online-users-count']];
2023-12-24 08:54:00 +00:00
// @public (undocumented)
type GetOnlineUsersCountResponse = operations['get-online-users-count']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type Hashtag = components['schemas']['Hashtag'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type HashtagsListErrors = EndpointsErrors['hashtags___list'][keyof EndpointsErrors['hashtags___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type HashtagsListRequest = operations['hashtags___list']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type HashtagsListResponse = operations['hashtags___list']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type HashtagsSearchErrors = EndpointsErrors['hashtags___search'][keyof EndpointsErrors['hashtags___search']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type HashtagsSearchRequest = operations['hashtags___search']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type HashtagsSearchResponse = operations['hashtags___search']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type HashtagsShowErrors = EndpointsErrors['hashtags___show'][keyof EndpointsErrors['hashtags___show']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type HashtagsShowRequest = operations['hashtags___show']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type HashtagsShowResponse = operations['hashtags___show']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type HashtagsTrendErrors = EndpointsErrors['hashtags___trend'][keyof EndpointsErrors['hashtags___trend']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type HashtagsTrendResponse = operations['hashtags___trend']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type HashtagsUsersErrors = EndpointsErrors['hashtags___users'][keyof EndpointsErrors['hashtags___users']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type HashtagsUsersRequest = operations['hashtags___users']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type HashtagsUsersResponse = operations['hashtags___users']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type I2faDoneErrors = EndpointsErrors['i___2fa___done'][keyof EndpointsErrors['i___2fa___done']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faDoneRequest = operations['i___2fa___done']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-02-16 05:27:33 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faDoneResponse = operations['i___2fa___done']['responses']['200']['content']['application/json'];
2024-02-16 05:27:33 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type I2faKeyDoneErrors = EndpointsErrors['i___2fa___key-done'][keyof EndpointsErrors['i___2fa___key-done']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faKeyDoneRequest = operations['i___2fa___key-done']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faKeyDoneResponse = operations['i___2fa___key-done']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type I2faPasswordLessErrors = EndpointsErrors['i___2fa___password-less'][keyof EndpointsErrors['i___2fa___password-less']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faPasswordLessRequest = operations['i___2fa___password-less']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type I2faRegisterErrors = EndpointsErrors['i___2fa___register'][keyof EndpointsErrors['i___2fa___register']];
// @public (undocumented)
type I2faRegisterKeyErrors = EndpointsErrors['i___2fa___register-key'][keyof EndpointsErrors['i___2fa___register-key']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faRegisterKeyRequest = operations['i___2fa___register-key']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faRegisterKeyResponse = operations['i___2fa___register-key']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faRegisterRequest = operations['i___2fa___register']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faRegisterResponse = operations['i___2fa___register']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type I2faRemoveKeyErrors = EndpointsErrors['i___2fa___remove-key'][keyof EndpointsErrors['i___2fa___remove-key']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faRemoveKeyRequest = operations['i___2fa___remove-key']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type I2faUnregisterErrors = EndpointsErrors['i___2fa___unregister'][keyof EndpointsErrors['i___2fa___unregister']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faUnregisterRequest = operations['i___2fa___unregister']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type I2faUpdateKeyErrors = EndpointsErrors['i___2fa___update-key'][keyof EndpointsErrors['i___2fa___update-key']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type I2faUpdateKeyRequest = operations['i___2fa___update-key']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IAppsErrors = EndpointsErrors['i___apps'][keyof EndpointsErrors['i___apps']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IAppsRequest = operations['i___apps']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IAppsResponse = operations['i___apps']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IAuthorizedAppsErrors = EndpointsErrors['i___authorized-apps'][keyof EndpointsErrors['i___authorized-apps']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IAuthorizedAppsRequest = operations['i___authorized-apps']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IAuthorizedAppsResponse = operations['i___authorized-apps']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IChangePasswordErrors = EndpointsErrors['i___change-password'][keyof EndpointsErrors['i___change-password']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IChangePasswordRequest = operations['i___change-password']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IClaimAchievementErrors = EndpointsErrors['i___claim-achievement'][keyof EndpointsErrors['i___claim-achievement']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IClaimAchievementRequest = operations['i___claim-achievement']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
type ID = string;
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IDeleteAccountErrors = EndpointsErrors['i___delete-account'][keyof EndpointsErrors['i___delete-account']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IDeleteAccountRequest = operations['i___delete-account']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IErrors = EndpointsErrors['i'][keyof EndpointsErrors['i']];
// @public (undocumented)
type IExportAntennasErrors = EndpointsErrors['i___export-antennas'][keyof EndpointsErrors['i___export-antennas']];
// @public (undocumented)
type IExportBlockingErrors = EndpointsErrors['i___export-blocking'][keyof EndpointsErrors['i___export-blocking']];
// @public (undocumented)
type IExportClipsErrors = EndpointsErrors['i___export-clips'][keyof EndpointsErrors['i___export-clips']];
// @public (undocumented)
type IExportFavoritesErrors = EndpointsErrors['i___export-favorites'][keyof EndpointsErrors['i___export-favorites']];
// @public (undocumented)
type IExportFollowingErrors = EndpointsErrors['i___export-following'][keyof EndpointsErrors['i___export-following']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IExportFollowingRequest = operations['i___export-following']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IExportMuteErrors = EndpointsErrors['i___export-mute'][keyof EndpointsErrors['i___export-mute']];
// @public (undocumented)
type IExportNotesErrors = EndpointsErrors['i___export-notes'][keyof EndpointsErrors['i___export-notes']];
// @public (undocumented)
type IExportUserListsErrors = EndpointsErrors['i___export-user-lists'][keyof EndpointsErrors['i___export-user-lists']];
// @public (undocumented)
type IFavoritesErrors = EndpointsErrors['i___favorites'][keyof EndpointsErrors['i___favorites']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IFavoritesRequest = operations['i___favorites']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IFavoritesResponse = operations['i___favorites']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IGalleryLikesErrors = EndpointsErrors['i___gallery___likes'][keyof EndpointsErrors['i___gallery___likes']];
2023-07-15 00:57:58 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IGalleryLikesRequest = operations['i___gallery___likes']['requestBody']['content']['application/json'];
2023-07-15 00:57:58 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IGalleryLikesResponse = operations['i___gallery___likes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IGalleryPostsErrors = EndpointsErrors['i___gallery___posts'][keyof EndpointsErrors['i___gallery___posts']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IGalleryPostsRequest = operations['i___gallery___posts']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IGalleryPostsResponse = operations['i___gallery___posts']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IImportAntennasErrors = EndpointsErrors['i___import-antennas'][keyof EndpointsErrors['i___import-antennas']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IImportAntennasRequest = operations['i___import-antennas']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IImportBlockingErrors = EndpointsErrors['i___import-blocking'][keyof EndpointsErrors['i___import-blocking']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IImportBlockingRequest = operations['i___import-blocking']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IImportFollowingErrors = EndpointsErrors['i___import-following'][keyof EndpointsErrors['i___import-following']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IImportFollowingRequest = operations['i___import-following']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IImportMutingErrors = EndpointsErrors['i___import-muting'][keyof EndpointsErrors['i___import-muting']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IImportMutingRequest = operations['i___import-muting']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IImportUserListsErrors = EndpointsErrors['i___import-user-lists'][keyof EndpointsErrors['i___import-user-lists']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IImportUserListsRequest = operations['i___import-user-lists']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IMoveErrors = EndpointsErrors['i___move'][keyof EndpointsErrors['i___move']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IMoveRequest = operations['i___move']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IMoveResponse = operations['i___move']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type INotificationsErrors = EndpointsErrors['i___notifications'][keyof EndpointsErrors['i___notifications']];
// @public (undocumented)
type INotificationsGroupedErrors = EndpointsErrors['i___notifications-grouped'][keyof EndpointsErrors['i___notifications-grouped']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type INotificationsGroupedRequest = operations['i___notifications-grouped']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type INotificationsGroupedResponse = operations['i___notifications-grouped']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type INotificationsRequest = operations['i___notifications']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type INotificationsResponse = operations['i___notifications']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type InviteCode = components['schemas']['InviteCode'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type InviteCreateErrors = EndpointsErrors['invite___create'][keyof EndpointsErrors['invite___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type InviteCreateResponse = operations['invite___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type InviteDeleteErrors = EndpointsErrors['invite___delete'][keyof EndpointsErrors['invite___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type InviteDeleteRequest = operations['invite___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type InviteLimitErrors = EndpointsErrors['invite___limit'][keyof EndpointsErrors['invite___limit']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type InviteLimitResponse = operations['invite___limit']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type InviteListErrors = EndpointsErrors['invite___list'][keyof EndpointsErrors['invite___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type InviteListRequest = operations['invite___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type InviteListResponse = operations['invite___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IPageLikesErrors = EndpointsErrors['i___page-likes'][keyof EndpointsErrors['i___page-likes']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IPageLikesRequest = operations['i___page-likes']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IPageLikesResponse = operations['i___page-likes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IPagesErrors = EndpointsErrors['i___pages'][keyof EndpointsErrors['i___pages']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IPagesRequest = operations['i___pages']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IPagesResponse = operations['i___pages']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IPinErrors = EndpointsErrors['i___pin'][keyof EndpointsErrors['i___pin']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IPinRequest = operations['i___pin']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IPinResponse = operations['i___pin']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IReadAllUnreadNotesErrors = EndpointsErrors['i___read-all-unread-notes'][keyof EndpointsErrors['i___read-all-unread-notes']];
// @public (undocumented)
type IReadAnnouncementErrors = EndpointsErrors['i___read-announcement'][keyof EndpointsErrors['i___read-announcement']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IReadAnnouncementRequest = operations['i___read-announcement']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IRegenerateTokenErrors = EndpointsErrors['i___regenerate-token'][keyof EndpointsErrors['i___regenerate-token']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegenerateTokenRequest = operations['i___regenerate-token']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IRegistryGetAllErrors = EndpointsErrors['i___registry___get-all'][keyof EndpointsErrors['i___registry___get-all']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryGetAllRequest = operations['i___registry___get-all']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryGetAllResponse = operations['i___registry___get-all']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IRegistryGetDetailErrors = EndpointsErrors['i___registry___get-detail'][keyof EndpointsErrors['i___registry___get-detail']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryGetDetailRequest = operations['i___registry___get-detail']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryGetDetailResponse = operations['i___registry___get-detail']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IRegistryGetErrors = EndpointsErrors['i___registry___get'][keyof EndpointsErrors['i___registry___get']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryGetRequest = operations['i___registry___get']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryGetResponse = operations['i___registry___get']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IRegistryKeysErrors = EndpointsErrors['i___registry___keys'][keyof EndpointsErrors['i___registry___keys']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryKeysRequest = operations['i___registry___keys']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-02-16 05:27:33 +00:00
// @public (undocumented)
2024-06-22 13:29:13 +00:00
type IRegistryKeysResponse = operations['i___registry___keys']['responses']['200']['content']['application/json'];
// @public (undocumented)
type IRegistryKeysWithTypeErrors = EndpointsErrors['i___registry___keys-with-type'][keyof EndpointsErrors['i___registry___keys-with-type']];
2024-02-16 05:27:33 +00:00
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryKeysWithTypeRequest = operations['i___registry___keys-with-type']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryKeysWithTypeResponse = operations['i___registry___keys-with-type']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IRegistryRemoveErrors = EndpointsErrors['i___registry___remove'][keyof EndpointsErrors['i___registry___remove']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryRemoveRequest = operations['i___registry___remove']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IRegistryScopesWithDomainErrors = EndpointsErrors['i___registry___scopes-with-domain'][keyof EndpointsErrors['i___registry___scopes-with-domain']];
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistryScopesWithDomainResponse = operations['i___registry___scopes-with-domain']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IRegistrySetErrors = EndpointsErrors['i___registry___set'][keyof EndpointsErrors['i___registry___set']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRegistrySetRequest = operations['i___registry___set']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type IResponse = operations['i']['responses']['200']['content']['application/json'];
2023-07-15 00:57:58 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IRevokeTokenErrors = EndpointsErrors['i___revoke-token'][keyof EndpointsErrors['i___revoke-token']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IRevokeTokenRequest = operations['i___revoke-token']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-02-12 02:38:16 +00:00
function isAPIError(reason: Record< PropertyKey , unknown > ): reason is APIError;
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ISigninHistoryErrors = EndpointsErrors['i___signin-history'][keyof EndpointsErrors['i___signin-history']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ISigninHistoryRequest = operations['i___signin-history']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ISigninHistoryResponse = operations['i___signin-history']['responses']['200']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IUnpinErrors = EndpointsErrors['i___unpin'][keyof EndpointsErrors['i___unpin']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IUnpinRequest = operations['i___unpin']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IUnpinResponse = operations['i___unpin']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IUpdateEmailErrors = EndpointsErrors['i___update-email'][keyof EndpointsErrors['i___update-email']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IUpdateEmailRequest = operations['i___update-email']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IUpdateEmailResponse = operations['i___update-email']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IUpdateErrors = EndpointsErrors['i___update'][keyof EndpointsErrors['i___update']];
2023-06-24 23:34:18 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IUpdateRequest = operations['i___update']['requestBody']['content']['application/json'];
2023-06-24 23:34:18 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IUpdateResponse = operations['i___update']['responses']['200']['content']['application/json'];
2023-06-24 23:34:18 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IWebhooksCreateErrors = EndpointsErrors['i___webhooks___create'][keyof EndpointsErrors['i___webhooks___create']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IWebhooksCreateRequest = operations['i___webhooks___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IWebhooksCreateResponse = operations['i___webhooks___create']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IWebhooksDeleteErrors = EndpointsErrors['i___webhooks___delete'][keyof EndpointsErrors['i___webhooks___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IWebhooksDeleteRequest = operations['i___webhooks___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IWebhooksListErrors = EndpointsErrors['i___webhooks___list'][keyof EndpointsErrors['i___webhooks___list']];
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IWebhooksListResponse = operations['i___webhooks___list']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IWebhooksShowErrors = EndpointsErrors['i___webhooks___show'][keyof EndpointsErrors['i___webhooks___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IWebhooksShowRequest = operations['i___webhooks___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IWebhooksShowResponse = operations['i___webhooks___show']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type IWebhooksUpdateErrors = EndpointsErrors['i___webhooks___update'][keyof EndpointsErrors['i___webhooks___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type IWebhooksUpdateRequest = operations['i___webhooks___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type MeDetailed = components['schemas']['MeDetailed'];
// @public (undocumented)
type MeDetailedOnly = components['schemas']['MeDetailedOnly'];
2024-02-23 01:47:17 +00:00
// @public (undocumented)
type MetaDetailed = components['schemas']['MetaDetailed'];
// @public (undocumented)
type MetaDetailedOnly = components['schemas']['MetaDetailedOnly'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type MetaErrors = EndpointsErrors['meta'][keyof EndpointsErrors['meta']];
2024-02-23 01:47:17 +00:00
// @public (undocumented)
type MetaLite = components['schemas']['MetaLite'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type MetaRequest = operations['meta']['requestBody']['content']['application/json'];
// @public (undocumented)
type MetaResponse = operations['meta']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type MiauthGenTokenErrors = EndpointsErrors['miauth___gen-token'][keyof EndpointsErrors['miauth___gen-token']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type MiauthGenTokenRequest = operations['miauth___gen-token']['requestBody']['content']['application/json'];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type MiauthGenTokenResponse = operations['miauth___gen-token']['responses']['200']['content']['application/json'];
2023-12-08 06:15:17 +00:00
2023-09-23 09:28:16 +00:00
// @public (undocumented)
type ModerationLog = {
id: ID;
createdAt: DateString;
userId: User['id'];
2024-01-31 06:45:35 +00:00
user: UserDetailedNotMe | null;
2023-09-23 09:28:16 +00:00
} & ({
type: 'updateServerSettings';
info: ModerationLogPayloads['updateServerSettings'];
} | {
type: 'suspend';
info: ModerationLogPayloads['suspend'];
} | {
type: 'unsuspend';
info: ModerationLogPayloads['unsuspend'];
} | {
type: 'updateUserNote';
info: ModerationLogPayloads['updateUserNote'];
} | {
type: 'addCustomEmoji';
info: ModerationLogPayloads['addCustomEmoji'];
2023-09-24 01:57:24 +00:00
} | {
type: 'updateCustomEmoji';
info: ModerationLogPayloads['updateCustomEmoji'];
} | {
type: 'deleteCustomEmoji';
info: ModerationLogPayloads['deleteCustomEmoji'];
2023-09-23 09:28:16 +00:00
} | {
type: 'assignRole';
info: ModerationLogPayloads['assignRole'];
} | {
type: 'unassignRole';
info: ModerationLogPayloads['unassignRole'];
2023-09-25 01:29:12 +00:00
} | {
type: 'createRole';
info: ModerationLogPayloads['createRole'];
2023-09-23 09:28:16 +00:00
} | {
type: 'updateRole';
info: ModerationLogPayloads['updateRole'];
} | {
type: 'deleteRole';
info: ModerationLogPayloads['deleteRole'];
} | {
type: 'clearQueue';
info: ModerationLogPayloads['clearQueue'];
} | {
type: 'promoteQueue';
info: ModerationLogPayloads['promoteQueue'];
2023-09-24 01:46:09 +00:00
} | {
type: 'deleteDriveFile';
info: ModerationLogPayloads['deleteDriveFile'];
} | {
type: 'deleteNote';
info: ModerationLogPayloads['deleteNote'];
} | {
type: 'createGlobalAnnouncement';
info: ModerationLogPayloads['createGlobalAnnouncement'];
} | {
type: 'createUserAnnouncement';
info: ModerationLogPayloads['createUserAnnouncement'];
} | {
type: 'updateGlobalAnnouncement';
info: ModerationLogPayloads['updateGlobalAnnouncement'];
} | {
type: 'updateUserAnnouncement';
info: ModerationLogPayloads['updateUserAnnouncement'];
} | {
type: 'deleteGlobalAnnouncement';
info: ModerationLogPayloads['deleteGlobalAnnouncement'];
} | {
type: 'deleteUserAnnouncement';
info: ModerationLogPayloads['deleteUserAnnouncement'];
2023-09-23 11:50:02 +00:00
} | {
type: 'resetPassword';
info: ModerationLogPayloads['resetPassword'];
} | {
type: 'suspendRemoteInstance';
info: ModerationLogPayloads['suspendRemoteInstance'];
} | {
type: 'unsuspendRemoteInstance';
info: ModerationLogPayloads['unsuspendRemoteInstance'];
2024-02-22 11:59:52 +00:00
} | {
type: 'updateRemoteInstanceNote';
info: ModerationLogPayloads['updateRemoteInstanceNote'];
2023-09-24 06:40:38 +00:00
} | {
type: 'markSensitiveDriveFile';
info: ModerationLogPayloads['markSensitiveDriveFile'];
} | {
type: 'unmarkSensitiveDriveFile';
info: ModerationLogPayloads['unmarkSensitiveDriveFile'];
2023-09-28 01:02:05 +00:00
} | {
type: 'createInvitation';
info: ModerationLogPayloads['createInvitation'];
2023-09-29 06:01:13 +00:00
} | {
type: 'createAd';
info: ModerationLogPayloads['createAd'];
} | {
type: 'updateAd';
info: ModerationLogPayloads['updateAd'];
} | {
type: 'deleteAd';
info: ModerationLogPayloads['deleteAd'];
2023-10-21 09:38:07 +00:00
} | {
type: 'createAvatarDecoration';
info: ModerationLogPayloads['createAvatarDecoration'];
} | {
type: 'updateAvatarDecoration';
info: ModerationLogPayloads['updateAvatarDecoration'];
} | {
type: 'deleteAvatarDecoration';
info: ModerationLogPayloads['deleteAvatarDecoration'];
} | {
type: 'resolveAbuseReport';
info: ModerationLogPayloads['resolveAbuseReport'];
2023-11-21 01:48:01 +00:00
} | {
type: 'unsetUserAvatar';
info: ModerationLogPayloads['unsetUserAvatar'];
} | {
2024-06-08 06:34:19 +00:00
type: 'createSystemWebhook';
info: ModerationLogPayloads['createSystemWebhook'];
} | {
type: 'updateSystemWebhook';
info: ModerationLogPayloads['updateSystemWebhook'];
} | {
type: 'deleteSystemWebhook';
info: ModerationLogPayloads['deleteSystemWebhook'];
} | {
type: 'createAbuseReportNotificationRecipient';
info: ModerationLogPayloads['createAbuseReportNotificationRecipient'];
} | {
type: 'updateAbuseReportNotificationRecipient';
info: ModerationLogPayloads['updateAbuseReportNotificationRecipient'];
} | {
type: 'deleteAbuseReportNotificationRecipient';
info: ModerationLogPayloads['deleteAbuseReportNotificationRecipient'];
2023-09-23 09:28:16 +00:00
});
// @public (undocumented)
2024-02-22 11:59:52 +00:00
export const moderationLogTypes: readonly ["updateServerSettings", "suspend", "unsuspend", "updateUserNote", "addCustomEmoji", "updateCustomEmoji", "deleteCustomEmoji", "assignRole", "unassignRole", "createRole", "updateRole", "deleteRole", "clearQueue", "promoteQueue", "deleteDriveFile", "deleteNote", "createGlobalAnnouncement", "createUserAnnouncement", "updateGlobalAnnouncement", "updateUserAnnouncement", "deleteGlobalAnnouncement", "deleteUserAnnouncement", "resetPassword", "suspendRemoteInstance", "unsuspendRemoteInstance", "updateRemoteInstanceNote", "markSensitiveDriveFile", "unmarkSensitiveDriveFile", "resolveAbuseReport", "createInvitation", "createAd", "updateAd", "deleteAd", "createAvatarDecoration", "updateAvatarDecoration", "deleteAvatarDecoration", "unsetUserAvatar", "unsetUserBanner"];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type MuteCreateErrors = EndpointsErrors['mute___create'][keyof EndpointsErrors['mute___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type MuteCreateRequest = operations['mute___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type MuteDeleteErrors = EndpointsErrors['mute___delete'][keyof EndpointsErrors['mute___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type MuteDeleteRequest = operations['mute___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
export const mutedNoteReasons: readonly ["word", "manual", "spam", "other"];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type MuteListErrors = EndpointsErrors['mute___list'][keyof EndpointsErrors['mute___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type MuteListRequest = operations['mute___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type MuteListResponse = operations['mute___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type Muting = components['schemas']['Muting'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type MyAppsErrors = EndpointsErrors['my___apps'][keyof EndpointsErrors['my___apps']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type MyAppsRequest = operations['my___apps']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type MyAppsResponse = operations['my___apps']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type Note = components['schemas']['Note'];
// @public (undocumented)
type NoteFavorite = components['schemas']['NoteFavorite'];
// @public (undocumented)
type NoteReaction = components['schemas']['NoteReaction'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesChildrenErrors = EndpointsErrors['notes___children'][keyof EndpointsErrors['notes___children']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesChildrenRequest = operations['notes___children']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesChildrenResponse = operations['notes___children']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesClipsErrors = EndpointsErrors['notes___clips'][keyof EndpointsErrors['notes___clips']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesClipsRequest = operations['notes___clips']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesClipsResponse = operations['notes___clips']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesConversationErrors = EndpointsErrors['notes___conversation'][keyof EndpointsErrors['notes___conversation']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesConversationRequest = operations['notes___conversation']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesConversationResponse = operations['notes___conversation']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesCreateErrors = EndpointsErrors['notes___create'][keyof EndpointsErrors['notes___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesCreateRequest = operations['notes___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesCreateResponse = operations['notes___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesDeleteErrors = EndpointsErrors['notes___delete'][keyof EndpointsErrors['notes___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesDeleteRequest = operations['notes___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesErrors = EndpointsErrors['notes'][keyof EndpointsErrors['notes']];
// @public (undocumented)
type NotesFavoritesCreateErrors = EndpointsErrors['notes___favorites___create'][keyof EndpointsErrors['notes___favorites___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesFavoritesCreateRequest = operations['notes___favorites___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesFavoritesDeleteErrors = EndpointsErrors['notes___favorites___delete'][keyof EndpointsErrors['notes___favorites___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesFavoritesDeleteRequest = operations['notes___favorites___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesFeaturedErrors = EndpointsErrors['notes___featured'][keyof EndpointsErrors['notes___featured']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesFeaturedRequest = operations['notes___featured']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesFeaturedResponse = operations['notes___featured']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesGlobalTimelineErrors = EndpointsErrors['notes___global-timeline'][keyof EndpointsErrors['notes___global-timeline']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesGlobalTimelineRequest = operations['notes___global-timeline']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesGlobalTimelineResponse = operations['notes___global-timeline']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesHybridTimelineErrors = EndpointsErrors['notes___hybrid-timeline'][keyof EndpointsErrors['notes___hybrid-timeline']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesHybridTimelineRequest = operations['notes___hybrid-timeline']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesHybridTimelineResponse = operations['notes___hybrid-timeline']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesLocalTimelineErrors = EndpointsErrors['notes___local-timeline'][keyof EndpointsErrors['notes___local-timeline']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesLocalTimelineRequest = operations['notes___local-timeline']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesLocalTimelineResponse = operations['notes___local-timeline']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesMentionsErrors = EndpointsErrors['notes___mentions'][keyof EndpointsErrors['notes___mentions']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesMentionsRequest = operations['notes___mentions']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesMentionsResponse = operations['notes___mentions']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesPollsRecommendationErrors = EndpointsErrors['notes___polls___recommendation'][keyof EndpointsErrors['notes___polls___recommendation']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesPollsRecommendationRequest = operations['notes___polls___recommendation']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesPollsRecommendationResponse = operations['notes___polls___recommendation']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesPollsVoteErrors = EndpointsErrors['notes___polls___vote'][keyof EndpointsErrors['notes___polls___vote']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesPollsVoteRequest = operations['notes___polls___vote']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesReactionsCreateErrors = EndpointsErrors['notes___reactions___create'][keyof EndpointsErrors['notes___reactions___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesReactionsCreateRequest = operations['notes___reactions___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesReactionsDeleteErrors = EndpointsErrors['notes___reactions___delete'][keyof EndpointsErrors['notes___reactions___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesReactionsDeleteRequest = operations['notes___reactions___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesReactionsErrors = EndpointsErrors['notes___reactions'][keyof EndpointsErrors['notes___reactions']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesReactionsRequest = operations['notes___reactions']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesReactionsResponse = operations['notes___reactions']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesRenotesErrors = EndpointsErrors['notes___renotes'][keyof EndpointsErrors['notes___renotes']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesRenotesRequest = operations['notes___renotes']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesRenotesResponse = operations['notes___renotes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesRepliesErrors = EndpointsErrors['notes___replies'][keyof EndpointsErrors['notes___replies']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesRepliesRequest = operations['notes___replies']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesRepliesResponse = operations['notes___replies']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type NotesRequest = operations['notes']['requestBody']['content']['application/json'];
// @public (undocumented)
type NotesResponse = operations['notes']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesSearchByTagErrors = EndpointsErrors['notes___search-by-tag'][keyof EndpointsErrors['notes___search-by-tag']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesSearchByTagRequest = operations['notes___search-by-tag']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesSearchByTagResponse = operations['notes___search-by-tag']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesSearchErrors = EndpointsErrors['notes___search'][keyof EndpointsErrors['notes___search']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesSearchRequest = operations['notes___search']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesSearchResponse = operations['notes___search']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesShowErrors = EndpointsErrors['notes___show'][keyof EndpointsErrors['notes___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesShowRequest = operations['notes___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesShowResponse = operations['notes___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesStateErrors = EndpointsErrors['notes___state'][keyof EndpointsErrors['notes___state']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesStateRequest = operations['notes___state']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesStateResponse = operations['notes___state']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesThreadMutingCreateErrors = EndpointsErrors['notes___thread-muting___create'][keyof EndpointsErrors['notes___thread-muting___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesThreadMutingCreateRequest = operations['notes___thread-muting___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesThreadMutingDeleteErrors = EndpointsErrors['notes___thread-muting___delete'][keyof EndpointsErrors['notes___thread-muting___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesThreadMutingDeleteRequest = operations['notes___thread-muting___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesTimelineErrors = EndpointsErrors['notes___timeline'][keyof EndpointsErrors['notes___timeline']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesTimelineRequest = operations['notes___timeline']['requestBody']['content']['application/json'];
2023-09-23 09:28:16 +00:00
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesTimelineResponse = operations['notes___timeline']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesTranslateErrors = EndpointsErrors['notes___translate'][keyof EndpointsErrors['notes___translate']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesTranslateRequest = operations['notes___translate']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesTranslateResponse = operations['notes___translate']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesUnrenoteErrors = EndpointsErrors['notes___unrenote'][keyof EndpointsErrors['notes___unrenote']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesUnrenoteRequest = operations['notes___unrenote']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotesUserListTimelineErrors = EndpointsErrors['notes___user-list-timeline'][keyof EndpointsErrors['notes___user-list-timeline']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesUserListTimelineRequest = operations['notes___user-list-timeline']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotesUserListTimelineResponse = operations['notes___user-list-timeline']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
export const noteVisibilities: readonly ["public", "home", "followers", "specified"];
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type Notification_2 = components['schemas']['Notification'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotificationsCreateErrors = EndpointsErrors['notifications___create'][keyof EndpointsErrors['notifications___create']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type NotificationsCreateRequest = operations['notifications___create']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type NotificationsFlushErrors = EndpointsErrors['notifications___flush'][keyof EndpointsErrors['notifications___flush']];
// @public (undocumented)
type NotificationsMarkAllAsReadErrors = EndpointsErrors['notifications___mark-all-as-read'][keyof EndpointsErrors['notifications___mark-all-as-read']];
// @public (undocumented)
type NotificationsTestNotificationErrors = EndpointsErrors['notifications___test-notification'][keyof EndpointsErrors['notifications___test-notification']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2023-12-21 01:39:11 +00:00
export const notificationTypes: readonly ["note", "follow", "mention", "reply", "renote", "quote", "reaction", "pollVote", "pollEnded", "receiveFollowRequest", "followRequestAccepted", "groupInvited", "app", "roleAssigned", "achievementEarned"];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type Page = components['schemas']['Page'];
2023-03-30 00:33:19 +00:00
2024-01-30 10:53:53 +00:00
// @public (undocumented)
type PageBlock = components['schemas']['PageBlock'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
type PageEvent = {
pageId: Page['id'];
event: string;
var: any;
userId: User['id'];
user: User;
};
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PagePushErrors = EndpointsErrors['page-push'][keyof EndpointsErrors['page-push']];
2023-12-08 06:15:17 +00:00
// @public (undocumented)
type PagePushRequest = operations['page-push']['requestBody']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PagesCreateErrors = EndpointsErrors['pages___create'][keyof EndpointsErrors['pages___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type PagesCreateRequest = operations['pages___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type PagesCreateResponse = operations['pages___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PagesDeleteErrors = EndpointsErrors['pages___delete'][keyof EndpointsErrors['pages___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type PagesDeleteRequest = operations['pages___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PagesFeaturedErrors = EndpointsErrors['pages___featured'][keyof EndpointsErrors['pages___featured']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type PagesFeaturedResponse = operations['pages___featured']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PagesLikeErrors = EndpointsErrors['pages___like'][keyof EndpointsErrors['pages___like']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type PagesLikeRequest = operations['pages___like']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PagesShowErrors = EndpointsErrors['pages___show'][keyof EndpointsErrors['pages___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type PagesShowRequest = operations['pages___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type PagesShowResponse = operations['pages___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PagesUnlikeErrors = EndpointsErrors['pages___unlike'][keyof EndpointsErrors['pages___unlike']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type PagesUnlikeRequest = operations['pages___unlike']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PagesUpdateErrors = EndpointsErrors['pages___update'][keyof EndpointsErrors['pages___update']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type PagesUpdateRequest = operations['pages___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-09-04 04:33:38 +00:00
// @public (undocumented)
function parse(acct: string): Acct;
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-05-23 08:29:59 +00:00
export const permissions: readonly ["read:account", "write:account", "read:blocks", "write:blocks", "read:drive", "write:drive", "read:favorites", "write:favorites", "read:following", "write:following", "read:messaging", "write:messaging", "read:mutes", "write:mutes", "write:notes", "read:notifications", "write:notifications", "read:reactions", "write:reactions", "write:votes", "read:pages", "write:pages", "write:page-likes", "read:page-likes", "read:user-groups", "write:user-groups", "read:channels", "write:channels", "read:gallery", "write:gallery", "read:gallery-likes", "write:gallery-likes", "read:flash", "write:flash", "read:flash-likes", "write:flash-likes", "read:admin:abuse-user-reports", "write:admin:delete-account", "write:admin:delete-all-files-of-a-user", "read:admin:index-stats", "read:admin:table-stats", "read:admin:user-ips", "read:admin:meta", "write:admin:reset-password", "write:admin:resolve-abuse-user-report", "write:admin:send-email", "read:admin:server-info", "read:admin:show-moderation-log", "read:admin:show-user", "write:admin:suspend-user", "write:admin:unset-user-avatar", "write:admin:unset-user-banner", "write:admin:unsuspend-user", "write:admin:meta", "write:admin:user-note", "write:admin:roles", "read:admin:roles", "write:admin:relays", "read:admin:relays", "write:admin:invite-codes", "read:admin:invite-codes", "write:admin:announcements", "read:admin:announcements", "write:admin:avatar-decorations", "read:admin:avatar-decorations", "write:admin:federation", "write:admin:account", "read:admin:account", "write:admin:emoji", "read:admin:emoji", "write:admin:queue", "read:admin:queue", "write:admin:promo", "write:admin:drive", "read:admin:drive", "write:admin:ad", "read:admin:ad", "write:invite-codes", "read:invite-codes", "write:clip-favorite", "read:clip-favorite", "read:federation", "write:report-abuse"];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PingErrors = EndpointsErrors['ping'][keyof EndpointsErrors['ping']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type PingResponse = operations['ping']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PinnedUsersErrors = EndpointsErrors['pinned-users'][keyof EndpointsErrors['pinned-users']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type PinnedUsersResponse = operations['pinned-users']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type PromoReadErrors = EndpointsErrors['promo___read'][keyof EndpointsErrors['promo___read']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type PromoReadRequest = operations['promo___read']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type QueueCount = components['schemas']['QueueCount'];
2023-12-03 03:45:18 +00:00
// @public (undocumented)
type QueueStats = {
deliver: {
activeSincePrevTick: number;
active: number;
waiting: number;
delayed: number;
};
inbox: {
activeSincePrevTick: number;
active: number;
waiting: number;
delayed: number;
};
};
// @public (undocumented)
2024-01-07 14:56:46 +00:00
type QueueStatsLog = QueueStats[];
2023-12-03 03:45:18 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type RenoteMuteCreateErrors = EndpointsErrors['renote-mute___create'][keyof EndpointsErrors['renote-mute___create']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RenoteMuteCreateRequest = operations['renote-mute___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type RenoteMuteDeleteErrors = EndpointsErrors['renote-mute___delete'][keyof EndpointsErrors['renote-mute___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RenoteMuteDeleteRequest = operations['renote-mute___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type RenoteMuteListErrors = EndpointsErrors['renote-mute___list'][keyof EndpointsErrors['renote-mute___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RenoteMuteListRequest = operations['renote-mute___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RenoteMuteListResponse = operations['renote-mute___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type RenoteMuting = components['schemas']['RenoteMuting'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type RequestResetPasswordErrors = EndpointsErrors['request-reset-password'][keyof EndpointsErrors['request-reset-password']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type RequestResetPasswordRequest = operations['request-reset-password']['requestBody']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ResetDbErrors = EndpointsErrors['reset-db'][keyof EndpointsErrors['reset-db']];
// @public (undocumented)
type ResetPasswordErrors = EndpointsErrors['reset-password'][keyof EndpointsErrors['reset-password']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type ResetPasswordRequest = operations['reset-password']['requestBody']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type RetentionErrors = EndpointsErrors['retention'][keyof EndpointsErrors['retention']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type RetentionResponse = operations['retention']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ReversiCancelMatchErrors = EndpointsErrors['reversi___cancel-match'][keyof EndpointsErrors['reversi___cancel-match']];
2024-01-19 11:51:49 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiCancelMatchRequest = operations['reversi___cancel-match']['requestBody']['content']['application/json'];
2024-01-19 11:51:49 +00:00
// @public (undocumented)
type ReversiGameDetailed = components['schemas']['ReversiGameDetailed'];
// @public (undocumented)
type ReversiGameLite = components['schemas']['ReversiGameLite'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ReversiGamesErrors = EndpointsErrors['reversi___games'][keyof EndpointsErrors['reversi___games']];
2024-01-19 11:51:49 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiGamesRequest = operations['reversi___games']['requestBody']['content']['application/json'];
2024-01-19 11:51:49 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiGamesResponse = operations['reversi___games']['responses']['200']['content']['application/json'];
2024-01-19 11:51:49 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ReversiInvitationsErrors = EndpointsErrors['reversi___invitations'][keyof EndpointsErrors['reversi___invitations']];
2024-01-19 11:51:49 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiInvitationsResponse = operations['reversi___invitations']['responses']['200']['content']['application/json'];
2024-01-19 11:51:49 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ReversiMatchErrors = EndpointsErrors['reversi___match'][keyof EndpointsErrors['reversi___match']];
2024-01-19 11:51:49 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiMatchRequest = operations['reversi___match']['requestBody']['content']['application/json'];
2024-01-19 11:51:49 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiMatchResponse = operations['reversi___match']['responses']['200']['content']['application/json'];
2024-01-19 11:51:49 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ReversiShowGameErrors = EndpointsErrors['reversi___show-game'][keyof EndpointsErrors['reversi___show-game']];
2024-01-19 11:51:49 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiShowGameRequest = operations['reversi___show-game']['requestBody']['content']['application/json'];
2024-01-19 11:51:49 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiShowGameResponse = operations['reversi___show-game']['responses']['200']['content']['application/json'];
2024-01-19 11:51:49 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ReversiSurrenderErrors = EndpointsErrors['reversi___surrender'][keyof EndpointsErrors['reversi___surrender']];
2024-01-19 11:51:49 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiSurrenderRequest = operations['reversi___surrender']['requestBody']['content']['application/json'];
2024-01-19 11:51:49 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ReversiVerifyErrors = EndpointsErrors['reversi___verify'][keyof EndpointsErrors['reversi___verify']];
2024-01-23 01:51:59 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiVerifyRequest = operations['reversi___verify']['requestBody']['content']['application/json'];
2024-01-23 01:51:59 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type ReversiVerifyResponse = operations['reversi___verify']['responses']['200']['content']['application/json'];
2024-01-23 01:51:59 +00:00
2023-12-06 06:47:57 +00:00
// @public (undocumented)
type Role = components['schemas']['Role'];
2024-02-16 05:27:33 +00:00
// @public (undocumented)
type RoleCondFormulaFollowersOrFollowingOrNotes = components['schemas']['RoleCondFormulaFollowersOrFollowingOrNotes'];
// @public (undocumented)
type RoleCondFormulaLogics = components['schemas']['RoleCondFormulaLogics'];
// @public (undocumented)
type RoleCondFormulaValue = components['schemas']['RoleCondFormulaValue'];
2024-02-27 09:45:46 +00:00
// @public (undocumented)
type RoleCondFormulaValueAssignedRole = components['schemas']['RoleCondFormulaValueAssignedRole'];
2024-02-16 05:27:33 +00:00
// @public (undocumented)
type RoleCondFormulaValueCreated = components['schemas']['RoleCondFormulaValueCreated'];
// @public (undocumented)
type RoleCondFormulaValueIsLocalOrRemote = components['schemas']['RoleCondFormulaValueIsLocalOrRemote'];
// @public (undocumented)
type RoleCondFormulaValueNot = components['schemas']['RoleCondFormulaValueNot'];
2024-04-19 06:22:23 +00:00
// @public (undocumented)
type RoleCondFormulaValueUserSettingBooleanSchema = components['schemas']['RoleCondFormulaValueUserSettingBooleanSchema'];
2023-12-06 06:47:57 +00:00
// @public (undocumented)
type RoleLite = components['schemas']['RoleLite'];
2024-01-30 10:53:53 +00:00
// @public (undocumented)
type RolePolicies = components['schemas']['RolePolicies'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type RolesListErrors = EndpointsErrors['roles___list'][keyof EndpointsErrors['roles___list']];
2023-12-06 06:47:57 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RolesListResponse = operations['roles___list']['responses']['200']['content']['application/json'];
2023-12-06 06:47:57 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type RolesNotesErrors = EndpointsErrors['roles___notes'][keyof EndpointsErrors['roles___notes']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RolesNotesRequest = operations['roles___notes']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RolesNotesResponse = operations['roles___notes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type RolesShowErrors = EndpointsErrors['roles___show'][keyof EndpointsErrors['roles___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RolesShowRequest = operations['roles___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-06 06:47:57 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RolesShowResponse = operations['roles___show']['responses']['200']['content']['application/json'];
2023-12-06 06:47:57 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type RolesUsersErrors = EndpointsErrors['roles___users'][keyof EndpointsErrors['roles___users']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RolesUsersRequest = operations['roles___users']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type RolesUsersResponse = operations['roles___users']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type ServerInfoErrors = EndpointsErrors['server-info'][keyof EndpointsErrors['server-info']];
2023-12-24 08:54:00 +00:00
// @public (undocumented)
type ServerInfoResponse = operations['server-info']['responses']['200']['content']['application/json'];
2023-12-03 03:45:18 +00:00
// @public (undocumented)
type ServerStats = {
cpu: number;
mem: {
used: number;
active: number;
};
net: {
rx: number;
tx: number;
};
fs: {
r: number;
w: number;
};
};
// @public (undocumented)
2024-01-07 14:56:46 +00:00
type ServerStatsLog = ServerStats[];
2023-12-03 03:45:18 +00:00
// @public (undocumented)
type Signin = components['schemas']['Signin'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type SigninErrors = {
message: 'Too many failed attempts to sign in. Try again later.';
code: 'TOO_MANY_AUTHENTICATION_FAILURES';
id: '22d05606-fbcf-421a-a2db-b32610dcfd1b';
} | {
id: '6cc579cc-885d-43d8-95c2-b8c7fc963280';
} | {
id: 'e03a5f46-d309-4865-9b69-56282d94e1eb';
} | {
id: '4e30e80c-e338-45a0-8c8f-44455efa3b76';
} | {
id: '932c904e-9460-45b7-9ce6-7ed33be7eb2c';
} | {
id: 'cdf1235b-ac71-46d4-a3a6-84ccce48df6f';
} | {
id: '93b86c4b-72f9-40eb-9815-798928603d1e';
};
2024-01-03 04:41:28 +00:00
// @public (undocumented)
type SigninRequest = {
username: string;
password: string;
token?: string;
};
// @public (undocumented)
type SigninResponse = {
id: User['id'];
i: string;
};
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type SignupErrors = {
message: 'DUPLICATED_USERNAME';
code: 400;
} | {
message: 'USED_USERNAME';
code: 400;
} | {
message: 'DENIED_USERNAME';
code: 400;
} | Record< string , any > ;
2024-01-03 04:41:28 +00:00
// @public (undocumented)
type SignupPendingRequest = {
code: string;
};
// @public (undocumented)
type SignupPendingResponse = {
id: User['id'];
i: string;
};
// @public (undocumented)
type SignupRequest = {
username: string;
password: string;
host?: string;
invitationCode?: string;
emailAddress?: string;
'hcaptcha-response'?: string | null;
'g-recaptcha-response'?: string | null;
'turnstile-response'?: string | null;
};
// @public (undocumented)
type SignupResponse = MeDetailed & {
token: string;
};
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type StatsErrors = EndpointsErrors['stats'][keyof EndpointsErrors['stats']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type StatsResponse = operations['stats']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// Warning: (ae-forgotten-export) The symbol "StreamEvents" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
export class Stream extends EventEmitter< StreamEvents > {
constructor(origin: string, user: {
token: string;
} | null, options?: {
WebSocket?: any;
});
// (undocumented)
close(): void;
// Warning: (ae-forgotten-export) The symbol "NonSharedConnection" needs to be exported by the entry point index.d.ts
//
// (undocumented)
disconnectToChannel(connection: NonSharedConnection): void;
2023-06-06 00:37:36 +00:00
// (undocumented)
heartbeat(): void;
// (undocumented)
ping(): void;
2023-03-30 00:33:19 +00:00
// Warning: (ae-forgotten-export) The symbol "SharedConnection" needs to be exported by the entry point index.d.ts
//
// (undocumented)
removeSharedConnection(connection: SharedConnection): void;
// Warning: (ae-forgotten-export) The symbol "Pool" needs to be exported by the entry point index.d.ts
//
// (undocumented)
removeSharedConnectionPool(pool: Pool): void;
// (undocumented)
2023-04-08 05:39:54 +00:00
send(typeOrPayload: string): void;
// (undocumented)
send(typeOrPayload: string, payload: any): void;
// (undocumented)
send(typeOrPayload: Record< string , any > | any[]): void;
2023-03-30 00:33:19 +00:00
// (undocumented)
state: 'initializing' | 'reconnecting' | 'connected';
// (undocumented)
useChannel< C extends keyof Channels > (channel: C, params?: Channels[C]['params'], name?: string): ChannelConnection< Channels [ C ] > ;
}
2023-12-02 12:00:05 +00:00
// Warning: (ae-forgotten-export) The symbol "SwitchCase" needs to be exported by the entry point index.d.ts
// Warning: (ae-forgotten-export) The symbol "IsCaseMatched" needs to be exported by the entry point index.d.ts
// Warning: (ae-forgotten-export) The symbol "GetCaseResult" needs to be exported by the entry point index.d.ts
//
// @public (undocumented)
type SwitchCaseResponseType< E extends keyof Endpoints , P extends Endpoints [ E ] [ ' req ' ] > = Endpoints[E]['res'] extends SwitchCase ? IsCaseMatched< E , P , 0 > extends true ? GetCaseResult< E , P , 0 > : IsCaseMatched< E , P , 1 > extends true ? GetCaseResult< E , P , 1 > : IsCaseMatched< E , P , 2 > extends true ? GetCaseResult< E , P , 2 > : IsCaseMatched< E , P , 3 > extends true ? GetCaseResult< E , P , 3 > : IsCaseMatched< E , P , 4 > extends true ? GetCaseResult< E , P , 4 > : IsCaseMatched< E , P , 5 > extends true ? GetCaseResult< E , P , 5 > : IsCaseMatched< E , P , 6 > extends true ? GetCaseResult< E , P , 6 > : IsCaseMatched< E , P , 7 > extends true ? GetCaseResult< E , P , 7 > : IsCaseMatched< E , P , 8 > extends true ? GetCaseResult< E , P , 8 > : IsCaseMatched< E , P , 9 > extends true ? GetCaseResult< E , P , 9 > : Endpoints[E]['res']['$switch']['$default'] : Endpoints[E]['res'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type SwRegisterErrors = EndpointsErrors['sw___register'][keyof EndpointsErrors['sw___register']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type SwRegisterRequest = operations['sw___register']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type SwRegisterResponse = operations['sw___register']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type SwShowRegistrationErrors = EndpointsErrors['sw___show-registration'][keyof EndpointsErrors['sw___show-registration']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type SwShowRegistrationRequest = operations['sw___show-registration']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type SwShowRegistrationResponse = operations['sw___show-registration']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type SwUnregisterErrors = EndpointsErrors['sw___unregister'][keyof EndpointsErrors['sw___unregister']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type SwUnregisterRequest = operations['sw___unregister']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type SwUpdateRegistrationErrors = EndpointsErrors['sw___update-registration'][keyof EndpointsErrors['sw___update-registration']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type SwUpdateRegistrationRequest = operations['sw___update-registration']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type SwUpdateRegistrationResponse = operations['sw___update-registration']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-08 06:34:19 +00:00
// @public (undocumented)
type SystemWebhook = components['schemas']['SystemWebhook'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type TestErrors = EndpointsErrors['test'][keyof EndpointsErrors['test']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type TestRequest = operations['test']['requestBody']['content']['application/json'];
2023-12-24 08:54:00 +00:00
// @public (undocumented)
type TestResponse = operations['test']['responses']['200']['content']['application/json'];
2023-09-04 04:33:38 +00:00
// @public (undocumented)
function toString_2(acct: Acct): string;
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type User = components['schemas']['User'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type UserDetailed = components['schemas']['UserDetailed'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type UserDetailedNotMe = components['schemas']['UserDetailedNotMe'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type UserDetailedNotMeOnly = components['schemas']['UserDetailedNotMeOnly'];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2023-12-02 12:00:05 +00:00
type UserList = components['schemas']['UserList'];
// @public (undocumented)
type UserLite = components['schemas']['UserLite'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsernameAvailableErrors = EndpointsErrors['username___available'][keyof EndpointsErrors['username___available']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsernameAvailableRequest = operations['username___available']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsernameAvailableResponse = operations['username___available']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersAchievementsErrors = EndpointsErrors['users___achievements'][keyof EndpointsErrors['users___achievements']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersAchievementsRequest = operations['users___achievements']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersAchievementsResponse = operations['users___achievements']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersClipsErrors = EndpointsErrors['users___clips'][keyof EndpointsErrors['users___clips']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersClipsRequest = operations['users___clips']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersClipsResponse = operations['users___clips']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersErrors = EndpointsErrors['users'][keyof EndpointsErrors['users']];
// @public (undocumented)
type UsersFeaturedNotesErrors = EndpointsErrors['users___featured-notes'][keyof EndpointsErrors['users___featured-notes']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersFeaturedNotesRequest = operations['users___featured-notes']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersFeaturedNotesResponse = operations['users___featured-notes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersFlashsErrors = EndpointsErrors['users___flashs'][keyof EndpointsErrors['users___flashs']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersFlashsRequest = operations['users___flashs']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersFlashsResponse = operations['users___flashs']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersFollowersErrors = EndpointsErrors['users___followers'][keyof EndpointsErrors['users___followers']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersFollowersRequest = operations['users___followers']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersFollowersResponse = operations['users___followers']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersFollowingErrors = EndpointsErrors['users___following'][keyof EndpointsErrors['users___following']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersFollowingRequest = operations['users___following']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersFollowingResponse = operations['users___following']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersGalleryPostsErrors = EndpointsErrors['users___gallery___posts'][keyof EndpointsErrors['users___gallery___posts']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersGalleryPostsRequest = operations['users___gallery___posts']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersGalleryPostsResponse = operations['users___gallery___posts']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersGetFrequentlyRepliedUsersErrors = EndpointsErrors['users___get-frequently-replied-users'][keyof EndpointsErrors['users___get-frequently-replied-users']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersGetFrequentlyRepliedUsersRequest = operations['users___get-frequently-replied-users']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersGetFrequentlyRepliedUsersResponse = operations['users___get-frequently-replied-users']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersListsCreateErrors = EndpointsErrors['users___lists___create'][keyof EndpointsErrors['users___lists___create']];
// @public (undocumented)
type UsersListsCreateFromPublicErrors = EndpointsErrors['users___lists___create-from-public'][keyof EndpointsErrors['users___lists___create-from-public']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsCreateFromPublicRequest = operations['users___lists___create-from-public']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsCreateFromPublicResponse = operations['users___lists___create-from-public']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsCreateRequest = operations['users___lists___create']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsCreateResponse = operations['users___lists___create']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersListsDeleteErrors = EndpointsErrors['users___lists___delete'][keyof EndpointsErrors['users___lists___delete']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsDeleteRequest = operations['users___lists___delete']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersListsFavoriteErrors = EndpointsErrors['users___lists___favorite'][keyof EndpointsErrors['users___lists___favorite']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsFavoriteRequest = operations['users___lists___favorite']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersListsGetMembershipsErrors = EndpointsErrors['users___lists___get-memberships'][keyof EndpointsErrors['users___lists___get-memberships']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsGetMembershipsRequest = operations['users___lists___get-memberships']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2023-12-24 08:54:00 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsGetMembershipsResponse = operations['users___lists___get-memberships']['responses']['200']['content']['application/json'];
2023-12-24 08:54:00 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersListsListErrors = EndpointsErrors['users___lists___list'][keyof EndpointsErrors['users___lists___list']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsListRequest = operations['users___lists___list']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsListResponse = operations['users___lists___list']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersListsPullErrors = EndpointsErrors['users___lists___pull'][keyof EndpointsErrors['users___lists___pull']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsPullRequest = operations['users___lists___pull']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersListsPushErrors = EndpointsErrors['users___lists___push'][keyof EndpointsErrors['users___lists___push']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsPushRequest = operations['users___lists___push']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersListsShowErrors = EndpointsErrors['users___lists___show'][keyof EndpointsErrors['users___lists___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsShowRequest = operations['users___lists___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsShowResponse = operations['users___lists___show']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersListsUnfavoriteErrors = EndpointsErrors['users___lists___unfavorite'][keyof EndpointsErrors['users___lists___unfavorite']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsUnfavoriteRequest = operations['users___lists___unfavorite']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersListsUpdateErrors = EndpointsErrors['users___lists___update'][keyof EndpointsErrors['users___lists___update']];
// @public (undocumented)
type UsersListsUpdateMembershipErrors = EndpointsErrors['users___lists___update-membership'][keyof EndpointsErrors['users___lists___update-membership']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsUpdateMembershipRequest = operations['users___lists___update-membership']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsUpdateRequest = operations['users___lists___update']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersListsUpdateResponse = operations['users___lists___update']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersNotesErrors = EndpointsErrors['users___notes'][keyof EndpointsErrors['users___notes']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersNotesRequest = operations['users___notes']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersNotesResponse = operations['users___notes']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersPagesErrors = EndpointsErrors['users___pages'][keyof EndpointsErrors['users___pages']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersPagesRequest = operations['users___pages']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersPagesResponse = operations['users___pages']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersReactionsErrors = EndpointsErrors['users___reactions'][keyof EndpointsErrors['users___reactions']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersReactionsRequest = operations['users___reactions']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersReactionsResponse = operations['users___reactions']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersRecommendationErrors = EndpointsErrors['users___recommendation'][keyof EndpointsErrors['users___recommendation']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersRecommendationRequest = operations['users___recommendation']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersRecommendationResponse = operations['users___recommendation']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersRelationErrors = EndpointsErrors['users___relation'][keyof EndpointsErrors['users___relation']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersRelationRequest = operations['users___relation']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersRelationResponse = operations['users___relation']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersReportAbuseErrors = EndpointsErrors['users___report-abuse'][keyof EndpointsErrors['users___report-abuse']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersReportAbuseRequest = operations['users___report-abuse']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
type UsersRequest = operations['users']['requestBody']['content']['application/json'];
// @public (undocumented)
type UsersResponse = operations['users']['responses']['200']['content']['application/json'];
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersSearchByUsernameAndHostErrors = EndpointsErrors['users___search-by-username-and-host'][keyof EndpointsErrors['users___search-by-username-and-host']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersSearchByUsernameAndHostRequest = operations['users___search-by-username-and-host']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersSearchByUsernameAndHostResponse = operations['users___search-by-username-and-host']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersSearchErrors = EndpointsErrors['users___search'][keyof EndpointsErrors['users___search']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersSearchRequest = operations['users___search']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersSearchResponse = operations['users___search']['responses']['200']['content']['application/json'];
2023-12-02 12:00:05 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersShowErrors = EndpointsErrors['users___show'][keyof EndpointsErrors['users___show']];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersShowRequest = operations['users___show']['requestBody']['content']['application/json'];
2023-12-02 12:00:05 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersShowResponse = operations['users___show']['responses']['200']['content']['application/json'];
2023-03-30 00:33:19 +00:00
2024-06-22 13:29:13 +00:00
// @public (undocumented)
type UsersUpdateMemoErrors = EndpointsErrors['users___update-memo'][keyof EndpointsErrors['users___update-memo']];
2023-03-30 00:33:19 +00:00
// @public (undocumented)
2024-03-25 03:11:10 +00:00
type UsersUpdateMemoRequest = operations['users___update-memo']['requestBody']['content']['application/json'];
2023-03-30 00:33:19 +00:00
// Warnings were encountered during analysis:
//
2023-12-03 03:45:18 +00:00
// src/entities.ts:25:2 - (ae-forgotten-export) The symbol "ModerationLogPayloads" needs to be exported by the entry point index.d.ts
2023-03-30 00:33:19 +00:00
// (No @packageDocumentation comment for this package)
```