UNPKG

@twilio-labs/serverless-api

Version:
20 lines (19 loc) 960 B
"use strict"; /** @module @twilio-labs/serverless-api */ Object.defineProperty(exports, "__esModule", { value: true }); exports.DeployStatus = void 0; var DeployStatus; (function (DeployStatus) { DeployStatus["CREATING_SERVICE"] = "creating-service"; DeployStatus["CONFIGURING_ENVIRONMENT"] = "configuring-environment"; DeployStatus["READING_FILESYSTEM"] = "reading-filesystem"; DeployStatus["CREATING_FUNCTIONS"] = "creating-functions"; DeployStatus["UPLOADING_FUNCTIONS"] = "uploading-functions"; DeployStatus["CREATING_ASSETS"] = "creating-assets"; DeployStatus["UPLOADING_ASSETS"] = "uploading-assets"; DeployStatus["BUILDING"] = "building"; DeployStatus["SETTING_VARIABLES"] = "setting-variables"; DeployStatus["TIMED_OUT"] = "timed-out"; DeployStatus["ACTIVATING_DEPLOYMENT"] = "activating-deployment"; DeployStatus["DONE"] = "done"; })(DeployStatus = exports.DeployStatus || (exports.DeployStatus = {}));