@retaila/shared-types 2.0.8 → 2.0.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.mts +55 -2
- package/dist/index.d.ts +55 -2
- 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
|
@@ -250,6 +250,8 @@ var DeliveryOptionRuleType = /* @__PURE__ */ ((DeliveryOptionRuleType2) => {
|
|
|
250
250
|
DeliveryOptionRuleType2["PICKUP_READY_HOURS"] = "PICKUP_READY_HOURS";
|
|
251
251
|
DeliveryOptionRuleType2["FIXED_OFFSET_DAYS"] = "FIXED_OFFSET_DAYS";
|
|
252
252
|
DeliveryOptionRuleType2["BUSINESS_DAYS"] = "BUSINESS_DAYS";
|
|
253
|
+
DeliveryOptionRuleType2["DELIVERY_HOURS"] = "DELIVERY_HOURS";
|
|
254
|
+
DeliveryOptionRuleType2["BUFFER_SAFETY_MARGIN"] = "BUFFER_SAFETY_MARGIN";
|
|
253
255
|
return DeliveryOptionRuleType2;
|
|
254
256
|
})(DeliveryOptionRuleType || {});
|
|
255
257
|
|
|
@@ -1073,6 +1075,13 @@ var ChargeStatus = /* @__PURE__ */ ((ChargeStatus2) => {
|
|
|
1073
1075
|
ChargeStatus2["CANCELLED"] = "CANCELLED";
|
|
1074
1076
|
return ChargeStatus2;
|
|
1075
1077
|
})(ChargeStatus || {});
|
|
1078
|
+
|
|
1079
|
+
// src/holiday/types.ts
|
|
1080
|
+
var HolidayType = /* @__PURE__ */ ((HolidayType2) => {
|
|
1081
|
+
HolidayType2["NON_WORKING"] = "NON_WORKING";
|
|
1082
|
+
HolidayType2["WORKING"] = "WORKING";
|
|
1083
|
+
return HolidayType2;
|
|
1084
|
+
})(HolidayType || {});
|
|
1076
1085
|
export {
|
|
1077
1086
|
AccountBranchScheduleDay,
|
|
1078
1087
|
AccountBranchScheduleStatus,
|
|
@@ -1121,6 +1130,7 @@ export {
|
|
|
1121
1130
|
FulfillmentStatus,
|
|
1122
1131
|
FunnelStep,
|
|
1123
1132
|
GeoZoneStatus,
|
|
1133
|
+
HolidayType,
|
|
1124
1134
|
IntegrationCategory,
|
|
1125
1135
|
IntegrationDeliveryZoneStatus,
|
|
1126
1136
|
IntegrationStatus,
|