Skip to content

Commit

Permalink
Document source of truth for purpose legitimate interests (#117)
Browse files Browse the repository at this point in the history
* Add comment

* bump
  • Loading branch information
anotherminh authored Dec 1, 2023
1 parent 6d21672 commit 6396d2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
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/airgap.js-types",
"description": "TypeScript types for airgap.js interoperability with custom consent UIs",
"version": "10.9.2",
"version": "10.9.3",
"homepage": "https://github.com/transcend-io/airgap.js-types",
"repository": {
"type": "git",
Expand Down
8 changes: 7 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,11 @@ export const REGIME_DISPLAY_PRIORITY: Record<PrivacyRegime, number> = {
Unknown: 100,
};

/** These TCF Purposes cannot be allowed to process under legitimate interest legal basis */
/* eslint-disable max-len */
/**
* These TCF Purposes cannot be allowed to process under legitimate interest legal basis
* Source:
* https://iabeurope.eu/iab-europe-transparency-consent-framework-policies/#:~:text=Appendix%20A:%20Definitions%20Of%20Purposes,%20Features%20And%20Categories%20Of%20Data
*/
export const DEFAULT_RESTRICT_LEGIT_INTEREST_PROCESSING = [1, 3, 4, 5, 6];
/* eslint-enable max-len */

0 comments on commit 6396d2b

Please sign in to comment.