@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/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @indigina/wms-api@0.0.140
1
+ # @indigina/wms-api@0.0.141
2
2
 
3
3
  WMS API Client for Angular applications
4
4
 
@@ -24,7 +24,7 @@ Navigate to the folder of your consuming project and run one of next commands.
24
24
  _published:_
25
25
 
26
26
  ```console
27
- npm install @indigina/wms-api@0.0.140 --save
27
+ npm install @indigina/wms-api@0.0.141 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
@@ -7705,7 +7705,7 @@ const PackingProcesses = {
7705
7705
  SkuPacking: 'SkuPacking',
7706
7706
  PickPack: 'PickPack',
7707
7707
  PickPackBySku: 'PickPackBySku',
7708
- BatchPicking: 'BatchPicking'
7708
+ BatchPacking: 'BatchPacking'
7709
7709
  };
7710
7710
 
7711
7711
  /**