UNPKG

@ordino.ai/cli

Version:
47 lines (46 loc) 1.84 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.projectTypes = exports.Platformtype = exports.Mobiletype = exports.GUItype = exports.CItype = exports.ApplicationType = exports.APItype = void 0; var ApplicationType = exports.ApplicationType = /*#__PURE__*/function (ApplicationType) { ApplicationType["WEB_UI"] = "WEB_UI"; ApplicationType["API"] = "API"; ApplicationType["MOBILE"] = "MOBILE"; return ApplicationType; }({}); var projectTypes = exports.projectTypes = /*#__PURE__*/function (projectTypes) { projectTypes["UI"] = "UI"; projectTypes["API"] = "API"; projectTypes["UI_AND_API"] = "UI_AND_API"; return projectTypes; }({}); var Platformtype = exports.Platformtype = /*#__PURE__*/function (Platformtype) { Platformtype[Platformtype["Cypress"] = 1] = "Cypress"; Platformtype[Platformtype["Playwright"] = 2] = "Playwright"; return Platformtype; }({}); var GUItype = exports.GUItype = /*#__PURE__*/function (GUItype) { GUItype[GUItype["CYPRESS"] = 1] = "CYPRESS"; GUItype[GUItype["PLAYRIGHT"] = 2] = "PLAYRIGHT"; return GUItype; }({}); var APItype = exports.APItype = /*#__PURE__*/function (APItype) { APItype[APItype["GRPC"] = 1] = "GRPC"; APItype[APItype["GRAPHQL"] = 2] = "GRAPHQL"; APItype[APItype["HTTP"] = 3] = "HTTP"; APItype[APItype["CYPRESS"] = 4] = "CYPRESS"; return APItype; }({}); var Mobiletype = exports.Mobiletype = /*#__PURE__*/function (Mobiletype) { Mobiletype[Mobiletype["MOB"] = 1] = "MOB"; Mobiletype[Mobiletype["WEBDRIVER"] = 2] = "WEBDRIVER"; return Mobiletype; }({}); var CItype = exports.CItype = /*#__PURE__*/function (CItype) { CItype[CItype["GITHUB"] = 1] = "GITHUB"; CItype[CItype["DEVOPS"] = 2] = "DEVOPS"; CItype[CItype["GITLAB"] = 3] = "GITLAB"; CItype[CItype["CIRCLECI"] = 4] = "CIRCLECI"; return CItype; }({});