@arsedizioni/ars-utils 18.5.24 → 18.5.26

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.
@@ -157,6 +157,8 @@ export declare class ClipperSearchParams {
157
157
  titleOnly?: boolean | null;
158
158
  showUnreadDocumentsOnly?: boolean | null;
159
159
  showCommentedDocumentsOnly?: boolean | null;
160
+ showNotAbrogatedDocumentsOnly?: boolean | null;
161
+ expandTextQueryUsingAI?: boolean | null;
160
162
  number?: string | null;
161
163
  fromDate?: Date | null;
162
164
  toDate?: Date | null;