@artsy/cohesion 4.387.0 → 4.388.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.388.0 (Wed Jul 29 2026)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - chore: Support the new fields tracking in OS Inventory [#735](https://github.com/artsy/cohesion/pull/735) ([@lidimayra](https://github.com/lidimayra))
6
+
7
+ #### Authors: 1
8
+
9
+ - Lidiane T ([@lidimayra](https://github.com/lidimayra))
10
+
11
+ ---
12
+
1
13
  # v4.387.0 (Mon Jul 27 2026)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -104,7 +104,7 @@ export interface OsEditedArtworkField {
104
104
  artwork_id: string;
105
105
  /** Present only for edition-set variant rows in the Artsy CMS sub-row */
106
106
  edition_set_id?: string;
107
- field: "artist" | "availability" | "certificateOfAuthenticity" | "dimensions" | "location" | "medium" | "price" | "priceCurrency" | "privateNotes" | "title" | "year";
107
+ field: "artist" | "availability" | "certificateOfAuthenticity" | "description" | "dimensions" | "inventoryId" | "location" | "medium" | "price" | "priceCurrency" | "privateNotes" | "provenance" | "title" | "year";
108
108
  /** Omit for privateNotes (free text — don't log contents) */
109
109
  old_value?: string;
110
110
  /** Omit for privateNotes (free text — don't log contents) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/cohesion",
3
- "version": "4.387.0",
3
+ "version": "4.388.0",
4
4
  "description": "Analytics schema",
5
5
  "main": "dist/index.js",
6
6
  "publishConfig": {