diff --git a/src/ps-web-apis.ts b/src/ps-web-apis.ts index 08ebabc..8218e27 100644 --- a/src/ps-web-apis.ts +++ b/src/ps-web-apis.ts @@ -83,6 +83,11 @@ export interface WhoamiV1 { * @return {WhoamiUserInfo} some relevant userdata */ getUserInfo(): Promise; + /** + * will request customer pseudo id for currently logged user from consent backend + * @param clientId The string identifier of the client for which the customer id is requested. + */ + getCustomerId(clientId: string): Promise; } export function whoamiV1(): Promise {