UNPKG

@devopness/sdk-js

Version:

Devopness API JS/TS SDK - Painless essential DevOps to everyone

33 lines (32 loc) 971 B
"use strict"; /* eslint-disable */ /** * devopness API * Devopness API - Painless essential DevOps to everyone * * The version of the OpenAPI document: latest * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.ServiceType = void 0; /** * Types of OS Services supported by Devopness * @export * @enum {string} */ var ServiceType; (function (ServiceType) { ServiceType["Docker"] = "docker"; ServiceType["Mysql"] = "mysql"; ServiceType["NewrelicInfra"] = "newrelic-infra"; ServiceType["Nginx"] = "nginx"; ServiceType["Php"] = "php"; ServiceType["Postgresql"] = "postgresql"; ServiceType["Redis"] = "redis"; ServiceType["Supervisor"] = "supervisor"; ServiceType["Ufw"] = "ufw"; })(ServiceType || (exports.ServiceType = ServiceType = {}));