Skip to content

Commit

Permalink
Update user details update endpoint to accept inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
deepjyoti30-st committed Oct 14, 2024
1 parent b70a8ab commit 81cb0c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/build/recipe/accountlinking/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,8 @@ export declare type APIInterface = {
updateUserDetailsPOST:
| undefined
| ((input: {
firstName: string;
lastName: string;
session: SessionContainerInterface;
options: APIOptions;
userContext: UserContext;
Expand Down
2 changes: 2 additions & 0 deletions lib/ts/recipe/accountlinking/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,8 @@ export type APIInterface = {
updateUserDetailsPOST:
| undefined
| ((input: {
firstName: string;
lastName: string;
session: SessionContainerInterface;
options: APIOptions;
userContext: UserContext;
Expand Down

0 comments on commit 81cb0c3

Please sign in to comment.