@wix/auto_sdk_data-extension-schema_schemas 1.0.148 → 1.0.150

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.
@@ -685,6 +685,8 @@ interface ComponentData extends ComponentDataDataOneOf {
685
685
  * Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
686
686
  */
687
687
  storesProductRestrictions?: ProductRestrictionsConfig;
688
+ /** Bookings Staff Sorting Provider SPI */
689
+ staffSortingProvider?: StaffSortingProviderConfig;
688
690
  }
689
691
  /** @oneof */
690
692
  interface ComponentDataDataOneOf {
@@ -801,6 +803,8 @@ interface ComponentDataDataOneOf {
801
803
  * Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
802
804
  */
803
805
  storesProductRestrictions?: ProductRestrictionsConfig;
806
+ /** Bookings Staff Sorting Provider SPI */
807
+ staffSortingProvider?: StaffSortingProviderConfig;
804
808
  }
805
809
  /** An iframe to be displayed on the user’s site */
806
810
  interface WidgetComponentData {
@@ -17474,7 +17478,7 @@ interface ProviderConfigMessage {
17474
17478
  * Can be used in conjunction with ListFilteringCapabilities.
17475
17479
  * When a provider first integrates with segments, we allow to pass empty filtering_capabilities, and to gradually add capabilities.
17476
17480
  * a provider with 0 capabilities will not be shown in the UI.
17477
- * @maxSize 20
17481
+ * @maxSize 50
17478
17482
  */
17479
17483
  filteringCapabilities?: FilteringCapability[];
17480
17484
  /**