@artsy/cohesion 4.176.0 → 4.177.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.177.0 (Mon Apr 29 2024)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - chore: add fieldsProvided to event ConsignmentSubmitted [#495](https://github.com/artsy/cohesion/pull/495) ([@tam-kis](https://github.com/tam-kis))
6
+
7
+ #### Authors: 1
8
+
9
+ - Tam ([@tam-kis](https://github.com/tam-kis))
10
+
11
+ ---
12
+
1
13
  # v4.176.0 (Fri Apr 26 2024)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -19,6 +19,7 @@ import { ActionType } from ".";
19
19
  * submission_id: "66355",
20
20
  * user_email: "xx@gmail.com"
21
21
  * user_id: "5bd8b675776bd6002c86526c"
22
+ * fieldsProvided: ["artistId", "title", "height", "width", "depth", "year"]
22
23
  * }
23
24
  * ```
24
25
  */
@@ -29,6 +30,7 @@ export interface ConsignmentSubmitted {
29
30
  submission_id: string;
30
31
  user_email: string;
31
32
  user_id?: string;
33
+ fieldsProvided: string[];
32
34
  }
33
35
  /**
34
36
  * First step of the consignment submission flow; user confirms details of their artwork.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.176.0",
3
+ "version": "4.177.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {