@wix/auto_sdk_data-extension-schema_schemas 1.0.148 → 1.0.149

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.
@@ -682,6 +682,8 @@ interface ComponentData extends ComponentDataDataOneOf {
682
682
  * Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
683
683
  */
684
684
  storesProductRestrictions?: ProductRestrictionsConfig;
685
+ /** Bookings Staff Sorting Provider SPI */
686
+ staffSortingProvider?: StaffSortingProviderConfig;
685
687
  }
686
688
  /** @oneof */
687
689
  interface ComponentDataDataOneOf {
@@ -798,6 +800,8 @@ interface ComponentDataDataOneOf {
798
800
  * Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
799
801
  */
800
802
  storesProductRestrictions?: ProductRestrictionsConfig;
803
+ /** Bookings Staff Sorting Provider SPI */
804
+ staffSortingProvider?: StaffSortingProviderConfig;
801
805
  }
802
806
  /** An iframe to be displayed on the user’s site */
803
807
  interface WidgetComponentData {