@wix/auto_sdk_bookings_resources 1.0.29 → 1.0.30

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.
@@ -68,8 +68,9 @@ interface BulkUpdateResourcesSignature {
68
68
  * Updates multiple resources.
69
69
  *
70
70
  *
71
- * Each time the resource is updated, `revision` increments by 1. You must include the current revision of the resource when updating it.
72
- * This ensures you're working with the latest service information and prevents unintended overwrites.
71
+ * Refer to *Update Resource*
72
+ * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/resources/update-resource) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/resources/resources-v2/update-resource))
73
+ * for more details.
73
74
  * @param - Resources to update.
74
75
  */
75
76
  (resources: MaskedResource[], options?: BulkUpdateResourcesOptions | undefined): Promise<BulkUpdateResourcesResponse>;