@luomus/laji-schema 2.0.93 → 2.0.94
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 +12 -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 +331 -158
- 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 +12 -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 +331 -158
- 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 +12 -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,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { MANAnnotationClassEnum } from './index.dto';
|
|
2
|
+
import { MMANRequiredRolesEnum } from './index.dto';
|
|
3
|
+
import { MANCensusAnnotationEnum } from './index.dto';
|
|
4
4
|
import { Identification } from './index.dto';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
5
|
+
import { MYInvasiveControlEffectivenessEnum } from './index.dto';
|
|
6
|
+
import { MANLineTransectAnnotationEnum } from './index.dto';
|
|
7
7
|
import { AnnotationOccurrence } from './index.dto';
|
|
8
|
-
import {
|
|
8
|
+
import { MANTypeEnum } from './index.dto';
|
|
9
9
|
|
|
10
10
|
/* tslint:disable */
|
|
11
11
|
/*
|
|
@@ -20,22 +20,22 @@ export class Annotation {
|
|
|
20
20
|
addedTags?: string[];
|
|
21
21
|
annotationByPerson?: string;
|
|
22
22
|
annotationBySystem?: string;
|
|
23
|
-
annotationClass?:
|
|
24
|
-
byRole?:
|
|
25
|
-
censusAnnotation?:
|
|
23
|
+
annotationClass?: MANAnnotationClassEnum;
|
|
24
|
+
byRole?: MMANRequiredRolesEnum;
|
|
25
|
+
censusAnnotation?: MANCensusAnnotationEnum[];
|
|
26
26
|
created?: string;
|
|
27
27
|
createdTimestamp?: number;
|
|
28
28
|
deletedTimestamp?: number;
|
|
29
29
|
identification?: Identification;
|
|
30
|
-
invasiveControlEffectiveness?:
|
|
31
|
-
lineTransectAnnotation?:
|
|
30
|
+
invasiveControlEffectiveness?: MYInvasiveControlEffectivenessEnum;
|
|
31
|
+
lineTransectAnnotation?: MANLineTransectAnnotationEnum[];
|
|
32
32
|
notes?: string;
|
|
33
33
|
occurrenceAtTimeOfAnnotation?: AnnotationOccurrence;
|
|
34
34
|
opinion?: string;
|
|
35
35
|
removedTags?: string[];
|
|
36
36
|
rootID: string;
|
|
37
37
|
targetID?: string;
|
|
38
|
-
type?:
|
|
38
|
+
type?: MANTypeEnum;
|
|
39
39
|
createdBySystem?: string;
|
|
40
40
|
deleted?: boolean;
|
|
41
41
|
deletedByPerson?: string;
|
package/dist/dto/Area.dto.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MLAreaTypeEnum } from './index.dto';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/*
|
|
@@ -13,7 +13,7 @@ export class Area {
|
|
|
13
13
|
/**
|
|
14
14
|
* Aluetyyppi
|
|
15
15
|
*/
|
|
16
|
-
areaType:
|
|
16
|
+
areaType: MLAreaTypeEnum;
|
|
17
17
|
/**
|
|
18
18
|
* Country code ISO alpha 2
|
|
19
19
|
*/
|
package/dist/dto/Audio.dto.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { MMTypeEnum } from './index.dto';
|
|
2
|
+
import { MYLifeStages } from './index.dto';
|
|
3
|
+
import { MYPlantLifeStageEnum } from './index.dto';
|
|
4
|
+
import { MYSexes } from './index.dto';
|
|
5
|
+
import { MZIntellectualRightsEnum } from './index.dto';
|
|
6
|
+
import { MZPublicityRestrictionsEnum } from './index.dto';
|
|
7
7
|
|
|
8
8
|
/* tslint:disable */
|
|
9
9
|
/*
|
|
@@ -36,24 +36,24 @@ export class Audio {
|
|
|
36
36
|
taxonURI?: string[];
|
|
37
37
|
taxonVerbatim?: string[];
|
|
38
38
|
thumbnailURL: string;
|
|
39
|
-
type?:
|
|
39
|
+
type?: MMTypeEnum;
|
|
40
40
|
uploadDateTime?: string;
|
|
41
41
|
uploadedBy?: string;
|
|
42
42
|
wavURL?: string;
|
|
43
43
|
/**
|
|
44
44
|
* 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.
|
|
45
45
|
*/
|
|
46
|
-
lifeStage?:
|
|
47
|
-
plantLifeStage?:
|
|
46
|
+
lifeStage?: MYLifeStages;
|
|
47
|
+
plantLifeStage?: MYPlantLifeStageEnum;
|
|
48
48
|
/**
|
|
49
49
|
* Sex of the individual(s)
|
|
50
50
|
*/
|
|
51
|
-
sex?:
|
|
51
|
+
sex?: MYSexes;
|
|
52
52
|
intellectualOwner: string;
|
|
53
|
-
intellectualRights:
|
|
53
|
+
intellectualRights: MZIntellectualRightsEnum;
|
|
54
54
|
/**
|
|
55
55
|
* 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.
|
|
56
56
|
*/
|
|
57
|
-
publicityRestrictions?:
|
|
57
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
58
58
|
sortOrder?: number;
|
|
59
59
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MABirdSongRecognitionSkillLevelEnum } from './index.dto';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/*
|
|
@@ -11,5 +11,5 @@ export class BirdSongRecognitionSkillLevel {
|
|
|
11
11
|
id?: string;
|
|
12
12
|
"@type"?: string;
|
|
13
13
|
birdSongRecognitionArea: string;
|
|
14
|
-
birdSongRecognitionSkillLevel:
|
|
14
|
+
birdSongRecognitionSkillLevel: MABirdSongRecognitionSkillLevelEnum;
|
|
15
15
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { MXSecureLevels } from './index.dto';
|
|
2
|
+
import { MYCollectionQualityEnum } from './index.dto';
|
|
3
|
+
import { MYCollectionTypes } from './index.dto';
|
|
4
|
+
import { MYDataQualityEnum } from './index.dto';
|
|
5
|
+
import { MYIntellectualRightsEnum } from './index.dto';
|
|
6
|
+
import { MYMetadataStatuses } from './index.dto';
|
|
7
|
+
import { MYPublicationTermsEnum } from './index.dto';
|
|
8
|
+
import { MZPublicityRestrictionsEnum } from './index.dto';
|
|
9
9
|
|
|
10
10
|
/* tslint:disable */
|
|
11
11
|
/*
|
|
@@ -20,7 +20,7 @@ export class Collection {
|
|
|
20
20
|
/**
|
|
21
21
|
* Secure level (salaus-/karkeistustaso) for the data
|
|
22
22
|
*/
|
|
23
|
-
secureLevel?:
|
|
23
|
+
secureLevel?: MXSecureLevels;
|
|
24
24
|
/**
|
|
25
25
|
* Unofficial abbreviation (or acronym) for this collection
|
|
26
26
|
*/
|
|
@@ -61,7 +61,7 @@ export class Collection {
|
|
|
61
61
|
/**
|
|
62
62
|
* Quality classification for the collection.
|
|
63
63
|
*/
|
|
64
|
-
collectionQuality:
|
|
64
|
+
collectionQuality: MYCollectionQualityEnum;
|
|
65
65
|
/**
|
|
66
66
|
* How many specimens, records or such does the collection contain? Fill in approximate number, describe more in notes if necessary.
|
|
67
67
|
*/
|
|
@@ -69,7 +69,7 @@ export class Collection {
|
|
|
69
69
|
/**
|
|
70
70
|
* Type of the collection (specimen, monitoring etc).
|
|
71
71
|
*/
|
|
72
|
-
collectionType:
|
|
72
|
+
collectionType: MYCollectionTypes;
|
|
73
73
|
/**
|
|
74
74
|
* Legal basis for concealment or embargo
|
|
75
75
|
*/
|
|
@@ -105,7 +105,7 @@ export class Collection {
|
|
|
105
105
|
/**
|
|
106
106
|
* Quality estimation for the data in this collection
|
|
107
107
|
*/
|
|
108
|
-
dataQuality?:
|
|
108
|
+
dataQuality?: MYDataQualityEnum;
|
|
109
109
|
/**
|
|
110
110
|
* Description and reasons for the data quality in different languages.
|
|
111
111
|
*/
|
|
@@ -178,7 +178,7 @@ export class Collection {
|
|
|
178
178
|
/**
|
|
179
179
|
* License which is used when publishing data that belongs to this collection.
|
|
180
180
|
*/
|
|
181
|
-
intellectualRights:
|
|
181
|
+
intellectualRights: MYIntellectualRightsEnum;
|
|
182
182
|
/**
|
|
183
183
|
* Is the data to be used only within Kotka?
|
|
184
184
|
*/
|
|
@@ -200,7 +200,7 @@ export class Collection {
|
|
|
200
200
|
/**
|
|
201
201
|
* Indication of how comprehensive the information on this form is.
|
|
202
202
|
*/
|
|
203
|
-
metadataStatus?:
|
|
203
|
+
metadataStatus?: MYMetadataStatuses;
|
|
204
204
|
/**
|
|
205
205
|
* Methods used when creating this collection, if they are standardized. Includes information on items such as census methods, tools, instrument calibration and software.
|
|
206
206
|
*/
|
|
@@ -240,7 +240,7 @@ export class Collection {
|
|
|
240
240
|
/**
|
|
241
241
|
* How can Luomus publish the data, if it is owned by third party?
|
|
242
242
|
*/
|
|
243
|
-
publicationTerms?:
|
|
243
|
+
publicationTerms?: MYPublicationTermsEnum;
|
|
244
244
|
/**
|
|
245
245
|
* Admin field. Name that is easy for users to remember and understand. E.g. "Luomus", "University of Turku".
|
|
246
246
|
*/
|
|
@@ -285,5 +285,5 @@ export class Collection {
|
|
|
285
285
|
/**
|
|
286
286
|
* 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.
|
|
287
287
|
*/
|
|
288
|
-
publicityRestrictions?:
|
|
288
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
289
289
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MYCompleteListTypeEnum } from './index.dto';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/*
|
|
@@ -11,5 +11,5 @@ export class CompleteList {
|
|
|
11
11
|
id?: string;
|
|
12
12
|
"@type"?: string;
|
|
13
13
|
completeListTaxonID?: string;
|
|
14
|
-
completeListType?:
|
|
14
|
+
completeListType?: MYCompleteListTypeEnum;
|
|
15
15
|
}
|
package/dist/dto/Dataset.dto.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { GXDatasetTypeEnum } from './index.dto';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/*
|
|
@@ -25,7 +25,7 @@ export class Dataset {
|
|
|
25
25
|
/**
|
|
26
26
|
* Type of the tag. Usually basic, project type is generally used only to give information on project Nagoya compliance.
|
|
27
27
|
*/
|
|
28
|
-
datasetType:
|
|
28
|
+
datasetType: GXDatasetTypeEnum;
|
|
29
29
|
/**
|
|
30
30
|
* Description of the tag, so that other people understand what it is about.
|
|
31
31
|
*/
|
package/dist/dto/Document.dto.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { MXSecureLevels } from './index.dto';
|
|
2
|
+
import { MYDataOriginEnum } from './index.dto';
|
|
3
3
|
import { DocumentIdentification } from './index.dto';
|
|
4
4
|
import { GatheringEvent } from './index.dto';
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
5
|
+
import { MYPreservations } from './index.dto';
|
|
6
|
+
import { MYStatuses } from './index.dto';
|
|
7
|
+
import { MYVerificationStatuses } from './index.dto';
|
|
8
|
+
import { MZPublicityRestrictionsEnum } from './index.dto';
|
|
9
9
|
import { Gathering } from './index.dto';
|
|
10
10
|
|
|
11
11
|
/* tslint:disable */
|
|
@@ -21,7 +21,7 @@ export class Document {
|
|
|
21
21
|
/**
|
|
22
22
|
* Secure level (salaus-/karkeistustaso) for the data
|
|
23
23
|
*/
|
|
24
|
-
secureLevel?:
|
|
24
|
+
secureLevel?: MXSecureLevels;
|
|
25
25
|
/**
|
|
26
26
|
* Leave empty if no sample taken, or if the sample is recorded separately
|
|
27
27
|
*/
|
|
@@ -82,7 +82,7 @@ export class Document {
|
|
|
82
82
|
* Annuality/perenniality or other specialities about cultivation in our conditions.
|
|
83
83
|
*/
|
|
84
84
|
cultivationInformation?: string;
|
|
85
|
-
dataOrigin?:
|
|
85
|
+
dataOrigin?: MYDataOriginEnum[];
|
|
86
86
|
/**
|
|
87
87
|
* Where the data about this specimen or observation is from, in addition to labels. Eg. reference to a publication, field notes or an expedition.
|
|
88
88
|
*/
|
|
@@ -161,7 +161,7 @@ export class Document {
|
|
|
161
161
|
/**
|
|
162
162
|
* Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
|
|
163
163
|
*/
|
|
164
|
-
preservation?:
|
|
164
|
+
preservation?: MYPreservations[];
|
|
165
165
|
/**
|
|
166
166
|
* Location of the primary data if not Kotka.
|
|
167
167
|
*/
|
|
@@ -196,7 +196,7 @@ export class Document {
|
|
|
196
196
|
/**
|
|
197
197
|
* Empty value means same as "ok" - that there is not anything special about the status of the specimen.
|
|
198
198
|
*/
|
|
199
|
-
status?:
|
|
199
|
+
status?: MYStatuses;
|
|
200
200
|
temp?: boolean;
|
|
201
201
|
templateDescription?: string;
|
|
202
202
|
templateName?: string;
|
|
@@ -215,7 +215,7 @@ export class Document {
|
|
|
215
215
|
/**
|
|
216
216
|
* Information about the quality of the specimen data. Possible to select several.
|
|
217
217
|
*/
|
|
218
|
-
verificationStatus?:
|
|
218
|
+
verificationStatus?: MYVerificationStatuses[];
|
|
219
219
|
/**
|
|
220
220
|
* Identifier of the herbarium voucher specimen or information about it if the identifier is unknown.
|
|
221
221
|
*/
|
|
@@ -232,7 +232,7 @@ export class Document {
|
|
|
232
232
|
/**
|
|
233
233
|
* 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.
|
|
234
234
|
*/
|
|
235
|
-
publicityRestrictions?:
|
|
235
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
236
236
|
scheduledForDeletion?: boolean;
|
|
237
237
|
gatherings: [Gathering, ...Gathering[]];
|
|
238
238
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MKVEndangermentReasonEnum } from './index.dto';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/*
|
|
@@ -11,6 +11,6 @@ export class Endangerment {
|
|
|
11
11
|
id?: string;
|
|
12
12
|
"@type"?: string;
|
|
13
13
|
"herbo:sortOrder"?: number;
|
|
14
|
-
endangerment:
|
|
14
|
+
endangerment: MKVEndangermentReasonEnum;
|
|
15
15
|
sortOrder?: number;
|
|
16
16
|
}
|