hvp-shared 6.54.0 → 6.55.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.
@@ -31,6 +31,10 @@ export interface CoveragePeriod {
31
31
  durationDays: number;
32
32
  /** Employment ID — only present for employment periods */
33
33
  employmentId?: string;
34
+ /** Job ID — only present for employment periods */
35
+ jobId?: string;
36
+ /** Guaranteed income — only present for employment periods */
37
+ guaranteedIncome?: number;
34
38
  }
35
39
  /**
36
40
  * Coverage summary for a single collaborator.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "6.54.0",
3
+ "version": "6.55.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",