mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-19 08:02:55 +00:00
refactor: update dependencies
This commit is contained in:
@@ -12,16 +12,16 @@
|
||||
* You should have received a copy of the GNU General Public License along with
|
||||
* this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
import {ElasticsearchDataType} from '../../src/config/typemap';
|
||||
import {generateTemplate} from '../../src/mapping';
|
||||
import {resolve} from "path";
|
||||
import {expect} from "chai";
|
||||
import {ProjectReflection} from 'typedoc';
|
||||
import {getProjectReflection} from '../../src/common';
|
||||
import {AggregationSchema, ESNestedAggregation} from '../../src/mappings/aggregation-definitions';
|
||||
import {getProjectReflection} from '../../src/project-reflection';
|
||||
import {AggregationSchema, ESNestedAggregation} from '../../src/types/aggregation';
|
||||
import {ElasticsearchTemplateCollection} from '../../src/types/mapping';
|
||||
import {MapAggTestOptions, MinimalMappingDescription} from './MapAggTestOptions';
|
||||
import {ElasticsearchTemplateCollection} from '../../src/mappings/mapping-definitions';
|
||||
import {settings} from '../../src/mappings/definitions/settings';
|
||||
import {ElasticsearchDataType} from '../../src/mappings/definitions/typemap';
|
||||
import {settings} from '../../src/config/settings';
|
||||
|
||||
export class MapAggTest {
|
||||
mapping_model_path!: string;
|
||||
|
||||
Reference in New Issue
Block a user