Skip to content

Commit

Permalink
add missing method to dist (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
art333 authored Sep 1, 2020
1 parent 8cea0ef commit ef79190
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dist/ps-web-apis.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@ export interface WhoamiV1 {
* @return {WhoamiUserInfo} some relevant userdata
*/
getUserInfo(): Promise<WhoamiUserInfo>;
/**
* 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<string>;
}
export declare function whoamiV1(): Promise<WhoamiV1>;

0 comments on commit ef79190

Please sign in to comment.