Skip to content

Commit

Permalink
add new states to DNSS experiences (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
linh-transcend authored Dec 19, 2024
1 parent 8cd647c commit 0bf78c7
Show file tree
Hide file tree
Showing 2 changed files with 6 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/airgap.js-types",
"description": "TypeScript types for airgap.js interoperability with custom consent UIs",
"version": "12.7.0",
"version": "12.8.0",
"homepage": "https://github.com/transcend-io/airgap.js-types",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions src/experience.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@ export const REGIME_REGIONS: Record<PrivacyRegime, Region[]> = {
{ country: 'US', countrySubDivision: 'US-OR' },
{ country: 'US', countrySubDivision: 'US-MT' },
{ country: 'US', countrySubDivision: 'US-UT' },
{ country: 'US', countrySubDivision: 'US-IA' },
{ country: 'US', countrySubDivision: 'US-DE' },
{ country: 'US', countrySubDivision: 'US-NH' },
{ country: 'US', countrySubDivision: 'US-NE' },
{ country: 'US', countrySubDivision: 'US-NJ' },
],
};

Expand Down

0 comments on commit 0bf78c7

Please sign in to comment.