@wix/auto_sdk_ecom_current-cart-v-2 1.0.50 → 1.0.52
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/build/cjs/index.d.ts +39 -15
- package/build/cjs/index.js +33 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +852 -70
- package/build/cjs/index.typings.js +33 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +816 -58
- package/build/cjs/meta.js +33 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +39 -15
- package/build/es/index.mjs +30 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +852 -70
- package/build/es/index.typings.mjs +30 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +816 -58
- package/build/es/meta.mjs +30 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +39 -15
- package/build/internal/cjs/index.js +33 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +859 -70
- package/build/internal/cjs/index.typings.js +33 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +816 -58
- package/build/internal/cjs/meta.js +33 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +39 -15
- package/build/internal/es/index.mjs +30 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +859 -70
- package/build/internal/es/index.typings.mjs +30 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +816 -58
- package/build/internal/es/meta.mjs +30 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1054,6 +1054,26 @@ var SuggestedFix = /* @__PURE__ */ ((SuggestedFix2) => {
|
|
|
1054
1054
|
SuggestedFix2["REMOVE_LINE_ITEM"] = "REMOVE_LINE_ITEM";
|
|
1055
1055
|
return SuggestedFix2;
|
|
1056
1056
|
})(SuggestedFix || {});
|
|
1057
|
+
var InvalidCouponReason = /* @__PURE__ */ ((InvalidCouponReason2) => {
|
|
1058
|
+
InvalidCouponReason2["UNKNOWN_INVALID_COUPON_REASON"] = "UNKNOWN_INVALID_COUPON_REASON";
|
|
1059
|
+
InvalidCouponReason2["EXPIRED"] = "EXPIRED";
|
|
1060
|
+
InvalidCouponReason2["DISABLED"] = "DISABLED";
|
|
1061
|
+
InvalidCouponReason2["INACTIVE"] = "INACTIVE";
|
|
1062
|
+
InvalidCouponReason2["MAX_USAGE_EXCEEDED"] = "MAX_USAGE_EXCEEDED";
|
|
1063
|
+
InvalidCouponReason2["MAX_USAGE_PER_CUSTOMER_EXCEEDED"] = "MAX_USAGE_PER_CUSTOMER_EXCEEDED";
|
|
1064
|
+
InvalidCouponReason2["NOT_APPLICABLE_TO_SUBSCRIPTIONS"] = "NOT_APPLICABLE_TO_SUBSCRIPTIONS";
|
|
1065
|
+
InvalidCouponReason2["NOT_APPLICABLE_TO_SELECTED_LINE_ITEMS"] = "NOT_APPLICABLE_TO_SELECTED_LINE_ITEMS";
|
|
1066
|
+
InvalidCouponReason2["MIN_LINE_ITEM_QUANTITY_NOT_REACHED"] = "MIN_LINE_ITEM_QUANTITY_NOT_REACHED";
|
|
1067
|
+
InvalidCouponReason2["MIN_SUBTOTAL_NOT_REACHED"] = "MIN_SUBTOTAL_NOT_REACHED";
|
|
1068
|
+
return InvalidCouponReason2;
|
|
1069
|
+
})(InvalidCouponReason || {});
|
|
1070
|
+
var InvalidGiftCardReason = /* @__PURE__ */ ((InvalidGiftCardReason2) => {
|
|
1071
|
+
InvalidGiftCardReason2["UNKNOWN_INVALID_GIFT_CARD_REASON"] = "UNKNOWN_INVALID_GIFT_CARD_REASON";
|
|
1072
|
+
InvalidGiftCardReason2["EXPIRED"] = "EXPIRED";
|
|
1073
|
+
InvalidGiftCardReason2["DISABLED"] = "DISABLED";
|
|
1074
|
+
InvalidGiftCardReason2["EMPTY_BALANCE"] = "EMPTY_BALANCE";
|
|
1075
|
+
return InvalidGiftCardReason2;
|
|
1076
|
+
})(InvalidGiftCardReason || {});
|
|
1057
1077
|
var ValidationsConfig = /* @__PURE__ */ ((ValidationsConfig2) => {
|
|
1058
1078
|
ValidationsConfig2["UNKNOWN_VALIDATIONS_CONFIG"] = "UNKNOWN_VALIDATIONS_CONFIG";
|
|
1059
1079
|
ValidationsConfig2["SKIP_VALIDATIONS"] = "SKIP_VALIDATIONS";
|
|
@@ -1125,8 +1145,15 @@ var AdditionalFeeSource = /* @__PURE__ */ ((AdditionalFeeSource2) => {
|
|
|
1125
1145
|
AdditionalFeeSource2["ITEM"] = "ITEM";
|
|
1126
1146
|
AdditionalFeeSource2["MANUAL"] = "MANUAL";
|
|
1127
1147
|
AdditionalFeeSource2["SHIPPING"] = "SHIPPING";
|
|
1148
|
+
AdditionalFeeSource2["PLATFORM_FEE"] = "PLATFORM_FEE";
|
|
1128
1149
|
return AdditionalFeeSource2;
|
|
1129
1150
|
})(AdditionalFeeSource || {});
|
|
1151
|
+
var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
|
|
1152
|
+
PlatformFeeChargeType2["UNKNOWN_CHARGE_TYPE"] = "UNKNOWN_CHARGE_TYPE";
|
|
1153
|
+
PlatformFeeChargeType2["PASS_ON"] = "PASS_ON";
|
|
1154
|
+
PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
|
|
1155
|
+
return PlatformFeeChargeType2;
|
|
1156
|
+
})(PlatformFeeChargeType || {});
|
|
1130
1157
|
|
|
1131
1158
|
// src/ecom-v2-cart-current-cart-v-2.meta.ts
|
|
1132
1159
|
function createCurrentCart2() {
|
|
@@ -1392,6 +1419,8 @@ export {
|
|
|
1392
1419
|
DiscountType as DiscountTypeOriginal,
|
|
1393
1420
|
FallbackReason as FallbackReasonOriginal,
|
|
1394
1421
|
FileType as FileTypeOriginal,
|
|
1422
|
+
InvalidCouponReason as InvalidCouponReasonOriginal,
|
|
1423
|
+
InvalidGiftCardReason as InvalidGiftCardReasonOriginal,
|
|
1395
1424
|
ItemStatus as ItemStatusOriginal,
|
|
1396
1425
|
ItemTypePreset as ItemTypePresetOriginal,
|
|
1397
1426
|
JurisdictionType as JurisdictionTypeOriginal,
|
|
@@ -1400,6 +1429,7 @@ export {
|
|
|
1400
1429
|
NameInOther as NameInOtherOriginal,
|
|
1401
1430
|
PaymentOptionType as PaymentOptionTypeOriginal,
|
|
1402
1431
|
PickupMethod as PickupMethodOriginal,
|
|
1432
|
+
PlatformFeeChargeType as PlatformFeeChargeTypeOriginal,
|
|
1403
1433
|
RateType as RateTypeOriginal,
|
|
1404
1434
|
RuleType as RuleTypeOriginal,
|
|
1405
1435
|
Severity as SeverityOriginal,
|