@apillon/sdk
Version:
▶◀ Apillon SDK for NodeJS ▶◀
39 lines • 2.13 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DeploymentFailed = exports.IndexerDeploymentStatus = exports.DeploymentType = void 0;
var DeploymentType;
(function (DeploymentType) {
DeploymentType["DEPLOY"] = "DEPLOY";
DeploymentType["DEPLOY_HARD_RESET"] = "DEPLOY_HARD_RESET";
DeploymentType["RESTART"] = "RESTART";
DeploymentType["HIBERNATE"] = "HIBERNATE";
DeploymentType["DELETE"] = "DELETE";
DeploymentType["SCALE"] = "SCALE";
DeploymentType["SET_TAG"] = "SET_TAG";
DeploymentType["REMOVE_TAG"] = "REMOVE_TAG";
})(DeploymentType = exports.DeploymentType || (exports.DeploymentType = {}));
var IndexerDeploymentStatus;
(function (IndexerDeploymentStatus) {
IndexerDeploymentStatus["UNPACKING"] = "UNPACKING";
IndexerDeploymentStatus["IMAGE_BUILDING"] = "IMAGE_BUILDING";
IndexerDeploymentStatus["RESETTING"] = "RESETTING";
IndexerDeploymentStatus["ADDING_INGRESS"] = "ADDING_INGRESS";
IndexerDeploymentStatus["REMOVING_INGRESS"] = "REMOVING_INGRESS";
IndexerDeploymentStatus["SQUID_SYNCING"] = "SQUID_SYNCING";
IndexerDeploymentStatus["SQUID_DELETING"] = "SQUID_DELETING";
IndexerDeploymentStatus["ADDONS_SYNCING"] = "ADDONS_SYNCING";
IndexerDeploymentStatus["ADDONS_DELETING"] = "ADDONS_DELETING";
IndexerDeploymentStatus["OK"] = "OK";
IndexerDeploymentStatus["DEPLOYING"] = "DEPLOYING";
})(IndexerDeploymentStatus = exports.IndexerDeploymentStatus || (exports.IndexerDeploymentStatus = {}));
var DeploymentFailed;
(function (DeploymentFailed) {
DeploymentFailed["NO"] = "NO";
DeploymentFailed["UNEXPECTED"] = "UNEXPECTED";
DeploymentFailed["PERMISSIONS"] = "PERMISSIONS";
DeploymentFailed["REQUIREMENTS"] = "REQUIREMENTS";
DeploymentFailed["REQUIRED_SOURCE_FILE_MISSED"] = "REQUIRED_SOURCE_FILE_MISSED";
DeploymentFailed["REQUIRED_SOURCE_FILE_INVALID"] = "REQUIRED_SOURCE_FILE_INVALID";
DeploymentFailed["SOURCE_FILES_BUILD_FAILED"] = "SOURCE_FILES_BUILD_FAILED";
})(DeploymentFailed = exports.DeploymentFailed || (exports.DeploymentFailed = {}));
//# sourceMappingURL=indexer.js.map