Consent API (#1)

# Changelog
- fix typo in `supressDnt` to `suppressDnt` setting, and
- expose `recordConsent` and `revokeConsent` API calls.

Reviewed-on: https://cloud.inputobjects.eu/forge/forge/wideangle/wideangle-vuejs/pulls/1
Co-authored-by: Jarek Rozanski <jrozanski@inputobjects.eu>
Co-committed-by: Jarek Rozanski <jrozanski@inputobjects.eu>
This commit is contained in:
Jarek Rozanski 2025-01-29 20:25:24 +00:00 committed by Jarek Rozanski
parent 124958f815
commit ce4a66ecc0
6 changed files with 73 additions and 22 deletions

View file

@ -9,8 +9,7 @@
},
"dependencies": {
"vue": "^3.2.47",
"vue-router": "^4.1.6",
"wideangle-vue": "file:../../"
"vue-router": "^4.1.6"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.0.0",