Skip to content

Commit 0bf78c7

Browse files
add new states to DNSS experiences (#151)
1 parent 8cd647c commit 0bf78c7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Transcend Inc.",
33
"name": "@transcend-io/airgap.js-types",
44
"description": "TypeScript types for airgap.js interoperability with custom consent UIs",
5-
"version": "12.7.0",
5+
"version": "12.8.0",
66
"homepage": "https://github.com/transcend-io/airgap.js-types",
77
"repository": {
88
"type": "git",

src/experience.ts

+5
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ export const REGIME_REGIONS: Record<PrivacyRegime, Region[]> = {
8282
{ country: 'US', countrySubDivision: 'US-OR' },
8383
{ country: 'US', countrySubDivision: 'US-MT' },
8484
{ country: 'US', countrySubDivision: 'US-UT' },
85+
{ country: 'US', countrySubDivision: 'US-IA' },
86+
{ country: 'US', countrySubDivision: 'US-DE' },
87+
{ country: 'US', countrySubDivision: 'US-NH' },
88+
{ country: 'US', countrySubDivision: 'US-NE' },
89+
{ country: 'US', countrySubDivision: 'US-NJ' },
8590
],
8691
};
8792

0 commit comments

Comments
 (0)