Skip to content

Commit 7ea28f2

Browse files
update customer for user
1 parent 0e21fe8 commit 7ea28f2

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "llmasaservice-client",
33
"license": "MIT",
4-
"version": "0.10.3",
4+
"version": "0.10.4",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",
77
"types": "dist/index.d.ts",

src/LLMAsAService.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ export type LLMAsAServiceCustomer = {
44
customer_id: string;
55
customer_name?: string;
66
customer_user_id?: string;
7+
customer_user_email?: string;
78
customer_user_name?: string;
89
};
910

0 commit comments

Comments
 (0)