@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.
- package/build/cjs/index.js.map +1 -1
- package/build/cjs/index.typings.d.ts +4 -0
- package/build/cjs/index.typings.js.map +1 -1
- package/build/cjs/meta.d.ts +4 -0
- package/build/cjs/meta.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.d.mts +4 -0
- package/build/es/index.typings.mjs.map +1 -1
- package/build/es/meta.d.mts +4 -0
- 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 +4 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/cjs/meta.d.ts +4 -0
- 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 +4 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/build/internal/es/meta.d.mts +4 -0
- 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 {
|