@wix/auto_sdk_ecom_current-cart-v-2 1.0.152 → 1.0.153

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 (45) hide show
  1. package/build/cjs/index.js +2 -0
  2. package/build/cjs/index.js.map +1 -1
  3. package/build/cjs/index.typings.d.ts +7 -3
  4. package/build/cjs/index.typings.js +2 -0
  5. package/build/cjs/index.typings.js.map +1 -1
  6. package/build/cjs/meta.d.ts +7 -3
  7. package/build/cjs/meta.js +2 -0
  8. package/build/cjs/meta.js.map +1 -1
  9. package/build/cjs/schemas.d.ts +4 -0
  10. package/build/cjs/schemas.js +6 -2
  11. package/build/cjs/schemas.js.map +1 -1
  12. package/build/es/index.mjs +2 -0
  13. package/build/es/index.mjs.map +1 -1
  14. package/build/es/index.typings.d.mts +7 -3
  15. package/build/es/index.typings.mjs +2 -0
  16. package/build/es/index.typings.mjs.map +1 -1
  17. package/build/es/meta.d.mts +7 -3
  18. package/build/es/meta.mjs +2 -0
  19. package/build/es/meta.mjs.map +1 -1
  20. package/build/es/schemas.d.mts +4 -0
  21. package/build/es/schemas.mjs +6 -2
  22. package/build/es/schemas.mjs.map +1 -1
  23. package/build/internal/cjs/index.js +2 -0
  24. package/build/internal/cjs/index.js.map +1 -1
  25. package/build/internal/cjs/index.typings.d.ts +7 -3
  26. package/build/internal/cjs/index.typings.js +2 -0
  27. package/build/internal/cjs/index.typings.js.map +1 -1
  28. package/build/internal/cjs/meta.d.ts +7 -3
  29. package/build/internal/cjs/meta.js +2 -0
  30. package/build/internal/cjs/meta.js.map +1 -1
  31. package/build/internal/cjs/schemas.d.ts +4 -0
  32. package/build/internal/cjs/schemas.js +6 -2
  33. package/build/internal/cjs/schemas.js.map +1 -1
  34. package/build/internal/es/index.mjs +2 -0
  35. package/build/internal/es/index.mjs.map +1 -1
  36. package/build/internal/es/index.typings.d.mts +7 -3
  37. package/build/internal/es/index.typings.mjs +2 -0
  38. package/build/internal/es/index.typings.mjs.map +1 -1
  39. package/build/internal/es/meta.d.mts +7 -3
  40. package/build/internal/es/meta.mjs +2 -0
  41. package/build/internal/es/meta.mjs.map +1 -1
  42. package/build/internal/es/schemas.d.mts +4 -0
  43. package/build/internal/es/schemas.mjs +6 -2
  44. package/build/internal/es/schemas.mjs.map +1 -1
  45. package/package.json +2 -2
@@ -1478,6 +1478,8 @@ var ViolationCode = /* @__PURE__ */ ((ViolationCode2) => {
1478
1478
  ViolationCode2["CANNOT_PAY_FOR_GIFT_CARD_WITH_GIFT_CARD"] = "CANNOT_PAY_FOR_GIFT_CARD_WITH_GIFT_CARD";
1479
1479
  ViolationCode2["SUBTOTAL_BELOW_ORDER_MINIMUM"] = "SUBTOTAL_BELOW_ORDER_MINIMUM";
1480
1480
  ViolationCode2["INVALID_MEMBERSHIP_STATUS"] = "INVALID_MEMBERSHIP_STATUS";
1481
+ ViolationCode2["INVALID_POSTAL_CODE"] = "INVALID_POSTAL_CODE";
1482
+ ViolationCode2["INVALID_SUBDIVISION"] = "INVALID_SUBDIVISION";
1481
1483
  return ViolationCode2;
1482
1484
  })(ViolationCode || {});
1483
1485
  var ViolationSeverity = /* @__PURE__ */ ((ViolationSeverity2) => {