@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.140",
3
+ "version": "0.0.141",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -2789,7 +2789,7 @@ declare const PackingProcesses: {
2789
2789
  readonly SkuPacking: "SkuPacking";
2790
2790
  readonly PickPack: "PickPack";
2791
2791
  readonly PickPackBySku: "PickPackBySku";
2792
- readonly BatchPicking: "BatchPicking";
2792
+ readonly BatchPacking: "BatchPacking";
2793
2793
  };
2794
2794
  type PackingProcesses = typeof PackingProcesses[keyof typeof PackingProcesses];
2795
2795