diff --git a/package.json b/package.json index 22435ab..8fa11fb 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.12.3", + "version": "10.12.4", "homepage": "https://github.com/transcend-io/airgap.js-types", "repository": { "type": "git", diff --git a/src/ui.ts b/src/ui.ts index 982b68a..3c4d0f6 100644 --- a/src/ui.ts +++ b/src/ui.ts @@ -64,6 +64,8 @@ export type ConsentManagerAPI = Readonly<{ ): Promise; /** Sets local tcf string (does not sync to xdi or preference store) */ setTCFConsent?: (auth: AirgapAuth, tcString: string) => Promise; + /** UI version */ + version?: string; }> & EventTarget;