fix: complete Release A migration execution
This commit is contained in:
@@ -16,7 +16,7 @@ export type WebProbeSentinelPublishAction = "publish-current";
|
||||
export type WebProbeSentinelMaintenanceAction = "status" | "start" | "stop";
|
||||
export type WebProbeSentinelDashboardAction = "verify" | "screenshot" | "trigger";
|
||||
export type WebProbeSentinelReportView = "summary" | "turn-summary" | "findings" | "trace-frame" | "auth-session-switch-summary";
|
||||
export type WebProbeSentinelMigrationAction = "plan" | "export" | "import" | "verify";
|
||||
export type WebProbeSentinelMigrationAction = "plan" | "export" | "import" | "verify" | "job-plan" | "job-run";
|
||||
export type WebProbeSentinelSourceAuthority = "git-mirror-snapshot" | "gitea-snapshot";
|
||||
|
||||
export interface WebProbeSentinelSourceOverrideOptions {
|
||||
@@ -35,6 +35,8 @@ export type WebProbeSentinelOptions =
|
||||
readonly sentinelId: string | null;
|
||||
readonly snapshotPath: string | null;
|
||||
readonly confirm: boolean;
|
||||
readonly wait: boolean;
|
||||
readonly timeoutSeconds: number;
|
||||
readonly json: boolean;
|
||||
}
|
||||
| {
|
||||
|
||||
Reference in New Issue
Block a user