@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
package/build/es/index.mjs
CHANGED
|
@@ -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(
|
|
@@ -1896,16 +1947,24 @@ var setDeliveryMethodForCurrentCart4 = /* @__PURE__ */ createRESTModule(setDeliv
|
|
|
1896
1947
|
var addGiftCardToCurrentCart4 = /* @__PURE__ */ createRESTModule(addGiftCardToCurrentCart3);
|
|
1897
1948
|
var removeGiftCardFromCurrentCart4 = /* @__PURE__ */ createRESTModule(removeGiftCardFromCurrentCart3);
|
|
1898
1949
|
export {
|
|
1950
|
+
AdditionalFeeSource,
|
|
1899
1951
|
ChannelType,
|
|
1952
|
+
ChargeType,
|
|
1900
1953
|
DescriptionLineType,
|
|
1901
1954
|
DiscountScope,
|
|
1902
1955
|
DiscountSourceType,
|
|
1956
|
+
DiscountType,
|
|
1957
|
+
FallbackReason,
|
|
1903
1958
|
FileType,
|
|
1904
1959
|
ItemStatus,
|
|
1905
1960
|
ItemTypeItemType,
|
|
1961
|
+
JurisdictionType,
|
|
1962
|
+
ManualCalculationReason,
|
|
1906
1963
|
NameInLineItem,
|
|
1907
1964
|
NameInOther,
|
|
1908
1965
|
PaymentOptionType,
|
|
1966
|
+
PickupMethod,
|
|
1967
|
+
RateType,
|
|
1909
1968
|
RuleType,
|
|
1910
1969
|
Severity,
|
|
1911
1970
|
SubscriptionFrequency,
|