@arsedizioni/ars-utils 19.1.59 → 19.1.60

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.
@@ -194,7 +194,7 @@ export declare class ClipperSearchParams {
194
194
  tags?: NameValueItem<string>[] | null;
195
195
  author?: string | null;
196
196
  authors?: NameValueItem<string>[] | null;
197
- reason?: number | null;
197
+ changeReason?: number | null;
198
198
  changedNumber?: string | null;
199
199
  changedYear?: number | null;
200
200
  changedTitle?: string | null;
@@ -1480,7 +1480,7 @@ class ClipperSearchParams {
1480
1480
  this.tags = null;
1481
1481
  this.author = null;
1482
1482
  this.authors = null;
1483
- this.reason = null;
1483
+ this.changeReason = null;
1484
1484
  this.changedNumber = null;
1485
1485
  this.changedYear = null;
1486
1486
  this.changedTitle = null;
@@ -1992,7 +1992,7 @@ class ClipperSearchUtils {
1992
1992
  params.showNotAbrogatedDocumentsOnly = false;
1993
1993
  params.expandTextQueryUsingAI = false;
1994
1994
  params.channels = [...ClipperChannels];
1995
- params.reason = null;
1995
+ params.changeReason = null;
1996
1996
  params.changedNumber = null;
1997
1997
  params.changedYear = null;
1998
1998
  params.changedTitle = null;