kcommons 13.17.0 → 13.17.1

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.
@@ -73,7 +73,6 @@ export interface IASN {
73
73
  shipping_store_location_id: string;
74
74
  status: ASN_STATUS;
75
75
  parent_po_id: string | null;
76
- sent_to_company_at: string | null;
77
76
  attachment_link: string | null;
78
77
  cancelled_by_entity: ASN_CANCELLED_BY_ENTITY | null;
79
78
  cancellation_remark: string | null;
@@ -85,6 +84,9 @@ export interface IASN {
85
84
  tracking_no: string | null;
86
85
  vehicle_no: string | null;
87
86
  is_deleted: boolean;
87
+ sent_to_company_at: string | null;
88
+ sent_to_company_for_approval_at: string | null;
89
+ approved_at: string | null;
88
90
  deleted_at: string;
89
91
  cancelled_at: string | null;
90
92
  delivered_at: string | null;
@@ -95,7 +97,6 @@ export interface IASN {
95
97
  estimated_date_of_dispatch: string;
96
98
  send_to_vendor_by_user_id: string | null;
97
99
  send_to_vendor_by_user_at: string | null;
98
- approved_at: string | null;
99
100
  road_vehicle_type: string | null;
100
101
  road_vehicle_no: string | null;
101
102
  road_driver_name: string | null;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kcommons",
3
- "version": "13.17.0",
3
+ "version": "13.17.1",
4
4
  "description": "",
5
5
  "main": "./build/index.js",
6
6
  "types": "./build/index.d.ts",