Add ML-powered query enablement info to analyze finish status report

This commit is contained in:
Henry Mercer 2022-02-15 14:42:55 +00:00
parent 2c6b76bc5a
commit bcdaad245b
13 changed files with 38 additions and 22 deletions

View file

@ -576,6 +576,12 @@ export interface StatusReportBase {
completed_at?: string;
/** State this action is currently in. */
status: ActionStatus;
/**
* Information about the enablement of the ML-powered JS query pack.
*
* @see {@link util.getMlPoweredJsQueriesStatus}
*/
ml_powered_javascript_queries?: string;
/** Cause of the failure (or undefined if status is not failure). */
cause?: string;
/** Stack trace of the failure (or undefined if status is not failure). */