Skip to content

Commit

Permalink
Add identifier type for Plaid integration (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
hblackmer authored Jan 24, 2024
1 parent 8d5959b commit 1d82042
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Transcend Inc.",
"name": "@transcend-io/privacy-types",
"description": "Core enums and types that can be useful when interacting with Transcend's public APIs.",
"version": "4.69.0",
"version": "4.70.0",
"homepage": "https://github.com/transcend-io/privacy-types",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions src/identifier.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ export const IdentifierType = makeEnum({
PersonaReferenceId: 'personaReferenceId',
/** An ID for a Stream user */
StreamUserId: 'streamUserId',
/** A token used to make API calls on behalf of a Plaid account. */
PlaidProcessorToken: 'plaidProcessorToken',
});

/**
Expand Down

0 comments on commit 1d82042

Please sign in to comment.