@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.
@@ -694,6 +694,8 @@ interface ComponentData extends ComponentDataDataOneOf {
694
694
  * @internal
695
695
  */
696
696
  sdkExports?: SDKExports;
697
+ /** Bookings Staff Sorting Provider SPI */
698
+ staffSortingProvider?: StaffSortingProviderConfig;
697
699
  }
698
700
  /** @oneof */
699
701
  interface ComponentDataDataOneOf {
@@ -815,6 +817,8 @@ interface ComponentDataDataOneOf {
815
817
  * @internal
816
818
  */
817
819
  sdkExports?: SDKExports;
820
+ /** Bookings Staff Sorting Provider SPI */
821
+ staffSortingProvider?: StaffSortingProviderConfig;
818
822
  }
819
823
  /** An iframe to be displayed on the user’s site */
820
824
  interface WidgetComponentData {
@@ -17465,7 +17469,7 @@ interface ProviderConfigMessage {
17465
17469
  * Can be used in conjunction with ListFilteringCapabilities.
17466
17470
  * When a provider first integrates with segments, we allow to pass empty filtering_capabilities, and to gradually add capabilities.
17467
17471
  * a provider with 0 capabilities will not be shown in the UI.
17468
- * @maxSize 20
17472
+ * @maxSize 50
17469
17473
  */
17470
17474
  filteringCapabilities?: FilteringCapability[];
17471
17475
  /**