hvp-shared 14.7.0 → 14.8.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.
@@ -28,6 +28,11 @@ export interface MarkPaymentStatusRequest {
28
28
  paidAt?: string;
29
29
  paymentMethod?: string;
30
30
  notes?: string;
31
+ /**
32
+ * For variable recurring items: the amount for this period. Setting it (with or without
33
+ * marking paid) records/updates the per-month entry.
34
+ */
35
+ amount?: number;
31
36
  }
32
37
  export interface CreateRecurringPaymentRequest {
33
38
  supplier: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "14.7.0",
3
+ "version": "14.8.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",