merchi_sdk_js 0.0.45 → 0.0.46
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/package.json +1 -1
- package/src/product_types.js +4 -0
package/package.json
CHANGED
package/src/product_types.js
CHANGED
@@ -21,6 +21,10 @@ productTypes.add(16, 'supply seller MOD(made on demand) cloned');
|
|
21
21
|
productTypes.add(17, 'supplier to supplier resell MOD(made on demand)');
|
22
22
|
productTypes.add(18, 'supplier resell cloned');
|
23
23
|
productTypes.add(19, 'supply domain reference');
|
24
|
+
productTypes.add(20, 'seller file download');
|
25
|
+
productTypes.add(21, 'supplier mod supply chain request');
|
26
|
+
productTypes.add(22, 'supplier supply chain request');
|
27
|
+
productTypes.add(23, 'lead form');
|
24
28
|
|
25
29
|
export const productTypesInts = new Dictionary();
|
26
30
|
productTypes.each(function (key, value) {
|