@wix/auto_sdk_ecom_current-cart-v-2 1.0.32 → 1.0.34
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 +974 -58
- package/build/cjs/index.js +67 -0
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1 -1
- package/build/cjs/index.typings.js +67 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +974 -58
- package/build/cjs/meta.js +67 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +974 -58
- package/build/es/index.mjs +59 -0
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1 -1
- package/build/es/index.typings.mjs +59 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +974 -58
- package/build/es/meta.mjs +59 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +1 -1
- package/build/internal/cjs/index.js +67 -0
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1038 -58
- package/build/internal/cjs/index.typings.js +67 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +974 -58
- package/build/internal/cjs/meta.js +67 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +1 -1
- package/build/internal/es/index.mjs +59 -0
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1038 -58
- package/build/internal/es/index.typings.mjs +59 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +974 -58
- package/build/internal/es/meta.mjs +59 -0
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1083,6 +1083,57 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
1083
1083
|
WebhookIdentityType2["APP"] = "APP";
|
|
1084
1084
|
return WebhookIdentityType2;
|
|
1085
1085
|
})(WebhookIdentityType || {});
|
|
1086
|
+
var JurisdictionType = /* @__PURE__ */ ((JurisdictionType2) => {
|
|
1087
|
+
JurisdictionType2["UNDEFINED"] = "UNDEFINED";
|
|
1088
|
+
JurisdictionType2["COUNTRY"] = "COUNTRY";
|
|
1089
|
+
JurisdictionType2["STATE"] = "STATE";
|
|
1090
|
+
JurisdictionType2["COUNTY"] = "COUNTY";
|
|
1091
|
+
JurisdictionType2["CITY"] = "CITY";
|
|
1092
|
+
JurisdictionType2["SPECIAL"] = "SPECIAL";
|
|
1093
|
+
return JurisdictionType2;
|
|
1094
|
+
})(JurisdictionType || {});
|
|
1095
|
+
var RateType = /* @__PURE__ */ ((RateType2) => {
|
|
1096
|
+
RateType2["NO_TAX_COLLECTED"] = "NO_TAX_COLLECTED";
|
|
1097
|
+
RateType2["MANUAL_RATE"] = "MANUAL_RATE";
|
|
1098
|
+
RateType2["AUTO_RATE"] = "AUTO_RATE";
|
|
1099
|
+
RateType2["FALLBACK_RATE"] = "FALLBACK_RATE";
|
|
1100
|
+
return RateType2;
|
|
1101
|
+
})(RateType || {});
|
|
1102
|
+
var ManualCalculationReason = /* @__PURE__ */ ((ManualCalculationReason2) => {
|
|
1103
|
+
ManualCalculationReason2["GLOBAL_SETTING_TO_MANUAL"] = "GLOBAL_SETTING_TO_MANUAL";
|
|
1104
|
+
ManualCalculationReason2["REGION_SETTING_TO_MANUAL"] = "REGION_SETTING_TO_MANUAL";
|
|
1105
|
+
return ManualCalculationReason2;
|
|
1106
|
+
})(ManualCalculationReason || {});
|
|
1107
|
+
var FallbackReason = /* @__PURE__ */ ((FallbackReason2) => {
|
|
1108
|
+
FallbackReason2["AUTO_TAX_FAILED"] = "AUTO_TAX_FAILED";
|
|
1109
|
+
FallbackReason2["AUTO_TAX_DEACTIVATED"] = "AUTO_TAX_DEACTIVATED";
|
|
1110
|
+
return FallbackReason2;
|
|
1111
|
+
})(FallbackReason || {});
|
|
1112
|
+
var PickupMethod = /* @__PURE__ */ ((PickupMethod2) => {
|
|
1113
|
+
PickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
|
|
1114
|
+
PickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
|
|
1115
|
+
PickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
|
|
1116
|
+
return PickupMethod2;
|
|
1117
|
+
})(PickupMethod || {});
|
|
1118
|
+
var ChargeType = /* @__PURE__ */ ((ChargeType2) => {
|
|
1119
|
+
ChargeType2["HANDLING_FEE"] = "HANDLING_FEE";
|
|
1120
|
+
ChargeType2["INSURANCE"] = "INSURANCE";
|
|
1121
|
+
return ChargeType2;
|
|
1122
|
+
})(ChargeType || {});
|
|
1123
|
+
var DiscountType = /* @__PURE__ */ ((DiscountType2) => {
|
|
1124
|
+
DiscountType2["GLOBAL"] = "GLOBAL";
|
|
1125
|
+
DiscountType2["SPECIFIC_ITEMS"] = "SPECIFIC_ITEMS";
|
|
1126
|
+
DiscountType2["SHIPPING"] = "SHIPPING";
|
|
1127
|
+
return DiscountType2;
|
|
1128
|
+
})(DiscountType || {});
|
|
1129
|
+
var AdditionalFeeSource = /* @__PURE__ */ ((AdditionalFeeSource2) => {
|
|
1130
|
+
AdditionalFeeSource2["UNKNOWN_ADDITIONAL_FEE_SOURCE"] = "UNKNOWN_ADDITIONAL_FEE_SOURCE";
|
|
1131
|
+
AdditionalFeeSource2["SERVICE_PLUGIN"] = "SERVICE_PLUGIN";
|
|
1132
|
+
AdditionalFeeSource2["ITEM"] = "ITEM";
|
|
1133
|
+
AdditionalFeeSource2["MANUAL"] = "MANUAL";
|
|
1134
|
+
AdditionalFeeSource2["SHIPPING"] = "SHIPPING";
|
|
1135
|
+
return AdditionalFeeSource2;
|
|
1136
|
+
})(AdditionalFeeSource || {});
|
|
1086
1137
|
async function createCurrentCart2(options) {
|
|
1087
1138
|
const { httpClient, sideEffects } = arguments[1];
|
|
1088
1139
|
const payload = transformPaths2(
|
|
@@ -1782,16 +1833,24 @@ async function removeGiftCardFromCurrentCart2(giftCardId) {
|
|
|
1782
1833
|
}
|
|
1783
1834
|
}
|
|
1784
1835
|
export {
|
|
1836
|
+
AdditionalFeeSource,
|
|
1785
1837
|
ChannelType,
|
|
1838
|
+
ChargeType,
|
|
1786
1839
|
DescriptionLineType,
|
|
1787
1840
|
DiscountScope,
|
|
1788
1841
|
DiscountSourceType,
|
|
1842
|
+
DiscountType,
|
|
1843
|
+
FallbackReason,
|
|
1789
1844
|
FileType,
|
|
1790
1845
|
ItemStatus,
|
|
1791
1846
|
ItemTypeItemType,
|
|
1847
|
+
JurisdictionType,
|
|
1848
|
+
ManualCalculationReason,
|
|
1792
1849
|
NameInLineItem,
|
|
1793
1850
|
NameInOther,
|
|
1794
1851
|
PaymentOptionType,
|
|
1852
|
+
PickupMethod,
|
|
1853
|
+
RateType,
|
|
1795
1854
|
RuleType,
|
|
1796
1855
|
Severity,
|
|
1797
1856
|
SubscriptionFrequency,
|