@wix/auto_sdk_ecom_current-cart 1.0.133 → 1.0.134

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.
@@ -3278,7 +3278,7 @@ declare function onCartCreated(handler: (event: CartCreatedEnvelope) => void | P
3278
3278
  * Retrieves the current site visitor's cart.
3279
3279
  *
3280
3280
  * >**Note:**
3281
- * >This method requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
3281
+ * >This method requires [visitor or member authentication](https://dev.wix.com/docs/api-reference/articles/authentication/about-identities).
3282
3282
  * @public
3283
3283
  * @permissionId ECOM.READ_CARTS
3284
3284
  * @applicableIdentity APP
@@ -3291,7 +3291,7 @@ declare function getCurrentCart(): Promise<NonNullablePaths<Cart, `lineItems` |
3291
3291
  *
3292
3292
  * >**Notes:**
3293
3293
  * >+ When adding catalog line items, the `lineItems.catalogReference.appId` and `lineItems.catalogReference.catalogItemId` fields are required.
3294
- * >+ This method requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
3294
+ * >+ This method requires [visitor or member authentication](https://dev.wix.com/docs/api-reference/articles/authentication/about-identities).
3295
3295
  * >+ After a cart is updated, call [Refresh Cart](https://dev.wix.com/docs/sdk/frontend-modules/ecom/refresh-cart) to update the cart's UI elements and trigger the Cart Updated event.
3296
3296
  * @public
3297
3297
  * @requiredField options.lineItems.catalogReference
@@ -3333,7 +3333,7 @@ interface UpdateCurrentCartOptions {
3333
3333
  *
3334
3334
  * >**Notes:**
3335
3335
  * >+ When adding catalog line items, the `lineItems.catalogReference.appId` and `lineItems.catalogReference.catalogItemId` fields are required.
3336
- * >+ This method requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
3336
+ * >+ This method requires [visitor or member authentication](https://dev.wix.com/docs/api-reference/articles/authentication/about-identities).
3337
3337
  * >+ After a cart is updated, call [Refresh Cart](https://dev.wix.com/docs/sdk/frontend-modules/ecom/refresh-cart) to update the cart's UI elements and trigger the Cart Updated event.
3338
3338
  * @public
3339
3339
  * @requiredField options.customLineItems.itemType