@artsy/cohesion
Advanced tools
Comparing version 4.188.0 to 4.189.0
@@ -2087,1 +2087,15 @@ import { ContextModule } from "../Values/ContextModule"; | ||
} | ||
/** | ||
* A user clicks on the complete your profile prompt within the activity pannel | ||
* | ||
* This schema describes events sent to Segment from [[clickedCompleteYourProfile]] | ||
* | ||
*/ | ||
export interface ClickedCompleteYourProfile { | ||
action: ActionType.clickedCompleteYourProfile; | ||
context_module: ContextModule; | ||
context_page_owner_type: PageOwnerType; | ||
context_page_owner_id: string; | ||
context_page_owner_slug?: string; | ||
user_id: string; | ||
} |
@@ -188,2 +188,6 @@ import { ClickedActivityPanelNotificationItem, ClickedActivityPanelTab, ClickedNotificationsBell } from "./ActivityPanel"; | ||
/** | ||
* Corresponds to {@link ClickedCompleteYourProfile} | ||
*/ | ||
clickedCompleteYourProfile = "clickedCompleteYourProfile", | ||
/** | ||
* Corresponds to {@link ClickedCreateAlert} | ||
@@ -793,2 +797,6 @@ */ | ||
/** | ||
* Corresponds to {@link TappedCompleteYourProfile} | ||
*/ | ||
tappedCompleteYourProfile = "tappedCompleteYourProfile", | ||
/** | ||
* Corresponds to {@link TappedConsign} | ||
@@ -795,0 +803,0 @@ */ |
@@ -59,2 +59,3 @@ "use strict"; | ||
ActionType["clickedCollectionGroup"] = "clickedCollectionGroup"; | ||
ActionType["clickedCompleteYourProfile"] = "clickedCompleteYourProfile"; | ||
ActionType["clickedCreateAlert"] = "clickedCreateAlert"; | ||
@@ -211,2 +212,3 @@ ActionType["clickedDeliveryMethod"] = "clickedDeliveryMethod"; | ||
ActionType["tappedCollectionGroup"] = "tappedCollectionGroup"; | ||
ActionType["tappedCompleteYourProfile"] = "tappedCompleteYourProfile"; | ||
ActionType["tappedConsign"] = "tappedConsign"; | ||
@@ -213,0 +215,0 @@ ActionType["tappedContactGallery"] = "tappedContactGallery"; |
@@ -1029,1 +1029,15 @@ import { ContextModule } from "../Values/ContextModule"; | ||
} | ||
/** | ||
* A user taps on the complete your profile prompt within the activity pannel | ||
* | ||
* This schema describes events sent to Segment from [[tappedCompleteYourProfile]] | ||
* | ||
*/ | ||
export interface TappedCompleteYourProfile { | ||
action: ActionType.tappedCompleteYourProfile; | ||
context_module: ContextModule; | ||
context_screen_owner_type: ScreenOwnerType; | ||
context_screen_owner_id: string; | ||
context_screen_owner_slug?: string; | ||
user_id: string; | ||
} |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "4.188.0", | ||
"version": "4.189.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
532130
11719