@arsedizioni/ars-utils 18.2.491 → 18.2.492

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.
@@ -757,11 +757,10 @@ export declare class ClipperArchiveFilesSearchParams {
757
757
  fromDate?: Date | null;
758
758
  toDate?: Date | null;
759
759
  topicPath?: string | null;
760
+ topicId?: string | null;
761
+ topicName?: string | null;
760
762
  titlesOnly?: boolean | null;
761
763
  text?: string | null;
762
- changedFromDate?: Date | null;
763
- changeReason?: number | null;
764
- changeState?: number | null;
765
764
  documentNumber?: string | null;
766
765
  documentYear?: number | null;
767
766
  first?: number | null;