@wix/auto_sdk_stores_catalog-imports-v-3 1.0.4 → 1.0.5
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.js.map +1 -1
- package/build/es/index.mjs.map +1 -1
- package/build/es/index.typings.mjs.map +1 -1
- package/build/internal/cjs/index.js.map +1 -1
- package/build/internal/cjs/index.typings.d.ts +6 -0
- package/build/internal/cjs/index.typings.js.map +1 -1
- package/build/internal/es/index.mjs.map +1 -1
- package/build/internal/es/index.typings.d.mts +6 -0
- package/build/internal/es/index.typings.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -179,6 +179,12 @@ interface ProductWithInventory extends ProductWithInventoryTypedPropertiesOneOf
|
|
|
179
179
|
* @format GUID
|
|
180
180
|
*/
|
|
181
181
|
importId?: string | null;
|
|
182
|
+
/**
|
|
183
|
+
* Optional - ID of the app that manages the inventory for this product.
|
|
184
|
+
* @internal
|
|
185
|
+
* @format GUID
|
|
186
|
+
*/
|
|
187
|
+
inventoryAppId?: string | null;
|
|
182
188
|
/** Product variants. */
|
|
183
189
|
variantsInfo?: VariantsInfo;
|
|
184
190
|
/** Subscription details. */
|