mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-27 14:28:53 +09:00
update autogen code
This commit is contained in:
parent
a010b2657d
commit
55a72ab07d
@ -5543,6 +5543,8 @@ export type operations = {
|
|||||||
urlPreviewRequireContentLength: boolean;
|
urlPreviewRequireContentLength: boolean;
|
||||||
urlPreviewUserAgent: string | null;
|
urlPreviewUserAgent: string | null;
|
||||||
urlPreviewSummaryProxyUrl: string | null;
|
urlPreviewSummaryProxyUrl: string | null;
|
||||||
|
federation: string;
|
||||||
|
federationHosts: string[];
|
||||||
doNotSendNotificationEmailsForAbuseReport: boolean;
|
doNotSendNotificationEmailsForAbuseReport: boolean;
|
||||||
emailToReceiveAbuseReport: string | null;
|
emailToReceiveAbuseReport: string | null;
|
||||||
enableReceivePrerelease: boolean;
|
enableReceivePrerelease: boolean;
|
||||||
@ -10236,6 +10238,9 @@ export type operations = {
|
|||||||
urlPreviewRequireContentLength?: boolean;
|
urlPreviewRequireContentLength?: boolean;
|
||||||
urlPreviewUserAgent?: string | null;
|
urlPreviewUserAgent?: string | null;
|
||||||
urlPreviewSummaryProxyUrl?: string | null;
|
urlPreviewSummaryProxyUrl?: string | null;
|
||||||
|
/** @enum {string} */
|
||||||
|
federation?: 'all' | 'none' | 'specified';
|
||||||
|
federationHosts?: string[];
|
||||||
doNotSendNotificationEmailsForAbuseReport?: boolean;
|
doNotSendNotificationEmailsForAbuseReport?: boolean;
|
||||||
emailToReceiveAbuseReport?: string | null;
|
emailToReceiveAbuseReport?: string | null;
|
||||||
enableReceivePrerelease?: boolean;
|
enableReceivePrerelease?: boolean;
|
||||||
|
Loading…
Reference in New Issue
Block a user