@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,70 @@
|
|
|
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 PreparationMaterialsEnum {
|
|
8
|
+
"empty" = "",
|
|
9
|
+
"preparationMaterialsAcetone" = "MF.preparationMaterialsAcetone",
|
|
10
|
+
"preparationMaterialsAmmonia" = "MF.preparationMaterialsAmmonia",
|
|
11
|
+
"preparationMaterialsBasyntan" = "MF.preparationMaterialsBasyntan",
|
|
12
|
+
"preparationMaterialsBorax" = "MF.preparationMaterialsBorax",
|
|
13
|
+
"preparationMaterialsEulan" = "MF.preparationMaterialsEulan",
|
|
14
|
+
"preparationMaterialsHydrogenPeroxide" = "MF.preparationMaterialsHydrogenPeroxide",
|
|
15
|
+
"preparationMaterialsMethyleneChloride" = "MF.preparationMaterialsMethyleneChloride",
|
|
16
|
+
"preparationMaterialsNovaltan" = "MF.preparationMaterialsNovaltan",
|
|
17
|
+
"preparationMaterialsPapaine" = "MF.preparationMaterialsPapaine",
|
|
18
|
+
"preparationMaterialsPlaster" = "MF.preparationMaterialsPlaster",
|
|
19
|
+
"preparationMaterialsPolyurethane" = "MF.preparationMaterialsPolyurethane",
|
|
20
|
+
"preparationMaterialsPretanix" = "MF.preparationMaterialsPretanix",
|
|
21
|
+
"preparationMaterialsPurifiedGasoline" = "MF.preparationMaterialsPurifiedGasoline",
|
|
22
|
+
"preparationMaterialsWoodWool" = "MF.preparationMaterialsWoodWool",
|
|
23
|
+
"preparationMaterialsCTAB" = "MF.preparationMaterialsCTAB",
|
|
24
|
+
"preparationMaterialsEZNAForensicKit" = "MF.preparationMaterialsEZNAForensicKit",
|
|
25
|
+
"preparationMaterialsDNEasyBloodAndTissueKit" = "MF.preparationMaterialsDNEasyBloodAndTissueKit",
|
|
26
|
+
"preparationMaterialsDNEasyPlantKit" = "MF.preparationMaterialsDNEasyPlantKit",
|
|
27
|
+
"preparationMaterialsNucleospinTissueKit" = "MF.preparationMaterialsNucleospinTissueKit",
|
|
28
|
+
"preparationMaterialsNucleospinPlantTwo" = "MF.preparationMaterialsNucleospinPlantTwo",
|
|
29
|
+
"preparationMaterialsSaltExtraction" = "MF.preparationMaterialsSaltExtraction",
|
|
30
|
+
"preparationMaterialsDNeasyPlantMiniKit" = "MF.preparationMaterialsDNeasyPlantMiniKit",
|
|
31
|
+
"preparationMaterialsMagAttractHMWDNAKit" = "MF.preparationMaterialsMagAttractHMWDNAKit"
|
|
32
|
+
}
|
|
33
|
+
export enum PreparationProcessEnum {
|
|
34
|
+
"empty" = "",
|
|
35
|
+
"preparationProcessTanning" = "MF.preparationProcessTanning",
|
|
36
|
+
"preparationProcessEnzymaticMaceration" = "MF.preparationProcessEnzymaticMaceration",
|
|
37
|
+
"preparationProcessDegreasing" = "MF.preparationProcessDegreasing",
|
|
38
|
+
"preparationProcessBeetleCleaning" = "MF.preparationProcessBeetleCleaning",
|
|
39
|
+
"preparationProcessPEG" = "MF.preparationProcessPEG",
|
|
40
|
+
"preparationProcessFreezeDrying" = "MF.preparationProcessFreezeDrying"
|
|
41
|
+
}
|
|
42
|
+
export class Preparation {
|
|
43
|
+
"@context"?: string;
|
|
44
|
+
id?: string;
|
|
45
|
+
"@type"?: string;
|
|
46
|
+
/**
|
|
47
|
+
* Date when the preparation/sample was prepared.
|
|
48
|
+
*/
|
|
49
|
+
preparationDate?: string;
|
|
50
|
+
/**
|
|
51
|
+
* Materials (chemicals, kits etc.) used in the preparation process. It is possible to choose several.
|
|
52
|
+
*/
|
|
53
|
+
preparationMaterials?: PreparationMaterialsEnum[];
|
|
54
|
+
/**
|
|
55
|
+
* Processes used in the preparation. It is possible to choose several.
|
|
56
|
+
*/
|
|
57
|
+
preparationProcess?: PreparationProcessEnum[];
|
|
58
|
+
/**
|
|
59
|
+
* Additional information about the preparation process.
|
|
60
|
+
*/
|
|
61
|
+
preparationProcessNotes?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Name of the person who prepared the preparation/sample, preferably in the format 'lastname, firstname'
|
|
64
|
+
*/
|
|
65
|
+
preparedBy?: string;
|
|
66
|
+
/**
|
|
67
|
+
* Which parent or larger collection this is part of.
|
|
68
|
+
*/
|
|
69
|
+
isPartOf?: string;
|
|
70
|
+
}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { BirdSongRecognitionSkillLevel } from './index.dto';
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/*
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
export enum BirdwatchingActivityLevelEnum {
|
|
9
|
+
"empty" = "",
|
|
10
|
+
"birdwatchingActivityLevelEnum1" = "MA.birdwatchingActivityLevelEnum1",
|
|
11
|
+
"birdwatchingActivityLevelEnum2" = "MA.birdwatchingActivityLevelEnum2",
|
|
12
|
+
"birdwatchingActivityLevelEnum3" = "MA.birdwatchingActivityLevelEnum3",
|
|
13
|
+
"birdwatchingActivityLevelEnum4" = "MA.birdwatchingActivityLevelEnum4"
|
|
14
|
+
}
|
|
15
|
+
export enum FinnishBirdSongRecognitionSkillLevelEnum {
|
|
16
|
+
"empty" = "",
|
|
17
|
+
"finnishBirdSongRecognitionSkillLevelEnum1" = "MA.finnishBirdSongRecognitionSkillLevelEnum1",
|
|
18
|
+
"finnishBirdSongRecognitionSkillLevelEnum2" = "MA.finnishBirdSongRecognitionSkillLevelEnum2",
|
|
19
|
+
"finnishBirdSongRecognitionSkillLevelEnum3" = "MA.finnishBirdSongRecognitionSkillLevelEnum3",
|
|
20
|
+
"finnishBirdSongRecognitionSkillLevelEnum4" = "MA.finnishBirdSongRecognitionSkillLevelEnum4"
|
|
21
|
+
}
|
|
22
|
+
export class Profile {
|
|
23
|
+
"@context"?: string;
|
|
24
|
+
id?: string;
|
|
25
|
+
"@type"?: string;
|
|
26
|
+
birdSongRecognitionSkillLevels?: BirdSongRecognitionSkillLevel[];
|
|
27
|
+
birdwatchingActivityLevel?: BirdwatchingActivityLevelEnum;
|
|
28
|
+
blocked?: string[];
|
|
29
|
+
finnishBirdSongRecognitionSkillLevel?: FinnishBirdSongRecognitionSkillLevelEnum;
|
|
30
|
+
friendRequests?: string[];
|
|
31
|
+
friends?: string[];
|
|
32
|
+
image?: string;
|
|
33
|
+
nameVisibleInKerttu?: boolean;
|
|
34
|
+
personalCollectionIdentifier?: string;
|
|
35
|
+
profileDescription?: string;
|
|
36
|
+
settings?: {
|
|
37
|
+
[k: string]: unknown | undefined;
|
|
38
|
+
};
|
|
39
|
+
taxonExpertise?: string[];
|
|
40
|
+
taxonExpertiseNotes?: string;
|
|
41
|
+
userID: string;
|
|
42
|
+
profileKey?: string;
|
|
43
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
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 Publication {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
"dc:URI"?: string;
|
|
12
|
+
"dc:bibliographicCitation"?: {
|
|
13
|
+
en?: string;
|
|
14
|
+
fi?: string;
|
|
15
|
+
sv?: string;
|
|
16
|
+
};
|
|
17
|
+
}
|
|
@@ -0,0 +1,60 @@
|
|
|
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 TypeOfOccurrenceEnum {
|
|
8
|
+
"MX.doesNotOccur" = "MX.doesNotOccur",
|
|
9
|
+
"MX.typeOfOccurrenceOccurs" = "MX.typeOfOccurrenceOccurs",
|
|
10
|
+
"MX.typeOfOccurrenceStablePopulation" = "MX.typeOfOccurrenceStablePopulation",
|
|
11
|
+
"MX.typeOfOccurrenceCommon" = "MX.typeOfOccurrenceCommon",
|
|
12
|
+
"MX.typeOfOccurrenceRare" = "MX.typeOfOccurrenceRare",
|
|
13
|
+
"MX.typeOfOccurrenceVeryRare" = "MX.typeOfOccurrenceVeryRare",
|
|
14
|
+
"MX.typeOfOccurrenceVagrant" = "MX.typeOfOccurrenceVagrant",
|
|
15
|
+
"MX.typeOfOccurrenceRareVagrant" = "MX.typeOfOccurrenceRareVagrant",
|
|
16
|
+
"MX.typeOfOccurrenceMigrant" = "MX.typeOfOccurrenceMigrant",
|
|
17
|
+
"MX.typeOfOccurrenceImport" = "MX.typeOfOccurrenceImport",
|
|
18
|
+
"MX.typeOfOccurrenceAnthropogenic" = "MX.typeOfOccurrenceAnthropogenic",
|
|
19
|
+
"MX.typeOfOccurrenceNotEstablished" = "MX.typeOfOccurrenceNotEstablished",
|
|
20
|
+
"MX.typeOfOccurrenceExtirpated" = "MX.typeOfOccurrenceExtirpated",
|
|
21
|
+
"MX.typeOfOccurrenceOldRecords" = "MX.typeOfOccurrenceOldRecords",
|
|
22
|
+
"MX.typeOfOccurrenceUncertain" = "MX.typeOfOccurrenceUncertain",
|
|
23
|
+
"MX.typeOfOccurrenceSpontaneousOldResident" = "MX.typeOfOccurrenceSpontaneousOldResident",
|
|
24
|
+
"MX.typeOfOccurrenceSpontaneousNewResident" = "MX.typeOfOccurrenceSpontaneousNewResident",
|
|
25
|
+
"MX.typeOfOccurrenceAlienOldResident" = "MX.typeOfOccurrenceAlienOldResident",
|
|
26
|
+
"MX.typeOfOccurrenceSpontaneousNewEphemeral" = "MX.typeOfOccurrenceSpontaneousNewEphemeral",
|
|
27
|
+
"MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld" = "MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld",
|
|
28
|
+
"MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct" = "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct",
|
|
29
|
+
"MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct" = "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct",
|
|
30
|
+
"MX.typeOfOccurrenceAlienNewEphemeral" = "MX.typeOfOccurrenceAlienNewEphemeral",
|
|
31
|
+
"MX.typeOfOccurrenceAlienNewEphemeralOnlyold" = "MX.typeOfOccurrenceAlienNewEphemeralOnlyold",
|
|
32
|
+
"MX.typeOfOccurrenceAlienNewResident" = "MX.typeOfOccurrenceAlienNewResident",
|
|
33
|
+
"MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct" = "MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct",
|
|
34
|
+
"MX.typeOfOccurrenceAlienOldExtinct" = "MX.typeOfOccurrenceAlienOldExtinct",
|
|
35
|
+
"MX.typeOfOccurrenceSmallDegreeCultivatedOrigin" = "MX.typeOfOccurrenceSmallDegreeCultivatedOrigin",
|
|
36
|
+
"MX.typeOfOccurrenceNotableDegreeCultivatedOrigin" = "MX.typeOfOccurrenceNotableDegreeCultivatedOrigin",
|
|
37
|
+
"MX.typeOfOccurrenceCompletelyCultivatedOrigin" = "MX.typeOfOccurrenceCompletelyCultivatedOrigin",
|
|
38
|
+
"MX.typeOfOccurrenceOnlyCultivated" = "MX.typeOfOccurrenceOnlyCultivated",
|
|
39
|
+
"MX.typeOfOccurrenceMaxShortDistanceEscape" = "MX.typeOfOccurrenceMaxShortDistanceEscape",
|
|
40
|
+
"MX.typeOfOccurrenceMaxSoilImmigrant" = "MX.typeOfOccurrenceMaxSoilImmigrant",
|
|
41
|
+
"MX.typeOfOccurrenceMaxReplanted" = "MX.typeOfOccurrenceMaxReplanted",
|
|
42
|
+
"MX.typeOfOccurrenceMaxRelict" = "MX.typeOfOccurrenceMaxRelict",
|
|
43
|
+
"MX.typeOfOccurrenceNotEvaluated" = "MX.typeOfOccurrenceNotEvaluated",
|
|
44
|
+
"MX.typeOfOccurrenceRegularBreeder" = "MX.typeOfOccurrenceRegularBreeder",
|
|
45
|
+
"MX.typeOfOccurrenceIrregularBreeder" = "MX.typeOfOccurrenceIrregularBreeder",
|
|
46
|
+
"MX.typeOfOccurrencePassageMigrant" = "MX.typeOfOccurrencePassageMigrant",
|
|
47
|
+
"MX.typeOfOccurrenceBirdLifeCategoryA" = "MX.typeOfOccurrenceBirdLifeCategoryA",
|
|
48
|
+
"MX.typeOfOccurrenceBirdLifeCategoryB" = "MX.typeOfOccurrenceBirdLifeCategoryB",
|
|
49
|
+
"MX.typeOfOccurrenceBirdLifeCategoryC" = "MX.typeOfOccurrenceBirdLifeCategoryC",
|
|
50
|
+
"MX.typeOfOccurrenceBirdLifeCategoryD" = "MX.typeOfOccurrenceBirdLifeCategoryD",
|
|
51
|
+
"MX.typeOfOccurrenceBirdLifeCategoryE" = "MX.typeOfOccurrenceBirdLifeCategoryE",
|
|
52
|
+
"MX.typeOfOccurrenceOccursBasedOnOccurrences" = "MX.typeOfOccurrenceOccursBasedOnOccurrences"
|
|
53
|
+
}
|
|
54
|
+
export class RegionalStatus {
|
|
55
|
+
"@context"?: string;
|
|
56
|
+
id?: string;
|
|
57
|
+
"@type"?: string;
|
|
58
|
+
regionalStatusArea: string;
|
|
59
|
+
regionalStatusStatus: TypeOfOccurrenceEnum;
|
|
60
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
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 Reserve {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
reserver: string;
|
|
12
|
+
until: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,246 @@
|
|
|
1
|
+
import { Measurement } from './index.dto';
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/*
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
export enum ElutionMediumEnum {
|
|
9
|
+
"empty" = "",
|
|
10
|
+
"elutionMediumUltrapureWater" = "MF.elutionMediumUltrapureWater",
|
|
11
|
+
"elutionMediumElutionBuffer" = "MF.elutionMediumElutionBuffer"
|
|
12
|
+
}
|
|
13
|
+
export enum IndividualsInPreparationEnum {
|
|
14
|
+
"empty" = "",
|
|
15
|
+
"individualsInPreparationMultiple" = "MF.individualsInPreparationMultiple",
|
|
16
|
+
"individualsInPreparationSingle" = "MF.individualsInPreparationSingle"
|
|
17
|
+
}
|
|
18
|
+
export enum MaterialEnum {
|
|
19
|
+
"empty" = "",
|
|
20
|
+
"materialBirdStudySkin" = "MF.materialBirdStudySkin",
|
|
21
|
+
"materialWing" = "MF.materialWing",
|
|
22
|
+
"materialTail" = "MF.materialTail",
|
|
23
|
+
"materialWingAndTail" = "MF.materialWingAndTail",
|
|
24
|
+
"materialSkull" = "MF.materialSkull",
|
|
25
|
+
"materialEntireSkeleton" = "MF.materialEntireSkeleton",
|
|
26
|
+
"materialBones" = "MF.materialBones",
|
|
27
|
+
"materialSkullAndBones" = "MF.materialSkullAndBones",
|
|
28
|
+
"materialAntlers" = "MF.materialAntlers",
|
|
29
|
+
"materialHead" = "MF.materialHead",
|
|
30
|
+
"materialMuscle" = "MF.materialMuscle",
|
|
31
|
+
"materialLiver" = "MF.materialLiver",
|
|
32
|
+
"materialLeaf" = "MF.materialLeaf",
|
|
33
|
+
"materialBlood" = "MF.materialBlood",
|
|
34
|
+
"materialLeg" = "MF.materialLeg",
|
|
35
|
+
"materialSkin" = "MF.materialSkin",
|
|
36
|
+
"materialFeather" = "MF.materialFeather",
|
|
37
|
+
"materialEgg" = "MF.materialEgg",
|
|
38
|
+
"materialEggContent" = "MF.materialEggContent",
|
|
39
|
+
"materialGenomicDNA" = "MF.materialGenomicDNA",
|
|
40
|
+
"materialMitochondrialDNA" = "MF.materialMitochondrialDNA",
|
|
41
|
+
"materialChloroplastDNA" = "MF.materialChloroplastDNA",
|
|
42
|
+
"materialEnvironmentalDNA" = "MF.materialEnvironmentalDNA",
|
|
43
|
+
"materialTeeth" = "MF.materialTeeth",
|
|
44
|
+
"materialBodyParts" = "MF.materialBodyParts",
|
|
45
|
+
"materialEntireOrganism" = "MF.materialEntireOrganism",
|
|
46
|
+
"materialAppendages" = "MF.materialAppendages",
|
|
47
|
+
"materialGenitalPreparation" = "MF.materialGenitalPreparation",
|
|
48
|
+
"materialSection" = "MF.materialSection",
|
|
49
|
+
"materialChromosomes" = "MF.materialChromosomes",
|
|
50
|
+
"materialShell" = "MF.materialShell",
|
|
51
|
+
"materialHair" = "MF.materialHair",
|
|
52
|
+
"materialClutch" = "MF.materialClutch",
|
|
53
|
+
"materialEggshell" = "MF.materialEggshell",
|
|
54
|
+
"materialEggshellFragments" = "MF.materialEggshellFragments",
|
|
55
|
+
"materialNest" = "MF.materialNest",
|
|
56
|
+
"materialNestMaterial" = "MF.materialNestMaterial",
|
|
57
|
+
"materialOther" = "MF.materialOther"
|
|
58
|
+
}
|
|
59
|
+
export enum PreparationTypeEnum {
|
|
60
|
+
"preparationTypeSkin" = "MF.preparationTypeSkin",
|
|
61
|
+
"preparationTypeSkeletal" = "MF.preparationTypeSkeletal",
|
|
62
|
+
"preparationTypeMount" = "MF.preparationTypeMount",
|
|
63
|
+
"preparationTypeTissue" = "MF.preparationTypeTissue",
|
|
64
|
+
"preparationTypeTissueEcotoxicology" = "MF.preparationTypeTissueEcotoxicology",
|
|
65
|
+
"preparationTypeLiquid" = "MF.preparationTypeLiquid",
|
|
66
|
+
"preparationTypeMicroscopeSlide" = "MF.preparationTypeMicroscopeSlide",
|
|
67
|
+
"preparationTypeDNAExtract" = "MF.preparationTypeDNAExtract",
|
|
68
|
+
"preparationTypeEgg" = "MF.preparationTypeEgg",
|
|
69
|
+
"preparationTypeNest" = "MF.preparationTypeNest",
|
|
70
|
+
"preparationTypeOther" = "MF.preparationTypeOther"
|
|
71
|
+
}
|
|
72
|
+
export enum Preservations {
|
|
73
|
+
"empty" = "",
|
|
74
|
+
"preservationPressed" = "MY.preservationPressed",
|
|
75
|
+
"preservationDry" = "MY.preservationDry",
|
|
76
|
+
"preservationCriticalPointDrying" = "MY.preservationCriticalPointDrying",
|
|
77
|
+
"preservationPinned" = "MY.preservationPinned",
|
|
78
|
+
"preservationGlued" = "MY.preservationGlued",
|
|
79
|
+
"preservationLiquid" = "MY.preservationLiquid",
|
|
80
|
+
"preservationEthanol" = "MY.preservationEthanol",
|
|
81
|
+
"preservationEthanolPure" = "MY.preservationEthanolPure",
|
|
82
|
+
"preservationEthanol70" = "MY.preservationEthanol70",
|
|
83
|
+
"preservationEthanol80" = "MY.preservationEthanol80",
|
|
84
|
+
"preservationEthanol80Pure" = "MY.preservationEthanol80Pure",
|
|
85
|
+
"preservationEthanol96" = "MY.preservationEthanol96",
|
|
86
|
+
"preservationEthanolDenatured" = "MY.preservationEthanolDenatured",
|
|
87
|
+
"preservationEthanolFormalin" = "MY.preservationEthanolFormalin",
|
|
88
|
+
"preservationEthanolExFormalin" = "MY.preservationEthanolExFormalin",
|
|
89
|
+
"preservationFormalin" = "MY.preservationFormalin",
|
|
90
|
+
"preservationBouinSolution" = "MY.preservationBouinSolution",
|
|
91
|
+
"preservationPampelsFluid" = "MY.preservationPampelsFluid",
|
|
92
|
+
"preservationGlycerol" = "MY.preservationGlycerol",
|
|
93
|
+
"preservationParaffin" = "MY.preservationParaffin",
|
|
94
|
+
"preservationMercuricChloride" = "MY.preservationMercuricChloride",
|
|
95
|
+
"preservationCryopreserved" = "MY.preservationCryopreserved",
|
|
96
|
+
"preservationFrozen" = "MY.preservationFrozen",
|
|
97
|
+
"preservationFrozenMinus80C" = "MY.preservationFrozenMinus80C",
|
|
98
|
+
"preservationFreezeDried" = "MY.preservationFreezeDried",
|
|
99
|
+
"preservationGoldPlated" = "MY.preservationGoldPlated",
|
|
100
|
+
"preservationActiveCulture" = "MY.preservationActiveCulture",
|
|
101
|
+
"preservationLiving" = "MY.preservationLiving",
|
|
102
|
+
"preservationSlide" = "MY.preservationSlide",
|
|
103
|
+
"preservationSlideCanadaBalsam" = "MY.preservationSlideCanadaBalsam",
|
|
104
|
+
"preservationSlideEuparal" = "MY.preservationSlideEuparal",
|
|
105
|
+
"preservationSlidePolyviol" = "MY.preservationSlidePolyviol",
|
|
106
|
+
"preservationStuffed" = "MY.preservationStuffed",
|
|
107
|
+
"preservationCast" = "MY.preservationCast",
|
|
108
|
+
"preservationPlastinated" = "MY.preservationPlastinated",
|
|
109
|
+
"preservationFrozenMinus80CAndEthanolMinus20C" = "MY.preservationFrozenMinus80CAndEthanolMinus20C"
|
|
110
|
+
}
|
|
111
|
+
export enum QualityEnum {
|
|
112
|
+
"empty" = "",
|
|
113
|
+
"qualityLow" = "MF.qualityLow",
|
|
114
|
+
"qualityMedium" = "MF.qualityMedium",
|
|
115
|
+
"qualityHigh" = "MF.qualityHigh"
|
|
116
|
+
}
|
|
117
|
+
export enum QualityCheckMethodEnum {
|
|
118
|
+
"empty" = "",
|
|
119
|
+
"qualityCheckMethodNanoDrop" = "MF.qualityCheckMethodNanoDrop",
|
|
120
|
+
"qualityCheckMethodCubit" = "MF.qualityCheckMethodCubit"
|
|
121
|
+
}
|
|
122
|
+
export enum Statuses {
|
|
123
|
+
"empty" = "",
|
|
124
|
+
"statusOk" = "MY.statusOk",
|
|
125
|
+
"statusMissing" = "MY.statusMissing",
|
|
126
|
+
"statusUnrecoverable" = "MY.statusUnrecoverable",
|
|
127
|
+
"statusLost" = "MY.statusLost",
|
|
128
|
+
"statusDonated" = "MY.statusDonated",
|
|
129
|
+
"statusDeposited" = "MY.statusDeposited",
|
|
130
|
+
"statusDeaccessioned" = "MY.statusDeaccessioned",
|
|
131
|
+
"statusDiscarded" = "MY.statusDiscarded",
|
|
132
|
+
"statusSpent" = "MY.statusSpent",
|
|
133
|
+
"statusDestroyed" = "MY.statusDestroyed",
|
|
134
|
+
"statusUndefined" = "MY.statusUndefined",
|
|
135
|
+
"statusAxenic" = "MY.statusAxenic",
|
|
136
|
+
"statusNonAxenic" = "MY.statusNonAxenic",
|
|
137
|
+
"statusNotAvailable" = "MY.statusNotAvailable",
|
|
138
|
+
"statusDead" = "MY.statusDead",
|
|
139
|
+
"statusNoVoucherRetained" = "MY.statusNoVoucherRetained"
|
|
140
|
+
}
|
|
141
|
+
export class Sample {
|
|
142
|
+
"@context"?: string;
|
|
143
|
+
id?: string;
|
|
144
|
+
"@type"?: string;
|
|
145
|
+
/**
|
|
146
|
+
* Name of the instrument or device used for DNA extraction
|
|
147
|
+
*/
|
|
148
|
+
DNAExtractionInstrument?: string;
|
|
149
|
+
/**
|
|
150
|
+
* Other identifiers this preparation/sample has, in format 'type:identifier'. For example: 'MZHtissue:123'. You can enter the type and colon and then click 'generate' to fetch the next free number for that prefix type.
|
|
151
|
+
*/
|
|
152
|
+
additionalIDs?: string[];
|
|
153
|
+
/**
|
|
154
|
+
* BOLD ID (usually BOLD "Sample ID") for the preparation/sample. If no other preparation/sample information is entered, use the BOLD field on the document level
|
|
155
|
+
*/
|
|
156
|
+
bold?: string;
|
|
157
|
+
/**
|
|
158
|
+
* The collection which this preparation/sample belongs to, if different from the collection of the specimen.
|
|
159
|
+
*/
|
|
160
|
+
collectionID?: string;
|
|
161
|
+
/**
|
|
162
|
+
* Notes on the defects of the preparation/sample (missing parts or such). For specimen level status use the condition field in the basic information section (document level). Empty value means same as "good" or "hyvä" - that the sample is in fine condition.
|
|
163
|
+
*/
|
|
164
|
+
condition?: string;
|
|
165
|
+
/**
|
|
166
|
+
* Tag for the preparation/sample. For specimen level tags, use the tag field in the basic information section (document level).
|
|
167
|
+
*/
|
|
168
|
+
datasetID?: string[];
|
|
169
|
+
/**
|
|
170
|
+
* DNA sample elution medium
|
|
171
|
+
*/
|
|
172
|
+
elutionMedium?: ElutionMediumEnum;
|
|
173
|
+
/**
|
|
174
|
+
* Diary-style information about what has been done to the preparation/sample
|
|
175
|
+
*/
|
|
176
|
+
event?: string[];
|
|
177
|
+
/**
|
|
178
|
+
* Genbank ID for the preparation/sample. If no other preparation/sample information is entered, use the Genbank field on the document level
|
|
179
|
+
*/
|
|
180
|
+
genbank?: string[];
|
|
181
|
+
/**
|
|
182
|
+
* For example a jar that contains multiple fish individuals can be recorded as one specimen and one preparation. Can also be used for DNA samples (was DNA extracted from single or multiple individuals?).
|
|
183
|
+
*/
|
|
184
|
+
individualsInPreparation?: IndividualsInPreparationEnum;
|
|
185
|
+
/**
|
|
186
|
+
* Preparation/sample material. Choose preparation/sample type first.
|
|
187
|
+
*/
|
|
188
|
+
material?: MaterialEnum;
|
|
189
|
+
/**
|
|
190
|
+
* Additional information about the preparation/sample
|
|
191
|
+
*/
|
|
192
|
+
notes?: string;
|
|
193
|
+
/**
|
|
194
|
+
* Type of preparation/sample
|
|
195
|
+
*/
|
|
196
|
+
preparationType: PreparationTypeEnum;
|
|
197
|
+
/**
|
|
198
|
+
* Preservation methods and materials of the preparation/sample. It is possible to choose several
|
|
199
|
+
*/
|
|
200
|
+
preservation?: Preservations[];
|
|
201
|
+
/**
|
|
202
|
+
* Publication references or doi's that refer to this preparations/sample. For publications referring to the specimen, use publications field in the Other section (document level).
|
|
203
|
+
*/
|
|
204
|
+
publication?: string[];
|
|
205
|
+
/**
|
|
206
|
+
* DNA sample quality on a three step scale. The quality is defined by quality check measurements
|
|
207
|
+
*/
|
|
208
|
+
quality?: QualityEnum;
|
|
209
|
+
/**
|
|
210
|
+
* Date of the latest quality check measurements
|
|
211
|
+
*/
|
|
212
|
+
qualityCheckDate?: string;
|
|
213
|
+
/**
|
|
214
|
+
* Method or instrument used for quality measurements
|
|
215
|
+
*/
|
|
216
|
+
qualityCheckMethod?: QualityCheckMethodEnum[];
|
|
217
|
+
/**
|
|
218
|
+
* Additional information about the DNA sample quality
|
|
219
|
+
*/
|
|
220
|
+
qualityNotes?: string;
|
|
221
|
+
/**
|
|
222
|
+
* Location of the preparation/sample so that museum personnel can find it. E.g. room, freezer, shelf number etc.
|
|
223
|
+
*/
|
|
224
|
+
sampleLocation?: string;
|
|
225
|
+
specimenID: string;
|
|
226
|
+
/**
|
|
227
|
+
* Status of the preparation/sample. For specimen level status use the status field in the basic information section. Empty value means same as "ok" - that there is nothing special about the status of the sample.
|
|
228
|
+
*/
|
|
229
|
+
status?: Statuses;
|
|
230
|
+
/**
|
|
231
|
+
* Which parent or larger collection this is part of.
|
|
232
|
+
*/
|
|
233
|
+
isPartOf?: string;
|
|
234
|
+
/**
|
|
235
|
+
* For measurements taken from the preparation/sample, use the measurement field in the preparation/sample section. For measurements taken from the specimen, use the measurements field on unit level.
|
|
236
|
+
*/
|
|
237
|
+
measurement?: Measurement;
|
|
238
|
+
creator?: string;
|
|
239
|
+
dateCreated?: string;
|
|
240
|
+
dateEdited?: string;
|
|
241
|
+
editor?: string;
|
|
242
|
+
/**
|
|
243
|
+
* Team or organisation that owns the record and can edit it.
|
|
244
|
+
*/
|
|
245
|
+
owner?: string;
|
|
246
|
+
}
|
|
@@ -0,0 +1,22 @@
|
|
|
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 SatelliteTrackingProject {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
targetIndividualIds?: string[];
|
|
12
|
+
description?: {
|
|
13
|
+
en?: string;
|
|
14
|
+
fi?: string;
|
|
15
|
+
sv?: string;
|
|
16
|
+
};
|
|
17
|
+
name: {
|
|
18
|
+
en?: string;
|
|
19
|
+
fi?: string;
|
|
20
|
+
sv?: string;
|
|
21
|
+
};
|
|
22
|
+
}
|