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:
parent
a010b2657d
commit
55a72ab07d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user