@indigina/wms-api 0.0.140 → 0.0.141
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
CHANGED
|
@@ -2789,7 +2789,7 @@ declare const PackingProcesses: {
|
|
|
2789
2789
|
readonly SkuPacking: "SkuPacking";
|
|
2790
2790
|
readonly PickPack: "PickPack";
|
|
2791
2791
|
readonly PickPackBySku: "PickPackBySku";
|
|
2792
|
-
readonly
|
|
2792
|
+
readonly BatchPacking: "BatchPacking";
|
|
2793
2793
|
};
|
|
2794
2794
|
type PackingProcesses = typeof PackingProcesses[keyof typeof PackingProcesses];
|
|
2795
2795
|
|