diff --git a/src/countly.d.ts b/src/countly.d.ts index f94063cb..16673cdb 100644 --- a/src/countly.d.ts +++ b/src/countly.d.ts @@ -27,6 +27,7 @@ declare module 'countly-sdk-web' { interface CountlyWebSdk { group_features: (arg0: Record) => unknown add_consent: (consentFeature: string | string[]) => void + remove_consent: (consentFeature: string | string[]) => void require_consent: boolean init: (configOptions?: Partial) => void /** diff --git a/src/index.html b/src/index.html index 529de6bb..cb4f13e4 100644 --- a/src/index.html +++ b/src/index.html @@ -60,41 +60,64 @@

Public Gateways

ΔT
-