@artsy/cohesion 4.127.0 → 4.129.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,29 @@
1
+ # v4.129.0 (Fri May 26 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat: Add galleriesForYouBanner context module [#435](https://github.com/artsy/cohesion/pull/435) ([@olerichter00](https://github.com/olerichter00))
6
+
7
+ #### Authors: 1
8
+
9
+ - Ole ([@olerichter00](https://github.com/olerichter00))
10
+
11
+ ---
12
+
13
+ # v4.128.0 (Fri May 26 2023)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - feat: add events schema for search pills [#433](https://github.com/artsy/cohesion/pull/433) ([@rajsam003](https://github.com/rajsam003))
18
+ - feat: Add galleriesForYou screen owner type [#434](https://github.com/artsy/cohesion/pull/434) ([@olerichter00](https://github.com/olerichter00))
19
+
20
+ #### Authors: 2
21
+
22
+ - Ole ([@olerichter00](https://github.com/olerichter00))
23
+ - Sam Raj ([@rajsam003](https://github.com/rajsam003))
24
+
25
+ ---
26
+
1
27
  # v4.127.0 (Wed May 24 2023)
2
28
 
3
29
  #### 🚀 Enhancement
@@ -11,6 +11,7 @@ export declare enum ContextModule {
11
11
  articleArtist = "articleArtist",
12
12
  articleRail = "articleRail",
13
13
  articles = "articles",
14
+ articleTab = "articleTab",
14
15
  artistAuctionResults = "artistAuctionResults",
15
16
  artistCard = "artistCard",
16
17
  artistHeader = "artistHeader",
@@ -85,6 +86,7 @@ export declare enum ContextModule {
85
86
  findTheArtYouWant = "findTheArtYouWant",
86
87
  footer = "footer",
87
88
  frequentlyAskedQuestions = "frequentlyAskedQuestions",
89
+ galleriesForYouBanner = "galleriesForYouBanner",
88
90
  galleryBoothRail = "galleryBoothRail",
89
91
  galleryTab = "galleryTab",
90
92
  geneHeader = "geneHeader",
@@ -101,6 +103,7 @@ export declare enum ContextModule {
101
103
  mainCarousel = "mainCarousel",
102
104
  marketInsights = "marketInsights",
103
105
  marketNews = "marketNews",
106
+ marketingCollectionTab = "marketingCollectionTab",
104
107
  minimalCTABanner = "minimalCTABanner",
105
108
  moreFromThisSeries = "moreFromThisSeries",
106
109
  moreSeriesByThisArtist = "moreSeriesByThisArtist",
@@ -193,4 +196,4 @@ export declare enum ContextModule {
193
196
  /**
194
197
  * Limited ContextModules available for web authentication events
195
198
  */
196
- export type AuthContextModule = ContextModule.aboutTheWork | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistSeriesRail | ContextModule.artistSeriesTab | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkGrid | ContextModule.artworkImage | ContextModule.artworkSidebar | ContextModule.artworksTab | ContextModule.associatedViewingRoom | ContextModule.auctionHome | ContextModule.auctionLots | ContextModule.auctionLotsEndingSoonRail | ContextModule.auctionRail | ContextModule.auctionResult | ContextModule.auctionResultComparableWorks | ContextModule.auctionResults | ContextModule.auctionSidebar | ContextModule.auctionsInfo | ContextModule.auctionTab | ContextModule.bannerPopUp | ContextModule.boothsTab | ContextModule.browseFair | ContextModule.categoryRail | ContextModule.collectionDescription | ContextModule.collectorProfile | ContextModule.consignSubmissionFlow | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairOrganizerHeader | ContextModule.fairRail | ContextModule.fairsHeader | ContextModule.fairTab | ContextModule.featuredArtists | ContextModule.featuredArtistsRail | ContextModule.featuredGalleriesRail | ContextModule.footer | ContextModule.galleryTab | ContextModule.geneHeader | ContextModule.header | ContextModule.inquiry | ContextModule.intextTooltip | ContextModule.liveAuctionRoom | ContextModule.liveAuctionsRail | ContextModule.mainCarousel | ContextModule.minimalCTABanner | ContextModule.myCollectionAddArtworkAddArtist | ContextModule.myCollectionHome | ContextModule.onboardingActivity | ContextModule.onboardingCollectorLevel | ContextModule.onboardingFlow | ContextModule.onboardingInterests | ContextModule.otherWorksByArtistRail | ContextModule.otherWorksFromPartnerRail | ContextModule.otherWorksFromShowRail | ContextModule.otherWorksInAuctionRail | ContextModule.partnerHeader | ContextModule.pastFairs | ContextModule.popularArtistsRail | ContextModule.popUpModal | ContextModule.presentingFair | ContextModule.presentingPartner | ContextModule.priceEstimate | ContextModule.recentlyViewedRail | ContextModule.recentPriceRanges | ContextModule.recommendedArtistsRail | ContextModule.relatedArtistsRail | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.showHeader | ContextModule.showInfo | ContextModule.showTab | ContextModule.standoutLots | ContextModule.tagHeader | ContextModule.topTab | ContextModule.topWorksRail | ContextModule.trendingArtistsRail | ContextModule.trendingLots | ContextModule.viewingRoom | ContextModule.worksByArtistsYouFollowRail | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail;
199
+ export type AuthContextModule = ContextModule.aboutTheWork | ContextModule.articleTab | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistSeriesRail | ContextModule.artistSeriesTab | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkGrid | ContextModule.artworkImage | ContextModule.artworkSidebar | ContextModule.artworksTab | ContextModule.associatedViewingRoom | ContextModule.auctionHome | ContextModule.auctionLots | ContextModule.auctionLotsEndingSoonRail | ContextModule.auctionRail | ContextModule.auctionResult | ContextModule.auctionResultComparableWorks | ContextModule.auctionResults | ContextModule.auctionSidebar | ContextModule.auctionsInfo | ContextModule.auctionTab | ContextModule.bannerPopUp | ContextModule.boothsTab | ContextModule.browseFair | ContextModule.categoryRail | ContextModule.collectionDescription | ContextModule.collectorProfile | ContextModule.consignSubmissionFlow | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairOrganizerHeader | ContextModule.fairRail | ContextModule.fairsHeader | ContextModule.fairTab | ContextModule.featuredArtists | ContextModule.featuredArtistsRail | ContextModule.featuredGalleriesRail | ContextModule.footer | ContextModule.galleryTab | ContextModule.geneHeader | ContextModule.header | ContextModule.inquiry | ContextModule.intextTooltip | ContextModule.liveAuctionRoom | ContextModule.liveAuctionsRail | ContextModule.mainCarousel | ContextModule.marketingCollectionTab | ContextModule.minimalCTABanner | ContextModule.myCollectionAddArtworkAddArtist | ContextModule.myCollectionHome | ContextModule.onboardingActivity | ContextModule.onboardingCollectorLevel | ContextModule.onboardingFlow | ContextModule.onboardingInterests | ContextModule.otherWorksByArtistRail | ContextModule.otherWorksFromPartnerRail | ContextModule.otherWorksFromShowRail | ContextModule.otherWorksInAuctionRail | ContextModule.partnerHeader | ContextModule.pastFairs | ContextModule.popularArtistsRail | ContextModule.popUpModal | ContextModule.presentingFair | ContextModule.presentingPartner | ContextModule.priceEstimate | ContextModule.recentlyViewedRail | ContextModule.recentPriceRanges | ContextModule.recommendedArtistsRail | ContextModule.relatedArtistsRail | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.showHeader | ContextModule.showInfo | ContextModule.showTab | ContextModule.standoutLots | ContextModule.tagHeader | ContextModule.topTab | ContextModule.topWorksRail | ContextModule.trendingArtistsRail | ContextModule.trendingLots | ContextModule.viewingRoom | ContextModule.worksByArtistsYouFollowRail | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail;
@@ -25,6 +25,7 @@ exports.ContextModule = ContextModule;
25
25
  ContextModule["articleArtist"] = "articleArtist";
26
26
  ContextModule["articleRail"] = "articleRail";
27
27
  ContextModule["articles"] = "articles";
28
+ ContextModule["articleTab"] = "articleTab";
28
29
  ContextModule["artistAuctionResults"] = "artistAuctionResults";
29
30
  ContextModule["artistCard"] = "artistCard";
30
31
  ContextModule["artistHeader"] = "artistHeader";
@@ -99,6 +100,7 @@ exports.ContextModule = ContextModule;
99
100
  ContextModule["findTheArtYouWant"] = "findTheArtYouWant";
100
101
  ContextModule["footer"] = "footer";
101
102
  ContextModule["frequentlyAskedQuestions"] = "frequentlyAskedQuestions";
103
+ ContextModule["galleriesForYouBanner"] = "galleriesForYouBanner";
102
104
  ContextModule["galleryBoothRail"] = "galleryBoothRail";
103
105
  ContextModule["galleryTab"] = "galleryTab";
104
106
  ContextModule["geneHeader"] = "geneHeader";
@@ -115,6 +117,7 @@ exports.ContextModule = ContextModule;
115
117
  ContextModule["mainCarousel"] = "mainCarousel";
116
118
  ContextModule["marketInsights"] = "marketInsights";
117
119
  ContextModule["marketNews"] = "marketNews";
120
+ ContextModule["marketingCollectionTab"] = "marketingCollectionTab";
118
121
  ContextModule["minimalCTABanner"] = "minimalCTABanner";
119
122
  ContextModule["moreFromThisSeries"] = "moreFromThisSeries";
120
123
  ContextModule["moreSeriesByThisArtist"] = "moreSeriesByThisArtist";
@@ -37,6 +37,7 @@ export declare enum OwnerType {
37
37
  fairArtworks = "fairArtworks",
38
38
  fairs = "fairs",
39
39
  galleries = "galleries",
40
+ galleriesForYou = "galleriesForYou",
40
41
  gene = "gene",
41
42
  home = "home",
42
43
  inbox = "inbox",
@@ -94,7 +95,7 @@ export declare enum OwnerType {
94
95
  /**
95
96
  * Owner types available in iOS/Android
96
97
  */
97
- export type ScreenOwnerType = 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.editProfile | OwnerType.explore | OwnerType.fair | OwnerType.fairArtworks | 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;
98
+ export type ScreenOwnerType = 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.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;
98
99
  /**
99
100
  * Owner types available in web/mobile web
100
101
  */
@@ -55,6 +55,7 @@ exports.OwnerType = OwnerType;
55
55
  OwnerType["fairArtworks"] = "fairArtworks";
56
56
  OwnerType["fairs"] = "fairs";
57
57
  OwnerType["galleries"] = "galleries";
58
+ OwnerType["galleriesForYou"] = "galleriesForYou";
58
59
  OwnerType["gene"] = "gene";
59
60
  OwnerType["home"] = "home";
60
61
  OwnerType["inbox"] = "inbox";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.127.0",
3
+ "version": "4.129.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {