@wix/auto_sdk_data-extension-schema_schemas 1.0.257 → 1.0.258

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.
@@ -738,6 +738,11 @@ interface ComponentData extends ComponentDataDataOneOf {
738
738
  storesProductRestrictions?: ProductRestrictionsConfig;
739
739
  /** Bookings Staff Sorting Provider SPI */
740
740
  staffSortingProvider?: StaffSortingProviderConfig;
741
+ /**
742
+ * Integrate your supplier or fulfillment platform's product catalog with Suppliers Hub Marketplace.
743
+ * Learn More: https://dev.wix.com/docs/api-reference/business-solutions/suppliers-hub/marketplace-provider-service-plugin/introduction
744
+ */
745
+ shubMarketplaceProvider?: MarketplaceProviderConfig;
741
746
  /**
742
747
  * Realtime Permissions Provider SPI - integrate with Wix to control who can receive messages on your Wix Realtime channels, by providing a custom permissions check that authorizes whether a subscriber is allowed to subscribe to your app's channels.
743
748
  * Learn More: https://dev.wix.com/docs/sdk/core-modules/realtime/extensions/realtime-permissions-provider/check-subscriber-permissions
@@ -870,6 +875,11 @@ interface ComponentDataDataOneOf {
870
875
  storesProductRestrictions?: ProductRestrictionsConfig;
871
876
  /** Bookings Staff Sorting Provider SPI */
872
877
  staffSortingProvider?: StaffSortingProviderConfig;
878
+ /**
879
+ * Integrate your supplier or fulfillment platform's product catalog with Suppliers Hub Marketplace.
880
+ * Learn More: https://dev.wix.com/docs/api-reference/business-solutions/suppliers-hub/marketplace-provider-service-plugin/introduction
881
+ */
882
+ shubMarketplaceProvider?: MarketplaceProviderConfig;
873
883
  /**
874
884
  * Realtime Permissions Provider SPI - integrate with Wix to control who can receive messages on your Wix Realtime channels, by providing a custom permissions check that authorizes whether a subscriber is allowed to subscribe to your app's channels.
875
885
  * Learn More: https://dev.wix.com/docs/sdk/core-modules/realtime/extensions/realtime-permissions-provider/check-subscriber-permissions