@retaila/shared-types 2.0.8 → 2.0.10
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 +89 -2
- package/dist/index.d.ts +89 -2
- package/dist/index.js +22 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +20 -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
|
|
|
@@ -261,6 +263,15 @@ var AccountDomainStatus = /* @__PURE__ */ ((AccountDomainStatus2) => {
|
|
|
261
263
|
return AccountDomainStatus2;
|
|
262
264
|
})(AccountDomainStatus || {});
|
|
263
265
|
|
|
266
|
+
// src/accountEmailDomain/types.ts
|
|
267
|
+
var AccountEmailDomainStatus = /* @__PURE__ */ ((AccountEmailDomainStatus2) => {
|
|
268
|
+
AccountEmailDomainStatus2["PENDING"] = "PENDING";
|
|
269
|
+
AccountEmailDomainStatus2["DNS_PENDING"] = "DNS_PENDING";
|
|
270
|
+
AccountEmailDomainStatus2["ACTIVE"] = "ACTIVE";
|
|
271
|
+
AccountEmailDomainStatus2["INACTIVE"] = "INACTIVE";
|
|
272
|
+
return AccountEmailDomainStatus2;
|
|
273
|
+
})(AccountEmailDomainStatus || {});
|
|
274
|
+
|
|
264
275
|
// src/accountIntegration/types.ts
|
|
265
276
|
var AccountIntegrationStatus = /* @__PURE__ */ ((AccountIntegrationStatus2) => {
|
|
266
277
|
AccountIntegrationStatus2["ACTIVE"] = "ACTIVE";
|
|
@@ -1073,6 +1084,13 @@ var ChargeStatus = /* @__PURE__ */ ((ChargeStatus2) => {
|
|
|
1073
1084
|
ChargeStatus2["CANCELLED"] = "CANCELLED";
|
|
1074
1085
|
return ChargeStatus2;
|
|
1075
1086
|
})(ChargeStatus || {});
|
|
1087
|
+
|
|
1088
|
+
// src/holiday/types.ts
|
|
1089
|
+
var HolidayType = /* @__PURE__ */ ((HolidayType2) => {
|
|
1090
|
+
HolidayType2["NON_WORKING"] = "NON_WORKING";
|
|
1091
|
+
HolidayType2["WORKING"] = "WORKING";
|
|
1092
|
+
return HolidayType2;
|
|
1093
|
+
})(HolidayType || {});
|
|
1076
1094
|
export {
|
|
1077
1095
|
AccountBranchScheduleDay,
|
|
1078
1096
|
AccountBranchScheduleStatus,
|
|
@@ -1081,6 +1099,7 @@ export {
|
|
|
1081
1099
|
AccountDeliveryOptionStatus,
|
|
1082
1100
|
AccountDeliveryOptionZoneStatus,
|
|
1083
1101
|
AccountDomainStatus,
|
|
1102
|
+
AccountEmailDomainStatus,
|
|
1084
1103
|
AccountExchangeRateType,
|
|
1085
1104
|
AccountIntegrationConnectionStatus,
|
|
1086
1105
|
AccountIntegrationEnvironment,
|
|
@@ -1121,6 +1140,7 @@ export {
|
|
|
1121
1140
|
FulfillmentStatus,
|
|
1122
1141
|
FunnelStep,
|
|
1123
1142
|
GeoZoneStatus,
|
|
1143
|
+
HolidayType,
|
|
1124
1144
|
IntegrationCategory,
|
|
1125
1145
|
IntegrationDeliveryZoneStatus,
|
|
1126
1146
|
IntegrationStatus,
|