"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TRANSFORM_DEST_IDX_ALIAS_LATEST_SFX = exports.TRANSFORM_DEST_IDX_ALIAS_ALL_SFX = void 0; Object.defineProperty(exports, "getAsset", { enumerable: true, get: function () { return _archive.getAsset; } }); var _archive = require("../../archive"); /* * 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. */ // Index alias that points to just one destination index from the latest package version const TRANSFORM_DEST_IDX_ALIAS_LATEST_SFX = '.latest'; // Index alias that points to all of the destination indices from all the package versions exports.TRANSFORM_DEST_IDX_ALIAS_LATEST_SFX = TRANSFORM_DEST_IDX_ALIAS_LATEST_SFX; const TRANSFORM_DEST_IDX_ALIAS_ALL_SFX = '.all'; exports.TRANSFORM_DEST_IDX_ALIAS_ALL_SFX = TRANSFORM_DEST_IDX_ALIAS_ALL_SFX;