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