UNPKG

@devopness/sdk-js

Version:

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

26 lines (25 loc) 774 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.ServiceInitialState = void 0; /** * The expected initial state of the service after installed * @export * @enum {string} */ var ServiceInitialState; (function (ServiceInitialState) { ServiceInitialState["Started"] = "started"; ServiceInitialState["Stopped"] = "stopped"; })(ServiceInitialState || (exports.ServiceInitialState = ServiceInitialState = {}));