@artsy/cohesion 4.181.0 → 4.182.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.182.0 (Wed May 08 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - fix: updates the context_owner_type for ClickedBuyNow event [#500](https://github.com/artsy/cohesion/pull/500) ([@MrSltun](https://github.com/MrSltun))
6
+
7
+ #### Authors: 1
8
+
9
+ - Sultan Al-Maari ([@MrSltun](https://github.com/MrSltun))
10
+
11
+ ---
12
+
1
13
  # v4.181.0 (Wed May 08 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -281,7 +281,7 @@ export interface ClickedBuyerProtection {
281
281
  */
282
282
  export interface ClickedBuyNow {
283
283
  action: ActionType.clickedBuyNow;
284
- context_owner_type: OwnerType.artwork;
284
+ context_owner_type: OwnerType;
285
285
  context_owner_slug: string;
286
286
  context_owner_id: string;
287
287
  impulse_conversation_id?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.181.0",
3
+ "version": "4.182.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {