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