1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-23 22:56:53 +09:00

update autogen code

This commit is contained in:
NoriDev 2024-10-01 13:37:37 +09:00
parent a010b2657d
commit 55a72ab07d

View File

@ -5543,6 +5543,8 @@ export type operations = {
urlPreviewRequireContentLength: boolean;
urlPreviewUserAgent: string | null;
urlPreviewSummaryProxyUrl: string | null;
federation: string;
federationHosts: string[];
doNotSendNotificationEmailsForAbuseReport: boolean;
emailToReceiveAbuseReport: string | null;
enableReceivePrerelease: boolean;
@ -10236,6 +10238,9 @@ export type operations = {
urlPreviewRequireContentLength?: boolean;
urlPreviewUserAgent?: string | null;
urlPreviewSummaryProxyUrl?: string | null;
/** @enum {string} */
federation?: 'all' | 'none' | 'specified';
federationHosts?: string[];
doNotSendNotificationEmailsForAbuseReport?: boolean;
emailToReceiveAbuseReport?: string | null;
enableReceivePrerelease?: boolean;