@artsy/cohesion 4.218.0 → 4.219.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,15 @@
1
+ # v4.219.0 (Thu Dec 05 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat(DIA-1014): add owner type and context module for infinite discovery [#542](https://github.com/artsy/cohesion/pull/542) ([@iskounen](https://github.com/iskounen))
6
+
7
+ #### Authors: 1
8
+
9
+ - Adam Iskounen ([@iskounen](https://github.com/iskounen))
10
+
11
+ ---
12
+
1
13
  # v4.218.0 (Thu Nov 21 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -116,6 +116,7 @@ export declare enum ContextModule {
116
116
  inboxClosedBids = "inboxClosedBids",
117
117
  inboxConversation = "inboxConversation",
118
118
  inboxInquiries = "inboxInquiries",
119
+ infiniteDiscoveryBanner = "infiniteDiscoveryBanner",
119
120
  inquiry = "inquiry",
120
121
  intextTooltip = "intextTooltip",
121
122
  latestViewingRoomsRail = "latestViewingRoomsRail",
@@ -130,6 +130,7 @@ exports.ContextModule = ContextModule;
130
130
  ContextModule["inboxClosedBids"] = "inboxClosedBids";
131
131
  ContextModule["inboxConversation"] = "inboxConversation";
132
132
  ContextModule["inboxInquiries"] = "inboxInquiries";
133
+ ContextModule["infiniteDiscoveryBanner"] = "infiniteDiscoveryBanner";
133
134
  ContextModule["inquiry"] = "inquiry";
134
135
  ContextModule["intextTooltip"] = "intextTooltip";
135
136
  ContextModule["latestViewingRoomsRail"] = "latestViewingRoomsRail";
@@ -56,6 +56,7 @@ export declare enum OwnerType {
56
56
  inboxBids = "inboxBids",
57
57
  inboxConversation = "inboxConversation",
58
58
  inboxInquiries = "inboxInquiries",
59
+ infiniteDiscovery = "infiniteDiscovery",
59
60
  lotsByArtistsYouFollow = "lotsByArtistsYouFollow",
60
61
  lotsForYou = "lotsForYou",
61
62
  marketNews = "marketNews",
@@ -74,6 +74,7 @@ exports.OwnerType = OwnerType;
74
74
  OwnerType["inboxBids"] = "inboxBids";
75
75
  OwnerType["inboxConversation"] = "inboxConversation";
76
76
  OwnerType["inboxInquiries"] = "inboxInquiries";
77
+ OwnerType["infiniteDiscovery"] = "infiniteDiscovery";
77
78
  OwnerType["lotsByArtistsYouFollow"] = "lotsByArtistsYouFollow";
78
79
  OwnerType["lotsForYou"] = "lotsForYou";
79
80
  OwnerType["marketNews"] = "marketNews";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.218.0",
3
+ "version": "4.219.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {