@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.
- package/clipper.common/common/definitions.d.ts +2 -3
- package/esm2022/clipper.common/common/definitions.mjs +3 -4
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs +2 -3
- package/fesm2022/arsedizioni-ars-utils-clipper.common.mjs.map +1 -1
- package/package.json +18 -18
- package/ui.application/ui/components/chips-selector/chips-selector.component.d.ts +1 -1
|
@@ -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;
|