@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.
@@ -3131,7 +3131,7 @@ declare function onCartCreated(handler: (event: CartCreatedEnvelope) => void | P
3131
3131
  * Retrieves the current site visitor's cart.
3132
3132
  *
3133
3133
  * >**Note:**
3134
- * >This method requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
3134
+ * >This method requires [visitor or member authentication](https://dev.wix.com/docs/api-reference/articles/authentication/about-identities).
3135
3135
  * @public
3136
3136
  * @permissionId ECOM.READ_CARTS
3137
3137
  * @applicableIdentity APP
@@ -3144,7 +3144,7 @@ declare function getCurrentCart(): Promise<NonNullablePaths<Cart, `lineItems` |
3144
3144
  *
3145
3145
  * >**Notes:**
3146
3146
  * >+ When adding catalog line items, the `lineItems.catalogReference.appId` and `lineItems.catalogReference.catalogItemId` fields are required.
3147
- * >+ This method requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
3147
+ * >+ This method requires [visitor or member authentication](https://dev.wix.com/docs/api-reference/articles/authentication/about-identities).
3148
3148
  * >+ 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.
3149
3149
  * @public
3150
3150
  * @requiredField options.lineItems.catalogReference
@@ -3186,7 +3186,7 @@ interface UpdateCurrentCartOptions {
3186
3186
  *
3187
3187
  * >**Notes:**
3188
3188
  * >+ When adding catalog line items, the `lineItems.catalogReference.appId` and `lineItems.catalogReference.catalogItemId` fields are required.
3189
- * >+ This method requires [visitor or member authentication](https://dev.wix.com/docs/rest/articles/getting-started/access-types-and-permissions).
3189
+ * >+ This method requires [visitor or member authentication](https://dev.wix.com/docs/api-reference/articles/authentication/about-identities).
3190
3190
  * >+ 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.
3191
3191
  * @public
3192
3192
  * @requiredField options.customLineItems.itemType