@wix/auto_sdk_ecom_current-cart-v-2 1.0.111 → 1.0.112

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.
@@ -589,10 +589,7 @@ interface ItemAttributes {
589
589
  membersOnly?: boolean;
590
590
  }
591
591
  interface PageUrlV2 {
592
- /**
593
- * The relative path for the page within the site. For example, `/product-page/a-product`.
594
- * @maxLength 200
595
- */
592
+ /** The relative path for the page within the site. For example, `/product-page/a-product`. */
596
593
  relativePath?: string;
597
594
  /**
598
595
  * The page's full URL. For example, `https://mysite.com/product-page/a-product`.