@guardian/automat-contributions
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -34,3 +34,3 @@ declare type Tracking = { | ||
contentType: string; | ||
sectionName: string; | ||
sectionId: string; | ||
shouldHideReaderRevenue: boolean; | ||
@@ -49,2 +49,4 @@ isMinuteArticle: boolean; | ||
modulesVersion?: string; | ||
url?: string; | ||
browserId?: string; | ||
}; | ||
@@ -51,0 +53,0 @@ export declare type Metadata = { |
@@ -42,9 +42,6 @@ type Tracking = { | ||
contentType: string; | ||
sectionName: string; | ||
sectionId: string; | ||
shouldHideReaderRevenue: boolean; | ||
// TODO let's replace these with Design Type/a single property after migration | ||
isMinuteArticle: boolean; | ||
isPaidContent: boolean; | ||
tags: Tag[]; | ||
@@ -56,7 +53,2 @@ mvtId?: number; | ||
hasOptedOutOfArticleCount: boolean; | ||
// Note, it turns out that showSupportMessaging (defined in the Members Data | ||
// API) does not capture every case of recurring contributors or last | ||
// contributions (i.e. the latter two are not simply a subset of the first - | ||
// we need all three!). | ||
showSupportMessaging: boolean; | ||
@@ -66,2 +58,4 @@ isRecurringContributor: boolean; | ||
modulesVersion?: string; | ||
url?: string; | ||
browserId?: string; // Only present if the user has consented to browserId-based targeting | ||
}; | ||
@@ -68,0 +62,0 @@ |
{ | ||
"name": "@guardian/automat-contributions", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"author": "Nicolas Long <nicolas.long@theguardian.com>", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
Sorry, the diff of this file is not supported yet
27929
534