hvp-shared 13.0.0 → 13.1.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.
@@ -215,6 +215,13 @@ export interface ListDocumentsQuery {
215
215
  search?: string;
216
216
  requiredForOnboarding?: boolean;
217
217
  requiresAcknowledgment?: boolean;
218
+ /**
219
+ * If true, the response is restricted to documents that the current user
220
+ * (1) can see per audience, (2) require an acknowledgment, and (3) the
221
+ * user has NOT yet acknowledged for the doc's current version. Combinable
222
+ * with the other filters. Implicit user resolution server-side.
223
+ */
224
+ pendingForCurrentUser?: boolean;
218
225
  /**
219
226
  * If true, the response includes `withdrawn` documents. Default: false
220
227
  * (server hides them unless explicitly requested). Ignored when `status`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hvp-shared",
3
- "version": "13.0.0",
3
+ "version": "13.1.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",