Skip to content

Commit

Permalink
Add personaReferenceId. (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
hblackmer authored Jan 3, 2024
1 parent 190f679 commit 1344fc1
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.65.0",
"version": "4.66.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 @@ -68,6 +68,8 @@ export const IdentifierType = makeEnum({
* TODO: https://transcend.height.app/T-13657 - remove this in favor of idfa and gpadvid
*/
AdvertisingId: 'advertisingId',
/** An ID for a Persona account */
PersonaReferenceId: 'personaReferenceId',
});

/**
Expand Down

0 comments on commit 1344fc1

Please sign in to comment.