@transcend-io/airgap.js-types
Advanced tools
Comparing version 10.12.0 to 10.12.1
@@ -502,2 +502,6 @@ import * as t from 'io-ts'; | ||
}>]>>; | ||
/** Comma separated list of languages to support in the UI */ | ||
languages: t.StringC; | ||
/** Default locale to use for the UI internationalization */ | ||
locale: t.StringC; | ||
}>; | ||
@@ -504,0 +508,0 @@ /** Type override */ |
@@ -88,2 +88,6 @@ // external | ||
nonTcfVendors: t.array(NonTcfVendor), | ||
/** Comma separated list of languages to support in the UI */ | ||
languages: t.string, | ||
/** Default locale to use for the UI internationalization */ | ||
locale: t.string, | ||
}); | ||
@@ -90,0 +94,0 @@ /** Input for Consent manager UI configuration */ |
@@ -502,2 +502,6 @@ import * as t from 'io-ts'; | ||
}>]>>; | ||
/** Comma separated list of languages to support in the UI */ | ||
languages: t.StringC; | ||
/** Default locale to use for the UI internationalization */ | ||
locale: t.StringC; | ||
}>; | ||
@@ -504,0 +508,0 @@ /** Type override */ |
@@ -114,2 +114,6 @@ "use strict"; | ||
nonTcfVendors: t.array(iab_1.NonTcfVendor), | ||
/** Comma separated list of languages to support in the UI */ | ||
languages: t.string, | ||
/** Default locale to use for the UI internationalization */ | ||
locale: t.string, | ||
}); | ||
@@ -116,0 +120,0 @@ /** Input for Consent manager UI configuration */ |
@@ -5,3 +5,3 @@ { | ||
"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", | ||
@@ -8,0 +8,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
392094
6786