@luomus/laji-schema 2.0.60 → 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 +8 -45
- 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 +7 -45
- 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 +7 -7
- 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
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { TypeEnum } from './';
|
|
2
|
+
import { LifeStages } from './';
|
|
3
|
+
import { PlantLifeStageEnum } from './';
|
|
4
|
+
import { Sexes } from './';
|
|
5
|
+
import { IntellectualRightsEnum } from './';
|
|
6
|
+
import { PublicityRestrictionsEnum } from './';
|
|
7
7
|
export interface Model {
|
|
8
8
|
"@context"?: string;
|
|
9
9
|
id?: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Document } from './';
|
|
2
|
+
import { AccessibilityEnum } from './';
|
|
2
3
|
import { DateRange } from './';
|
|
4
|
+
import { PriorityEnum } from './';
|
|
3
5
|
import { Reserve } from './';
|
|
4
|
-
|
|
5
|
-
export declare type PriorityEnum = "" | "MNP.priority1" | "MNP.priority2" | "MNP.priority3" | "MNP.priority4" | "MNP.priority5";
|
|
6
|
-
export declare type TagEnum = "" | "MNP.tagAccessibilityEasy" | "MNP.tagAccessibilityModerate" | "MNP.tagAccessibilityDifficult" | "MNP.tagHabitatImportant" | "MNP.tagCensusRare" | "MNP.tagHabitatFarmland" | "MNP.tagHabitatMire" | "MNP.tagHabitatMountain" | "MNP.tagSuitable";
|
|
6
|
+
import { TagEnum } from './';
|
|
7
7
|
export interface NamedPlace {
|
|
8
8
|
"@context"?: string;
|
|
9
9
|
id?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Annotation } from './';
|
|
2
|
-
|
|
2
|
+
import { NotificationReasonEnum } from './';
|
|
3
3
|
export interface Notification {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { TypeOfOccurrenceEnum } from './';
|
|
2
2
|
export interface Occurrence {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { IntellectualRightsEnum } from './';
|
|
2
|
+
import { PublicityRestrictionsEnum } from './';
|
|
3
3
|
export interface Pdf {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { PermitStatusEnum } from './';
|
|
2
|
+
import { PermitTypeEnum } from './';
|
|
3
3
|
export interface Permit {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { Roles } from './';
|
|
2
|
+
import { RequiredRolesEnum } from './';
|
|
3
|
+
import { RoleKotkaEnum } from './';
|
|
4
4
|
export interface Person {
|
|
5
5
|
"@context"?: string;
|
|
6
6
|
id?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { PreparationMaterialsEnum } from './';
|
|
2
|
+
import { PreparationProcessEnum } from './';
|
|
3
3
|
export interface Preparation {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BirdSongRecognitionSkillLevel } from './';
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
import { BirdwatchingActivityLevelEnum } from './';
|
|
3
|
+
import { FinnishBirdSongRecognitionSkillLevelEnum } from './';
|
|
4
4
|
export interface Profile {
|
|
5
5
|
"@context"?: string;
|
|
6
6
|
id?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import { TypeOfOccurrenceEnum } from './';
|
|
2
2
|
export interface RegionalStatus {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { ElutionMediumEnum } from './';
|
|
2
|
+
import { IndividualsInPreparationEnum } from './';
|
|
3
|
+
import { MaterialEnum } from './';
|
|
4
|
+
import { PreparationTypeEnum } from './';
|
|
5
|
+
import { Preservations } from './';
|
|
6
|
+
import { QualityEnum } from './';
|
|
7
|
+
import { QualityCheckMethodEnum } from './';
|
|
8
|
+
import { Statuses } from './';
|
|
1
9
|
import { Measurement } from './';
|
|
2
|
-
export declare type ElutionMediumEnum = "" | "MF.elutionMediumUltrapureWater" | "MF.elutionMediumElutionBuffer";
|
|
3
|
-
export declare type IndividualsInPreparationEnum = "" | "MF.individualsInPreparationMultiple" | "MF.individualsInPreparationSingle";
|
|
4
|
-
export declare type MaterialEnum = "" | "MF.materialBirdStudySkin" | "MF.materialWing" | "MF.materialTail" | "MF.materialWingAndTail" | "MF.materialSkull" | "MF.materialEntireSkeleton" | "MF.materialBones" | "MF.materialSkullAndBones" | "MF.materialAntlers" | "MF.materialHead" | "MF.materialMuscle" | "MF.materialLiver" | "MF.materialLeaf" | "MF.materialBlood" | "MF.materialLeg" | "MF.materialSkin" | "MF.materialFeather" | "MF.materialEgg" | "MF.materialEggContent" | "MF.materialGenomicDNA" | "MF.materialMitochondrialDNA" | "MF.materialChloroplastDNA" | "MF.materialEnvironmentalDNA" | "MF.materialTeeth" | "MF.materialBodyParts" | "MF.materialEntireOrganism" | "MF.materialAppendages" | "MF.materialGenitalPreparation" | "MF.materialSection" | "MF.materialChromosomes" | "MF.materialShell" | "MF.materialHair" | "MF.materialClutch" | "MF.materialEggshell" | "MF.materialEggshellFragments" | "MF.materialNest" | "MF.materialNestMaterial" | "MF.materialOther";
|
|
5
|
-
export declare type PreparationTypeEnum = "MF.preparationTypeSkin" | "MF.preparationTypeSkeletal" | "MF.preparationTypeMount" | "MF.preparationTypeTissue" | "MF.preparationTypeTissueEcotoxicology" | "MF.preparationTypeLiquid" | "MF.preparationTypeMicroscopeSlide" | "MF.preparationTypeDNAExtract" | "MF.preparationTypeEgg" | "MF.preparationTypeNest" | "MF.preparationTypeOther";
|
|
6
|
-
export declare type Preservations = "" | "MY.preservationPressed" | "MY.preservationDry" | "MY.preservationCriticalPointDrying" | "MY.preservationPinned" | "MY.preservationGlued" | "MY.preservationLiquid" | "MY.preservationEthanol" | "MY.preservationEthanolPure" | "MY.preservationEthanol70" | "MY.preservationEthanol80" | "MY.preservationEthanol80Pure" | "MY.preservationEthanol96" | "MY.preservationEthanolMinus20C" | "MY.preservationEthanolDenatured" | "MY.preservationEthanolFormalin" | "MY.preservationEthanolExFormalin" | "MY.preservationFormalin" | "MY.preservationBouinSolution" | "MY.preservationPampelsFluid" | "MY.preservationGlycerol" | "MY.preservationParaffin" | "MY.preservationMercuricChloride" | "MY.preservationCryopreserved" | "MY.preservationFrozen" | "MY.preservationFrozenMinus80C" | "MY.preservationFreezeDried" | "MY.preservationGoldPlated" | "MY.preservationActiveCulture" | "MY.preservationLiving" | "MY.preservationSlide" | "MY.preservationSlideCanadaBalsam" | "MY.preservationSlideEuparal" | "MY.preservationSlidePolyviol" | "MY.preservationStuffed" | "MY.preservationCast" | "MY.preservationPlastinated" | "MY.preservationFrozenMinus80CAndEthanolMinus20C";
|
|
7
|
-
export declare type QualityEnum = "" | "MF.qualityLow" | "MF.qualityMedium" | "MF.qualityHigh";
|
|
8
|
-
export declare type QualityCheckMethodEnum = "" | "MF.qualityCheckMethodNanoDrop" | "MF.qualityCheckMethodCubit";
|
|
9
|
-
export declare type Statuses = "" | "MY.statusOk" | "MY.statusMissing" | "MY.statusUnrecoverable" | "MY.statusLost" | "MY.statusDonated" | "MY.statusDeposited" | "MY.statusDeaccessioned" | "MY.statusDiscarded" | "MY.statusSpent" | "MY.statusDestroyed" | "MY.statusUndefined" | "MY.statusAxenic" | "MY.statusNonAxenic" | "MY.statusNotAvailable" | "MY.statusDead" | "MY.statusNoVoucherRetained";
|
|
10
10
|
export interface Sample {
|
|
11
11
|
"@context"?: string;
|
|
12
12
|
id?: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { AvailableForGeneticResearchEnum } from './';
|
|
2
|
+
import { GeneticResourceTypeEnum } from './';
|
|
1
3
|
import { Permit } from './';
|
|
4
|
+
import { ResourceImportedEnum } from './';
|
|
5
|
+
import { StatusEnum } from './';
|
|
2
6
|
import { SpecimenTransactionEvent } from './';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
export declare type StatusEnum = "" | "HRX.statusInProcess" | "HRX.statusOutstanding" | "HRX.statusClosed" | "HRX.statusOnLoan";
|
|
7
|
-
export declare type TransportMethodEnum = "" | "HRX.transportMethodPriority" | "HRX.transportMethodEconomy" | "HRX.transportMethodCourier" | "HRX.transportMethodCarried" | "HRX.transportMethodOther" | "HRX.transportMethodImage";
|
|
8
|
-
export declare type TypeEnum = "HRX.typeLoanIncoming" | "HRX.typeLoanOutgoing" | "HRX.typeGiftIncoming" | "HRX.typeGiftOutgoing" | "HRX.typeExchangeIncoming" | "HRX.typeExchangeOutgoing" | "HRX.typeFieldCollection" | "HRX.typeImportNotice" | "HRX.typeABSNegotiations" | "HRX.typeVirtualLoanOutgoing" | "HRX.typeDeaccession";
|
|
9
|
-
export declare type PublicityRestrictionsEnum = "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
7
|
+
import { TransportMethodEnum } from './';
|
|
8
|
+
import { TypeEnum } from './';
|
|
9
|
+
import { PublicityRestrictionsEnum } from './';
|
|
10
10
|
export interface SpecimenTransaction {
|
|
11
11
|
"@context"?: string;
|
|
12
12
|
id?: string;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare type TypeEnum = "" | "MMAN.typeCheck" | "MMAN.typeAdmin" | "MMAN.typeInfo" | "MMAN.typeInvasive" | "MMAN.typeCensus" | "MMAN.typeNegativeQuality" | "MMAN.typePositiveQuality";
|
|
1
|
+
import { RequiredRolesEnum } from './';
|
|
2
|
+
import { TypeEnum } from './';
|
|
4
3
|
export interface Tag {
|
|
5
4
|
"@context"?: string;
|
|
6
5
|
id?: string;
|
|
@@ -1,20 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
export declare type IucnStatuses1 = "" | "MX.iucnEX" | "MX.iucnEW" | "MX.iucnRE" | "MX.iucnCR" | "MX.iucnEN" | "MX.iucnVU" | "MX.iucnNT" | "MX.iucnLC" | "MX.iucnDD" | "MX.iucnNA" | "MX.iucnNE";
|
|
12
|
-
export declare type IucnStatuses2 = "" | "MX.iucnEX" | "MX.iucnEW" | "MX.iucnRE" | "MX.iucnCR" | "MX.iucnEN" | "MX.iucnVU" | "MX.iucnNT" | "MX.iucnLC" | "MX.iucnDD" | "MX.iucnNA" | "MX.iucnNE";
|
|
13
|
-
export declare type IucnStatuses3 = "" | "MX.iucnEX" | "MX.iucnEW" | "MX.iucnRE" | "MX.iucnCR" | "MX.iucnEN" | "MX.iucnVU" | "MX.iucnNT" | "MX.iucnLC" | "MX.iucnDD" | "MX.iucnNA" | "MX.iucnNE";
|
|
14
|
-
export declare type SecureLevels3 = "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
|
|
15
|
-
export declare type TaxonRankEnum = "" | "MX.superdomain" | "MX.domain" | "MX.kingdom" | "MX.subkingdom" | "MX.infrakingdom" | "MX.superphylum" | "MX.phylum" | "MX.subphylum" | "MX.infraphylum" | "MX.superdivision" | "MX.division" | "MX.subdivision" | "MX.infradivision" | "MX.superclass" | "MX.class" | "MX.subclass" | "MX.infraclass" | "MX.parvclass" | "MX.superorder" | "MX.order" | "MX.suborder" | "MX.infraorder" | "MX.parvorder" | "MX.superfamily" | "MX.family" | "MX.subfamily" | "MX.tribe" | "MX.subtribe" | "MX.supergenus" | "MX.genus" | "MX.nothogenus" | "MX.subgenus" | "MX.section" | "MX.subsection" | "MX.series" | "MX.subseries" | "MX.infragenericTaxon" | "MX.aggregate" | "MX.speciesAggregate" | "MX.species" | "MX.nothospecies" | "MX.infraspecificTaxon" | "MX.subspecificAggregate" | "MX.subspecies" | "MX.nothosubspecies" | "MX.variety" | "MX.subvariety" | "MX.form" | "MX.subform" | "MX.hybrid" | "MX.anamorph" | "MX.ecotype" | "MX.populationGroup" | "MX.intergenericHybrid" | "MX.infragenericHybrid" | "MX.cultivar" | "MX.group" | "MX.grex";
|
|
16
|
-
export declare type TypeOfOccurrenceEnum = "" | "MX.doesNotOccur" | "MX.typeOfOccurrenceOccurs" | "MX.typeOfOccurrenceStablePopulation" | "MX.typeOfOccurrenceCommon" | "MX.typeOfOccurrenceRare" | "MX.typeOfOccurrenceVeryRare" | "MX.typeOfOccurrenceVagrant" | "MX.typeOfOccurrenceRareVagrant" | "MX.typeOfOccurrenceMigrant" | "MX.typeOfOccurrenceImport" | "MX.typeOfOccurrenceAnthropogenic" | "MX.typeOfOccurrenceNotEstablished" | "MX.typeOfOccurrenceExtirpated" | "MX.typeOfOccurrenceOldRecords" | "MX.typeOfOccurrenceUncertain" | "MX.typeOfOccurrenceSpontaneousOldResident" | "MX.typeOfOccurrenceSpontaneousNewResident" | "MX.typeOfOccurrenceAlienOldResident" | "MX.typeOfOccurrenceSpontaneousNewEphemeral" | "MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld" | "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct" | "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct" | "MX.typeOfOccurrenceAlienNewEphemeral" | "MX.typeOfOccurrenceAlienNewEphemeralOnlyold" | "MX.typeOfOccurrenceAlienNewResident" | "MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct" | "MX.typeOfOccurrenceAlienOldExtinct" | "MX.typeOfOccurrenceSmallDegreeCultivatedOrigin" | "MX.typeOfOccurrenceNotableDegreeCultivatedOrigin" | "MX.typeOfOccurrenceCompletelyCultivatedOrigin" | "MX.typeOfOccurrenceOnlyCultivated" | "MX.typeOfOccurrenceMaxShortDistanceEscape" | "MX.typeOfOccurrenceMaxSoilImmigrant" | "MX.typeOfOccurrenceMaxReplanted" | "MX.typeOfOccurrenceMaxRelict" | "MX.typeOfOccurrenceNotEvaluated" | "MX.typeOfOccurrenceRegularBreeder" | "MX.typeOfOccurrenceIrregularBreeder" | "MX.typeOfOccurrencePassageMigrant" | "MX.typeOfOccurrenceBirdLifeCategoryA" | "MX.typeOfOccurrenceBirdLifeCategoryB" | "MX.typeOfOccurrenceBirdLifeCategoryC" | "MX.typeOfOccurrenceBirdLifeCategoryD" | "MX.typeOfOccurrenceBirdLifeCategoryE" | "MX.typeOfOccurrenceOccursBasedOnOccurrences";
|
|
17
|
-
export declare type SecureLevels4 = "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
|
|
1
|
+
import { InvasiveSpeciesMainGroups } from './';
|
|
2
|
+
import { SecureLevels } from './';
|
|
3
|
+
import { AdminStatusEnum } from './';
|
|
4
|
+
import { InvasiveSpeciesCategories } from './';
|
|
5
|
+
import { InvasiveSpeciesEstablishmentStatuses } from './';
|
|
6
|
+
import { TaxonSetEnum } from './';
|
|
7
|
+
import { OccurrenceInFinlandEnum } from './';
|
|
8
|
+
import { IucnStatuses } from './';
|
|
9
|
+
import { TaxonRankEnum } from './';
|
|
10
|
+
import { TypeOfOccurrenceEnum } from './';
|
|
18
11
|
export interface Taxon {
|
|
19
12
|
"@context"?: string;
|
|
20
13
|
id?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { TaxonSetEnum } from './';
|
|
2
|
+
import { TaxonCensusEnum } from './';
|
|
3
3
|
export interface TaxonCensus {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
export declare type LifeStages1 = "" | "MY.lifeStageAdult" | "MY.lifeStageNymph" | "MY.lifeStageLarva" | "MY.lifeStageEgg" | "MY.lifeStagePupa" | "MY.lifeStageJuvenile" | "MY.lifeStageSubimago" | "MY.lifeStageImmature" | "MY.lifeStageFertile" | "MY.lifeStageSterile" | "MY.lifeStageTadpole" | "MY.lifeStageEmbryo" | "MY.lifeStageSubadult" | "MY.lifeStageMature" | "MY.lifeStagePullus" | "MY.lifeStageHatchedEgg" | "MY.lifeStageHatchedPupa" | "MY.lifeStageGall" | "MY.lifeStageMarks" | "MY.lifeStageTriungulin";
|
|
1
|
+
import { TaxonInteractionEnum } from './';
|
|
2
|
+
import { LifeStages } from './';
|
|
4
3
|
export interface TaxonInteraction {
|
|
5
4
|
"@context"?: string;
|
|
6
5
|
id?: string;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
+
import { AvailableForGeneticResearchEnum } from './';
|
|
2
|
+
import { GeneticResourceTypeEnum } from './';
|
|
3
|
+
import { LocalDepartments } from './';
|
|
4
|
+
import { ResourceImportedEnum } from './';
|
|
5
|
+
import { SentTypes } from './';
|
|
6
|
+
import { TransactionStatuses } from './';
|
|
7
|
+
import { TransactionTypes } from './';
|
|
8
|
+
import { PublicityRestrictionsEnum } from './';
|
|
1
9
|
import { Permit } from './';
|
|
2
|
-
export declare type AvailableForGeneticResearchEnum = "" | "HRA.availableForGeneticResearchYes" | "HRA.availableForGeneticResearchWithRestrictions" | "HRA.availableForGeneticResearchNo";
|
|
3
|
-
export declare type GeneticResourceTypeEnum = "" | "HRA.geneticResourceTypeAnimal" | "HRA.geneticResourceTypePlant" | "HRA.geneticResourceTypeFungus" | "HRA.geneticResourceTypeMicrobe" | "HRA.geneticResourceTypeSoil" | "HRA.geneticResourceTypeAqua";
|
|
4
|
-
export declare type LocalDepartments = "" | "HRA.localDepartmentDipteraHymenoptera" | "HRA.localDepartmentLepidopteraColeoptera" | "HRA.localDepartmentMetazoa" | "HRA.localDepartmentMonitoring" | "HRA.localDepartmentBryology" | "HRA.localDepartmentGarden" | "HRA.localDepartmentMycology" | "HRA.localDepartmentVascularPlants";
|
|
5
|
-
export declare type ResourceImportedEnum = "" | "HRA.resourceImportedGeneticResources" | "HRA.resourceImportedTraditionalKnowledge" | "HRA.resourceImportedBoth";
|
|
6
|
-
export declare type SentTypes = "" | "HRA.sentTypePriority" | "HRA.sentTypeEconomy" | "HRA.sentTypeCourier" | "HRA.sentTypeCarried" | "HRA.sentTypeOther" | "HRA.sentTypeImage";
|
|
7
|
-
export declare type TransactionStatuses = "" | "HRA.transactionStatusInProcess" | "HRA.transactionStatusOutstanding" | "HRA.transactionStatusClosed";
|
|
8
|
-
export declare type TransactionTypes = "HRA.transactionTypeLoanIncoming" | "HRA.transactionTypeGiftIncoming" | "HRA.transactionTypeExchangeIncoming" | "HRA.transactionTypeLoanOutgoing" | "HRA.transactionTypeGiftOutgoing" | "HRA.transactionTypeExchangeOutgoing" | "HRA.transactionTypeFieldCollection" | "HRA.transactionTypeImportNotice" | "HRA.transactionTypeABSNegotiations" | "HRA.transactionTypeVirtualLoanOutgoing";
|
|
9
|
-
export declare type PublicityRestrictionsEnum = "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
10
10
|
export interface Transaction {
|
|
11
11
|
"@context"?: string;
|
|
12
12
|
id?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
+
import { EventTypeEnum } from './';
|
|
1
2
|
import { TransactionItem } from './';
|
|
2
|
-
|
|
3
|
-
export declare type SentByEnum = "" | "HRAA.sentByPriority" | "HRAA.sentByEconomy" | "HRAA.sentByCourier" | "HRAA.sentByCarried" | "HRAA.sentByOther";
|
|
3
|
+
import { SentByEnum } from './';
|
|
4
4
|
export interface TransactionEvent {
|
|
5
5
|
"@context"?: string;
|
|
6
6
|
id?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
import { ItemTypeEnum } from './';
|
|
2
|
+
import { StatusEnum } from './';
|
|
3
3
|
export interface TransactionItem {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
1
|
+
import { TypeStatuses } from './';
|
|
2
|
+
import { TypeVerifications } from './';
|
|
3
|
+
import { PublicityRestrictionsEnum } from './';
|
|
4
4
|
export interface TypeSpecimen {
|
|
5
5
|
"@context"?: string;
|
|
6
6
|
id?: string;
|
|
@@ -1,41 +1,40 @@
|
|
|
1
|
+
import { AbundanceUnitEnum } from './';
|
|
2
|
+
import { AtlasCodeEnum } from './';
|
|
3
|
+
import { BatBehaviorEnum } from './';
|
|
4
|
+
import { BirdAgeEnum } from './';
|
|
5
|
+
import { BirdPlumageEnum } from './';
|
|
6
|
+
import { DistanceEnum } from './';
|
|
7
|
+
import { EpochOrSeries } from './';
|
|
8
|
+
import { FruitTypeEnum } from './';
|
|
9
|
+
import { IndirectObservationTypeEnum } from './';
|
|
10
|
+
import { LifeStages } from './';
|
|
1
11
|
import { Measurement } from './';
|
|
12
|
+
import { MicrobiologicalRiskGroupEnum } from './';
|
|
13
|
+
import { MovingDirectionEnum } from './';
|
|
14
|
+
import { NativeStatusEnum } from './';
|
|
15
|
+
import { NestTypeEnum } from './';
|
|
16
|
+
import { PlantLifeStageEnum } from './';
|
|
17
|
+
import { PlantStatusCodeEnum } from './';
|
|
18
|
+
import { Preservations } from './';
|
|
19
|
+
import { ProvenanceEnum } from './';
|
|
20
|
+
import { RecordBases } from './';
|
|
21
|
+
import { RecordPartsEnum } from './';
|
|
22
|
+
import { SamplingMethods } from './';
|
|
23
|
+
import { SeedMaturityEnum } from './';
|
|
24
|
+
import { SeedMorphologyEnum } from './';
|
|
25
|
+
import { Sexes } from './';
|
|
26
|
+
import { SmellEnum } from './';
|
|
27
|
+
import { SubstrateEnum } from './';
|
|
28
|
+
import { SubstrateDecayStageEnum } from './';
|
|
29
|
+
import { SubstrateTreeClassificationEnum } from './';
|
|
30
|
+
import { TasteEnum } from './';
|
|
31
|
+
import { TaxonConfidenceEnum } from './';
|
|
2
32
|
import { UnitFact } from './';
|
|
3
33
|
import { UnitGathering } from './';
|
|
34
|
+
import { WildEnum } from './';
|
|
35
|
+
import { PublicityRestrictionsEnum } from './';
|
|
4
36
|
import { Identification } from './';
|
|
5
37
|
import { TypeSpecimen } from './';
|
|
6
|
-
export declare type AbundanceUnitEnum = "" | "MY.abundanceUnitIndividualCount" | "MY.abundanceUnitPairCount" | "MY.abundanceUnitNest" | "MY.abundanceUnitBreedingSite" | "MY.abundanceUnitFeedingSite" | "MY.abundanceUnitColony" | "MY.abundanceUnitFruitbody" | "MY.abundanceUnitSprout" | "MY.abundanceUnitHummock" | "MY.abundanceUnitThallus" | "MY.abundanceUnitFlower" | "MY.abundanceUnitSpot" | "MY.abundanceUnitTrunk" | "MY.abundanceUnitQueen" | "MY.abundanceUnitShell" | "MY.abundanceUnitDroppings" | "MY.abundanceUnitMarks" | "MY.abundanceUnitIndirect" | "MY.abundanceUnitSquareDM" | "MY.abundanceUnitSquareM" | "MY.abundanceUnitRelativeDensity" | "MY.abundanceUnitOccursDoesNotOccur";
|
|
7
|
-
export declare type AtlasCodeEnum = "" | "MY.atlasCodeEnum1" | "MY.atlasCodeEnum2" | "MY.atlasCodeEnum3" | "MY.atlasCodeEnum4" | "MY.atlasCodeEnum5" | "MY.atlasCodeEnum6" | "MY.atlasCodeEnum61" | "MY.atlasCodeEnum62" | "MY.atlasCodeEnum63" | "MY.atlasCodeEnum64" | "MY.atlasCodeEnum65" | "MY.atlasCodeEnum66" | "MY.atlasCodeEnum7" | "MY.atlasCodeEnum71" | "MY.atlasCodeEnum72" | "MY.atlasCodeEnum73" | "MY.atlasCodeEnum74" | "MY.atlasCodeEnum75" | "MY.atlasCodeEnum8" | "MY.atlasCodeEnum81" | "MY.atlasCodeEnum82";
|
|
8
|
-
export declare type BatBehaviorEnum = "" | "MY.batBehaviorHibernating" | "MY.batBehaviorRoosting" | "MY.batBehaviorHunting";
|
|
9
|
-
export declare type BirdAgeEnum = "" | "MY.birdAgePp" | "MY.birdAgePm" | "MY.birdAgeFl" | "MY.birdAgePlus1kv" | "MY.birdAge1Kv" | "MY.birdAgePlus2Kv" | "MY.birdAge2kv" | "MY.birdAgePlus3Kv" | "MY.birdAge3Kv" | "MY.birdAgePlus4Kv" | "MY.birdAge4Kv" | "MY.birdAgePlus5Kv" | "MY.birdAge5Kv" | "MY.birdAgePlus6Kv" | "MY.birdAge6Kv" | "MY.birdAgePlus7Kv" | "MY.birdAge7Kv" | "MY.birdAgePlus8Kv" | "MY.birdAge8Kv";
|
|
10
|
-
export declare type BirdPlumageEnum = "" | "MY.birdPlumageAd" | "MY.birdPlumageEijp" | "MY.birdPlumageImm" | "MY.birdPlumageJp" | "MY.birdPlumageJuv" | "MY.birdPlumageNpuk" | "MY.birdPlumagePull" | "MY.birdPlumageSubad" | "MY.birdPlumageTp" | "MY.birdPlumageVp" | "MY.birdPlumagePep" | "MY.birdPlumageSs";
|
|
11
|
-
export declare type DistanceEnum = "" | "MY.distanceOverFlight" | "MY.distanceNear" | "MY.distanceQuiteFar" | "MY.distanceFar" | "MY.distanceVeryFar";
|
|
12
|
-
export declare type EpochOrSeries = "" | "MY.epochOrSeriesCambrian" | "MY.epochOrSeriesCarboniferous" | "MY.epochOrSeriesCretaceous" | "MY.epochOrSeriesDevonian" | "MY.epochOrSeriesEdiacaran" | "MY.epochOrSeriesJurassic" | "MY.epochOrSeriesOrdovician" | "MY.epochOrSeriesPermian" | "MY.epochOrSeriesQuaternary" | "MY.epochOrSeriesRecent" | "MY.epochOrSeriesSilurian" | "MY.epochOrSeriesTertiary" | "MY.epochOrSeriesTriassic";
|
|
13
|
-
export declare type FruitTypeEnum = "" | "MY.fruitTypeAchene" | "MY.fruitTypeBerry" | "MY.fruitTypeCapsule" | "MY.fruitTypeCaryopsis" | "MY.fruitTypeCone" | "MY.fruitTypeDrupe" | "MY.fruitTypeFollicle" | "MY.fruitTypeLegume" | "MY.fruitTypeNut" | "MY.fruitTypeOther" | "MY.fruitTypePome" | "MY.fruitTypeSchizocarp" | "MY.fruitTypeSiliqua";
|
|
14
|
-
export declare type IndirectObservationTypeEnum = "" | "MY.indirectObservationTypeFeces" | "MY.indirectObservationTypeSnowTracks" | "MY.indirectObservationTypeUrine" | "MY.indirectObservationTypeFeasting" | "MY.indirectObservationTypeFoodStock" | "MY.indirectObservationTypeNone";
|
|
15
|
-
export declare type EpochOrSeries1 = "" | "MY.epochOrSeriesCambrian" | "MY.epochOrSeriesCarboniferous" | "MY.epochOrSeriesCretaceous" | "MY.epochOrSeriesDevonian" | "MY.epochOrSeriesEdiacaran" | "MY.epochOrSeriesJurassic" | "MY.epochOrSeriesOrdovician" | "MY.epochOrSeriesPermian" | "MY.epochOrSeriesQuaternary" | "MY.epochOrSeriesRecent" | "MY.epochOrSeriesSilurian" | "MY.epochOrSeriesTertiary" | "MY.epochOrSeriesTriassic";
|
|
16
|
-
export declare type LifeStages = "" | "MY.lifeStageAdult" | "MY.lifeStageNymph" | "MY.lifeStageLarva" | "MY.lifeStageEgg" | "MY.lifeStagePupa" | "MY.lifeStageJuvenile" | "MY.lifeStageSubimago" | "MY.lifeStageImmature" | "MY.lifeStageFertile" | "MY.lifeStageSterile" | "MY.lifeStageTadpole" | "MY.lifeStageEmbryo" | "MY.lifeStageSubadult" | "MY.lifeStageMature" | "MY.lifeStagePullus" | "MY.lifeStageHatchedEgg" | "MY.lifeStageHatchedPupa" | "MY.lifeStageGall" | "MY.lifeStageMarks" | "MY.lifeStageTriungulin";
|
|
17
|
-
export declare type MicrobiologicalRiskGroupEnum = "" | "MY.microbiologicalRiskGroup1" | "MY.microbiologicalRiskGroup2" | "MY.microbiologicalRiskGroup3" | "MY.microbiologicalRiskGroup4";
|
|
18
|
-
export declare type MovingDirectionEnum = "" | "MY.movingDirectionN" | "MY.movingDirectionNNE" | "MY.movingDirectionNE" | "MY.movingDirectionENE" | "MY.movingDirectionE" | "MY.movingDirectionESE" | "MY.movingDirectionSE" | "MY.movingDirectionSSE" | "MY.movingDirectionS" | "MY.movingDirectionSSW" | "MY.movingDirectionSW" | "MY.movingDirectionWSW" | "MY.movingDirectionW" | "MY.movingDirectionWNW" | "MY.movingDirectionNW" | "MY.movingDirectionNNW";
|
|
19
|
-
export declare type NativeStatusEnum = "" | "MY.native" | "MY.nonNative";
|
|
20
|
-
export declare type NestTypeEnum = "" | "MY.nestTypeTreeCavity" | "MY.nestTypeTwig" | "MY.nestTypeNestBox" | "MY.nestTypeBuilding" | "MY.nestTypeGroundCavity" | "MY.nestTypeOther";
|
|
21
|
-
export declare type PlantLifeStageEnum = "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
|
|
22
|
-
export declare type PlantStatusCodeEnum = "" | "MY.plantStatusCodeL" | "MY.plantStatusCodeA" | "MY.plantStatusCodeAV" | "MY.plantStatusCodeAOV" | "MY.plantStatusCodeAN" | "MY.plantStatusCodeANV" | "MY.plantStatusCodeANS" | "MY.plantStatusCodeT" | "MY.plantStatusCodeTV" | "MY.plantStatusCodeTOV" | "MY.plantStatusCodeTNV" | "MY.plantStatusCodeTNS" | "MY.plantStatusCodeV" | "MY.plantStatusCodeOV" | "MY.plantStatusCodeN" | "MY.plantStatusCodeNV" | "MY.plantStatusCodeNS" | "MY.plantStatusCodeE" | "MY.plantStatusCodeTE" | "MY.plantStatusCodeTVE" | "MY.plantStatusCodeTOVE" | "MY.plantStatusCodeTNVE" | "MY.plantStatusCodeTNSE" | "MY.plantStatusCodeTN" | "MY.plantStatusCodeTNE" | "MY.plantStatusCodeR" | "MY.plantStatusCodeC" | "MY.plantStatusCodeH" | "MY.plantStatusCodeG" | "MY.plantStatusCodeF";
|
|
23
|
-
export declare type Preservations = "" | "MY.preservationPressed" | "MY.preservationDry" | "MY.preservationCriticalPointDrying" | "MY.preservationPinned" | "MY.preservationGlued" | "MY.preservationLiquid" | "MY.preservationEthanol" | "MY.preservationEthanolPure" | "MY.preservationEthanol70" | "MY.preservationEthanol80" | "MY.preservationEthanol80Pure" | "MY.preservationEthanol96" | "MY.preservationEthanolMinus20C" | "MY.preservationEthanolDenatured" | "MY.preservationEthanolFormalin" | "MY.preservationEthanolExFormalin" | "MY.preservationFormalin" | "MY.preservationBouinSolution" | "MY.preservationPampelsFluid" | "MY.preservationGlycerol" | "MY.preservationParaffin" | "MY.preservationMercuricChloride" | "MY.preservationCryopreserved" | "MY.preservationFrozen" | "MY.preservationFrozenMinus80C" | "MY.preservationFreezeDried" | "MY.preservationGoldPlated" | "MY.preservationActiveCulture" | "MY.preservationLiving" | "MY.preservationSlide" | "MY.preservationSlideCanadaBalsam" | "MY.preservationSlideEuparal" | "MY.preservationSlidePolyviol" | "MY.preservationStuffed" | "MY.preservationCast" | "MY.preservationPlastinated" | "MY.preservationFrozenMinus80CAndEthanolMinus20C";
|
|
24
|
-
export declare type ProvenanceEnum = "" | "MY.provenanceUnknown" | "MY.provenanceCultivated" | "MY.provenanceCultivatedUnsure" | "MY.provenanceCultivatedPropagatedFromWildSource" | "MY.provenanceWildSource" | "MY.provenanceWildSourceUnsure" | "MY.provenanceEscapedCultivated" | "MY.provenancePropagule";
|
|
25
|
-
export declare type RecordBases = "" | "MY.recordBasisPreservedSpecimen" | "MY.recordBasisHumanObservation" | "MY.recordBasisHumanObservationSeen" | "MY.recordBasisHumanObservationHeard" | "MY.recordBasisHumanObservationHandled" | "MY.recordBasisHumanObservationPhoto" | "MY.recordBasisHumanObservationAudio" | "MY.recordBasisHumanObservationVideo" | "MY.recordBasisHumanObservationIndirect" | "MY.recordBasisMachineObservation" | "MY.recordBasisMachineObservationPhoto" | "MY.recordBasisMachineObservationVideo" | "MY.recordBasisMachineObservationAudio" | "MY.recordBasisMachineObservationGeologger" | "MY.recordBasisMachineObservationSatelliteTransmitter" | "MY.recordBasisFossilSpecimen" | "MY.recordBasisSubfossilSpecimen" | "MY.recordBasisSubfossilSpecimenAmberInclusion" | "MY.recordBasisMaterialSample" | "MY.recordBasisMaterialSampleAir" | "MY.recordBasisMaterialSampleSoil" | "MY.recordBasisMaterialSampleWater" | "MY.recordBasisMicrobialSpecimen" | "MY.recordBasisLivingSpecimen" | "MY.recordBasisLiterature";
|
|
26
|
-
export declare type RecordPartsEnum = "" | "MY.recordPartsBones" | "MY.recordPartsAntler" | "MY.recordPartsHead" | "MY.recordPartsSkull" | "MY.recordPartsSkin" | "MY.recordPartsWing" | "MY.recordPartsTail" | "MY.recordPartsTissue" | "MY.recordPartsFeather" | "MY.recordPartsEgg" | "MY.recordPartsIntestine" | "MY.recordPartsGonad" | "MY.recordPartsSeed" | "MY.recordPartsNest" | "MY.recordPartsFaeces" | "MY.recordPartsFeedingMarks" | "MY.recordPartsTracks" | "MY.recordPartsScale" | "MY.recordPartsFin" | "MY.recordPartsFull" | "MY.recordPartsPart" | "MY.recordPartsActiveCulture" | "MY.recordPartsCutting" | "MY.recordPartsVegetativePart" | "MY.recordPartsFreezeDried" | "MY.recordPartsDryIce" | "MY.recordPartsDNA" | "MY.recordPartsShell" | "MY.recordPartsWholePlant" | "MY.recordPartsTissueCulture" | "MY.recordPartsMount" | "My.recordPartsSkullAndBones";
|
|
27
|
-
export declare type SamplingMethods = "" | "MY.samplingMethodCarnet" | "MY.samplingMethodFeromonetrap" | "MY.samplingMethodNet" | "MY.samplingMethodDrag" | "MY.samplingMethodWindowtrap" | "MY.samplingMethodDigging" | "MY.samplingMethodFishNet" | "MY.samplingMethodHand" | "MY.samplingMethodReared" | "MY.samplingMethodEpupa" | "MY.samplingMethodExovo" | "MY.samplingMethodElarva" | "MY.samplingMethodFishTrap" | "MY.samplingMethodYellowWindowTrap" | "MY.samplingMethodYellowpan" | "MY.samplingMethodTriangleDrag" | "MY.samplingMethodPitfall" | "MY.samplingMethodEclectortrap" | "MY.samplingMethodDungTrap" | "MY.samplingMethodBoard" | "MY.samplingMethodYellowtrap" | "MY.samplingMethodMistnet" | "MY.samplingMethodSweeping" | "MY.samplingMethodSoilsample" | "MY.samplingMethodWashing" | "MY.samplingMethodMalaise" | "MY.samplingMethodPantrap" | "MY.samplingMethodSeine" | "MY.samplingMethodAngleFishing" | "MY.samplingMethodTrampling" | "MY.samplingMethodBeamTrawl" | "MY.samplingMethodTrap" | "MY.samplingMethodDropping" | "MY.samplingMethodTrunkWindowTrap" | "MY.samplingMethodElectrofishing" | "MY.samplingMethodSifting" | "MY.samplingMethodDiverInsectTrap" | "MY.samplingMethodDiving" | "MY.samplingMethodBait" | "MY.samplingMethodBaittrap" | "MY.samplingMethodTrawling" | "MY.samplingMethodLight" | "MY.samplingMethodLightTrap" | "MY.samplingMethodWaterBucket" | "MY.samplingMethodAquaticNet" | "MY.samplingMethodAquaticEmergenceTrap" | "MY.samplingMethodWaterSieve" | "MY.samplingMethodOther";
|
|
28
|
-
export declare type SeedMaturityEnum = "" | "MY.seedMaturityImmature" | "MY.seedMaturityMature" | "MY.seedMaturityMixed";
|
|
29
|
-
export declare type SeedMorphologyEnum = "" | "MY.seedMorphologyBent" | "MY.seedMorphologyBroad" | "MY.seedMorphologyCapitate" | "MY.seedMorphologyFolded" | "MY.seedMorphologyLateral" | "MY.seedMorphologyLinearFullyDeveloped" | "MY.seedMorphologyLinearUnderdeveloped" | "MY.seedMorphologyPeripheral" | "MY.seedMorphologyRudimentary" | "MY.seedMorphologySpatulateFullyDeveloped" | "MY.seedMorphologySpatulateUnderdeveloped" | "MY.seedMorphologyUndifferentiated" | "MY.seedMorphologyInvesting";
|
|
30
|
-
export declare type Sexes = "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
|
|
31
|
-
export declare type SmellEnum = "" | "MY.smellNotSmelled" | "MY.smellNoSmelled" | "MY.smellWeak" | "MY.smellModerate" | "MY.smellStrong";
|
|
32
|
-
export declare type SubstrateEnum = "" | "MY.substrateGround" | "MY.substrateGroundLowShrubs" | "MY.substrateGroundLichens" | "MY.substrateGroundHerbs" | "MY.substrateGroundMosses" | "MY.substrateGroundSphagnum" | "MY.substrateGroundGrassy" | "MY.substrateGroundNeedleLitter" | "MY.substrateGroundLeafLitter" | "MY.substrateGroundMixedLitter" | "MY.substrateGroundSandySoil" | "MY.substrateGroundGravelSoil" | "MY.substrateGroundClayeySoil" | "MY.substrateGroundHeathHumus" | "MY.substrateGroundMull" | "MY.substrateGroundPeat" | "MY.substrateGroundBurnedSoil" | "MY.substrateLivingTree" | "MY.substrateLivingTreeTrunk" | "MY.substrateLivingTreeBase" | "MY.substrateLivingTreeRoots" | "MY.substrateLivingTreeBranch" | "MY.substrateLivingTreeDeadBranch" | "MY.substrateLivingTreeDeadLimb" | "MY.substrateLivingTreeLeaf" | "MY.substrateLivingTreeNeedle" | "MY.substrateDeadWood" | "MY.substrateDeadWoodStandingTreeTrunk" | "MY.substrateDeadWoodStandingTreeBranch" | "MY.substrateDeadWoodStandingTreeBase" | "MY.substrateDeadWoodFallenTreeTrunk" | "MY.substrateDeadWoodFallenTreeBranch" | "MY.substrateDeadWoodUpturnedRoots" | "MY.substrateDeadWoodDeadRoots" | "MY.substrateDeadWoodStump" | "MY.substrateDeadWoodFallenBranch" | "MY.substrateDeadWoodCone" | "MY.substrateDeadWoodTwigs" | "MY.substrateDeadWoodBark" | "MY.substrateDeadWoodSawdust" | "MY.substrateDeadWoodPieceOfWood" | "MY.substrateDeadWoodLoggingResidue" | "MY.substrateDeadWoodLog" | "MY.substrateDeadWoodDriftwood" | "MY.substrateDeadWoodConstructionWood" | "MY.substrateDung" | "MY.substrateCompost" | "MY.substrateLivingShoot" | "MY.substrateDeadShoot" | "MY.substrateLivingFungus" | "MY.substrateDeadFungus" | "MY.substrateLivingAnimal" | "MY.substrateDeadAnimal" | "MY.substrateRockSurface" | "MY.substrateDeadNeedle" | "MY.substrateDeadLeaf";
|
|
33
|
-
export declare type SubstrateDecayStageEnum = "" | "MY.substrateDecayStageEnum1" | "MY.substrateDecayStageEnum2" | "MY.substrateDecayStageEnum3" | "MY.substrateDecayStageEnum4" | "MY.substrateDecayStageEnum5";
|
|
34
|
-
export declare type SubstrateTreeClassificationEnum = "" | "MY.substrateTreeClassificationEnum1" | "MY.substrateTreeClassificationEnum2" | "MY.substrateTreeClassificationEnum3" | "MY.substrateTreeClassificationEnum4" | "MY.substrateTreeClassificationEnum5" | "MY.substrateTreeClassificationEnum6";
|
|
35
|
-
export declare type TasteEnum = "" | "MY.tasteNotTasted" | "MY.tasteNoTaste" | "MY.tasteWeak" | "MY.tasteModerate" | "MY.tasteStrong";
|
|
36
|
-
export declare type TaxonConfidenceEnum = "" | "MY.taxonConfidenceSure" | "MY.taxonConfidenceUnsure" | "MY.taxonConfidenceSubspeciesUnsure";
|
|
37
|
-
export declare type WildEnum = "" | "MY.wildWild" | "MY.wildUnknown" | "MY.wildNonWild";
|
|
38
|
-
export declare type PublicityRestrictionsEnum = "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
39
38
|
export interface Unit {
|
|
40
39
|
"@context"?: string;
|
|
41
40
|
id?: string;
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
1
|
+
import { GlowWormMicrohabitatEnum } from './';
|
|
2
|
+
import { LineTransectObsTypeEnum } from './';
|
|
3
|
+
import { LineTransectRouteFieldTypeEnum } from './';
|
|
4
|
+
import { LolifeDroppingsCountEnum } from './';
|
|
5
|
+
import { LolifeDroppingsQualityEnum } from './';
|
|
6
|
+
import { LolifeDroppingsTypeEnum } from './';
|
|
7
|
+
import { LolifeNestTreeEnum } from './';
|
|
8
|
+
import { WaterbirdFemaleEnum } from './';
|
|
9
|
+
import { WaterbirdJuvenileAgeClassEnum } from './';
|
|
10
|
+
import { WaterbirdPairCountOpinionReasoningEnum } from './';
|
|
11
11
|
export interface UnitFact {
|
|
12
12
|
"@context"?: string;
|
|
13
13
|
id?: string;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import { TypeEnum } from './';
|
|
2
|
+
import { LifeStages } from './';
|
|
3
|
+
import { PlantLifeStageEnum } from './';
|
|
4
|
+
import { Sexes } from './';
|
|
5
|
+
import { IntellectualRightsEnum } from './';
|
|
6
|
+
import { PublicityRestrictionsEnum } from './';
|
|
7
7
|
export interface Video {
|
|
8
8
|
"@context"?: string;
|
|
9
9
|
id?: string;
|
|
@@ -178,6 +178,7 @@ import { Validator } from './Validator';
|
|
|
178
178
|
export type { Validator };
|
|
179
179
|
import { Video } from './Video';
|
|
180
180
|
export type { Video };
|
|
181
|
+
export * from './Enums';
|
|
181
182
|
export declare type StoreObject = BibliographicResource | Concept | Pinkka | AdministrativeStatus | Agent | Annotation | AnnotationOccurrence | Area | Audio | BirdSongRecognitionSkillLevel | Branch | Checklist | ChecklistVersion | Collection | CompleteList | ContentContextDescription | DataField | Dataset | DateRange | Device | DeviceIndividual | Document | DownloadRequest | Endangerment | Event | Field | Fieldset | Form | FormFooter | FormInstructions | FormNamedPlaceOptions | FormOptions | FormPermission | FormPermissionPerson | FormPermissionSingle | FormSeason | Gathering | GatheringEvent | GatheringFact | Habitat | Identification | Image | Individual | InformalTaxonGroup | InformationSystem | IucnRedListEvaluation | IucnRedListEvaluationYear | IucnRedListTaxonGroup | Measurement | Model | Multimedia | NamedPlace | News | Notification | Occurrence | Organization | Pdf | Permit | Person | Preparation | Profile | Publication | RegionalStatus | Reserve | Sample | SatelliteTrackingProject | SpecimenTransaction | SpecimenTransactionEvent | SubUnit | Tag | Taxon | TaxonCensus | TaxonConcept | TaxonGroupIucnEditors | TaxonInteraction | TaxonSet | Trait | TraitEnumValue | TraitGroup | Transaction | TransactionEvent | TransactionItem | Translation | TypeSpecimen | Unit | UnitFact | UnitGathering | UnitOfMeasurement | Validator | Video;
|
|
182
183
|
export declare type KeyOfUnion<K extends StoreObject> = K extends keyof K ? K : never;
|
|
183
184
|
export declare type Lang = 'en' | 'fi' | 'sv';
|