@retaila/shared-types 1.1.109 → 1.1.110
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.mts +28 -1
- package/dist/index.d.ts +28 -1
- package/dist/index.js +13 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +12 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -804,6 +804,17 @@ function getFulfillmentStatusInfo(status) {
|
|
|
804
804
|
return map[status] ?? { text: String(status), class: "secondary" };
|
|
805
805
|
}
|
|
806
806
|
|
|
807
|
+
// src/storeCustomization/types.ts
|
|
808
|
+
var NavigationItemType = /* @__PURE__ */ ((NavigationItemType2) => {
|
|
809
|
+
NavigationItemType2["HOME"] = "HOME";
|
|
810
|
+
NavigationItemType2["CATALOG"] = "CATALOG";
|
|
811
|
+
NavigationItemType2["CATEGORY"] = "CATEGORY";
|
|
812
|
+
NavigationItemType2["COLLECTION"] = "COLLECTION";
|
|
813
|
+
NavigationItemType2["PAGE"] = "PAGE";
|
|
814
|
+
NavigationItemType2["CUSTOM"] = "CUSTOM";
|
|
815
|
+
return NavigationItemType2;
|
|
816
|
+
})(NavigationItemType || {});
|
|
817
|
+
|
|
807
818
|
// src/geoZone/types.ts
|
|
808
819
|
var GeoZoneStatus = /* @__PURE__ */ ((GeoZoneStatus2) => {
|
|
809
820
|
GeoZoneStatus2["ACTIVE"] = "ACTIVE";
|
|
@@ -940,6 +951,7 @@ export {
|
|
|
940
951
|
IntegrationDeliveryZoneStatus,
|
|
941
952
|
IntegrationStatus,
|
|
942
953
|
MediaType,
|
|
954
|
+
NavigationItemType,
|
|
943
955
|
OrderDeliveryType,
|
|
944
956
|
OrderPaymentStatus,
|
|
945
957
|
OrderSource,
|