@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.
Files changed (153) hide show
  1. package/dist/cjs/classes/Enums.js +2428 -2244
  2. package/dist/dto/Annotation.dto.ts +12 -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 +331 -158
  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 +12 -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 +331 -158
  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 +12 -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,5 +1,5 @@
1
- import { EventType } from './';
2
- import { PlantLifeStageEnum } from './';
1
+ import { MYEventType } from './';
2
+ import { MYPlantLifeStageEnum } from './';
3
3
  export interface Event {
4
4
  "@context"?: string;
5
5
  id?: string;
@@ -17,11 +17,11 @@ export interface Event {
17
17
  date?: string;
18
18
  eRH?: string;
19
19
  estimatedSeedQuantity?: number;
20
- eventType: EventType;
20
+ eventType: MYEventType;
21
21
  germinationConditions?: string;
22
22
  germinationPercentage?: number;
23
23
  germinationRate?: number;
24
- lifeStage?: PlantLifeStageEnum;
24
+ lifeStage?: MYPlantLifeStageEnum;
25
25
  notes?: string;
26
26
  numberOfSeedsEmpty?: number;
27
27
  numberOfSeedsFull?: number;
@@ -1,13 +1,13 @@
1
- import { CategoryEnum } from './';
1
+ import { MHLCategoryEnum } from './';
2
2
  import { Field } from './';
3
- import { LanguageEnum } from './';
3
+ import { MZLanguageEnum } from './';
4
4
  import { FormOptions } from './';
5
5
  export interface Form {
6
6
  "@context"?: string;
7
7
  id?: string;
8
8
  "@type"?: string;
9
9
  baseFormID?: string;
10
- category?: CategoryEnum;
10
+ category?: MHLCategoryEnum;
11
11
  /**
12
12
  * Id for the collection to where observation useing this form are connected
13
13
  */
@@ -22,7 +22,7 @@ export interface Form {
22
22
  * Use fields, uiSchema and translations from the form
23
23
  */
24
24
  fieldsFormID?: string;
25
- language?: LanguageEnum;
25
+ language?: MZLanguageEnum;
26
26
  logo?: string;
27
27
  name?: string;
28
28
  options?: FormOptions;
@@ -34,7 +34,7 @@ export interface Form {
34
34
  * Shown at sidebar and & as browser title
35
35
  */
36
36
  shortTitle?: string;
37
- supportedLanguage?: LanguageEnum[];
37
+ supportedLanguage?: MZLanguageEnum[];
38
38
  title?: string;
39
39
  translations?: {
40
40
  [k: string]: unknown | undefined;
@@ -1,11 +1,11 @@
1
1
  import { FormFooter } from './';
2
2
  import { FormNamedPlaceOptions } from './';
3
3
  import { Document } from './';
4
- import { PrintTypeEnum } from './';
5
- import { RestrictAccessEnum } from './';
6
- import { ResultServiceTypeEnum } from './';
4
+ import { MHLPrintTypeEnum } from './';
5
+ import { MHLRestrictAccessEnum } from './';
6
+ import { MHLResultServiceTypeEnum } from './';
7
7
  import { FormSeason } from './';
8
- import { ViewerTypeEnum } from './';
8
+ import { MHLViewerTypeEnum } from './';
9
9
  export interface FormOptions {
10
10
  "@context"?: string;
11
11
  id?: string;
@@ -142,12 +142,12 @@ export interface FormOptions {
142
142
  * Initial document data
143
143
  */
144
144
  prepopulatedDocument?: Document;
145
- printType?: PrintTypeEnum;
145
+ printType?: MHLPrintTypeEnum;
146
146
  /**
147
147
  * Users need to have permission to access the form
148
148
  */
149
- restrictAccess?: RestrictAccessEnum;
150
- resultServiceType?: ResultServiceTypeEnum;
149
+ restrictAccess?: MHLRestrictAccessEnum;
150
+ resultServiceType?: MHLResultServiceTypeEnum;
151
151
  /**
152
152
  * Message shown when document save failed
153
153
  */
@@ -200,7 +200,7 @@ export interface FormOptions {
200
200
  * Uses schema comments as form help texts
201
201
  */
202
202
  useSchemaCommentsAsHelpTexts?: boolean;
203
- viewerType?: ViewerTypeEnum;
203
+ viewerType?: MHLViewerTypeEnum;
204
204
  warnEditingOldDocument?: boolean;
205
205
  /**
206
206
  * Duration in ISO 8601 duration format. Defaults to P1W (one week)
@@ -1,9 +1,9 @@
1
- import { TypeEnum } from './';
1
+ import { MFPTypeEnum } from './';
2
2
  export interface FormPermissionSingle {
3
3
  "@context"?: string;
4
4
  id?: string;
5
5
  "@type"?: string;
6
6
  collectionID: string;
7
- type?: TypeEnum;
7
+ type?: MFPTypeEnum;
8
8
  userID?: string;
9
9
  }
@@ -1,19 +1,19 @@
1
- import { BatHabitatEnum } from './';
2
- import { CoordinateSources } from './';
3
- import { CoordinateSystems } from './';
4
- import { ForestVegetationZones } from './';
1
+ import { MYBatHabitatEnum } from './';
2
+ import { MYCoordinateSources } from './';
3
+ import { MYCoordinateSystems } from './';
4
+ import { MYForestVegetationZones } from './';
5
5
  import { GatheringFact } from './';
6
- import { GatheringTypeEnum } from './';
7
- import { GeoreferenceSources } from './';
8
- import { HabitatEnum } from './';
9
- import { HabitatAttributesEnum } from './';
10
- import { InvasiveControlEffectivenessEnum } from './';
11
- import { InvasiveControlMethodsEnum } from './';
12
- import { MothSamplingMethodEnum } from './';
13
- import { PredominantTreeEnum } from './';
14
- import { SamplingMethods } from './';
6
+ import { MYGatheringTypeEnum } from './';
7
+ import { MYGeoreferenceSources } from './';
8
+ import { MYHabitatEnum } from './';
9
+ import { MYHabitatAttributesEnum } from './';
10
+ import { MYInvasiveControlEffectivenessEnum } from './';
11
+ import { MYInvasiveControlMethodsEnum } from './';
12
+ import { MYMothSamplingMethodEnum } from './';
13
+ import { MYPredominantTreeEnum } from './';
14
+ import { MYSamplingMethods } from './';
15
15
  import { TaxonCensus } from './';
16
- import { PublicityRestrictionsEnum } from './';
16
+ import { MZPublicityRestrictionsEnum } from './';
17
17
  import { Unit } from './';
18
18
  export interface Gathering {
19
19
  "@context"?: string;
@@ -48,7 +48,7 @@ export interface Gathering {
48
48
  /**
49
49
  * Bat habitat
50
50
  */
51
- batHabitat?: BatHabitatEnum[];
51
+ batHabitat?: MYBatHabitatEnum[];
52
52
  binocularsUsed?: boolean;
53
53
  /**
54
54
  * Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
@@ -74,11 +74,11 @@ export interface Gathering {
74
74
  /**
75
75
  * Use for NEW SPECIMENS: Where the coordinates have been acquired
76
76
  */
77
- coordinateSource?: CoordinateSources;
77
+ coordinateSource?: MYCoordinateSources;
78
78
  /**
79
79
  * More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
80
80
  */
81
- coordinateSystem?: CoordinateSystems;
81
+ coordinateSystem?: MYCoordinateSystems;
82
82
  coordinatesGridYKJ?: string;
83
83
  /**
84
84
  * Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
@@ -107,18 +107,18 @@ export interface Gathering {
107
107
  /**
108
108
  * Finnish forest vegetation zone
109
109
  */
110
- forestVegetationZone?: ForestVegetationZones;
110
+ forestVegetationZone?: MYForestVegetationZones;
111
111
  gatheringFact?: GatheringFact;
112
- gatheringType?: GatheringTypeEnum;
112
+ gatheringType?: MYGatheringTypeEnum;
113
113
  geometry?: {
114
114
  [k: string]: unknown | undefined;
115
115
  };
116
116
  /**
117
117
  * Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
118
118
  */
119
- georeferenceSource?: GeoreferenceSources;
120
- habitat?: HabitatEnum[];
121
- habitatAttributes?: HabitatAttributesEnum[];
119
+ georeferenceSource?: MYGeoreferenceSources;
120
+ habitat?: MYHabitatEnum[];
121
+ habitatAttributes?: MYHabitatAttributesEnum[];
122
122
  /**
123
123
  * Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
124
124
  */
@@ -135,9 +135,9 @@ export interface Gathering {
135
135
  invasiveControlAreaKnown?: boolean;
136
136
  invasiveControlDangerous?: boolean;
137
137
  invasiveControlDangerousDescription?: string;
138
- invasiveControlEffectiveness?: InvasiveControlEffectivenessEnum;
138
+ invasiveControlEffectiveness?: MYInvasiveControlEffectivenessEnum;
139
139
  invasiveControlEffectivenessNotes?: string;
140
- invasiveControlMethods?: InvasiveControlMethodsEnum[];
140
+ invasiveControlMethods?: MYInvasiveControlMethodsEnum[];
141
141
  invasiveControlMethodsDescription?: string;
142
142
  invasiveControlOpen?: boolean;
143
143
  invasiveControlOpenDescription?: string;
@@ -184,7 +184,7 @@ export interface Gathering {
184
184
  * Longitude. For western longitudes, use negative value.
185
185
  */
186
186
  longitude?: string;
187
- mothSamplingMethod?: MothSamplingMethodEnum;
187
+ mothSamplingMethod?: MYMothSamplingMethodEnum;
188
188
  /**
189
189
  * Municipality, commune, town, city or civil parish
190
190
  */
@@ -204,7 +204,7 @@ export interface Gathering {
204
204
  * For garden accessions/seed bank, what proportion of the population sampled was giving seeds
205
205
  */
206
206
  percentageGivingSeeds?: number;
207
- predominantTree?: PredominantTreeEnum;
207
+ predominantTree?: MYPredominantTreeEnum;
208
208
  projectTitle?: string;
209
209
  province?: string;
210
210
  /**
@@ -218,7 +218,7 @@ export interface Gathering {
218
218
  /**
219
219
  * Main method for (usually intentional) sampling
220
220
  */
221
- samplingMethod?: SamplingMethods;
221
+ samplingMethod?: MYSamplingMethods;
222
222
  samplingMethodNotes?: string;
223
223
  section?: number;
224
224
  skipped?: boolean;
@@ -239,6 +239,6 @@ export interface Gathering {
239
239
  /**
240
240
  * 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.
241
241
  */
242
- publicityRestrictions?: PublicityRestrictionsEnum;
242
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
243
243
  units?: Unit[];
244
244
  }
@@ -1,24 +1,24 @@
1
- import { ArtificialLightEnum } from './';
2
- import { CloudCoverOktaEnum } from './';
1
+ import { MYArtificialLightEnum } from './';
2
+ import { MYCloudCoverOktaEnum } from './';
3
3
  import { CompleteList } from './';
4
4
  import { GatheringFact } from './';
5
- import { RainIntensityEnum } from './';
5
+ import { MYRainIntensityEnum } from './';
6
6
  import { TaxonCensus } from './';
7
7
  export interface GatheringEvent {
8
8
  "@context"?: string;
9
9
  id?: string;
10
10
  "@type"?: string;
11
11
  acknowledgeNoUnitsInCensus?: boolean;
12
- artificialLight?: ArtificialLightEnum;
12
+ artificialLight?: MYArtificialLightEnum;
13
13
  breaksDuringCensusInMinutes?: number;
14
14
  censusHinderedByEnviromentalFactors?: boolean;
15
15
  censusHinderedByFog?: boolean;
16
16
  censusHinderedByRain?: boolean;
17
17
  censusHinderedByWind?: boolean;
18
18
  censusPrematurelyAborted?: boolean;
19
- cloudCover?: CloudCoverOktaEnum;
20
- cloudCoverEnd?: CloudCoverOktaEnum;
21
- cloudCoverStart?: CloudCoverOktaEnum;
19
+ cloudCover?: MYCloudCoverOktaEnum;
20
+ cloudCoverEnd?: MYCloudCoverOktaEnum;
21
+ cloudCoverStart?: MYCloudCoverOktaEnum;
22
22
  completeList?: CompleteList;
23
23
  dateBegin?: string;
24
24
  dateEnd?: string;
@@ -42,7 +42,7 @@ export interface GatheringEvent {
42
42
  * Additional information to the data in each section.
43
43
  */
44
44
  notes?: string;
45
- rainIntensity?: RainIntensityEnum;
45
+ rainIntensity?: MYRainIntensityEnum;
46
46
  routeDirectionAdhered?: boolean;
47
47
  spottingScopeUsed?: boolean;
48
48
  startDistanceFromNECorner?: string;
@@ -1,25 +1,25 @@
1
- import { BatCollectorEnum } from './';
2
- import { LolifeSiteClassificationEnum } from './';
3
- import { PointCountHabitatEnum } from './';
4
- import { SykeButterFlyCensusWindEnum } from './';
5
- import { WaterbirdCensusPeriodEnum } from './';
6
- import { WaterbirdHabitatEnum } from './';
7
- import { SpeciesAbundanceEnum } from './';
8
- import { CloudAndRainEnum } from './';
9
- import { IceCoverEnum } from './';
10
- import { BerriesAndConesEnum } from './';
11
- import { SnowAndIceOnTreesEnum } from './';
12
- import { SnowCoverEnum } from './';
13
- import { TypeOfSnowCoverEnum } from './';
14
- import { VisibilityEnum } from './';
15
- import { WaterbodiesEnum } from './';
16
- import { WayOfTravelEnum } from './';
17
- import { WindEnum } from './';
1
+ import { MYBatCollectorEnum } from './';
2
+ import { MYLolifeSiteClassificationEnum } from './';
3
+ import { MYPointCountHabitatEnum } from './';
4
+ import { MYSykeButterFlyCensusWindEnum } from './';
5
+ import { MYWaterbirdCensusPeriodEnum } from './';
6
+ import { MYWaterbirdHabitatEnum } from './';
7
+ import { WBCSpeciesAbundanceEnum } from './';
8
+ import { WBCCloudAndRainEnum } from './';
9
+ import { WBCIceCoverEnum } from './';
10
+ import { WBCBerriesAndConesEnum } from './';
11
+ import { WBCSnowAndIceOnTreesEnum } from './';
12
+ import { WBCSnowCoverEnum } from './';
13
+ import { WBCTypeOfSnowCoverEnum } from './';
14
+ import { WBCVisibilityEnum } from './';
15
+ import { WBCWaterbodiesEnum } from './';
16
+ import { WBCWayOfTravelEnum } from './';
17
+ import { WBCWindEnum } from './';
18
18
  export interface GatheringFact {
19
19
  "@context"?: string;
20
20
  id?: string;
21
21
  "@type"?: string;
22
- batCollector?: BatCollectorEnum;
22
+ batCollector?: MYBatCollectorEnum;
23
23
  binocularsUsed?: boolean;
24
24
  censusAreaHectares?: number;
25
25
  invasiveControlOtherExpensesInEuros?: number;
@@ -27,18 +27,18 @@ export interface GatheringFact {
27
27
  lineTransectSegmentCounted?: boolean;
28
28
  lineTransectSegmentMetersEnd?: number;
29
29
  lineTransectSegmentMetersStart?: number;
30
- lolifeSiteClassification?: LolifeSiteClassificationEnum;
30
+ lolifeSiteClassification?: MYLolifeSiteClassificationEnum;
31
31
  lolifeSiteClassificationComments?: string;
32
32
  observedAreaHectares?: number;
33
- pointCountHabitat?: PointCountHabitatEnum;
33
+ pointCountHabitat?: MYPointCountHabitatEnum;
34
34
  shorelineLengthMeters?: number;
35
35
  spottingScopeUsed?: boolean;
36
36
  sunniness?: number;
37
- sykeButterFlyCensusWind?: SykeButterFlyCensusWindEnum;
38
- sykeButterFlyCensusWindEnd?: SykeButterFlyCensusWindEnum;
39
- sykeButterFlyCensusWindStart?: SykeButterFlyCensusWindEnum;
40
- waterbirdCensusPeriod?: WaterbirdCensusPeriodEnum;
41
- waterbirdHabitat?: WaterbirdHabitatEnum;
37
+ sykeButterFlyCensusWind?: MYSykeButterFlyCensusWindEnum;
38
+ sykeButterFlyCensusWindEnd?: MYSykeButterFlyCensusWindEnum;
39
+ sykeButterFlyCensusWindStart?: MYSykeButterFlyCensusWindEnum;
40
+ waterbirdCensusPeriod?: MYWaterbirdCensusPeriodEnum;
41
+ waterbirdHabitat?: MYWaterbirdHabitatEnum;
42
42
  ykjSquareNumber?: string;
43
43
  ACAFLAonAlder?: number;
44
44
  ACAFLAonBirch?: number;
@@ -55,9 +55,9 @@ export interface GatheringFact {
55
55
  LOXIAonGround?: number;
56
56
  LOXIAonPine?: number;
57
57
  LOXIAonSpruce?: number;
58
- abundanceBOMGAR?: SpeciesAbundanceEnum;
59
- abundancePINENU?: SpeciesAbundanceEnum;
60
- abundanceTURPIL?: SpeciesAbundanceEnum;
58
+ abundanceBOMGAR?: WBCSpeciesAbundanceEnum;
59
+ abundancePINENU?: WBCSpeciesAbundanceEnum;
60
+ abundanceTURPIL?: WBCSpeciesAbundanceEnum;
61
61
  birdFeederCount?: number;
62
62
  birdFeederCountBiotopeA?: number;
63
63
  birdFeederCountBiotopeB?: number;
@@ -67,7 +67,7 @@ export interface GatheringFact {
67
67
  birdFeederCountBiotopeF?: number;
68
68
  birdFeederCountBiotopeG?: number;
69
69
  birdFeederCountBiotopeH?: number;
70
- cloudAndRain?: CloudAndRainEnum;
70
+ cloudAndRain?: WBCCloudAndRainEnum;
71
71
  descriptionBiotopeF?: string;
72
72
  feedingStationCount?: number;
73
73
  feedingStationCountBiotopeA?: number;
@@ -78,11 +78,11 @@ export interface GatheringFact {
78
78
  feedingStationCountBiotopeF?: number;
79
79
  feedingStationCountBiotopeG?: number;
80
80
  feedingStationCountBiotopeH?: number;
81
- iceCover?: IceCoverEnum;
81
+ iceCover?: WBCIceCoverEnum;
82
82
  meanTemperature?: number;
83
83
  observerCount?: number;
84
84
  observerID?: number;
85
- pineConesAtCensus?: BerriesAndConesEnum;
85
+ pineConesAtCensus?: WBCBerriesAndConesEnum;
86
86
  routeID?: number;
87
87
  routeLength?: number;
88
88
  routeLengthBiotopeA?: number;
@@ -102,15 +102,15 @@ export interface GatheringFact {
102
102
  routeLengthChangeBiotopeF?: number;
103
103
  routeLengthChangeBiotopeG?: number;
104
104
  routeLengthChangeBiotopeH?: number;
105
- snowAndIceOnTrees?: SnowAndIceOnTreesEnum;
106
- snowCover?: SnowCoverEnum;
107
- sorbusBerriesAtCensus?: BerriesAndConesEnum;
108
- sorbusBerriesEarlyFall?: BerriesAndConesEnum;
109
- spruceConesAtCensus?: BerriesAndConesEnum;
110
- typeOfSnowCover?: TypeOfSnowCoverEnum;
111
- visibility?: VisibilityEnum;
112
- waterbodies?: WaterbodiesEnum;
113
- wayOfTravel?: WayOfTravelEnum;
105
+ snowAndIceOnTrees?: WBCSnowAndIceOnTreesEnum;
106
+ snowCover?: WBCSnowCoverEnum;
107
+ sorbusBerriesAtCensus?: WBCBerriesAndConesEnum;
108
+ sorbusBerriesEarlyFall?: WBCBerriesAndConesEnum;
109
+ spruceConesAtCensus?: WBCBerriesAndConesEnum;
110
+ typeOfSnowCover?: WBCTypeOfSnowCoverEnum;
111
+ visibility?: WBCVisibilityEnum;
112
+ waterbodies?: WBCWaterbodiesEnum;
113
+ wayOfTravel?: WBCWayOfTravelEnum;
114
114
  wayOfTravelNotes?: string;
115
- wind?: WindEnum;
115
+ wind?: WBCWindEnum;
116
116
  }
@@ -1,11 +1,11 @@
1
- import { HabitatEnum } from './';
2
- import { HabitatSpecificTypeEnum } from './';
1
+ import { MKVHabitatEnum } from './';
2
+ import { MKVHabitatSpecificTypeEnum } from './';
3
3
  export interface Habitat {
4
4
  "@context"?: string;
5
5
  id?: string;
6
6
  "@type"?: string;
7
7
  "herbo:sortOrder"?: number;
8
- habitat: HabitatEnum;
9
- habitatSpecificType?: HabitatSpecificTypeEnum[];
8
+ habitat: MKVHabitatEnum;
9
+ habitatSpecificType?: MKVHabitatSpecificTypeEnum[];
10
10
  sortOrder?: number;
11
11
  }
@@ -1,8 +1,8 @@
1
- import { DetMethodEnum } from './';
2
- import { IdentificationBasisEnum } from './';
3
- import { InfraRanks } from './';
4
- import { TaxonRankEnum } from './';
5
- import { PublicityRestrictionsEnum } from './';
1
+ import { MYDetMethodEnum } from './';
2
+ import { MYIdentificationBasisEnum } from './';
3
+ import { MYInfraRanks } from './';
4
+ import { MXTaxonRankEnum } from './';
5
+ import { MZPublicityRestrictionsEnum } from './';
6
6
  export interface Identification {
7
7
  "@context"?: string;
8
8
  id?: string;
@@ -24,7 +24,7 @@ export interface Identification {
24
24
  * Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
25
25
  */
26
26
  detDate?: string;
27
- detMethod?: DetMethodEnum;
27
+ detMethod?: MYDetMethodEnum;
28
28
  /**
29
29
  * Name of the identifier and date of identification in original format (e.g. from the label), errors and all
30
30
  */
@@ -33,7 +33,7 @@ export interface Identification {
33
33
  * Additional qualifier or specifier at genus level (e.g. aff., cf.)
34
34
  */
35
35
  genusQualifier?: string;
36
- identificationBasis?: IdentificationBasisEnum[];
36
+ identificationBasis?: MYIdentificationBasisEnum[];
37
37
  /**
38
38
  * Additional information on the identification, basis or such
39
39
  */
@@ -49,7 +49,7 @@ export interface Identification {
49
49
  /**
50
50
  * Taxonomic level of the epithet below species level
51
51
  */
52
- infraRank?: InfraRanks;
52
+ infraRank?: MYInfraRanks;
53
53
  /**
54
54
  * Pathovars, serovars and other infrasubspecific subdivisions of microbes.
55
55
  */
@@ -82,7 +82,7 @@ export interface Identification {
82
82
  /**
83
83
  * Taxonomic level for the identification
84
84
  */
85
- taxonRank?: TaxonRankEnum;
85
+ taxonRank?: MXTaxonRankEnum;
86
86
  taxonSpecifier?: string;
87
87
  taxonURI?: string;
88
88
  /**
@@ -92,6 +92,6 @@ export interface Identification {
92
92
  /**
93
93
  * 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.
94
94
  */
95
- publicityRestrictions?: PublicityRestrictionsEnum;
95
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
96
96
  sortOrder?: number;
97
97
  }
@@ -1,10 +1,10 @@
1
- import { SideEnum } from './';
2
- import { TypeEnum } from './';
3
- import { LifeStages } from './';
4
- import { PlantLifeStageEnum } from './';
5
- import { Sexes } from './';
6
- import { IntellectualRightsEnum } from './';
7
- import { PublicityRestrictionsEnum } from './';
1
+ import { MMSideEnum } from './';
2
+ import { MMTypeEnum } from './';
3
+ import { MYLifeStages } from './';
4
+ import { MYPlantLifeStageEnum } from './';
5
+ import { MYSexes } from './';
6
+ import { MZIntellectualRightsEnum } from './';
7
+ import { MZPublicityRestrictionsEnum } from './';
8
8
  export interface Image {
9
9
  "@context"?: string;
10
10
  id?: string;
@@ -21,7 +21,7 @@ export interface Image {
21
21
  originalFilename?: string;
22
22
  originalURL?: string;
23
23
  primaryForTaxon?: string[];
24
- side?: SideEnum;
24
+ side?: MMSideEnum;
25
25
  sourceSystem: string;
26
26
  squareThumbnailURL: string;
27
27
  taxonDescriptionCaption?: {
@@ -32,23 +32,23 @@ export interface Image {
32
32
  taxonURI?: string[];
33
33
  taxonVerbatim?: string[];
34
34
  thumbnailURL: string;
35
- type?: TypeEnum;
35
+ type?: MMTypeEnum;
36
36
  uploadDateTime?: string;
37
37
  uploadedBy?: string;
38
38
  /**
39
39
  * 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.
40
40
  */
41
- lifeStage?: LifeStages;
42
- plantLifeStage?: PlantLifeStageEnum;
41
+ lifeStage?: MYLifeStages;
42
+ plantLifeStage?: MYPlantLifeStageEnum;
43
43
  /**
44
44
  * Sex of the individual(s)
45
45
  */
46
- sex?: Sexes;
46
+ sex?: MYSexes;
47
47
  intellectualOwner: string;
48
- intellectualRights: IntellectualRightsEnum;
48
+ intellectualRights: MZIntellectualRightsEnum;
49
49
  /**
50
50
  * 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.
51
51
  */
52
- publicityRestrictions?: PublicityRestrictionsEnum;
52
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
53
53
  sortOrder?: number;
54
54
  }
@@ -1,4 +1,4 @@
1
- import { IntellectualRightsEnum } from './';
1
+ import { MZIntellectualRightsEnum } from './';
2
2
  export interface Individual {
3
3
  "@context"?: string;
4
4
  id?: string;
@@ -24,6 +24,6 @@ export interface Individual {
24
24
  taxon?: string;
25
25
  deleted?: boolean;
26
26
  images?: string[];
27
- intellectualRights: IntellectualRightsEnum;
27
+ intellectualRights: MZIntellectualRightsEnum;
28
28
  ownerPerson?: string[];
29
29
  }
@@ -1,6 +1,6 @@
1
- import { Publicities } from './';
2
- import { States } from './';
3
- import { Types } from './';
1
+ import { KEPublicities } from './';
2
+ import { KEStates } from './';
3
+ import { KETypes } from './';
4
4
  export interface InformationSystem {
5
5
  "@context"?: string;
6
6
  id?: string;
@@ -27,8 +27,8 @@ export interface InformationSystem {
27
27
  sv?: string;
28
28
  };
29
29
  personResponsible: string;
30
- publicity: Publicities;
31
- state: States;
30
+ publicity: KEPublicities;
31
+ state: KEStates;
32
32
  transactionApiURL: string;
33
- type: Types;
33
+ type: KETypes;
34
34
  }