@arsedizioni/ars-utils 18.2.411 → 18.2.413

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.
@@ -611,7 +611,9 @@ export interface ClipperDeadlineInfo {
611
611
  alarmDate?: Date | null;
612
612
  alarmMemo?: string | null;
613
613
  alarmSent?: boolean | null;
614
+ isMenuOpen?: boolean | null;
614
615
  isExpired?: boolean | null;
616
+ isExpiring?: boolean | null;
615
617
  isClosed?: boolean | null;
616
618
  isClosable?: boolean | null;
617
619
  isPrivate?: boolean | null;