Type alias OperationalReportDefinition
OperationalReportDefinition: {
_isGenerated?: boolean;
adminOnly?: boolean;
days?: number;
extra?: {
focusedStep?: string;
query?: string;
report?: string;
url?: string;
withAgent?: "true";
} & {
[index: string]: string;
};
kind: "metabase" | "per-agent" | "all-cases" | "case-step" | "full-stats" | "per-client" | "per-handler" | "per-creator" | "agent-report" | "current-step" | "per-assignee" | "custom-report" | "delivered-today" | "inflight-parcels" | "custom-dashboard" | "case-lookup-selector" | "milestone-per-client" | "cases-missing-att-val" | "milestone-per-assignee" | "per-client-step-pdf-report";
label?: string;
step?: string;
}
Type declaration
Optional _isGenerated?: boolean
Optional adminOnly?: boolean
Optional days?: number
Optional extra?: {
focusedStep?: string;
query?: string;
report?: string;
url?: string;
withAgent?: "true";
} & {
[index: string]: string;
}
kind: "metabase" | "per-agent" | "all-cases" | "case-step" | "full-stats" | "per-client" | "per-handler" | "per-creator" | "agent-report" | "current-step" | "per-assignee" | "custom-report" | "delivered-today" | "inflight-parcels" | "custom-dashboard" | "case-lookup-selector" | "milestone-per-client" | "cases-missing-att-val" | "milestone-per-assignee" | "per-client-step-pdf-report"
Optional label?: string
Optional step?: string
used by addons to identify stuff to regenerate