@hifilabs/pixel 0.16.0 → 0.16.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.esm.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.esm.d.ts
CHANGED
|
@@ -136,6 +136,8 @@ export declare const getAttribution: () => Record<string, string>;
|
|
|
136
136
|
export declare const setConsent: (preferences: ConsentPreferences) => void;
|
|
137
137
|
export declare const getConsent: () => ConsentPreferences | null;
|
|
138
138
|
export declare const hasConsent: (type: 'analytics' | 'marketing' | 'personalization') => boolean;
|
|
139
|
+
export declare const getVisitorId: () => string | null;
|
|
140
|
+
export declare const setFanIdHash: (hash: string) => void;
|
|
139
141
|
|
|
140
142
|
// ============================================
|
|
141
143
|
// GTM Integration
|