From 368ef4554cd29f32e5291ca2eac2d1a23ea27bae Mon Sep 17 00:00:00 2001 From: NoriDev Date: Sat, 23 Sep 2023 20:58:11 +0900 Subject: [PATCH] update --- locales/index.d.ts | 3 +++ packages/cherrypick-js/etc/cherrypick-js.api.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index 8ed240c609..91dd4faced 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -2526,6 +2526,9 @@ export interface Locale { "deleteNote": string; "createGlobalAnnouncement": string; "createUserAnnouncement": string; + "resetPassword": string; + "suspendRemoteInstance": string; + "unsuspendRemoteInstance": string; }; "_abuse": { "_resolver": { diff --git a/packages/cherrypick-js/etc/cherrypick-js.api.md b/packages/cherrypick-js/etc/cherrypick-js.api.md index aaade12075..9734a81965 100644 --- a/packages/cherrypick-js/etc/cherrypick-js.api.md +++ b/packages/cherrypick-js/etc/cherrypick-js.api.md @@ -2993,7 +2993,7 @@ type UserSorting = '+follower' | '-follower' | '+createdAt' | '-createdAt' | '+u // src/api.types.ts:16:32 - (ae-forgotten-export) The symbol "TODO" needs to be exported by the entry point index.d.ts // src/api.types.ts:18:25 - (ae-forgotten-export) The symbol "NoParams" needs to be exported by the entry point index.d.ts // src/api.types.ts:659:18 - (ae-forgotten-export) The symbol "ShowUserReq" needs to be exported by the entry point index.d.ts -// src/entities.ts:579:2 - (ae-forgotten-export) The symbol "ModerationLogPayloads" needs to be exported by the entry point index.d.ts +// src/entities.ts:587:2 - (ae-forgotten-export) The symbol "ModerationLogPayloads" needs to be exported by the entry point index.d.ts // src/streaming.types.ts:33:4 - (ae-forgotten-export) The symbol "FIXME" needs to be exported by the entry point index.d.ts // (No @packageDocumentation comment for this package)