@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.
- package/build/cjs/meta.d.ts +1 -4
- package/build/cjs/meta.js.map +1 -1
- package/build/es/meta.d.mts +1 -4
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/meta.d.ts +1 -4
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/meta.d.mts +1 -4
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
package/build/cjs/meta.d.ts
CHANGED
|
@@ -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`.
|