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`
|