mirror of
https://github.com/Tria-plc/edr-platform.git
synced 2026-08-29 19:58:11 +00:00
Merge branch 'dev'
This commit is contained in:
@@ -89,6 +89,8 @@ export const QUERY_KEYS = {
|
||||
["contracts", "clearance-history", region ?? "ET"] as const,
|
||||
milestones: (id: string) => ["contracts", "milestones", id] as const,
|
||||
capacity: (id: string) => ["contracts", "capacity", id] as const,
|
||||
bookingRequests: (id: string) =>
|
||||
["contracts", "booking-requests", id] as const,
|
||||
bookingMilestones: (bookingId: string) =>
|
||||
["contracts", "booking-milestones", bookingId] as const,
|
||||
bookingIncidents: (bookingId: string) =>
|
||||
|
||||
@@ -139,7 +139,9 @@ export const URL_CONSTANTS = {
|
||||
},
|
||||
|
||||
REPORTS: {
|
||||
CATALOG: "/reports",
|
||||
RUN: (key: string) => `/reports/${key}`,
|
||||
EXPORT: (key: string) => `/reports/${key}/export`,
|
||||
},
|
||||
|
||||
OVERVIEW: {
|
||||
|
||||
Reference in New Issue
Block a user