hvp-shared 6.61.0 → 6.62.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.
@@ -662,6 +662,8 @@ export interface UpdateCashFlowReviewRequest {
662
662
  /** Structured reasons why this entry is invalid */
663
663
  invalidReasons?: CashFlowInvalidReason[];
664
664
  observations?: string;
665
+ /** Manual accounting code override from the catalog */
666
+ accountingCode?: number;
665
667
  }
666
668
  /**
667
669
  * Single cash flow record from QVET (Entradas/Salidas de Caja)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "6.61.0",
3
+ "version": "6.62.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",