@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 +12 -0
- package/dist/Schema/Events/Click.d.ts +1 -1
- package/package.json +1 -1
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
|
|
284
|
+
context_owner_type: OwnerType;
|
|
285
285
|
context_owner_slug: string;
|
|
286
286
|
context_owner_id: string;
|
|
287
287
|
impulse_conversation_id?: string;
|