@wix/auto_sdk_ecom_current-cart-v-2 1.0.30 → 1.0.32

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.
@@ -22,7 +22,7 @@ interface Cart {
22
22
  * Revision number, which increments by 1 each time the Cart is updated.
23
23
  * @readonly
24
24
  */
25
- revision?: string | null;
25
+ revision?: string;
26
26
  /**
27
27
  * Line items added to the Cart by the customer.
28
28
  * This list may include items in stock and invalid out out stock.
@@ -2034,7 +2034,7 @@ interface LineItem {
2034
2034
  }
2035
2035
  interface CreateCurrentCartRequest {
2036
2036
  /** Cart to be created. */
2037
- cart: Cart;
2037
+ cart?: Cart;
2038
2038
  /**
2039
2039
  * A list of catalog items to add to the cart.
2040
2040
  * @maxSize 300