@artsy/cohesion 4.168.0 → 4.170.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
CHANGED
|
@@ -1,3 +1,27 @@
|
|
|
1
|
+
# v4.170.0 (Fri Apr 12 2024)
|
|
2
|
+
|
|
3
|
+
#### 🚀 Enhancement
|
|
4
|
+
|
|
5
|
+
- feat(ONYX-803): add lotsForYou OwnerType [#488](https://github.com/artsy/cohesion/pull/488) ([@tam-kis](https://github.com/tam-kis))
|
|
6
|
+
|
|
7
|
+
#### Authors: 1
|
|
8
|
+
|
|
9
|
+
- Tam ([@tam-kis](https://github.com/tam-kis))
|
|
10
|
+
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
# v4.169.0 (Wed Apr 03 2024)
|
|
14
|
+
|
|
15
|
+
#### 🚀 Enhancement
|
|
16
|
+
|
|
17
|
+
- feat(ONYX-804): add lotsForYouRail and topAuctionLotsRail [#487](https://github.com/artsy/cohesion/pull/487) ([@tam-kis](https://github.com/tam-kis))
|
|
18
|
+
|
|
19
|
+
#### Authors: 1
|
|
20
|
+
|
|
21
|
+
- Tam ([@tam-kis](https://github.com/tam-kis))
|
|
22
|
+
|
|
23
|
+
---
|
|
24
|
+
|
|
1
25
|
# v4.168.0 (Tue Apr 02 2024)
|
|
2
26
|
|
|
3
27
|
#### 🚀 Enhancement
|
|
@@ -114,6 +114,7 @@ export declare enum ContextModule {
|
|
|
114
114
|
latestViewingRoomsRail = "latestViewingRoomsRail",
|
|
115
115
|
liveAuctionRoom = "liveAuctionRoom",
|
|
116
116
|
liveAuctionsRail = "liveAuctionsRail",
|
|
117
|
+
lotsForYouRail = "lotsForYouRail",
|
|
117
118
|
mainCarousel = "mainCarousel",
|
|
118
119
|
marketInsights = "marketInsights",
|
|
119
120
|
marketNews = "marketNews",
|
|
@@ -193,6 +194,7 @@ export declare enum ContextModule {
|
|
|
193
194
|
tabBar = "tabBar",
|
|
194
195
|
tagHeader = "tagHeader",
|
|
195
196
|
toDoList = "toDoList",
|
|
197
|
+
topAuctionLotsRail = "topAuctionLotsRail",
|
|
196
198
|
topTab = "topTab",
|
|
197
199
|
topWorksRail = "topWorksRail",
|
|
198
200
|
trendingArtistsRail = "trendingArtistsRail",
|
|
@@ -128,6 +128,7 @@ exports.ContextModule = ContextModule;
|
|
|
128
128
|
ContextModule["latestViewingRoomsRail"] = "latestViewingRoomsRail";
|
|
129
129
|
ContextModule["liveAuctionRoom"] = "liveAuctionRoom";
|
|
130
130
|
ContextModule["liveAuctionsRail"] = "liveAuctionsRail";
|
|
131
|
+
ContextModule["lotsForYouRail"] = "lotsForYouRail";
|
|
131
132
|
ContextModule["mainCarousel"] = "mainCarousel";
|
|
132
133
|
ContextModule["marketInsights"] = "marketInsights";
|
|
133
134
|
ContextModule["marketNews"] = "marketNews";
|
|
@@ -207,6 +208,7 @@ exports.ContextModule = ContextModule;
|
|
|
207
208
|
ContextModule["tabBar"] = "tabBar";
|
|
208
209
|
ContextModule["tagHeader"] = "tagHeader";
|
|
209
210
|
ContextModule["toDoList"] = "toDoList";
|
|
211
|
+
ContextModule["topAuctionLotsRail"] = "topAuctionLotsRail";
|
|
210
212
|
ContextModule["topTab"] = "topTab";
|
|
211
213
|
ContextModule["topWorksRail"] = "topWorksRail";
|
|
212
214
|
ContextModule["trendingArtistsRail"] = "trendingArtistsRail";
|
|
@@ -55,6 +55,7 @@ export declare enum OwnerType {
|
|
|
55
55
|
inboxConversation = "inboxConversation",
|
|
56
56
|
inboxInquiries = "inboxInquiries",
|
|
57
57
|
lotsByArtistsYouFollow = "lotsByArtistsYouFollow",
|
|
58
|
+
lotsForYou = "lotsForYou",
|
|
58
59
|
myCollection = "myCollection",
|
|
59
60
|
myCollectionAddArtworkArtist = "myCollectionAddArtworkArtist",
|
|
60
61
|
myCollectionArtwork = "myCollectionArtwork",
|
|
@@ -107,7 +108,7 @@ export declare enum OwnerType {
|
|
|
107
108
|
/**
|
|
108
109
|
* Owner types available in iOS/Android
|
|
109
110
|
*/
|
|
110
|
-
export type ScreenOwnerType = OwnerType.album | OwnerType.activities | OwnerType.activity | OwnerType.allArtistSeries | OwnerType.alerts | OwnerType.alertDetails | OwnerType.alertConfirmation | OwnerType.alertFilters | OwnerType.article | OwnerType.articles | OwnerType.artist | 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.consign | OwnerType.consignmentFlow | OwnerType.consignmentInquiry | OwnerType.consignmentSubmission | OwnerType.conversation | OwnerType.conversationMakeOfferConfirmArtwork | OwnerType.createAlert | OwnerType.editAlert | OwnerType.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | OwnerType.lotsByArtistsYouFollow | OwnerType.myCollection | OwnerType.myCollectionAddArtworkArtist | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtworkAbout | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.myCollectionInsightsMedianAuctionPrice | OwnerType.myCollectionOnboarding | OwnerType.newWorksForYou | OwnerType.newWorksFromGalleriesYouFollow | OwnerType.onboarding | OwnerType.partner | OwnerType.priceDatabase | OwnerType.profile | OwnerType.recentlyViewed | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.settings | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
|
|
111
|
+
export type ScreenOwnerType = OwnerType.album | OwnerType.activities | OwnerType.activity | OwnerType.allArtistSeries | OwnerType.alerts | OwnerType.alertDetails | OwnerType.alertConfirmation | OwnerType.alertFilters | OwnerType.article | OwnerType.articles | OwnerType.artist | 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.consign | OwnerType.consignmentFlow | OwnerType.consignmentInquiry | OwnerType.consignmentSubmission | OwnerType.conversation | OwnerType.conversationMakeOfferConfirmArtwork | OwnerType.createAlert | OwnerType.editAlert | OwnerType.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | OwnerType.lotsByArtistsYouFollow | OwnerType.lotsForYou | OwnerType.myCollection | OwnerType.myCollectionAddArtworkArtist | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtwork | OwnerType.myCollectionArtworkAbout | OwnerType.myCollectionArtworkInsights | OwnerType.myCollectionInsights | OwnerType.myCollectionInsightsMedianAuctionPrice | OwnerType.myCollectionOnboarding | OwnerType.newWorksForYou | OwnerType.newWorksFromGalleriesYouFollow | OwnerType.onboarding | OwnerType.partner | OwnerType.priceDatabase | OwnerType.profile | OwnerType.recentlyViewed | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.settings | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
|
|
111
112
|
/**
|
|
112
113
|
* Owner types available in web/mobile web
|
|
113
114
|
*/
|
|
@@ -73,6 +73,7 @@ exports.OwnerType = OwnerType;
|
|
|
73
73
|
OwnerType["inboxConversation"] = "inboxConversation";
|
|
74
74
|
OwnerType["inboxInquiries"] = "inboxInquiries";
|
|
75
75
|
OwnerType["lotsByArtistsYouFollow"] = "lotsByArtistsYouFollow";
|
|
76
|
+
OwnerType["lotsForYou"] = "lotsForYou";
|
|
76
77
|
OwnerType["myCollection"] = "myCollection";
|
|
77
78
|
OwnerType["myCollectionAddArtworkArtist"] = "myCollectionAddArtworkArtist";
|
|
78
79
|
OwnerType["myCollectionArtwork"] = "myCollectionArtwork";
|