@transcend-io/airgap.js-types
Advanced tools
Comparing version 8.29.3 to 8.30.0
@@ -375,3 +375,3 @@ import * as t from 'io-ts'; | ||
/** Tracking consent config */ | ||
purposes: TrackingConsent; | ||
purposes?: TrackingConsent; | ||
/** | ||
@@ -388,2 +388,8 @@ * Was tracking consent confirmed by the user? | ||
prompted?: boolean; | ||
/** Transparency Consent (TCF) String */ | ||
tcf?: string; | ||
/** US Privacy (USP) String */ | ||
usp?: string; | ||
/** Global Privacy Platform (GPP) String */ | ||
gpp?: string; | ||
}; | ||
@@ -390,0 +396,0 @@ /** Tracking purpose */ |
@@ -5,3 +5,3 @@ { | ||
"description": "TypeScript types for airgap.js interoperability with custom consent UIs", | ||
"version": "8.29.3", | ||
"version": "8.30.0", | ||
"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
176941
2298