@arsedizioni/ars-utils 18.2.257 → 18.2.260

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.
@@ -169,9 +169,10 @@ export declare class ClipperSearchParams {
169
169
  modifierNumber?: string | null;
170
170
  modifierYear?: number | null;
171
171
  modifierTitle?: string | null;
172
- model?: number | null;
172
+ model?: ClipperModel | null;
173
173
  models?: ClipperModel[] | null;
174
- module?: number | null;
174
+ module?: ClipperModule | null;
175
+ modules?: ClipperModule[] | null;
175
176
  mode?: ClipperQueryReferencesMode | null;
176
177
  channels?: NameValueItem<ClipperChannel>[] | null;
177
178
  count?: number | null;