@wix/auto_sdk_ecom_current-cart-v-2 1.0.133 → 1.0.135
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 +1371 -1371
- 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 +1371 -1371
- 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 +1429 -1417
- 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 +1371 -1371
- 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 +1429 -1417
- 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 +1371 -1371
- 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
|
@@ -1458,6 +1458,14 @@ var ValidationsConfig = /* @__PURE__ */ ((ValidationsConfig2) => {
|
|
|
1458
1458
|
ValidationsConfig2["CHECKOUT_VALIDATIONS"] = "CHECKOUT_VALIDATIONS";
|
|
1459
1459
|
return ValidationsConfig2;
|
|
1460
1460
|
})(ValidationsConfig || {});
|
|
1461
|
+
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1462
|
+
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1463
|
+
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1464
|
+
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1465
|
+
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1466
|
+
WebhookIdentityType2["APP"] = "APP";
|
|
1467
|
+
return WebhookIdentityType2;
|
|
1468
|
+
})(WebhookIdentityType || {});
|
|
1461
1469
|
var CheckoutStage = /* @__PURE__ */ ((CheckoutStage2) => {
|
|
1462
1470
|
CheckoutStage2["INITIALIZATION"] = "INITIALIZATION";
|
|
1463
1471
|
CheckoutStage2["IN_PROGRESS"] = "IN_PROGRESS";
|
|
@@ -1519,14 +1527,6 @@ var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
|
|
|
1519
1527
|
PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
|
|
1520
1528
|
return PlatformFeeChargeType2;
|
|
1521
1529
|
})(PlatformFeeChargeType || {});
|
|
1522
|
-
var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
|
|
1523
|
-
WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
|
|
1524
|
-
WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
|
|
1525
|
-
WebhookIdentityType2["MEMBER"] = "MEMBER";
|
|
1526
|
-
WebhookIdentityType2["WIX_USER"] = "WIX_USER";
|
|
1527
|
-
WebhookIdentityType2["APP"] = "APP";
|
|
1528
|
-
return WebhookIdentityType2;
|
|
1529
|
-
})(WebhookIdentityType || {});
|
|
1530
1530
|
async function createCurrentCart2(options) {
|
|
1531
1531
|
const { httpClient, sideEffects } = arguments[1];
|
|
1532
1532
|
const payload = (0, import_transform_paths2.transformPaths)(
|