balendar 0.0.17 → 0.0.20

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.
@@ -457,6 +457,7 @@ export declare function createBalendar(config: BalendarConfig): {
457
457
  isAvailable?: boolean | undefined;
458
458
  dateFrom?: string | undefined;
459
459
  dateTo?: string | undefined;
460
+ excludeExpiredBefore?: string | undefined;
460
461
  }, options?: {
461
462
  headers?: Record<string, unknown> | undefined;
462
463
  query?: Record<string, unknown> | undefined;