@indigina/wms-api 0.0.127 → 0.0.128

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.127
1
+ # @indigina/wms-api@0.0.128
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.127 --save
27
+ npm install @indigina/wms-api@0.0.128 --save
28
28
  ```
29
29
 
30
30
  _without publishing (not recommended):_
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indigina/wms-api",
3
- "version": "0.0.127",
3
+ "version": "0.0.128",
4
4
  "description": "OpenAPI client for @indigina/wms-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
@@ -1791,28 +1791,26 @@ declare namespace Delivery {
1791
1791
  */
1792
1792
 
1793
1793
  interface DeliveryCreateModel {
1794
- useDirectivePutAway: boolean;
1794
+ useDirectivePutAway?: boolean;
1795
1795
  hbRef: string;
1796
1796
  asnDate: string;
1797
1797
  warehouseEtaDate: string;
1798
1798
  deliveryType: DeliveryType;
1799
1799
  deliveryStatus: OrderStatus;
1800
1800
  qcType?: QcType;
1801
- qcRequired: boolean;
1802
- createdDate: string;
1801
+ qcRequired?: boolean;
1802
+ createdDate?: string;
1803
1803
  arrivedDate?: string | null;
1804
1804
  receivingStartDate?: string | null;
1805
1805
  confirmedDate?: string | null;
1806
1806
  recordType: RecordType;
1807
1807
  receiptReasonId?: string | null;
1808
1808
  supplierCompliance?: boolean | null;
1809
- directivePutAwayComplete: boolean;
1809
+ directivePutAwayComplete?: boolean;
1810
1810
  isStockAdjustment?: boolean | null;
1811
- createdFromShortReceipt: boolean;
1811
+ createdFromShortReceipt?: boolean;
1812
1812
  customerCompanyId: string;
1813
1813
  supplierCompanyId: string;
1814
- ownerCompanyId?: string | null;
1815
- deliveryNumber?: string | null;
1816
1814
  dcId: string;
1817
1815
  }
1818
1816
  declare namespace DeliveryCreateModel {
@@ -1863,24 +1861,24 @@ declare namespace DeliverySummary {
1863
1861
  */
1864
1862
 
1865
1863
  interface DeliveryUpdateModel {
1866
- useDirectivePutAway: boolean;
1864
+ useDirectivePutAway?: boolean;
1867
1865
  hbRef: string;
1868
1866
  asnDate: string;
1869
1867
  warehouseEtaDate: string;
1870
1868
  deliveryType: DeliveryType;
1871
1869
  deliveryStatus: OrderStatus;
1872
1870
  qcType?: QcType;
1873
- qcRequired: boolean;
1874
- createdDate: string;
1871
+ qcRequired?: boolean;
1872
+ createdDate?: string;
1875
1873
  arrivedDate?: string | null;
1876
1874
  receivingStartDate?: string | null;
1877
1875
  confirmedDate?: string | null;
1878
1876
  recordType: RecordType;
1879
1877
  receiptReasonId?: string | null;
1880
1878
  supplierCompliance?: boolean | null;
1881
- directivePutAwayComplete: boolean;
1879
+ directivePutAwayComplete?: boolean;
1882
1880
  isStockAdjustment?: boolean | null;
1883
- createdFromShortReceipt: boolean;
1881
+ createdFromShortReceipt?: boolean;
1884
1882
  }
1885
1883
  declare namespace DeliveryUpdateModel {
1886
1884
  }
@@ -6196,24 +6194,24 @@ interface CartonView {
6196
6194
  */
6197
6195
 
6198
6196
  interface DeliveryDataModel {
6199
- useDirectivePutAway: boolean;
6197
+ useDirectivePutAway?: boolean;
6200
6198
  hbRef: string;
6201
6199
  asnDate: string;
6202
6200
  warehouseEtaDate: string;
6203
6201
  deliveryType: DeliveryType;
6204
6202
  deliveryStatus: OrderStatus;
6205
6203
  qcType?: QcType;
6206
- qcRequired: boolean;
6207
- createdDate: string;
6204
+ qcRequired?: boolean;
6205
+ createdDate?: string;
6208
6206
  arrivedDate?: string | null;
6209
6207
  receivingStartDate?: string | null;
6210
6208
  confirmedDate?: string | null;
6211
6209
  recordType: RecordType;
6212
6210
  receiptReasonId?: string | null;
6213
6211
  supplierCompliance?: boolean | null;
6214
- directivePutAwayComplete: boolean;
6212
+ directivePutAwayComplete?: boolean;
6215
6213
  isStockAdjustment?: boolean | null;
6216
- createdFromShortReceipt: boolean;
6214
+ createdFromShortReceipt?: boolean;
6217
6215
  }
6218
6216
  declare namespace DeliveryDataModel {
6219
6217
  }