@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.146",
3
+ "version": "0.0.147",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -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