@luomus/laji-schema 2.0.61 → 2.0.62
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/Annotation.js +1 -51
- package/dist/cjs/classes/Area.js +1 -13
- package/dist/cjs/classes/Audio.js +1 -97
- package/dist/cjs/classes/BirdSongRecognitionSkillLevel.js +1 -8
- package/dist/cjs/classes/Collection.js +1 -76
- package/dist/cjs/classes/CompleteList.js +1 -8
- package/dist/cjs/classes/Dataset.js +1 -6
- package/dist/cjs/classes/Document.js +1 -100
- package/dist/cjs/classes/Endangerment.js +1 -30
- package/dist/cjs/classes/Enums.js +2238 -0
- package/dist/cjs/classes/Event.js +1 -48
- package/dist/cjs/classes/Form.js +1 -25
- package/dist/cjs/classes/FormOptions.js +1 -30
- package/dist/cjs/classes/FormPermissionSingle.js +1 -8
- package/dist/cjs/classes/Gathering.js +1 -325
- package/dist/cjs/classes/GatheringEvent.js +1 -61
- package/dist/cjs/classes/GatheringFact.js +1 -249
- package/dist/cjs/classes/Habitat.js +1 -112
- package/dist/cjs/classes/Identification.js +1 -112
- package/dist/cjs/classes/Image.js +1 -103
- package/dist/cjs/classes/Individual.js +1 -27
- package/dist/cjs/classes/InformationSystem.js +1 -25
- package/dist/cjs/classes/IucnRedListEvaluation.js +1 -224
- package/dist/cjs/classes/Model.js +1 -97
- package/dist/cjs/classes/NamedPlace.js +1 -30
- package/dist/cjs/classes/News.js +1 -7
- package/dist/cjs/classes/Notification.js +1 -7
- package/dist/cjs/classes/Occurrence.js +1 -49
- package/dist/cjs/classes/Organization.js +1 -7
- package/dist/cjs/classes/Pdf.js +1 -34
- package/dist/cjs/classes/Permit.js +1 -18
- package/dist/cjs/classes/Person.js +1 -34
- package/dist/cjs/classes/Preparation.js +1 -38
- package/dist/cjs/classes/Profile.js +1 -17
- package/dist/cjs/classes/RegionalStatus.js +1 -49
- package/dist/cjs/classes/Sample.js +1 -143
- package/dist/cjs/classes/SpecimenTransaction.js +1 -64
- package/dist/cjs/classes/SpecimenTransactionEvent.js +1 -6
- package/dist/cjs/classes/SubUnit.js +1 -13
- package/dist/cjs/classes/Tag.js +1 -30
- package/dist/cjs/classes/Taxon.js +1 -377
- package/dist/cjs/classes/TaxonCensus.js +1 -33
- package/dist/cjs/classes/TaxonInteraction.js +1 -62
- package/dist/cjs/classes/Transaction.js +1 -74
- package/dist/cjs/classes/TransactionEvent.js +1 -16
- package/dist/cjs/classes/TransactionItem.js +1 -14
- package/dist/cjs/classes/TypeSpecimen.js +1 -45
- package/dist/cjs/classes/Unit.js +1 -609
- package/dist/cjs/classes/UnitFact.js +1 -96
- package/dist/cjs/classes/Video.js +1 -97
- package/dist/cjs/classes/index.js +11 -0
- package/dist/cjs/models/Enums.js +2 -0
- package/dist/cjs/models/index.js +11 -0
- package/dist/dto/Annotation.dto.ts +7 -44
- package/dist/dto/Area.dto.ts +2 -11
- package/dist/dto/Audio.dto.ts +7 -90
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -6
- package/dist/dto/Collection.dto.ts +9 -67
- package/dist/dto/CompleteList.dto.ts +2 -6
- package/dist/dto/Dataset.dto.ts +2 -4
- package/dist/dto/Document.dto.ts +7 -93
- package/dist/dto/Endangerment.dto.ts +2 -28
- package/dist/dto/Enums.dto.ts +2074 -0
- package/dist/dto/Event.dto.ts +3 -45
- package/dist/dto/Form.dto.ts +3 -21
- package/dist/dto/FormOptions.dto.ts +5 -25
- package/dist/dto/FormPermissionSingle.dto.ts +2 -6
- package/dist/dto/Gathering.dto.ts +15 -310
- package/dist/dto/GatheringEvent.dto.ts +4 -55
- package/dist/dto/GatheringFact.dto.ts +18 -224
- package/dist/dto/Habitat.dto.ts +3 -109
- package/dist/dto/Identification.dto.ts +6 -106
- package/dist/dto/Image.dto.ts +8 -95
- package/dist/dto/Individual.dto.ts +2 -25
- package/dist/dto/InformationSystem.dto.ts +4 -21
- package/dist/dto/IucnRedListEvaluation.dto.ts +8 -208
- package/dist/dto/Model.dto.ts +7 -90
- package/dist/dto/NamedPlace.dto.ts +4 -26
- package/dist/dto/News.dto.ts +2 -5
- package/dist/dto/Notification.dto.ts +2 -5
- package/dist/dto/Occurrence.dto.ts +2 -47
- package/dist/dto/Organization.dto.ts +2 -5
- package/dist/dto/Pdf.dto.ts +3 -31
- package/dist/dto/Permit.dto.ts +3 -15
- package/dist/dto/Person.dto.ts +4 -30
- package/dist/dto/Preparation.dto.ts +3 -35
- package/dist/dto/Profile.dto.ts +3 -14
- package/dist/dto/RegionalStatus.dto.ts +2 -47
- package/dist/dto/Sample.dto.ts +9 -134
- package/dist/dto/SpecimenTransaction.dto.ts +8 -56
- package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -4
- package/dist/dto/SubUnit.dto.ts +2 -11
- package/dist/dto/Tag.dto.ts +3 -26
- package/dist/dto/Taxon.dto.ts +11 -359
- package/dist/dto/TaxonCensus.dto.ts +3 -30
- package/dist/dto/TaxonInteraction.dto.ts +3 -58
- package/dist/dto/Transaction.dto.ts +9 -65
- package/dist/dto/TransactionEvent.dto.ts +3 -13
- package/dist/dto/TransactionItem.dto.ts +3 -11
- package/dist/dto/TypeSpecimen.dto.ts +4 -41
- package/dist/dto/Unit.dto.ts +33 -575
- package/dist/dto/UnitFact.dto.ts +11 -85
- package/dist/dto/Video.dto.ts +7 -90
- package/dist/dto/index.dto.ts +2 -1
- package/dist/esm/classes/Annotation.js +0 -50
- package/dist/esm/classes/Area.js +0 -12
- package/dist/esm/classes/Audio.js +0 -96
- package/dist/esm/classes/BirdSongRecognitionSkillLevel.js +0 -7
- package/dist/esm/classes/Collection.js +0 -75
- package/dist/esm/classes/CompleteList.js +0 -7
- package/dist/esm/classes/Dataset.js +0 -5
- package/dist/esm/classes/Document.js +0 -99
- package/dist/esm/classes/Endangerment.js +0 -29
- package/dist/esm/classes/Enums.js +2232 -0
- package/dist/esm/classes/Event.js +0 -47
- package/dist/esm/classes/Form.js +0 -24
- package/dist/esm/classes/FormOptions.js +0 -29
- package/dist/esm/classes/FormPermissionSingle.js +0 -7
- package/dist/esm/classes/Gathering.js +0 -324
- package/dist/esm/classes/GatheringEvent.js +0 -60
- package/dist/esm/classes/GatheringFact.js +0 -248
- package/dist/esm/classes/Habitat.js +0 -111
- package/dist/esm/classes/Identification.js +0 -111
- package/dist/esm/classes/Image.js +0 -102
- package/dist/esm/classes/Individual.js +0 -26
- package/dist/esm/classes/InformationSystem.js +0 -24
- package/dist/esm/classes/IucnRedListEvaluation.js +0 -223
- package/dist/esm/classes/Model.js +0 -96
- package/dist/esm/classes/NamedPlace.js +0 -29
- package/dist/esm/classes/News.js +0 -6
- package/dist/esm/classes/Notification.js +0 -6
- package/dist/esm/classes/Occurrence.js +0 -48
- package/dist/esm/classes/Organization.js +0 -6
- package/dist/esm/classes/Pdf.js +0 -33
- package/dist/esm/classes/Permit.js +0 -17
- package/dist/esm/classes/Person.js +0 -33
- package/dist/esm/classes/Preparation.js +0 -37
- package/dist/esm/classes/Profile.js +0 -16
- package/dist/esm/classes/RegionalStatus.js +0 -48
- package/dist/esm/classes/Sample.js +0 -142
- package/dist/esm/classes/SpecimenTransaction.js +0 -63
- package/dist/esm/classes/SpecimenTransactionEvent.js +0 -5
- package/dist/esm/classes/SubUnit.js +0 -12
- package/dist/esm/classes/Tag.js +0 -29
- package/dist/esm/classes/Taxon.js +0 -376
- package/dist/esm/classes/TaxonCensus.js +0 -32
- package/dist/esm/classes/TaxonInteraction.js +0 -61
- package/dist/esm/classes/Transaction.js +0 -73
- package/dist/esm/classes/TransactionEvent.js +0 -15
- package/dist/esm/classes/TransactionItem.js +0 -13
- package/dist/esm/classes/TypeSpecimen.js +0 -44
- package/dist/esm/classes/Unit.js +0 -608
- package/dist/esm/classes/UnitFact.js +0 -95
- package/dist/esm/classes/Video.js +0 -96
- package/dist/esm/classes/index.js +1 -0
- package/dist/esm/models/Enums.js +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/types/classes/Annotation.d.ts +6 -44
- package/dist/types/classes/Area.d.ts +1 -11
- package/dist/types/classes/Audio.d.ts +6 -90
- package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +1 -6
- package/dist/types/classes/Collection.d.ts +8 -67
- package/dist/types/classes/CompleteList.d.ts +1 -6
- package/dist/types/classes/Dataset.d.ts +1 -4
- package/dist/types/classes/Document.d.ts +6 -93
- package/dist/types/classes/Endangerment.d.ts +1 -28
- package/dist/types/classes/Enums.d.ts +2074 -0
- package/dist/types/classes/Event.d.ts +2 -45
- package/dist/types/classes/Form.d.ts +2 -21
- package/dist/types/classes/FormOptions.d.ts +4 -25
- package/dist/types/classes/FormPermissionSingle.d.ts +1 -6
- package/dist/types/classes/Gathering.d.ts +14 -310
- package/dist/types/classes/GatheringEvent.d.ts +3 -55
- package/dist/types/classes/GatheringFact.d.ts +17 -224
- package/dist/types/classes/Habitat.d.ts +2 -109
- package/dist/types/classes/Identification.d.ts +5 -106
- package/dist/types/classes/Image.d.ts +7 -95
- package/dist/types/classes/Individual.d.ts +1 -25
- package/dist/types/classes/InformationSystem.d.ts +3 -21
- package/dist/types/classes/IucnRedListEvaluation.d.ts +7 -208
- package/dist/types/classes/Model.d.ts +6 -90
- package/dist/types/classes/NamedPlace.d.ts +3 -26
- package/dist/types/classes/News.d.ts +1 -5
- package/dist/types/classes/Notification.d.ts +1 -5
- package/dist/types/classes/Occurrence.d.ts +1 -47
- package/dist/types/classes/Organization.d.ts +1 -5
- package/dist/types/classes/Pdf.d.ts +2 -31
- package/dist/types/classes/Permit.d.ts +2 -15
- package/dist/types/classes/Person.d.ts +3 -30
- package/dist/types/classes/Preparation.d.ts +2 -35
- package/dist/types/classes/Profile.d.ts +2 -14
- package/dist/types/classes/RegionalStatus.d.ts +1 -47
- package/dist/types/classes/Sample.d.ts +8 -134
- package/dist/types/classes/SpecimenTransaction.d.ts +7 -56
- package/dist/types/classes/SpecimenTransactionEvent.d.ts +1 -4
- package/dist/types/classes/SubUnit.d.ts +1 -11
- package/dist/types/classes/Tag.d.ts +2 -26
- package/dist/types/classes/Taxon.d.ts +10 -359
- package/dist/types/classes/TaxonCensus.d.ts +2 -30
- package/dist/types/classes/TaxonInteraction.d.ts +2 -58
- package/dist/types/classes/Transaction.d.ts +8 -65
- package/dist/types/classes/TransactionEvent.d.ts +2 -13
- package/dist/types/classes/TransactionItem.d.ts +2 -11
- package/dist/types/classes/TypeSpecimen.d.ts +3 -41
- package/dist/types/classes/Unit.d.ts +32 -575
- package/dist/types/classes/UnitFact.d.ts +10 -85
- package/dist/types/classes/Video.d.ts +6 -90
- package/dist/types/classes/index.d.ts +1 -0
- package/dist/types/models/Annotation.d.ts +6 -6
- package/dist/types/models/Area.d.ts +1 -1
- package/dist/types/models/Audio.d.ts +6 -6
- package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +1 -1
- package/dist/types/models/Collection.d.ts +8 -8
- package/dist/types/models/CompleteList.d.ts +1 -1
- package/dist/types/models/Dataset.d.ts +1 -1
- package/dist/types/models/Document.d.ts +6 -6
- package/dist/types/models/Endangerment.d.ts +1 -1
- package/dist/types/models/Enums.d.ts +158 -0
- package/dist/types/models/Event.d.ts +2 -2
- package/dist/types/models/Form.d.ts +2 -3
- package/dist/types/models/FormOptions.d.ts +4 -4
- package/dist/types/models/FormPermissionSingle.d.ts +1 -1
- package/dist/types/models/Gathering.d.ts +14 -14
- package/dist/types/models/GatheringEvent.d.ts +3 -5
- package/dist/types/models/GatheringFact.d.ts +17 -24
- package/dist/types/models/Habitat.d.ts +2 -2
- package/dist/types/models/Identification.d.ts +5 -5
- package/dist/types/models/Image.d.ts +7 -7
- package/dist/types/models/Individual.d.ts +1 -1
- package/dist/types/models/InformationSystem.d.ts +3 -3
- package/dist/types/models/IucnRedListEvaluation.d.ts +7 -15
- package/dist/types/models/Model.d.ts +6 -6
- package/dist/types/models/NamedPlace.d.ts +3 -3
- package/dist/types/models/News.d.ts +1 -1
- package/dist/types/models/Notification.d.ts +1 -1
- package/dist/types/models/Occurrence.d.ts +1 -1
- package/dist/types/models/Organization.d.ts +1 -1
- package/dist/types/models/Pdf.d.ts +2 -2
- package/dist/types/models/Permit.d.ts +2 -2
- package/dist/types/models/Person.d.ts +3 -3
- package/dist/types/models/Preparation.d.ts +2 -2
- package/dist/types/models/Profile.d.ts +2 -2
- package/dist/types/models/RegionalStatus.d.ts +1 -1
- package/dist/types/models/Sample.d.ts +8 -8
- package/dist/types/models/SpecimenTransaction.d.ts +7 -7
- package/dist/types/models/SpecimenTransactionEvent.d.ts +1 -1
- package/dist/types/models/SubUnit.d.ts +1 -1
- package/dist/types/models/Tag.d.ts +2 -3
- package/dist/types/models/Taxon.d.ts +10 -17
- package/dist/types/models/TaxonCensus.d.ts +2 -2
- package/dist/types/models/TaxonInteraction.d.ts +2 -3
- package/dist/types/models/Transaction.d.ts +8 -8
- package/dist/types/models/TransactionEvent.d.ts +2 -2
- package/dist/types/models/TransactionItem.d.ts +2 -2
- package/dist/types/models/TypeSpecimen.d.ts +3 -3
- package/dist/types/models/Unit.d.ts +32 -33
- package/dist/types/models/UnitFact.d.ts +10 -10
- package/dist/types/models/Video.d.ts +6 -6
- package/dist/types/models/index.d.ts +1 -0
- package/package.json +1 -1
package/dist/dto/Event.dto.ts
CHANGED
|
@@ -1,54 +1,12 @@
|
|
|
1
|
+
import { EventType } from './index.dto';
|
|
2
|
+
import { PlantLifeStageEnum } from './index.dto';
|
|
3
|
+
|
|
1
4
|
/* tslint:disable */
|
|
2
5
|
/*
|
|
3
6
|
* This file was automatically generated.
|
|
4
7
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
8
|
* and run the command to regenerate this file.
|
|
6
9
|
*/
|
|
7
|
-
export enum EventType {
|
|
8
|
-
"eventTypeDiscarded" = "MY.eventTypeDiscarded",
|
|
9
|
-
"eventTypeDonating" = "MY.eventTypeDonating",
|
|
10
|
-
"eventTypeInventory" = "MY.eventTypeInventory",
|
|
11
|
-
"eventTypeMarkedDead" = "MY.eventTypeMarkedDead",
|
|
12
|
-
"eventTypeOccasionalRemark" = "MY.eventTypeOccasionalRemark",
|
|
13
|
-
"eventTypeTemporaryPlacement" = "MY.eventTypeTemporaryPlacement",
|
|
14
|
-
"eventTypePlanting" = "MY.eventTypePlanting",
|
|
15
|
-
"eventTypePlantedBackToWild" = "MY.eventTypePlantedBackToWild",
|
|
16
|
-
"eventTypePollination" = "MY.eventTypePollination",
|
|
17
|
-
"eventTypePrickingOut" = "MY.eventTypePrickingOut",
|
|
18
|
-
"eventTypePotting" = "MY.eventTypePotting",
|
|
19
|
-
"eventTypePropagation" = "MY.eventTypePropagation",
|
|
20
|
-
"eventTypePropagationMaterialCollected" = "MY.eventTypePropagationMaterialCollected",
|
|
21
|
-
"eventTypePruning" = "MY.eventTypePruning",
|
|
22
|
-
"eventTypeSowing" = "MY.eventTypeSowing",
|
|
23
|
-
"eventTypeStoring" = "MY.eventTypeStoring",
|
|
24
|
-
"eventTypeTransferring" = "MY.eventTypeTransferring",
|
|
25
|
-
"eventTypeOther" = "MY.eventTypeOther",
|
|
26
|
-
"eventTypeAtlantis" = "MY.eventTypeAtlantis",
|
|
27
|
-
"eventTypeCleaning" = "MY.eventTypeCleaning",
|
|
28
|
-
"eventTypeQuantityEstimation" = "MY.eventTypeQuantityEstimation",
|
|
29
|
-
"eventTypeCutTesting" = "MY.eventTypeCutTesting",
|
|
30
|
-
"eventTypeDrying" = "MY.eventTypeDrying",
|
|
31
|
-
"eventTypeGerminationTesting" = "MY.eventTypeGerminationTesting",
|
|
32
|
-
"eventTypeGerminationRetesting" = "MY.eventTypeGerminationRetesting",
|
|
33
|
-
"eventTypeGerminationControlling" = "MY.eventTypeGerminationControlling",
|
|
34
|
-
"eventTypeTZTesting" = "MY.eventTypeTZTesting",
|
|
35
|
-
"eventTypeSeedExchange" = "MY.eventTypeSeedExchange",
|
|
36
|
-
"eventTypeTPuska" = "MY.eventTypeTPuska"
|
|
37
|
-
}
|
|
38
|
-
export enum PlantLifeStageEnum {
|
|
39
|
-
"empty" = "",
|
|
40
|
-
"plantLifeStageSterile" = "MY.plantLifeStageSterile",
|
|
41
|
-
"plantLifeStageFertile" = "MY.plantLifeStageFertile",
|
|
42
|
-
"plantLifeStageSeed" = "MY.plantLifeStageSeed",
|
|
43
|
-
"plantLifeStageSprout" = "MY.plantLifeStageSprout",
|
|
44
|
-
"plantLifeStageBud" = "MY.plantLifeStageBud",
|
|
45
|
-
"plantLifeStageFlower" = "MY.plantLifeStageFlower",
|
|
46
|
-
"plantLifeStageWitheredFlower" = "MY.plantLifeStageWitheredFlower",
|
|
47
|
-
"plantLifeStageRipeningFruit" = "MY.plantLifeStageRipeningFruit",
|
|
48
|
-
"plantLifeStageRipeFruit" = "MY.plantLifeStageRipeFruit",
|
|
49
|
-
"plantLifeStageDeadSprout" = "MY.plantLifeStageDeadSprout",
|
|
50
|
-
"plantLifeStageSubterranean" = "MY.plantLifeStageSubterranean"
|
|
51
|
-
}
|
|
52
10
|
export class Event {
|
|
53
11
|
"@context"?: string;
|
|
54
12
|
id?: string;
|
package/dist/dto/Form.dto.ts
CHANGED
|
@@ -1,32 +1,14 @@
|
|
|
1
|
+
import { CategoryEnum } from './index.dto';
|
|
1
2
|
import { Field } from './index.dto';
|
|
3
|
+
import { LanguageEnum } from './index.dto';
|
|
2
4
|
import { FormOptions } from './index.dto';
|
|
5
|
+
|
|
3
6
|
/* tslint:disable */
|
|
4
7
|
/*
|
|
5
8
|
* This file was automatically generated.
|
|
6
9
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
7
10
|
* and run the command to regenerate this file.
|
|
8
11
|
*/
|
|
9
|
-
export enum CategoryEnum {
|
|
10
|
-
"empty" = "",
|
|
11
|
-
"categoryGeneric" = "MHL.categoryGeneric",
|
|
12
|
-
"categorySurvey" = "MHL.categorySurvey",
|
|
13
|
-
"categoryTaxonomicGroup" = "MHL.categoryTaxonomicGroup",
|
|
14
|
-
"categoryBirdMonitoringSchemes" = "MHL.categoryBirdMonitoringSchemes",
|
|
15
|
-
"categoryCitizenScience" = "MHL.categoryCitizenScience",
|
|
16
|
-
"categoryBiomonCompleteLists" = "MHL.categoryBiomonCompleteLists"
|
|
17
|
-
}
|
|
18
|
-
export enum LanguageEnum {
|
|
19
|
-
"empty" = "",
|
|
20
|
-
"en" = "en",
|
|
21
|
-
"fi" = "fi",
|
|
22
|
-
"sv" = "sv"
|
|
23
|
-
}
|
|
24
|
-
export enum LanguageEnum1 {
|
|
25
|
-
"empty" = "",
|
|
26
|
-
"en" = "en",
|
|
27
|
-
"fi" = "fi",
|
|
28
|
-
"sv" = "sv"
|
|
29
|
-
}
|
|
30
12
|
export class Form {
|
|
31
13
|
"@context"?: string;
|
|
32
14
|
id?: string;
|
|
@@ -1,38 +1,18 @@
|
|
|
1
1
|
import { FormFooter } from './index.dto';
|
|
2
2
|
import { FormNamedPlaceOptions } from './index.dto';
|
|
3
3
|
import { Document } from './index.dto';
|
|
4
|
+
import { PrintTypeEnum } from './index.dto';
|
|
5
|
+
import { RestrictAccessEnum } from './index.dto';
|
|
6
|
+
import { ResultServiceTypeEnum } from './index.dto';
|
|
4
7
|
import { FormSeason } from './index.dto';
|
|
8
|
+
import { ViewerTypeEnum } from './index.dto';
|
|
9
|
+
|
|
5
10
|
/* tslint:disable */
|
|
6
11
|
/*
|
|
7
12
|
* This file was automatically generated.
|
|
8
13
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
9
14
|
* and run the command to regenerate this file.
|
|
10
15
|
*/
|
|
11
|
-
export enum PrintTypeEnum {
|
|
12
|
-
"empty" = "",
|
|
13
|
-
"printTypeLineTransect" = "MHL.printTypeLineTransect"
|
|
14
|
-
}
|
|
15
|
-
export enum RestrictAccessEnum {
|
|
16
|
-
"empty" = "",
|
|
17
|
-
"restrictAccessStrict" = "MHL.restrictAccessStrict",
|
|
18
|
-
"restrictAccessLoose" = "MHL.restrictAccessLoose"
|
|
19
|
-
}
|
|
20
|
-
export enum ResultServiceTypeEnum {
|
|
21
|
-
"empty" = "",
|
|
22
|
-
"resultServiceTypeLineTransect" = "MHL.resultServiceTypeLineTransect",
|
|
23
|
-
"resultServiceTypeNafi" = "MHL.resultServiceTypeNafi",
|
|
24
|
-
"resultServiceTypeBirdPointCount" = "MHL.resultServiceTypeBirdPointCount",
|
|
25
|
-
"resultServiceTypeWinterBirdCount" = "MHL.resultServiceTypeWinterBirdCount",
|
|
26
|
-
"resultServiceTypeSykeInsectProjects" = "MHL.resultServiceTypeSykeInsectProjects",
|
|
27
|
-
"resultServiceTypeInvasiveControl" = "MHL.resultServiceTypeInvasiveControl",
|
|
28
|
-
"resultServiceTypeCompleteLists" = "MHL.resultServiceTypeCompleteLists",
|
|
29
|
-
"resultServiceTypeWaterBirdCount" = "MHL.resultServiceTypeWaterBirdCount"
|
|
30
|
-
}
|
|
31
|
-
export enum ViewerTypeEnum {
|
|
32
|
-
"empty" = "",
|
|
33
|
-
"viewerTypeLineTransect" = "MHL.viewerTypeLineTransect",
|
|
34
|
-
"viewerTypeBirdPointCount" = "MHL.viewerTypeBirdPointCount"
|
|
35
|
-
}
|
|
36
16
|
export class FormOptions {
|
|
37
17
|
"@context"?: string;
|
|
38
18
|
id?: string;
|
|
@@ -1,15 +1,11 @@
|
|
|
1
|
+
import { TypeEnum } from './index.dto';
|
|
2
|
+
|
|
1
3
|
/* tslint:disable */
|
|
2
4
|
/*
|
|
3
5
|
* This file was automatically generated.
|
|
4
6
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
7
|
* and run the command to regenerate this file.
|
|
6
8
|
*/
|
|
7
|
-
export enum TypeEnum {
|
|
8
|
-
"empty" = "",
|
|
9
|
-
"typeAdmin" = "MFP.typeAdmin",
|
|
10
|
-
"typeEditor" = "MFP.typeEditor",
|
|
11
|
-
"typeAccessRequest" = "MFP.typeAccessRequest"
|
|
12
|
-
}
|
|
13
9
|
export class FormPermissionSingle {
|
|
14
10
|
"@context"?: string;
|
|
15
11
|
id?: string;
|
|
@@ -1,322 +1,27 @@
|
|
|
1
|
+
import { BatHabitatEnum } from './index.dto';
|
|
2
|
+
import { CoordinateSources } from './index.dto';
|
|
3
|
+
import { CoordinateSystems } from './index.dto';
|
|
4
|
+
import { ForestVegetationZones } from './index.dto';
|
|
1
5
|
import { GatheringFact } from './index.dto';
|
|
6
|
+
import { GatheringTypeEnum } from './index.dto';
|
|
7
|
+
import { GeoreferenceSources } from './index.dto';
|
|
8
|
+
import { HabitatEnum } from './index.dto';
|
|
9
|
+
import { HabitatAttributesEnum } from './index.dto';
|
|
10
|
+
import { InvasiveControlEffectivenessEnum } from './index.dto';
|
|
11
|
+
import { InvasiveControlMethodsEnum } from './index.dto';
|
|
12
|
+
import { MothSamplingMethodEnum } from './index.dto';
|
|
13
|
+
import { PredominantTreeEnum } from './index.dto';
|
|
14
|
+
import { SamplingMethods } from './index.dto';
|
|
2
15
|
import { TaxonCensus } from './index.dto';
|
|
16
|
+
import { PublicityRestrictionsEnum } from './index.dto';
|
|
3
17
|
import { Unit } from './index.dto';
|
|
18
|
+
|
|
4
19
|
/* tslint:disable */
|
|
5
20
|
/*
|
|
6
21
|
* This file was automatically generated.
|
|
7
22
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
8
23
|
* and run the command to regenerate this file.
|
|
9
24
|
*/
|
|
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
25
|
export class Gathering {
|
|
321
26
|
"@context"?: string;
|
|
322
27
|
id?: string;
|
|
@@ -1,67 +1,16 @@
|
|
|
1
|
+
import { ArtificialLightEnum } from './index.dto';
|
|
2
|
+
import { CloudCoverOktaEnum } from './index.dto';
|
|
1
3
|
import { CompleteList } from './index.dto';
|
|
2
4
|
import { GatheringFact } from './index.dto';
|
|
5
|
+
import { RainIntensityEnum } from './index.dto';
|
|
3
6
|
import { TaxonCensus } from './index.dto';
|
|
7
|
+
|
|
4
8
|
/* tslint:disable */
|
|
5
9
|
/*
|
|
6
10
|
* This file was automatically generated.
|
|
7
11
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
8
12
|
* and run the command to regenerate this file.
|
|
9
13
|
*/
|
|
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
14
|
export class GatheringEvent {
|
|
66
15
|
"@context"?: string;
|
|
67
16
|
id?: string;
|