@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,75 @@
|
|
|
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 TaxonInteractionEnum {
|
|
8
|
+
"taxonInteractionNeutralism" = "MI.taxonInteractionNeutralism",
|
|
9
|
+
"taxonInteractionAntagonism" = "MI.taxonInteractionAntagonism",
|
|
10
|
+
"taxonInteractionCommensalism" = "MI.taxonInteractionCommensalism",
|
|
11
|
+
"taxonInteractionCompetition" = "MI.taxonInteractionCompetition",
|
|
12
|
+
"taxonInteractionAmensalism" = "MI.taxonInteractionAmensalism",
|
|
13
|
+
"taxonInteractionMutualism" = "MI.taxonInteractionMutualism",
|
|
14
|
+
"taxonInteractionPredation" = "MI.taxonInteractionPredation",
|
|
15
|
+
"taxonInteractionParasitism" = "MI.taxonInteractionParasitism",
|
|
16
|
+
"taxonInteractionEctoparasitism" = "MI.taxonInteractionEctoparasitism",
|
|
17
|
+
"taxonInteractionEndoparasitism" = "MI.taxonInteractionEndoparasitism"
|
|
18
|
+
}
|
|
19
|
+
export enum LifeStages {
|
|
20
|
+
"empty" = "",
|
|
21
|
+
"lifeStageEgg" = "MY.lifeStageEgg",
|
|
22
|
+
"lifeStageLarva" = "MY.lifeStageLarva",
|
|
23
|
+
"lifeStagePupa" = "MY.lifeStagePupa",
|
|
24
|
+
"lifeStageJuvenile" = "MY.lifeStageJuvenile",
|
|
25
|
+
"lifeStageNymph" = "MY.lifeStageNymph",
|
|
26
|
+
"lifeStageSubimago" = "MY.lifeStageSubimago",
|
|
27
|
+
"lifeStageImmature" = "MY.lifeStageImmature",
|
|
28
|
+
"lifeStageAdult" = "MY.lifeStageAdult",
|
|
29
|
+
"lifeStageFertile" = "MY.lifeStageFertile",
|
|
30
|
+
"lifeStageSterile" = "MY.lifeStageSterile",
|
|
31
|
+
"lifeStageTadpole" = "MY.lifeStageTadpole",
|
|
32
|
+
"lifeStageEmbryo" = "MY.lifeStageEmbryo",
|
|
33
|
+
"lifeStageSubadult" = "MY.lifeStageSubadult",
|
|
34
|
+
"lifeStageMature" = "MY.lifeStageMature",
|
|
35
|
+
"lifeStagePullus" = "MY.lifeStagePullus",
|
|
36
|
+
"lifeStageHatchedEgg" = "MY.lifeStageHatchedEgg",
|
|
37
|
+
"lifeStageHatchedPupa" = "MY.lifeStageHatchedPupa",
|
|
38
|
+
"lifeStageGall" = "MY.lifeStageGall",
|
|
39
|
+
"lifeStageMarks" = "MY.lifeStageMarks",
|
|
40
|
+
"lifeStageTriungulin" = "MY.lifeStageTriungulin"
|
|
41
|
+
}
|
|
42
|
+
export enum LifeStages1 {
|
|
43
|
+
"empty" = "",
|
|
44
|
+
"lifeStageEgg" = "MY.lifeStageEgg",
|
|
45
|
+
"lifeStageLarva" = "MY.lifeStageLarva",
|
|
46
|
+
"lifeStagePupa" = "MY.lifeStagePupa",
|
|
47
|
+
"lifeStageJuvenile" = "MY.lifeStageJuvenile",
|
|
48
|
+
"lifeStageNymph" = "MY.lifeStageNymph",
|
|
49
|
+
"lifeStageSubimago" = "MY.lifeStageSubimago",
|
|
50
|
+
"lifeStageImmature" = "MY.lifeStageImmature",
|
|
51
|
+
"lifeStageAdult" = "MY.lifeStageAdult",
|
|
52
|
+
"lifeStageFertile" = "MY.lifeStageFertile",
|
|
53
|
+
"lifeStageSterile" = "MY.lifeStageSterile",
|
|
54
|
+
"lifeStageTadpole" = "MY.lifeStageTadpole",
|
|
55
|
+
"lifeStageEmbryo" = "MY.lifeStageEmbryo",
|
|
56
|
+
"lifeStageSubadult" = "MY.lifeStageSubadult",
|
|
57
|
+
"lifeStageMature" = "MY.lifeStageMature",
|
|
58
|
+
"lifeStagePullus" = "MY.lifeStagePullus",
|
|
59
|
+
"lifeStageHatchedEgg" = "MY.lifeStageHatchedEgg",
|
|
60
|
+
"lifeStageHatchedPupa" = "MY.lifeStageHatchedPupa",
|
|
61
|
+
"lifeStageGall" = "MY.lifeStageGall",
|
|
62
|
+
"lifeStageMarks" = "MY.lifeStageMarks",
|
|
63
|
+
"lifeStageTriungulin" = "MY.lifeStageTriungulin"
|
|
64
|
+
}
|
|
65
|
+
export class TaxonInteraction {
|
|
66
|
+
"@context"?: string;
|
|
67
|
+
id?: string;
|
|
68
|
+
"@type"?: string;
|
|
69
|
+
interactionType: TaxonInteractionEnum;
|
|
70
|
+
objectLifeStage?: LifeStages;
|
|
71
|
+
objectTaxon: string;
|
|
72
|
+
originalPublication?: string[];
|
|
73
|
+
subjectLifeStage?: LifeStages;
|
|
74
|
+
subjectTaxon: string;
|
|
75
|
+
}
|
|
@@ -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 TaxonSet {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 Trait {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
baseUnit?: string;
|
|
12
|
+
dataEntryName: string;
|
|
13
|
+
description: string;
|
|
14
|
+
exampleValues?: string;
|
|
15
|
+
externalIdentifier?: string[];
|
|
16
|
+
hasEnumeration?: string[];
|
|
17
|
+
name: string;
|
|
18
|
+
partOfGroup: string;
|
|
19
|
+
reference?: string[];
|
|
20
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
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 TraitEnumValue {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
"herbo:sortOrder"?: number;
|
|
12
|
+
dataEntryName: string;
|
|
13
|
+
description: string;
|
|
14
|
+
name: string;
|
|
15
|
+
sortOrder?: number;
|
|
16
|
+
}
|
|
@@ -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 TraitGroup {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
description: string;
|
|
12
|
+
name: string;
|
|
13
|
+
}
|
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
import { Permit } 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 AvailableForGeneticResearchEnum {
|
|
9
|
+
"empty" = "",
|
|
10
|
+
"availableForGeneticResearchYes" = "HRA.availableForGeneticResearchYes",
|
|
11
|
+
"availableForGeneticResearchWithRestrictions" = "HRA.availableForGeneticResearchWithRestrictions",
|
|
12
|
+
"availableForGeneticResearchNo" = "HRA.availableForGeneticResearchNo"
|
|
13
|
+
}
|
|
14
|
+
export enum GeneticResourceTypeEnum {
|
|
15
|
+
"empty" = "",
|
|
16
|
+
"geneticResourceTypeAnimal" = "HRA.geneticResourceTypeAnimal",
|
|
17
|
+
"geneticResourceTypePlant" = "HRA.geneticResourceTypePlant",
|
|
18
|
+
"geneticResourceTypeFungus" = "HRA.geneticResourceTypeFungus",
|
|
19
|
+
"geneticResourceTypeMicrobe" = "HRA.geneticResourceTypeMicrobe",
|
|
20
|
+
"geneticResourceTypeSoil" = "HRA.geneticResourceTypeSoil",
|
|
21
|
+
"geneticResourceTypeAqua" = "HRA.geneticResourceTypeAqua"
|
|
22
|
+
}
|
|
23
|
+
export enum LocalDepartments {
|
|
24
|
+
"empty" = "",
|
|
25
|
+
"localDepartmentDipteraHymenoptera" = "HRA.localDepartmentDipteraHymenoptera",
|
|
26
|
+
"localDepartmentLepidopteraColeoptera" = "HRA.localDepartmentLepidopteraColeoptera",
|
|
27
|
+
"localDepartmentMetazoa" = "HRA.localDepartmentMetazoa",
|
|
28
|
+
"localDepartmentMonitoring" = "HRA.localDepartmentMonitoring",
|
|
29
|
+
"localDepartmentBryology" = "HRA.localDepartmentBryology",
|
|
30
|
+
"localDepartmentGarden" = "HRA.localDepartmentGarden",
|
|
31
|
+
"localDepartmentMycology" = "HRA.localDepartmentMycology",
|
|
32
|
+
"localDepartmentVascularPlants" = "HRA.localDepartmentVascularPlants"
|
|
33
|
+
}
|
|
34
|
+
export enum ResourceImportedEnum {
|
|
35
|
+
"empty" = "",
|
|
36
|
+
"resourceImportedGeneticResources" = "HRA.resourceImportedGeneticResources",
|
|
37
|
+
"resourceImportedTraditionalKnowledge" = "HRA.resourceImportedTraditionalKnowledge",
|
|
38
|
+
"resourceImportedBoth" = "HRA.resourceImportedBoth"
|
|
39
|
+
}
|
|
40
|
+
export enum SentTypes {
|
|
41
|
+
"empty" = "",
|
|
42
|
+
"sentTypePriority" = "HRA.sentTypePriority",
|
|
43
|
+
"sentTypeEconomy" = "HRA.sentTypeEconomy",
|
|
44
|
+
"sentTypeCourier" = "HRA.sentTypeCourier",
|
|
45
|
+
"sentTypeCarried" = "HRA.sentTypeCarried",
|
|
46
|
+
"sentTypeOther" = "HRA.sentTypeOther",
|
|
47
|
+
"sentTypeImage" = "HRA.sentTypeImage"
|
|
48
|
+
}
|
|
49
|
+
export enum TransactionStatuses {
|
|
50
|
+
"empty" = "",
|
|
51
|
+
"transactionStatusInProcess" = "HRA.transactionStatusInProcess",
|
|
52
|
+
"transactionStatusOutstanding" = "HRA.transactionStatusOutstanding",
|
|
53
|
+
"transactionStatusClosed" = "HRA.transactionStatusClosed"
|
|
54
|
+
}
|
|
55
|
+
export enum TransactionTypes {
|
|
56
|
+
"transactionTypeLoanIncoming" = "HRA.transactionTypeLoanIncoming",
|
|
57
|
+
"transactionTypeGiftIncoming" = "HRA.transactionTypeGiftIncoming",
|
|
58
|
+
"transactionTypeExchangeIncoming" = "HRA.transactionTypeExchangeIncoming",
|
|
59
|
+
"transactionTypeLoanOutgoing" = "HRA.transactionTypeLoanOutgoing",
|
|
60
|
+
"transactionTypeGiftOutgoing" = "HRA.transactionTypeGiftOutgoing",
|
|
61
|
+
"transactionTypeExchangeOutgoing" = "HRA.transactionTypeExchangeOutgoing",
|
|
62
|
+
"transactionTypeFieldCollection" = "HRA.transactionTypeFieldCollection",
|
|
63
|
+
"transactionTypeImportNotice" = "HRA.transactionTypeImportNotice",
|
|
64
|
+
"transactionTypeABSNegotiations" = "HRA.transactionTypeABSNegotiations",
|
|
65
|
+
"transactionTypeVirtualLoanOutgoing" = "HRA.transactionTypeVirtualLoanOutgoing"
|
|
66
|
+
}
|
|
67
|
+
export enum PublicityRestrictionsEnum {
|
|
68
|
+
"empty" = "",
|
|
69
|
+
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
70
|
+
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
71
|
+
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
72
|
+
}
|
|
73
|
+
export class Transaction {
|
|
74
|
+
"@context"?: string;
|
|
75
|
+
id?: string;
|
|
76
|
+
"@type"?: string;
|
|
77
|
+
/**
|
|
78
|
+
* Internationally Recognized Certificate of Compliance. Kotka checks from the ABS Clearing House that the entered IRCC number exists and is valid.
|
|
79
|
+
*/
|
|
80
|
+
IRCC?: string;
|
|
81
|
+
/**
|
|
82
|
+
* If you choose "Yes, with restrictions", explain the restrictions in the following field "Rights and obligations".
|
|
83
|
+
*/
|
|
84
|
+
availableForGeneticResearch?: AvailableForGeneticResearchEnum;
|
|
85
|
+
availableForGeneticResearchNotes?: string;
|
|
86
|
+
away?: string[];
|
|
87
|
+
/**
|
|
88
|
+
* For statiscal purposes. The collection where the transaction is directed to. Record transactions directed to different collections as separate transactions if you use this field.
|
|
89
|
+
*/
|
|
90
|
+
collectionID?: string;
|
|
91
|
+
/**
|
|
92
|
+
* Which Luomus' department is shown on loan sheets
|
|
93
|
+
*/
|
|
94
|
+
correspondenceHeaderOrganizationCode?: string;
|
|
95
|
+
/**
|
|
96
|
+
* Select the correspondent organization from a list. If not found on the list, you need to add the new organization first.
|
|
97
|
+
*/
|
|
98
|
+
correspondentOrganization: string;
|
|
99
|
+
/**
|
|
100
|
+
* Name of the corresponding person. If the transaction goes to a private person, write his/her postal address here.
|
|
101
|
+
*/
|
|
102
|
+
correspondentPerson?: string;
|
|
103
|
+
/**
|
|
104
|
+
* Date when the loan needs to be returned.
|
|
105
|
+
*/
|
|
106
|
+
dueDate?: string;
|
|
107
|
+
editNotes?: string;
|
|
108
|
+
/**
|
|
109
|
+
* Sender's ID for the transaction.
|
|
110
|
+
*/
|
|
111
|
+
externalTransactionID?: string;
|
|
112
|
+
/**
|
|
113
|
+
* Country where the genetic resource or traditional knowledge was acquired from, provider country, country of origin. List of countries in Kotka is based on ISO 3166 Country Codes -standard and may differ from the country list in ABSCH.
|
|
114
|
+
*/
|
|
115
|
+
geneticResourceAcquisitionCountry?: string;
|
|
116
|
+
/**
|
|
117
|
+
* Date when the genetic resource or traditional knowledge was aqcuired.
|
|
118
|
+
*/
|
|
119
|
+
geneticResourceAcquisitionDate?: string;
|
|
120
|
+
/**
|
|
121
|
+
* Description of the genetic resource or traditional knowledge (possible identifiers, taxa, number of specimens, region etc.). Instruction source EU DECLARE User manual and QA.
|
|
122
|
+
*/
|
|
123
|
+
geneticResourceDescription?: string;
|
|
124
|
+
/**
|
|
125
|
+
* Presence or absence of rights and obligations relating to access and benefit sharing, including rights and obligations regarding subsequent applications and commercialization. Instruction source EU DECLARE user manual and QA.
|
|
126
|
+
*/
|
|
127
|
+
geneticResourceRightsAndObligations?: string;
|
|
128
|
+
/**
|
|
129
|
+
* Person or legal entity from whom the user obtained the genetic resources directly, i.e. the previous actor in the value chain. Often a museum or other organization. If a genetic resource is obtained directly from the provider country, the name of the country should be provided. Instruction source EU DECLARE User manual and QA.
|
|
130
|
+
*/
|
|
131
|
+
geneticResourceSource?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Choose the type of the genetic resource for statistical and reporting purposes.
|
|
134
|
+
*/
|
|
135
|
+
geneticResourceType?: GeneticResourceTypeEnum;
|
|
136
|
+
/**
|
|
137
|
+
* Whether the resource has an IRCC number or not. If not, more information needs to be filled in.
|
|
138
|
+
*/
|
|
139
|
+
hasIRCC?: boolean;
|
|
140
|
+
ids?: string;
|
|
141
|
+
/**
|
|
142
|
+
* Private remarks that are shown only in Kotka and not to the corresponding organisation.
|
|
143
|
+
*/
|
|
144
|
+
internalRemarks?: {
|
|
145
|
+
en?: string;
|
|
146
|
+
fi?: string;
|
|
147
|
+
sv?: string;
|
|
148
|
+
};
|
|
149
|
+
/**
|
|
150
|
+
* Responsible team in our museum.
|
|
151
|
+
*/
|
|
152
|
+
localDepartment?: LocalDepartments;
|
|
153
|
+
/**
|
|
154
|
+
* Responsible person in our museum.
|
|
155
|
+
*/
|
|
156
|
+
localPerson?: string;
|
|
157
|
+
/**
|
|
158
|
+
* Responsible person's email in our museum.
|
|
159
|
+
*/
|
|
160
|
+
localPersonEmail?: string;
|
|
161
|
+
/**
|
|
162
|
+
* For incoming loans, name of the researcher receiving the loan.
|
|
163
|
+
*/
|
|
164
|
+
localResearcher?: string;
|
|
165
|
+
/**
|
|
166
|
+
* Description of the material included in this transaction.
|
|
167
|
+
*/
|
|
168
|
+
material?: {
|
|
169
|
+
en?: string;
|
|
170
|
+
fi?: string;
|
|
171
|
+
sv?: string;
|
|
172
|
+
};
|
|
173
|
+
missing?: string[];
|
|
174
|
+
/**
|
|
175
|
+
* Loan number used in paper loan catalogs or old software (e.g. Curator)
|
|
176
|
+
*/
|
|
177
|
+
oldLoanID?: string;
|
|
178
|
+
/**
|
|
179
|
+
* Remarks that are shown to both parties of the transaction.
|
|
180
|
+
*/
|
|
181
|
+
publicRemarks?: {
|
|
182
|
+
en?: string;
|
|
183
|
+
fi?: string;
|
|
184
|
+
sv?: string;
|
|
185
|
+
};
|
|
186
|
+
/**
|
|
187
|
+
* When signed loan receipt was received from the loanee
|
|
188
|
+
*/
|
|
189
|
+
receiptReturned?: string;
|
|
190
|
+
/**
|
|
191
|
+
* Are you importing genetic resources, traditional knowledge associated to genetic resources or both?
|
|
192
|
+
*/
|
|
193
|
+
resourceImported?: ResourceImportedEnum;
|
|
194
|
+
returned?: string[];
|
|
195
|
+
/**
|
|
196
|
+
* In how many parcels was the transaction sent
|
|
197
|
+
*/
|
|
198
|
+
sentParcels?: {
|
|
199
|
+
en?: string;
|
|
200
|
+
fi?: string;
|
|
201
|
+
sv?: string;
|
|
202
|
+
};
|
|
203
|
+
/**
|
|
204
|
+
* Means of sending, mail, courier etc.
|
|
205
|
+
*/
|
|
206
|
+
sentType?: SentTypes;
|
|
207
|
+
/**
|
|
208
|
+
* When loan request, loan, gift or exchange was received here.
|
|
209
|
+
*/
|
|
210
|
+
transactionRequestReceived: string;
|
|
211
|
+
/**
|
|
212
|
+
* Date when the outgoing loan was returned back from the correspondent to the museum
|
|
213
|
+
*/
|
|
214
|
+
transactionReturned?: string;
|
|
215
|
+
/**
|
|
216
|
+
* When the transaction was sent out from us
|
|
217
|
+
*/
|
|
218
|
+
transactionSent?: string;
|
|
219
|
+
/**
|
|
220
|
+
* Whether the transaction is closed, outstanding or in process.
|
|
221
|
+
*/
|
|
222
|
+
transactionStatus?: TransactionStatuses;
|
|
223
|
+
/**
|
|
224
|
+
* What kind of transaction this is.
|
|
225
|
+
*/
|
|
226
|
+
transactionType: TransactionTypes;
|
|
227
|
+
/**
|
|
228
|
+
* Is it e.g. non-human genetic material that is going to be used for genetic research as is defined by the protocol?
|
|
229
|
+
*/
|
|
230
|
+
underNagoya?: boolean;
|
|
231
|
+
awayOther?: number;
|
|
232
|
+
damaged?: string[];
|
|
233
|
+
damagedOther?: number;
|
|
234
|
+
missingOther?: number;
|
|
235
|
+
returnedOther?: number;
|
|
236
|
+
creator?: string;
|
|
237
|
+
dateCreated?: string;
|
|
238
|
+
dateEdited?: string;
|
|
239
|
+
editor?: string;
|
|
240
|
+
/**
|
|
241
|
+
* Team or organisation that owns the record and can edit it.
|
|
242
|
+
*/
|
|
243
|
+
owner?: string;
|
|
244
|
+
/**
|
|
245
|
+
* 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.
|
|
246
|
+
*/
|
|
247
|
+
publicityRestrictions?: PublicityRestrictionsEnum;
|
|
248
|
+
permits?: Permit[];
|
|
249
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { TransactionItem } 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 EventTypeEnum {
|
|
9
|
+
"eventTypeSend" = "HRAA.eventTypeSend",
|
|
10
|
+
"eventTypeReceive" = "HRAA.eventTypeReceive",
|
|
11
|
+
"eventTypeOther" = "HRAA.eventTypeOther"
|
|
12
|
+
}
|
|
13
|
+
export enum SentByEnum {
|
|
14
|
+
"empty" = "",
|
|
15
|
+
"sentByPriority" = "HRAA.sentByPriority",
|
|
16
|
+
"sentByEconomy" = "HRAA.sentByEconomy",
|
|
17
|
+
"sentByCourier" = "HRAA.sentByCourier",
|
|
18
|
+
"sentByCarried" = "HRAA.sentByCarried",
|
|
19
|
+
"sentByOther" = "HRAA.sentByOther"
|
|
20
|
+
}
|
|
21
|
+
export class TransactionEvent {
|
|
22
|
+
"@context"?: string;
|
|
23
|
+
id?: string;
|
|
24
|
+
"@type"?: string;
|
|
25
|
+
eventDate: string;
|
|
26
|
+
eventHandler: string;
|
|
27
|
+
eventType: EventTypeEnum;
|
|
28
|
+
items: [TransactionItem, ...[TransactionItem]];
|
|
29
|
+
notes?: string;
|
|
30
|
+
numberOfPackages?: number;
|
|
31
|
+
sentBy?: SentByEnum;
|
|
32
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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 ItemTypeEnum {
|
|
8
|
+
"itemTypeSpecimen" = "HRAB.itemTypeSpecimen",
|
|
9
|
+
"itemTypeSpecimenBatch" = "HRAB.itemTypeSpecimenBatch",
|
|
10
|
+
"itemTypeImage" = "HRAB.itemTypeImage",
|
|
11
|
+
"itemTypeOther" = "HRAB.itemTypeOther"
|
|
12
|
+
}
|
|
13
|
+
export enum StatusEnum {
|
|
14
|
+
"statusOk" = "HRAB.statusOk",
|
|
15
|
+
"statusMissing" = "HRAB.statusMissing",
|
|
16
|
+
"statusDamaged" = "HRAB.statusDamaged"
|
|
17
|
+
}
|
|
18
|
+
export class TransactionItem {
|
|
19
|
+
"@context"?: string;
|
|
20
|
+
id?: string;
|
|
21
|
+
"@type"?: string;
|
|
22
|
+
collectionID?: string;
|
|
23
|
+
itemCount: number;
|
|
24
|
+
itemID?: string;
|
|
25
|
+
itemLabel?: string;
|
|
26
|
+
itemType: ItemTypeEnum;
|
|
27
|
+
notes?: string;
|
|
28
|
+
status: StatusEnum;
|
|
29
|
+
}
|
|
@@ -0,0 +1,20 @@
|
|
|
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 Translation {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
en?: {
|
|
12
|
+
[k: string]: string | undefined;
|
|
13
|
+
}[];
|
|
14
|
+
fi?: {
|
|
15
|
+
[k: string]: string | undefined;
|
|
16
|
+
}[];
|
|
17
|
+
sv?: {
|
|
18
|
+
[k: string]: string | undefined;
|
|
19
|
+
}[];
|
|
20
|
+
}
|
|
@@ -0,0 +1,108 @@
|
|
|
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 TypeStatuses {
|
|
8
|
+
"empty" = "",
|
|
9
|
+
"typeStatusType" = "MY.typeStatusType",
|
|
10
|
+
"typeStatusHolotype" = "MY.typeStatusHolotype",
|
|
11
|
+
"typeStatusSyntype" = "MY.typeStatusSyntype",
|
|
12
|
+
"typeStatusParatype" = "MY.typeStatusParatype",
|
|
13
|
+
"typeStatusLectotype" = "MY.typeStatusLectotype",
|
|
14
|
+
"typeStatusParalectotype" = "MY.typeStatusParalectotype",
|
|
15
|
+
"typeStatusNeotype" = "MY.typeStatusNeotype",
|
|
16
|
+
"typeStatusAllotype" = "MY.typeStatusAllotype",
|
|
17
|
+
"typeStatusNeoallotype" = "MY.typeStatusNeoallotype",
|
|
18
|
+
"typeStatusIsotype" = "MY.typeStatusIsotype",
|
|
19
|
+
"typeStatusEpitype" = "MY.typeStatusEpitype",
|
|
20
|
+
"typeStatusIsolectotype" = "MY.typeStatusIsolectotype",
|
|
21
|
+
"typeStatusIsoepitype" = "MY.typeStatusIsoepitype",
|
|
22
|
+
"typeStatusIsoneotype" = "MY.typeStatusIsoneotype",
|
|
23
|
+
"typeStatusIsoparatype" = "MY.typeStatusIsoparatype",
|
|
24
|
+
"typeStatusIsosyntype" = "MY.typeStatusIsosyntype",
|
|
25
|
+
"typeStatusOriginalMaterial" = "MY.typeStatusOriginalMaterial",
|
|
26
|
+
"typeStatusCotype" = "MY.typeStatusCotype",
|
|
27
|
+
"typeStatusTopotype" = "MY.typeStatusTopotype",
|
|
28
|
+
"typeStatusHomotype" = "MY.typeStatusHomotype",
|
|
29
|
+
"typeStatusNo" = "MY.typeStatusNo",
|
|
30
|
+
"typeStatusPossible" = "MY.typeStatusPossible",
|
|
31
|
+
"typeStatusObscure" = "MY.typeStatusObscure",
|
|
32
|
+
"typeStatusTypeStrain" = "MY.typeStatusTypeStrain",
|
|
33
|
+
"typeStatusPathovarReferenceStrain" = "MY.typeStatusPathovarReferenceStrain"
|
|
34
|
+
}
|
|
35
|
+
export enum TypeVerifications {
|
|
36
|
+
"empty" = "",
|
|
37
|
+
"typeVerificationVerified" = "MY.typeVerificationVerified",
|
|
38
|
+
"typeVerificationUnverified" = "MY.typeVerificationUnverified",
|
|
39
|
+
"typeVerificationProbable" = "MY.typeVerificationProbable",
|
|
40
|
+
"typeVerificationDoubtful" = "MY.typeVerificationDoubtful"
|
|
41
|
+
}
|
|
42
|
+
export enum PublicityRestrictionsEnum {
|
|
43
|
+
"empty" = "",
|
|
44
|
+
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
45
|
+
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
46
|
+
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
47
|
+
}
|
|
48
|
+
export class TypeSpecimen {
|
|
49
|
+
"@context"?: string;
|
|
50
|
+
id?: string;
|
|
51
|
+
"@type"?: string;
|
|
52
|
+
/**
|
|
53
|
+
* Which parent or larger collection this is part of.
|
|
54
|
+
*/
|
|
55
|
+
isPartOf?: string;
|
|
56
|
+
/**
|
|
57
|
+
* Author of the type species
|
|
58
|
+
*/
|
|
59
|
+
typeAuthor?: string;
|
|
60
|
+
/**
|
|
61
|
+
* Publication reference for original description or basionyme
|
|
62
|
+
*/
|
|
63
|
+
typeBasionymePubl?: string;
|
|
64
|
+
/**
|
|
65
|
+
* Additional information on the type
|
|
66
|
+
*/
|
|
67
|
+
typeNotes?: string;
|
|
68
|
+
/**
|
|
69
|
+
* Publication reference for type publication
|
|
70
|
+
*/
|
|
71
|
+
typePubl?: string;
|
|
72
|
+
/**
|
|
73
|
+
* ID for the type series, if part of one
|
|
74
|
+
*/
|
|
75
|
+
typeSeriesID?: string;
|
|
76
|
+
/**
|
|
77
|
+
* Name of the type species
|
|
78
|
+
*/
|
|
79
|
+
typeSpecies?: string;
|
|
80
|
+
/**
|
|
81
|
+
* Is this holotype, paratype, syntype etc...
|
|
82
|
+
*/
|
|
83
|
+
typeStatus?: TypeStatuses;
|
|
84
|
+
/**
|
|
85
|
+
* Name of the type subspecies
|
|
86
|
+
*/
|
|
87
|
+
typeSubspecies?: string;
|
|
88
|
+
/**
|
|
89
|
+
* Author of the type subspecies
|
|
90
|
+
*/
|
|
91
|
+
typeSubspeciesAuthor?: string;
|
|
92
|
+
/**
|
|
93
|
+
* Verification whether this really is a type?
|
|
94
|
+
*/
|
|
95
|
+
typeVerification?: TypeVerifications;
|
|
96
|
+
/**
|
|
97
|
+
* Name of the person who chose the type, preferably in the format "Lastname, firstname"
|
|
98
|
+
*/
|
|
99
|
+
typif?: string;
|
|
100
|
+
/**
|
|
101
|
+
* Date when the specimen was chosen as a type
|
|
102
|
+
*/
|
|
103
|
+
typifDate?: string;
|
|
104
|
+
/**
|
|
105
|
+
* 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.
|
|
106
|
+
*/
|
|
107
|
+
publicityRestrictions?: PublicityRestrictionsEnum;
|
|
108
|
+
}
|