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 at time of session creation */
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) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "6.72.1",
3
+ "version": "6.72.2",
4
4
  "description": "Shared types and utilities for HVP backend and frontend",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",