diff --git a/package.json b/package.json index dfe60956..9bbcf975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@internxt/sdk", - "version": "1.4.62", + "version": "1.4.63", "description": "An sdk for interacting with Internxt's services", "repository": { "type": "git", diff --git a/src/drive/users/types.ts b/src/drive/users/types.ts index 9a3507c9..20c5d2db 100644 --- a/src/drive/users/types.ts +++ b/src/drive/users/types.ts @@ -30,6 +30,11 @@ export type UserPublicKeyResponse = { publicKey: string }; export type VerifyEmailChangeResponse = { oldEmail: string; newEmail: string; + newAuthentication: { + user: UserSettings; + token: string; + newToken: string; + }; }; export type CheckChangeEmailExpirationResponse = { isExpired: boolean }; \ No newline at end of file