@artsy/cohesion 4.48.0 → 4.51.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,39 @@
1
+ # v4.51.0 (Thu Jun 02 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - fix example [#333](https://github.com/artsy/cohesion/pull/333) ([@dariakoko](https://github.com/dariakoko))
6
+
7
+ #### Authors: 1
8
+
9
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
10
+
11
+ ---
12
+
13
+ # v4.50.0 (Thu Jun 02 2022)
14
+
15
+ #### 🚀 Enhancement
16
+
17
+ - remove context_screen from TappedRequestPriceEstimate interfase [#332](https://github.com/artsy/cohesion/pull/332) ([@dariakoko](https://github.com/dariakoko))
18
+
19
+ #### Authors: 1
20
+
21
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
22
+
23
+ ---
24
+
25
+ # v4.49.0 (Thu Jun 02 2022)
26
+
27
+ #### 🚀 Enhancement
28
+
29
+ - add myCollectionMarketSignals module [#331](https://github.com/artsy/cohesion/pull/331) ([@dariakoko](https://github.com/dariakoko))
30
+
31
+ #### Authors: 1
32
+
33
+ - Daria Kozlova ([@dariakoko](https://github.com/dariakoko))
34
+
35
+ ---
36
+
1
37
  # v4.48.0 (Thu Jun 02 2022)
2
38
 
3
39
  #### 🚀 Enhancement
@@ -159,7 +159,6 @@ export interface TappedMyCollectionAddArtworkArtist {
159
159
  * {
160
160
  * action: "tappedRequestPriceEstimate",
161
161
  * context_module: "myCollectionArtworkInsights",
162
- * context_screen: "myCollectionArtwork",
163
162
  * context_screen_owner_id: "5fad78273c8451000d0c53b9"
164
163
  * context_screen_owner_slug: "andy-warhol"
165
164
  * demand_index: 8.9
@@ -169,7 +168,6 @@ export interface TappedMyCollectionAddArtworkArtist {
169
168
  */
170
169
  export interface TappedRequestPriceEstimate {
171
170
  action: ActionType.tappedRequestPriceEstimate;
172
- context_screen: OwnerType.myCollectionArtwork;
173
171
  context_module: ContextModule.myCollectionArtworkInsights;
174
172
  context_screen_owner_id?: string;
175
173
  context_screen_owner_slug?: string;
@@ -100,6 +100,7 @@ export declare enum ContextModule {
100
100
  myCollectionArtworkAbout = "myCollectionArtworkAbout",
101
101
  myCollectionComparableWorks = "myCollectionComparableWorks",
102
102
  myCollectionHome = "myCollectionHome",
103
+ myCollectionMarketSignals = "myCollectionMarketSignals",
103
104
  newWorksByArtistsYouFollowRail = "newWorksByArtistsYouFollowRail",
104
105
  newWorksForYouRail = "newWorksForYouRail",
105
106
  newWorksByGalleriesYouFollowRail = "newWorksByGalleriesYouFollowRail",
@@ -114,6 +114,7 @@ exports.ContextModule = ContextModule;
114
114
  ContextModule["myCollectionArtworkAbout"] = "myCollectionArtworkAbout";
115
115
  ContextModule["myCollectionComparableWorks"] = "myCollectionComparableWorks";
116
116
  ContextModule["myCollectionHome"] = "myCollectionHome";
117
+ ContextModule["myCollectionMarketSignals"] = "myCollectionMarketSignals";
117
118
  ContextModule["newWorksByArtistsYouFollowRail"] = "newWorksByArtistsYouFollowRail";
118
119
  ContextModule["newWorksForYouRail"] = "newWorksForYouRail";
119
120
  ContextModule["newWorksByGalleriesYouFollowRail"] = "newWorksByGalleriesYouFollowRail";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.48.0",
3
+ "version": "4.51.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {