@artsy/cohesion 4.149.0 → 4.151.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.151.0 (Fri Sep 29 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - fix: lotsByArtistsYouFollow [#464](https://github.com/artsy/cohesion/pull/464) ([@gkartalis](https://github.com/gkartalis))
6
+
7
+ #### Authors: 1
8
+
9
+ - George ([@gkartalis](https://github.com/gkartalis))
10
+
11
+ ---
12
+
13
+ # v4.150.0 (Fri Sep 29 2023)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - feat: add lotsByArtistsYouFollow [#463](https://github.com/artsy/cohesion/pull/463) ([@gkartalis](https://github.com/gkartalis))
18
+
19
+ #### Authors: 1
20
+
21
+ - George ([@gkartalis](https://github.com/gkartalis))
22
+
23
+ ---
24
+
1
25
  # v4.149.0 (Mon Sep 25 2023)
2
26
 
3
27
  #### 🚀 Enhancement
@@ -47,6 +47,7 @@ export declare enum OwnerType {
47
47
  inboxBids = "inboxBids",
48
48
  inboxConversation = "inboxConversation",
49
49
  inboxInquiries = "inboxInquiries",
50
+ lotsByArtistsYouFollow = "lotsByArtistsYouFollow",
50
51
  myCollection = "myCollection",
51
52
  myCollectionAddArtworkArtist = "myCollectionAddArtworkArtist",
52
53
  myCollectionArtwork = "myCollectionArtwork",
@@ -98,7 +99,7 @@ export declare enum OwnerType {
98
99
  /**
99
100
  * Owner types available in iOS/Android
100
101
  */
101
- export type ScreenOwnerType = OwnerType.activities | OwnerType.allArtistSeries | 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.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | OwnerType.galleriesForYou | OwnerType.gene | OwnerType.home | OwnerType.inbox | OwnerType.inboxBids | OwnerType.inboxConversation | OwnerType.inboxInquiries | 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.reverseImageSearch | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
102
+ export type ScreenOwnerType = OwnerType.activities | OwnerType.allArtistSeries | 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.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.reverseImageSearch | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.show | OwnerType.shows | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
102
103
  /**
103
104
  * Owner types available in web/mobile web
104
105
  */
@@ -65,6 +65,7 @@ exports.OwnerType = OwnerType;
65
65
  OwnerType["inboxBids"] = "inboxBids";
66
66
  OwnerType["inboxConversation"] = "inboxConversation";
67
67
  OwnerType["inboxInquiries"] = "inboxInquiries";
68
+ OwnerType["lotsByArtistsYouFollow"] = "lotsByArtistsYouFollow";
68
69
  OwnerType["myCollection"] = "myCollection";
69
70
  OwnerType["myCollectionAddArtworkArtist"] = "myCollectionAddArtworkArtist";
70
71
  OwnerType["myCollectionArtwork"] = "myCollectionArtwork";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.149.0",
3
+ "version": "4.151.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {