@arsedizioni/ars-utils 18.5.25 → 18.5.27

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.
@@ -153,10 +153,12 @@ export declare class ClipperSearchParams {
153
153
  searchId?: number | null;
154
154
  searchName?: string | null;
155
155
  text?: string | null;
156
+ augmentedText?: string | null;
156
157
  title?: string | null;
157
158
  titleOnly?: boolean | null;
158
159
  showUnreadDocumentsOnly?: boolean | null;
159
160
  showCommentedDocumentsOnly?: boolean | null;
161
+ showNotAbrogatedDocumentsOnly?: boolean | null;
160
162
  expandTextQueryUsingAI?: boolean | null;
161
163
  number?: string | null;
162
164
  fromDate?: Date | null;