@artsy/cohesion 4.141.0 → 4.143.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.143.0 (Mon Sep 11 2023)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - chore: added tappedCreateAlertHeader action type [#456](https://github.com/artsy/cohesion/pull/456) ([@MounirDhahri](https://github.com/MounirDhahri))
6
+
7
+ #### Authors: 1
8
+
9
+ - Mounir Dhahri ([@MounirDhahri](https://github.com/MounirDhahri))
10
+
11
+ ---
12
+
13
+ # v4.142.0 (Mon Sep 11 2023)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - feat: add create alert header contextmodule and screen ownertype [#455](https://github.com/artsy/cohesion/pull/455) ([@MounirDhahri](https://github.com/MounirDhahri))
18
+
19
+ #### Authors: 1
20
+
21
+ - Mounir Dhahri ([@MounirDhahri](https://github.com/MounirDhahri))
22
+
23
+ ---
24
+
1
25
  # v4.141.0 (Mon Sep 11 2023)
2
26
 
3
27
  #### 🚀 Enhancement
@@ -688,6 +688,10 @@ export declare enum ActionType {
688
688
  * Corresponds to {@link TappedCreateAlert}
689
689
  */
690
690
  tappedCreateAlert = "tappedCreateAlert",
691
+ /**
692
+ * Corresponds to {@link TappedCreateAlertHeader}
693
+ */
694
+ tappedCreateAlertHeader = "tappedCreateAlertHeader",
691
695
  /**
692
696
  * Corresponds to {@link TappedExploreGroup}
693
697
  */
@@ -182,6 +182,7 @@ exports.ActionType = ActionType;
182
182
  ActionType["tappedContactGallery"] = "tappedContactGallery";
183
183
  ActionType["tappedConsignmentInquiry"] = "tappedConsignmentInquiry";
184
184
  ActionType["tappedCreateAlert"] = "tappedCreateAlert";
185
+ ActionType["tappedCreateAlertHeader"] = "tappedCreateAlertHeader";
185
186
  ActionType["tappedExploreGroup"] = "tappedExploreGroup";
186
187
  ActionType["tappedExploreMyCollection"] = "tappedExploreMyCollection";
187
188
  ActionType["tappedFairCard"] = "tappedFairCard";
@@ -62,6 +62,7 @@ export declare enum ContextModule {
62
62
  conversationBuyNowConfirmArtwork = "conversationBuyNowConfirmArtwork",
63
63
  conversationMakeOfferConfirmArtwork = "conversationMakeOfferConfirmArtwork",
64
64
  createAlert = "createAlert",
65
+ createAlertHeader = "createAlertHeader",
65
66
  curatedCollections = "curatedCollections",
66
67
  curatedHighlightsRail = "curatedHighlightsRail",
67
68
  curatedTrendingArtistsRail = "curatedTrendingArtistsRail",
@@ -76,6 +76,7 @@ exports.ContextModule = ContextModule;
76
76
  ContextModule["conversationBuyNowConfirmArtwork"] = "conversationBuyNowConfirmArtwork";
77
77
  ContextModule["conversationMakeOfferConfirmArtwork"] = "conversationMakeOfferConfirmArtwork";
78
78
  ContextModule["createAlert"] = "createAlert";
79
+ ContextModule["createAlertHeader"] = "createAlertHeader";
79
80
  ContextModule["curatedCollections"] = "curatedCollections";
80
81
  ContextModule["curatedHighlightsRail"] = "curatedHighlightsRail";
81
82
  ContextModule["curatedTrendingArtistsRail"] = "curatedTrendingArtistsRail";
@@ -31,6 +31,7 @@ export declare enum OwnerType {
31
31
  consignmentSubmission = "consignmentSubmission",
32
32
  conversation = "conversation",
33
33
  conversationMakeOfferConfirmArtwork = "conversationMakeOfferConfirmArtwork",
34
+ createAlert = "createAlert",
34
35
  demand = "demand",
35
36
  editProfile = "editProfile",
36
37
  explore = "explore",
@@ -96,7 +97,7 @@ export declare enum OwnerType {
96
97
  /**
97
98
  * Owner types available in iOS/Android
98
99
  */
99
- 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;
100
+ 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.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;
100
101
  /**
101
102
  * Owner types available in web/mobile web
102
103
  */
@@ -49,6 +49,7 @@ exports.OwnerType = OwnerType;
49
49
  OwnerType["consignmentSubmission"] = "consignmentSubmission";
50
50
  OwnerType["conversation"] = "conversation";
51
51
  OwnerType["conversationMakeOfferConfirmArtwork"] = "conversationMakeOfferConfirmArtwork";
52
+ OwnerType["createAlert"] = "createAlert";
52
53
  OwnerType["demand"] = "demand";
53
54
  OwnerType["editProfile"] = "editProfile";
54
55
  OwnerType["explore"] = "explore";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.141.0",
3
+ "version": "4.143.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {