"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ProductTier = exports.ProductLine = void 0; /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ let ProductLine; exports.ProductLine = ProductLine; (function (ProductLine) { ProductLine["security"] = "security"; ProductLine["endpoint"] = "endpoint"; ProductLine["cloud"] = "cloud"; })(ProductLine || (exports.ProductLine = ProductLine = {})); let ProductTier; exports.ProductTier = ProductTier; (function (ProductTier) { ProductTier["essentials"] = "essentials"; ProductTier["complete"] = "complete"; })(ProductTier || (exports.ProductTier = ProductTier = {}));