@mercurjs/dashboard-shared 2.2.0-canary.1 → 2.2.0-canary.11

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.
Files changed (3) hide show
  1. package/dist/index.d.ts +2 -1
  2. package/dist/index.js +1333 -1381
  3. package/package.json +4 -4
package/dist/index.d.ts CHANGED
@@ -37,6 +37,7 @@ type FieldDiff = {
37
37
  field: string;
38
38
  previous: unknown;
39
39
  next: unknown;
40
+ variant_id?: string;
40
41
  };
41
42
  type ProductChangePartition = {
42
43
  updated: FieldDiff[];
@@ -44,7 +45,7 @@ type ProductChangePartition = {
44
45
  removed: ProductChangeActionDTO[];
45
46
  deleteRequested: boolean;
46
47
  };
47
- type ReferenceField = "brand_id" | "type_id" | "collection_id" | "categories" | "tags";
48
+ type ReferenceField = "type_id" | "collection_id" | "categories" | "tags";
48
49
  declare const REFERENCE_FIELDS: ReferenceField[];
49
50
  declare const isReferenceField: (field: string) => field is ReferenceField;
50
51
  declare const isImageList: (value: unknown) => value is {