Skip to content

Commit

Permalink
feat: add credit_bureau (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo1994 authored Jun 14, 2024
1 parent f4fb0fb commit 0559f9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
3 changes: 2 additions & 1 deletion src/enums.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ export enum CredentialVerificationMethodEnum {
SELF_ATTESTED = 'self_attested',
PHONE_CARRIER = 'phone_carrier',
OTP = 'otp',
MIXED = 'mixed'
MIXED = 'mixed',
CREDIT_BUREAU = 'credit_bureau'
}

export enum UserIdentifierTypeEnum {
Expand Down

0 comments on commit 0559f9f

Please sign in to comment.