We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8187d72 commit 3e4a73dCopy full SHA for 3e4a73d
1 file changed
src/constants.ts
@@ -232,11 +232,10 @@ export const HTTP_SERVER_ERROR = 500 as const;
232
233
export type PrivacyControl = 'functional' | 'targeting';
234
235
-export type StorageTypes = 'SDKState' | 'Products' | 'OfflineEvents' | 'IdentityCache' | 'TimeOnSite';
+export type StorageTypes = 'SDKState' | 'OfflineEvents' | 'IdentityCache' | 'TimeOnSite';
236
237
export const StoragePrivacyMap: Record<StorageTypes, PrivacyControl> = {
238
SDKState: 'functional',
239
- Products: 'targeting',
240
OfflineEvents: 'functional',
241
IdentityCache: 'functional',
242
TimeOnSite: 'targeting',
0 commit comments