@wix/auto_sdk_ecom_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 +1107 -185
- 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 +1106 -184
- package/build/cjs/meta.js +67 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.d.mts +1107 -185
- 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 +1106 -184
- package/build/es/meta.mjs +59 -0
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.d.ts +6 -4
- 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 +1186 -198
- 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 +1106 -184
- package/build/internal/cjs/meta.js +67 -0
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.d.mts +6 -4
- 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 +1186 -198
- 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 +1106 -184
- 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/meta.mjs
CHANGED
|
@@ -1192,6 +1192,57 @@ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
|
1192
1192
|
WebhookIdentityType2["APP"] = "APP";
|
|
1193
1193
|
return WebhookIdentityType2;
|
|
1194
1194
|
})(WebhookIdentityType || {});
|
|
1195
|
+
var JurisdictionType = /* @__PURE__ */ ((JurisdictionType2) => {
|
|
1196
|
+
JurisdictionType2["UNDEFINED"] = "UNDEFINED";
|
|
1197
|
+
JurisdictionType2["COUNTRY"] = "COUNTRY";
|
|
1198
|
+
JurisdictionType2["STATE"] = "STATE";
|
|
1199
|
+
JurisdictionType2["COUNTY"] = "COUNTY";
|
|
1200
|
+
JurisdictionType2["CITY"] = "CITY";
|
|
1201
|
+
JurisdictionType2["SPECIAL"] = "SPECIAL";
|
|
1202
|
+
return JurisdictionType2;
|
|
1203
|
+
})(JurisdictionType || {});
|
|
1204
|
+
var RateType = /* @__PURE__ */ ((RateType2) => {
|
|
1205
|
+
RateType2["NO_TAX_COLLECTED"] = "NO_TAX_COLLECTED";
|
|
1206
|
+
RateType2["MANUAL_RATE"] = "MANUAL_RATE";
|
|
1207
|
+
RateType2["AUTO_RATE"] = "AUTO_RATE";
|
|
1208
|
+
RateType2["FALLBACK_RATE"] = "FALLBACK_RATE";
|
|
1209
|
+
return RateType2;
|
|
1210
|
+
})(RateType || {});
|
|
1211
|
+
var ManualCalculationReason = /* @__PURE__ */ ((ManualCalculationReason2) => {
|
|
1212
|
+
ManualCalculationReason2["GLOBAL_SETTING_TO_MANUAL"] = "GLOBAL_SETTING_TO_MANUAL";
|
|
1213
|
+
ManualCalculationReason2["REGION_SETTING_TO_MANUAL"] = "REGION_SETTING_TO_MANUAL";
|
|
1214
|
+
return ManualCalculationReason2;
|
|
1215
|
+
})(ManualCalculationReason || {});
|
|
1216
|
+
var FallbackReason = /* @__PURE__ */ ((FallbackReason2) => {
|
|
1217
|
+
FallbackReason2["AUTO_TAX_FAILED"] = "AUTO_TAX_FAILED";
|
|
1218
|
+
FallbackReason2["AUTO_TAX_DEACTIVATED"] = "AUTO_TAX_DEACTIVATED";
|
|
1219
|
+
return FallbackReason2;
|
|
1220
|
+
})(FallbackReason || {});
|
|
1221
|
+
var PickupMethod = /* @__PURE__ */ ((PickupMethod2) => {
|
|
1222
|
+
PickupMethod2["UNKNOWN_METHOD"] = "UNKNOWN_METHOD";
|
|
1223
|
+
PickupMethod2["STORE_PICKUP"] = "STORE_PICKUP";
|
|
1224
|
+
PickupMethod2["PICKUP_POINT"] = "PICKUP_POINT";
|
|
1225
|
+
return PickupMethod2;
|
|
1226
|
+
})(PickupMethod || {});
|
|
1227
|
+
var ChargeType = /* @__PURE__ */ ((ChargeType2) => {
|
|
1228
|
+
ChargeType2["HANDLING_FEE"] = "HANDLING_FEE";
|
|
1229
|
+
ChargeType2["INSURANCE"] = "INSURANCE";
|
|
1230
|
+
return ChargeType2;
|
|
1231
|
+
})(ChargeType || {});
|
|
1232
|
+
var DiscountType = /* @__PURE__ */ ((DiscountType2) => {
|
|
1233
|
+
DiscountType2["GLOBAL"] = "GLOBAL";
|
|
1234
|
+
DiscountType2["SPECIFIC_ITEMS"] = "SPECIFIC_ITEMS";
|
|
1235
|
+
DiscountType2["SHIPPING"] = "SHIPPING";
|
|
1236
|
+
return DiscountType2;
|
|
1237
|
+
})(DiscountType || {});
|
|
1238
|
+
var AdditionalFeeSource = /* @__PURE__ */ ((AdditionalFeeSource2) => {
|
|
1239
|
+
AdditionalFeeSource2["UNKNOWN_ADDITIONAL_FEE_SOURCE"] = "UNKNOWN_ADDITIONAL_FEE_SOURCE";
|
|
1240
|
+
AdditionalFeeSource2["SERVICE_PLUGIN"] = "SERVICE_PLUGIN";
|
|
1241
|
+
AdditionalFeeSource2["ITEM"] = "ITEM";
|
|
1242
|
+
AdditionalFeeSource2["MANUAL"] = "MANUAL";
|
|
1243
|
+
AdditionalFeeSource2["SHIPPING"] = "SHIPPING";
|
|
1244
|
+
return AdditionalFeeSource2;
|
|
1245
|
+
})(AdditionalFeeSource || {});
|
|
1195
1246
|
|
|
1196
1247
|
// src/ecom-v2-cart-cart-v-2.meta.ts
|
|
1197
1248
|
function createCart2() {
|
|
@@ -1519,16 +1570,24 @@ function handleAsyncCheckoutCompletion2() {
|
|
|
1519
1570
|
};
|
|
1520
1571
|
}
|
|
1521
1572
|
export {
|
|
1573
|
+
AdditionalFeeSource as AdditionalFeeSourceOriginal,
|
|
1522
1574
|
ChannelType as ChannelTypeOriginal,
|
|
1575
|
+
ChargeType as ChargeTypeOriginal,
|
|
1523
1576
|
DescriptionLineType as DescriptionLineTypeOriginal,
|
|
1524
1577
|
DiscountScope as DiscountScopeOriginal,
|
|
1525
1578
|
DiscountSourceType as DiscountSourceTypeOriginal,
|
|
1579
|
+
DiscountType as DiscountTypeOriginal,
|
|
1580
|
+
FallbackReason as FallbackReasonOriginal,
|
|
1526
1581
|
FileType as FileTypeOriginal,
|
|
1527
1582
|
ItemStatus as ItemStatusOriginal,
|
|
1528
1583
|
ItemTypeItemType as ItemTypeItemTypeOriginal,
|
|
1584
|
+
JurisdictionType as JurisdictionTypeOriginal,
|
|
1585
|
+
ManualCalculationReason as ManualCalculationReasonOriginal,
|
|
1529
1586
|
NameInLineItem as NameInLineItemOriginal,
|
|
1530
1587
|
NameInOther as NameInOtherOriginal,
|
|
1531
1588
|
PaymentOptionType as PaymentOptionTypeOriginal,
|
|
1589
|
+
PickupMethod as PickupMethodOriginal,
|
|
1590
|
+
RateType as RateTypeOriginal,
|
|
1532
1591
|
RuleType as RuleTypeOriginal,
|
|
1533
1592
|
Severity as SeverityOriginal,
|
|
1534
1593
|
SubscriptionFrequency as SubscriptionFrequencyOriginal,
|