diff --git a/package.json b/package.json index 48b3024..5626524 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/experience.ts b/src/experience.ts index b96cf2b..c0c3cd6 100644 --- a/src/experience.ts +++ b/src/experience.ts @@ -82,6 +82,11 @@ export const REGIME_REGIONS: Record = { { 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' }, ], };