feat: Update customer related typings and sdk methods (#7440)

This commit is contained in:
Stevche Radevski
2024-05-24 13:25:10 +02:00
committed by GitHub
parent ff870482bb
commit 296473d994
41 changed files with 386 additions and 228 deletions

View File

@@ -32,6 +32,8 @@ export class Auth {
} else {
this.client.setToken(token)
}
return token
}
logout = async () => {