diff --git a/package.json b/package.json index e525d8b..8507235 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": "10.12.0", + "version": "10.12.1", "homepage": "https://github.com/transcend-io/airgap.js-types", "repository": { "type": "git", diff --git a/src/ui.ts b/src/ui.ts index 785e49e..38c26e6 100644 --- a/src/ui.ts +++ b/src/ui.ts @@ -231,6 +231,8 @@ export const TCFBundledDataConfig = t.partial({ restrictLegitimateInterestPurposes: t.array(t.number), /** Vendors that Transcend Consent regulates because they haven't registered with IAB TCF */ nonTcfVendors: t.array(NonTcfVendor), + /** Comma separated list of languages to support in the UI */ + languages: t.string, }); /** Type override */