kcommons 18.3.5 → 18.3.6
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.
|
@@ -286,7 +286,6 @@ export interface IASNItem {
|
|
|
286
286
|
vendor: INestedVendor | null;
|
|
287
287
|
used_in_grn_items: INestedGRNItem[] | null;
|
|
288
288
|
po_asn_item_junction: INestedPOASNItemJunction | null;
|
|
289
|
-
ewaybill: INestedEwaybill[] | null;
|
|
290
289
|
}
|
|
291
290
|
export interface INestedASNItem extends Omit<IASNItem, "company" | "item" | "parent_asn" | "vendor" | "parent_po_item" | "used_in_grn_items" | "po_asn_item_junction" | "ewaybill"> {
|
|
292
291
|
}
|