@wix/auto_sdk_ecom_cart-v-2 1.0.194 → 1.0.196
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.js +14 -14
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1575 -1575
- package/build/cjs/index.typings.js +14 -14
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1576 -1576
- package/build/cjs/meta.js +14 -14
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +14 -14
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1575 -1575
- package/build/es/index.typings.mjs +14 -14
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1576 -1576
- package/build/es/meta.mjs +14 -14
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1732 -1732
- package/build/internal/cjs/meta.d.ts +1765 -1765
- package/build/internal/es/index.typings.d.mts +1732 -1732
- package/build/internal/es/meta.d.mts +1765 -1765
- package/package.json +4 -11
- package/build/cjs/schemas.d.ts +0 -12139
- package/build/cjs/schemas.js +0 -22242
- package/build/cjs/schemas.js.map +0 -1
- package/build/es/schemas.d.mts +0 -12139
- package/build/es/schemas.mjs +0 -22164
- package/build/es/schemas.mjs.map +0 -1
- package/build/internal/cjs/schemas.d.ts +0 -12139
- package/build/internal/es/schemas.d.mts +0 -12139
- package/schemas/package.json +0 -3
package/build/cjs/index.js
CHANGED
|
@@ -1624,18 +1624,26 @@ var V1PlatformFeeChargeType = /* @__PURE__ */ ((V1PlatformFeeChargeType2) => {
|
|
|
1624
1624
|
V1PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
|
|
1625
1625
|
return V1PlatformFeeChargeType2;
|
|
1626
1626
|
})(V1PlatformFeeChargeType || {});
|
|
1627
|
-
var BenefitType = /* @__PURE__ */ ((BenefitType2) => {
|
|
1628
|
-
BenefitType2["PERCENTAGE"] = "PERCENTAGE";
|
|
1629
|
-
BenefitType2["FIXED_PRICE"] = "FIXED_PRICE";
|
|
1630
|
-
BenefitType2["FIXED_AMOUNT"] = "FIXED_AMOUNT";
|
|
1631
|
-
return BenefitType2;
|
|
1632
|
-
})(BenefitType || {});
|
|
1633
1627
|
var ValidationsConfig = /* @__PURE__ */ ((ValidationsConfig2) => {
|
|
1634
1628
|
ValidationsConfig2["SKIP_VALIDATIONS"] = "SKIP_VALIDATIONS";
|
|
1635
1629
|
ValidationsConfig2["PRE_CHECKOUT_VALIDATIONS"] = "PRE_CHECKOUT_VALIDATIONS";
|
|
1636
1630
|
ValidationsConfig2["CHECKOUT_VALIDATIONS"] = "CHECKOUT_VALIDATIONS";
|
|
1637
1631
|
return ValidationsConfig2;
|
|
1638
1632
|
})(ValidationsConfig || {});
|
|
1633
|
+
var BenefitType = /* @__PURE__ */ ((BenefitType2) => {
|
|
1634
|
+
BenefitType2["PERCENTAGE"] = "PERCENTAGE";
|
|
1635
|
+
BenefitType2["FIXED_PRICE"] = "FIXED_PRICE";
|
|
1636
|
+
BenefitType2["FIXED_AMOUNT"] = "FIXED_AMOUNT";
|
|
1637
|
+
return BenefitType2;
|
|
1638
|
+
})(BenefitType || {});
|
|
1639
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1640
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1641
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1642
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1643
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1644
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1645
|
+
return WebhookIdentityType2;
|
|
1646
|
+
})(WebhookIdentityType || {});
|
|
1639
1647
|
var JurisdictionType = /* @__PURE__ */ ((JurisdictionType2) => {
|
|
1640
1648
|
JurisdictionType2["UNDEFINED"] = "UNDEFINED";
|
|
1641
1649
|
JurisdictionType2["COUNTRY"] = "COUNTRY";
|
|
@@ -1701,14 +1709,6 @@ var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
|
|
|
1701
1709
|
PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
|
|
1702
1710
|
return PlatformFeeChargeType2;
|
|
1703
1711
|
})(PlatformFeeChargeType || {});
|
|
1704
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1705
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1706
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1707
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1708
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1709
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1710
|
-
return WebhookIdentityType2;
|
|
1711
|
-
})(WebhookIdentityType || {});
|
|
1712
1712
|
async function createCart2(options) {
|
|
1713
1713
|
const { httpClient, sideEffects } = arguments[1];
|
|
1714
1714
|
const payload = (0, import_transform_paths2.transformPaths)(
|