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