Skip to content

Commit

Permalink
fix(misskey-js): build misskey-js with types
Browse files Browse the repository at this point in the history
  • Loading branch information
noridev committed Oct 2, 2024
1 parent a44d9fc commit 7567994
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/cherrypick-js/src/autogen/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5512,7 +5512,6 @@ export type operations = {
perUserListTimelineCacheMax: number;
enableReactionsBuffering: boolean;
notesPerOneAd: number;
trustedLinkUrlPatterns: string[];
backgroundImageUrl: string | null;
deeplAuthKey: string | null;
deeplIsPro: boolean;
Expand Down Expand Up @@ -5552,6 +5551,7 @@ export type operations = {
enableReceivePrerelease: boolean;
skipVersion: boolean;
skipCherryPickVersion?: string | null;
trustedLinkUrlPatterns: string[];
};
};
};
Expand Down Expand Up @@ -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;
Expand All @@ -10249,6 +10248,7 @@ export type operations = {
enableReceivePrerelease?: boolean;
skipVersion?: boolean;
skipCherryPickVersion?: string | null;
trustedLinkUrlPatterns?: string[] | null;
};
};
};
Expand Down

0 comments on commit 7567994

Please sign in to comment.