@luomus/laji-schema 2.0.93 → 2.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/classes/Enums.js +2428 -2244
- package/dist/dto/Annotation.dto.ts +12 -12
- package/dist/dto/Area.dto.ts +2 -2
- package/dist/dto/Audio.dto.ts +12 -12
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -2
- package/dist/dto/Collection.dto.ts +16 -16
- package/dist/dto/CompleteList.dto.ts +2 -2
- package/dist/dto/Dataset.dto.ts +2 -2
- package/dist/dto/Document.dto.ts +12 -12
- package/dist/dto/Endangerment.dto.ts +2 -2
- package/dist/dto/Enums.dto.ts +331 -158
- package/dist/dto/Event.dto.ts +4 -4
- package/dist/dto/Form.dto.ts +5 -5
- package/dist/dto/FormOptions.dto.ts +8 -8
- package/dist/dto/FormPermissionSingle.dto.ts +2 -2
- package/dist/dto/Gathering.dto.ts +28 -28
- package/dist/dto/GatheringEvent.dto.ts +8 -8
- package/dist/dto/GatheringFact.dto.ts +41 -41
- package/dist/dto/Habitat.dto.ts +4 -4
- package/dist/dto/Identification.dto.ts +10 -10
- package/dist/dto/Image.dto.ts +14 -14
- package/dist/dto/Individual.dto.ts +2 -2
- package/dist/dto/InformationSystem.dto.ts +6 -6
- package/dist/dto/IucnRedListEvaluation.dto.ts +22 -22
- package/dist/dto/Model.dto.ts +12 -12
- package/dist/dto/NamedPlace.dto.ts +6 -6
- package/dist/dto/News.dto.ts +2 -2
- package/dist/dto/Notification.dto.ts +2 -2
- package/dist/dto/Occurrence.dto.ts +2 -2
- package/dist/dto/Organization.dto.ts +2 -2
- package/dist/dto/Pdf.dto.ts +4 -4
- package/dist/dto/Permit.dto.ts +4 -4
- package/dist/dto/Person.dto.ts +6 -6
- package/dist/dto/Preparation.dto.ts +4 -4
- package/dist/dto/Profile.dto.ts +4 -4
- package/dist/dto/RegionalStatus.dto.ts +2 -2
- package/dist/dto/Sample.dto.ts +16 -16
- package/dist/dto/SpecimenTransaction.dto.ts +14 -14
- package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -2
- package/dist/dto/SubUnit.dto.ts +2 -2
- package/dist/dto/Tag.dto.ts +5 -5
- package/dist/dto/Taxon.dto.ts +27 -27
- package/dist/dto/TaxonCensus.dto.ts +4 -4
- package/dist/dto/TaxonInteraction.dto.ts +5 -5
- package/dist/dto/Transaction.dto.ts +16 -16
- package/dist/dto/TransactionEvent.dto.ts +4 -4
- package/dist/dto/TransactionItem.dto.ts +4 -4
- package/dist/dto/TypeSpecimen.dto.ts +6 -6
- package/dist/dto/Unit.dto.ts +67 -67
- package/dist/dto/UnitFact.dto.ts +20 -20
- package/dist/dto/Video.dto.ts +12 -12
- package/dist/esm/classes/Enums.js +2424 -2240
- package/dist/types/classes/Annotation.d.ts +12 -12
- package/dist/types/classes/Area.d.ts +2 -2
- package/dist/types/classes/Audio.d.ts +12 -12
- package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +2 -2
- package/dist/types/classes/Collection.d.ts +16 -16
- package/dist/types/classes/CompleteList.d.ts +2 -2
- package/dist/types/classes/Dataset.d.ts +2 -2
- package/dist/types/classes/Document.d.ts +12 -12
- package/dist/types/classes/Endangerment.d.ts +2 -2
- package/dist/types/classes/Enums.d.ts +331 -158
- package/dist/types/classes/Event.d.ts +4 -4
- package/dist/types/classes/Form.d.ts +5 -5
- package/dist/types/classes/FormOptions.d.ts +8 -8
- package/dist/types/classes/FormPermissionSingle.d.ts +2 -2
- package/dist/types/classes/Gathering.d.ts +28 -28
- package/dist/types/classes/GatheringEvent.d.ts +8 -8
- package/dist/types/classes/GatheringFact.d.ts +41 -41
- package/dist/types/classes/Habitat.d.ts +4 -4
- package/dist/types/classes/Identification.d.ts +10 -10
- package/dist/types/classes/Image.d.ts +14 -14
- package/dist/types/classes/Individual.d.ts +2 -2
- package/dist/types/classes/InformationSystem.d.ts +6 -6
- package/dist/types/classes/IucnRedListEvaluation.d.ts +22 -22
- package/dist/types/classes/Model.d.ts +12 -12
- package/dist/types/classes/NamedPlace.d.ts +6 -6
- package/dist/types/classes/News.d.ts +2 -2
- package/dist/types/classes/Notification.d.ts +2 -2
- package/dist/types/classes/Occurrence.d.ts +2 -2
- package/dist/types/classes/Organization.d.ts +2 -2
- package/dist/types/classes/Pdf.d.ts +4 -4
- package/dist/types/classes/Permit.d.ts +4 -4
- package/dist/types/classes/Person.d.ts +6 -6
- package/dist/types/classes/Preparation.d.ts +4 -4
- package/dist/types/classes/Profile.d.ts +4 -4
- package/dist/types/classes/RegionalStatus.d.ts +2 -2
- package/dist/types/classes/Sample.d.ts +16 -16
- package/dist/types/classes/SpecimenTransaction.d.ts +14 -14
- package/dist/types/classes/SpecimenTransactionEvent.d.ts +2 -2
- package/dist/types/classes/SubUnit.d.ts +2 -2
- package/dist/types/classes/Tag.d.ts +5 -5
- package/dist/types/classes/Taxon.d.ts +27 -27
- package/dist/types/classes/TaxonCensus.d.ts +4 -4
- package/dist/types/classes/TaxonInteraction.d.ts +5 -5
- package/dist/types/classes/Transaction.d.ts +16 -16
- package/dist/types/classes/TransactionEvent.d.ts +4 -4
- package/dist/types/classes/TransactionItem.d.ts +4 -4
- package/dist/types/classes/TypeSpecimen.d.ts +6 -6
- package/dist/types/classes/Unit.d.ts +67 -67
- package/dist/types/classes/UnitFact.d.ts +20 -20
- package/dist/types/classes/Video.d.ts +12 -12
- package/dist/types/models/Annotation.d.ts +12 -12
- package/dist/types/models/Area.d.ts +2 -2
- package/dist/types/models/Audio.d.ts +12 -12
- package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +2 -2
- package/dist/types/models/Collection.d.ts +16 -16
- package/dist/types/models/CompleteList.d.ts +2 -2
- package/dist/types/models/Dataset.d.ts +2 -2
- package/dist/types/models/Document.d.ts +12 -12
- package/dist/types/models/Endangerment.d.ts +2 -2
- package/dist/types/models/Enums.d.ts +169 -158
- package/dist/types/models/Event.d.ts +4 -4
- package/dist/types/models/Form.d.ts +5 -5
- package/dist/types/models/FormOptions.d.ts +8 -8
- package/dist/types/models/FormPermissionSingle.d.ts +2 -2
- package/dist/types/models/Gathering.d.ts +28 -28
- package/dist/types/models/GatheringEvent.d.ts +8 -8
- package/dist/types/models/GatheringFact.d.ts +41 -41
- package/dist/types/models/Habitat.d.ts +4 -4
- package/dist/types/models/Identification.d.ts +10 -10
- package/dist/types/models/Image.d.ts +14 -14
- package/dist/types/models/Individual.d.ts +2 -2
- package/dist/types/models/InformationSystem.d.ts +6 -6
- package/dist/types/models/IucnRedListEvaluation.d.ts +22 -22
- package/dist/types/models/Model.d.ts +12 -12
- package/dist/types/models/NamedPlace.d.ts +6 -6
- package/dist/types/models/News.d.ts +2 -2
- package/dist/types/models/Notification.d.ts +2 -2
- package/dist/types/models/Occurrence.d.ts +2 -2
- package/dist/types/models/Organization.d.ts +2 -2
- package/dist/types/models/Pdf.d.ts +4 -4
- package/dist/types/models/Permit.d.ts +4 -4
- package/dist/types/models/Person.d.ts +6 -6
- package/dist/types/models/Preparation.d.ts +4 -4
- package/dist/types/models/Profile.d.ts +4 -4
- package/dist/types/models/RegionalStatus.d.ts +2 -2
- package/dist/types/models/Sample.d.ts +16 -16
- package/dist/types/models/SpecimenTransaction.d.ts +14 -14
- package/dist/types/models/SpecimenTransactionEvent.d.ts +2 -2
- package/dist/types/models/SubUnit.d.ts +2 -2
- package/dist/types/models/Tag.d.ts +5 -5
- package/dist/types/models/Taxon.d.ts +27 -27
- package/dist/types/models/TaxonCensus.d.ts +4 -4
- package/dist/types/models/TaxonInteraction.d.ts +5 -5
- package/dist/types/models/Transaction.d.ts +16 -16
- package/dist/types/models/TransactionEvent.d.ts +4 -4
- package/dist/types/models/TransactionItem.d.ts +4 -4
- package/dist/types/models/TypeSpecimen.d.ts +6 -6
- package/dist/types/models/Unit.d.ts +67 -67
- package/dist/types/models/UnitFact.d.ts +20 -20
- package/dist/types/models/Video.d.ts +12 -12
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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:
|
|
20
|
+
eventType: MYEventType;
|
|
21
21
|
germinationConditions?: string;
|
|
22
22
|
germinationPercentage?: number;
|
|
23
23
|
germinationRate?: number;
|
|
24
|
-
lifeStage?:
|
|
24
|
+
lifeStage?: MYPlantLifeStageEnum;
|
|
25
25
|
notes?: string;
|
|
26
26
|
numberOfSeedsEmpty?: number;
|
|
27
27
|
numberOfSeedsFull?: number;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MHLCategoryEnum } from './';
|
|
2
2
|
import { Field } from './';
|
|
3
|
-
import {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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 {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
4
|
+
import { MHLPrintTypeEnum } from './';
|
|
5
|
+
import { MHLRestrictAccessEnum } from './';
|
|
6
|
+
import { MHLResultServiceTypeEnum } from './';
|
|
7
7
|
import { FormSeason } from './';
|
|
8
|
-
import {
|
|
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?:
|
|
145
|
+
printType?: MHLPrintTypeEnum;
|
|
146
146
|
/**
|
|
147
147
|
* Users need to have permission to access the form
|
|
148
148
|
*/
|
|
149
|
-
restrictAccess?:
|
|
150
|
-
resultServiceType?:
|
|
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?:
|
|
203
|
+
viewerType?: MHLViewerTypeEnum;
|
|
204
204
|
warnEditingOldDocument?: boolean;
|
|
205
205
|
/**
|
|
206
206
|
* Duration in ISO 8601 duration format. Defaults to P1W (one week)
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
1
|
+
import { MYBatHabitatEnum } from './';
|
|
2
|
+
import { MYCoordinateSources } from './';
|
|
3
|
+
import { MYCoordinateSystems } from './';
|
|
4
|
+
import { MYForestVegetationZones } from './';
|
|
5
5
|
import { GatheringFact } from './';
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
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 {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
110
|
+
forestVegetationZone?: MYForestVegetationZones;
|
|
111
111
|
gatheringFact?: GatheringFact;
|
|
112
|
-
gatheringType?:
|
|
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?:
|
|
120
|
-
habitat?:
|
|
121
|
-
habitatAttributes?:
|
|
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?:
|
|
138
|
+
invasiveControlEffectiveness?: MYInvasiveControlEffectivenessEnum;
|
|
139
139
|
invasiveControlEffectivenessNotes?: string;
|
|
140
|
-
invasiveControlMethods?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
242
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
243
243
|
units?: Unit[];
|
|
244
244
|
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { MYArtificialLightEnum } from './';
|
|
2
|
+
import { MYCloudCoverOktaEnum } from './';
|
|
3
3
|
import { CompleteList } from './';
|
|
4
4
|
import { GatheringFact } from './';
|
|
5
|
-
import {
|
|
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?:
|
|
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?:
|
|
20
|
-
cloudCoverEnd?:
|
|
21
|
-
cloudCoverStart?:
|
|
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?:
|
|
45
|
+
rainIntensity?: MYRainIntensityEnum;
|
|
46
46
|
routeDirectionAdhered?: boolean;
|
|
47
47
|
spottingScopeUsed?: boolean;
|
|
48
48
|
startDistanceFromNECorner?: string;
|
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
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?:
|
|
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?:
|
|
30
|
+
lolifeSiteClassification?: MYLolifeSiteClassificationEnum;
|
|
31
31
|
lolifeSiteClassificationComments?: string;
|
|
32
32
|
observedAreaHectares?: number;
|
|
33
|
-
pointCountHabitat?:
|
|
33
|
+
pointCountHabitat?: MYPointCountHabitatEnum;
|
|
34
34
|
shorelineLengthMeters?: number;
|
|
35
35
|
spottingScopeUsed?: boolean;
|
|
36
36
|
sunniness?: number;
|
|
37
|
-
sykeButterFlyCensusWind?:
|
|
38
|
-
sykeButterFlyCensusWindEnd?:
|
|
39
|
-
sykeButterFlyCensusWindStart?:
|
|
40
|
-
waterbirdCensusPeriod?:
|
|
41
|
-
waterbirdHabitat?:
|
|
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?:
|
|
59
|
-
abundancePINENU?:
|
|
60
|
-
abundanceTURPIL?:
|
|
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?:
|
|
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?:
|
|
81
|
+
iceCover?: WBCIceCoverEnum;
|
|
82
82
|
meanTemperature?: number;
|
|
83
83
|
observerCount?: number;
|
|
84
84
|
observerID?: number;
|
|
85
|
-
pineConesAtCensus?:
|
|
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?:
|
|
106
|
-
snowCover?:
|
|
107
|
-
sorbusBerriesAtCensus?:
|
|
108
|
-
sorbusBerriesEarlyFall?:
|
|
109
|
-
spruceConesAtCensus?:
|
|
110
|
-
typeOfSnowCover?:
|
|
111
|
-
visibility?:
|
|
112
|
-
waterbodies?:
|
|
113
|
-
wayOfTravel?:
|
|
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?:
|
|
115
|
+
wind?: WBCWindEnum;
|
|
116
116
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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:
|
|
9
|
-
habitatSpecificType?:
|
|
8
|
+
habitat: MKVHabitatEnum;
|
|
9
|
+
habitatSpecificType?: MKVHabitatSpecificTypeEnum[];
|
|
10
10
|
sortOrder?: number;
|
|
11
11
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
95
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
96
96
|
sortOrder?: number;
|
|
97
97
|
}
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
42
|
-
plantLifeStage?:
|
|
41
|
+
lifeStage?: MYLifeStages;
|
|
42
|
+
plantLifeStage?: MYPlantLifeStageEnum;
|
|
43
43
|
/**
|
|
44
44
|
* Sex of the individual(s)
|
|
45
45
|
*/
|
|
46
|
-
sex?:
|
|
46
|
+
sex?: MYSexes;
|
|
47
47
|
intellectualOwner: string;
|
|
48
|
-
intellectualRights:
|
|
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?:
|
|
52
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
53
53
|
sortOrder?: number;
|
|
54
54
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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:
|
|
27
|
+
intellectualRights: MZIntellectualRightsEnum;
|
|
28
28
|
ownerPerson?: string[];
|
|
29
29
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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:
|
|
31
|
-
state:
|
|
30
|
+
publicity: KEPublicities;
|
|
31
|
+
state: KEStates;
|
|
32
32
|
transactionApiURL: string;
|
|
33
|
-
type:
|
|
33
|
+
type: KETypes;
|
|
34
34
|
}
|