@luomus/laji-schema 2.0.23 → 2.0.25
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/dto/AdministrativeStatus.dto.ts +21 -0
- package/dist/dto/Agent.dto.ts +11 -0
- package/dist/dto/Annotation.dto.ts +80 -0
- package/dist/dto/AnnotationOccurrence.dto.ts +20 -0
- package/dist/dto/Area.dto.ts +52 -0
- package/dist/dto/Audio.dto.ts +142 -0
- package/dist/dto/BibliographicResource.dto.ts +13 -0
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +19 -0
- package/dist/dto/Branch.dto.ts +28 -0
- package/dist/dto/Checklist.dto.ts +20 -0
- package/dist/dto/ChecklistVersion.dto.ts +23 -0
- package/dist/dto/Collection.dto.ts +347 -0
- package/dist/dto/CompleteList.dto.ts +19 -0
- package/dist/dto/Concept.dto.ts +17 -0
- package/dist/dto/ContentContextDescription.dto.ts +11 -0
- package/dist/dto/DataField.dto.ts +36 -0
- package/dist/dto/Dataset.dto.ts +67 -0
- package/dist/dto/DateRange.dto.ts +13 -0
- package/dist/dto/Device.dto.ts +19 -0
- package/dist/dto/DeviceIndividual.dto.ts +27 -0
- package/dist/dto/Document.dto.ts +319 -0
- package/dist/dto/DownloadRequest.dto.ts +32 -0
- package/dist/dto/Endangerment.dto.ts +42 -0
- package/dist/dto/Event.dto.ts +85 -0
- package/dist/dto/Field.dto.ts +35 -0
- package/dist/dto/Fieldset.dto.ts +11 -0
- package/dist/dto/Form.dto.ts +70 -0
- package/dist/dto/FormFooter.dto.ts +21 -0
- package/dist/dto/FormInstructions.dto.ts +11 -0
- package/dist/dto/FormNamedPlaceOptions.dto.ts +172 -0
- package/dist/dto/FormOptions.dto.ts +232 -0
- package/dist/dto/FormPermission.dto.ts +15 -0
- package/dist/dto/FormPermissionPerson.dto.ts +15 -0
- package/dist/dto/FormPermissionSingle.dto.ts +20 -0
- package/dist/dto/FormSeason.dto.ts +19 -0
- package/dist/dto/Gathering.dto.ts +546 -0
- package/dist/dto/GatheringEvent.dto.ts +114 -0
- package/dist/dto/GatheringFact.dto.ts +329 -0
- package/dist/dto/Habitat.dto.ts +124 -0
- package/dist/dto/Identification.dto.ts +204 -0
- package/dist/dto/Image.dto.ts +147 -0
- package/dist/dto/Individual.dto.ts +59 -0
- package/dist/dto/InformalTaxonGroup.dto.ts +21 -0
- package/dist/dto/InformationSystem.dto.ts +58 -0
- package/dist/dto/IucnRedListEvaluation.dto.ts +554 -0
- package/dist/dto/IucnRedListEvaluationYear.dto.ts +13 -0
- package/dist/dto/IucnRedListTaxonGroup.dto.ts +19 -0
- package/dist/dto/Measurement.dto.ts +38 -0
- package/dist/dto/Model.dto.ts +141 -0
- package/dist/dto/Multimedia.dto.ts +11 -0
- package/dist/dto/NamedPlace.dto.ts +83 -0
- package/dist/dto/News.dto.ts +23 -0
- package/dist/dto/Notification.dto.ts +24 -0
- package/dist/dto/Occurrence.dto.ts +65 -0
- package/dist/dto/Organization.dto.ts +136 -0
- package/dist/dto/Pdf.dto.ts +61 -0
- package/dist/dto/Permit.dto.ts +36 -0
- package/dist/dto/Person.dto.ts +80 -0
- package/dist/dto/Pinkka.dto.ts +11 -0
- package/dist/dto/Preparation.dto.ts +70 -0
- package/dist/dto/Profile.dto.ts +43 -0
- package/dist/dto/Publication.dto.ts +17 -0
- package/dist/dto/RegionalStatus.dto.ts +60 -0
- package/dist/dto/Reserve.dto.ts +13 -0
- package/dist/dto/Sample.dto.ts +246 -0
- package/dist/dto/SatelliteTrackingProject.dto.ts +22 -0
- package/dist/dto/SpecimenTransaction.dto.ts +234 -0
- package/dist/dto/SpecimenTransactionEvent.dto.ts +19 -0
- package/dist/dto/SubUnit.dto.ts +31 -0
- package/dist/dto/Tag.dto.ts +50 -0
- package/dist/dto/Taxon.dto.ts +600 -0
- package/dist/dto/TaxonCensus.dto.ts +44 -0
- package/dist/dto/TaxonConcept.dto.ts +15 -0
- package/dist/dto/TaxonGroupIucnEditors.dto.ts +13 -0
- package/dist/dto/TaxonInteraction.dto.ts +75 -0
- package/dist/dto/TaxonSet.dto.ts +11 -0
- package/dist/dto/Trait.dto.ts +20 -0
- package/dist/dto/TraitEnumValue.dto.ts +16 -0
- package/dist/dto/TraitGroup.dto.ts +13 -0
- package/dist/dto/Transaction.dto.ts +249 -0
- package/dist/dto/TransactionEvent.dto.ts +32 -0
- package/dist/dto/TransactionItem.dto.ts +29 -0
- package/dist/dto/Translation.dto.ts +20 -0
- package/dist/dto/TypeSpecimen.dto.ts +108 -0
- package/dist/dto/Unit.dto.ts +831 -0
- package/dist/dto/UnitFact.dto.ts +126 -0
- package/dist/dto/UnitGathering.dto.ts +25 -0
- package/dist/dto/UnitOfMeasurement.dto.ts +19 -0
- package/dist/dto/Validator.dto.ts +11 -0
- package/dist/dto/Video.dto.ts +139 -0
- package/dist/dto/index.dto.ts +181 -0
- package/dist/types/classes/Audio.d.ts +2 -0
- package/dist/types/classes/DataField.d.ts +1 -0
- package/dist/types/classes/Image.d.ts +1 -0
- package/dist/types/classes/InformationSystem.d.ts +4 -0
- package/dist/types/classes/Model.d.ts +1 -0
- package/dist/types/classes/TraitEnumValue.d.ts +1 -0
- package/dist/types/classes/Video.d.ts +1 -0
- package/dist/types/models/Audio.d.ts +2 -0
- package/dist/types/models/DataField.d.ts +1 -0
- package/dist/types/models/Image.d.ts +1 -0
- package/dist/types/models/InformationSystem.d.ts +4 -0
- package/dist/types/models/Model.d.ts +1 -0
- package/dist/types/models/TraitEnumValue.d.ts +1 -0
- package/dist/types/models/Video.d.ts +1 -0
- package/package.json +6 -2
|
@@ -0,0 +1,546 @@
|
|
|
1
|
+
import { GatheringFact } from './index.dto';
|
|
2
|
+
import { TaxonCensus } from './index.dto';
|
|
3
|
+
import { Unit } from './index.dto';
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/*
|
|
6
|
+
* This file was automatically generated.
|
|
7
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
8
|
+
* and run the command to regenerate this file.
|
|
9
|
+
*/
|
|
10
|
+
export enum BatHabitatEnum {
|
|
11
|
+
"empty" = "",
|
|
12
|
+
"batHabitatYardCityCentre" = "MY.batHabitatYardCityCentre",
|
|
13
|
+
"batHabitatYardSuburbs" = "MY.batHabitatYardSuburbs",
|
|
14
|
+
"batHabitatYardRural" = "MY.batHabitatYardRural",
|
|
15
|
+
"batHabitatRoadSide" = "MY.batHabitatRoadSide",
|
|
16
|
+
"batHabitatStandOfTreesCloseToBuildings" = "MY.batHabitatStandOfTreesCloseToBuildings",
|
|
17
|
+
"batHabitatParkWIthFewTrees" = "MY.batHabitatParkWIthFewTrees",
|
|
18
|
+
"batHabitatParkAbundantInTrees" = "MY.batHabitatParkAbundantInTrees",
|
|
19
|
+
"batHabitatSparseForest" = "MY.batHabitatSparseForest",
|
|
20
|
+
"batHabitatDenseForest" = "MY.batHabitatDenseForest",
|
|
21
|
+
"batHabitatEdgeOfShoreCoppice" = "MY.batHabitatEdgeOfShoreCoppice",
|
|
22
|
+
"batHabitatLakeShore" = "MY.batHabitatLakeShore",
|
|
23
|
+
"batHabitatSeaShore" = "MY.batHabitatSeaShore",
|
|
24
|
+
"batHabitatArchipelago" = "MY.batHabitatArchipelago",
|
|
25
|
+
"batHabitatStreamOrRiverBank" = "MY.batHabitatStreamOrRiverBank",
|
|
26
|
+
"batHabitatOldBuildingOrRuins" = "MY.batHabitatOldBuildingOrRuins",
|
|
27
|
+
"batHabitatCountryside" = "MY.batHabitatCountryside"
|
|
28
|
+
}
|
|
29
|
+
export enum CoordinateSources {
|
|
30
|
+
"empty" = "",
|
|
31
|
+
"coordinateSourceGps" = "MY.coordinateSourceGps",
|
|
32
|
+
"coordinateSourcePeruskartta" = "MY.coordinateSourcePeruskartta",
|
|
33
|
+
"coordinateSourcePapermap" = "MY.coordinateSourcePapermap",
|
|
34
|
+
"coordinateSourceKotkamap" = "MY.coordinateSourceKotkamap",
|
|
35
|
+
"coordinateSourceKarttapaikka" = "MY.coordinateSourceKarttapaikka",
|
|
36
|
+
"coordinateSourceRetkikartta" = "MY.coordinateSourceRetkikartta",
|
|
37
|
+
"coordinateSourceGoogle" = "MY.coordinateSourceGoogle",
|
|
38
|
+
"coordinateSourceOther" = "MY.coordinateSourceOther",
|
|
39
|
+
"coordinateSourceUnknown" = "MY.coordinateSourceUnknown"
|
|
40
|
+
}
|
|
41
|
+
export enum CoordinateSystems {
|
|
42
|
+
"empty" = "",
|
|
43
|
+
"coordinateSystemYkj" = "MY.coordinateSystemYkj",
|
|
44
|
+
"coordinateSystemWgs84" = "MY.coordinateSystemWgs84",
|
|
45
|
+
"coordinateSystemWgs84dms" = "MY.coordinateSystemWgs84dms",
|
|
46
|
+
"coordinateSystemKkj" = "MY.coordinateSystemKkj",
|
|
47
|
+
"coordinateSystemEtrs-tm35fin" = "MY.coordinateSystemEtrs-tm35fin",
|
|
48
|
+
"coordinateSystemDd" = "MY.coordinateSystemDd",
|
|
49
|
+
"coordinateSystemDms" = "MY.coordinateSystemDms"
|
|
50
|
+
}
|
|
51
|
+
export enum ForestVegetationZones {
|
|
52
|
+
"empty" = "",
|
|
53
|
+
"forestVegetationZone1a" = "MY.forestVegetationZone1a",
|
|
54
|
+
"forestVegetationZone1b" = "MY.forestVegetationZone1b",
|
|
55
|
+
"forestVegetationZone2a" = "MY.forestVegetationZone2a",
|
|
56
|
+
"forestVegetationZone2b" = "MY.forestVegetationZone2b",
|
|
57
|
+
"forestVegetationZone3a" = "MY.forestVegetationZone3a",
|
|
58
|
+
"forestVegetationZone3b" = "MY.forestVegetationZone3b",
|
|
59
|
+
"forestVegetationZone3c" = "MY.forestVegetationZone3c",
|
|
60
|
+
"forestVegetationZone4a" = "MY.forestVegetationZone4a",
|
|
61
|
+
"forestVegetationZone4b" = "MY.forestVegetationZone4b",
|
|
62
|
+
"forestVegetationZone4c" = "MY.forestVegetationZone4c",
|
|
63
|
+
"forestVegetationZone4d" = "MY.forestVegetationZone4d"
|
|
64
|
+
}
|
|
65
|
+
export enum GatheringTypeEnum {
|
|
66
|
+
"empty" = "",
|
|
67
|
+
"gatheringTypeForagingArea" = "MY.gatheringTypeForagingArea",
|
|
68
|
+
"gatheringTypeBreedingAndRestingArea" = "MY.gatheringTypeBreedingAndRestingArea",
|
|
69
|
+
"gatheringTypeCavityTree" = "MY.gatheringTypeCavityTree",
|
|
70
|
+
"gatheringTypeDroppingsTree" = "MY.gatheringTypeDroppingsTree",
|
|
71
|
+
"gatheringTypeNestTree" = "MY.gatheringTypeNestTree",
|
|
72
|
+
"gatheringTypeLolifeAccess" = "MY.gatheringTypeLolifeAccess",
|
|
73
|
+
"gatheringTypeLolifeCoreZone" = "MY.gatheringTypeLolifeCoreZone",
|
|
74
|
+
"gatheringTypeLolifeHabitatZone" = "MY.gatheringTypeLolifeHabitatZone",
|
|
75
|
+
"gatheringTypeLolifeApplicableZone" = "MY.gatheringTypeLolifeApplicableZone",
|
|
76
|
+
"gatheringTypeWaterbirdPoint" = "MY.gatheringTypeWaterbirdPoint",
|
|
77
|
+
"gatheringTypeWaterbirdRound" = "MY.gatheringTypeWaterbirdRound"
|
|
78
|
+
}
|
|
79
|
+
export enum GeoreferenceSources {
|
|
80
|
+
"empty" = "",
|
|
81
|
+
"georeferenceSourceKotka" = "MY.georeferenceSourceKotka",
|
|
82
|
+
"georeferenceSourceKarttapaikka" = "MY.georeferenceSourceKarttapaikka",
|
|
83
|
+
"georeferenceSourcePaikkatietoikkuna" = "MY.georeferenceSourcePaikkatietoikkuna",
|
|
84
|
+
"georeferenceSourceKarjalankartat" = "MY.georeferenceSourceKarjalankartat",
|
|
85
|
+
"georeferenceSourceRetkikartta" = "MY.georeferenceSourceRetkikartta",
|
|
86
|
+
"georeferenceSourceGoogle" = "MY.georeferenceSourceGoogle",
|
|
87
|
+
"georeferenceSourcePeruskartta" = "MY.georeferenceSourcePeruskartta",
|
|
88
|
+
"georeferenceSourcePapermap" = "MY.georeferenceSourcePapermap",
|
|
89
|
+
"georeferenceSourceOtherpaper" = "MY.georeferenceSourceOtherpaper",
|
|
90
|
+
"georeferenceSourceOtherweb" = "MY.georeferenceSourceOtherweb",
|
|
91
|
+
"georeferenceSourceCatalogue" = "MY.georeferenceSourceCatalogue",
|
|
92
|
+
"georeferenceSourceBiogeomancer" = "MY.georeferenceSourceBiogeomancer",
|
|
93
|
+
"georeferenceSourceGeolocate" = "MY.georeferenceSourceGeolocate",
|
|
94
|
+
"georeferenceSourceOther" = "MY.georeferenceSourceOther",
|
|
95
|
+
"georeferenceSourceUnknown" = "MY.georeferenceSourceUnknown"
|
|
96
|
+
}
|
|
97
|
+
export enum HabitatEnum {
|
|
98
|
+
"empty" = "",
|
|
99
|
+
"habitatEnumValue1" = "MY.habitatEnumValue1",
|
|
100
|
+
"habitatEnumValue2" = "MY.habitatEnumValue2",
|
|
101
|
+
"habitatEnumValue3" = "MY.habitatEnumValue3",
|
|
102
|
+
"habitatEnumValue4" = "MY.habitatEnumValue4",
|
|
103
|
+
"habitatEnumValue5" = "MY.habitatEnumValue5",
|
|
104
|
+
"habitatEnumValue6" = "MY.habitatEnumValue6",
|
|
105
|
+
"habitatEnumValue7" = "MY.habitatEnumValue7",
|
|
106
|
+
"habitatEnumValue8" = "MY.habitatEnumValue8",
|
|
107
|
+
"habitatEnumValue9" = "MY.habitatEnumValue9",
|
|
108
|
+
"habitatEnumValue10" = "MY.habitatEnumValue10",
|
|
109
|
+
"habitatEnumValue11" = "MY.habitatEnumValue11",
|
|
110
|
+
"habitatEnumValue12" = "MY.habitatEnumValue12",
|
|
111
|
+
"habitatEnumValue13" = "MY.habitatEnumValue13",
|
|
112
|
+
"habitatEnumValue14" = "MY.habitatEnumValue14",
|
|
113
|
+
"habitatEnumValue15" = "MY.habitatEnumValue15",
|
|
114
|
+
"habitatEnumValue16" = "MY.habitatEnumValue16",
|
|
115
|
+
"habitatEnumValue17" = "MY.habitatEnumValue17",
|
|
116
|
+
"habitatEnumValue18" = "MY.habitatEnumValue18",
|
|
117
|
+
"habitatEnumValue19" = "MY.habitatEnumValue19",
|
|
118
|
+
"habitatEnumValue20" = "MY.habitatEnumValue20",
|
|
119
|
+
"habitatEnumValue21" = "MY.habitatEnumValue21",
|
|
120
|
+
"habitatEnumValue22" = "MY.habitatEnumValue22",
|
|
121
|
+
"habitatEnumValue23" = "MY.habitatEnumValue23",
|
|
122
|
+
"habitatEnumValue24" = "MY.habitatEnumValue24",
|
|
123
|
+
"habitatEnumValue25" = "MY.habitatEnumValue25",
|
|
124
|
+
"habitatEnumValue26" = "MY.habitatEnumValue26",
|
|
125
|
+
"habitatEnumValue27" = "MY.habitatEnumValue27",
|
|
126
|
+
"habitatEnumValue28" = "MY.habitatEnumValue28",
|
|
127
|
+
"habitatEnumValue29" = "MY.habitatEnumValue29",
|
|
128
|
+
"habitatEnumValue30" = "MY.habitatEnumValue30",
|
|
129
|
+
"habitatEnumValue31" = "MY.habitatEnumValue31",
|
|
130
|
+
"habitatEnumValue32" = "MY.habitatEnumValue32",
|
|
131
|
+
"habitatEnumValue33" = "MY.habitatEnumValue33",
|
|
132
|
+
"habitatEnumValue34" = "MY.habitatEnumValue34",
|
|
133
|
+
"habitatEnumValue35" = "MY.habitatEnumValue35",
|
|
134
|
+
"habitatEnumValue36" = "MY.habitatEnumValue36",
|
|
135
|
+
"habitatEnumValue87" = "MY.habitatEnumValue87",
|
|
136
|
+
"habitatEnumValue37" = "MY.habitatEnumValue37",
|
|
137
|
+
"habitatEnumValue38" = "MY.habitatEnumValue38",
|
|
138
|
+
"habitatEnumValue39" = "MY.habitatEnumValue39",
|
|
139
|
+
"habitatEnumValue40" = "MY.habitatEnumValue40",
|
|
140
|
+
"habitatEnumValue41" = "MY.habitatEnumValue41",
|
|
141
|
+
"habitatEnumValue42" = "MY.habitatEnumValue42",
|
|
142
|
+
"habitatEnumValue43" = "MY.habitatEnumValue43",
|
|
143
|
+
"habitatEnumValue44" = "MY.habitatEnumValue44",
|
|
144
|
+
"habitatEnumValue45" = "MY.habitatEnumValue45",
|
|
145
|
+
"habitatEnumValue46" = "MY.habitatEnumValue46",
|
|
146
|
+
"habitatEnumValue47" = "MY.habitatEnumValue47",
|
|
147
|
+
"habitatEnumValue48" = "MY.habitatEnumValue48",
|
|
148
|
+
"habitatEnumValue49" = "MY.habitatEnumValue49",
|
|
149
|
+
"habitatEnumValue50" = "MY.habitatEnumValue50",
|
|
150
|
+
"habitatEnumValue51" = "MY.habitatEnumValue51",
|
|
151
|
+
"habitatEnumValue52" = "MY.habitatEnumValue52",
|
|
152
|
+
"habitatEnumValue53" = "MY.habitatEnumValue53",
|
|
153
|
+
"habitatEnumValue54" = "MY.habitatEnumValue54",
|
|
154
|
+
"habitatEnumValue55" = "MY.habitatEnumValue55",
|
|
155
|
+
"habitatEnumValue56" = "MY.habitatEnumValue56",
|
|
156
|
+
"habitatEnumValue57" = "MY.habitatEnumValue57",
|
|
157
|
+
"habitatEnumValue58" = "MY.habitatEnumValue58",
|
|
158
|
+
"habitatEnumValue59" = "MY.habitatEnumValue59",
|
|
159
|
+
"habitatEnumValue60" = "MY.habitatEnumValue60",
|
|
160
|
+
"habitatEnumValue61" = "MY.habitatEnumValue61",
|
|
161
|
+
"habitatEnumValue62" = "MY.habitatEnumValue62",
|
|
162
|
+
"habitatEnumValue63" = "MY.habitatEnumValue63",
|
|
163
|
+
"habitatEnumValue64" = "MY.habitatEnumValue64",
|
|
164
|
+
"habitatEnumValue65" = "MY.habitatEnumValue65",
|
|
165
|
+
"habitatEnumValue66" = "MY.habitatEnumValue66",
|
|
166
|
+
"habitatEnumValue67" = "MY.habitatEnumValue67",
|
|
167
|
+
"habitatEnumValue68" = "MY.habitatEnumValue68",
|
|
168
|
+
"habitatEnumValue69" = "MY.habitatEnumValue69",
|
|
169
|
+
"habitatEnumValue70" = "MY.habitatEnumValue70",
|
|
170
|
+
"habitatEnumValue71" = "MY.habitatEnumValue71",
|
|
171
|
+
"habitatEnumValue72" = "MY.habitatEnumValue72",
|
|
172
|
+
"habitatEnumValue73" = "MY.habitatEnumValue73",
|
|
173
|
+
"habitatEnumValue74" = "MY.habitatEnumValue74",
|
|
174
|
+
"habitatEnumValue75" = "MY.habitatEnumValue75",
|
|
175
|
+
"habitatEnumValue76" = "MY.habitatEnumValue76",
|
|
176
|
+
"habitatEnumValue77" = "MY.habitatEnumValue77",
|
|
177
|
+
"habitatEnumValue78" = "MY.habitatEnumValue78",
|
|
178
|
+
"habitatEnumValue79" = "MY.habitatEnumValue79",
|
|
179
|
+
"habitatEnumValue80" = "MY.habitatEnumValue80",
|
|
180
|
+
"habitatEnumValue81" = "MY.habitatEnumValue81",
|
|
181
|
+
"habitatEnumValue82" = "MY.habitatEnumValue82",
|
|
182
|
+
"habitatEnumValue83" = "MY.habitatEnumValue83",
|
|
183
|
+
"habitatEnumValue84" = "MY.habitatEnumValue84",
|
|
184
|
+
"habitatEnumValue85" = "MY.habitatEnumValue85",
|
|
185
|
+
"habitatEnumValue86" = "MY.habitatEnumValue86",
|
|
186
|
+
"habitatEnumValue88" = "MY.habitatEnumValue88",
|
|
187
|
+
"habitatEnumValue89" = "MY.habitatEnumValue89",
|
|
188
|
+
"habitatEnumValue90" = "MY.habitatEnumValue90",
|
|
189
|
+
"habitatEnumValue91" = "MY.habitatEnumValue91",
|
|
190
|
+
"habitatEnumValue92" = "MY.habitatEnumValue92",
|
|
191
|
+
"habitatEnumValue93" = "MY.habitatEnumValue93",
|
|
192
|
+
"habitatEnumValue94" = "MY.habitatEnumValue94"
|
|
193
|
+
}
|
|
194
|
+
export enum HabitatAttributesEnum {
|
|
195
|
+
"empty" = "",
|
|
196
|
+
"habitatAttributesEnumValue1" = "MY.habitatAttributesEnumValue1",
|
|
197
|
+
"habitatAttributesEnumValue2" = "MY.habitatAttributesEnumValue2",
|
|
198
|
+
"habitatAttributesEnumValue3" = "MY.habitatAttributesEnumValue3",
|
|
199
|
+
"habitatAttributesEnumValue4" = "MY.habitatAttributesEnumValue4",
|
|
200
|
+
"habitatAttributesEnumValue5" = "MY.habitatAttributesEnumValue5",
|
|
201
|
+
"habitatAttributesEnumValue6" = "MY.habitatAttributesEnumValue6",
|
|
202
|
+
"habitatAttributesEnumValue7" = "MY.habitatAttributesEnumValue7",
|
|
203
|
+
"habitatAttributesEnumValue8" = "MY.habitatAttributesEnumValue8",
|
|
204
|
+
"habitatAttributesEnumValue9" = "MY.habitatAttributesEnumValue9",
|
|
205
|
+
"habitatAttributesEnumValue10" = "MY.habitatAttributesEnumValue10",
|
|
206
|
+
"habitatAttributesEnumValue11" = "MY.habitatAttributesEnumValue11",
|
|
207
|
+
"habitatAttributesEnumValue12" = "MY.habitatAttributesEnumValue12",
|
|
208
|
+
"habitatAttributesEnumValue13" = "MY.habitatAttributesEnumValue13",
|
|
209
|
+
"habitatAttributesEnumValue14" = "MY.habitatAttributesEnumValue14",
|
|
210
|
+
"habitatAttributesEnumValue15" = "MY.habitatAttributesEnumValue15",
|
|
211
|
+
"habitatAttributesEnumValue16" = "MY.habitatAttributesEnumValue16",
|
|
212
|
+
"habitatAttributesEnumValue17" = "MY.habitatAttributesEnumValue17",
|
|
213
|
+
"habitatAttributesEnumValue18" = "MY.habitatAttributesEnumValue18",
|
|
214
|
+
"habitatAttributesEnumValue19" = "MY.habitatAttributesEnumValue19",
|
|
215
|
+
"habitatAttributesEnumValue20" = "MY.habitatAttributesEnumValue20",
|
|
216
|
+
"habitatAttributesEnumValue21" = "MY.habitatAttributesEnumValue21",
|
|
217
|
+
"habitatAttributesEnumValue22" = "MY.habitatAttributesEnumValue22"
|
|
218
|
+
}
|
|
219
|
+
export enum InvasiveControlEffectivenessEnum {
|
|
220
|
+
"empty" = "",
|
|
221
|
+
"invasiveControlEffectivenessFull" = "MY.invasiveControlEffectivenessFull",
|
|
222
|
+
"invasiveControlEffectivenessPartial" = "MY.invasiveControlEffectivenessPartial",
|
|
223
|
+
"invasiveControlEffectivenessNone" = "MY.invasiveControlEffectivenessNone",
|
|
224
|
+
"invasiveControlEffectivenessNotFound" = "MY.invasiveControlEffectivenessNotFound"
|
|
225
|
+
}
|
|
226
|
+
export enum InvasiveControlMethodsEnum {
|
|
227
|
+
"empty" = "",
|
|
228
|
+
"invasiveControlMethodsMechanical" = "MY.invasiveControlMethodsMechanical",
|
|
229
|
+
"invasiveControlMethodsChemical" = "MY.invasiveControlMethodsChemical",
|
|
230
|
+
"invasiveControlMethodsBiological" = "MY.invasiveControlMethodsBiological",
|
|
231
|
+
"invasiveControlMethodsOther" = "MY.invasiveControlMethodsOther"
|
|
232
|
+
}
|
|
233
|
+
export enum MothSamplingMethodEnum {
|
|
234
|
+
"empty" = "",
|
|
235
|
+
"mothSamplingMethodJA500" = "MY.mothSamplingMethodJA500",
|
|
236
|
+
"mothSamplingMethodLHG" = "MY.mothSamplingMethodLHG",
|
|
237
|
+
"mothSamplingMethodLS" = "MY.mothSamplingMethodLS",
|
|
238
|
+
"mothSamplingMethodMAARY" = "MY.mothSamplingMethodMAARY",
|
|
239
|
+
"mothSamplingMethodPR125" = "MY.mothSamplingMethodPR125",
|
|
240
|
+
"mothSamplingMethodPR250" = "MY.mothSamplingMethodPR250"
|
|
241
|
+
}
|
|
242
|
+
export enum PredominantTreeEnum {
|
|
243
|
+
"empty" = "",
|
|
244
|
+
"MX.37819" = "MX.37819",
|
|
245
|
+
"MX.37812" = "MX.37812",
|
|
246
|
+
"MX.37992" = "MX.37992",
|
|
247
|
+
"MX.38004" = "MX.38004",
|
|
248
|
+
"MX.38590" = "MX.38590",
|
|
249
|
+
"MX.38686" = "MX.38686",
|
|
250
|
+
"MX.38563" = "MX.38563",
|
|
251
|
+
"MX.38527" = "MX.38527",
|
|
252
|
+
"MX.41344" = "MX.41344",
|
|
253
|
+
"MX.38016" = "MX.38016",
|
|
254
|
+
"MX.39331" = "MX.39331",
|
|
255
|
+
"MX.37990" = "MX.37990",
|
|
256
|
+
"MX.38008" = "MX.38008",
|
|
257
|
+
"MX.38010" = "MX.38010",
|
|
258
|
+
"MX.37975" = "MX.37975",
|
|
259
|
+
"MX.37976" = "MX.37976",
|
|
260
|
+
"MX.39122" = "MX.39122",
|
|
261
|
+
"MX.37815" = "MX.37815"
|
|
262
|
+
}
|
|
263
|
+
export enum SamplingMethods {
|
|
264
|
+
"empty" = "",
|
|
265
|
+
"samplingMethodCarnet" = "MY.samplingMethodCarnet",
|
|
266
|
+
"samplingMethodFeromonetrap" = "MY.samplingMethodFeromonetrap",
|
|
267
|
+
"samplingMethodNet" = "MY.samplingMethodNet",
|
|
268
|
+
"samplingMethodDrag" = "MY.samplingMethodDrag",
|
|
269
|
+
"samplingMethodWindowtrap" = "MY.samplingMethodWindowtrap",
|
|
270
|
+
"samplingMethodDigging" = "MY.samplingMethodDigging",
|
|
271
|
+
"samplingMethodFishNet" = "MY.samplingMethodFishNet",
|
|
272
|
+
"samplingMethodHand" = "MY.samplingMethodHand",
|
|
273
|
+
"samplingMethodReared" = "MY.samplingMethodReared",
|
|
274
|
+
"samplingMethodEpupa" = "MY.samplingMethodEpupa",
|
|
275
|
+
"samplingMethodExovo" = "MY.samplingMethodExovo",
|
|
276
|
+
"samplingMethodElarva" = "MY.samplingMethodElarva",
|
|
277
|
+
"samplingMethodFishTrap" = "MY.samplingMethodFishTrap",
|
|
278
|
+
"samplingMethodYellowWindowTrap" = "MY.samplingMethodYellowWindowTrap",
|
|
279
|
+
"samplingMethodYellowpan" = "MY.samplingMethodYellowpan",
|
|
280
|
+
"samplingMethodTriangleDrag" = "MY.samplingMethodTriangleDrag",
|
|
281
|
+
"samplingMethodPitfall" = "MY.samplingMethodPitfall",
|
|
282
|
+
"samplingMethodEclectortrap" = "MY.samplingMethodEclectortrap",
|
|
283
|
+
"samplingMethodDungTrap" = "MY.samplingMethodDungTrap",
|
|
284
|
+
"samplingMethodBoard" = "MY.samplingMethodBoard",
|
|
285
|
+
"samplingMethodYellowtrap" = "MY.samplingMethodYellowtrap",
|
|
286
|
+
"samplingMethodMistnet" = "MY.samplingMethodMistnet",
|
|
287
|
+
"samplingMethodSweeping" = "MY.samplingMethodSweeping",
|
|
288
|
+
"samplingMethodSoilsample" = "MY.samplingMethodSoilsample",
|
|
289
|
+
"samplingMethodWashing" = "MY.samplingMethodWashing",
|
|
290
|
+
"samplingMethodMalaise" = "MY.samplingMethodMalaise",
|
|
291
|
+
"samplingMethodPantrap" = "MY.samplingMethodPantrap",
|
|
292
|
+
"samplingMethodSeine" = "MY.samplingMethodSeine",
|
|
293
|
+
"samplingMethodAngleFishing" = "MY.samplingMethodAngleFishing",
|
|
294
|
+
"samplingMethodTrampling" = "MY.samplingMethodTrampling",
|
|
295
|
+
"samplingMethodBeamTrawl" = "MY.samplingMethodBeamTrawl",
|
|
296
|
+
"samplingMethodTrap" = "MY.samplingMethodTrap",
|
|
297
|
+
"samplingMethodDropping" = "MY.samplingMethodDropping",
|
|
298
|
+
"samplingMethodTrunkWindowTrap" = "MY.samplingMethodTrunkWindowTrap",
|
|
299
|
+
"samplingMethodElectrofishing" = "MY.samplingMethodElectrofishing",
|
|
300
|
+
"samplingMethodSifting" = "MY.samplingMethodSifting",
|
|
301
|
+
"samplingMethodDiverInsectTrap" = "MY.samplingMethodDiverInsectTrap",
|
|
302
|
+
"samplingMethodDiving" = "MY.samplingMethodDiving",
|
|
303
|
+
"samplingMethodBait" = "MY.samplingMethodBait",
|
|
304
|
+
"samplingMethodBaittrap" = "MY.samplingMethodBaittrap",
|
|
305
|
+
"samplingMethodTrawling" = "MY.samplingMethodTrawling",
|
|
306
|
+
"samplingMethodLight" = "MY.samplingMethodLight",
|
|
307
|
+
"samplingMethodLightTrap" = "MY.samplingMethodLightTrap",
|
|
308
|
+
"samplingMethodWaterBucket" = "MY.samplingMethodWaterBucket",
|
|
309
|
+
"samplingMethodAquaticNet" = "MY.samplingMethodAquaticNet",
|
|
310
|
+
"samplingMethodAquaticEmergenceTrap" = "MY.samplingMethodAquaticEmergenceTrap",
|
|
311
|
+
"samplingMethodWaterSieve" = "MY.samplingMethodWaterSieve",
|
|
312
|
+
"samplingMethodOther" = "MY.samplingMethodOther"
|
|
313
|
+
}
|
|
314
|
+
export enum PublicityRestrictionsEnum {
|
|
315
|
+
"empty" = "",
|
|
316
|
+
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
317
|
+
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
318
|
+
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
319
|
+
}
|
|
320
|
+
export class Gathering {
|
|
321
|
+
"@context"?: string;
|
|
322
|
+
id?: string;
|
|
323
|
+
"@type"?: string;
|
|
324
|
+
/**
|
|
325
|
+
* AFE grid name
|
|
326
|
+
*/
|
|
327
|
+
AFEQuadrat?: string;
|
|
328
|
+
/**
|
|
329
|
+
* UTM grid name
|
|
330
|
+
*/
|
|
331
|
+
UTMQuadrat?: string;
|
|
332
|
+
acknowledgeNoUnitsInCensus?: boolean;
|
|
333
|
+
/**
|
|
334
|
+
* Regions, rayons, provinces and other administrative areas. Separate multiple names with commas, from generic to specific. (E.g. Etelä-Suomen lääni, Uusimaa)
|
|
335
|
+
*/
|
|
336
|
+
administrativeProvince?: string;
|
|
337
|
+
/**
|
|
338
|
+
* Altitude form sea level in meters, single value or range (E.g. 90, or 80-100). No GPS altitude here.
|
|
339
|
+
*/
|
|
340
|
+
alt?: string;
|
|
341
|
+
areaDetail?: string;
|
|
342
|
+
/**
|
|
343
|
+
* Write associated observation taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type observation.
|
|
344
|
+
*/
|
|
345
|
+
associatedObservationTaxa?: string;
|
|
346
|
+
/**
|
|
347
|
+
* Write associated specimen taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type Preserved specimen.
|
|
348
|
+
*/
|
|
349
|
+
associatedSpecimenTaxa?: string;
|
|
350
|
+
/**
|
|
351
|
+
* Bat habitat
|
|
352
|
+
*/
|
|
353
|
+
batHabitat?: BatHabitatEnum[];
|
|
354
|
+
binocularsUsed?: boolean;
|
|
355
|
+
/**
|
|
356
|
+
* Formal abbreviation. For Finnish eliömaakunnat, use Finnish abbreviation.
|
|
357
|
+
*/
|
|
358
|
+
biologicalProvince?: string;
|
|
359
|
+
censusHinderedByEnviromentalFactors?: boolean;
|
|
360
|
+
censusHinderedByFog?: boolean;
|
|
361
|
+
censusHinderedByRain?: boolean;
|
|
362
|
+
censusHinderedByWind?: boolean;
|
|
363
|
+
/**
|
|
364
|
+
* Name of an expedition or such.
|
|
365
|
+
*/
|
|
366
|
+
collectingEventName?: string;
|
|
367
|
+
controlActivitiesNotes?: string;
|
|
368
|
+
/**
|
|
369
|
+
* Free-text notes about the coordinates.
|
|
370
|
+
*/
|
|
371
|
+
coordinateNotes?: string;
|
|
372
|
+
/**
|
|
373
|
+
* Maximum error of coordinates in meters
|
|
374
|
+
*/
|
|
375
|
+
coordinateRadius?: string;
|
|
376
|
+
/**
|
|
377
|
+
* Use for NEW SPECIMENS: Where the coordinates have been acquired
|
|
378
|
+
*/
|
|
379
|
+
coordinateSource?: CoordinateSources;
|
|
380
|
+
/**
|
|
381
|
+
* More information about the coordinate systems: https://wiki.helsinki.fi/display/digit/Entering+specimen+data
|
|
382
|
+
*/
|
|
383
|
+
coordinateSystem?: CoordinateSystems;
|
|
384
|
+
coordinatesGridYKJ?: string;
|
|
385
|
+
/**
|
|
386
|
+
* Coordinates, possible coordinate system and error radius word-to-word as they appear on the label or other original source, errors and all.
|
|
387
|
+
*/
|
|
388
|
+
coordinatesVerbatim?: string;
|
|
389
|
+
/**
|
|
390
|
+
* Country name in English, or 2-letter country code, or name from label
|
|
391
|
+
*/
|
|
392
|
+
country?: string;
|
|
393
|
+
/**
|
|
394
|
+
* County (piirikunta, kreivikunta etc.)
|
|
395
|
+
*/
|
|
396
|
+
county?: string;
|
|
397
|
+
dateBegin?: string;
|
|
398
|
+
dateEnd?: string;
|
|
399
|
+
/**
|
|
400
|
+
* Date just as it appears on the label or other original source, no interpretation, errors and all
|
|
401
|
+
*/
|
|
402
|
+
dateVerbatim?: string;
|
|
403
|
+
/**
|
|
404
|
+
* Depth in meters, single value or range (E.g. 0.9, or 0.8-1.0)
|
|
405
|
+
*/
|
|
406
|
+
depth?: string;
|
|
407
|
+
dynamicProperties?: string;
|
|
408
|
+
eventDate?: string;
|
|
409
|
+
/**
|
|
410
|
+
* Finnish forest vegetation zone
|
|
411
|
+
*/
|
|
412
|
+
forestVegetationZone?: ForestVegetationZones;
|
|
413
|
+
gatheringFact?: GatheringFact;
|
|
414
|
+
gatheringType?: GatheringTypeEnum;
|
|
415
|
+
geometry?: {
|
|
416
|
+
[k: string]: unknown | undefined;
|
|
417
|
+
};
|
|
418
|
+
/**
|
|
419
|
+
* Use for OLD SPECIMENS: What source was used to get coordinates based on locality names
|
|
420
|
+
*/
|
|
421
|
+
georeferenceSource?: GeoreferenceSources;
|
|
422
|
+
habitat?: HabitatEnum[];
|
|
423
|
+
habitatAttributes?: HabitatAttributesEnum[];
|
|
424
|
+
/**
|
|
425
|
+
* Formal habitat name or abbreviation. If several, separate with semicolons (E.g. 'OMT; OMaT').
|
|
426
|
+
*/
|
|
427
|
+
habitatClassification?: string;
|
|
428
|
+
/**
|
|
429
|
+
* Informal description of the habitat.
|
|
430
|
+
*/
|
|
431
|
+
habitatDescription?: string;
|
|
432
|
+
hasUnit?: string[];
|
|
433
|
+
/**
|
|
434
|
+
* If country is not known or not applicable, for example continent, ocean or large island
|
|
435
|
+
*/
|
|
436
|
+
higherGeography?: string;
|
|
437
|
+
invasiveControlAreaKnown?: boolean;
|
|
438
|
+
invasiveControlDangerous?: boolean;
|
|
439
|
+
invasiveControlDangerousDescription?: string;
|
|
440
|
+
invasiveControlEffectiveness?: InvasiveControlEffectivenessEnum;
|
|
441
|
+
invasiveControlEffectivenessNotes?: string;
|
|
442
|
+
invasiveControlMethods?: InvasiveControlMethodsEnum[];
|
|
443
|
+
invasiveControlMethodsDescription?: string;
|
|
444
|
+
invasiveControlOpen?: boolean;
|
|
445
|
+
invasiveControlOpenDescription?: string;
|
|
446
|
+
invasiveControlOtherExpensesInEuros?: number;
|
|
447
|
+
invasiveControlTaxon?: string[];
|
|
448
|
+
/**
|
|
449
|
+
* Which parent or larger collection this is part of.
|
|
450
|
+
*/
|
|
451
|
+
isPartOf?: string;
|
|
452
|
+
keywords?: string[];
|
|
453
|
+
/**
|
|
454
|
+
* Latitude. For southern latitudes, use negative value.
|
|
455
|
+
*/
|
|
456
|
+
latitude?: string;
|
|
457
|
+
/**
|
|
458
|
+
* Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
|
|
459
|
+
*/
|
|
460
|
+
leg?: string[];
|
|
461
|
+
/**
|
|
462
|
+
* Alkuperäislähteen käyttäjätunnus
|
|
463
|
+
*/
|
|
464
|
+
legUserID?: string[];
|
|
465
|
+
/**
|
|
466
|
+
* Leg just as it appears in the label or other original source, no interpretation, errors and all.
|
|
467
|
+
*/
|
|
468
|
+
legVerbatim?: string;
|
|
469
|
+
/**
|
|
470
|
+
* Official name of the locality in basic form. Separate multiple names with commas, from generic to specific. No informal description here.
|
|
471
|
+
*/
|
|
472
|
+
locality?: string;
|
|
473
|
+
/**
|
|
474
|
+
* Informal description of the exact locality, e.g. '5 km NE of city X, under stone bridge'
|
|
475
|
+
*/
|
|
476
|
+
localityDescription?: string;
|
|
477
|
+
/**
|
|
478
|
+
* An unique identifier or code for the locality, if the locality has one (e.g. from SAPO-ontology).
|
|
479
|
+
*/
|
|
480
|
+
localityID?: string;
|
|
481
|
+
/**
|
|
482
|
+
* Locality word-to-word as it appears on the label or other original source, errors and all
|
|
483
|
+
*/
|
|
484
|
+
localityVerbatim?: string;
|
|
485
|
+
/**
|
|
486
|
+
* Longitude. For western longitudes, use negative value.
|
|
487
|
+
*/
|
|
488
|
+
longitude?: string;
|
|
489
|
+
mothSamplingMethod?: MothSamplingMethodEnum;
|
|
490
|
+
/**
|
|
491
|
+
* Municipality, commune, town, city or civil parish
|
|
492
|
+
*/
|
|
493
|
+
municipality?: string;
|
|
494
|
+
namedPlaceID?: string;
|
|
495
|
+
/**
|
|
496
|
+
* Additional information to the data in each section.
|
|
497
|
+
*/
|
|
498
|
+
notes?: string;
|
|
499
|
+
/**
|
|
500
|
+
* For garden accessions/seed bank, number of individuals from which seeds were collected
|
|
501
|
+
*/
|
|
502
|
+
numberOfSampledIndividuals?: string;
|
|
503
|
+
observationDays?: number;
|
|
504
|
+
observationMinutes?: number;
|
|
505
|
+
/**
|
|
506
|
+
* For garden accessions/seed bank, what proportion of the population sampled was giving seeds
|
|
507
|
+
*/
|
|
508
|
+
percentageGivingSeeds?: number;
|
|
509
|
+
predominantTree?: PredominantTreeEnum;
|
|
510
|
+
projectTitle?: string;
|
|
511
|
+
province?: string;
|
|
512
|
+
/**
|
|
513
|
+
* Relative humidity %
|
|
514
|
+
*/
|
|
515
|
+
relativeHumidity?: number;
|
|
516
|
+
/**
|
|
517
|
+
* For garden accessions/seed bank, estimated size of the area sampled, in square meters
|
|
518
|
+
*/
|
|
519
|
+
samplingAreaSizeInSquareMeters?: number;
|
|
520
|
+
/**
|
|
521
|
+
* Main method for (usually intentional) sampling
|
|
522
|
+
*/
|
|
523
|
+
samplingMethod?: SamplingMethods;
|
|
524
|
+
samplingMethodNotes?: string;
|
|
525
|
+
section?: number;
|
|
526
|
+
skipped?: boolean;
|
|
527
|
+
spottingScopeUsed?: boolean;
|
|
528
|
+
/**
|
|
529
|
+
* Type of substrate or name of substrate species.
|
|
530
|
+
*/
|
|
531
|
+
substrate?: string;
|
|
532
|
+
taxonCensus?: TaxonCensus[];
|
|
533
|
+
temperature?: number;
|
|
534
|
+
timeEnd?: string;
|
|
535
|
+
timeStart?: string;
|
|
536
|
+
trapCount?: number;
|
|
537
|
+
weather?: string;
|
|
538
|
+
wgs84Latitude?: string;
|
|
539
|
+
wgs84Longitude?: string;
|
|
540
|
+
images?: string[];
|
|
541
|
+
/**
|
|
542
|
+
* 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.
|
|
543
|
+
*/
|
|
544
|
+
publicityRestrictions?: PublicityRestrictionsEnum;
|
|
545
|
+
units?: Unit[];
|
|
546
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { CompleteList } from './index.dto';
|
|
2
|
+
import { GatheringFact } from './index.dto';
|
|
3
|
+
import { TaxonCensus } from './index.dto';
|
|
4
|
+
/* tslint:disable */
|
|
5
|
+
/*
|
|
6
|
+
* This file was automatically generated.
|
|
7
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
8
|
+
* and run the command to regenerate this file.
|
|
9
|
+
*/
|
|
10
|
+
export enum ArtificialLightEnum {
|
|
11
|
+
"empty" = "",
|
|
12
|
+
"artificialLightEnum1" = "MY.artificialLightEnum1",
|
|
13
|
+
"artificialLightEnum2" = "MY.artificialLightEnum2",
|
|
14
|
+
"artificialLightEnum3" = "MY.artificialLightEnum3",
|
|
15
|
+
"artificialLightEnum4" = "MY.artificialLightEnum4",
|
|
16
|
+
"artificialLightEnum5" = "MY.artificialLightEnum5"
|
|
17
|
+
}
|
|
18
|
+
export enum CloudCoverOktaEnum {
|
|
19
|
+
"empty" = "",
|
|
20
|
+
"cloudCoverOktaEnumUnknown" = "MY.cloudCoverOktaEnumUnknown",
|
|
21
|
+
"cloudCoverOktaEnum0" = "MY.cloudCoverOktaEnum0",
|
|
22
|
+
"cloudCoverOktaEnum1" = "MY.cloudCoverOktaEnum1",
|
|
23
|
+
"cloudCoverOktaEnum2" = "MY.cloudCoverOktaEnum2",
|
|
24
|
+
"cloudCoverOktaEnum3" = "MY.cloudCoverOktaEnum3",
|
|
25
|
+
"cloudCoverOktaEnum4" = "MY.cloudCoverOktaEnum4",
|
|
26
|
+
"cloudCoverOktaEnum5" = "MY.cloudCoverOktaEnum5",
|
|
27
|
+
"cloudCoverOktaEnum6" = "MY.cloudCoverOktaEnum6",
|
|
28
|
+
"cloudCoverOktaEnum7" = "MY.cloudCoverOktaEnum7",
|
|
29
|
+
"cloudCoverOktaEnum8" = "MY.cloudCoverOktaEnum8"
|
|
30
|
+
}
|
|
31
|
+
export enum CloudCoverOktaEnum1 {
|
|
32
|
+
"empty" = "",
|
|
33
|
+
"cloudCoverOktaEnumUnknown" = "MY.cloudCoverOktaEnumUnknown",
|
|
34
|
+
"cloudCoverOktaEnum0" = "MY.cloudCoverOktaEnum0",
|
|
35
|
+
"cloudCoverOktaEnum1" = "MY.cloudCoverOktaEnum1",
|
|
36
|
+
"cloudCoverOktaEnum2" = "MY.cloudCoverOktaEnum2",
|
|
37
|
+
"cloudCoverOktaEnum3" = "MY.cloudCoverOktaEnum3",
|
|
38
|
+
"cloudCoverOktaEnum4" = "MY.cloudCoverOktaEnum4",
|
|
39
|
+
"cloudCoverOktaEnum5" = "MY.cloudCoverOktaEnum5",
|
|
40
|
+
"cloudCoverOktaEnum6" = "MY.cloudCoverOktaEnum6",
|
|
41
|
+
"cloudCoverOktaEnum7" = "MY.cloudCoverOktaEnum7",
|
|
42
|
+
"cloudCoverOktaEnum8" = "MY.cloudCoverOktaEnum8"
|
|
43
|
+
}
|
|
44
|
+
export enum CloudCoverOktaEnum2 {
|
|
45
|
+
"empty" = "",
|
|
46
|
+
"cloudCoverOktaEnumUnknown" = "MY.cloudCoverOktaEnumUnknown",
|
|
47
|
+
"cloudCoverOktaEnum0" = "MY.cloudCoverOktaEnum0",
|
|
48
|
+
"cloudCoverOktaEnum1" = "MY.cloudCoverOktaEnum1",
|
|
49
|
+
"cloudCoverOktaEnum2" = "MY.cloudCoverOktaEnum2",
|
|
50
|
+
"cloudCoverOktaEnum3" = "MY.cloudCoverOktaEnum3",
|
|
51
|
+
"cloudCoverOktaEnum4" = "MY.cloudCoverOktaEnum4",
|
|
52
|
+
"cloudCoverOktaEnum5" = "MY.cloudCoverOktaEnum5",
|
|
53
|
+
"cloudCoverOktaEnum6" = "MY.cloudCoverOktaEnum6",
|
|
54
|
+
"cloudCoverOktaEnum7" = "MY.cloudCoverOktaEnum7",
|
|
55
|
+
"cloudCoverOktaEnum8" = "MY.cloudCoverOktaEnum8"
|
|
56
|
+
}
|
|
57
|
+
export enum RainIntensityEnum {
|
|
58
|
+
"empty" = "",
|
|
59
|
+
"rainIntensityEnumNoRain" = "MY.rainIntensityEnumNoRain",
|
|
60
|
+
"rainIntensityEnumLightRain" = "MY.rainIntensityEnumLightRain",
|
|
61
|
+
"rainIntensityEnumModerateRain" = "MY.rainIntensityEnumModerateRain",
|
|
62
|
+
"rainIntensityEnumHeavyRain" = "MY.rainIntensityEnumHeavyRain",
|
|
63
|
+
"rainIntensityEnumTorrentialRain" = "MY.rainIntensityEnumTorrentialRain"
|
|
64
|
+
}
|
|
65
|
+
export class GatheringEvent {
|
|
66
|
+
"@context"?: string;
|
|
67
|
+
id?: string;
|
|
68
|
+
"@type"?: string;
|
|
69
|
+
acknowledgeNoUnitsInCensus?: boolean;
|
|
70
|
+
artificialLight?: ArtificialLightEnum;
|
|
71
|
+
breaksDuringCensusInMinutes?: number;
|
|
72
|
+
censusHinderedByEnviromentalFactors?: boolean;
|
|
73
|
+
censusHinderedByFog?: boolean;
|
|
74
|
+
censusHinderedByRain?: boolean;
|
|
75
|
+
censusHinderedByWind?: boolean;
|
|
76
|
+
censusPrematurelyAborted?: boolean;
|
|
77
|
+
cloudCover?: CloudCoverOktaEnum;
|
|
78
|
+
cloudCoverEnd?: CloudCoverOktaEnum;
|
|
79
|
+
cloudCoverStart?: CloudCoverOktaEnum;
|
|
80
|
+
completeList?: CompleteList;
|
|
81
|
+
dateBegin?: string;
|
|
82
|
+
dateEnd?: string;
|
|
83
|
+
gatheringFact?: GatheringFact;
|
|
84
|
+
geometry?: {
|
|
85
|
+
[k: string]: unknown | undefined;
|
|
86
|
+
};
|
|
87
|
+
gpsUsed?: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Name of the collector(s), in format 'Lastname, Firstname; Lastname Firstname'
|
|
90
|
+
*/
|
|
91
|
+
leg?: string[];
|
|
92
|
+
legPublic?: boolean;
|
|
93
|
+
/**
|
|
94
|
+
* Alkuperäislähteen käyttäjätunnus
|
|
95
|
+
*/
|
|
96
|
+
legUserID?: string[];
|
|
97
|
+
namedPlaceNotes?: string;
|
|
98
|
+
nextMonitoringYear?: number;
|
|
99
|
+
/**
|
|
100
|
+
* Additional information to the data in each section.
|
|
101
|
+
*/
|
|
102
|
+
notes?: string;
|
|
103
|
+
rainIntensity?: RainIntensityEnum;
|
|
104
|
+
routeDirectionAdhered?: boolean;
|
|
105
|
+
spottingScopeUsed?: boolean;
|
|
106
|
+
startDistanceFromNECorner?: string;
|
|
107
|
+
startPointDeviation?: number;
|
|
108
|
+
taxonCensus?: TaxonCensus[];
|
|
109
|
+
temperature?: number;
|
|
110
|
+
temperatureEnd?: number;
|
|
111
|
+
temperatureStart?: number;
|
|
112
|
+
timeEnd?: string;
|
|
113
|
+
timeStart?: string;
|
|
114
|
+
}
|