@mercurjs/dashboard-shared 2.2.0-canary.7 → 2.2.0-canary.9
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/dist/index.d.ts +1 -1
- package/dist/index.js +0 -10
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -45,7 +45,7 @@ type ProductChangePartition = {
|
|
|
45
45
|
removed: ProductChangeActionDTO[];
|
|
46
46
|
deleteRequested: boolean;
|
|
47
47
|
};
|
|
48
|
-
type ReferenceField = "
|
|
48
|
+
type ReferenceField = "type_id" | "collection_id" | "categories" | "tags";
|
|
49
49
|
declare const REFERENCE_FIELDS: ReferenceField[];
|
|
50
50
|
declare const isReferenceField: (field: string) => field is ReferenceField;
|
|
51
51
|
declare const isImageList: (value: unknown) => value is {
|
package/dist/index.js
CHANGED
|
@@ -9198,14 +9198,6 @@ var require_product_attribute = __commonJS({
|
|
|
9198
9198
|
}
|
|
9199
9199
|
});
|
|
9200
9200
|
|
|
9201
|
-
// ../types/dist/http/product-brand.js
|
|
9202
|
-
var require_product_brand = __commonJS({
|
|
9203
|
-
"../types/dist/http/product-brand.js"(exports) {
|
|
9204
|
-
"use strict";
|
|
9205
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9206
|
-
}
|
|
9207
|
-
});
|
|
9208
|
-
|
|
9209
9201
|
// ../types/dist/http/product-category.js
|
|
9210
9202
|
var require_product_category4 = __commonJS({
|
|
9211
9203
|
"../types/dist/http/product-category.js"(exports) {
|
|
@@ -9360,7 +9352,6 @@ var require_http3 = __commonJS({
|
|
|
9360
9352
|
__exportStar(require_product4(), exports);
|
|
9361
9353
|
__exportStar(require_promotion4(), exports);
|
|
9362
9354
|
__exportStar(require_product_attribute(), exports);
|
|
9363
|
-
__exportStar(require_product_brand(), exports);
|
|
9364
9355
|
__exportStar(require_product_category4(), exports);
|
|
9365
9356
|
__exportStar(require_product_tag2(), exports);
|
|
9366
9357
|
__exportStar(require_product_type2(), exports);
|
|
@@ -9732,7 +9723,6 @@ var queryKeysFactory = (globalKey) => {
|
|
|
9732
9723
|
// src/lib/product-change-diff.ts
|
|
9733
9724
|
var import_types = __toESM(require_dist2(), 1);
|
|
9734
9725
|
var REFERENCE_FIELDS = [
|
|
9735
|
-
"brand_id",
|
|
9736
9726
|
"type_id",
|
|
9737
9727
|
"collection_id",
|
|
9738
9728
|
"categories",
|