@artsy/cohesion
Advanced tools
Comparing version 1.67.3 to 1.67.4
@@ -0,1 +1,13 @@ | ||
# v1.67.4 (Mon Dec 14 2020) | ||
#### 🐛 Bug Fix | ||
- Track entry points to identity verification [#148](https://github.com/artsy/cohesion/pull/148) ([@mikehrom](https://github.com/mikehrom)) | ||
#### Authors: 1 | ||
- mike hromchak ([@mikehrom](https://github.com/mikehrom)) | ||
--- | ||
# v1.67.3 (Mon Dec 14 2020) | ||
@@ -2,0 +14,0 @@ |
@@ -11,3 +11,3 @@ import { ContextModule } from "../Values/ContextModule"; | ||
* | ||
* This schema describes events sent to Segment from [[AddToCalendar]] | ||
* This schema describes events sent to Segment from [[addToCalendar]] | ||
* | ||
@@ -14,0 +14,0 @@ * @example |
@@ -47,3 +47,3 @@ import { ContextModule } from "../Values/ContextModule"; | ||
* | ||
* This schema describes events sent to Segment from [[TappedInboxConversation]] | ||
* This schema describes events sent to Segment from [[tappedInboxConversation]] | ||
* | ||
@@ -50,0 +50,0 @@ * @example |
@@ -58,3 +58,3 @@ import { ContextModule } from "../Values/ContextModule"; | ||
* | ||
* This schema describes events sent to Segment from [[CommercialFilterParamsChanged]] | ||
* This schema describes events sent to Segment from [[commercialFilterParamsChanged]] | ||
* | ||
@@ -61,0 +61,0 @@ * @example |
@@ -9,3 +9,3 @@ import { AddToCalendar } from "./AddToCalendar"; | ||
import { SaleScreenLoadComplete, Screen, TimeOnPage } from "./System"; | ||
import { TappedArticleGroup, TappedArtistGroup, TappedArtistSeriesGroup, TappedArtworkGroup, TappedAuctionGroup, TappedAuctionResultGroup, TappedCollectionGroup, TappedConsign, TappedExploreGroup, TappedFairCard, TappedFairGroup, TappedInfoBubble, TappedMainArtworkGrid, TappedNavigationTab, TappedPartnerCard, TappedPromoSpace, TappedSell, TappedShowMore, TappedTabBar, TappedViewingRoomCard, TappedViewingRoomGroup } from "./Tap"; | ||
import { TappedArticleGroup, TappedArtistGroup, TappedArtistSeriesGroup, TappedArtworkGroup, TappedAuctionGroup, TappedAuctionResultGroup, TappedCollectionGroup, TappedConsign, TappedExploreGroup, TappedFairCard, TappedFairGroup, TappedInfoBubble, TappedMainArtworkGrid, TappedNavigationTab, TappedPartnerCard, TappedPromoSpace, TappedSell, TappedShowMore, TappedTabBar, TappedVerifyIdentity, TappedViewingRoomCard, TappedViewingRoomGroup } from "./Tap"; | ||
import { ToggledNotification } from "./Toggle"; | ||
@@ -17,3 +17,3 @@ /** | ||
*/ | ||
export declare type Event = AddToCalendar | AddCollectedArtwork | AuthImpression | CreatedAccount | ClickedAppDownload | ClickedArticleGroup | ClickedArtistGroup | ClickedArtistSeriesGroup | ClickedArtworkGroup | ClickedAuctionGroup | ClickedCollectionGroup | ClickedFairCard | ClickedFairGroup | ClickedMainArtworkGrid | ClickedNavigationTab | ClickedPartnerCard | ClickedShowMore | ClickedViewingRoomCard | CommercialFilterParamsChanged | DeleteCollectedArtwork | EditCollectedArtwork | FocusedOnConversationMessageInput | FollowEvents | OnboardingUserInputData | ResetYourPassword | SaleScreenLoadComplete | Screen | SentConversationMessage | SuccessfullyLoggedIn | TappedArticleGroup | TappedArtistGroup | TappedArtistSeriesGroup | TappedArtworkGroup | TappedAuctionGroup | TappedAuctionResultGroup | TappedCollectedArtwork | TappedCollectionGroup | TappedConsign | TappedExploreGroup | TappedFairCard | TappedFairGroup | TappedInboxConversation | TappedInfoBubble | TappedNavigationTab | TappedMainArtworkGrid | TappedPartnerCard | TappedPromoSpace | TappedSell | TappedShowMore | TappedTabBar | TappedViewingRoomCard | TappedViewingRoomGroup | TimeOnPage | ToggledNotification; | ||
export declare type Event = AddToCalendar | AddCollectedArtwork | AuthImpression | CreatedAccount | ClickedAppDownload | ClickedArticleGroup | ClickedArtistGroup | ClickedArtistSeriesGroup | ClickedArtworkGroup | ClickedAuctionGroup | ClickedCollectionGroup | ClickedFairCard | ClickedFairGroup | ClickedMainArtworkGrid | ClickedNavigationTab | ClickedPartnerCard | ClickedShowMore | ClickedViewingRoomCard | CommercialFilterParamsChanged | DeleteCollectedArtwork | EditCollectedArtwork | FocusedOnConversationMessageInput | FollowEvents | OnboardingUserInputData | ResetYourPassword | SaleScreenLoadComplete | Screen | SentConversationMessage | SuccessfullyLoggedIn | TappedArticleGroup | TappedArtistGroup | TappedArtistSeriesGroup | TappedArtworkGroup | TappedAuctionGroup | TappedAuctionResultGroup | TappedCollectedArtwork | TappedCollectionGroup | TappedConsign | TappedExploreGroup | TappedFairCard | TappedFairGroup | TappedInboxConversation | TappedInfoBubble | TappedNavigationTab | TappedMainArtworkGrid | TappedPartnerCard | TappedPromoSpace | TappedSell | TappedShowMore | TappedTabBar | TappedVerifyIdentity | TappedViewingRoomCard | TappedViewingRoomGroup | TimeOnPage | ToggledNotification; | ||
/** | ||
@@ -254,2 +254,6 @@ * The top-level actions an Event describes. | ||
/** | ||
* Corresponds to {@link TappedVerifyIdentity} | ||
*/ | ||
tappedVerifyIdentity = "tappedVerifyIdentity", | ||
/** | ||
* Corresponds to {@link TappedViewingRoomCard} | ||
@@ -256,0 +260,0 @@ */ |
@@ -80,2 +80,3 @@ "use strict"; | ||
ActionType["tappedTabBar"] = "tappedTabBar"; | ||
ActionType["tappedVerifyIdentity"] = "tappedVerifyIdentity"; | ||
ActionType["tappedViewingRoomCard"] = "tappedViewingRoomCard"; | ||
@@ -82,0 +83,0 @@ ActionType["tappedViewingRoomGroup"] = "tappedViewingRoomGroup"; |
@@ -11,3 +11,3 @@ import { ContextModule } from "../Values/ContextModule"; | ||
* | ||
* This schema describes events sent to Segment from [[AddCollectedArtwork]] | ||
* This schema describes events sent to Segment from [[addCollectedArtwork]] | ||
* | ||
@@ -35,3 +35,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[EditCollectedArtwork]] | ||
* This schema describes events sent to Segment from [[editCollectedArtwork]] | ||
* | ||
@@ -63,3 +63,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[DeleteCollectedArtwork]] | ||
* This schema describes events sent to Segment from [[deleteCollectedArtwork]] | ||
* | ||
@@ -66,0 +66,0 @@ * @example |
@@ -11,3 +11,3 @@ import { ContextModule } from "../Values/ContextModule"; | ||
* | ||
* This schema describes events sent to Segment from [[FocusedOnSearchInput]] | ||
* This schema describes events sent to Segment from [[focusedOnSearchInput]] | ||
* | ||
@@ -33,3 +33,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[SelectedItemFromSearch]] | ||
* This schema describes events sent to Segment from [[selectedItemFromSearch]] | ||
* | ||
@@ -66,3 +66,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[SearchedWithNoResults]] | ||
* This schema describes events sent to Segment from [[searchedWithNoResults]] | ||
* | ||
@@ -69,0 +69,0 @@ * @example |
@@ -268,3 +268,3 @@ import { ContextModule } from "../Values/ContextModule"; | ||
* | ||
* This schema describes events sent to Segment from [[TappedFairCard]] | ||
* This schema describes events sent to Segment from [[tappedFairCard]] | ||
* | ||
@@ -300,3 +300,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[TappedInfoBubble]] | ||
* This schema describes events sent to Segment from [[tappedInfoBubble]] | ||
* | ||
@@ -524,3 +524,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[TappedPartnerCard]] | ||
* This schema describes events sent to Segment from [[tappedPartnerCard]] | ||
* | ||
@@ -556,3 +556,3 @@ * @example | ||
* | ||
* This schema describes events sent to Segment from [[TappedViewingRoomCard]] | ||
* This schema describes events sent to Segment from [[tappedViewingRoomCard]] | ||
* | ||
@@ -585,1 +585,26 @@ * @example | ||
} | ||
/** | ||
* A user taps into the identity verification flow on iOS | ||
* | ||
* This schema describes events sent to Segment from [[tappedVerifyIdentity]] | ||
* | ||
* @example | ||
* ``` | ||
* { | ||
* action: "tappedVerifyIdentity", | ||
* context_module: "inboxActiveBids", | ||
* context_screen_owner_type: "inboxBids", | ||
* sale_id: "5fad78273c8451000d0c53b9" | ||
* subject: "Complete registration" | ||
* } | ||
* ``` | ||
*/ | ||
export interface TappedVerifyIdentity { | ||
action: ActionType.tappedVerifyIdentity; | ||
context_module: ContextModule; | ||
context_screen_owner_type: ScreenOwnerType; | ||
context_screen_owner_id?: string; | ||
context_screen_owner_slug?: string; | ||
sale_id: string; | ||
subject: string; | ||
} |
{ | ||
"name": "@artsy/cohesion", | ||
"version": "1.67.3", | ||
"version": "1.67.4", | ||
"description": "Analytics schema and library helpers", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
224757
5598