@propriety/court-calendar 1.0.81 → 1.0.82

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.
@@ -25,4 +25,4 @@ export interface CalEvent {
25
25
  * "2025-04-15" and "2025-04-15T00:00:00Z" would both land on April 15 locally.
26
26
  */
27
27
  export declare function parseLocalDate(s: string): Date;
28
- export declare function buildCalEvents(courtDates: CourtDate[], casesByCourtDateId: Record<string, Case[]>, allCourtDates?: CourtDate[]): CalEvent[];
28
+ export declare function buildCalEvents(courtDates: CourtDate[], casesByCourtDateId: Record<string, Case[]>): CalEvent[];