@retaila/shared-types 2.0.7 → 2.0.8
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 +72 -1
- package/dist/index.d.ts +72 -1
- package/dist/index.js +11 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -243,6 +243,15 @@ var AccountDeliveryOptionZoneStatus = /* @__PURE__ */ ((AccountDeliveryOptionZon
|
|
|
243
243
|
AccountDeliveryOptionZoneStatus2["INACTIVE"] = "INACTIVE";
|
|
244
244
|
return AccountDeliveryOptionZoneStatus2;
|
|
245
245
|
})(AccountDeliveryOptionZoneStatus || {});
|
|
246
|
+
var DeliveryOptionRuleType = /* @__PURE__ */ ((DeliveryOptionRuleType2) => {
|
|
247
|
+
DeliveryOptionRuleType2["PROCESSING_DAYS"] = "PROCESSING_DAYS";
|
|
248
|
+
DeliveryOptionRuleType2["SAME_DAY_CUTOFF"] = "SAME_DAY_CUTOFF";
|
|
249
|
+
DeliveryOptionRuleType2["DELIVERY_DAYS"] = "DELIVERY_DAYS";
|
|
250
|
+
DeliveryOptionRuleType2["PICKUP_READY_HOURS"] = "PICKUP_READY_HOURS";
|
|
251
|
+
DeliveryOptionRuleType2["FIXED_OFFSET_DAYS"] = "FIXED_OFFSET_DAYS";
|
|
252
|
+
DeliveryOptionRuleType2["BUSINESS_DAYS"] = "BUSINESS_DAYS";
|
|
253
|
+
return DeliveryOptionRuleType2;
|
|
254
|
+
})(DeliveryOptionRuleType || {});
|
|
246
255
|
|
|
247
256
|
// src/accountDomain/types.ts
|
|
248
257
|
var AccountDomainStatus = /* @__PURE__ */ ((AccountDomainStatus2) => {
|
|
@@ -1105,6 +1114,7 @@ export {
|
|
|
1105
1114
|
Currency,
|
|
1106
1115
|
CustomerStatus,
|
|
1107
1116
|
DayOfWeek,
|
|
1117
|
+
DeliveryOptionRuleType,
|
|
1108
1118
|
DeliveryType,
|
|
1109
1119
|
DeviceType,
|
|
1110
1120
|
DisplayOrderStatus,
|