diff --git a/package.json b/package.json index ed4ff81..b5352b1 100644 --- a/package.json +++ b/package.json @@ -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.11.1", + "version": "10.11.2", "homepage": "https://github.com/transcend-io/airgap.js-types", "repository": { "type": "git", diff --git a/src/ui.ts b/src/ui.ts index baf49c5..785e49e 100644 --- a/src/ui.ts +++ b/src/ui.ts @@ -63,7 +63,7 @@ export type ConsentManagerAPI = Readonly<{ options?: ShowConsentManagerOptions, ): Promise; /** Sets local tcf string (does not sync to xdi or preference store) */ - setTCFConsent?: (tcString: string) => Promise; + setTCFConsent?: (auth: AirgapAuth, tcString: string) => Promise; }> & EventTarget;