From 0bf78c7576ee29eb16a7f708f921eeb903938b8e Mon Sep 17 00:00:00 2001 From: Linh Chau <94718676+linh-transcend@users.noreply.github.com> Date: Thu, 19 Dec 2024 11:12:35 -0500 Subject: [PATCH] add new states to DNSS experiences (#151) --- package.json | 2 +- src/experience.ts | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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' }, ], };