Skip to content

Commit

Permalink
feat(add-consent): expose getPurposes under consent
Browse files Browse the repository at this point in the history
  • Loading branch information
UralKrc committed Apr 10, 2024
1 parent efc14ed commit 9b5ab98
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/consent/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { get } from './get';
import { getAll } from './get-all';
import { getAllCheckboxes } from './get-all-checkboxes';
import { getPurposes } from './get-purposes';
import { sendQueuedEvents } from './send-queued-events';
import { set } from './set';
import { setAll } from './set-all';
Expand All @@ -12,6 +13,7 @@ export const consent = {
set,
getAll,
setAll,
getPurposes,
getAllCheckboxes,
setCheckboxes,
setAllCheckboxes,
Expand Down

0 comments on commit 9b5ab98

Please sign in to comment.