@arsedizioni/ars-utils 18.2.516 → 18.2.518

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.
@@ -267,6 +267,7 @@ export interface ClipperDocumentInfo {
267
267
  sourceNumber?: string | null;
268
268
  sourceDate?: Date | null;
269
269
  source?: string | null;
270
+ sector?: string | null;
270
271
  origin?: string | null;
271
272
  originDescription?: string | null;
272
273
  author?: string | null;
@@ -154,7 +154,7 @@ export declare class ClipperService implements OnDestroy {
154
154
  */
155
155
  referencesFacets(params: ClipperReferencesSearchParams): import("rxjs").Observable<ApiResult<ClipperSearchFacetsResult>>;
156
156
  /**
157
- * Wrap document rendering
157
+ * Wrap document rendering to allow token refresh
158
158
  */
159
159
  preRender(): import("rxjs").Observable<ApiResult<boolean>>;
160
160
  /**