Skip to content

Commit

Permalink
Align TCF API with reality (#124)
Browse files Browse the repository at this point in the history
* Align TCF API with reality

* package.json

* ui lint
  • Loading branch information
anotherminh authored Dec 8, 2023
1 parent 3b43df5 commit f7ddf13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export type ConsentManagerAPI = Readonly<{
options?: ShowConsentManagerOptions,
): Promise<void>;
/** 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;

Expand Down

0 comments on commit f7ddf13

Please sign in to comment.