@artsy/cohesion 4.173.0 → 4.174.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.174.0 (Wed Apr 24 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Fix artwork view event [#492](https://github.com/artsy/cohesion/pull/492) ([@daytavares](https://github.com/daytavares))
6
+
7
+ #### Authors: 1
8
+
9
+ - Dayane Tavares ([@daytavares](https://github.com/daytavares))
10
+
11
+ ---
12
+
1
13
  # v4.173.0 (Mon Apr 22 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -2032,7 +2032,7 @@ export interface ClickedOnLearnMore {
2032
2032
  * context_owner_type: "notifications",
2033
2033
  * owner_id: "770fa47d-8cc8-4267-93e7-2808544d2a98"
2034
2034
  * artwork_id: "6617b3410c1cd2000c6e11c7"
2035
- * notication_type: "offers" | "all" | "alerts" | "follows"
2035
+ * notification_type: "offers" | "all" | "alerts" | "follows"
2036
2036
  * }
2037
2037
  * ```
2038
2038
  */
@@ -2041,5 +2041,5 @@ export interface ClickedViewWork {
2041
2041
  context_owner_type: string;
2042
2042
  owner_id: string;
2043
2043
  artwork_id: string;
2044
- notication_type: string;
2044
+ notification_type: string;
2045
2045
  }
@@ -1006,11 +1006,11 @@ export interface TappedNewsSection {
1006
1006
  * ```
1007
1007
  * {
1008
1008
  * action: "tappedViewWork",
1009
- * context_module : "Notifications"
1010
- * context_screen_owner_type: "notifications",
1009
+ * context_module : "Notification"
1010
+ * context_screen_owner_type: "notification",
1011
1011
  * context_screen_owner_id: ""770fa47d-8cc8-4267-93e7-2808544d2a98"",
1012
1012
  * artwork_id: "6617b3410c1cd2000c6e11c7"
1013
- * notication_type: "offers" | "all" | "alerts" | "follows"
1013
+ * notification_type: "offers" | "all" | "alerts" | "follows"
1014
1014
  * }
1015
1015
  * ```
1016
1016
  */
@@ -1020,5 +1020,5 @@ export interface TappedViewWork {
1020
1020
  context_screen_owner_type: ScreenOwnerType;
1021
1021
  context_screen_owner_id: string;
1022
1022
  artwork_id: string;
1023
- notication_type: string;
1023
+ notification_type: string;
1024
1024
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.173.0",
3
+ "version": "4.174.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {