Skip to content

Commit 2189a2c

Browse files
Add jwt subject to individual customer (#378)
1 parent 1aa5c84 commit 2189a2c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

types/customer.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ export interface IndividualCustomer extends BaseCustomer {
118118
* Email address of the individual.
119119
*/
120120
email: string
121+
122+
/**
123+
* Optional. See (this)[https://docs.unit.co/customer-api-tokens/#customers-create-customer-bearer-token-jwt] section for more information.
124+
*/
125+
jwtSubject?: string
121126
} & BaseCustomerAttributes
122127
}
123128

0 commit comments

Comments
 (0)