@artsy/cohesion 4.234.0 → 4.236.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/Schema/Events/Swipe.d.ts +30 -0
- package/dist/Schema/Events/Swipe.js +1 -0
- package/dist/Schema/Events/Tap.d.ts +63 -0
- package/dist/Schema/Events/index.d.ts +18 -1
- package/dist/Schema/Events/index.js +4 -0
- package/dist/Schema/Values/ContextModule.d.ts +4 -0
- package/dist/Schema/Values/ContextModule.js +4 -0
- package/dist/Schema/Values/OwnerType.d.ts +4 -2
- package/dist/Schema/Values/OwnerType.js +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v4.236.0 (Tue Feb 18 2025)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- fix: add YourMaxBid owner type [#560](https://github.com/artsy/cohesion/pull/560) ([@MrSltun](https://github.com/MrSltun))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Sultan Al-Maari ([@MrSltun](https://github.com/MrSltun))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v4.235.0 (Mon Feb 17 2025)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- feat: tracking for infinite discovery [#559](https://github.com/artsy/cohesion/pull/559) ([@nickskalkin](https://github.com/nickskalkin))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Nikita Skalkin ([@nickskalkin](https://github.com/nickskalkin))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v4.234.0 (Wed Feb 12 2025)
|
|
2
26
|
|
|
3
27
|
#### 🚀 Enhancement
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Schemas describing Swipe events
|
|
3
|
+
* @packageDocumentation
|
|
4
|
+
*/
|
|
5
|
+
import { ContextModule } from "../Values/ContextModule";
|
|
6
|
+
import { ScreenOwnerType } from "../Values/OwnerType";
|
|
7
|
+
import { ActionType } from ".";
|
|
8
|
+
/**
|
|
9
|
+
* Interface for SwipedInfiniteDiscoveryArtwork action in the app
|
|
10
|
+
*
|
|
11
|
+
* This schema describes events sent to Segment from [[swipedInfiniteDiscoveryArtwork]]
|
|
12
|
+
*
|
|
13
|
+
* @example
|
|
14
|
+
* ```
|
|
15
|
+
* {
|
|
16
|
+
* action: "swipedInfiniteDiscoveryArtwork",
|
|
17
|
+
* context_module: "infiniteDiscovery",
|
|
18
|
+
* context_screen_owner_id: "artwork-id",
|
|
19
|
+
* context_screen_owner_slug: "artwork-slug",
|
|
20
|
+
* context_screen_owner_type: "infiniteDiscoveryArtwork"
|
|
21
|
+
* }
|
|
22
|
+
* ```
|
|
23
|
+
*/
|
|
24
|
+
export interface SwipedInfiniteDiscoveryArtwork {
|
|
25
|
+
action: ActionType.swipedInfiniteDiscoveryArtwork;
|
|
26
|
+
context_module: ContextModule;
|
|
27
|
+
context_screen_owner_id: string;
|
|
28
|
+
context_screen_owner_slug: string;
|
|
29
|
+
context_screen_owner_type: ScreenOwnerType;
|
|
30
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";
|
|
@@ -544,6 +544,29 @@ export interface TappedRegisterToBid {
|
|
|
544
544
|
context_screen_owner_id: string;
|
|
545
545
|
context_screen_owner_slug?: string;
|
|
546
546
|
}
|
|
547
|
+
/**
|
|
548
|
+
* A user taps on the rewind button
|
|
549
|
+
*
|
|
550
|
+
* This schema describes events sent to Segment from [[tappedRewind]]
|
|
551
|
+
*
|
|
552
|
+
* @example
|
|
553
|
+
* ```
|
|
554
|
+
* {
|
|
555
|
+
* action: "tappedRewind",
|
|
556
|
+
* context_module: "infiniteDiscovery",
|
|
557
|
+
* context_screen_owner_id: "artwork-id",
|
|
558
|
+
* context_screen_owner_slug: "artwork-slug",
|
|
559
|
+
* context_screen_owner_type: "infiniteDiscoveryArtwork"
|
|
560
|
+
* }
|
|
561
|
+
* ```
|
|
562
|
+
*/
|
|
563
|
+
export interface TappedRewind {
|
|
564
|
+
action: ActionType.tappedRewind;
|
|
565
|
+
context_module: ContextModule;
|
|
566
|
+
context_screen_owner_id: string;
|
|
567
|
+
context_screen_owner_slug: string;
|
|
568
|
+
context_screen_owner_type: ScreenOwnerType;
|
|
569
|
+
}
|
|
547
570
|
/**
|
|
548
571
|
* A user taps a button that navigates to the Sell With Artsy home screen (not the 'sell' icon in the tab bar)
|
|
549
572
|
*
|
|
@@ -776,6 +799,23 @@ export interface TappedLink {
|
|
|
776
799
|
destination_screen_owner_id?: string;
|
|
777
800
|
destination_screen_owner_slug?: string;
|
|
778
801
|
}
|
|
802
|
+
/**
|
|
803
|
+
* A user taps on a close (modal) button
|
|
804
|
+
*
|
|
805
|
+
* This schema describes events sent to Segment from [[tappedClose]]
|
|
806
|
+
*
|
|
807
|
+
* @example
|
|
808
|
+
* ```
|
|
809
|
+
* {
|
|
810
|
+
* action: "tappedClose",
|
|
811
|
+
* context_module: "infiniteDiscovery",
|
|
812
|
+
* }
|
|
813
|
+
* ```
|
|
814
|
+
*/
|
|
815
|
+
export interface TappedClose {
|
|
816
|
+
action: ActionType.tappedClose;
|
|
817
|
+
context_module: ContextModule;
|
|
818
|
+
}
|
|
779
819
|
/**
|
|
780
820
|
* A user taps "Create alert button" on an app
|
|
781
821
|
*
|
|
@@ -1135,6 +1175,29 @@ export interface TappedTaskGroup extends TappedEntityGroup {
|
|
|
1135
1175
|
task_id: string;
|
|
1136
1176
|
task_type: string;
|
|
1137
1177
|
}
|
|
1178
|
+
/**
|
|
1179
|
+
* A user taps on a toast notification in the app
|
|
1180
|
+
*
|
|
1181
|
+
* This schema describes events sent to Segment from [[tappedToast]]
|
|
1182
|
+
*
|
|
1183
|
+
* @example
|
|
1184
|
+
* ```
|
|
1185
|
+
* {
|
|
1186
|
+
* action: "tappedToast",
|
|
1187
|
+
* context_module : "infiniteDiscovery",
|
|
1188
|
+
* context_screen_owner_type: "Home",
|
|
1189
|
+
* destination_screen_owner_type: "Saves",
|
|
1190
|
+
* subject: "Tap here to navigate to your Saves area in your profile."
|
|
1191
|
+
* }
|
|
1192
|
+
* ```
|
|
1193
|
+
*/
|
|
1194
|
+
export interface TappedToast {
|
|
1195
|
+
action: ActionType.tappedToast;
|
|
1196
|
+
context_module: ContextModule;
|
|
1197
|
+
context_screen_owner_type: ScreenOwnerType;
|
|
1198
|
+
destination_screen_owner_type?: ScreenOwnerType;
|
|
1199
|
+
subject?: string;
|
|
1200
|
+
}
|
|
1138
1201
|
/**
|
|
1139
1202
|
* A user clicks on View Work on the notification page.
|
|
1140
1203
|
*
|
|
@@ -22,6 +22,7 @@ import { DeletedSavedSearch, EditedAlert, EditedSavedSearch } from "./SavedSearc
|
|
|
22
22
|
import { FollowEvents } from "./SavesAndFollows";
|
|
23
23
|
import { AddressAutoCompletionResult, ConsignmentArtistFailed, EditedAutocompletedAddress, FocusedOnPriceDatabaseSearchInput, FocusedOnSearchInput, SearchedPriceDatabase, SearchedWithNoResults, SearchedWithResults, SelectedItemFromAddressAutoCompletion, SelectedItemFromPriceDatabaseSearch, SelectedItemFromSearch, SelectedSearchSuggestionQuickNavigationItem } from "./Search";
|
|
24
24
|
import { Share } from "./Share";
|
|
25
|
+
import { SwipedInfiniteDiscoveryArtwork } from "./Swipe";
|
|
25
26
|
import { SaleScreenLoadComplete, Screen, TimeOnPage } from "./System";
|
|
26
27
|
import { TappedActivityGroup, TappedArticleGroup, TappedArticleShare, TappedArtistGroup, TappedArtistSeriesGroup, TappedArtworkGroup, TappedAuctionGroup, TappedAuctionResultGroup, TappedBid, TappedBrowseSimilarArtworks, TappedBuyNow, TappedCardGroup, TappedChangePaymentMethod, TappedClearTask, TappedCollectionGroup, TappedConsign, TappedConsignmentInquiry, TappedContactGallery, TappedCreateAlert, TappedExploreGroup, TappedFairCard, TappedFairGroup, TappedGlobalSearchBar, TappedInfoBubble, TappedLearnMore, TappedLink, TappedMainArtworkGrid, TappedNavigationPillsGroup, TappedNavigationTab, TappedPartnerCard, TappedPromoSpace, TappedSell, TappedSellArtwork, TappedShowMore, TappedSkip, TappedTabBar, TappedTaskGroup, TappedVerifyIdentity, TappedViewingRoomCard, TappedViewingRoomGroup, TappedViewWork } from "./Tap";
|
|
27
28
|
import { ToggledNotification, ToggledSavedSearch } from "./Toggle";
|
|
@@ -33,7 +34,7 @@ import { ViewedVideo } from "./Video";
|
|
|
33
34
|
*
|
|
34
35
|
* Each event describes one ActionType
|
|
35
36
|
*/
|
|
36
|
-
export type Event = AddCollectedArtwork | AddedArtworkToArtworkList | AddedToAlbum | AddressAutoCompletionResult | AddToCalendar | ArtworkDetailsCompleted | AuctionPageView | AuctionResultsFilterParamsChanged | AuthImpression | BannerViewed | BidPageView | CheckedAccountBalance | ClickedActiveBid | ClickedActivityPanelNotificationItem | ClickedActivityPanelTab | ClickedAddFilters | ClickedAddMissingArtworksDetails | ClickedAddNewShippingAddress | ClickedAddWorksToFair | ClickedAlertsFilters | ClickedAppDownload | ClickedArticleGroup | ClickedArtistGroup | ClickedArtistSeriesGroup | ClickedArtworkGroup | ClickedAuctionGroup | ClickedAuctionResultItem | ClickedBid | ClickedBuyerProtection | ClickedBuyNow | ClickedChangePage | ClickedChangePaymentMethod | ClickedChangeShippingAddress | ClickedChangeShippingMethod | ClickedCloseValidationAddressModal | ClickedCollectionGroup | ClickedContactGallery | ClickedConversationsFilter | ClickedCreateAlert | ClickedDeliveryMethod | ClickedDismissInquiry | ClickedDownloadAppFooter | ClickedDownloadAppHeader | ClickedEditArtwork | ClickedEditAlert | ClickedEstimateShippingCost | ClickedExpandFilterPanel | ClickedExpansionToggle | ClickedFairCard | ClickedFairGroup | ClickedGalleryGroup | ClickedHeroUnitGroup | ClickedLoadMore | ClickedMainArtworkGrid | ClickedMakeOffer | ClickedMarketingModal | ClickedMarkSold | ClickedMarkSpam | ClickedNavBar | ClickedNavigationTab | ClickedNotificationsBell | ClickedOfferActions | ClickedOfferOption | ClickedOnArtworkShippingUnitsDropdown | ClickedOnArtworkShippingWeight | ClickedOnBuyNowCheckbox | ClickedOnDuplicateArtwork | ClickedOnFramedMeasurements | ClickedOnFramedMeasurementsDropdown | ClickedOnLearnMore | ClickedOnMakeOfferCheckbox | ClickedOnPagination | ClickedOnPriceDisplayDropdown | ClickedOnReadMore | ClickedOnSubmitOrder | ClickedOrderPage | ClickedOrderSummary | ClickedPartnerCard | ClickedPartnerLink | ClickedPaymentDetails | ClickedPaymentMethod | ClickedPromoSpace | ClickedPublish | ClickedRegisterToBid | ClickedSelectShippingOption | ClickedSendPartnerOffer | ClickedShippingAddress | ClickedShowGroup | ClickedShowMore | ClickedSnooze | ClickedStartPartnerOffer | ClickedUpdateArtwork | ClickedUploadArtwork | ClickedValidationAddressOptions | ClickedVerifyIdentity | ClickedViewingRoomCard | ClickedViewWork | CommercialFilterParamsChanged | CommercialFilterSelectedAll | CompletedOfflineSync | CompletedOnboarding | ConfirmBid | ConfirmRegistrationPageview | ConsignmentArtistFailed | ConsignmentSubmitted | ContactInformationCompleted | CreatedAccount | CreateAlertReminderMessageViewed | CreatedAlbum | CreatedArtworkList | DeleteCollectedArtwork | DeletedArtworkList | DeletedSavedSearch | EditCollectedArtwork | EditedAlert | EditedArtworkList | EditedAutocompletedAddress | EditedSavedSearch | EditedUserProfile | EditProfileModalViewed | EnterLiveAuction | ErrorMessageViewed | ExperimentViewed | FocusedOnConversationMessageInput | FocusedOnPriceDatabaseSearchInput | FocusedOnSearchInput | FollowEvents | Impression | ItemViewed | MaxBidSelected | MyCollectionOnboardingCompleted | OnboardingUserInputData | PriceDatabaseFilterParamsChanged | PromptForReview | RailViewed | RegistrationPageView | RegistrationSubmitted | ResetYourPassword | SaleScreenLoadComplete | SaveCollectedArtwork | SavedCookieConsentPreferences | Screen | SearchedPriceDatabase | SearchedWithNoResults | SearchedWithResults | SelectedItemFromAddressAutoCompletion | SelectedItemFromPriceDatabaseSearch | SelectedItemFromSearch | SelectedRecentPriceRange | SelectedSearchSuggestionQuickNavigationItem | SendOffersBannerViewed | SendOffersErrorMessage | SendOffersModalViewed | SentConsignmentInquiry | SentContent | SentConversationMessage | SentRequestPriceEstimate | Share | ShippingEstimateViewed | StartedOnboarding | SubmitAnotherArtwork | SuccessfullyLoggedIn | TappedActivityGroup | TappedArticleGroup | TappedArticleShare | TappedArtistGroup | TappedArtistSeriesGroup | TappedArtworkGroup | TappedAuctionGroup | TappedAuctionResultGroup | TappedBid | TappedBrowseSimilarArtworks | TappedBuyNow | TappedCardGroup | TappedChangePaymentMethod | TappedClearTask | TappedCollectedArtwork | TappedCollectedArtworkImages | TappedCollectionGroup | TappedConsign | TappedConsignmentInquiry | TappedContactGallery | TappedCreateAlert | TappedExploreGroup | TappedExploreMyCollection | TappedFairCard | TappedFairGroup | TappedGlobalSearchBar | TappedInboxConversation | TappedInfoBubble | TappedLearnMore | TappedLink | TappedMainArtworkGrid | TappedMakeOffer | TappedMyCollectionAddArtworkArtist | TappedMyCollectionInsightsMedianAuctionPriceChartCareerHighlight | TappedMyCollectionInsightsMedianAuctionPriceChartCategory | TappedMyCollectionInsightsMedianAuctionPriceChartTimeframe | TappedMyCollectionInsightsMedianAuctionRailItem | TappedNavigationPillsGroup | TappedNavigationTab | TappedNotificationsBell | TappedPartnerCard | TappedProductCapabilitiesGroup | TappedPromoSpace | TappedRequestPriceEstimate | TappedSell | TappedSellArtwork | TappedShowMore | TappedSkip | TappedTabBar | TappedTaskGroup | TappedVerifyIdentity | TappedViewingRoomCard | TappedViewingRoomGroup | TappedViewOffer | TappedViewWork | TimeOnPage | ToggledAccordion | ToggledNotification | ToggledPresentationModeSetting | ToggledSavedSearch | TooltipViewed | UploadPhotosCompleted | UploadSizeLimitExceeded | ValidationAddressViewed | ViewArtworkMyCollection | ViewedArtworkList | ViewedVideo | VisitMyCollection | VisitMyCollectionOnboardingSlide;
|
|
37
|
+
export type Event = AddCollectedArtwork | AddedArtworkToArtworkList | AddedToAlbum | AddressAutoCompletionResult | AddToCalendar | ArtworkDetailsCompleted | AuctionPageView | AuctionResultsFilterParamsChanged | AuthImpression | BannerViewed | BidPageView | CheckedAccountBalance | ClickedActiveBid | ClickedActivityPanelNotificationItem | ClickedActivityPanelTab | ClickedAddFilters | ClickedAddMissingArtworksDetails | ClickedAddNewShippingAddress | ClickedAddWorksToFair | ClickedAlertsFilters | ClickedAppDownload | ClickedArticleGroup | ClickedArtistGroup | ClickedArtistSeriesGroup | ClickedArtworkGroup | ClickedAuctionGroup | ClickedAuctionResultItem | ClickedBid | ClickedBuyerProtection | ClickedBuyNow | ClickedChangePage | ClickedChangePaymentMethod | ClickedChangeShippingAddress | ClickedChangeShippingMethod | ClickedCloseValidationAddressModal | ClickedCollectionGroup | ClickedContactGallery | ClickedConversationsFilter | ClickedCreateAlert | ClickedDeliveryMethod | ClickedDismissInquiry | ClickedDownloadAppFooter | ClickedDownloadAppHeader | ClickedEditArtwork | ClickedEditAlert | ClickedEstimateShippingCost | ClickedExpandFilterPanel | ClickedExpansionToggle | ClickedFairCard | ClickedFairGroup | ClickedGalleryGroup | ClickedHeroUnitGroup | ClickedLoadMore | ClickedMainArtworkGrid | ClickedMakeOffer | ClickedMarketingModal | ClickedMarkSold | ClickedMarkSpam | ClickedNavBar | ClickedNavigationTab | ClickedNotificationsBell | ClickedOfferActions | ClickedOfferOption | ClickedOnArtworkShippingUnitsDropdown | ClickedOnArtworkShippingWeight | ClickedOnBuyNowCheckbox | ClickedOnDuplicateArtwork | ClickedOnFramedMeasurements | ClickedOnFramedMeasurementsDropdown | ClickedOnLearnMore | ClickedOnMakeOfferCheckbox | ClickedOnPagination | ClickedOnPriceDisplayDropdown | ClickedOnReadMore | ClickedOnSubmitOrder | ClickedOrderPage | ClickedOrderSummary | ClickedPartnerCard | ClickedPartnerLink | ClickedPaymentDetails | ClickedPaymentMethod | ClickedPromoSpace | ClickedPublish | ClickedRegisterToBid | ClickedSelectShippingOption | ClickedSendPartnerOffer | ClickedShippingAddress | ClickedShowGroup | ClickedShowMore | ClickedSnooze | ClickedStartPartnerOffer | ClickedUpdateArtwork | ClickedUploadArtwork | ClickedValidationAddressOptions | ClickedVerifyIdentity | ClickedViewingRoomCard | ClickedViewWork | CommercialFilterParamsChanged | CommercialFilterSelectedAll | CompletedOfflineSync | CompletedOnboarding | ConfirmBid | ConfirmRegistrationPageview | ConsignmentArtistFailed | ConsignmentSubmitted | ContactInformationCompleted | CreatedAccount | CreateAlertReminderMessageViewed | CreatedAlbum | CreatedArtworkList | DeleteCollectedArtwork | DeletedArtworkList | DeletedSavedSearch | EditCollectedArtwork | EditedAlert | EditedArtworkList | EditedAutocompletedAddress | EditedSavedSearch | EditedUserProfile | EditProfileModalViewed | EnterLiveAuction | ErrorMessageViewed | ExperimentViewed | FocusedOnConversationMessageInput | FocusedOnPriceDatabaseSearchInput | FocusedOnSearchInput | FollowEvents | Impression | ItemViewed | MaxBidSelected | MyCollectionOnboardingCompleted | OnboardingUserInputData | PriceDatabaseFilterParamsChanged | PromptForReview | RailViewed | RegistrationPageView | RegistrationSubmitted | ResetYourPassword | SaleScreenLoadComplete | SaveCollectedArtwork | SavedCookieConsentPreferences | Screen | SearchedPriceDatabase | SearchedWithNoResults | SearchedWithResults | SelectedItemFromAddressAutoCompletion | SelectedItemFromPriceDatabaseSearch | SelectedItemFromSearch | SelectedRecentPriceRange | SelectedSearchSuggestionQuickNavigationItem | SendOffersBannerViewed | SendOffersErrorMessage | SendOffersModalViewed | SentConsignmentInquiry | SentContent | SentConversationMessage | SentRequestPriceEstimate | Share | ShippingEstimateViewed | StartedOnboarding | SubmitAnotherArtwork | SuccessfullyLoggedIn | SwipedInfiniteDiscoveryArtwork | TappedActivityGroup | TappedArticleGroup | TappedArticleShare | TappedArtistGroup | TappedArtistSeriesGroup | TappedArtworkGroup | TappedAuctionGroup | TappedAuctionResultGroup | TappedBid | TappedBrowseSimilarArtworks | TappedBuyNow | TappedCardGroup | TappedChangePaymentMethod | TappedClearTask | TappedCollectedArtwork | TappedCollectedArtworkImages | TappedCollectionGroup | TappedConsign | TappedConsignmentInquiry | TappedContactGallery | TappedCreateAlert | TappedExploreGroup | TappedExploreMyCollection | TappedFairCard | TappedFairGroup | TappedGlobalSearchBar | TappedInboxConversation | TappedInfoBubble | TappedLearnMore | TappedLink | TappedMainArtworkGrid | TappedMakeOffer | TappedMyCollectionAddArtworkArtist | TappedMyCollectionInsightsMedianAuctionPriceChartCareerHighlight | TappedMyCollectionInsightsMedianAuctionPriceChartCategory | TappedMyCollectionInsightsMedianAuctionPriceChartTimeframe | TappedMyCollectionInsightsMedianAuctionRailItem | TappedNavigationPillsGroup | TappedNavigationTab | TappedNotificationsBell | TappedPartnerCard | TappedProductCapabilitiesGroup | TappedPromoSpace | TappedRequestPriceEstimate | TappedSell | TappedSellArtwork | TappedShowMore | TappedSkip | TappedTabBar | TappedTaskGroup | TappedVerifyIdentity | TappedViewingRoomCard | TappedViewingRoomGroup | TappedViewOffer | TappedViewWork | TimeOnPage | ToggledAccordion | ToggledNotification | ToggledPresentationModeSetting | ToggledSavedSearch | TooltipViewed | UploadPhotosCompleted | UploadSizeLimitExceeded | ValidationAddressViewed | ViewArtworkMyCollection | ViewedArtworkList | ViewedVideo | VisitMyCollection | VisitMyCollectionOnboardingSlide;
|
|
37
38
|
/**
|
|
38
39
|
* The top-level actions an Event describes.
|
|
39
40
|
*
|
|
@@ -792,6 +793,10 @@ export declare enum ActionType {
|
|
|
792
793
|
* Corresponds to {@link SuccessfullyLoggedIn}
|
|
793
794
|
*/
|
|
794
795
|
successfullyLoggedIn = "successfullyLoggedIn",
|
|
796
|
+
/**
|
|
797
|
+
* Corresponds to {@link SwipedInfiniteDiscoveryArtwork}
|
|
798
|
+
*/
|
|
799
|
+
swipedInfiniteDiscoveryArtwork = "swipedInfiniteDiscoveryArtwork",
|
|
795
800
|
/**
|
|
796
801
|
* Corresponds to {@link TappedActivityGroup}
|
|
797
802
|
*/
|
|
@@ -852,6 +857,10 @@ export declare enum ActionType {
|
|
|
852
857
|
* Corresponds to {@link TappedChangePaymentMethod}
|
|
853
858
|
*/
|
|
854
859
|
tappedChangePaymentMethod = "tappedChangePaymentMethod",
|
|
860
|
+
/**
|
|
861
|
+
* Corresponds to {@link TappedClose}
|
|
862
|
+
*/
|
|
863
|
+
tappedClose = "tappedClose",
|
|
855
864
|
/**
|
|
856
865
|
* Corresponds to {@link TappedCollectedArtworkImages}
|
|
857
866
|
*/
|
|
@@ -984,6 +993,10 @@ export declare enum ActionType {
|
|
|
984
993
|
* Corresponds to {@link TappedRequestPriceEstimate}
|
|
985
994
|
*/
|
|
986
995
|
tappedRequestPriceEstimate = "tappedRequestPriceEstimate",
|
|
996
|
+
/**
|
|
997
|
+
* Corresponds to {@link TappedRewind}
|
|
998
|
+
*/
|
|
999
|
+
tappedRewind = "tappedRewind",
|
|
987
1000
|
/**
|
|
988
1001
|
* Corresponds to {@link TappedSell}
|
|
989
1002
|
*/
|
|
@@ -1012,6 +1025,10 @@ export declare enum ActionType {
|
|
|
1012
1025
|
* Corresponds to {@link TappedTaskGroup}
|
|
1013
1026
|
*/
|
|
1014
1027
|
tappedTaskGroup = "tappedTaskGroup",
|
|
1028
|
+
/**
|
|
1029
|
+
* Corresponds to {@link TappedToast}
|
|
1030
|
+
*/
|
|
1031
|
+
tappedToast = "tappedToast",
|
|
1015
1032
|
/**
|
|
1016
1033
|
* Corresponds to {@link TappedUploadAnotherArtwork}
|
|
1017
1034
|
*/
|
|
@@ -208,6 +208,7 @@ exports.ActionType = ActionType;
|
|
|
208
208
|
ActionType["startedOnboarding"] = "startedOnboarding";
|
|
209
209
|
ActionType["submitAnotherArtwork"] = "submitAnotherArtwork";
|
|
210
210
|
ActionType["successfullyLoggedIn"] = "successfullyLoggedIn";
|
|
211
|
+
ActionType["swipedInfiniteDiscoveryArtwork"] = "swipedInfiniteDiscoveryArtwork";
|
|
211
212
|
ActionType["tappedActivityGroup"] = "tappedActivityGroup";
|
|
212
213
|
ActionType["tappedArticleGroup"] = "tappedArticleGroup";
|
|
213
214
|
ActionType["tappedArticleShare"] = "tappedArticleShare";
|
|
@@ -223,6 +224,7 @@ exports.ActionType = ActionType;
|
|
|
223
224
|
ActionType["tappedClearTask"] = "tappedClearTask";
|
|
224
225
|
ActionType["tappedCollectedArtwork"] = "tappedCollectedArtwork";
|
|
225
226
|
ActionType["tappedChangePaymentMethod"] = "tappedChangePaymentMethod";
|
|
227
|
+
ActionType["tappedClose"] = "tappedClose";
|
|
226
228
|
ActionType["tappedCollectedArtworkImages"] = "tappedCollectedArtworkImages";
|
|
227
229
|
ActionType["tappedCollectionGroup"] = "tappedCollectionGroup";
|
|
228
230
|
ActionType["tappedCompleteYourProfile"] = "tappedCompleteYourProfile";
|
|
@@ -256,6 +258,7 @@ exports.ActionType = ActionType;
|
|
|
256
258
|
ActionType["tappedPromoSpace"] = "tappedPromoSpace";
|
|
257
259
|
ActionType["tappedRegisterToBid"] = "tappedRegisterToBid";
|
|
258
260
|
ActionType["tappedRequestPriceEstimate"] = "tappedRequestPriceEstimate";
|
|
261
|
+
ActionType["tappedRewind"] = "tappedRewind";
|
|
259
262
|
ActionType["tappedSell"] = "tappedSell";
|
|
260
263
|
ActionType["tappedSellArtwork"] = "tappedSellArtwork";
|
|
261
264
|
ActionType["tappedShowGroup"] = "tappedShowGroup";
|
|
@@ -263,6 +266,7 @@ exports.ActionType = ActionType;
|
|
|
263
266
|
ActionType["tappedSkip"] = "tappedSkip";
|
|
264
267
|
ActionType["tappedTabBar"] = "tappedTabBar";
|
|
265
268
|
ActionType["tappedTaskGroup"] = "tappedTaskGroup";
|
|
269
|
+
ActionType["tappedToast"] = "tappedToast";
|
|
266
270
|
ActionType["tappedUploadAnotherArtwork"] = "tappedUploadAnotherArtwork";
|
|
267
271
|
ActionType["tappedVerifyIdentity"] = "tappedVerifyIdentity";
|
|
268
272
|
ActionType["tappedViewingRoomCard"] = "tappedViewingRoomCard";
|
|
@@ -119,6 +119,10 @@ export declare enum ContextModule {
|
|
|
119
119
|
inboxClosedBids = "inboxClosedBids",
|
|
120
120
|
inboxConversation = "inboxConversation",
|
|
121
121
|
inboxInquiries = "inboxInquiries",
|
|
122
|
+
infiniteDiscovery = "infiniteDiscovery",
|
|
123
|
+
infiniteDiscoveryArtworkCard = "infiniteDiscoveryArtworkCard",
|
|
124
|
+
infiniteDiscoveryArtworkAboutTab = "infiniteDiscoveryArtworkAboutTab",
|
|
125
|
+
infiniteDiscoveryArtworkOtherWorksTab = "infiniteDiscoveryArtworkOtherWorksTab",
|
|
122
126
|
infiniteDiscoveryBanner = "infiniteDiscoveryBanner",
|
|
123
127
|
inquiry = "inquiry",
|
|
124
128
|
intextTooltip = "intextTooltip",
|
|
@@ -133,6 +133,10 @@ exports.ContextModule = ContextModule;
|
|
|
133
133
|
ContextModule["inboxClosedBids"] = "inboxClosedBids";
|
|
134
134
|
ContextModule["inboxConversation"] = "inboxConversation";
|
|
135
135
|
ContextModule["inboxInquiries"] = "inboxInquiries";
|
|
136
|
+
ContextModule["infiniteDiscovery"] = "infiniteDiscovery";
|
|
137
|
+
ContextModule["infiniteDiscoveryArtworkCard"] = "infiniteDiscoveryArtworkCard";
|
|
138
|
+
ContextModule["infiniteDiscoveryArtworkAboutTab"] = "infiniteDiscoveryArtworkAboutTab";
|
|
139
|
+
ContextModule["infiniteDiscoveryArtworkOtherWorksTab"] = "infiniteDiscoveryArtworkOtherWorksTab";
|
|
136
140
|
ContextModule["infiniteDiscoveryBanner"] = "infiniteDiscoveryBanner";
|
|
137
141
|
ContextModule["inquiry"] = "inquiry";
|
|
138
142
|
ContextModule["intextTooltip"] = "intextTooltip";
|
|
@@ -60,6 +60,7 @@ export declare enum OwnerType {
|
|
|
60
60
|
inboxConversation = "inboxConversation",
|
|
61
61
|
inboxInquiries = "inboxInquiries",
|
|
62
62
|
infiniteDiscovery = "infiniteDiscovery",
|
|
63
|
+
infiniteDiscoveryArtwork = "infiniteDiscoveryArtwork",
|
|
63
64
|
lotsByArtistsYouFollow = "lotsByArtistsYouFollow",
|
|
64
65
|
lotsForYou = "lotsForYou",
|
|
65
66
|
marketNews = "marketNews",
|
|
@@ -130,12 +131,13 @@ export declare enum OwnerType {
|
|
|
130
131
|
viewingRoomArtworks = "viewingRoomArtworks",
|
|
131
132
|
viewingRoomList = "viewingRoomList",
|
|
132
133
|
viewingRooms = "viewingRooms",
|
|
133
|
-
worksForYou = "worksForYou"
|
|
134
|
+
worksForYou = "worksForYou",
|
|
135
|
+
yourMaxBid = "yourMaxBid"
|
|
134
136
|
}
|
|
135
137
|
/**
|
|
136
138
|
* Owner types available in iOS/Android
|
|
137
139
|
*/
|
|
138
|
-
export type ScreenOwnerType = OwnerType.activities | OwnerType.activity | OwnerType.album | OwnerType.alertConfirmation | OwnerType.alertDetails | OwnerType.alertFilters | OwnerType.alerts | OwnerType.alertsInfoModal | OwnerType.allArtistSeries | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistArticles | OwnerType.artistAuctionResults | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkPriceFilter | OwnerType.artworkRecommendations | OwnerType.auctionResult | OwnerType.auctionResultsForArtistsYouFollow | OwnerType.auctions | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.collectionsCategory | OwnerType.consign | OwnerType.consignmentFlow | OwnerType.consignmentInquiry | OwnerType.consignmentSubmission | OwnerType.conversation | OwnerType.conversationMakeOfferConfirmArtwork | OwnerType.createAlert | OwnerType.editAlert | OwnerType.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.featuredFairs | OwnerType.follows | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | OwnerType.lotsByArtistsYouFollow | OwnerType.lotsForYou | OwnerType.marketNews | OwnerType.myCollection | OwnerType.myCollectionAddArtworkArtist | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtworkAbout | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.myCollectionInsightsMedianAuctionPrice | OwnerType.myCollectionOnboarding | OwnerType.newWorksForYou | OwnerType.newWorksFromGalleriesYouFollow | OwnerType.notification | OwnerType.onboarding | OwnerType.partner | OwnerType.priceDatabase | OwnerType.profile | OwnerType.quickLinks | OwnerType.recentlyViewed | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.savesInfoModal | OwnerType.search | OwnerType.sell | OwnerType.settings | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.submitArtworkStepAddDetails | OwnerType.submitArtworkStepAddDimensions | OwnerType.submitArtworkStepAddPhoneNumber | OwnerType.submitArtworkStepAddPhotos | OwnerType.submitArtworkStepAddtionalDocuments | OwnerType.submitArtworkStepAddTitle | OwnerType.submitArtworkStepArtistRejected | OwnerType.submitArtworkStepCompleteYourSubmission | OwnerType.submitArtworkStepCompleteYourSubmissionPostApproval | OwnerType.submitArtworkStepCondition | OwnerType.submitArtworkStepFrameInformation | OwnerType.submitArtworkStepPurchaseHistory | OwnerType.submitArtworkStepSelectArtist | OwnerType.submitArtworkStepSelectArtworkMyCollectionArtwork | OwnerType.submitArtworkStepShippingLocation | OwnerType.submitArtworkStepStart | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
|
|
140
|
+
export type ScreenOwnerType = OwnerType.activities | OwnerType.activity | OwnerType.album | OwnerType.alertConfirmation | OwnerType.alertDetails | OwnerType.alertFilters | OwnerType.alerts | OwnerType.alertsInfoModal | OwnerType.allArtistSeries | OwnerType.article | OwnerType.articles | OwnerType.artist | OwnerType.artistArticles | OwnerType.artistAuctionResults | OwnerType.artistSeries | OwnerType.artwork | OwnerType.artworkPriceFilter | OwnerType.artworkRecommendations | OwnerType.auctionResult | OwnerType.auctionResultsForArtistsYouFollow | OwnerType.auctions | OwnerType.cityGuideGuide | OwnerType.cityGuideMap | OwnerType.cityPicker | OwnerType.collection | OwnerType.collectionsCategory | OwnerType.consign | OwnerType.consignmentFlow | OwnerType.consignmentInquiry | OwnerType.consignmentSubmission | OwnerType.conversation | OwnerType.conversationMakeOfferConfirmArtwork | OwnerType.createAlert | OwnerType.editAlert | OwnerType.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.featuredFairs | OwnerType.follows | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | OwnerType.infiniteDiscoveryArtwork | OwnerType.lotsByArtistsYouFollow | OwnerType.lotsForYou | OwnerType.marketNews | OwnerType.myCollection | OwnerType.myCollectionAddArtworkArtist | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtworkAbout | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.myCollectionInsightsMedianAuctionPrice | OwnerType.myCollectionOnboarding | OwnerType.newWorksForYou | OwnerType.newWorksFromGalleriesYouFollow | OwnerType.notification | OwnerType.onboarding | OwnerType.partner | OwnerType.priceDatabase | OwnerType.profile | OwnerType.quickLinks | OwnerType.recentlyViewed | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.savesInfoModal | OwnerType.search | OwnerType.sell | OwnerType.settings | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.submitArtworkStepAddDetails | OwnerType.submitArtworkStepAddDimensions | OwnerType.submitArtworkStepAddPhoneNumber | OwnerType.submitArtworkStepAddPhotos | OwnerType.submitArtworkStepAddtionalDocuments | OwnerType.submitArtworkStepAddTitle | OwnerType.submitArtworkStepArtistRejected | OwnerType.submitArtworkStepCompleteYourSubmission | OwnerType.submitArtworkStepCompleteYourSubmissionPostApproval | OwnerType.submitArtworkStepCondition | OwnerType.submitArtworkStepFrameInformation | OwnerType.submitArtworkStepPurchaseHistory | OwnerType.submitArtworkStepSelectArtist | OwnerType.submitArtworkStepSelectArtworkMyCollectionArtwork | OwnerType.submitArtworkStepShippingLocation | OwnerType.submitArtworkStepStart | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou | OwnerType.yourMaxBid;
|
|
139
141
|
/**
|
|
140
142
|
* Owner types available in web/mobile web
|
|
141
143
|
*/
|
|
@@ -78,6 +78,7 @@ exports.OwnerType = OwnerType;
|
|
|
78
78
|
OwnerType["inboxConversation"] = "inboxConversation";
|
|
79
79
|
OwnerType["inboxInquiries"] = "inboxInquiries";
|
|
80
80
|
OwnerType["infiniteDiscovery"] = "infiniteDiscovery";
|
|
81
|
+
OwnerType["infiniteDiscoveryArtwork"] = "infiniteDiscoveryArtwork";
|
|
81
82
|
OwnerType["lotsByArtistsYouFollow"] = "lotsByArtistsYouFollow";
|
|
82
83
|
OwnerType["lotsForYou"] = "lotsForYou";
|
|
83
84
|
OwnerType["marketNews"] = "marketNews";
|
|
@@ -149,6 +150,7 @@ exports.OwnerType = OwnerType;
|
|
|
149
150
|
OwnerType["viewingRoomList"] = "viewingRoomList";
|
|
150
151
|
OwnerType["viewingRooms"] = "viewingRooms";
|
|
151
152
|
OwnerType["worksForYou"] = "worksForYou";
|
|
153
|
+
OwnerType["yourMaxBid"] = "yourMaxBid";
|
|
152
154
|
})(OwnerType || (exports.OwnerType = OwnerType = {}));
|
|
153
155
|
/**
|
|
154
156
|
* Owner types available in web/mobile web
|