diff --git a/package.json b/package.json index f3f8b2a..15196de 100644 --- a/package.json +++ b/package.json @@ -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.68.0", + "version": "4.69.0", "homepage": "https://github.com/transcend-io/privacy-types", "repository": { "type": "git", diff --git a/src/identifier.ts b/src/identifier.ts index d626e7f..4f85e28 100644 --- a/src/identifier.ts +++ b/src/identifier.ts @@ -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: 'streamUserId', }); /**