RunResponse: {
    appId?: string;
    appliedPlugins?: RunPluginResponse[];
    createdAt: string;
    deploymentId?: string;
    envId: string;
    infraId?: string;
    runId: string;
    status:
        | "RUNNING"
        | "SUCCEEDED"
        | "USER_ERROR"
        | "RUNTIME_ERROR"
        | "EXTERNAL_ERROR"
        | "ABORTING"
        | "ABORTED";
    type: | "DEPLOY"
    | "DESTROY"
    | "ROLLBACK"
    | "DEPLOY_SELF_HOSTED"
    | "DESTROY_SELF_HOSTED"
    | "ROLLBACK_SELF_HOSTED";
    updatedAt?: string;
}

Type declaration

  • OptionalappId?: string
  • OptionalappliedPlugins?: RunPluginResponse[]
  • createdAt: string
  • OptionaldeploymentId?: string
  • envId: string
  • OptionalinfraId?: string
  • runId: string
  • status:
        | "RUNNING"
        | "SUCCEEDED"
        | "USER_ERROR"
        | "RUNTIME_ERROR"
        | "EXTERNAL_ERROR"
        | "ABORTING"
        | "ABORTED"
  • type:
        | "DEPLOY"
        | "DESTROY"
        | "ROLLBACK"
        | "DEPLOY_SELF_HOSTED"
        | "DESTROY_SELF_HOSTED"
        | "ROLLBACK_SELF_HOSTED"
  • OptionalupdatedAt?: string