@wix/auto_sdk_data-extension-schema_schemas 1.0.147 → 1.0.148
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
|
@@ -672,6 +672,11 @@ 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
|
|
@@ -783,6 +788,11 @@ interface ComponentDataDataOneOf {
|
|
|
783
788
|
* Learn More: https://dev.wix.com/docs/build-apps/develop-your-app/extensions/site-extensions/site-widgets/about-site-widget-extensions
|
|
784
789
|
*/
|
|
785
790
|
customElementWidget?: CustomElementWidget;
|
|
791
|
+
/**
|
|
792
|
+
* Integrate any external inventory with the Wix eCommerce platform.
|
|
793
|
+
* Learn More: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/catalogs/inventory-service-plugin/introduction
|
|
794
|
+
*/
|
|
795
|
+
ecomInventory?: InventorySpiConfig;
|
|
786
796
|
/**
|
|
787
797
|
* Restriction service plugin for editing products managed by third-party fulfillment apps, such as dropshipping or print-on-demand services
|
|
788
798
|
* Learn More: https://dev.wix.com/docs/rest/business-solutions/stores/service-plugins/product-restrictions-v3/introduction
|