@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +5 -1
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +5 -1
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +5 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +5 -1
- package/build/es/meta.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +5 -1
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +5 -1
- package/build/internal/cjs/meta.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +5 -1
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +5 -1
- package/build/internal/es/meta.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -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 {
|
|
@@ -17448,7 +17452,7 @@ interface ProviderConfigMessage {
|
|
|
17448
17452
|
* Can be used in conjunction with ListFilteringCapabilities.
|
|
17449
17453
|
* When a provider first integrates with segments, we allow to pass empty filtering_capabilities, and to gradually add capabilities.
|
|
17450
17454
|
* a provider with 0 capabilities will not be shown in the UI.
|
|
17451
|
-
* @maxSize
|
|
17455
|
+
* @maxSize 50
|
|
17452
17456
|
*/
|
|
17453
17457
|
filteringCapabilities?: FilteringCapability[];
|
|
17454
17458
|
/**
|