hvp-shared 6.49.0 → 6.51.0

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.
@@ -38,6 +38,7 @@ export interface CashReconciliationResponse {
38
38
  cardTerminalTotal: number | null;
39
39
  cardTerminalPriorAmount: number | null;
40
40
  cardDiscrepancy: number | null;
41
+ cardDiscrepancyJustification: string;
41
42
  observations: string;
42
43
  warnings: CashReconciliationWarning[];
43
44
  hasWarnings: boolean;
@@ -374,6 +374,7 @@ export type ConsolidatedTransferStatus = 'completed' | 'pending';
374
374
  */
375
375
  export interface ConsolidatedTransferItem {
376
376
  productName: string;
377
+ qvetCode?: number;
377
378
  quantity: number;
378
379
  unitCost: number;
379
380
  totalValue: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "6.49.0",
3
+ "version": "6.51.0",
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",