@transcend-io/airgap.js-types
Advanced tools
Comparing version 10.4.1 to 10.4.2
@@ -308,3 +308,3 @@ import * as t from 'io-ts'; | ||
/** The set of enabled languages - CSV of ConsentManagerLanguageKey */ | ||
allowedLanguages: t.StringC; | ||
languages: t.StringC; | ||
}>; | ||
@@ -371,3 +371,3 @@ /** type overload */ | ||
/** The set of enabled languages - CSV of ConsentManagerLanguageKey */ | ||
allowedLanguages: t.StringC; | ||
languages: t.StringC; | ||
}>]>; | ||
@@ -433,3 +433,3 @@ /** Type override */ | ||
/** The set of enabled languages - CSV of ConsentManagerLanguageKey */ | ||
allowedLanguages: t.StringC; | ||
languages: t.StringC; | ||
}>; | ||
@@ -436,0 +436,0 @@ /** Type override */ |
@@ -70,3 +70,3 @@ "use strict"; | ||
/** The set of enabled languages - CSV of ConsentManagerLanguageKey */ | ||
allowedLanguages: t.string, | ||
languages: t.string, | ||
}); | ||
@@ -73,0 +73,0 @@ /** Consent manager UI configuration */ |
@@ -5,3 +5,3 @@ { | ||
"description": "TypeScript types for airgap.js interoperability with custom consent UIs", | ||
"version": "10.4.1", | ||
"version": "10.4.2", | ||
"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
201367