hvp-shared 6.72.1 → 6.72.2
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.
|
@@ -29,8 +29,14 @@ export interface InventorySessionItem {
|
|
|
29
29
|
nextExpirationDate?: string;
|
|
30
30
|
/** Collaborator comment */
|
|
31
31
|
comment?: string;
|
|
32
|
-
/** Unit price
|
|
32
|
+
/** Unit price (refreshed from CatalogItem on each action) */
|
|
33
33
|
unitPrice: number;
|
|
34
|
+
barcode?: string;
|
|
35
|
+
saleUnit?: string;
|
|
36
|
+
purchaseUnit?: string;
|
|
37
|
+
conversionFactor?: number;
|
|
38
|
+
stockControlType?: string;
|
|
39
|
+
usageType?: string;
|
|
34
40
|
/** Current item status */
|
|
35
41
|
status: InventoryItemStatus;
|
|
36
42
|
/** When the item was matched (ISO 8601) */
|