@arsedizioni/ars-utils 18.4.98 → 18.4.99

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.
@@ -286,7 +286,9 @@ export interface ClipperDocumentInfo {
286
286
  isExpired?: boolean | null;
287
287
  isExpiring?: boolean | null;
288
288
  isMenuOpen?: boolean | null;
289
+ applicableFromDate?: Date | null;
289
290
  validityState?: number | null;
291
+ validFromDate?: Date | null;
290
292
  validUntilDate?: Date | null;
291
293
  validityDescription?: string | null;
292
294
  validityInfo?: string | null;