Skip to content

Commit

Permalink
Add new streamUserId identifier type for Stream integration (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
hblackmer authored Jan 16, 2024
1 parent 6aef050 commit 2ebc133
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.67.1",
"version": "4.68.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 @@ -70,6 +70,8 @@ export const IdentifierType = makeEnum({
AdvertisingId: 'advertisingId',
/** An ID for a Persona account */
PersonaReferenceId: 'personaReferenceId',
/** An ID for a Stream user */
StreamUserId: 'streamUserId',
});

/**
Expand Down

0 comments on commit 2ebc133

Please sign in to comment.