Skip to content

Commit

Permalink
add tcf ui language configuration type
Browse files Browse the repository at this point in the history
  • Loading branch information
csmccarthy committed Jan 5, 2024
1 parent 53c00e2 commit b0ddf4a
Show file tree
Hide file tree
Showing 2 changed files with 3 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": "10.12.0",
"version": "10.12.1",
"homepage": "https://github.com/transcend-io/airgap.js-types",
"repository": {
"type": "git",
Expand Down
2 changes: 2 additions & 0 deletions src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit b0ddf4a

Please sign in to comment.