@artsy/cohesion 4.222.0 → 4.224.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.224.0 (Wed Jan 15 2025)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat(ONYX-1489): add ContextModule and OwnerType quickLinks [#547](https://github.com/artsy/cohesion/pull/547) ([@dariakoko](https://github.com/dariakoko))
6
+
7
+ #### Authors: 1
8
+
9
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
10
+
11
+ ---
12
+
13
+ # v4.223.0 (Fri Jan 10 2025)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - feat: add artistArtworksCreateAlertPromptMessage context module [#546](https://github.com/artsy/cohesion/pull/546) ([@dariakoko](https://github.com/dariakoko))
18
+
19
+ #### Authors: 1
20
+
21
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
22
+
23
+ ---
24
+
1
25
  # v4.222.0 (Tue Dec 31 2024)
2
26
 
3
27
  #### 🚀 Enhancement
@@ -8,22 +8,23 @@ export declare enum ContextModule {
8
8
  aboutTheWork = "aboutTheWork",
9
9
  aboutThisAuction = "aboutThisAuction",
10
10
  account = "account",
11
- adServer = "adServer",
12
11
  activity = "activity",
13
12
  activityRail = "activityRail",
14
13
  actNow = "actNow",
14
+ adServer = "adServer",
15
15
  alertConfirmation = "alertConfirmation",
16
16
  alertDetails = "alertDetails",
17
17
  alertFilters = "alertFilters",
18
18
  alertsAll = "alertsAll",
19
19
  alertsList = "alertsList",
20
- alertsWithPrice = "alertsWithPrice",
21
20
  alertsWithoutPrice = "alertsWithoutPrice",
21
+ alertsWithPrice = "alertsWithPrice",
22
+ article = "article",
22
23
  articleArtist = "articleArtist",
23
24
  articleRail = "articleRail",
24
- article = "article",
25
25
  articles = "articles",
26
26
  articleTab = "articleTab",
27
+ artistArtworksCreateAlertPromptMessage = "artistArtworksCreateAlertPromptMessage",
27
28
  artistArtworksGridEnd = "artistArtworksGridEnd",
28
29
  artistAuctionResults = "artistAuctionResults",
29
30
  artistCard = "artistCard",
@@ -125,9 +126,9 @@ export declare enum ContextModule {
125
126
  liveAuctionsRail = "liveAuctionsRail",
126
127
  lotsForYouRail = "lotsForYouRail",
127
128
  mainCarousel = "mainCarousel",
129
+ marketingCollectionTab = "marketingCollectionTab",
128
130
  marketInsights = "marketInsights",
129
131
  marketNews = "marketNews",
130
- marketingCollectionTab = "marketingCollectionTab",
131
132
  minimalCTABanner = "minimalCTABanner",
132
133
  moreFromThisSeries = "moreFromThisSeries",
133
134
  moreSeriesByThisArtist = "moreSeriesByThisArtist",
@@ -180,6 +181,7 @@ export declare enum ContextModule {
180
181
  priceEstimate = "priceEstimate",
181
182
  promoSpace = "promoSpace",
182
183
  pushNotifications = "pushNotifications",
184
+ quickLinks = "quickLinks",
183
185
  recentlySavedRail = "recentlySavedRail",
184
186
  recentlyViewedRail = "recentlyViewedRail",
185
187
  recentPriceRanges = "recentPriceRanges",
@@ -196,8 +198,8 @@ export declare enum ContextModule {
196
198
  sellHeader = "sellHeader",
197
199
  sellHowItWorks = "sellHowItWorks",
198
200
  sellMeetTheSpecialists = "sellMeetTheSpecialists",
199
- sellStickyFooter = "sellStickyFooter",
200
201
  sellSpeakToTheTeam = "sellSpeakToTheTeam",
202
+ sellStickyFooter = "sellStickyFooter",
201
203
  showHeader = "showHeader",
202
204
  showInfo = "showInfo",
203
205
  showsRail = "showsRail",
@@ -227,4 +229,4 @@ export declare enum ContextModule {
227
229
  /**
228
230
  * Limited ContextModules available for web authentication events
229
231
  */
230
- export type AuthContextModule = ContextModule.activity | ContextModule.aboutTheWork | ContextModule.articleTab | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistSeriesRail | ContextModule.artistSeriesTab | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkClosedLotHeader | 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.createAlert | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairOrganizerHeader | ContextModule.fairRail | ContextModule.fairsHeader | ContextModule.fairTab | ContextModule.featuredArtists | ContextModule.featuredArtistsRail | ContextModule.featuredGalleriesRail | ContextModule.footer | ContextModule.galleriesNearYouRail | ContextModule.galleryTab | ContextModule.geneHeader | ContextModule.header | ContextModule.heroUnitsRail | ContextModule.inquiry | ContextModule.intextTooltip | ContextModule.liveAuctionRoom | ContextModule.liveAuctionsRail | ContextModule.lotsForYouRail | ContextModule.mainCarousel | ContextModule.marketingCollectionTab | ContextModule.minimalCTABanner | ContextModule.myCollectionAddArtworkAddArtist | ContextModule.myCollectionHome | ContextModule.navBar | ContextModule.newWorksByGalleriesYouFollowRail | ContextModule.newWorksForYouRail | ContextModule.notification | 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.topAuctionLotsRail | ContextModule.topTab | ContextModule.topWorksRail | ContextModule.trendingArtistsRail | ContextModule.trendingLots | ContextModule.viewingRoom | ContextModule.worksByArtistsYouFollowRail | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail | ContextModule.sell | ContextModule.sellHeader | ContextModule.sellFooter | ContextModule.sellHowItWorks | ContextModule.sellStickyFooter;
232
+ export type AuthContextModule = ContextModule.aboutTheWork | ContextModule.activity | ContextModule.articleTab | ContextModule.artistHeader | ContextModule.artistRecentlySold | ContextModule.artistSeriesRail | ContextModule.artistSeriesTab | ContextModule.artistsTab | ContextModule.artistsToFollowRail | ContextModule.artworkClosedLotHeader | 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.createAlert | ContextModule.currentShowsRail | ContextModule.fairInfo | ContextModule.fairOrganizerHeader | ContextModule.fairRail | ContextModule.fairsHeader | ContextModule.fairTab | ContextModule.featuredArtists | ContextModule.featuredArtistsRail | ContextModule.featuredGalleriesRail | ContextModule.footer | ContextModule.galleriesNearYouRail | ContextModule.galleryTab | ContextModule.geneHeader | ContextModule.header | ContextModule.heroUnitsRail | ContextModule.inquiry | ContextModule.intextTooltip | ContextModule.liveAuctionRoom | ContextModule.liveAuctionsRail | ContextModule.lotsForYouRail | ContextModule.mainCarousel | ContextModule.marketingCollectionTab | ContextModule.minimalCTABanner | ContextModule.myCollectionAddArtworkAddArtist | ContextModule.myCollectionHome | ContextModule.navBar | ContextModule.newWorksByGalleriesYouFollowRail | ContextModule.newWorksForYouRail | ContextModule.notification | 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.quickLinks | ContextModule.recentlyViewedRail | ContextModule.recentPriceRanges | ContextModule.recommendedArtistsRail | ContextModule.relatedArtistsRail | ContextModule.relatedWorksRail | ContextModule.saveWorksCTA | ContextModule.sell | ContextModule.sellFooter | ContextModule.sellHeader | ContextModule.sellHowItWorks | ContextModule.sellStickyFooter | ContextModule.showHeader | ContextModule.showInfo | ContextModule.showTab | ContextModule.standoutLots | ContextModule.tagHeader | ContextModule.topAuctionLotsRail | ContextModule.topTab | ContextModule.topWorksRail | ContextModule.trendingArtistsRail | ContextModule.trendingLots | ContextModule.viewingRoom | ContextModule.worksByArtistsYouFollowRail | ContextModule.worksByPopularArtistsRail | ContextModule.worksForSaleRail;
@@ -22,22 +22,23 @@ exports.ContextModule = ContextModule;
22
22
  ContextModule["aboutTheWork"] = "aboutTheWork";
23
23
  ContextModule["aboutThisAuction"] = "aboutThisAuction";
24
24
  ContextModule["account"] = "account";
25
- ContextModule["adServer"] = "adServer";
26
25
  ContextModule["activity"] = "activity";
27
26
  ContextModule["activityRail"] = "activityRail";
28
27
  ContextModule["actNow"] = "actNow";
28
+ ContextModule["adServer"] = "adServer";
29
29
  ContextModule["alertConfirmation"] = "alertConfirmation";
30
30
  ContextModule["alertDetails"] = "alertDetails";
31
31
  ContextModule["alertFilters"] = "alertFilters";
32
32
  ContextModule["alertsAll"] = "alertsAll";
33
33
  ContextModule["alertsList"] = "alertsList";
34
- ContextModule["alertsWithPrice"] = "alertsWithPrice";
35
34
  ContextModule["alertsWithoutPrice"] = "alertsWithoutPrice";
35
+ ContextModule["alertsWithPrice"] = "alertsWithPrice";
36
+ ContextModule["article"] = "article";
36
37
  ContextModule["articleArtist"] = "articleArtist";
37
38
  ContextModule["articleRail"] = "articleRail";
38
- ContextModule["article"] = "article";
39
39
  ContextModule["articles"] = "articles";
40
40
  ContextModule["articleTab"] = "articleTab";
41
+ ContextModule["artistArtworksCreateAlertPromptMessage"] = "artistArtworksCreateAlertPromptMessage";
41
42
  ContextModule["artistArtworksGridEnd"] = "artistArtworksGridEnd";
42
43
  ContextModule["artistAuctionResults"] = "artistAuctionResults";
43
44
  ContextModule["artistCard"] = "artistCard";
@@ -139,9 +140,9 @@ exports.ContextModule = ContextModule;
139
140
  ContextModule["liveAuctionsRail"] = "liveAuctionsRail";
140
141
  ContextModule["lotsForYouRail"] = "lotsForYouRail";
141
142
  ContextModule["mainCarousel"] = "mainCarousel";
143
+ ContextModule["marketingCollectionTab"] = "marketingCollectionTab";
142
144
  ContextModule["marketInsights"] = "marketInsights";
143
145
  ContextModule["marketNews"] = "marketNews";
144
- ContextModule["marketingCollectionTab"] = "marketingCollectionTab";
145
146
  ContextModule["minimalCTABanner"] = "minimalCTABanner";
146
147
  ContextModule["moreFromThisSeries"] = "moreFromThisSeries";
147
148
  ContextModule["moreSeriesByThisArtist"] = "moreSeriesByThisArtist";
@@ -194,6 +195,7 @@ exports.ContextModule = ContextModule;
194
195
  ContextModule["priceEstimate"] = "priceEstimate";
195
196
  ContextModule["promoSpace"] = "promoSpace";
196
197
  ContextModule["pushNotifications"] = "pushNotifications";
198
+ ContextModule["quickLinks"] = "quickLinks";
197
199
  ContextModule["recentlySavedRail"] = "recentlySavedRail";
198
200
  ContextModule["recentlyViewedRail"] = "recentlyViewedRail";
199
201
  ContextModule["recentPriceRanges"] = "recentPriceRanges";
@@ -210,8 +212,8 @@ exports.ContextModule = ContextModule;
210
212
  ContextModule["sellHeader"] = "sellHeader";
211
213
  ContextModule["sellHowItWorks"] = "sellHowItWorks";
212
214
  ContextModule["sellMeetTheSpecialists"] = "sellMeetTheSpecialists";
213
- ContextModule["sellStickyFooter"] = "sellStickyFooter";
214
215
  ContextModule["sellSpeakToTheTeam"] = "sellSpeakToTheTeam";
216
+ ContextModule["sellStickyFooter"] = "sellStickyFooter";
215
217
  ContextModule["showHeader"] = "showHeader";
216
218
  ContextModule["showInfo"] = "showInfo";
217
219
  ContextModule["showsRail"] = "showsRail";
@@ -7,12 +7,12 @@ export declare enum OwnerType {
7
7
  activities = "activities",
8
8
  activity = "activity",
9
9
  album = "album",
10
- allArtistSeries = "allArtistSeries",
11
- alerts = "alerts",
12
- alertDetails = "alertDetails",
13
10
  alertConfirmation = "alertConfirmation",
11
+ alertDetails = "alertDetails",
14
12
  alertFilters = "alertFilters",
13
+ alerts = "alerts",
15
14
  alertsInfoModal = "alertsInfoModal",
15
+ allArtistSeries = "allArtistSeries",
16
16
  article = "article",
17
17
  articles = "articles",
18
18
  artist = "artist",
@@ -89,37 +89,38 @@ export declare enum OwnerType {
89
89
  partnerShowsArtworks = "partnerShowsArtworks",
90
90
  priceDatabase = "priceDatabase",
91
91
  profile = "profile",
92
+ quickLinks = "quickLinks",
92
93
  recentlyViewed = "recentlyViewed",
93
94
  sale = "sale",
94
95
  saleInformation = "saleInformation",
95
96
  savedSearch = "savedSearch",
96
97
  savedSearches = "savedSearches",
97
98
  saves = "saves",
98
- savesInfoModal = "savesInfoModal",
99
99
  savesAndFollows = "savesAndFollows",
100
+ savesInfoModal = "savesInfoModal",
100
101
  search = "search",
101
- settings = "settings",
102
102
  sell = "sell",
103
103
  sendOffers = "sendOffers",
104
+ settings = "settings",
104
105
  show = "show",
105
106
  shows = "shows",
106
107
  similarToRecentlyViewed = "similarToRecentlyViewed",
107
- submitArtworkStepStart = "submitArtworkStepStart",
108
- submitArtworkStepSelectArtist = "submitArtworkStepSelectArtist",
109
- submitArtworkStepAddTitle = "submitArtworkStepAddTitle",
110
- submitArtworkStepAddPhotos = "submitArtworkStepAddPhotos",
111
108
  submitArtworkStepAddDetails = "submitArtworkStepAddDetails",
112
- submitArtworkStepPurchaseHistory = "submitArtworkStepPurchaseHistory",
113
109
  submitArtworkStepAddDimensions = "submitArtworkStepAddDimensions",
114
110
  submitArtworkStepAddPhoneNumber = "submitArtworkStepAddPhoneNumber",
115
- submitArtworkStepCompleteYourSubmission = "submitArtworkStepCompleteYourSubmission",
111
+ submitArtworkStepAddPhotos = "submitArtworkStepAddPhotos",
112
+ submitArtworkStepAddtionalDocuments = "submitArtworkStepAddtionalDocuments",
113
+ submitArtworkStepAddTitle = "submitArtworkStepAddTitle",
116
114
  submitArtworkStepArtistRejected = "submitArtworkStepArtistRejected",
115
+ submitArtworkStepCompleteYourSubmission = "submitArtworkStepCompleteYourSubmission",
116
+ submitArtworkStepCompleteYourSubmissionPostApproval = "submitArtworkStepCompleteYourSubmissionPostApproval",
117
+ submitArtworkStepCondition = "submitArtworkStepCondition",
118
+ submitArtworkStepFrameInformation = "submitArtworkStepFrameInformation",
119
+ submitArtworkStepPurchaseHistory = "submitArtworkStepPurchaseHistory",
120
+ submitArtworkStepSelectArtist = "submitArtworkStepSelectArtist",
117
121
  submitArtworkStepSelectArtworkMyCollectionArtwork = "submitArtworkStepSelectArtworkMyCollectionArtwork",
118
122
  submitArtworkStepShippingLocation = "submitArtworkStepShippingLocation",
119
- submitArtworkStepFrameInformation = "submitArtworkStepFrameInformation",
120
- submitArtworkStepAddtionalDocuments = "submitArtworkStepAddtionalDocuments",
121
- submitArtworkStepCondition = "submitArtworkStepCondition",
122
- submitArtworkStepCompleteYourSubmissionPostApproval = "submitArtworkStepCompleteYourSubmissionPostApproval",
123
+ submitArtworkStepStart = "submitArtworkStepStart",
123
124
  tag = "tag",
124
125
  upcomingAuctions = "upcomingAuctions",
125
126
  user = "user",
@@ -133,7 +134,7 @@ export declare enum OwnerType {
133
134
  /**
134
135
  * Owner types available in iOS/Android
135
136
  */
136
- export type ScreenOwnerType = OwnerType.album | OwnerType.activities | OwnerType.activity | OwnerType.allArtistSeries | OwnerType.alerts | OwnerType.alertDetails | OwnerType.alertConfirmation | OwnerType.alertFilters | OwnerType.alertsInfoModal | 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.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.recentlyViewed | OwnerType.sale | OwnerType.saleInformation | OwnerType.savedSearch | OwnerType.savedSearches | OwnerType.saves | OwnerType.savesInfoModal | OwnerType.savesAndFollows | OwnerType.search | OwnerType.sell | OwnerType.settings | OwnerType.show | OwnerType.shows | OwnerType.submitArtworkStepStart | OwnerType.submitArtworkStepSelectArtist | OwnerType.submitArtworkStepAddTitle | OwnerType.submitArtworkStepAddPhotos | OwnerType.submitArtworkStepAddDetails | OwnerType.submitArtworkStepPurchaseHistory | OwnerType.submitArtworkStepAddDimensions | OwnerType.submitArtworkStepAddPhoneNumber | OwnerType.submitArtworkStepCompleteYourSubmission | OwnerType.submitArtworkStepArtistRejected | OwnerType.submitArtworkStepSelectArtworkMyCollectionArtwork | OwnerType.submitArtworkStepShippingLocation | OwnerType.submitArtworkStepFrameInformation | OwnerType.submitArtworkStepAddtionalDocuments | OwnerType.submitArtworkStepCondition | OwnerType.submitArtworkStepCompleteYourSubmissionPostApproval | OwnerType.similarToRecentlyViewed | OwnerType.tag | OwnerType.upcomingAuctions | OwnerType.viewingRoom | OwnerType.viewingRoomArtworkPage | OwnerType.viewingRoomArtworks | OwnerType.viewingRoomList | OwnerType.worksForYou;
137
+ 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.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;
137
138
  /**
138
139
  * Owner types available in web/mobile web
139
140
  */
@@ -25,12 +25,12 @@ exports.OwnerType = OwnerType;
25
25
  OwnerType["activities"] = "activities";
26
26
  OwnerType["activity"] = "activity";
27
27
  OwnerType["album"] = "album";
28
- OwnerType["allArtistSeries"] = "allArtistSeries";
29
- OwnerType["alerts"] = "alerts";
30
- OwnerType["alertDetails"] = "alertDetails";
31
28
  OwnerType["alertConfirmation"] = "alertConfirmation";
29
+ OwnerType["alertDetails"] = "alertDetails";
32
30
  OwnerType["alertFilters"] = "alertFilters";
31
+ OwnerType["alerts"] = "alerts";
33
32
  OwnerType["alertsInfoModal"] = "alertsInfoModal";
33
+ OwnerType["allArtistSeries"] = "allArtistSeries";
34
34
  OwnerType["article"] = "article";
35
35
  OwnerType["articles"] = "articles";
36
36
  OwnerType["artist"] = "artist";
@@ -107,37 +107,38 @@ exports.OwnerType = OwnerType;
107
107
  OwnerType["partnerShowsArtworks"] = "partnerShowsArtworks";
108
108
  OwnerType["priceDatabase"] = "priceDatabase";
109
109
  OwnerType["profile"] = "profile";
110
+ OwnerType["quickLinks"] = "quickLinks";
110
111
  OwnerType["recentlyViewed"] = "recentlyViewed";
111
112
  OwnerType["sale"] = "sale";
112
113
  OwnerType["saleInformation"] = "saleInformation";
113
114
  OwnerType["savedSearch"] = "savedSearch";
114
115
  OwnerType["savedSearches"] = "savedSearches";
115
116
  OwnerType["saves"] = "saves";
116
- OwnerType["savesInfoModal"] = "savesInfoModal";
117
117
  OwnerType["savesAndFollows"] = "savesAndFollows";
118
+ OwnerType["savesInfoModal"] = "savesInfoModal";
118
119
  OwnerType["search"] = "search";
119
- OwnerType["settings"] = "settings";
120
120
  OwnerType["sell"] = "sell";
121
121
  OwnerType["sendOffers"] = "sendOffers";
122
+ OwnerType["settings"] = "settings";
122
123
  OwnerType["show"] = "show";
123
124
  OwnerType["shows"] = "shows";
124
125
  OwnerType["similarToRecentlyViewed"] = "similarToRecentlyViewed";
125
- OwnerType["submitArtworkStepStart"] = "submitArtworkStepStart";
126
- OwnerType["submitArtworkStepSelectArtist"] = "submitArtworkStepSelectArtist";
127
- OwnerType["submitArtworkStepAddTitle"] = "submitArtworkStepAddTitle";
128
- OwnerType["submitArtworkStepAddPhotos"] = "submitArtworkStepAddPhotos";
129
126
  OwnerType["submitArtworkStepAddDetails"] = "submitArtworkStepAddDetails";
130
- OwnerType["submitArtworkStepPurchaseHistory"] = "submitArtworkStepPurchaseHistory";
131
127
  OwnerType["submitArtworkStepAddDimensions"] = "submitArtworkStepAddDimensions";
132
128
  OwnerType["submitArtworkStepAddPhoneNumber"] = "submitArtworkStepAddPhoneNumber";
133
- OwnerType["submitArtworkStepCompleteYourSubmission"] = "submitArtworkStepCompleteYourSubmission";
129
+ OwnerType["submitArtworkStepAddPhotos"] = "submitArtworkStepAddPhotos";
130
+ OwnerType["submitArtworkStepAddtionalDocuments"] = "submitArtworkStepAddtionalDocuments";
131
+ OwnerType["submitArtworkStepAddTitle"] = "submitArtworkStepAddTitle";
134
132
  OwnerType["submitArtworkStepArtistRejected"] = "submitArtworkStepArtistRejected";
133
+ OwnerType["submitArtworkStepCompleteYourSubmission"] = "submitArtworkStepCompleteYourSubmission";
134
+ OwnerType["submitArtworkStepCompleteYourSubmissionPostApproval"] = "submitArtworkStepCompleteYourSubmissionPostApproval";
135
+ OwnerType["submitArtworkStepCondition"] = "submitArtworkStepCondition";
136
+ OwnerType["submitArtworkStepFrameInformation"] = "submitArtworkStepFrameInformation";
137
+ OwnerType["submitArtworkStepPurchaseHistory"] = "submitArtworkStepPurchaseHistory";
138
+ OwnerType["submitArtworkStepSelectArtist"] = "submitArtworkStepSelectArtist";
135
139
  OwnerType["submitArtworkStepSelectArtworkMyCollectionArtwork"] = "submitArtworkStepSelectArtworkMyCollectionArtwork";
136
140
  OwnerType["submitArtworkStepShippingLocation"] = "submitArtworkStepShippingLocation";
137
- OwnerType["submitArtworkStepFrameInformation"] = "submitArtworkStepFrameInformation";
138
- OwnerType["submitArtworkStepAddtionalDocuments"] = "submitArtworkStepAddtionalDocuments";
139
- OwnerType["submitArtworkStepCondition"] = "submitArtworkStepCondition";
140
- OwnerType["submitArtworkStepCompleteYourSubmissionPostApproval"] = "submitArtworkStepCompleteYourSubmissionPostApproval";
141
+ OwnerType["submitArtworkStepStart"] = "submitArtworkStepStart";
141
142
  OwnerType["tag"] = "tag";
142
143
  OwnerType["upcomingAuctions"] = "upcomingAuctions";
143
144
  OwnerType["user"] = "user";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.222.0",
3
+ "version": "4.224.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {