@arsedizioni/ars-utils 18.2.455 → 18.2.456

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.
@@ -625,6 +625,7 @@ export interface ClipperDeadlineInfo {
625
625
  expiringDate?: Date | null;
626
626
  expiredAlertSent?: boolean | null;
627
627
  expiringInfo?: string | null;
628
+ expiringDescription?: string | null;
628
629
  nextExpiringDate?: Date | null;
629
630
  alarmDays?: number | null;
630
631
  alarmDate?: Date | null;