@wix/auto_sdk_ecom_cart 1.0.98 → 1.0.99
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/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +9 -2
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +9 -2
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +9 -2
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +9 -2
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +9 -2
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +9 -2
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +9 -2
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +9 -2
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1168,10 +1168,17 @@ interface CustomLineItem {
|
|
|
1168
1168
|
*/
|
|
1169
1169
|
media?: string;
|
|
1170
1170
|
/**
|
|
1171
|
-
* Custom line item ID.
|
|
1171
|
+
* Deprecated. Custom line item ID.
|
|
1172
1172
|
*
|
|
1173
|
-
*
|
|
1173
|
+
* To maintain a unique value for a custom line item across multiple carts and orders, pass `catalogReference` instead.
|
|
1174
|
+
* Learn more about [custom items with catalog reference](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/catalogs/catalog-and-custom-items#custom-item-with-catalog-reference).
|
|
1174
1175
|
* @format GUID
|
|
1176
|
+
* @readonly
|
|
1177
|
+
* @deprecated Deprecated. Custom line item ID.
|
|
1178
|
+
*
|
|
1179
|
+
* To maintain a unique value for a custom line item across multiple carts and orders, pass `catalogReference` instead.
|
|
1180
|
+
* Learn more about [custom items with catalog reference](https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/catalogs/catalog-and-custom-items#custom-item-with-catalog-reference).
|
|
1181
|
+
* @targetRemovalDate 2026-05-01
|
|
1175
1182
|
*/
|
|
1176
1183
|
_id?: string | null;
|
|
1177
1184
|
/**
|