@arsedizioni/ars-utils 18.5.26 → 18.5.28

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,6 +153,7 @@ 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;
@@ -315,6 +316,7 @@ export declare class ClipperSearchResult {
315
316
  facets?: ClipperSearchFacetsSnapshot | null;
316
317
  tags?: NameValueItem<string>[] | null;
317
318
  total?: number | null;
319
+ terms?: string[] | null;
318
320
  searchInfo?: any | null;
319
321
  searchParams?: ClipperSearchParams | null;
320
322
  snapshotMode?: ClipperQueryReferencesMode | null;