feat: add monitor evidence inspect cli
This commit is contained in:
@@ -126,6 +126,20 @@ export type WebProbeSentinelOptions =
|
||||
readonly full: boolean;
|
||||
readonly timeoutSeconds: number;
|
||||
}
|
||||
| {
|
||||
readonly kind: "inspect";
|
||||
readonly action: "inspect-url" | "inspect-id";
|
||||
readonly node: string;
|
||||
readonly lane: string;
|
||||
readonly sentinelId: string | null;
|
||||
readonly input: string;
|
||||
readonly view: WebProbeSentinelReportView;
|
||||
readonly raw: boolean;
|
||||
readonly full: boolean;
|
||||
readonly diagnoseMonitorWeb: boolean;
|
||||
readonly resolutionWarnings: readonly string[];
|
||||
readonly timeoutSeconds: number;
|
||||
}
|
||||
| {
|
||||
readonly kind: "dashboard";
|
||||
readonly action: WebProbeSentinelDashboardAction;
|
||||
|
||||
Reference in New Issue
Block a user