@propriety/court-calendar 1.0.62 → 1.0.63
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.
- package/dist/constants.d.ts +1 -0
- package/dist/index.mjs +239 -234
- package/package.json +1 -1
- package/src/constants.ts +1 -0
- package/src/hooks/UseCourtDates.ts +9 -0
package/dist/constants.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare const PRIMARY_USER_IDS: number[];
|
|
|
10
10
|
export declare const CASES_CACHE_EXPIRY: number;
|
|
11
11
|
export declare const COURT_DATES_CACHE_EXPIRY: number;
|
|
12
12
|
export declare const NEGOTIATIONS_CACHE_EXPIRY: number;
|
|
13
|
+
export declare const COURT_DATES_POLL_INTERVAL: number;
|
|
13
14
|
export declare const DEFAULT_FILTER_CTX: CalendarFilterCtx;
|
|
14
15
|
export declare const DEFAULT_CASE: Case;
|
|
15
16
|
export declare const DEFAULT_COURT_DATE: CourtDate;
|