refactor: update dependencies

This commit is contained in:
Wieland Schöbl
2021-08-05 10:49:44 +02:00
parent 20ee8db28e
commit 233e017d2b
25 changed files with 30 additions and 32 deletions

View File

@@ -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;

View File

@@ -12,10 +12,8 @@
* 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 {
ElasticsearchDynamicTemplate,
ElasticsearchValue
} from '../../src/mappings/mapping-definitions';
import {ElasticsearchDynamicTemplate, ElasticsearchValue} from '../../src/types/mapping';
export interface MapAggTestOptions {
name: string;

View File

@@ -13,9 +13,9 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {ElasticsearchDataType} from '../../../../src/config/typemap';
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
/**
* @indexable

View File

@@ -13,9 +13,9 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {ElasticsearchDataType} from '../../../../src/config/typemap';
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
export type FilterableEnumType = 'a' | 'b' | 'c';

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -13,7 +13,7 @@
* this program. If not, see <https://www.gnu.org/licenses/>.
*/
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ThingType} from './types';

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -14,7 +14,7 @@
*/
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
export interface SCISO8601DateRange {
bar: string;

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable

View File

@@ -15,7 +15,7 @@
import {ThingType} from './types';
import {MapAggTestOptions} from '../../MapAggTestOptions';
import {ElasticsearchDataType} from '../../../../src/mappings/definitions/typemap';
import {ElasticsearchDataType} from '../../../../src/config/typemap';
/**
* @indexable