"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TAB_SOURCE_FILTERS = exports.TAB_SCRIPTED_FIELDS = exports.TAB_RELATIONSHIPS = exports.TAB_INDEXED_FIELDS = 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 and the Server Side Public License, v 1; you may not use this file except * in compliance with, at your election, the Elastic License 2.0 or the Server * Side Public License, v 1. */ const TAB_INDEXED_FIELDS = 'indexedFields'; exports.TAB_INDEXED_FIELDS = TAB_INDEXED_FIELDS; const TAB_SCRIPTED_FIELDS = 'scriptedFields'; exports.TAB_SCRIPTED_FIELDS = TAB_SCRIPTED_FIELDS; const TAB_SOURCE_FILTERS = 'sourceFilters'; exports.TAB_SOURCE_FILTERS = TAB_SOURCE_FILTERS; const TAB_RELATIONSHIPS = 'relationships'; exports.TAB_RELATIONSHIPS = TAB_RELATIONSHIPS;