Skip to content

Commit 3e4a73d

Browse files
committed
chore: remove Products from StoragePrivacyMap
1 parent 8187d72 commit 3e4a73d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,10 @@ export const HTTP_SERVER_ERROR = 500 as const;
232232

233233
export type PrivacyControl = 'functional' | 'targeting';
234234

235-
export type StorageTypes = 'SDKState' | 'Products' | 'OfflineEvents' | 'IdentityCache' | 'TimeOnSite';
235+
export type StorageTypes = 'SDKState' | 'OfflineEvents' | 'IdentityCache' | 'TimeOnSite';
236236

237237
export const StoragePrivacyMap: Record<StorageTypes, PrivacyControl> = {
238238
SDKState: 'functional',
239-
Products: 'targeting',
240239
OfflineEvents: 'functional',
241240
IdentityCache: 'functional',
242241
TimeOnSite: 'targeting',

0 commit comments

Comments
 (0)