@wix/auto_sdk_ecom_current-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.
Files changed (41) hide show
  1. package/build/cjs/index.js +14 -14
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/index.typings.d.ts +1575 -1575
  4. package/build/cjs/index.typings.js +14 -14
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +1576 -1576
  7. package/build/cjs/meta.js +14 -14
  8. package/build/cjs/meta.js.map +1 -1
  9. package/build/cjs/schemas.js +8695 -8338
  10. package/build/cjs/schemas.js.map +1 -1
  11. package/build/es/index.mjs +14 -14
  12. package/build/es/index.mjs.map +1 -1
  13. package/build/es/index.typings.d.mts +1575 -1575
  14. package/build/es/index.typings.mjs +14 -14
  15. package/build/es/index.typings.mjs.map +1 -1
  16. package/build/es/meta.d.mts +1576 -1576
  17. package/build/es/meta.mjs +14 -14
  18. package/build/es/meta.mjs.map +1 -1
  19. package/build/es/schemas.mjs +8695 -8338
  20. package/build/es/schemas.mjs.map +1 -1
  21. package/build/internal/cjs/index.typings.d.ts +1732 -1732
  22. package/build/internal/cjs/meta.d.ts +1767 -1767
  23. package/build/internal/es/index.typings.d.mts +1732 -1732
  24. package/build/internal/es/meta.d.mts +1767 -1767
  25. package/package.json +2 -2
  26. package/build/internal/cjs/index.js +0 -2860
  27. package/build/internal/cjs/index.js.map +0 -1
  28. package/build/internal/cjs/index.typings.js +0 -2492
  29. package/build/internal/cjs/index.typings.js.map +0 -1
  30. package/build/internal/cjs/meta.js +0 -1948
  31. package/build/internal/cjs/meta.js.map +0 -1
  32. package/build/internal/cjs/schemas.js +0 -20863
  33. package/build/internal/cjs/schemas.js.map +0 -1
  34. package/build/internal/es/index.mjs +0 -2772
  35. package/build/internal/es/index.mjs.map +0 -1
  36. package/build/internal/es/index.typings.mjs +0 -2408
  37. package/build/internal/es/index.typings.mjs.map +0 -1
  38. package/build/internal/es/meta.mjs +0 -1861
  39. package/build/internal/es/meta.mjs.map +0 -1
  40. package/build/internal/es/schemas.mjs +0 -20793
  41. package/build/internal/es/schemas.mjs.map +0 -1
@@ -1495,18 +1495,26 @@ var V1PlatformFeeChargeType = /* @__PURE__ */ ((V1PlatformFeeChargeType2) => {
1495
1495
  V1PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
1496
1496
  return V1PlatformFeeChargeType2;
1497
1497
  })(V1PlatformFeeChargeType || {});
1498
- var BenefitType = /* @__PURE__ */ ((BenefitType2) => {
1499
- BenefitType2["PERCENTAGE"] = "PERCENTAGE";
1500
- BenefitType2["FIXED_PRICE"] = "FIXED_PRICE";
1501
- BenefitType2["FIXED_AMOUNT"] = "FIXED_AMOUNT";
1502
- return BenefitType2;
1503
- })(BenefitType || {});
1504
1498
  var ValidationsConfig = /* @__PURE__ */ ((ValidationsConfig2) => {
1505
1499
  ValidationsConfig2["SKIP_VALIDATIONS"] = "SKIP_VALIDATIONS";
1506
1500
  ValidationsConfig2["PRE_CHECKOUT_VALIDATIONS"] = "PRE_CHECKOUT_VALIDATIONS";
1507
1501
  ValidationsConfig2["CHECKOUT_VALIDATIONS"] = "CHECKOUT_VALIDATIONS";
1508
1502
  return ValidationsConfig2;
1509
1503
  })(ValidationsConfig || {});
1504
+ var BenefitType = /* @__PURE__ */ ((BenefitType2) => {
1505
+ BenefitType2["PERCENTAGE"] = "PERCENTAGE";
1506
+ BenefitType2["FIXED_PRICE"] = "FIXED_PRICE";
1507
+ BenefitType2["FIXED_AMOUNT"] = "FIXED_AMOUNT";
1508
+ return BenefitType2;
1509
+ })(BenefitType || {});
1510
+ var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1511
+ WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1512
+ WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1513
+ WebhookIdentityType2["MEMBER"] = "MEMBER";
1514
+ WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1515
+ WebhookIdentityType2["APP"] = "APP";
1516
+ return WebhookIdentityType2;
1517
+ })(WebhookIdentityType || {});
1510
1518
  var JurisdictionType = /* @__PURE__ */ ((JurisdictionType2) => {
1511
1519
  JurisdictionType2["UNDEFINED"] = "UNDEFINED";
1512
1520
  JurisdictionType2["COUNTRY"] = "COUNTRY";
@@ -1572,14 +1580,6 @@ var PlatformFeeChargeType = /* @__PURE__ */ ((PlatformFeeChargeType2) => {
1572
1580
  PlatformFeeChargeType2["ABSORBED"] = "ABSORBED";
1573
1581
  return PlatformFeeChargeType2;
1574
1582
  })(PlatformFeeChargeType || {});
1575
- var WebhookIdentityType = /* @__PURE__ */ ((WebhookIdentityType2) => {
1576
- WebhookIdentityType2["UNKNOWN"] = "UNKNOWN";
1577
- WebhookIdentityType2["ANONYMOUS_VISITOR"] = "ANONYMOUS_VISITOR";
1578
- WebhookIdentityType2["MEMBER"] = "MEMBER";
1579
- WebhookIdentityType2["WIX_USER"] = "WIX_USER";
1580
- WebhookIdentityType2["APP"] = "APP";
1581
- return WebhookIdentityType2;
1582
- })(WebhookIdentityType || {});
1583
1583
  async function createCurrentCart2(options) {
1584
1584
  const { httpClient, sideEffects } = arguments[1];
1585
1585
  const payload = (0, import_transform_paths2.transformPaths)(