@luomus/laji-schema 2.0.23 → 2.0.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dto/AdministrativeStatus.dto.ts +21 -0
- package/dist/dto/Agent.dto.ts +11 -0
- package/dist/dto/Annotation.dto.ts +80 -0
- package/dist/dto/AnnotationOccurrence.dto.ts +20 -0
- package/dist/dto/Area.dto.ts +52 -0
- package/dist/dto/Audio.dto.ts +142 -0
- package/dist/dto/BibliographicResource.dto.ts +13 -0
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +19 -0
- package/dist/dto/Branch.dto.ts +28 -0
- package/dist/dto/Checklist.dto.ts +20 -0
- package/dist/dto/ChecklistVersion.dto.ts +23 -0
- package/dist/dto/Collection.dto.ts +347 -0
- package/dist/dto/CompleteList.dto.ts +19 -0
- package/dist/dto/Concept.dto.ts +17 -0
- package/dist/dto/ContentContextDescription.dto.ts +11 -0
- package/dist/dto/DataField.dto.ts +36 -0
- package/dist/dto/Dataset.dto.ts +67 -0
- package/dist/dto/DateRange.dto.ts +13 -0
- package/dist/dto/Device.dto.ts +19 -0
- package/dist/dto/DeviceIndividual.dto.ts +27 -0
- package/dist/dto/Document.dto.ts +319 -0
- package/dist/dto/DownloadRequest.dto.ts +32 -0
- package/dist/dto/Endangerment.dto.ts +42 -0
- package/dist/dto/Event.dto.ts +85 -0
- package/dist/dto/Field.dto.ts +35 -0
- package/dist/dto/Fieldset.dto.ts +11 -0
- package/dist/dto/Form.dto.ts +70 -0
- package/dist/dto/FormFooter.dto.ts +21 -0
- package/dist/dto/FormInstructions.dto.ts +11 -0
- package/dist/dto/FormNamedPlaceOptions.dto.ts +172 -0
- package/dist/dto/FormOptions.dto.ts +232 -0
- package/dist/dto/FormPermission.dto.ts +15 -0
- package/dist/dto/FormPermissionPerson.dto.ts +15 -0
- package/dist/dto/FormPermissionSingle.dto.ts +20 -0
- package/dist/dto/FormSeason.dto.ts +19 -0
- package/dist/dto/Gathering.dto.ts +546 -0
- package/dist/dto/GatheringEvent.dto.ts +114 -0
- package/dist/dto/GatheringFact.dto.ts +329 -0
- package/dist/dto/Habitat.dto.ts +124 -0
- package/dist/dto/Identification.dto.ts +204 -0
- package/dist/dto/Image.dto.ts +147 -0
- package/dist/dto/Individual.dto.ts +59 -0
- package/dist/dto/InformalTaxonGroup.dto.ts +21 -0
- package/dist/dto/InformationSystem.dto.ts +58 -0
- package/dist/dto/IucnRedListEvaluation.dto.ts +554 -0
- package/dist/dto/IucnRedListEvaluationYear.dto.ts +13 -0
- package/dist/dto/IucnRedListTaxonGroup.dto.ts +19 -0
- package/dist/dto/Measurement.dto.ts +38 -0
- package/dist/dto/Model.dto.ts +141 -0
- package/dist/dto/Multimedia.dto.ts +11 -0
- package/dist/dto/NamedPlace.dto.ts +83 -0
- package/dist/dto/News.dto.ts +23 -0
- package/dist/dto/Notification.dto.ts +24 -0
- package/dist/dto/Occurrence.dto.ts +65 -0
- package/dist/dto/Organization.dto.ts +136 -0
- package/dist/dto/Pdf.dto.ts +61 -0
- package/dist/dto/Permit.dto.ts +36 -0
- package/dist/dto/Person.dto.ts +80 -0
- package/dist/dto/Pinkka.dto.ts +11 -0
- package/dist/dto/Preparation.dto.ts +70 -0
- package/dist/dto/Profile.dto.ts +43 -0
- package/dist/dto/Publication.dto.ts +17 -0
- package/dist/dto/RegionalStatus.dto.ts +60 -0
- package/dist/dto/Reserve.dto.ts +13 -0
- package/dist/dto/Sample.dto.ts +246 -0
- package/dist/dto/SatelliteTrackingProject.dto.ts +22 -0
- package/dist/dto/SpecimenTransaction.dto.ts +234 -0
- package/dist/dto/SpecimenTransactionEvent.dto.ts +19 -0
- package/dist/dto/SubUnit.dto.ts +31 -0
- package/dist/dto/Tag.dto.ts +50 -0
- package/dist/dto/Taxon.dto.ts +600 -0
- package/dist/dto/TaxonCensus.dto.ts +44 -0
- package/dist/dto/TaxonConcept.dto.ts +15 -0
- package/dist/dto/TaxonGroupIucnEditors.dto.ts +13 -0
- package/dist/dto/TaxonInteraction.dto.ts +75 -0
- package/dist/dto/TaxonSet.dto.ts +11 -0
- package/dist/dto/Trait.dto.ts +20 -0
- package/dist/dto/TraitEnumValue.dto.ts +16 -0
- package/dist/dto/TraitGroup.dto.ts +13 -0
- package/dist/dto/Transaction.dto.ts +249 -0
- package/dist/dto/TransactionEvent.dto.ts +32 -0
- package/dist/dto/TransactionItem.dto.ts +29 -0
- package/dist/dto/Translation.dto.ts +20 -0
- package/dist/dto/TypeSpecimen.dto.ts +108 -0
- package/dist/dto/Unit.dto.ts +831 -0
- package/dist/dto/UnitFact.dto.ts +126 -0
- package/dist/dto/UnitGathering.dto.ts +25 -0
- package/dist/dto/UnitOfMeasurement.dto.ts +19 -0
- package/dist/dto/Validator.dto.ts +11 -0
- package/dist/dto/Video.dto.ts +139 -0
- package/dist/dto/index.dto.ts +181 -0
- package/dist/types/classes/Audio.d.ts +2 -0
- package/dist/types/classes/DataField.d.ts +1 -0
- package/dist/types/classes/Image.d.ts +1 -0
- package/dist/types/classes/InformationSystem.d.ts +4 -0
- package/dist/types/classes/Model.d.ts +1 -0
- package/dist/types/classes/TraitEnumValue.d.ts +1 -0
- package/dist/types/classes/Video.d.ts +1 -0
- package/dist/types/models/Audio.d.ts +2 -0
- package/dist/types/models/DataField.d.ts +1 -0
- package/dist/types/models/Image.d.ts +1 -0
- package/dist/types/models/InformationSystem.d.ts +4 -0
- package/dist/types/models/Model.d.ts +1 -0
- package/dist/types/models/TraitEnumValue.d.ts +1 -0
- package/dist/types/models/Video.d.ts +1 -0
- package/package.json +6 -2
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export enum GlowWormMicrohabitatEnum {
|
|
8
|
+
"empty" = "",
|
|
9
|
+
"glowWormMicrohabitatEnum1" = "MY.glowWormMicrohabitatEnum1",
|
|
10
|
+
"glowWormMicrohabitatEnum2" = "MY.glowWormMicrohabitatEnum2",
|
|
11
|
+
"glowWormMicrohabitatEnum3" = "MY.glowWormMicrohabitatEnum3",
|
|
12
|
+
"glowWormMicrohabitatEnum4" = "MY.glowWormMicrohabitatEnum4",
|
|
13
|
+
"glowWormMicrohabitatEnum5" = "MY.glowWormMicrohabitatEnum5",
|
|
14
|
+
"glowWormMicrohabitatEnum6" = "MY.glowWormMicrohabitatEnum6",
|
|
15
|
+
"glowWormMicrohabitatEnumOther" = "MY.glowWormMicrohabitatEnumOther"
|
|
16
|
+
}
|
|
17
|
+
export enum LineTransectObsTypeEnum {
|
|
18
|
+
"empty" = "",
|
|
19
|
+
"lineTransectObsTypeSong" = "MY.lineTransectObsTypeSong",
|
|
20
|
+
"lineTransectObsTypeOtherSound" = "MY.lineTransectObsTypeOtherSound",
|
|
21
|
+
"lineTransectObsTypeSeen" = "MY.lineTransectObsTypeSeen",
|
|
22
|
+
"lineTransectObsTypeSeenMale" = "MY.lineTransectObsTypeSeenMale",
|
|
23
|
+
"lineTransectObsTypeSeenFemale" = "MY.lineTransectObsTypeSeenFemale",
|
|
24
|
+
"lineTransectObsTypeFlyingOverhead" = "MY.lineTransectObsTypeFlyingOverhead",
|
|
25
|
+
"lineTransectObsTypeFlock" = "MY.lineTransectObsTypeFlock",
|
|
26
|
+
"lineTransectObsTypeFlockFlyingOverhead" = "MY.lineTransectObsTypeFlockFlyingOverhead",
|
|
27
|
+
"lineTransectObsTypeSeenPair" = "MY.lineTransectObsTypeSeenPair",
|
|
28
|
+
"lineTransectObsTypeSeenBrood" = "MY.lineTransectObsTypeSeenBrood",
|
|
29
|
+
"lineTransectObsTypeSeenNest" = "MY.lineTransectObsTypeSeenNest",
|
|
30
|
+
"lineTransectObsTypeUnknown" = "MY.lineTransectObsTypeUnknown"
|
|
31
|
+
}
|
|
32
|
+
export enum LineTransectRouteFieldTypeEnum {
|
|
33
|
+
"empty" = "",
|
|
34
|
+
"lineTransectRouteFieldTypeInner" = "MY.lineTransectRouteFieldTypeInner",
|
|
35
|
+
"lineTransectRouteFieldTypeOuter" = "MY.lineTransectRouteFieldTypeOuter"
|
|
36
|
+
}
|
|
37
|
+
export enum LolifeDroppingsCountEnum {
|
|
38
|
+
"empty" = "",
|
|
39
|
+
"lolifeDroppingsCount0" = "MY.lolifeDroppingsCount0",
|
|
40
|
+
"lolifeDroppingsCount1" = "MY.lolifeDroppingsCount1",
|
|
41
|
+
"lolifeDroppingsCount2" = "MY.lolifeDroppingsCount2",
|
|
42
|
+
"lolifeDroppingsCount25" = "MY.lolifeDroppingsCount25",
|
|
43
|
+
"lolifeDroppingsCount3" = "MY.lolifeDroppingsCount3",
|
|
44
|
+
"lolifeDroppingsCount4" = "MY.lolifeDroppingsCount4"
|
|
45
|
+
}
|
|
46
|
+
export enum LolifeDroppingsQualityEnum {
|
|
47
|
+
"empty" = "",
|
|
48
|
+
"lolifeDroppingsQuality1" = "MY.lolifeDroppingsQuality1",
|
|
49
|
+
"lolifeDroppingsQuality2" = "MY.lolifeDroppingsQuality2"
|
|
50
|
+
}
|
|
51
|
+
export enum LolifeDroppingsTypeEnum {
|
|
52
|
+
"empty" = "",
|
|
53
|
+
"lolifeDroppingsTypeRock" = "MY.lolifeDroppingsTypeRock",
|
|
54
|
+
"lolifeDroppingsTypeTree" = "MY.lolifeDroppingsTypeTree",
|
|
55
|
+
"lolifeDroppingsTypeTreeGroup" = "MY.lolifeDroppingsTypeTreeGroup",
|
|
56
|
+
"lolifeDroppingsTypeOther" = "MY.lolifeDroppingsTypeOther"
|
|
57
|
+
}
|
|
58
|
+
export enum LolifeNestTreeEnum {
|
|
59
|
+
"empty" = "",
|
|
60
|
+
"MX.38590" = "MX.38590",
|
|
61
|
+
"MX.37812" = "MX.37812",
|
|
62
|
+
"MX.37999" = "MX.37999",
|
|
63
|
+
"MX.37993" = "MX.37993",
|
|
64
|
+
"MX.38010" = "MX.38010",
|
|
65
|
+
"MX.38008" = "MX.38008",
|
|
66
|
+
"lolifeNestTreeOther" = "MY.lolifeNestTreeOther"
|
|
67
|
+
}
|
|
68
|
+
export enum WaterbirdFemaleEnum {
|
|
69
|
+
"empty" = "",
|
|
70
|
+
"waterbirdFemaleEnumYes" = "MY.waterbirdFemaleEnumYes",
|
|
71
|
+
"waterbirdFemaleEnumNo" = "MY.waterbirdFemaleEnumNo",
|
|
72
|
+
"waterbirdFemaleEnumLonelyPanicking" = "MY.waterbirdFemaleEnumLonelyPanicking"
|
|
73
|
+
}
|
|
74
|
+
export enum WaterbirdJuvenileAgeClassEnum {
|
|
75
|
+
"empty" = "",
|
|
76
|
+
"waterbirdJuvenileAgeClassIa" = "MY.waterbirdJuvenileAgeClassIa",
|
|
77
|
+
"waterbirdJuvenileAgeClassIb" = "MY.waterbirdJuvenileAgeClassIb",
|
|
78
|
+
"waterbirdJuvenileAgeClassIc" = "MY.waterbirdJuvenileAgeClassIc",
|
|
79
|
+
"waterbirdJuvenileAgeClassIIa" = "MY.waterbirdJuvenileAgeClassIIa",
|
|
80
|
+
"waterbirdJuvenileAgeClassIIb" = "MY.waterbirdJuvenileAgeClassIIb",
|
|
81
|
+
"waterbirdJuvenileAgeClassIIc" = "MY.waterbirdJuvenileAgeClassIIc",
|
|
82
|
+
"waterbirdJuvenileAgeClassIIIa" = "MY.waterbirdJuvenileAgeClassIIIa",
|
|
83
|
+
"waterbirdJuvenileAgeClassUnknown" = "MY.waterbirdJuvenileAgeClassUnknown"
|
|
84
|
+
}
|
|
85
|
+
export enum WaterbirdPairCountOpinionReasoningEnum {
|
|
86
|
+
"empty" = "",
|
|
87
|
+
"waterbirdPairCountOpinionReasoningEnum1" = "MY.waterbirdPairCountOpinionReasoningEnum1",
|
|
88
|
+
"waterbirdPairCountOpinionReasoningEnum2" = "MY.waterbirdPairCountOpinionReasoningEnum2",
|
|
89
|
+
"waterbirdPairCountOpinionReasoningEnum3" = "MY.waterbirdPairCountOpinionReasoningEnum3",
|
|
90
|
+
"waterbirdPairCountOpinionReasoningEnumOther" = "MY.waterbirdPairCountOpinionReasoningEnumOther"
|
|
91
|
+
}
|
|
92
|
+
export class UnitFact {
|
|
93
|
+
"@context"?: string;
|
|
94
|
+
id?: string;
|
|
95
|
+
"@type"?: string;
|
|
96
|
+
adultIndividualCount?: number;
|
|
97
|
+
autocompleteSelectedTaxonID?: string;
|
|
98
|
+
glowWormMicrohabitat?: GlowWormMicrohabitatEnum;
|
|
99
|
+
individualCountFlock?: number;
|
|
100
|
+
individualCountInner?: number;
|
|
101
|
+
individualCountOuter?: number;
|
|
102
|
+
juvenileIndividualCount?: number;
|
|
103
|
+
lineTransectObsType?: LineTransectObsTypeEnum;
|
|
104
|
+
lineTransectRouteFieldType?: LineTransectRouteFieldTypeEnum;
|
|
105
|
+
lolifeDroppingsCount?: LolifeDroppingsCountEnum;
|
|
106
|
+
lolifeDroppingsQuality?: LolifeDroppingsQualityEnum;
|
|
107
|
+
lolifeDroppingsType?: LolifeDroppingsTypeEnum;
|
|
108
|
+
lolifeNestTree?: LolifeNestTreeEnum;
|
|
109
|
+
pairCountInner?: number;
|
|
110
|
+
pairCountOuter?: number;
|
|
111
|
+
pointCountFlock?: string;
|
|
112
|
+
runningWaterInVicinity?: boolean;
|
|
113
|
+
waterbirdFemale?: WaterbirdFemaleEnum;
|
|
114
|
+
waterbirdJuvenileAgeClass?: WaterbirdJuvenileAgeClassEnum;
|
|
115
|
+
waterbirdJuvenileCountAccurate?: boolean;
|
|
116
|
+
waterbirdObserverOpinionSelectedCensus?: boolean;
|
|
117
|
+
waterbirdPairCountOpinionReasoning?: WaterbirdPairCountOpinionReasoningEnum;
|
|
118
|
+
individualCountBiotopeA?: number;
|
|
119
|
+
individualCountBiotopeB?: number;
|
|
120
|
+
individualCountBiotopeC?: number;
|
|
121
|
+
individualCountBiotopeD?: number;
|
|
122
|
+
individualCountBiotopeE?: number;
|
|
123
|
+
individualCountBiotopeF?: number;
|
|
124
|
+
individualCountBiotopeG?: number;
|
|
125
|
+
individualCountBiotopeH?: number;
|
|
126
|
+
}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export class UnitGathering {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
dateBegin?: string;
|
|
12
|
+
dateEnd?: string;
|
|
13
|
+
geometry?: {
|
|
14
|
+
[k: string]: unknown | undefined;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* Informal description of the habitat.
|
|
18
|
+
*/
|
|
19
|
+
habitatDescription?: string;
|
|
20
|
+
habitatIUCN?: string;
|
|
21
|
+
/**
|
|
22
|
+
* Type of substrate or name of substrate species.
|
|
23
|
+
*/
|
|
24
|
+
substrate?: string;
|
|
25
|
+
}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export class UnitOfMeasurement {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
baseConversion: number;
|
|
12
|
+
baseUnit?: string;
|
|
13
|
+
isBaseUnit: boolean;
|
|
14
|
+
"rdfs:label"?: {
|
|
15
|
+
en?: string[];
|
|
16
|
+
fi?: string[];
|
|
17
|
+
sv?: string[];
|
|
18
|
+
};
|
|
19
|
+
}
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export class Validator {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
/* tslint:disable */
|
|
2
|
+
/*
|
|
3
|
+
* This file was automatically generated.
|
|
4
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
|
+
* and run the command to regenerate this file.
|
|
6
|
+
*/
|
|
7
|
+
export enum TypeEnum {
|
|
8
|
+
"empty" = "",
|
|
9
|
+
"typeEnumLive" = "MM.typeEnumLive",
|
|
10
|
+
"typeEnumSpecimen" = "MM.typeEnumSpecimen",
|
|
11
|
+
"typeEnumGenitalia" = "MM.typeEnumGenitalia",
|
|
12
|
+
"typeEnumMicroscopy" = "MM.typeEnumMicroscopy",
|
|
13
|
+
"typeEnumCarcass" = "MM.typeEnumCarcass",
|
|
14
|
+
"typeEnumSkeletal" = "MM.typeEnumSkeletal",
|
|
15
|
+
"typeEnumHabitat" = "MM.typeEnumHabitat",
|
|
16
|
+
"typeEnumLabel" = "MM.typeEnumLabel"
|
|
17
|
+
}
|
|
18
|
+
export enum LifeStages {
|
|
19
|
+
"empty" = "",
|
|
20
|
+
"lifeStageEgg" = "MY.lifeStageEgg",
|
|
21
|
+
"lifeStageLarva" = "MY.lifeStageLarva",
|
|
22
|
+
"lifeStagePupa" = "MY.lifeStagePupa",
|
|
23
|
+
"lifeStageJuvenile" = "MY.lifeStageJuvenile",
|
|
24
|
+
"lifeStageNymph" = "MY.lifeStageNymph",
|
|
25
|
+
"lifeStageSubimago" = "MY.lifeStageSubimago",
|
|
26
|
+
"lifeStageImmature" = "MY.lifeStageImmature",
|
|
27
|
+
"lifeStageAdult" = "MY.lifeStageAdult",
|
|
28
|
+
"lifeStageFertile" = "MY.lifeStageFertile",
|
|
29
|
+
"lifeStageSterile" = "MY.lifeStageSterile",
|
|
30
|
+
"lifeStageTadpole" = "MY.lifeStageTadpole",
|
|
31
|
+
"lifeStageEmbryo" = "MY.lifeStageEmbryo",
|
|
32
|
+
"lifeStageSubadult" = "MY.lifeStageSubadult",
|
|
33
|
+
"lifeStageMature" = "MY.lifeStageMature",
|
|
34
|
+
"lifeStagePullus" = "MY.lifeStagePullus",
|
|
35
|
+
"lifeStageHatchedEgg" = "MY.lifeStageHatchedEgg",
|
|
36
|
+
"lifeStageHatchedPupa" = "MY.lifeStageHatchedPupa",
|
|
37
|
+
"lifeStageGall" = "MY.lifeStageGall",
|
|
38
|
+
"lifeStageMarks" = "MY.lifeStageMarks",
|
|
39
|
+
"lifeStageTriungulin" = "MY.lifeStageTriungulin"
|
|
40
|
+
}
|
|
41
|
+
export enum PlantLifeStageEnum {
|
|
42
|
+
"empty" = "",
|
|
43
|
+
"plantLifeStageSterile" = "MY.plantLifeStageSterile",
|
|
44
|
+
"plantLifeStageFertile" = "MY.plantLifeStageFertile",
|
|
45
|
+
"plantLifeStageSeed" = "MY.plantLifeStageSeed",
|
|
46
|
+
"plantLifeStageSprout" = "MY.plantLifeStageSprout",
|
|
47
|
+
"plantLifeStageBud" = "MY.plantLifeStageBud",
|
|
48
|
+
"plantLifeStageFlower" = "MY.plantLifeStageFlower",
|
|
49
|
+
"plantLifeStageWitheredFlower" = "MY.plantLifeStageWitheredFlower",
|
|
50
|
+
"plantLifeStageRipeningFruit" = "MY.plantLifeStageRipeningFruit",
|
|
51
|
+
"plantLifeStageRipeFruit" = "MY.plantLifeStageRipeFruit",
|
|
52
|
+
"plantLifeStageDeadSprout" = "MY.plantLifeStageDeadSprout",
|
|
53
|
+
"plantLifeStageSubterranean" = "MY.plantLifeStageSubterranean"
|
|
54
|
+
}
|
|
55
|
+
export enum Sexes {
|
|
56
|
+
"empty" = "",
|
|
57
|
+
"sexM" = "MY.sexM",
|
|
58
|
+
"sexF" = "MY.sexF",
|
|
59
|
+
"sexW" = "MY.sexW",
|
|
60
|
+
"sexU" = "MY.sexU",
|
|
61
|
+
"sexN" = "MY.sexN",
|
|
62
|
+
"sexX" = "MY.sexX",
|
|
63
|
+
"sexE" = "MY.sexE",
|
|
64
|
+
"sexC" = "MY.sexC"
|
|
65
|
+
}
|
|
66
|
+
export enum IntellectualRightsEnum {
|
|
67
|
+
"intellectualRightsCC-BY-SA-4.0" = "MZ.intellectualRightsCC-BY-SA-4.0",
|
|
68
|
+
"intellectualRightsCC-BY-NC-4.0" = "MZ.intellectualRightsCC-BY-NC-4.0",
|
|
69
|
+
"intellectualRightsCC-BY-NC-SA-4.0" = "MZ.intellectualRightsCC-BY-NC-SA-4.0",
|
|
70
|
+
"intellectualRightsCC-BY-4.0" = "MZ.intellectualRightsCC-BY-4.0",
|
|
71
|
+
"intellectualRightsCC0-4.0" = "MZ.intellectualRightsCC0-4.0",
|
|
72
|
+
"intellectualRightsODBL-1.0" = "MZ.intellectualRightsODBL-1.0",
|
|
73
|
+
"intellectualRightsPD" = "MZ.intellectualRightsPD",
|
|
74
|
+
"intellectualRightsARR" = "MZ.intellectualRightsARR",
|
|
75
|
+
"intellectualRightsCC-BY-2.0" = "MZ.intellectualRightsCC-BY-2.0",
|
|
76
|
+
"intellectualRightsCC-BY-SA-2.0" = "MZ.intellectualRightsCC-BY-SA-2.0",
|
|
77
|
+
"intellectualRightsCC-BY-SA-2.0-DE" = "MZ.intellectualRightsCC-BY-SA-2.0-DE",
|
|
78
|
+
"intellectualRightsCC-BY-NC-2.0" = "MZ.intellectualRightsCC-BY-NC-2.0",
|
|
79
|
+
"intellectualRightsCC-BY-NC-SA-2.0" = "MZ.intellectualRightsCC-BY-NC-SA-2.0",
|
|
80
|
+
"intellectualRightsCC-BY-NC-ND-2.0" = "MZ.intellectualRightsCC-BY-NC-ND-2.0",
|
|
81
|
+
"intellectualRightsCC-BY-SA-2.5" = "MZ.intellectualRightsCC-BY-SA-2.5",
|
|
82
|
+
"intellectualRightsCC-BY-SA-2.5-SE" = "MZ.intellectualRightsCC-BY-SA-2.5-SE",
|
|
83
|
+
"intellectualRightsCC-BY-3.0" = "MZ.intellectualRightsCC-BY-3.0",
|
|
84
|
+
"intellectualRightsCC-BY-SA-3.0" = "MZ.intellectualRightsCC-BY-SA-3.0",
|
|
85
|
+
"intellectualRightsCC-BY-NC-SA-3.0" = "MZ.intellectualRightsCC-BY-NC-SA-3.0",
|
|
86
|
+
"intellectualRightsCC-BY-ND-4.0" = "MZ.intellectualRightsCC-BY-ND-4.0",
|
|
87
|
+
"intellectualRightsCC-BY-NC-ND-4.0" = "MZ.intellectualRightsCC-BY-NC-ND-4.0",
|
|
88
|
+
"intellectualRightsCC-BY" = "MY.intellectualRightsCC-BY",
|
|
89
|
+
"intellectualRightsCC0" = "MY.intellectualRightsCC0"
|
|
90
|
+
}
|
|
91
|
+
export enum PublicityRestrictionsEnum {
|
|
92
|
+
"empty" = "",
|
|
93
|
+
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
94
|
+
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
95
|
+
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
96
|
+
}
|
|
97
|
+
export class Video {
|
|
98
|
+
"@context"?: string;
|
|
99
|
+
id?: string;
|
|
100
|
+
"@type"?: string;
|
|
101
|
+
"herbo:sortOrder"?: number;
|
|
102
|
+
caption?: string;
|
|
103
|
+
captureDateTime?: string;
|
|
104
|
+
capturerVerbatim?: string[];
|
|
105
|
+
documentURI?: string[];
|
|
106
|
+
fullResolutionMediaAvailable?: boolean;
|
|
107
|
+
keyword?: string[];
|
|
108
|
+
originalFilename?: string;
|
|
109
|
+
primaryForTaxon?: string[];
|
|
110
|
+
sourceSystem: string;
|
|
111
|
+
taxonDescriptionCaption?: {
|
|
112
|
+
en?: string;
|
|
113
|
+
fi?: string;
|
|
114
|
+
sv?: string;
|
|
115
|
+
};
|
|
116
|
+
taxonURI?: string[];
|
|
117
|
+
taxonVerbatim?: string[];
|
|
118
|
+
thumbnailURL: string;
|
|
119
|
+
type?: TypeEnum;
|
|
120
|
+
uploadDateTime?: string;
|
|
121
|
+
uploadedBy?: string;
|
|
122
|
+
videoURL: string;
|
|
123
|
+
/**
|
|
124
|
+
* 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.
|
|
125
|
+
*/
|
|
126
|
+
lifeStage?: LifeStages;
|
|
127
|
+
plantLifeStage?: PlantLifeStageEnum;
|
|
128
|
+
/**
|
|
129
|
+
* Sex of the individual(s)
|
|
130
|
+
*/
|
|
131
|
+
sex?: Sexes;
|
|
132
|
+
intellectualOwner: string;
|
|
133
|
+
intellectualRights: IntellectualRightsEnum;
|
|
134
|
+
/**
|
|
135
|
+
* 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.
|
|
136
|
+
*/
|
|
137
|
+
publicityRestrictions?: PublicityRestrictionsEnum;
|
|
138
|
+
sortOrder?: number;
|
|
139
|
+
}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
|
|
2
|
+
import { BibliographicResource } from './BibliographicResource.dto'
|
|
3
|
+
export type { BibliographicResource }
|
|
4
|
+
import { Concept } from './Concept.dto'
|
|
5
|
+
export type { Concept }
|
|
6
|
+
import { Pinkka } from './Pinkka.dto'
|
|
7
|
+
export type { Pinkka }
|
|
8
|
+
import { AdministrativeStatus } from './AdministrativeStatus.dto'
|
|
9
|
+
export type { AdministrativeStatus }
|
|
10
|
+
import { Agent } from './Agent.dto'
|
|
11
|
+
export type { Agent }
|
|
12
|
+
import { Annotation } from './Annotation.dto'
|
|
13
|
+
export type { Annotation }
|
|
14
|
+
import { AnnotationOccurrence } from './AnnotationOccurrence.dto'
|
|
15
|
+
export type { AnnotationOccurrence }
|
|
16
|
+
import { Area } from './Area.dto'
|
|
17
|
+
export type { Area }
|
|
18
|
+
import { Audio } from './Audio.dto'
|
|
19
|
+
export type { Audio }
|
|
20
|
+
import { BirdSongRecognitionSkillLevel } from './BirdSongRecognitionSkillLevel.dto'
|
|
21
|
+
export type { BirdSongRecognitionSkillLevel }
|
|
22
|
+
import { Branch } from './Branch.dto'
|
|
23
|
+
export type { Branch }
|
|
24
|
+
import { Checklist } from './Checklist.dto'
|
|
25
|
+
export type { Checklist }
|
|
26
|
+
import { ChecklistVersion } from './ChecklistVersion.dto'
|
|
27
|
+
export type { ChecklistVersion }
|
|
28
|
+
import { Collection } from './Collection.dto'
|
|
29
|
+
export type { Collection }
|
|
30
|
+
import { CompleteList } from './CompleteList.dto'
|
|
31
|
+
export type { CompleteList }
|
|
32
|
+
import { ContentContextDescription } from './ContentContextDescription.dto'
|
|
33
|
+
export type { ContentContextDescription }
|
|
34
|
+
import { DataField } from './DataField.dto'
|
|
35
|
+
export type { DataField }
|
|
36
|
+
import { Dataset } from './Dataset.dto'
|
|
37
|
+
export type { Dataset }
|
|
38
|
+
import { DateRange } from './DateRange.dto'
|
|
39
|
+
export type { DateRange }
|
|
40
|
+
import { Device } from './Device.dto'
|
|
41
|
+
export type { Device }
|
|
42
|
+
import { DeviceIndividual } from './DeviceIndividual.dto'
|
|
43
|
+
export type { DeviceIndividual }
|
|
44
|
+
import { Document } from './Document.dto'
|
|
45
|
+
export type { Document }
|
|
46
|
+
import { DownloadRequest } from './DownloadRequest.dto'
|
|
47
|
+
export type { DownloadRequest }
|
|
48
|
+
import { Endangerment } from './Endangerment.dto'
|
|
49
|
+
export type { Endangerment }
|
|
50
|
+
import { Event } from './Event.dto'
|
|
51
|
+
export type { Event }
|
|
52
|
+
import { Field } from './Field.dto'
|
|
53
|
+
export type { Field }
|
|
54
|
+
import { Fieldset } from './Fieldset.dto'
|
|
55
|
+
export type { Fieldset }
|
|
56
|
+
import { Form } from './Form.dto'
|
|
57
|
+
export type { Form }
|
|
58
|
+
import { FormFooter } from './FormFooter.dto'
|
|
59
|
+
export type { FormFooter }
|
|
60
|
+
import { FormInstructions } from './FormInstructions.dto'
|
|
61
|
+
export type { FormInstructions }
|
|
62
|
+
import { FormNamedPlaceOptions } from './FormNamedPlaceOptions.dto'
|
|
63
|
+
export type { FormNamedPlaceOptions }
|
|
64
|
+
import { FormOptions } from './FormOptions.dto'
|
|
65
|
+
export type { FormOptions }
|
|
66
|
+
import { FormPermission } from './FormPermission.dto'
|
|
67
|
+
export type { FormPermission }
|
|
68
|
+
import { FormPermissionPerson } from './FormPermissionPerson.dto'
|
|
69
|
+
export type { FormPermissionPerson }
|
|
70
|
+
import { FormPermissionSingle } from './FormPermissionSingle.dto'
|
|
71
|
+
export type { FormPermissionSingle }
|
|
72
|
+
import { FormSeason } from './FormSeason.dto'
|
|
73
|
+
export type { FormSeason }
|
|
74
|
+
import { Gathering } from './Gathering.dto'
|
|
75
|
+
export type { Gathering }
|
|
76
|
+
import { GatheringEvent } from './GatheringEvent.dto'
|
|
77
|
+
export type { GatheringEvent }
|
|
78
|
+
import { GatheringFact } from './GatheringFact.dto'
|
|
79
|
+
export type { GatheringFact }
|
|
80
|
+
import { Habitat } from './Habitat.dto'
|
|
81
|
+
export type { Habitat }
|
|
82
|
+
import { Identification } from './Identification.dto'
|
|
83
|
+
export type { Identification }
|
|
84
|
+
import { Image } from './Image.dto'
|
|
85
|
+
export type { Image }
|
|
86
|
+
import { Individual } from './Individual.dto'
|
|
87
|
+
export type { Individual }
|
|
88
|
+
import { InformalTaxonGroup } from './InformalTaxonGroup.dto'
|
|
89
|
+
export type { InformalTaxonGroup }
|
|
90
|
+
import { InformationSystem } from './InformationSystem.dto'
|
|
91
|
+
export type { InformationSystem }
|
|
92
|
+
import { IucnRedListEvaluation } from './IucnRedListEvaluation.dto'
|
|
93
|
+
export type { IucnRedListEvaluation }
|
|
94
|
+
import { IucnRedListEvaluationYear } from './IucnRedListEvaluationYear.dto'
|
|
95
|
+
export type { IucnRedListEvaluationYear }
|
|
96
|
+
import { IucnRedListTaxonGroup } from './IucnRedListTaxonGroup.dto'
|
|
97
|
+
export type { IucnRedListTaxonGroup }
|
|
98
|
+
import { Measurement } from './Measurement.dto'
|
|
99
|
+
export type { Measurement }
|
|
100
|
+
import { Model } from './Model.dto'
|
|
101
|
+
export type { Model }
|
|
102
|
+
import { Multimedia } from './Multimedia.dto'
|
|
103
|
+
export type { Multimedia }
|
|
104
|
+
import { NamedPlace } from './NamedPlace.dto'
|
|
105
|
+
export type { NamedPlace }
|
|
106
|
+
import { News } from './News.dto'
|
|
107
|
+
export type { News }
|
|
108
|
+
import { Notification } from './Notification.dto'
|
|
109
|
+
export type { Notification }
|
|
110
|
+
import { Occurrence } from './Occurrence.dto'
|
|
111
|
+
export type { Occurrence }
|
|
112
|
+
import { Organization } from './Organization.dto'
|
|
113
|
+
export type { Organization }
|
|
114
|
+
import { Pdf } from './Pdf.dto'
|
|
115
|
+
export type { Pdf }
|
|
116
|
+
import { Permit } from './Permit.dto'
|
|
117
|
+
export type { Permit }
|
|
118
|
+
import { Person } from './Person.dto'
|
|
119
|
+
export type { Person }
|
|
120
|
+
import { Preparation } from './Preparation.dto'
|
|
121
|
+
export type { Preparation }
|
|
122
|
+
import { Profile } from './Profile.dto'
|
|
123
|
+
export type { Profile }
|
|
124
|
+
import { Publication } from './Publication.dto'
|
|
125
|
+
export type { Publication }
|
|
126
|
+
import { RegionalStatus } from './RegionalStatus.dto'
|
|
127
|
+
export type { RegionalStatus }
|
|
128
|
+
import { Reserve } from './Reserve.dto'
|
|
129
|
+
export type { Reserve }
|
|
130
|
+
import { Sample } from './Sample.dto'
|
|
131
|
+
export type { Sample }
|
|
132
|
+
import { SatelliteTrackingProject } from './SatelliteTrackingProject.dto'
|
|
133
|
+
export type { SatelliteTrackingProject }
|
|
134
|
+
import { SpecimenTransaction } from './SpecimenTransaction.dto'
|
|
135
|
+
export type { SpecimenTransaction }
|
|
136
|
+
import { SpecimenTransactionEvent } from './SpecimenTransactionEvent.dto'
|
|
137
|
+
export type { SpecimenTransactionEvent }
|
|
138
|
+
import { SubUnit } from './SubUnit.dto'
|
|
139
|
+
export type { SubUnit }
|
|
140
|
+
import { Tag } from './Tag.dto'
|
|
141
|
+
export type { Tag }
|
|
142
|
+
import { Taxon } from './Taxon.dto'
|
|
143
|
+
export type { Taxon }
|
|
144
|
+
import { TaxonCensus } from './TaxonCensus.dto'
|
|
145
|
+
export type { TaxonCensus }
|
|
146
|
+
import { TaxonConcept } from './TaxonConcept.dto'
|
|
147
|
+
export type { TaxonConcept }
|
|
148
|
+
import { TaxonGroupIucnEditors } from './TaxonGroupIucnEditors.dto'
|
|
149
|
+
export type { TaxonGroupIucnEditors }
|
|
150
|
+
import { TaxonInteraction } from './TaxonInteraction.dto'
|
|
151
|
+
export type { TaxonInteraction }
|
|
152
|
+
import { TaxonSet } from './TaxonSet.dto'
|
|
153
|
+
export type { TaxonSet }
|
|
154
|
+
import { Trait } from './Trait.dto'
|
|
155
|
+
export type { Trait }
|
|
156
|
+
import { TraitEnumValue } from './TraitEnumValue.dto'
|
|
157
|
+
export type { TraitEnumValue }
|
|
158
|
+
import { TraitGroup } from './TraitGroup.dto'
|
|
159
|
+
export type { TraitGroup }
|
|
160
|
+
import { Transaction } from './Transaction.dto'
|
|
161
|
+
export type { Transaction }
|
|
162
|
+
import { TransactionEvent } from './TransactionEvent.dto'
|
|
163
|
+
export type { TransactionEvent }
|
|
164
|
+
import { TransactionItem } from './TransactionItem.dto'
|
|
165
|
+
export type { TransactionItem }
|
|
166
|
+
import { Translation } from './Translation.dto'
|
|
167
|
+
export type { Translation }
|
|
168
|
+
import { TypeSpecimen } from './TypeSpecimen.dto'
|
|
169
|
+
export type { TypeSpecimen }
|
|
170
|
+
import { Unit } from './Unit.dto'
|
|
171
|
+
export type { Unit }
|
|
172
|
+
import { UnitFact } from './UnitFact.dto'
|
|
173
|
+
export type { UnitFact }
|
|
174
|
+
import { UnitGathering } from './UnitGathering.dto'
|
|
175
|
+
export type { UnitGathering }
|
|
176
|
+
import { UnitOfMeasurement } from './UnitOfMeasurement.dto'
|
|
177
|
+
export type { UnitOfMeasurement }
|
|
178
|
+
import { Validator } from './Validator.dto'
|
|
179
|
+
export type { Validator }
|
|
180
|
+
import { Video } from './Video.dto'
|
|
181
|
+
export type { Video }
|
|
@@ -92,10 +92,12 @@ export declare class Audio {
|
|
|
92
92
|
"@context"?: string;
|
|
93
93
|
id?: string;
|
|
94
94
|
"@type"?: string;
|
|
95
|
+
"herbo:sortOrder"?: number;
|
|
95
96
|
caption?: string;
|
|
96
97
|
captureDateTime?: string;
|
|
97
98
|
capturerVerbatim?: string[];
|
|
98
99
|
documentURI?: string[];
|
|
100
|
+
flacURL?: string;
|
|
99
101
|
fullResolutionMediaAvailable?: boolean;
|
|
100
102
|
fullURL: string;
|
|
101
103
|
keyword?: string[];
|
|
@@ -25,6 +25,10 @@ export declare class InformationSystem {
|
|
|
25
25
|
"@type"?: string;
|
|
26
26
|
URI: string;
|
|
27
27
|
allowedDatawarehouseOverridingSourceId?: string[];
|
|
28
|
+
/**
|
|
29
|
+
* System is allowed to use data warehouse 'useEditorOrObserverIdIsNot' query param
|
|
30
|
+
*/
|
|
31
|
+
allowedToUseDatawarehouseEditorOrObserverIdIsNot?: boolean;
|
|
28
32
|
description: {
|
|
29
33
|
en?: string;
|
|
30
34
|
fi?: string;
|
|
@@ -8,10 +8,12 @@ export interface Audio {
|
|
|
8
8
|
"@context"?: string;
|
|
9
9
|
id?: string;
|
|
10
10
|
"@type"?: string;
|
|
11
|
+
"herbo:sortOrder"?: number;
|
|
11
12
|
caption?: string;
|
|
12
13
|
captureDateTime?: string;
|
|
13
14
|
capturerVerbatim?: string[];
|
|
14
15
|
documentURI?: string[];
|
|
16
|
+
flacURL?: string;
|
|
15
17
|
fullResolutionMediaAvailable?: boolean;
|
|
16
18
|
fullURL: string;
|
|
17
19
|
keyword?: string[];
|
|
@@ -7,6 +7,10 @@ export interface InformationSystem {
|
|
|
7
7
|
"@type"?: string;
|
|
8
8
|
URI: string;
|
|
9
9
|
allowedDatawarehouseOverridingSourceId?: string[];
|
|
10
|
+
/**
|
|
11
|
+
* System is allowed to use data warehouse 'useEditorOrObserverIdIsNot' query param
|
|
12
|
+
*/
|
|
13
|
+
allowedToUseDatawarehouseEditorOrObserverIdIsNot?: boolean;
|
|
10
14
|
description: {
|
|
11
15
|
en?: string;
|
|
12
16
|
fi?: string;
|