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