@artsy/cohesion 4.191.0 → 4.192.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.192.0 (Tue Jul 09 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - feat: amending impression tracking for collector profile prompt [#511](https://github.com/artsy/cohesion/pull/511) ([@leodmz](https://github.com/leodmz))
6
+
7
+ #### Authors: 1
8
+
9
+ - Leo Demazeau ([@leodmz](https://github.com/leodmz))
10
+
11
+ ---
12
+
1
13
  # v4.191.0 (Wed Jul 03 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -232,7 +232,7 @@ export interface SendOffersErrorMessage {
232
232
  * ```
233
233
  * {
234
234
  * action: "editProfileModalViewed",
235
- * context_module: "add artwork" or "add profession/location"
235
+ * context_module: "inquiry"
236
236
  * context_page_owner_type: "home"
237
237
  * user_id: "61bcda16515b038ce5000104"
238
238
  * inquiry_id: "61bcda16515b038ce5000104"
@@ -243,7 +243,7 @@ export interface SendOffersErrorMessage {
243
243
  */
244
244
  export interface EditProfileModalViewed {
245
245
  action: ActionType.editProfileModalViewed;
246
- context_module: string;
246
+ context_module: ContextModule;
247
247
  context_page_owner_type: PageOwnerType;
248
248
  user_id: string;
249
249
  inquiry_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.191.0",
3
+ "version": "4.192.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {