@transcend-io/airgap.js-types
Advanced tools
Comparing version 10.11.1 to 10.11.2
@@ -44,3 +44,3 @@ import * as t from 'io-ts'; | ||
/** Sets local tcf string (does not sync to xdi or preference store) */ | ||
setTCFConsent?: (tcString: string) => Promise<void>; | ||
setTCFConsent?: (auth: AirgapAuth, tcString: string) => Promise<void>; | ||
}> & EventTarget; | ||
@@ -47,0 +47,0 @@ /** |
@@ -44,3 +44,3 @@ import * as t from 'io-ts'; | ||
/** Sets local tcf string (does not sync to xdi or preference store) */ | ||
setTCFConsent?: (tcString: string) => Promise<void>; | ||
setTCFConsent?: (auth: AirgapAuth, tcString: string) => Promise<void>; | ||
}> & EventTarget; | ||
@@ -47,0 +47,0 @@ /** |
@@ -5,3 +5,3 @@ { | ||
"description": "TypeScript types for airgap.js interoperability with custom consent UIs", | ||
"version": "10.11.1", | ||
"version": "10.11.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
Sorry, the diff of this file is not supported yet
377732