@arsedizioni/ars-utils 18.2.424 → 18.2.425

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.
@@ -608,6 +608,10 @@ export interface ClipperDeadlineInfo {
608
608
  teamId?: string | null;
609
609
  teamName?: string | null;
610
610
  description?: string | null;
611
+ documentTitle?: string | null;
612
+ documentId?: string | null;
613
+ documentNumber?: string | null;
614
+ documentDate?: Date | null;
611
615
  emails?: string | null;
612
616
  expiringDate?: Date | null;
613
617
  expiredAlertSent?: boolean | null;