Skip to content

Commit

Permalink
chore: api
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolk committed Jul 10, 2023
1 parent 27566b7 commit 6100289
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/amplify-category-auth/API.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ export function prePushAuthHook(context: any): Promise<void>;
// @public (undocumented)
export function transformCategoryStack(context: any, resource: any): Promise<void>;

// @public (undocumented)
export const updateAppClientWithGeneratedSecret: (context: $TSContext) => Promise<void>;

// @public (undocumented)
export const uploadFiles: (context: $TSContext) => Promise<void>;

Expand Down

0 comments on commit 6100289

Please sign in to comment.