@artsy/cohesion
Advanced tools
Comparing version 4.202.0 to 4.203.0
@@ -856,2 +856,6 @@ import { ClickedActivityPanelNotificationItem, ClickedActivityPanelTab, ClickedNotificationsBell } from "./ActivityPanel"; | ||
/** | ||
* Corresponds to {@link TappedHeroUnitsGroup} | ||
*/ | ||
tappedHeroUnitsGroup = "tappedHeroUnitsGroup", | ||
/** | ||
* Corresponds to {@link TappedInboxConversation} | ||
@@ -858,0 +862,0 @@ */ |
@@ -226,2 +226,3 @@ "use strict"; | ||
ActionType["tappedFairGroup"] = "tappedFairGroup"; | ||
ActionType["tappedHeroUnitsGroup"] = "tappedHeroUnitsGroup"; | ||
ActionType["tappedInboxConversation"] = "tappedInboxConversation"; | ||
@@ -228,0 +229,0 @@ ActionType["tappedInfoBubble"] = "tappedInfoBubble"; |
@@ -89,2 +89,25 @@ import { ContextModule } from "../Values/ContextModule"; | ||
/** | ||
* A user taps a grouping of hero units | ||
* | ||
* This schema describes events sent to Segment from [[tappedHeroUnitsGroup]] | ||
* | ||
* @example | ||
* ``` | ||
* { | ||
* action: "tappedHeroUnitsGroup", | ||
* context_module: "home-view-section-hero-units-rail", | ||
* context_screen_owner_type: "home", | ||
* destination_screen_owner_id: "5359794d1a1e86c3740001f7", | ||
* destination_screen_owner_type: Collection, | ||
* destination_screen_owner_url: "fair/fair-name" | ||
* horizontal_slide_position: 1, | ||
* type: "thumbnail" | ||
* } | ||
* ``` | ||
*/ | ||
export interface TappedHeroUnitsGroup extends TappedEntityGroup { | ||
action: ActionType.tappedHeroUnitsGroup; | ||
destination_screen_owner_url: string; | ||
} | ||
/** | ||
* A user taps a grouping of artworks on iOS | ||
@@ -256,3 +279,3 @@ * | ||
export interface TappedEntityGroup { | ||
action: ActionType.tappedActivityGroup | ActionType.tappedArticleGroup | ActionType.tappedShowGroup | ActionType.tappedArtistGroup | ActionType.tappedArtistSeriesGroup | ActionType.tappedArtworkGroup | ActionType.tappedAuctionGroup | ActionType.tappedAuctionResultGroup | ActionType.tappedBrowseSimilarArtworks | ActionType.tappedCollectionGroup | ActionType.tappedExploreGroup | ActionType.tappedFairGroup | ActionType.tappedViewingRoomGroup; | ||
action: ActionType.tappedActivityGroup | ActionType.tappedArticleGroup | ActionType.tappedShowGroup | ActionType.tappedArtistGroup | ActionType.tappedArtistSeriesGroup | ActionType.tappedArtworkGroup | ActionType.tappedAuctionGroup | ActionType.tappedAuctionResultGroup | ActionType.tappedBrowseSimilarArtworks | ActionType.tappedCollectionGroup | ActionType.tappedExploreGroup | ActionType.tappedFairGroup | ActionType.tappedViewingRoomGroup | ActionType.tappedHeroUnitsGroup; | ||
context_module: ContextModule; | ||
@@ -259,0 +282,0 @@ context_screen_owner_type: ScreenOwnerType; |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "4.202.0", | ||
"version": "4.203.0", | ||
"description": "Analytics schema", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
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
544474
11935