UNPKG

@acurast/cli

Version:

A cli to interact with the Acurast Cloud.

14 lines 668 B
export var DeploymentStatus; (function (DeploymentStatus) { DeploymentStatus["Uploaded"] = "Uploaded"; DeploymentStatus["Prepared"] = "Prepared"; DeploymentStatus["Submit"] = "Submit"; DeploymentStatus["WaitingForMatch"] = "WaitingForMatch"; DeploymentStatus["Matched"] = "Matched"; DeploymentStatus["Acknowledged"] = "Acknowledged"; DeploymentStatus["EnvironmentVariablesSet"] = "EnvironmentVariablesSet"; DeploymentStatus["Started"] = "Started"; DeploymentStatus["ExecutionDone"] = "ExecutionDone"; DeploymentStatus["Finalized"] = "Finalized"; })(DeploymentStatus || (DeploymentStatus = {})); //# sourceMappingURL=types.js.map