merchi_sdk_js 0.0.32 → 0.0.33
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +1 -1
- package/src/product.js +1 -1
package/package.json
CHANGED
package/src/product.js
CHANGED
@@ -77,7 +77,7 @@ export function Product() {
|
|
77
77
|
addPropertyTo(this, 'suppliedByDomains', SupplyDomain);
|
78
78
|
addPropertyTo(this, 'autoAssignProductionOnAction');
|
79
79
|
addPropertyTo(this, 'supplyDomains', SupplyDomain);
|
80
|
-
addPropertyTo(this, '
|
80
|
+
addPropertyTo(this, 'inventoryGroups', InventoryGroup);
|
81
81
|
addPropertyTo(this, 'images', MerchiFile);
|
82
82
|
addPropertyTo(this, 'featureImage', MerchiFile);
|
83
83
|
addPropertyTo(this, 'publicFiles', MerchiFile);
|