@wix/auto_sdk_data-extension-schema_schemas 1.0.256 → 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.
@@ -731,6 +731,11 @@ interface ComponentData extends ComponentDataDataOneOf {
731
731
  storesProductRestrictions?: ProductRestrictionsConfig;
732
732
  /** Bookings Staff Sorting Provider SPI */
733
733
  staffSortingProvider?: StaffSortingProviderConfig;
734
+ /**
735
+ * Integrate your supplier or fulfillment platform's product catalog with Suppliers Hub Marketplace.
736
+ * Learn More: https://dev.wix.com/docs/api-reference/business-solutions/suppliers-hub/marketplace-provider-service-plugin/introduction
737
+ */
738
+ shubMarketplaceProvider?: MarketplaceProviderConfig;
734
739
  /**
735
740
  * 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.
736
741
  * Learn More: https://dev.wix.com/docs/sdk/core-modules/realtime/extensions/realtime-permissions-provider/check-subscriber-permissions
@@ -863,6 +868,11 @@ interface ComponentDataDataOneOf {
863
868
  storesProductRestrictions?: ProductRestrictionsConfig;
864
869
  /** Bookings Staff Sorting Provider SPI */
865
870
  staffSortingProvider?: StaffSortingProviderConfig;
871
+ /**
872
+ * Integrate your supplier or fulfillment platform's product catalog with Suppliers Hub Marketplace.
873
+ * Learn More: https://dev.wix.com/docs/api-reference/business-solutions/suppliers-hub/marketplace-provider-service-plugin/introduction
874
+ */
875
+ shubMarketplaceProvider?: MarketplaceProviderConfig;
866
876
  /**
867
877
  * 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.
868
878
  * Learn More: https://dev.wix.com/docs/sdk/core-modules/realtime/extensions/realtime-permissions-provider/check-subscriber-permissions
@@ -15922,7 +15932,8 @@ interface StateContextItem extends StateContextItemValueOneOf {
15922
15932
  */
15923
15933
  enumValue?: string | null;
15924
15934
  /**
15925
- * Key of the context.items entry this value applies to. Must reference an existing item whose data_type is booleanValue or textEnum
15935
+ * Key of the context.items entry this value applies to. Must reference an existing item whose
15936
+ * data_type is booleanValue or textEnum
15926
15937
  * @maxLength 100
15927
15938
  */
15928
15939
  itemKey?: string | null;