hvp-shared 6.92.0 → 6.94.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,8 @@ export interface InventorySessionSummaryResponse {
28
28
  inProgressItems: number;
29
29
  /** Number of times an Excel was uploaded */
30
30
  uploadCount: number;
31
+ /** Unique col_codes of collaborators who participated (from activityLog) */
32
+ participantCodes: string[];
31
33
  createdByName: string;
32
34
  createdAt: string;
33
35
  updatedAt: string;
@@ -55,6 +55,7 @@ export interface QvetVisitQueryParams {
55
55
  branch?: string;
56
56
  visitType?: string;
57
57
  species?: string;
58
+ qvetPetId?: number;
58
59
  search?: string;
59
60
  page?: number;
60
61
  limit?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "6.92.0",
3
+ "version": "6.94.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",