@artsy/cohesion 4.213.0 → 4.214.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.214.0 (Thu Oct 24 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - fix: typo error [#537](https://github.com/artsy/cohesion/pull/537) ([@oxaudo](https://github.com/oxaudo))
6
+
7
+ #### Authors: 1
8
+
9
+ - Oksana ([@oxaudo](https://github.com/oxaudo))
10
+
11
+ ---
12
+
1
13
  # v4.213.0 (Thu Oct 24 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -270,6 +270,6 @@ export interface BannerViewed {
270
270
  action: ActionType.bannerViewed;
271
271
  context_screen: OwnerType;
272
272
  context_module: ContextModule;
273
- idem_id: string;
273
+ item_id: string;
274
274
  item_type: string;
275
275
  }
@@ -1196,6 +1196,6 @@ export interface TappedChangePaymentMethod {
1196
1196
  action: ActionType.tappedChangePaymentMethod;
1197
1197
  context_module: ContextModule;
1198
1198
  context_screen: OwnerType;
1199
- idem_id: string;
1199
+ item_id: string;
1200
1200
  item_type: string;
1201
1201
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.213.0",
3
+ "version": "4.214.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {