@wix/auto_sdk_data-extension-schema_schemas 1.0.147 → 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.
@@ -675,11 +675,18 @@ interface ComponentData extends ComponentDataDataOneOf {
675
675
  * Learn More: https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-widgets/about-site-widget-extensions
676
676
  */
677
677
  customElementWidget?: CustomElementWidget;
678
+ /**
679
+ * Integrate any external inventory with the Wix eCommerce platform.
680
+ * Learn More: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/catalogs/inventory-service-plugin/introduction
681
+ */
682
+ ecomInventory?: InventorySpiConfig;
678
683
  /**
679
684
  * Restriction service plugin for editing products managed by third-party fulfillment apps, such as dropshipping or print-on-demand services
680
685
  * Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
681
686
  */
682
687
  storesProductRestrictions?: ProductRestrictionsConfig;
688
+ /** Bookings Staff Sorting Provider SPI */
689
+ staffSortingProvider?: StaffSortingProviderConfig;
683
690
  }
684
691
  /** @oneof */
685
692
  interface ComponentDataDataOneOf {
@@ -786,11 +793,18 @@ interface ComponentDataDataOneOf {
786
793
  * Learn More: https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-widgets/about-site-widget-extensions
787
794
  */
788
795
  customElementWidget?: CustomElementWidget;
796
+ /**
797
+ * Integrate any external inventory with the Wix eCommerce platform.
798
+ * Learn More: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/catalogs/inventory-service-plugin/introduction
799
+ */
800
+ ecomInventory?: InventorySpiConfig;
789
801
  /**
790
802
  * Restriction service plugin for editing products managed by third-party fulfillment apps, such as dropshipping or print-on-demand services
791
803
  * Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
792
804
  */
793
805
  storesProductRestrictions?: ProductRestrictionsConfig;
806
+ /** Bookings Staff Sorting Provider SPI */
807
+ staffSortingProvider?: StaffSortingProviderConfig;
794
808
  }
795
809
  /** An iframe to be displayed on the user’s site */
796
810
  interface WidgetComponentData {