@wix/auto_sdk_bookings_booking-policies 1.0.73 → 1.0.74

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.
@@ -384,8 +384,8 @@ declare enum SortingMethodType {
384
384
  /** Staff members are selected based on their priority ranking. */
385
385
  RANKING = "RANKING",
386
386
  /**
387
- * Staff members are selected using a custom method provided by StaffSelectionSPI.
388
- * This allows third-party apps to implement custom staff selection logic.
387
+ * Staff members are selected using a custom implementation provided by SortStaffSPI.
388
+ * This allows third-party apps to implement custom staff sorting logic.
389
389
  */
390
390
  CUSTOM = "CUSTOM"
391
391
  }
@@ -409,13 +409,13 @@ interface RankingOptions {
409
409
  */
410
410
  interface CustomOptions {
411
411
  /**
412
- * ID of the custom selection method implemented in StaffSelectionSPI.
412
+ * ID of the custom sorting method implemented in SortStaffSPI.
413
413
  * This identifies which custom sorting algorithm to use.
414
414
  * @format GUID
415
415
  */
416
- methodId?: string;
416
+ implementationId?: string;
417
417
  /**
418
- * ID of the app that provides the custom selection method.
418
+ * ID of the app that provides the custom sorting method.
419
419
  * @format GUID
420
420
  */
421
421
  appId?: string;
@@ -1625,8 +1625,6 @@ interface BookingPolicyCreatedEnvelope {
1625
1625
  }
1626
1626
  /**
1627
1627
  * Triggered when a booking policy is created.
1628
- * @permissionScope Manage Stores
1629
- * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1630
1628
  * @permissionScope Read Bookings - Public Data
1631
1629
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1632
1630
  * @permissionScope Manage Bookings Services and Settings
@@ -1654,8 +1652,6 @@ interface BookingPolicyDefaultBookingPolicySetEnvelope {
1654
1652
  * _Booking Policy Updated_
1655
1653
  * ([SDK](https://dev.wix.com/docs/sdk/backend-modules/bookings/booking-policies/on-booking-policy-updated) | [REST](https://dev.wix.com/docs/rest/business-solutions/bookings/policies/booking-policies/booking-policy-updated))
1656
1654
  * is also triggered both for the new and the previous default policy.
1657
- * @permissionScope Manage Stores
1658
- * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1659
1655
  * @permissionScope Read Bookings - Public Data
1660
1656
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1661
1657
  * @permissionScope Manage Bookings Services and Settings
@@ -1679,8 +1675,6 @@ interface BookingPolicyDeletedEnvelope {
1679
1675
  }
1680
1676
  /**
1681
1677
  * Triggered when a booking policy is deleted.
1682
- * @permissionScope Manage Stores
1683
- * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1684
1678
  * @permissionScope Read Bookings - Public Data
1685
1679
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1686
1680
  * @permissionScope Manage Bookings Services and Settings
@@ -1706,8 +1700,6 @@ interface BookingPolicyUpdatedEnvelope {
1706
1700
  /**
1707
1701
  * Triggered when a booking policy is updated, including when a policy's
1708
1702
  * `default` attribute changes.
1709
- * @permissionScope Manage Stores
1710
- * @permissionScopeId SCOPE.STORES.MANAGE-STORES
1711
1703
  * @permissionScope Read Bookings - Public Data
1712
1704
  * @permissionScopeId SCOPE.DC-BOOKINGS.READ-BOOKINGS-PUBLIC
1713
1705
  * @permissionScope Manage Bookings Services and Settings