@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.
- package/dist/cjs/classes/Enums.js +2428 -2244
- package/dist/dto/Annotation.dto.ts +14 -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 +354 -181
- 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 +14 -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 +354 -181
- 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 +14 -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
package/dist/dto/Event.dto.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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:
|
|
27
|
+
eventType: MYEventType;
|
|
28
28
|
germinationConditions?: string;
|
|
29
29
|
germinationPercentage?: number;
|
|
30
30
|
germinationRate?: number;
|
|
31
|
-
lifeStage?:
|
|
31
|
+
lifeStage?: MYPlantLifeStageEnum;
|
|
32
32
|
notes?: string;
|
|
33
33
|
numberOfSeedsEmpty?: number;
|
|
34
34
|
numberOfSeedsFull?: number;
|
package/dist/dto/Form.dto.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MHLCategoryEnum } from './index.dto';
|
|
2
2
|
import { Field } from './index.dto';
|
|
3
|
-
import {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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 {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
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 {
|
|
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?:
|
|
152
|
+
printType?: MHLPrintTypeEnum;
|
|
153
153
|
/**
|
|
154
154
|
* Users need to have permission to access the form
|
|
155
155
|
*/
|
|
156
|
-
restrictAccess?:
|
|
157
|
-
resultServiceType?:
|
|
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?:
|
|
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 {
|
|
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?:
|
|
14
|
+
type?: MFPTypeEnum;
|
|
15
15
|
userID?: string;
|
|
16
16
|
}
|
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
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 {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
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 {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
117
|
+
forestVegetationZone?: MYForestVegetationZones;
|
|
118
118
|
gatheringFact?: GatheringFact;
|
|
119
|
-
gatheringType?:
|
|
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?:
|
|
127
|
-
habitat?:
|
|
128
|
-
habitatAttributes?:
|
|
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?:
|
|
145
|
+
invasiveControlEffectiveness?: MYInvasiveControlEffectivenessEnum;
|
|
146
146
|
invasiveControlEffectivenessNotes?: string;
|
|
147
|
-
invasiveControlMethods?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
249
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
250
250
|
units?: Unit[];
|
|
251
251
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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 {
|
|
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?:
|
|
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?:
|
|
27
|
-
cloudCoverEnd?:
|
|
28
|
-
cloudCoverStart?:
|
|
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?:
|
|
52
|
+
rainIntensity?: MYRainIntensityEnum;
|
|
53
53
|
routeDirectionAdhered?: boolean;
|
|
54
54
|
spottingScopeUsed?: boolean;
|
|
55
55
|
startDistanceFromNECorner?: string;
|
|
@@ -1,20 +1,20 @@
|
|
|
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 './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?:
|
|
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?:
|
|
37
|
+
lolifeSiteClassification?: MYLolifeSiteClassificationEnum;
|
|
38
38
|
lolifeSiteClassificationComments?: string;
|
|
39
39
|
observedAreaHectares?: number;
|
|
40
|
-
pointCountHabitat?:
|
|
40
|
+
pointCountHabitat?: MYPointCountHabitatEnum;
|
|
41
41
|
shorelineLengthMeters?: number;
|
|
42
42
|
spottingScopeUsed?: boolean;
|
|
43
43
|
sunniness?: number;
|
|
44
|
-
sykeButterFlyCensusWind?:
|
|
45
|
-
sykeButterFlyCensusWindEnd?:
|
|
46
|
-
sykeButterFlyCensusWindStart?:
|
|
47
|
-
waterbirdCensusPeriod?:
|
|
48
|
-
waterbirdHabitat?:
|
|
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?:
|
|
66
|
-
abundancePINENU?:
|
|
67
|
-
abundanceTURPIL?:
|
|
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?:
|
|
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?:
|
|
88
|
+
iceCover?: WBCIceCoverEnum;
|
|
89
89
|
meanTemperature?: number;
|
|
90
90
|
observerCount?: number;
|
|
91
91
|
observerID?: number;
|
|
92
|
-
pineConesAtCensus?:
|
|
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?:
|
|
113
|
-
snowCover?:
|
|
114
|
-
sorbusBerriesAtCensus?:
|
|
115
|
-
sorbusBerriesEarlyFall?:
|
|
116
|
-
spruceConesAtCensus?:
|
|
117
|
-
typeOfSnowCover?:
|
|
118
|
-
visibility?:
|
|
119
|
-
waterbodies?:
|
|
120
|
-
wayOfTravel?:
|
|
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?:
|
|
122
|
+
wind?: WBCWindEnum;
|
|
123
123
|
}
|
package/dist/dto/Habitat.dto.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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:
|
|
16
|
-
habitatSpecificType?:
|
|
15
|
+
habitat: MKVHabitatEnum;
|
|
16
|
+
habitatSpecificType?: MKVHabitatSpecificTypeEnum[];
|
|
17
17
|
sortOrder?: number;
|
|
18
18
|
}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
102
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
103
103
|
sortOrder?: number;
|
|
104
104
|
}
|
package/dist/dto/Image.dto.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
49
|
-
plantLifeStage?:
|
|
48
|
+
lifeStage?: MYLifeStages;
|
|
49
|
+
plantLifeStage?: MYPlantLifeStageEnum;
|
|
50
50
|
/**
|
|
51
51
|
* Sex of the individual(s)
|
|
52
52
|
*/
|
|
53
|
-
sex?:
|
|
53
|
+
sex?: MYSexes;
|
|
54
54
|
intellectualOwner: string;
|
|
55
|
-
intellectualRights:
|
|
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?:
|
|
59
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
60
60
|
sortOrder?: number;
|
|
61
61
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
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:
|
|
34
|
+
intellectualRights: MZIntellectualRightsEnum;
|
|
35
35
|
ownerPerson?: string[];
|
|
36
36
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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:
|
|
38
|
-
state:
|
|
37
|
+
publicity: KEPublicities;
|
|
38
|
+
state: KEStates;
|
|
39
39
|
transactionApiURL: string;
|
|
40
|
-
type:
|
|
40
|
+
type: KETypes;
|
|
41
41
|
}
|