From 6100289906f104990feb6a5cdee05da812e1ea9e Mon Sep 17 00:00:00 2001 From: Kamil Sobol Date: Mon, 10 Jul 2023 13:48:36 -0700 Subject: [PATCH] chore: api --- packages/amplify-category-auth/API.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/packages/amplify-category-auth/API.md b/packages/amplify-category-auth/API.md index 6c6ba139774..9f832059f3f 100644 --- a/packages/amplify-category-auth/API.md +++ b/packages/amplify-category-auth/API.md @@ -126,6 +126,9 @@ export function prePushAuthHook(context: any): Promise; // @public (undocumented) export function transformCategoryStack(context: any, resource: any): Promise; +// @public (undocumented) +export const updateAppClientWithGeneratedSecret: (context: $TSContext) => Promise; + // @public (undocumented) export const uploadFiles: (context: $TSContext) => Promise;