@indigina/wms-api 0.0.145 → 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/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @indigina/wms-api@0.0.
|
|
1
|
+
# @indigina/wms-api@0.0.147
|
|
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.
|
|
27
|
+
npm install @indigina/wms-api@0.0.147 --save
|
|
28
28
|
```
|
|
29
29
|
|
|
30
30
|
_without publishing (not recommended):_
|
|
@@ -7456,6 +7456,26 @@ const APIS = [AnalyticsService, CarrierProviderIntegrationsService, CartonDelive
|
|
|
7456
7456
|
* Do not edit the class manually.
|
|
7457
7457
|
*/
|
|
7458
7458
|
|
|
7459
|
+
/**
|
|
7460
|
+
* Wms.API.Client
|
|
7461
|
+
*
|
|
7462
|
+
*
|
|
7463
|
+
*
|
|
7464
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7465
|
+
* https://openapi-generator.tech
|
|
7466
|
+
* Do not edit the class manually.
|
|
7467
|
+
*/
|
|
7468
|
+
|
|
7469
|
+
/**
|
|
7470
|
+
* Wms.API.Client
|
|
7471
|
+
*
|
|
7472
|
+
*
|
|
7473
|
+
*
|
|
7474
|
+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7475
|
+
* https://openapi-generator.tech
|
|
7476
|
+
* Do not edit the class manually.
|
|
7477
|
+
*/
|
|
7478
|
+
|
|
7459
7479
|
/**
|
|
7460
7480
|
* Wms.API.Client
|
|
7461
7481
|
*
|
|
@@ -7641,16 +7661,6 @@ const DocumentTypes = {
|
|
|
7641
7661
|
* Do not edit the class manually.
|
|
7642
7662
|
*/
|
|
7643
7663
|
|
|
7644
|
-
/**
|
|
7645
|
-
* Wms.API.Client
|
|
7646
|
-
*
|
|
7647
|
-
*
|
|
7648
|
-
*
|
|
7649
|
-
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
|
7650
|
-
* https://openapi-generator.tech
|
|
7651
|
-
* Do not edit the class manually.
|
|
7652
|
-
*/
|
|
7653
|
-
|
|
7654
7664
|
/**
|
|
7655
7665
|
* Wms.API.Client
|
|
7656
7666
|
*
|
|
@@ -7789,7 +7799,9 @@ const PackingProcesses = {
|
|
|
7789
7799
|
SkuPacking: 'SkuPacking',
|
|
7790
7800
|
PickPack: 'PickPack',
|
|
7791
7801
|
PickPackBySku: 'PickPackBySku',
|
|
7792
|
-
BatchPacking: 'BatchPacking'
|
|
7802
|
+
BatchPacking: 'BatchPacking',
|
|
7803
|
+
DispatchPackingWeb: 'DispatchPackingWeb',
|
|
7804
|
+
SkuPackingWeb: 'SkuPackingWeb'
|
|
7793
7805
|
};
|
|
7794
7806
|
|
|
7795
7807
|
/**
|