@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.
Files changed (153) hide show
  1. package/dist/cjs/classes/Enums.js +2428 -2244
  2. package/dist/dto/Annotation.dto.ts +14 -12
  3. package/dist/dto/Area.dto.ts +2 -2
  4. package/dist/dto/Audio.dto.ts +12 -12
  5. package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -2
  6. package/dist/dto/Collection.dto.ts +16 -16
  7. package/dist/dto/CompleteList.dto.ts +2 -2
  8. package/dist/dto/Dataset.dto.ts +2 -2
  9. package/dist/dto/Document.dto.ts +12 -12
  10. package/dist/dto/Endangerment.dto.ts +2 -2
  11. package/dist/dto/Enums.dto.ts +354 -181
  12. package/dist/dto/Event.dto.ts +4 -4
  13. package/dist/dto/Form.dto.ts +5 -5
  14. package/dist/dto/FormOptions.dto.ts +8 -8
  15. package/dist/dto/FormPermissionSingle.dto.ts +2 -2
  16. package/dist/dto/Gathering.dto.ts +28 -28
  17. package/dist/dto/GatheringEvent.dto.ts +8 -8
  18. package/dist/dto/GatheringFact.dto.ts +41 -41
  19. package/dist/dto/Habitat.dto.ts +4 -4
  20. package/dist/dto/Identification.dto.ts +10 -10
  21. package/dist/dto/Image.dto.ts +14 -14
  22. package/dist/dto/Individual.dto.ts +2 -2
  23. package/dist/dto/InformationSystem.dto.ts +6 -6
  24. package/dist/dto/IucnRedListEvaluation.dto.ts +22 -22
  25. package/dist/dto/Model.dto.ts +12 -12
  26. package/dist/dto/NamedPlace.dto.ts +6 -6
  27. package/dist/dto/News.dto.ts +2 -2
  28. package/dist/dto/Notification.dto.ts +2 -2
  29. package/dist/dto/Occurrence.dto.ts +2 -2
  30. package/dist/dto/Organization.dto.ts +2 -2
  31. package/dist/dto/Pdf.dto.ts +4 -4
  32. package/dist/dto/Permit.dto.ts +4 -4
  33. package/dist/dto/Person.dto.ts +6 -6
  34. package/dist/dto/Preparation.dto.ts +4 -4
  35. package/dist/dto/Profile.dto.ts +4 -4
  36. package/dist/dto/RegionalStatus.dto.ts +2 -2
  37. package/dist/dto/Sample.dto.ts +16 -16
  38. package/dist/dto/SpecimenTransaction.dto.ts +14 -14
  39. package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -2
  40. package/dist/dto/SubUnit.dto.ts +2 -2
  41. package/dist/dto/Tag.dto.ts +5 -5
  42. package/dist/dto/Taxon.dto.ts +27 -27
  43. package/dist/dto/TaxonCensus.dto.ts +4 -4
  44. package/dist/dto/TaxonInteraction.dto.ts +5 -5
  45. package/dist/dto/Transaction.dto.ts +16 -16
  46. package/dist/dto/TransactionEvent.dto.ts +4 -4
  47. package/dist/dto/TransactionItem.dto.ts +4 -4
  48. package/dist/dto/TypeSpecimen.dto.ts +6 -6
  49. package/dist/dto/Unit.dto.ts +67 -67
  50. package/dist/dto/UnitFact.dto.ts +20 -20
  51. package/dist/dto/Video.dto.ts +12 -12
  52. package/dist/esm/classes/Enums.js +2424 -2240
  53. package/dist/types/classes/Annotation.d.ts +14 -12
  54. package/dist/types/classes/Area.d.ts +2 -2
  55. package/dist/types/classes/Audio.d.ts +12 -12
  56. package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +2 -2
  57. package/dist/types/classes/Collection.d.ts +16 -16
  58. package/dist/types/classes/CompleteList.d.ts +2 -2
  59. package/dist/types/classes/Dataset.d.ts +2 -2
  60. package/dist/types/classes/Document.d.ts +12 -12
  61. package/dist/types/classes/Endangerment.d.ts +2 -2
  62. package/dist/types/classes/Enums.d.ts +354 -181
  63. package/dist/types/classes/Event.d.ts +4 -4
  64. package/dist/types/classes/Form.d.ts +5 -5
  65. package/dist/types/classes/FormOptions.d.ts +8 -8
  66. package/dist/types/classes/FormPermissionSingle.d.ts +2 -2
  67. package/dist/types/classes/Gathering.d.ts +28 -28
  68. package/dist/types/classes/GatheringEvent.d.ts +8 -8
  69. package/dist/types/classes/GatheringFact.d.ts +41 -41
  70. package/dist/types/classes/Habitat.d.ts +4 -4
  71. package/dist/types/classes/Identification.d.ts +10 -10
  72. package/dist/types/classes/Image.d.ts +14 -14
  73. package/dist/types/classes/Individual.d.ts +2 -2
  74. package/dist/types/classes/InformationSystem.d.ts +6 -6
  75. package/dist/types/classes/IucnRedListEvaluation.d.ts +22 -22
  76. package/dist/types/classes/Model.d.ts +12 -12
  77. package/dist/types/classes/NamedPlace.d.ts +6 -6
  78. package/dist/types/classes/News.d.ts +2 -2
  79. package/dist/types/classes/Notification.d.ts +2 -2
  80. package/dist/types/classes/Occurrence.d.ts +2 -2
  81. package/dist/types/classes/Organization.d.ts +2 -2
  82. package/dist/types/classes/Pdf.d.ts +4 -4
  83. package/dist/types/classes/Permit.d.ts +4 -4
  84. package/dist/types/classes/Person.d.ts +6 -6
  85. package/dist/types/classes/Preparation.d.ts +4 -4
  86. package/dist/types/classes/Profile.d.ts +4 -4
  87. package/dist/types/classes/RegionalStatus.d.ts +2 -2
  88. package/dist/types/classes/Sample.d.ts +16 -16
  89. package/dist/types/classes/SpecimenTransaction.d.ts +14 -14
  90. package/dist/types/classes/SpecimenTransactionEvent.d.ts +2 -2
  91. package/dist/types/classes/SubUnit.d.ts +2 -2
  92. package/dist/types/classes/Tag.d.ts +5 -5
  93. package/dist/types/classes/Taxon.d.ts +27 -27
  94. package/dist/types/classes/TaxonCensus.d.ts +4 -4
  95. package/dist/types/classes/TaxonInteraction.d.ts +5 -5
  96. package/dist/types/classes/Transaction.d.ts +16 -16
  97. package/dist/types/classes/TransactionEvent.d.ts +4 -4
  98. package/dist/types/classes/TransactionItem.d.ts +4 -4
  99. package/dist/types/classes/TypeSpecimen.d.ts +6 -6
  100. package/dist/types/classes/Unit.d.ts +67 -67
  101. package/dist/types/classes/UnitFact.d.ts +20 -20
  102. package/dist/types/classes/Video.d.ts +12 -12
  103. package/dist/types/models/Annotation.d.ts +14 -12
  104. package/dist/types/models/Area.d.ts +2 -2
  105. package/dist/types/models/Audio.d.ts +12 -12
  106. package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +2 -2
  107. package/dist/types/models/Collection.d.ts +16 -16
  108. package/dist/types/models/CompleteList.d.ts +2 -2
  109. package/dist/types/models/Dataset.d.ts +2 -2
  110. package/dist/types/models/Document.d.ts +12 -12
  111. package/dist/types/models/Endangerment.d.ts +2 -2
  112. package/dist/types/models/Enums.d.ts +169 -158
  113. package/dist/types/models/Event.d.ts +4 -4
  114. package/dist/types/models/Form.d.ts +5 -5
  115. package/dist/types/models/FormOptions.d.ts +8 -8
  116. package/dist/types/models/FormPermissionSingle.d.ts +2 -2
  117. package/dist/types/models/Gathering.d.ts +28 -28
  118. package/dist/types/models/GatheringEvent.d.ts +8 -8
  119. package/dist/types/models/GatheringFact.d.ts +41 -41
  120. package/dist/types/models/Habitat.d.ts +4 -4
  121. package/dist/types/models/Identification.d.ts +10 -10
  122. package/dist/types/models/Image.d.ts +14 -14
  123. package/dist/types/models/Individual.d.ts +2 -2
  124. package/dist/types/models/InformationSystem.d.ts +6 -6
  125. package/dist/types/models/IucnRedListEvaluation.d.ts +22 -22
  126. package/dist/types/models/Model.d.ts +12 -12
  127. package/dist/types/models/NamedPlace.d.ts +6 -6
  128. package/dist/types/models/News.d.ts +2 -2
  129. package/dist/types/models/Notification.d.ts +2 -2
  130. package/dist/types/models/Occurrence.d.ts +2 -2
  131. package/dist/types/models/Organization.d.ts +2 -2
  132. package/dist/types/models/Pdf.d.ts +4 -4
  133. package/dist/types/models/Permit.d.ts +4 -4
  134. package/dist/types/models/Person.d.ts +6 -6
  135. package/dist/types/models/Preparation.d.ts +4 -4
  136. package/dist/types/models/Profile.d.ts +4 -4
  137. package/dist/types/models/RegionalStatus.d.ts +2 -2
  138. package/dist/types/models/Sample.d.ts +16 -16
  139. package/dist/types/models/SpecimenTransaction.d.ts +14 -14
  140. package/dist/types/models/SpecimenTransactionEvent.d.ts +2 -2
  141. package/dist/types/models/SubUnit.d.ts +2 -2
  142. package/dist/types/models/Tag.d.ts +5 -5
  143. package/dist/types/models/Taxon.d.ts +27 -27
  144. package/dist/types/models/TaxonCensus.d.ts +4 -4
  145. package/dist/types/models/TaxonInteraction.d.ts +5 -5
  146. package/dist/types/models/Transaction.d.ts +16 -16
  147. package/dist/types/models/TransactionEvent.d.ts +4 -4
  148. package/dist/types/models/TransactionItem.d.ts +4 -4
  149. package/dist/types/models/TypeSpecimen.d.ts +6 -6
  150. package/dist/types/models/Unit.d.ts +67 -67
  151. package/dist/types/models/UnitFact.d.ts +20 -20
  152. package/dist/types/models/Video.d.ts +12 -12
  153. package/package.json +1 -1
