@artsy/cohesion 4.145.0 → 4.147.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +24 -0
- package/dist/DeprecatedHelpers/Tap/TappedEntityGroup.d.ts +3 -3
- package/dist/DeprecatedHelpers/Tap/TappedEntityGroup.js +4 -0
- package/dist/Schema/Events/Click.d.ts +4 -4
- package/dist/Schema/Events/Tap.d.ts +5 -2
- package/dist/Schema/Events/index.d.ts +6 -2
- package/dist/Schema/Events/index.js +1 -0
- package/dist/Schema/Values/ContextModule.d.ts +2 -0
- package/dist/Schema/Values/ContextModule.js +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v4.147.0 (Fri Sep 15 2023)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat(AMBER-207): add context module for demand page, use page owner types [#461](https://github.com/artsy/cohesion/pull/461) ([@mdole](https://github.com/mdole))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Matt Dole ([@mdole](https://github.com/mdole))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v4.146.0 (Fri Sep 15 2023)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- feat: Add activities to TappedEntityDestinationType [#460](https://github.com/artsy/cohesion/pull/460) ([@olerichter00](https://github.com/olerichter00))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Ole ([@olerichter00](https://github.com/olerichter00))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v4.145.0 (Fri Sep 15 2023)
|
|
2
26
|
|
|
3
27
|
#### 🚀 Enhancement
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ContextModule, EntityModuleHeight, EntityModuleType, OwnerType, ScreenOwnerType, TappedArticleGroup, TappedArtistGroup, TappedArtworkGroup, TappedAuctionGroup, TappedCollectionGroup, TappedExploreGroup, TappedFairGroup } from "../../Schema";
|
|
2
|
-
export type TappedEntityDestinationType = OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artwork | OwnerType.collection | OwnerType.explore | OwnerType.fair | OwnerType.sale | OwnerType.auctions | OwnerType.savesAndFollows | OwnerType.gene | OwnerType.worksForYou;
|
|
1
|
+
import { ContextModule, EntityModuleHeight, EntityModuleType, OwnerType, ScreenOwnerType, TappedActivityGroup, TappedArticleGroup, TappedArtistGroup, TappedArtworkGroup, TappedAuctionGroup, TappedCollectionGroup, TappedExploreGroup, TappedFairGroup } from "../../Schema";
|
|
2
|
+
export type TappedEntityDestinationType = OwnerType.activities | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artwork | OwnerType.collection | OwnerType.explore | OwnerType.fair | OwnerType.sale | OwnerType.auctions | OwnerType.savesAndFollows | OwnerType.gene | OwnerType.worksForYou;
|
|
3
3
|
export interface TappedEntityGroupArgs {
|
|
4
4
|
contextModule: ContextModule;
|
|
5
5
|
contextScreenOwnerType: ScreenOwnerType;
|
|
@@ -31,4 +31,4 @@ export interface TappedEntityGroupArgs {
|
|
|
31
31
|
* })
|
|
32
32
|
* ```
|
|
33
33
|
*/
|
|
34
|
-
export declare const tappedEntityGroup: ({ contextModule, contextScreenOwnerType, contextScreenOwnerId, contextScreenOwnerSlug, destinationScreenOwnerType, destinationScreenOwnerId, destinationScreenOwnerSlug, horizontalSlidePosition, moduleHeight, type, }: TappedEntityGroupArgs) => TappedArticleGroup | TappedArtistGroup | TappedArtworkGroup | TappedAuctionGroup | TappedCollectionGroup | TappedExploreGroup | TappedFairGroup;
|
|
34
|
+
export declare const tappedEntityGroup: ({ contextModule, contextScreenOwnerType, contextScreenOwnerId, contextScreenOwnerSlug, destinationScreenOwnerType, destinationScreenOwnerId, destinationScreenOwnerSlug, horizontalSlidePosition, moduleHeight, type, }: TappedEntityGroupArgs) => TappedActivityGroup | TappedArticleGroup | TappedArtistGroup | TappedArtworkGroup | TappedAuctionGroup | TappedCollectionGroup | TappedExploreGroup | TappedFairGroup;
|
|
@@ -40,6 +40,10 @@ var tappedEntityGroup = function tappedEntityGroup(_ref) {
|
|
|
40
40
|
var action;
|
|
41
41
|
|
|
42
42
|
switch (destinationScreenOwnerType) {
|
|
43
|
+
case _Schema.OwnerType.activities:
|
|
44
|
+
action = _Schema.ActionType.tappedActivityGroup;
|
|
45
|
+
break;
|
|
46
|
+
|
|
43
47
|
case _Schema.OwnerType.article:
|
|
44
48
|
action = _Schema.ActionType.tappedArticleGroup;
|
|
45
49
|
break;
|
|
@@ -1559,7 +1559,7 @@ export interface ClickedOnDuplicateArtwork {
|
|
|
1559
1559
|
export interface ClickedValidationAddressOptions {
|
|
1560
1560
|
action: ActionType.clickedValidationAddressOptions;
|
|
1561
1561
|
context_module: ContextModule;
|
|
1562
|
-
context_page_owner_type:
|
|
1562
|
+
context_page_owner_type: PageOwnerType;
|
|
1563
1563
|
context_page_owner_id: string;
|
|
1564
1564
|
user_id: string;
|
|
1565
1565
|
subject: string;
|
|
@@ -1587,7 +1587,7 @@ export interface ClickedValidationAddressOptions {
|
|
|
1587
1587
|
export interface ClickedCloseValidationAddressModal {
|
|
1588
1588
|
action: ActionType.clickedCloseValidationAddressModal;
|
|
1589
1589
|
context_module: ContextModule;
|
|
1590
|
-
context_page_owner_type:
|
|
1590
|
+
context_page_owner_type: PageOwnerType;
|
|
1591
1591
|
context_page_owner_id: string;
|
|
1592
1592
|
subject: string;
|
|
1593
1593
|
option: string;
|
|
@@ -1613,7 +1613,7 @@ export interface ClickedCloseValidationAddressModal {
|
|
|
1613
1613
|
export interface ClickedNavBar {
|
|
1614
1614
|
action: ActionType.clickedNavBar;
|
|
1615
1615
|
context_module: ContextModule;
|
|
1616
|
-
context_page_owner_type:
|
|
1616
|
+
context_page_owner_type: PageOwnerType;
|
|
1617
1617
|
context_page_owner_id?: string;
|
|
1618
1618
|
destination_path: string;
|
|
1619
1619
|
subject: string;
|
|
@@ -1639,7 +1639,7 @@ export interface ClickedNavBar {
|
|
|
1639
1639
|
export interface ClickedUploadArtwork {
|
|
1640
1640
|
action: ActionType.clickedUploadArtwork;
|
|
1641
1641
|
context_module: ContextModule;
|
|
1642
|
-
context_page_owner_type:
|
|
1642
|
+
context_page_owner_type: PageOwnerType;
|
|
1643
1643
|
context_page_owner_id?: string;
|
|
1644
1644
|
artist_id?: string;
|
|
1645
1645
|
search_criteria_id?: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
+
import { ActionType } from ".";
|
|
1
2
|
import { ContextModule } from "../Values/ContextModule";
|
|
2
3
|
import { EntityModuleType } from "../Values/EntityModuleType";
|
|
3
4
|
import { OwnerType, ScreenOwnerType } from "../Values/OwnerType";
|
|
4
5
|
import { Tab } from "../Values/Tab";
|
|
5
|
-
import { ActionType } from ".";
|
|
6
6
|
/**
|
|
7
7
|
* Schemas describing Tap events
|
|
8
8
|
* @packageDocumentation
|
|
@@ -36,6 +36,9 @@ import { ActionType } from ".";
|
|
|
36
36
|
export interface TappedArticleGroup extends TappedEntityGroup {
|
|
37
37
|
action: ActionType.tappedArticleGroup;
|
|
38
38
|
}
|
|
39
|
+
export interface TappedActivityGroup extends TappedEntityGroup {
|
|
40
|
+
action: ActionType.tappedActivityGroup;
|
|
41
|
+
}
|
|
39
42
|
export interface TappedShowGroup extends TappedEntityGroup {
|
|
40
43
|
action: ActionType.tappedShowGroup;
|
|
41
44
|
}
|
|
@@ -246,7 +249,7 @@ export interface TappedFairGroup extends TappedEntityGroup {
|
|
|
246
249
|
* This schema describes events sent to Segment from [[tappedEntityGroup]]
|
|
247
250
|
*/
|
|
248
251
|
export interface TappedEntityGroup {
|
|
249
|
-
action: ActionType.tappedArticleGroup | ActionType.tappedShowGroup | ActionType.tappedArtistGroup | ActionType.tappedArtistSeriesGroup | ActionType.tappedArtworkGroup | ActionType.tappedAuctionGroup | ActionType.tappedAuctionResultGroup | ActionType.tappedBrowseSimilarArtworks | ActionType.tappedCollectionGroup | ActionType.tappedExploreGroup | ActionType.tappedFairGroup | ActionType.tappedViewingRoomGroup;
|
|
252
|
+
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;
|
|
250
253
|
context_module: ContextModule;
|
|
251
254
|
context_screen_owner_type: ScreenOwnerType;
|
|
252
255
|
context_screen_owner_id?: string;
|
|
@@ -23,7 +23,7 @@ import { FollowEvents } from "./SavesAndFollows";
|
|
|
23
23
|
import { ConsignmentArtistFailed, FocusedOnPriceDatabaseSearchInput, FocusedOnSearchInput, SearchedPriceDatabase, SearchedWithNoResults, SearchedWithResults, SelectedItemFromPriceDatabaseSearch, SelectedItemFromSearch, SelectedSearchSuggestionQuickNavigationItem } from "./Search";
|
|
24
24
|
import { Share } from "./Share";
|
|
25
25
|
import { SaleScreenLoadComplete, Screen, TimeOnPage } from "./System";
|
|
26
|
-
import { TappedArticleGroup, TappedArticleShare, TappedArtistGroup, TappedArtistSeriesGroup, TappedArtworkGroup, TappedAuctionGroup, TappedAuctionResultGroup, TappedBid, TappedBrowseSimilarArtworks, TappedBuyNow, TappedCollectionGroup, TappedConsign, TappedConsignmentInquiry, TappedContactGallery, TappedCreateAlert, TappedExploreGroup, TappedFairCard, TappedFairGroup, TappedInfoBubble, TappedLearnMore, TappedLink, TappedMainArtworkGrid, TappedNavigationTab, TappedPartnerCard, TappedPromoSpace, TappedSell, TappedSellArtwork, TappedShowMore, TappedSkip, TappedTabBar, TappedVerifyIdentity, TappedViewingRoomCard, TappedViewingRoomGroup } from "./Tap";
|
|
26
|
+
import { TappedActivityGroup, TappedArticleGroup, TappedArticleShare, TappedArtistGroup, TappedArtistSeriesGroup, TappedArtworkGroup, TappedAuctionGroup, TappedAuctionResultGroup, TappedBid, TappedBrowseSimilarArtworks, TappedBuyNow, TappedCollectionGroup, TappedConsign, TappedConsignmentInquiry, TappedContactGallery, TappedCreateAlert, TappedExploreGroup, TappedFairCard, TappedFairGroup, TappedInfoBubble, TappedLearnMore, TappedLink, TappedMainArtworkGrid, TappedNavigationTab, TappedPartnerCard, TappedPromoSpace, TappedSell, TappedSellArtwork, TappedShowMore, TappedSkip, TappedTabBar, TappedVerifyIdentity, TappedViewingRoomCard, TappedViewingRoomGroup } from "./Tap";
|
|
27
27
|
import { ToggledNotification, ToggledSavedSearch } from "./Toggle";
|
|
28
28
|
import { UploadSizeLimitExceeded } from "./UploadSizeLimitExceeded";
|
|
29
29
|
import { ToggledAccordion } from "./UserExperienceInteractions";
|
|
@@ -33,7 +33,7 @@ import { ViewedVideo } from "./Video";
|
|
|
33
33
|
*
|
|
34
34
|
* Each event describes one ActionType
|
|
35
35
|
*/
|
|
36
|
-
export type Event = AddedArtworkToArtworkList | AddToCalendar | AddCollectedArtwork | ArtworkDetailsCompleted | AuctionPageView | AuctionResultsFilterParamsChanged | AuthImpression | BidPageView | CreatedAccount | CreatedArtworkList | ClickedActiveBid | ClickedActivityPanelNotificationItem | ClickedActivityPanelTab | ClickedAddNewShippingAddress | ClickedAddWorksToFair | ClickedAppDownload | ClickedArticleGroup | ClickedArtistGroup | ClickedArtistSeriesGroup | ClickedArtworkGroup | ClickedAuctionGroup | ClickedAuctionResultItem | ClickedBuyerProtection | ClickedChangePage | ClickedChangePaymentMethod | ClickedChangeShippingAddress | ClickedChangeShippingMethod | ClickedCollectionGroup | ClickedCreateAlert | ClickedDeliveryMethod | ClickedEditArtwork | ClickedExpansionToggle | ClickedFairCard | ClickedFairGroup | ClickedGalleryGroup | ClickedLoadMore | ClickedMainArtworkGrid | ClickedNavigationTab | ClickedNavBar | ClickedNotificationsBell | ClickedOfferOption | ClickedOnArtworkShippingWeight | ClickedOnArtworkShippingUnitsDropdown | ClickedOnBuyNowCheckbox | ClickedOnFramedMeasurements | ClickedOnFramedMeasurementsDropdown | ClickedOnMakeOfferCheckbox | ClickedOnDuplicateArtwork | ClickedOnPriceDisplayDropdown | ClickedPublish | ClickedOnSubmitOrder | ClickedSnooze | ClickedUploadArtwork | ClickedPartnerCard | ClickedPartnerLink | ClickedPaymentMethod | ClickedPaymentDetails | CheckedAccountBalance | ClickedPromoSpace | ClickedRegisterToBid | ClickedSelectShippingOption | ClickedShippingAddress | ClickedShowGroup | ClickedShowMore | ClickedVerifyIdentity | ClickedViewingRoomCard | ClickedOfferActions | ClickedOrderPage | ClickedOrderSummary | ClickedDismissInquiry | ClickedMarkSpam | ClickedMarkSold | ClickedConversationsFilter | ClickedValidationAddressOptions | ClickedCloseValidationAddressModal | CommercialFilterParamsChanged | CompletedOnboarding | ConfirmBid | ConfirmRegistrationPageview | ConsignmentArtistFailed | ConsignmentSubmitted | ContactInformationCompleted | DeleteCollectedArtwork | DeletedArtworkList | DeletedSavedSearch | EditCollectedArtwork | EditedArtworkList | EditedSavedSearch | EditedUserProfile | EnterLiveAuction | ErrorMessageViewed | ExperimentViewed | ItemViewed | UploadSizeLimitExceeded | FocusedOnConversationMessageInput | FocusedOnSearchInput | FocusedOnPriceDatabaseSearchInput | FollowEvents | Impression | MaxBidSelected | MyCollectionOnboardingCompleted | OnboardingUserInputData | PriceDatabaseFilterParamsChanged | PromptForReview | RailViewed | ValidationAddressViewed | RegistrationPageView | RegistrationSubmitted | ResetYourPassword | SaleScreenLoadComplete | SaveCollectedArtwork | SavedCookieConsentPreferences | Screen | SearchedPriceDatabase | SearchedReverseImageWithNoResults | SearchedReverseImageWithResults | SearchedWithNoResults | SearchedWithResults | SelectedArtworkFromReverseImageSearch | SelectedItemFromSearch | SelectedItemFromPriceDatabaseSearch | SelectedRecentPriceRange | SelectedSearchSuggestionQuickNavigationItem | SentConsignmentInquiry | SentConversationMessage | SentRequestPriceEstimate | Share | StartedOnboarding | SubmitAnotherArtwork | SuccessfullyLoggedIn | TappedArticleGroup | TappedArticleShare | TappedArtistGroup | TappedArtistSeriesGroup | TappedArtworkGroup | TappedAuctionGroup | TappedAuctionResultGroup | TappedBid | TappedBrowseSimilarArtworks | TappedBuyNow | TappedCollectedArtwork | TappedCollectedArtworkImages | TappedCollectionGroup | TappedConsign | TappedContactGallery | TappedConsignmentInquiry | TappedCreateAlert | TappedExploreGroup | TappedExploreMyCollection | TappedFairCard | TappedFairGroup | TappedInboxConversation | TappedInfoBubble | TappedLink | TappedNavigationTab | TappedMainArtworkGrid | TappedMakeOffer | TappedMyCollectionInsightsMedianAuctionRailItem | TappedMyCollectionInsightsMedianAuctionPriceChartCareerHighlight | TappedMyCollectionInsightsMedianAuctionPriceChartCategory | TappedMyCollectionInsightsMedianAuctionPriceChartTimeframe | TappedPartnerCard | TappedPickImageFromLibrary | TappedProductCapabilitiesGroup | TappedPromoSpace | TappedRequestPriceEstimate | TappedReverseImageSearch | TappedSell | TappedSellArtwork | TappedShowMore | TappedLearnMore | TappedSkip | TappedTabBar | TappedToggleCameraFlash | TappedVerifyIdentity | TappedViewingRoomCard | TappedViewingRoomGroup | TappedViewOffer | TimeOnPage | ToggledAccordion | ToggledNotification | ToggledSavedSearch | TooltipViewed | UploadPhotosCompleted | ViewArtworkMyCollection | ViewedArtworkList | ViewedVideo | VisitMyCollection | VisitMyCollectionOnboardingSlide;
|
|
36
|
+
export type Event = AddedArtworkToArtworkList | AddToCalendar | AddCollectedArtwork | ArtworkDetailsCompleted | AuctionPageView | AuctionResultsFilterParamsChanged | AuthImpression | BidPageView | CreatedAccount | CreatedArtworkList | ClickedActiveBid | ClickedActivityPanelNotificationItem | ClickedActivityPanelTab | ClickedAddNewShippingAddress | ClickedAddWorksToFair | ClickedAppDownload | ClickedArticleGroup | ClickedArtistGroup | ClickedArtistSeriesGroup | ClickedArtworkGroup | ClickedAuctionGroup | ClickedAuctionResultItem | ClickedBuyerProtection | ClickedChangePage | ClickedChangePaymentMethod | ClickedChangeShippingAddress | ClickedChangeShippingMethod | ClickedCollectionGroup | ClickedCreateAlert | ClickedDeliveryMethod | ClickedEditArtwork | ClickedExpansionToggle | ClickedFairCard | ClickedFairGroup | ClickedGalleryGroup | ClickedLoadMore | ClickedMainArtworkGrid | ClickedNavigationTab | ClickedNavBar | ClickedNotificationsBell | ClickedOfferOption | ClickedOnArtworkShippingWeight | ClickedOnArtworkShippingUnitsDropdown | ClickedOnBuyNowCheckbox | ClickedOnFramedMeasurements | ClickedOnFramedMeasurementsDropdown | ClickedOnMakeOfferCheckbox | ClickedOnDuplicateArtwork | ClickedOnPriceDisplayDropdown | ClickedPublish | ClickedOnSubmitOrder | ClickedSnooze | ClickedUploadArtwork | ClickedPartnerCard | ClickedPartnerLink | ClickedPaymentMethod | ClickedPaymentDetails | CheckedAccountBalance | ClickedPromoSpace | ClickedRegisterToBid | ClickedSelectShippingOption | ClickedShippingAddress | ClickedShowGroup | ClickedShowMore | ClickedVerifyIdentity | ClickedViewingRoomCard | ClickedOfferActions | ClickedOrderPage | ClickedOrderSummary | ClickedDismissInquiry | ClickedMarkSpam | ClickedMarkSold | ClickedConversationsFilter | ClickedValidationAddressOptions | ClickedCloseValidationAddressModal | CommercialFilterParamsChanged | CompletedOnboarding | ConfirmBid | ConfirmRegistrationPageview | ConsignmentArtistFailed | ConsignmentSubmitted | ContactInformationCompleted | DeleteCollectedArtwork | DeletedArtworkList | DeletedSavedSearch | EditCollectedArtwork | EditedArtworkList | EditedSavedSearch | EditedUserProfile | EnterLiveAuction | ErrorMessageViewed | ExperimentViewed | ItemViewed | UploadSizeLimitExceeded | FocusedOnConversationMessageInput | FocusedOnSearchInput | FocusedOnPriceDatabaseSearchInput | FollowEvents | Impression | MaxBidSelected | MyCollectionOnboardingCompleted | OnboardingUserInputData | PriceDatabaseFilterParamsChanged | PromptForReview | RailViewed | ValidationAddressViewed | RegistrationPageView | RegistrationSubmitted | ResetYourPassword | SaleScreenLoadComplete | SaveCollectedArtwork | SavedCookieConsentPreferences | Screen | SearchedPriceDatabase | SearchedReverseImageWithNoResults | SearchedReverseImageWithResults | SearchedWithNoResults | SearchedWithResults | SelectedArtworkFromReverseImageSearch | SelectedItemFromSearch | SelectedItemFromPriceDatabaseSearch | SelectedRecentPriceRange | SelectedSearchSuggestionQuickNavigationItem | SentConsignmentInquiry | SentConversationMessage | SentRequestPriceEstimate | Share | StartedOnboarding | SubmitAnotherArtwork | SuccessfullyLoggedIn | TappedActivityGroup | TappedArticleGroup | TappedArticleShare | TappedArtistGroup | TappedArtistSeriesGroup | TappedArtworkGroup | TappedAuctionGroup | TappedAuctionResultGroup | TappedBid | TappedBrowseSimilarArtworks | TappedBuyNow | TappedCollectedArtwork | TappedCollectedArtworkImages | TappedCollectionGroup | TappedConsign | TappedContactGallery | TappedConsignmentInquiry | TappedCreateAlert | TappedExploreGroup | TappedExploreMyCollection | TappedFairCard | TappedFairGroup | TappedInboxConversation | TappedInfoBubble | TappedLink | TappedNavigationTab | TappedMainArtworkGrid | TappedMakeOffer | TappedMyCollectionInsightsMedianAuctionRailItem | TappedMyCollectionInsightsMedianAuctionPriceChartCareerHighlight | TappedMyCollectionInsightsMedianAuctionPriceChartCategory | TappedMyCollectionInsightsMedianAuctionPriceChartTimeframe | TappedPartnerCard | TappedPickImageFromLibrary | TappedProductCapabilitiesGroup | TappedPromoSpace | TappedRequestPriceEstimate | TappedReverseImageSearch | TappedSell | TappedSellArtwork | TappedShowMore | TappedLearnMore | TappedSkip | TappedTabBar | TappedToggleCameraFlash | TappedVerifyIdentity | TappedViewingRoomCard | TappedViewingRoomGroup | TappedViewOffer | TimeOnPage | ToggledAccordion | ToggledNotification | ToggledSavedSearch | TooltipViewed | UploadPhotosCompleted | ViewArtworkMyCollection | ViewedArtworkList | ViewedVideo | VisitMyCollection | VisitMyCollectionOnboardingSlide;
|
|
37
37
|
/**
|
|
38
38
|
* The top-level actions an Event describes.
|
|
39
39
|
*
|
|
@@ -624,6 +624,10 @@ export declare enum ActionType {
|
|
|
624
624
|
* Corresponds to {@link SuccessfullyLoggedIn}
|
|
625
625
|
*/
|
|
626
626
|
successfullyLoggedIn = "successfullyLoggedIn",
|
|
627
|
+
/**
|
|
628
|
+
* Corresponds to {@link TappedActivityGroup}
|
|
629
|
+
*/
|
|
630
|
+
tappedActivityGroup = "tappedActivityGroup",
|
|
627
631
|
/**
|
|
628
632
|
* Corresponds to {@link TappedArticleGroup}
|
|
629
633
|
*/
|
|
@@ -166,6 +166,7 @@ exports.ActionType = ActionType;
|
|
|
166
166
|
ActionType["startedOnboarding"] = "startedOnboarding";
|
|
167
167
|
ActionType["submitAnotherArtwork"] = "submitAnotherArtwork";
|
|
168
168
|
ActionType["successfullyLoggedIn"] = "successfullyLoggedIn";
|
|
169
|
+
ActionType["tappedActivityGroup"] = "tappedActivityGroup";
|
|
169
170
|
ActionType["tappedArticleGroup"] = "tappedArticleGroup";
|
|
170
171
|
ActionType["tappedArticleShare"] = "tappedArticleShare";
|
|
171
172
|
ActionType["tappedArtistGroup"] = "tappedArtistGroup";
|
|
@@ -9,6 +9,8 @@ export declare enum ContextModule {
|
|
|
9
9
|
aboutThisAuction = "aboutThisAuction",
|
|
10
10
|
adServer = "adServer",
|
|
11
11
|
activityRail = "activityRail",
|
|
12
|
+
alertsWithPrice = "alertsWithPrice",
|
|
13
|
+
alertsWithoutPrice = "alertsWithoutPrice",
|
|
12
14
|
articleArtist = "articleArtist",
|
|
13
15
|
articleRail = "articleRail",
|
|
14
16
|
article = "article",
|
|
@@ -23,6 +23,8 @@ exports.ContextModule = ContextModule;
|
|
|
23
23
|
ContextModule["aboutThisAuction"] = "aboutThisAuction";
|
|
24
24
|
ContextModule["adServer"] = "adServer";
|
|
25
25
|
ContextModule["activityRail"] = "activityRail";
|
|
26
|
+
ContextModule["alertsWithPrice"] = "alertsWithPrice";
|
|
27
|
+
ContextModule["alertsWithoutPrice"] = "alertsWithoutPrice";
|
|
26
28
|
ContextModule["articleArtist"] = "articleArtist";
|
|
27
29
|
ContextModule["articleRail"] = "articleRail";
|
|
28
30
|
ContextModule["article"] = "article";
|