@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
|
@@ -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
|
|
17481
|
+
* @maxSize 50
|
|
17478
17482
|
*/
|
|
17479
17483
|
filteringCapabilities?: FilteringCapability[];
|
|
17480
17484
|
/**
|