58
|
1 "use strict";
|
|
2 var result_type_1 = require('./result-type');
|
|
3 exports.ISMI_RESULT_TYPES = {
|
|
4 '*': new result_type_1.ResultType('*', 'ismi_id', [
|
|
5 'ismi_id', 'label'
|
|
6 ]),
|
|
7 'PERSON': new result_type_1.ResultType('PERSON', 'ismi_id', [
|
|
8 'ismi_id', 'name_translit', 'name', 'birth_date', 'death_date'
|
|
9 ]),
|
|
10 'TEXT': new result_type_1.ResultType('TEXT', 'ismi_id', [
|
|
11 'ismi_id', 'full_title_translit', 'full_title', 'creation_date'
|
|
12 ])
|
|
13 };
|
|
14 //# sourceMappingURL=ismi-result-types.js.map |