Skip to content

Commit 2e34e43

Browse files
Add jwt subject to Individual Application (#377)
1 parent da74b89 commit 2e34e43

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

types/application.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,11 @@ export interface IndividualApplication extends BaseApplication {
307307
* Optional. Score (0-1000) for ID theft verification, >900 is auto rejected as default (threshold is configurable).
308308
*/
309309
idTheftScore?: number
310+
311+
/**
312+
* Optional. See (this)[https://docs.unit.co/customer-api-tokens/#customers-create-customer-bearer-token-jwt] section for more information.
313+
*/
314+
jwtSubject?: string
310315
} & BaseApplicationAttributes & BaseIndividualAttributes
311316

312317
relationships: BaseApplicationRelationships
@@ -627,7 +632,7 @@ export interface CreateSoleProprietorApplicationRequest {
627632
*/
628633
soleProprietorship?: boolean
629634

630-
635+
631636
/**
632637
* Optional. Indicates if the individual is a sole proprietor who has an Employer Identification Number, if specified.
633638
*/

0 commit comments

Comments
 (0)