hvp-shared 6.7.0 → 6.7.1

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.
@@ -129,6 +129,7 @@ export interface QvetPurchaseResponse {
129
129
  orderNumber: number | null;
130
130
  invoiceDate: string | null;
131
131
  reference: string;
132
+ brand: string;
132
133
  syncedAt: string;
133
134
  }
134
135
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "6.7.0",
3
+ "version": "6.7.1",
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",