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;