mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-10-30 06:41:46 +09:00
fix(misskey-js): build misskey-js with types
This commit is contained in:
parent
a44d9fcce0
commit
75679943ca
@ -5512,7 +5512,6 @@ export type operations = {
|
||||
perUserListTimelineCacheMax: number;
|
||||
enableReactionsBuffering: boolean;
|
||||
notesPerOneAd: number;
|
||||
trustedLinkUrlPatterns: string[];
|
||||
backgroundImageUrl: string | null;
|
||||
deeplAuthKey: string | null;
|
||||
deeplIsPro: boolean;
|
||||
@ -5552,6 +5551,7 @@ export type operations = {
|
||||
enableReceivePrerelease: boolean;
|
||||
skipVersion: boolean;
|
||||
skipCherryPickVersion?: string | null;
|
||||
trustedLinkUrlPatterns: string[];
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -10234,7 +10234,6 @@ export type operations = {
|
||||
mediaSilencedHosts?: string[] | null;
|
||||
/** @description [Deprecated] Use "urlPreviewSummaryProxyUrl" instead. */
|
||||
summalyProxy?: string | null;
|
||||
trustedLinkUrlPatterns?: string[] | null;
|
||||
urlPreviewEnabled?: boolean;
|
||||
urlPreviewTimeout?: number;
|
||||
urlPreviewMaximumContentLength?: number;
|
||||
@ -10249,6 +10248,7 @@ export type operations = {
|
||||
enableReceivePrerelease?: boolean;
|
||||
skipVersion?: boolean;
|
||||
skipCherryPickVersion?: string | null;
|
||||
trustedLinkUrlPatterns?: string[] | null;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user