@wix/auto_sdk_ecom_cart-v-2 1.0.139 → 1.0.140
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 +8 -8
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +1349 -1349
- package/build/cjs/index.typings.js +8 -8
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +1370 -1370
- package/build/cjs/meta.js +8 -8
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs +8 -8
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +1349 -1349
- package/build/es/index.typings.mjs +8 -8
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +1370 -1370
- package/build/es/meta.mjs +8 -8
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js +8 -8
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +1423 -1423
- package/build/internal/cjs/index.typings.js +8 -8
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +1370 -1370
- package/build/internal/cjs/meta.js +8 -8
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs +8 -8
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +1423 -1423
- package/build/internal/es/index.typings.mjs +8 -8
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +1370 -1370
- package/build/internal/es/meta.mjs +8 -8
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/index.js
CHANGED
|
@@ -1561,6 +1561,14 @@ var ValidationsConfig = /* @__PURE__ */ ((ValidationsConfig2) => {
|
|
|
1561
1561
|
ValidationsConfig2["CHECKOUT_VALIDATIONS"] = "CHECKOUT_VALIDATIONS";
|
|
1562
1562
|
return ValidationsConfig2;
|
|
1563
1563
|
})(ValidationsConfig || {});
|
|
1564
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1565
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1566
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1567
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1568
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1569
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1570
|
+
return WebhookIdentityType2;
|
|
1571
|
+
})(WebhookIdentityType || {});
|
|
1564
1572
|
var CheckoutStage = /* @__PURE__ */ ((CheckoutStage2) => {
|
|
1565
1573
|
CheckoutStage2["INITIALIZATION"] = "INITIALIZATION";
|
|
1566
1574
|
CheckoutStage2["IN_PROGRESS"] = "IN_PROGRESS";
|
|
@@ -1622,14 +1630,6 @@ var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
|
|
|
1622
1630
|
PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
|
|
1623
1631
|
return PlatformFeeChargeType2;
|
|
1624
1632
|
})(PlatformFeeChargeType || {});
|
|
1625
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1626
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1627
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1628
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1629
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1630
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1631
|
-
return WebhookIdentityType2;
|
|
1632
|
-
})(WebhookIdentityType || {});
|
|
1633
1633
|
async function createCart2(options) {
|
|
1634
1634
|
const { httpClient, sideEffects } = arguments[1];
|
|
1635
1635
|
const payload = (0, import_transform_paths2.transformPaths)(
|