@luomus/laji-schema 2.0.93 → 2.0.95
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/classes/Enums.js +2428 -2244
- package/dist/dto/Annotation.dto.ts +14 -12
- package/dist/dto/Area.dto.ts +2 -2
- package/dist/dto/Audio.dto.ts +12 -12
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -2
- package/dist/dto/Collection.dto.ts +16 -16
- package/dist/dto/CompleteList.dto.ts +2 -2
- package/dist/dto/Dataset.dto.ts +2 -2
- package/dist/dto/Document.dto.ts +12 -12
- package/dist/dto/Endangerment.dto.ts +2 -2
- package/dist/dto/Enums.dto.ts +354 -181
- package/dist/dto/Event.dto.ts +4 -4
- package/dist/dto/Form.dto.ts +5 -5
- package/dist/dto/FormOptions.dto.ts +8 -8
- package/dist/dto/FormPermissionSingle.dto.ts +2 -2
- package/dist/dto/Gathering.dto.ts +28 -28
- package/dist/dto/GatheringEvent.dto.ts +8 -8
- package/dist/dto/GatheringFact.dto.ts +41 -41
- package/dist/dto/Habitat.dto.ts +4 -4
- package/dist/dto/Identification.dto.ts +10 -10
- package/dist/dto/Image.dto.ts +14 -14
- package/dist/dto/Individual.dto.ts +2 -2
- package/dist/dto/InformationSystem.dto.ts +6 -6
- package/dist/dto/IucnRedListEvaluation.dto.ts +22 -22
- package/dist/dto/Model.dto.ts +12 -12
- package/dist/dto/NamedPlace.dto.ts +6 -6
- package/dist/dto/News.dto.ts +2 -2
- package/dist/dto/Notification.dto.ts +2 -2
- package/dist/dto/Occurrence.dto.ts +2 -2
- package/dist/dto/Organization.dto.ts +2 -2
- package/dist/dto/Pdf.dto.ts +4 -4
- package/dist/dto/Permit.dto.ts +4 -4
- package/dist/dto/Person.dto.ts +6 -6
- package/dist/dto/Preparation.dto.ts +4 -4
- package/dist/dto/Profile.dto.ts +4 -4
- package/dist/dto/RegionalStatus.dto.ts +2 -2
- package/dist/dto/Sample.dto.ts +16 -16
- package/dist/dto/SpecimenTransaction.dto.ts +14 -14
- package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -2
- package/dist/dto/SubUnit.dto.ts +2 -2
- package/dist/dto/Tag.dto.ts +5 -5
- package/dist/dto/Taxon.dto.ts +27 -27
- package/dist/dto/TaxonCensus.dto.ts +4 -4
- package/dist/dto/TaxonInteraction.dto.ts +5 -5
- package/dist/dto/Transaction.dto.ts +16 -16
- package/dist/dto/TransactionEvent.dto.ts +4 -4
- package/dist/dto/TransactionItem.dto.ts +4 -4
- package/dist/dto/TypeSpecimen.dto.ts +6 -6
- package/dist/dto/Unit.dto.ts +67 -67
- package/dist/dto/UnitFact.dto.ts +20 -20
- package/dist/dto/Video.dto.ts +12 -12
- package/dist/esm/classes/Enums.js +2424 -2240
- package/dist/types/classes/Annotation.d.ts +14 -12
- package/dist/types/classes/Area.d.ts +2 -2
- package/dist/types/classes/Audio.d.ts +12 -12
- package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +2 -2
- package/dist/types/classes/Collection.d.ts +16 -16
- package/dist/types/classes/CompleteList.d.ts +2 -2
- package/dist/types/classes/Dataset.d.ts +2 -2
- package/dist/types/classes/Document.d.ts +12 -12
- package/dist/types/classes/Endangerment.d.ts +2 -2
- package/dist/types/classes/Enums.d.ts +354 -181
- package/dist/types/classes/Event.d.ts +4 -4
- package/dist/types/classes/Form.d.ts +5 -5
- package/dist/types/classes/FormOptions.d.ts +8 -8
- package/dist/types/classes/FormPermissionSingle.d.ts +2 -2
- package/dist/types/classes/Gathering.d.ts +28 -28
- package/dist/types/classes/GatheringEvent.d.ts +8 -8
- package/dist/types/classes/GatheringFact.d.ts +41 -41
- package/dist/types/classes/Habitat.d.ts +4 -4
- package/dist/types/classes/Identification.d.ts +10 -10
- package/dist/types/classes/Image.d.ts +14 -14
- package/dist/types/classes/Individual.d.ts +2 -2
- package/dist/types/classes/InformationSystem.d.ts +6 -6
- package/dist/types/classes/IucnRedListEvaluation.d.ts +22 -22
- package/dist/types/classes/Model.d.ts +12 -12
- package/dist/types/classes/NamedPlace.d.ts +6 -6
- package/dist/types/classes/News.d.ts +2 -2
- package/dist/types/classes/Notification.d.ts +2 -2
- package/dist/types/classes/Occurrence.d.ts +2 -2
- package/dist/types/classes/Organization.d.ts +2 -2
- package/dist/types/classes/Pdf.d.ts +4 -4
- package/dist/types/classes/Permit.d.ts +4 -4
- package/dist/types/classes/Person.d.ts +6 -6
- package/dist/types/classes/Preparation.d.ts +4 -4
- package/dist/types/classes/Profile.d.ts +4 -4
- package/dist/types/classes/RegionalStatus.d.ts +2 -2
- package/dist/types/classes/Sample.d.ts +16 -16
- package/dist/types/classes/SpecimenTransaction.d.ts +14 -14
- package/dist/types/classes/SpecimenTransactionEvent.d.ts +2 -2
- package/dist/types/classes/SubUnit.d.ts +2 -2
- package/dist/types/classes/Tag.d.ts +5 -5
- package/dist/types/classes/Taxon.d.ts +27 -27
- package/dist/types/classes/TaxonCensus.d.ts +4 -4
- package/dist/types/classes/TaxonInteraction.d.ts +5 -5
- package/dist/types/classes/Transaction.d.ts +16 -16
- package/dist/types/classes/TransactionEvent.d.ts +4 -4
- package/dist/types/classes/TransactionItem.d.ts +4 -4
- package/dist/types/classes/TypeSpecimen.d.ts +6 -6
- package/dist/types/classes/Unit.d.ts +67 -67
- package/dist/types/classes/UnitFact.d.ts +20 -20
- package/dist/types/classes/Video.d.ts +12 -12
- package/dist/types/models/Annotation.d.ts +14 -12
- package/dist/types/models/Area.d.ts +2 -2
- package/dist/types/models/Audio.d.ts +12 -12
- package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +2 -2
- package/dist/types/models/Collection.d.ts +16 -16
- package/dist/types/models/CompleteList.d.ts +2 -2
- package/dist/types/models/Dataset.d.ts +2 -2
- package/dist/types/models/Document.d.ts +12 -12
- package/dist/types/models/Endangerment.d.ts +2 -2
- package/dist/types/models/Enums.d.ts +169 -158
- package/dist/types/models/Event.d.ts +4 -4
- package/dist/types/models/Form.d.ts +5 -5
- package/dist/types/models/FormOptions.d.ts +8 -8
- package/dist/types/models/FormPermissionSingle.d.ts +2 -2
- package/dist/types/models/Gathering.d.ts +28 -28
- package/dist/types/models/GatheringEvent.d.ts +8 -8
- package/dist/types/models/GatheringFact.d.ts +41 -41
- package/dist/types/models/Habitat.d.ts +4 -4
- package/dist/types/models/Identification.d.ts +10 -10
- package/dist/types/models/Image.d.ts +14 -14
- package/dist/types/models/Individual.d.ts +2 -2
- package/dist/types/models/InformationSystem.d.ts +6 -6
- package/dist/types/models/IucnRedListEvaluation.d.ts +22 -22
- package/dist/types/models/Model.d.ts +12 -12
- package/dist/types/models/NamedPlace.d.ts +6 -6
- package/dist/types/models/News.d.ts +2 -2
- package/dist/types/models/Notification.d.ts +2 -2
- package/dist/types/models/Occurrence.d.ts +2 -2
- package/dist/types/models/Organization.d.ts +2 -2
- package/dist/types/models/Pdf.d.ts +4 -4
- package/dist/types/models/Permit.d.ts +4 -4
- package/dist/types/models/Person.d.ts +6 -6
- package/dist/types/models/Preparation.d.ts +4 -4
- package/dist/types/models/Profile.d.ts +4 -4
- package/dist/types/models/RegionalStatus.d.ts +2 -2
- package/dist/types/models/Sample.d.ts +16 -16
- package/dist/types/models/SpecimenTransaction.d.ts +14 -14
- package/dist/types/models/SpecimenTransactionEvent.d.ts +2 -2
- package/dist/types/models/SubUnit.d.ts +2 -2
- package/dist/types/models/Tag.d.ts +5 -5
- package/dist/types/models/Taxon.d.ts +27 -27
- package/dist/types/models/TaxonCensus.d.ts +4 -4
- package/dist/types/models/TaxonInteraction.d.ts +5 -5
- package/dist/types/models/Transaction.d.ts +16 -16
- package/dist/types/models/TransactionEvent.d.ts +4 -4
- package/dist/types/models/TransactionItem.d.ts +4 -4
- package/dist/types/models/TypeSpecimen.d.ts +6 -6
- package/dist/types/models/Unit.d.ts +67 -67
- package/dist/types/models/UnitFact.d.ts +20 -20
- package/dist/types/models/Video.d.ts +12 -12
- package/package.json +1 -1
|
@@ -1,11 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { MANAnnotationClassEnum } from './';
|
|
2
|
+
import { MYAtlasCodeEnum } from './';
|
|
3
|
+
import { MMANRequiredRolesEnum } from './';
|
|
4
|
+
import { MANCensusAnnotationEnum } from './';
|
|
4
5
|
import { Identification } from './';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
6
|
+
import { MYInvasiveControlEffectivenessEnum } from './';
|
|
7
|
+
import { MANLineTransectAnnotationEnum } from './';
|
|
7
8
|
import { AnnotationOccurrence } from './';
|
|
8
|
-
import {
|
|
9
|
+
import { MANTypeEnum } from './';
|
|
9
10
|
export declare class Annotation {
|
|
10
11
|
"@context"?: string;
|
|
11
12
|
id?: string;
|
|
@@ -13,22 +14,23 @@ export declare class Annotation {
|
|
|
13
14
|
addedTags?: string[];
|
|
14
15
|
annotationByPerson?: string;
|
|
15
16
|
annotationBySystem?: string;
|
|
16
|
-
annotationClass?:
|
|
17
|
-
|
|
18
|
-
|
|
17
|
+
annotationClass?: MANAnnotationClassEnum;
|
|
18
|
+
atlasCode?: MYAtlasCodeEnum;
|
|
19
|
+
byRole?: MMANRequiredRolesEnum;
|
|
20
|
+
censusAnnotation?: MANCensusAnnotationEnum[];
|
|
19
21
|
created?: string;
|
|
20
22
|
createdTimestamp?: number;
|
|
21
23
|
deletedTimestamp?: number;
|
|
22
24
|
identification?: Identification;
|
|
23
|
-
invasiveControlEffectiveness?:
|
|
24
|
-
lineTransectAnnotation?:
|
|
25
|
+
invasiveControlEffectiveness?: MYInvasiveControlEffectivenessEnum;
|
|
26
|
+
lineTransectAnnotation?: MANLineTransectAnnotationEnum[];
|
|
25
27
|
notes?: string;
|
|
26
28
|
occurrenceAtTimeOfAnnotation?: AnnotationOccurrence;
|
|
27
29
|
opinion?: string;
|
|
28
30
|
removedTags?: string[];
|
|
29
31
|
rootID: string;
|
|
30
32
|
targetID?: string;
|
|
31
|
-
type?:
|
|
33
|
+
type?: MANTypeEnum;
|
|
32
34
|
createdBySystem?: string;
|
|
33
35
|
deleted?: boolean;
|
|
34
36
|
deletedByPerson?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MLAreaTypeEnum } from './';
|
|
2
2
|
export declare class Area {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
@@ -6,7 +6,7 @@ export declare class Area {
|
|
|
6
6
|
/**
|
|
7
7
|
* Aluetyyppi
|
|
8
8
|
*/
|
|
9
|
-
areaType:
|
|
9
|
+
areaType: MLAreaTypeEnum;
|
|
10
10
|
/**
|
|
11
11
|
* Country code ISO alpha 2
|
|
12
12
|
*/
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { MMTypeEnum } from './';
|
|
2
|
+
import { MYLifeStages } from './';
|
|
3
|
+
import { MYPlantLifeStageEnum } from './';
|
|
4
|
+
import { MYSexes } from './';
|
|
5
|
+
import { MZIntellectualRightsEnum } from './';
|
|
6
|
+
import { MZPublicityRestrictionsEnum } from './';
|
|
7
7
|
export declare class Audio {
|
|
8
8
|
"@context"?: string;
|
|
9
9
|
id?: string;
|
|
@@ -29,24 +29,24 @@ export declare class Audio {
|
|
|
29
29
|
taxonURI?: string[];
|
|
30
30
|
taxonVerbatim?: string[];
|
|
31
31
|
thumbnailURL: string;
|
|
32
|
-
type?:
|
|
32
|
+
type?: MMTypeEnum;
|
|
33
33
|
uploadDateTime?: string;
|
|
34
34
|
uploadedBy?: string;
|
|
35
35
|
wavURL?: string;
|
|
36
36
|
/**
|
|
37
37
|
* Life stage of the specimen. If multiple present, select the one which was present at the time of collecting. Use Life stage description field for extra information.
|
|
38
38
|
*/
|
|
39
|
-
lifeStage?:
|
|
40
|
-
plantLifeStage?:
|
|
39
|
+
lifeStage?: MYLifeStages;
|
|
40
|
+
plantLifeStage?: MYPlantLifeStageEnum;
|
|
41
41
|
/**
|
|
42
42
|
* Sex of the individual(s)
|
|
43
43
|
*/
|
|
44
|
-
sex?:
|
|
44
|
+
sex?: MYSexes;
|
|
45
45
|
intellectualOwner: string;
|
|
46
|
-
intellectualRights:
|
|
46
|
+
intellectualRights: MZIntellectualRightsEnum;
|
|
47
47
|
/**
|
|
48
48
|
* PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
|
|
49
49
|
*/
|
|
50
|
-
publicityRestrictions?:
|
|
50
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
51
51
|
sortOrder?: number;
|
|
52
52
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MABirdSongRecognitionSkillLevelEnum } from './';
|
|
2
2
|
export declare class BirdSongRecognitionSkillLevel {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
5
5
|
"@type"?: string;
|
|
6
6
|
birdSongRecognitionArea: string;
|
|
7
|
-
birdSongRecognitionSkillLevel:
|
|
7
|
+
birdSongRecognitionSkillLevel: MABirdSongRecognitionSkillLevelEnum;
|
|
8
8
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { MXSecureLevels } from './';
|
|
2
|
+
import { MYCollectionQualityEnum } from './';
|
|
3
|
+
import { MYCollectionTypes } from './';
|
|
4
|
+
import { MYDataQualityEnum } from './';
|
|
5
|
+
import { MYIntellectualRightsEnum } from './';
|
|
6
|
+
import { MYMetadataStatuses } from './';
|
|
7
|
+
import { MYPublicationTermsEnum } from './';
|
|
8
|
+
import { MZPublicityRestrictionsEnum } from './';
|
|
9
9
|
export declare class Collection {
|
|
10
10
|
"@context"?: string;
|
|
11
11
|
id?: string;
|
|
@@ -13,7 +13,7 @@ export declare class Collection {
|
|
|
13
13
|
/**
|
|
14
14
|
* Secure level (salaus-/karkeistustaso) for the data
|
|
15
15
|
*/
|
|
16
|
-
secureLevel?:
|
|
16
|
+
secureLevel?: MXSecureLevels;
|
|
17
17
|
/**
|
|
18
18
|
* Unofficial abbreviation (or acronym) for this collection
|
|
19
19
|
*/
|
|
@@ -54,7 +54,7 @@ export declare class Collection {
|
|
|
54
54
|
/**
|
|
55
55
|
* Quality classification for the collection.
|
|
56
56
|
*/
|
|
57
|
-
collectionQuality:
|
|
57
|
+
collectionQuality: MYCollectionQualityEnum;
|
|
58
58
|
/**
|
|
59
59
|
* How many specimens, records or such does the collection contain? Fill in approximate number, describe more in notes if necessary.
|
|
60
60
|
*/
|
|
@@ -62,7 +62,7 @@ export declare class Collection {
|
|
|
62
62
|
/**
|
|
63
63
|
* Type of the collection (specimen, monitoring etc).
|
|
64
64
|
*/
|
|
65
|
-
collectionType:
|
|
65
|
+
collectionType: MYCollectionTypes;
|
|
66
66
|
/**
|
|
67
67
|
* Legal basis for concealment or embargo
|
|
68
68
|
*/
|
|
@@ -98,7 +98,7 @@ export declare class Collection {
|
|
|
98
98
|
/**
|
|
99
99
|
* Quality estimation for the data in this collection
|
|
100
100
|
*/
|
|
101
|
-
dataQuality?:
|
|
101
|
+
dataQuality?: MYDataQualityEnum;
|
|
102
102
|
/**
|
|
103
103
|
* Description and reasons for the data quality in different languages.
|
|
104
104
|
*/
|
|
@@ -171,7 +171,7 @@ export declare class Collection {
|
|
|
171
171
|
/**
|
|
172
172
|
* License which is used when publishing data that belongs to this collection.
|
|
173
173
|
*/
|
|
174
|
-
intellectualRights:
|
|
174
|
+
intellectualRights: MYIntellectualRightsEnum;
|
|
175
175
|
/**
|
|
176
176
|
* Is the data to be used only within Kotka?
|
|
177
177
|
*/
|
|
@@ -193,7 +193,7 @@ export declare class Collection {
|
|
|
193
193
|
/**
|
|
194
194
|
* Indication of how comprehensive the information on this form is.
|
|
195
195
|
*/
|
|
196
|
-
metadataStatus?:
|
|
196
|
+
metadataStatus?: MYMetadataStatuses;
|
|
197
197
|
/**
|
|
198
198
|
* Methods used when creating this collection, if they are standardized. Includes information on items such as census methods, tools, instrument calibration and software.
|
|
199
199
|
*/
|
|
@@ -233,7 +233,7 @@ export declare class Collection {
|
|
|
233
233
|
/**
|
|
234
234
|
* How can Luomus publish the data, if it is owned by third party?
|
|
235
235
|
*/
|
|
236
|
-
publicationTerms?:
|
|
236
|
+
publicationTerms?: MYPublicationTermsEnum;
|
|
237
237
|
/**
|
|
238
238
|
* Admin field. Name that is easy for users to remember and understand. E.g. "Luomus", "University of Turku".
|
|
239
239
|
*/
|
|
@@ -278,5 +278,5 @@ export declare class Collection {
|
|
|
278
278
|
/**
|
|
279
279
|
* PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
|
|
280
280
|
*/
|
|
281
|
-
publicityRestrictions?:
|
|
281
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
282
282
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MYCompleteListTypeEnum } from './';
|
|
2
2
|
export declare class CompleteList {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
5
5
|
"@type"?: string;
|
|
6
6
|
completeListTaxonID?: string;
|
|
7
|
-
completeListType?:
|
|
7
|
+
completeListType?: MYCompleteListTypeEnum;
|
|
8
8
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GXDatasetTypeEnum } from './';
|
|
2
2
|
export declare class Dataset {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
@@ -18,7 +18,7 @@ export declare class Dataset {
|
|
|
18
18
|
/**
|
|
19
19
|
* Type of the tag. Usually basic, project type is generally used only to give information on project Nagoya compliance.
|
|
20
20
|
*/
|
|
21
|
-
datasetType:
|
|
21
|
+
datasetType: GXDatasetTypeEnum;
|
|
22
22
|
/**
|
|
23
23
|
* Description of the tag, so that other people understand what it is about.
|
|
24
24
|
*/
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { MXSecureLevels } from './';
|
|
2
|
+
import { MYDataOriginEnum } from './';
|
|
3
3
|
import { DocumentIdentification } from './';
|
|
4
4
|
import { GatheringEvent } from './';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
5
|
+
import { MYPreservations } from './';
|
|
6
|
+
import { MYStatuses } from './';
|
|
7
|
+
import { MYVerificationStatuses } from './';
|
|
8
|
+
import { MZPublicityRestrictionsEnum } from './';
|
|
9
9
|
import { Gathering } from './';
|
|
10
10
|
export declare class Document {
|
|
11
11
|
"@context"?: string;
|
|
@@ -14,7 +14,7 @@ export declare class Document {
|
|
|
14
14
|
/**
|
|
15
15
|
* Secure level (salaus-/karkeistustaso) for the data
|
|
16
16
|
*/
|
|
17
|
-
secureLevel?:
|
|
17
|
+
secureLevel?: MXSecureLevels;
|
|
18
18
|
/**
|
|
19
19
|
* Leave empty if no sample taken, or if the sample is recorded separately
|
|
20
20
|
*/
|
|
@@ -75,7 +75,7 @@ export declare class Document {
|
|
|
75
75
|
* Annuality/perenniality or other specialities about cultivation in our conditions.
|
|
76
76
|
*/
|
|
77
77
|
cultivationInformation?: string;
|
|
78
|
-
dataOrigin?:
|
|
78
|
+
dataOrigin?: MYDataOriginEnum[];
|
|
79
79
|
/**
|
|
80
80
|
* Where the data about this specimen or observation is from, in addition to labels. Eg. reference to a publication, field notes or an expedition.
|
|
81
81
|
*/
|
|
@@ -154,7 +154,7 @@ export declare class Document {
|
|
|
154
154
|
/**
|
|
155
155
|
* Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
|
|
156
156
|
*/
|
|
157
|
-
preservation?:
|
|
157
|
+
preservation?: MYPreservations[];
|
|
158
158
|
/**
|
|
159
159
|
* Location of the primary data if not Kotka.
|
|
160
160
|
*/
|
|
@@ -189,7 +189,7 @@ export declare class Document {
|
|
|
189
189
|
/**
|
|
190
190
|
* Empty value means same as "ok" - that there is not anything special about the status of the specimen.
|
|
191
191
|
*/
|
|
192
|
-
status?:
|
|
192
|
+
status?: MYStatuses;
|
|
193
193
|
temp?: boolean;
|
|
194
194
|
templateDescription?: string;
|
|
195
195
|
templateName?: string;
|
|
@@ -208,7 +208,7 @@ export declare class Document {
|
|
|
208
208
|
/**
|
|
209
209
|
* Information about the quality of the specimen data. Possible to select several.
|
|
210
210
|
*/
|
|
211
|
-
verificationStatus?:
|
|
211
|
+
verificationStatus?: MYVerificationStatuses[];
|
|
212
212
|
/**
|
|
213
213
|
* Identifier of the herbarium voucher specimen or information about it if the identifier is unknown.
|
|
214
214
|
*/
|
|
@@ -225,7 +225,7 @@ export declare class Document {
|
|
|
225
225
|
/**
|
|
226
226
|
* PUBLIC: all data can be published; PROTECTED: exact locality is hidden (100*100km square); PRIVATE: most of the data is hidden. Empty value means same as public.
|
|
227
227
|
*/
|
|
228
|
-
publicityRestrictions?:
|
|
228
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
229
229
|
scheduledForDeletion?: boolean;
|
|
230
230
|
gatherings: [Gathering, ...Gathering[]];
|
|
231
231
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MKVEndangermentReasonEnum } from './';
|
|
2
2
|
export declare class Endangerment {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
5
5
|
"@type"?: string;
|
|
6
6
|
"herbo:sortOrder"?: number;
|
|
7
|
-
endangerment:
|
|
7
|
+
endangerment: MKVEndangermentReasonEnum;
|
|
8
8
|
sortOrder?: number;
|
|
9
9
|
}
|