@artsy/cohesion
Advanced tools
Comparing version 4.126.0--canary.432.6658.0 to 4.126.0--canary.432.6663.0
@@ -9,3 +9,3 @@ import { ActionType } from "."; | ||
* | ||
* This schema describes events sent to Segment from [[savedCookieConsent]] | ||
* This schema describes events sent to Segment from [[savedCookieConsentPreferences]] | ||
* | ||
@@ -15,3 +15,3 @@ * @example | ||
* { | ||
* action: "savedCookieConsent", | ||
* action: "savedCookieConsentPreferences", | ||
* value: { | ||
@@ -27,4 +27,4 @@ * necessary: true, | ||
export interface SavedCookieConsentPreferences { | ||
action: ActionType.savedCookieConsent; | ||
action: ActionType.savedCookieConsentPreferences; | ||
value: Record<string, boolean | null | undefined>; | ||
} |
@@ -507,3 +507,3 @@ import { ClickedActivityPanelNotificationItem, ClickedActivityPanelTab, ClickedNotificationsBell } from "./ActivityPanel"; | ||
*/ | ||
savedCookieConsent = "savedCookieConsent", | ||
savedCookieConsentPreferences = "savedCookieConsentPreferences", | ||
/** | ||
@@ -510,0 +510,0 @@ * Corresponds to {@link Screen} |
@@ -138,3 +138,3 @@ "use strict"; | ||
ActionType["saveCollectedArtwork"] = "saveCollectedArtwork"; | ||
ActionType["savedCookieConsent"] = "savedCookieConsent"; | ||
ActionType["savedCookieConsentPreferences"] = "savedCookieConsentPreferences"; | ||
ActionType["screen"] = "screen"; | ||
@@ -141,0 +141,0 @@ ActionType["selectedSearchSuggestionQuickNavigationItem"] = "selectedSearchSuggestionQuickNavigationItem"; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "4.126.0--canary.432.6658.0", | ||
"version": "4.126.0--canary.432.6663.0", | ||
"description": "Analytics schema", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
465810