@@ -1,9 +1,9 @@
1
- import { TypeEnum } from './';
2
- import { LifeStages } from './';
3
- import { PlantLifeStageEnum } from './';
4
- import { Sexes } from './';
5
- import { IntellectualRightsEnum } from './';
6
- import { PublicityRestrictionsEnum } from './';
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 Video {
8
8
  "@context"?: string;
9
9
  id?: string;
@@ -26,24 +26,24 @@ export declare class Video {
26
26
  taxonURI?: string[];
27
27
  taxonVerbatim?: string[];
28
28
  thumbnailURL: string;
29
- type?: TypeEnum;
29
+ type?: MMTypeEnum;
30
30
  uploadDateTime?: string;
31
31
  uploadedBy?: string;
32
32
  videoURL: string;
33
33
  /**
34
34
  * 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.
35
35
  */
36
- lifeStage?: LifeStages;
37
- plantLifeStage?: PlantLifeStageEnum;
36
+ lifeStage?: MYLifeStages;
37
+ plantLifeStage?: MYPlantLifeStageEnum;
38
38
  /**
39
39
  * Sex of the individual(s)
40
40
  */
41
- sex?: Sexes;
41
+ sex?: MYSexes;
42
42
  intellectualOwner: string;
43
- intellectualRights: IntellectualRightsEnum;
43
+ intellectualRights: MZIntellectualRightsEnum;
44
44
  /**
45
45
  * 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.
46
46
  */
47
- publicityRestrictions?: PublicityRestrictionsEnum;
47
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
48
48
  sortOrder?: number;
49
49
  }
@@ -1,11 +1,12 @@
1
- import { AnnotationClassEnum } from './';
2
- import { RequiredRolesEnum } from './';
3
- import { CensusAnnotationEnum } from './';
1
+ import { MANAnnotationClassEnum } from './';
2
+ import { MYAtlasCodeEnum } from './';
3
+ import { MMANRequiredRolesEnum } from './';
4
+ import { MANCensusAnnotationEnum } from './';
4
5
  import { Identification } from './';
5
- import { InvasiveControlEffectivenessEnum } from './';
6
- import { LineTransectAnnotationEnum } from './';
6
+ import { MYInvasiveControlEffectivenessEnum } from './';
7
+ import { MANLineTransectAnnotationEnum } from './';
7
8
  import { AnnotationOccurrence } from './';
8
- import { TypeEnum } from './';
9
+ import { MANTypeEnum } from './';
9
10
  export interface Annotation {
10
11
  "@context"?: string;
11
12
  id?: string;
@@ -13,22 +14,23 @@ export interface Annotation {
13
14
  addedTags?: string[];
14
15
  annotationByPerson?: string;
15
16
  annotationBySystem?: string;
16
- annotationClass?: AnnotationClassEnum;
17
- byRole?: RequiredRolesEnum;
18
- censusAnnotation?: CensusAnnotationEnum[];
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?: InvasiveControlEffectivenessEnum;
24
- lineTransectAnnotation?: LineTransectAnnotationEnum[];
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?: TypeEnum;
33
+ type?: MANTypeEnum;
32
34
  createdBySystem?: string;
33
35
  deleted?: boolean;
34
36
  deletedByPerson?: string;
@@ -1,4 +1,4 @@
1
- import { AreaTypeEnum } from './';
1
+ import { MLAreaTypeEnum } from './';
2
2
  export interface Area {
3
3
  "@context"?: string;
4
4
  id?: string;
@@ -6,7 +6,7 @@ export interface Area {
6
6
  /**
7
7
  * Aluetyyppi
8
8
  */
9
- areaType: AreaTypeEnum;
9
+ areaType: MLAreaTypeEnum;
10
10
  /**
11
11
  * Country code ISO alpha 2
12
12
  */
@@ -1,9 +1,9 @@
1
- import { TypeEnum } from './';
2
- import { LifeStages } from './';
3
- import { PlantLifeStageEnum } from './';
4
- import { Sexes } from './';
5
- import { IntellectualRightsEnum } from './';
6
- import { PublicityRestrictionsEnum } from './';
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 interface Audio {
8
8
  "@context"?: string;
9
9
  id?: string;
@@ -29,24 +29,24 @@ export interface Audio {
29
29
  taxonURI?: string[];
30
30
  taxonVerbatim?: string[];
31
31
  thumbnailURL: string;
32
- type?: TypeEnum;
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?: LifeStages;
40
- plantLifeStage?: PlantLifeStageEnum;
39
+ lifeStage?: MYLifeStages;
40
+ plantLifeStage?: MYPlantLifeStageEnum;
41
41
  /**
42
42
  * Sex of the individual(s)
43
43
  */
44
- sex?: Sexes;
44
+ sex?: MYSexes;
45
45
  intellectualOwner: string;
46
- intellectualRights: IntellectualRightsEnum;
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?: PublicityRestrictionsEnum;
50
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
51
51
  sortOrder?: number;
52
52
  }
@@ -1,8 +1,8 @@
1
- import { BirdSongRecognitionSkillLevelEnum } from './';
1
+ import { MABirdSongRecognitionSkillLevelEnum } from './';
2
2
  export interface BirdSongRecognitionSkillLevel {
3
3
  "@context"?: string;
4
4
  id?: string;
5
5
  "@type"?: string;
6
6
  birdSongRecognitionArea: string;
7
- birdSongRecognitionSkillLevel: BirdSongRecognitionSkillLevelEnum;
7
+ birdSongRecognitionSkillLevel: MABirdSongRecognitionSkillLevelEnum;
8
8
  }
@@ -1,11 +1,11 @@
1
- import { SecureLevels } from './';
2
- import { CollectionQualityEnum } from './';
3
- import { CollectionTypes } from './';
4
- import { DataQualityEnum } from './';
5
- import { IntellectualRightsEnum } from './';
6
- import { MetadataStatuses } from './';
7
- import { PublicationTermsEnum } from './';
8
- import { PublicityRestrictionsEnum } from './';
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 interface Collection {
10
10
  "@context"?: string;
11
11
  id?: string;
@@ -13,7 +13,7 @@ export interface Collection {
13
13
  /**
14
14
  * Secure level (salaus-/karkeistustaso) for the data
15
15
  */
16
- secureLevel?: SecureLevels;
16
+ secureLevel?: MXSecureLevels;
17
17
  /**
18
18
  * Unofficial abbreviation (or acronym) for this collection
19
19
  */
@@ -54,7 +54,7 @@ export interface Collection {
54
54
  /**
55
55
  * Quality classification for the collection.
56
56
  */
57
- collectionQuality: CollectionQualityEnum;
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 interface Collection {
62
62
  /**
63
63
  * Type of the collection (specimen, monitoring etc).
64
64
  */
65
- collectionType: CollectionTypes;
65
+ collectionType: MYCollectionTypes;
66
66
  /**
67
67
  * Legal basis for concealment or embargo
68
68
  */
@@ -98,7 +98,7 @@ export interface Collection {
98
98
  /**
99
99
  * Quality estimation for the data in this collection
100
100
  */
101
- dataQuality?: DataQualityEnum;
101
+ dataQuality?: MYDataQualityEnum;
102
102
  /**
103
103
  * Description and reasons for the data quality in different languages.
104
104
  */
@@ -171,7 +171,7 @@ export interface Collection {
171
171
  /**
172
172
  * License which is used when publishing data that belongs to this collection.
173
173
  */
174
- intellectualRights: IntellectualRightsEnum;
174
+ intellectualRights: MYIntellectualRightsEnum;
175
175
  /**
176
176
  * Is the data to be used only within Kotka?
177
177
  */
@@ -193,7 +193,7 @@ export interface Collection {
193
193
  /**
194
194
  * Indication of how comprehensive the information on this form is.
195
195
  */
196
- metadataStatus?: MetadataStatuses;
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 interface Collection {
233
233
  /**
234
234
  * How can Luomus publish the data, if it is owned by third party?
235
235
  */
236
- publicationTerms?: PublicationTermsEnum;
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 interface 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?: PublicityRestrictionsEnum;
281
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
282
282
  }
@@ -1,8 +1,8 @@
1
- import { CompleteListTypeEnum } from './';
1
+ import { MYCompleteListTypeEnum } from './';
2
2
  export interface CompleteList {
3
3
  "@context"?: string;
4
4
  id?: string;
5
5
  "@type"?: string;
6
6
  completeListTaxonID?: string;
7
- completeListType?: CompleteListTypeEnum;
7
+ completeListType?: MYCompleteListTypeEnum;
8
8
  }
@@ -1,4 +1,4 @@
1
- import { DatasetTypeEnum } from './';
1
+ import { GXDatasetTypeEnum } from './';
2
2
  export interface Dataset {
3
3
  "@context"?: string;
4
4
  id?: string;
@@ -18,7 +18,7 @@ export interface 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: DatasetTypeEnum;
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 { SecureLevels } from './';
2
- import { DataOriginEnum } from './';
1
+ import { MXSecureLevels } from './';
2
+ import { MYDataOriginEnum } from './';
3
3
  import { DocumentIdentification } from './';
4
4
  import { GatheringEvent } from './';
5
- import { Preservations } from './';
6
- import { Statuses } from './';
7
- import { VerificationStatuses } from './';
8
- import { PublicityRestrictionsEnum } from './';
5
+ import { MYPreservations } from './';
6
+ import { MYStatuses } from './';
7
+ import { MYVerificationStatuses } from './';
8
+ import { MZPublicityRestrictionsEnum } from './';
9
9
  import { Gathering } from './';
10
10
  export interface Document {
11
11
  "@context"?: string;
@@ -14,7 +14,7 @@ export interface Document {
14
14
  /**
15
15
  * Secure level (salaus-/karkeistustaso) for the data
16
16
  */
17
- secureLevel?: SecureLevels;
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 interface Document {
75
75
  * Annuality/perenniality or other specialities about cultivation in our conditions.
76
76
  */
77
77
  cultivationInformation?: string;
78
- dataOrigin?: DataOriginEnum[];
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 interface 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?: Preservations[];
157
+ preservation?: MYPreservations[];
158
158
  /**
159
159
  * Location of the primary data if not Kotka.
160
160
  */
@@ -189,7 +189,7 @@ export interface 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?: Statuses;
192
+ status?: MYStatuses;
193
193
  temp?: boolean;
194
194
  templateDescription?: string;
195
195
  templateName?: string;
@@ -208,7 +208,7 @@ export interface Document {
208
208
  /**
209
209
  * Information about the quality of the specimen data. Possible to select several.
210
210
  */
211
- verificationStatus?: VerificationStatuses[];
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 interface 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?: PublicityRestrictionsEnum;
228
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
229
229
  scheduledForDeletion?: boolean;
230
230
  gatherings: [Gathering, ...Gathering[]];
231
231
  }
@@ -1,9 +1,9 @@
1
- import { EndangermentReasonEnum } from './';
1
+ import { MKVEndangermentReasonEnum } from './';
2
2
  export interface Endangerment {
3
3
  "@context"?: string;
4
4
  id?: string;
5
5
  "@type"?: string;
6
6
  "herbo:sortOrder"?: number;
7
- endangerment: EndangermentReasonEnum;
7
+ endangerment: MKVEndangermentReasonEnum;
8
8
  sortOrder?: number;
9
9
  }