@indigina/wms-api 0.0.146 → 0.0.147
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
|
@@ -2814,6 +2814,8 @@ declare const PackingProcesses: {
|
|
|
2814
2814
|
readonly PickPack: "PickPack";
|
|
2815
2815
|
readonly PickPackBySku: "PickPackBySku";
|
|
2816
2816
|
readonly BatchPacking: "BatchPacking";
|
|
2817
|
+
readonly DispatchPackingWeb: "DispatchPackingWeb";
|
|
2818
|
+
readonly SkuPackingWeb: "SkuPackingWeb";
|
|
2817
2819
|
};
|
|
2818
2820
|
type PackingProcesses = typeof PackingProcesses[keyof typeof PackingProcesses];
|
|
2819
2821
|
|