hvp-shared 6.72.0 → 6.72.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.
|
@@ -17,8 +17,10 @@ export interface InventorySessionItem {
|
|
|
17
17
|
family: string;
|
|
18
18
|
/** Stock at session creation (reference only, does not change) */
|
|
19
19
|
initialQvetStock: number;
|
|
20
|
-
/** Latest QVET stock (refreshed on each upload) */
|
|
20
|
+
/** Latest QVET stock (refreshed on each upload/download) */
|
|
21
21
|
currentQvetStock: number;
|
|
22
|
+
/** QVET stock at the moment this item was last counted (frozen at upload time) */
|
|
23
|
+
stockAtCountTime?: number;
|
|
22
24
|
/** Quantity counted by collaborator */
|
|
23
25
|
countedQuantity?: number;
|
|
24
26
|
/** Expired items counted */
|