Skip to content

Commit

Permalink
Add new tracking policies
Browse files Browse the repository at this point in the history
pestaa committed Jan 10, 2025
1 parent 662ade1 commit 27f4a9f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/types/Newsroom.ts
Original file line number Diff line number Diff line change
@@ -171,9 +171,19 @@ export namespace Newsroom {
}

export enum TrackingPolicy {
/**
* @deprecated Please use `NORMAL` instead.
*/
DEFAULT = 'default',
DISABLED = 'disabled',
/**
* @deprecated Please use `STRICT` instead.
*/
CONSENT_TO_IDENTIFY = 'consent-to-identify',

STRICT = 'strict',
NORMAL = 'normal',
LENIENT = 'lenient',
}

export enum EmailLogoAlignment {

0 comments on commit 27f4a9f

Please sign in to comment.