@luomus/laji-schema 1.0.4

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.
Files changed (178) hide show
  1. package/README.md +7 -0
  2. package/lib/index.d.ts +1 -0
  3. package/lib/index.js +13 -0
  4. package/lib/models/AdministrativeStatus.d.ts +20 -0
  5. package/lib/models/AdministrativeStatus.js +8 -0
  6. package/lib/models/Agent.d.ts +10 -0
  7. package/lib/models/Agent.js +8 -0
  8. package/lib/models/Annotation.d.ts +134 -0
  9. package/lib/models/Annotation.js +8 -0
  10. package/lib/models/AnnotationOccurrence.d.ts +19 -0
  11. package/lib/models/AnnotationOccurrence.js +8 -0
  12. package/lib/models/Area.d.ts +40 -0
  13. package/lib/models/Area.js +8 -0
  14. package/lib/models/Audio.d.ts +48 -0
  15. package/lib/models/Audio.js +8 -0
  16. package/lib/models/BibliographicResource.d.ts +12 -0
  17. package/lib/models/BibliographicResource.js +8 -0
  18. package/lib/models/BirdSongRecognitionSkillLevel.d.ts +12 -0
  19. package/lib/models/BirdSongRecognitionSkillLevel.js +8 -0
  20. package/lib/models/Branch.d.ts +27 -0
  21. package/lib/models/Branch.js +8 -0
  22. package/lib/models/Checklist.d.ts +19 -0
  23. package/lib/models/Checklist.js +8 -0
  24. package/lib/models/ChecklistVersion.d.ts +22 -0
  25. package/lib/models/ChecklistVersion.js +8 -0
  26. package/lib/models/Collection.d.ts +264 -0
  27. package/lib/models/Collection.js +8 -0
  28. package/lib/models/CompleteList.d.ts +12 -0
  29. package/lib/models/CompleteList.js +8 -0
  30. package/lib/models/Concept.d.ts +16 -0
  31. package/lib/models/Concept.js +8 -0
  32. package/lib/models/ContentContextDescription.d.ts +10 -0
  33. package/lib/models/ContentContextDescription.js +8 -0
  34. package/lib/models/DataField.d.ts +34 -0
  35. package/lib/models/DataField.js +8 -0
  36. package/lib/models/Dataset.d.ts +62 -0
  37. package/lib/models/Dataset.js +8 -0
  38. package/lib/models/DateRange.d.ts +12 -0
  39. package/lib/models/DateRange.js +8 -0
  40. package/lib/models/Device.d.ts +18 -0
  41. package/lib/models/Device.js +8 -0
  42. package/lib/models/DeviceIndividual.d.ts +26 -0
  43. package/lib/models/DeviceIndividual.js +8 -0
  44. package/lib/models/Document.d.ts +1974 -0
  45. package/lib/models/Document.js +8 -0
  46. package/lib/models/DownloadRequest.d.ts +31 -0
  47. package/lib/models/DownloadRequest.js +8 -0
  48. package/lib/models/Endangerment.d.ts +13 -0
  49. package/lib/models/Endangerment.js +8 -0
  50. package/lib/models/Event.d.ts +39 -0
  51. package/lib/models/Event.js +8 -0
  52. package/lib/models/Field.d.ts +184 -0
  53. package/lib/models/Field.js +8 -0
  54. package/lib/models/Fieldset.d.ts +10 -0
  55. package/lib/models/Fieldset.js +8 -0
  56. package/lib/models/Form.d.ts +2559 -0
  57. package/lib/models/Form.js +8 -0
  58. package/lib/models/FormFooter.d.ts +20 -0
  59. package/lib/models/FormFooter.js +8 -0
  60. package/lib/models/FormInstructions.d.ts +10 -0
  61. package/lib/models/FormInstructions.js +8 -0
  62. package/lib/models/FormNamedPlaceOptions.d.ts +171 -0
  63. package/lib/models/FormNamedPlaceOptions.js +8 -0
  64. package/lib/models/FormOptions.d.ts +2372 -0
  65. package/lib/models/FormOptions.js +8 -0
  66. package/lib/models/FormPermission.d.ts +14 -0
  67. package/lib/models/FormPermission.js +8 -0
  68. package/lib/models/FormPermissionPerson.d.ts +14 -0
  69. package/lib/models/FormPermissionPerson.js +8 -0
  70. package/lib/models/FormPermissionSingle.d.ts +13 -0
  71. package/lib/models/FormPermissionSingle.js +8 -0
  72. package/lib/models/FormSeason.d.ts +18 -0
  73. package/lib/models/FormSeason.js +8 -0
  74. package/lib/models/Gathering.d.ts +803 -0
  75. package/lib/models/Gathering.js +8 -0
  76. package/lib/models/GatheringEvent.d.ts +157 -0
  77. package/lib/models/GatheringEvent.js +8 -0
  78. package/lib/models/GatheringFact.d.ts +104 -0
  79. package/lib/models/GatheringFact.js +8 -0
  80. package/lib/models/Habitat.d.ts +14 -0
  81. package/lib/models/Habitat.js +8 -0
  82. package/lib/models/Identification.d.ts +97 -0
  83. package/lib/models/Identification.js +8 -0
  84. package/lib/models/Image.d.ts +49 -0
  85. package/lib/models/Image.js +8 -0
  86. package/lib/models/Individual.d.ts +32 -0
  87. package/lib/models/Individual.js +8 -0
  88. package/lib/models/InformalTaxonGroup.d.ts +20 -0
  89. package/lib/models/InformalTaxonGroup.js +8 -0
  90. package/lib/models/InformationSystem.d.ts +32 -0
  91. package/lib/models/InformationSystem.js +8 -0
  92. package/lib/models/IucnRedListEvaluation.d.ts +345 -0
  93. package/lib/models/IucnRedListEvaluation.js +8 -0
  94. package/lib/models/IucnRedListEvaluationYear.d.ts +12 -0
  95. package/lib/models/IucnRedListEvaluationYear.js +8 -0
  96. package/lib/models/IucnRedListTaxonGroup.d.ts +18 -0
  97. package/lib/models/IucnRedListTaxonGroup.js +8 -0
  98. package/lib/models/Measurement.d.ts +37 -0
  99. package/lib/models/Measurement.js +8 -0
  100. package/lib/models/Model.d.ts +48 -0
  101. package/lib/models/Model.js +8 -0
  102. package/lib/models/Multimedia.d.ts +10 -0
  103. package/lib/models/Multimedia.js +8 -0
  104. package/lib/models/NamedPlace.d.ts +3995 -0
  105. package/lib/models/NamedPlace.js +8 -0
  106. package/lib/models/News.d.ts +17 -0
  107. package/lib/models/News.js +8 -0
  108. package/lib/models/Notification.d.ts +145 -0
  109. package/lib/models/Notification.js +8 -0
  110. package/lib/models/Occurrence.d.ts +17 -0
  111. package/lib/models/Occurrence.js +8 -0
  112. package/lib/models/Organization.d.ts +122 -0
  113. package/lib/models/Organization.js +8 -0
  114. package/lib/models/Permit.d.ts +20 -0
  115. package/lib/models/Permit.js +8 -0
  116. package/lib/models/Person.d.ts +49 -0
  117. package/lib/models/Person.js +8 -0
  118. package/lib/models/Pinkka.d.ts +10 -0
  119. package/lib/models/Pinkka.js +8 -0
  120. package/lib/models/Preparation.d.ts +34 -0
  121. package/lib/models/Preparation.js +8 -0
  122. package/lib/models/Profile.d.ts +30 -0
  123. package/lib/models/Profile.js +8 -0
  124. package/lib/models/Publication.d.ts +16 -0
  125. package/lib/models/Publication.js +8 -0
  126. package/lib/models/RegionalStatus.d.ts +12 -0
  127. package/lib/models/RegionalStatus.js +8 -0
  128. package/lib/models/Reserve.d.ts +12 -0
  129. package/lib/models/Reserve.js +8 -0
  130. package/lib/models/Sample.d.ts +139 -0
  131. package/lib/models/Sample.js +8 -0
  132. package/lib/models/SpecimenTransaction.d.ts +189 -0
  133. package/lib/models/SpecimenTransaction.js +8 -0
  134. package/lib/models/SpecimenTransactionEvent.d.ts +15 -0
  135. package/lib/models/SpecimenTransactionEvent.js +8 -0
  136. package/lib/models/SpecimentTransactionEvent.d.ts +14 -0
  137. package/lib/models/SpecimentTransactionEvent.js +8 -0
  138. package/lib/models/SubUnit.d.ts +19 -0
  139. package/lib/models/SubUnit.js +8 -0
  140. package/lib/models/Tag.d.ts +23 -0
  141. package/lib/models/Tag.js +8 -0
  142. package/lib/models/Taxon.d.ts +241 -0
  143. package/lib/models/Taxon.js +8 -0
  144. package/lib/models/TaxonCensus.d.ts +13 -0
  145. package/lib/models/TaxonCensus.js +8 -0
  146. package/lib/models/TaxonConcept.d.ts +14 -0
  147. package/lib/models/TaxonConcept.js +8 -0
  148. package/lib/models/TaxonGroupIucnEditors.d.ts +12 -0
  149. package/lib/models/TaxonGroupIucnEditors.js +8 -0
  150. package/lib/models/TaxonInteraction.d.ts +16 -0
  151. package/lib/models/TaxonInteraction.js +8 -0
  152. package/lib/models/TaxonSet.d.ts +10 -0
  153. package/lib/models/TaxonSet.js +8 -0
  154. package/lib/models/Transaction.d.ts +196 -0
  155. package/lib/models/Transaction.js +8 -0
  156. package/lib/models/TransactionEvent.d.ts +42 -0
  157. package/lib/models/TransactionEvent.js +8 -0
  158. package/lib/models/TransactionItem.d.ts +17 -0
  159. package/lib/models/TransactionItem.js +8 -0
  160. package/lib/models/Translation.d.ts +19 -0
  161. package/lib/models/Translation.js +8 -0
  162. package/lib/models/TypeSpecimen.d.ts +66 -0
  163. package/lib/models/TypeSpecimen.js +8 -0
  164. package/lib/models/Unit.d.ts +479 -0
  165. package/lib/models/Unit.js +8 -0
  166. package/lib/models/UnitFact.d.ts +40 -0
  167. package/lib/models/UnitFact.js +8 -0
  168. package/lib/models/UnitGathering.d.ts +24 -0
  169. package/lib/models/UnitGathering.js +8 -0
  170. package/lib/models/Validator.d.ts +10 -0
  171. package/lib/models/Validator.js +8 -0
  172. package/lib/models/Video.d.ts +46 -0
  173. package/lib/models/Video.js +8 -0
  174. package/lib/models/index.d.ts +261 -0
  175. package/lib/models/index.js +366 -0
  176. package/lib/models/list-response.d.ts +18 -0
  177. package/lib/models/list-response.js +2 -0
  178. package/package.json +25 -0
@@ -0,0 +1,241 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the command to regenerate this file.
5
+ */
6
+ export interface Taxon {
7
+ "@context"?: string;
8
+ id?: string;
9
+ "@type"?: string;
10
+ "herbo:sortOrder"?: number;
11
+ invasiveSpeciesMainGroup?: ("" | "HBE.MG2" | "HBE.MG3" | "HBE.MG4" | "HBE.MG5" | "HBE.MG6" | "HBE.MG7" | "HBE.MG8" | "HBE.MG9" | "HBE.MG12" | "HBE.MG11" | "HBE.MG10" | "HBE.MG13" | "HBE.MG14")[];
12
+ /**
13
+ * <p>Lisämerkinnät:</p>
14
+ * <ul>
15
+ * <li><b>v - vanhat metsät</b> (myös yksittäiset vanhat puut ja runsaasti lahopuuta sisältävät nuoremmat metsät)</li>
16
+ * <li><b>h - harjumetsät</b>, myös puoliavoimet</li>
17
+ * <li><b>p - metsäpaloalueet</b> ja muut luontaisen sukkession alkuvaiheen metsät</li>
18
+ * <li><b>j - jalopuuesiintymä</b></li>
19
+ * <li><b>pa - paahteinen</b></li>
20
+ * <li><b>va - varjoinen</b></li>
21
+ * <li><b>ra - sijaitsee rannalla</b> (lajin esiintyminen on sidoksissa rannan läheisyyteen)</li>
22
+ * <li><b>ka - karut kalliot ja kivikot</b></li>
23
+ * <li><b>ke - keskiravinteiset kalliot ja kivikot</b></li>
24
+ * <li><b>ca - kalkkivaikutteinen</b></li>
25
+ * </ul>
26
+ */
27
+ primaryHabitat?: string;
28
+ secondaryHabitat?: string[];
29
+ /**
30
+ * Identifier of this taxon concept/name in other systems/sources
31
+ */
32
+ additionalID?: string[];
33
+ /**
34
+ * Leväosakkaiden kuvaus
35
+ */
36
+ algalPartnerOfLichen?: string;
37
+ /**
38
+ * Names used in observations that are linked to taxonomy. (Eg names used in special cases and informal and slang names.)
39
+ */
40
+ alsoKnownAs?: string[];
41
+ /**
42
+ * Commonly used names. (Eg names used in recent literature.)
43
+ */
44
+ alternativeVernacularName?: {
45
+ en?: string[];
46
+ fi?: string[];
47
+ sv?: string[];
48
+ };
49
+ autoNonWild?: boolean;
50
+ /**
51
+ * Lajin elintavat
52
+ */
53
+ behaviour?: string;
54
+ birdlifeCode?: string;
55
+ breedingSecureLevel?: "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
56
+ circumscription?: string;
57
+ /**
58
+ * Informal but commonly used name. Name that is outdated, unofficial or non-recommended, but which is still commonly used for this taxon.
59
+ */
60
+ colloquialVernacularName?: {
61
+ en?: string[];
62
+ fi?: string[];
63
+ sv?: string[];
64
+ };
65
+ conservationStatusDescriptionFinland?: string;
66
+ conservationStatusDescriptionWorld?: string;
67
+ cultivationText?: string;
68
+ customReportFormLink?: string;
69
+ /**
70
+ * Käpyjen kuvaus
71
+ */
72
+ descriptionCone?: string;
73
+ /**
74
+ * Kukan kuvaus
75
+ */
76
+ descriptionFlower?: string;
77
+ /**
78
+ * Hedelmän/siemenen -kuvaus
79
+ */
80
+ descriptionFruitAndSeed?: string;
81
+ /**
82
+ * Itiöemän kuvaus
83
+ */
84
+ descriptionFruitbody?: string;
85
+ descriptionHostParasite?: string;
86
+ /**
87
+ * Lehden kuvaus
88
+ */
89
+ descriptionLeaf?: string;
90
+ /**
91
+ * Lajin mikroskooppiset tuntomerkit
92
+ */
93
+ descriptionMicroscopicIdentification?: string;
94
+ /**
95
+ * Eliön koon kuvaus
96
+ */
97
+ descriptionOrganismSize?: string;
98
+ descriptionReferences?: string;
99
+ descriptionRoot?: string;
100
+ /**
101
+ * Itiöpesäkkeet ja suvuton lisääntyminen
102
+ */
103
+ descriptionSporangiumAndAsexualReproduction?: string;
104
+ /**
105
+ * Itiöiden kuvaus
106
+ */
107
+ descriptionSpore?: string;
108
+ /**
109
+ * Kasvin varren kuvaus
110
+ */
111
+ descriptionStem?: string;
112
+ descriptionText?: string;
113
+ /**
114
+ * Sekovarren kuvaus
115
+ */
116
+ descriptionThallus?: string;
117
+ descriptionToxicity?: string;
118
+ distributionFinland?: string;
119
+ distributionMapFinland?: string;
120
+ /**
121
+ * Lajin ekologian sekalainen kuvaus
122
+ */
123
+ ecology?: string;
124
+ economicUseText?: string;
125
+ etymologyText?: string;
126
+ euringCode?: string;
127
+ euringNumber?: string;
128
+ externalLinkURL?: string;
129
+ finnish?: boolean;
130
+ frequencyScoringPoints?: number;
131
+ growthFormAndGrowthHabit?: string;
132
+ /**
133
+ * Lajin elinympäristö
134
+ */
135
+ habitat?: string;
136
+ /**
137
+ * Lajin kasvialusta
138
+ */
139
+ habitatSubstrate?: string;
140
+ hasAdminStatus?: ("" | "MX.finlex160_1997_appendix4_2021" | "MX.finlex160_1997_appendix4_specialInterest_2021" | "MX.finlex160_1997_appendix1" | "MX.finlex160_1997_appendix2a" | "MX.finlex160_1997_appendix2b" | "MX.finlex160_1997_appendix3a" | "MX.finlex160_1997_appendix3b" | "MX.finlex160_1997_appendix3c" | "MX.finlex160_1997_largeBirdsOfPrey" | "MX.habitatsDirectiveAnnexII" | "MX.habitatsDirectiveAnnexIV" | "MX.habitatsDirectiveAnnexV" | "MX.primaryInterestInEU" | "MX.habitatsDirectiveAnnexIIExceptionGranted" | "MX.habitatsDirectiveAnnexII_FinlandNaturaSpecies" | "MX.habitatsDirectiveAnnexIVExceptionGranted" | "MX.habitatsDirectiveAnnexVExceptionGranted" | "MX.birdsDirectiveStatusAppendix1" | "MX.birdsDirectiveStatusAppendix2A" | "MX.birdsDirectiveStatusAppendix2B" | "MX.birdsDirectiveStatusAppendix3A" | "MX.birdsDirectiveStatusAppendix3B" | "MX.birdsDirectiveStatusMigratoryBirds" | "MX.cites_appendixI" | "MX.cites_appendixII" | "MX.cites_appendixIII" | "MX.euRegulation_cites_appendixA" | "MX.euRegulation_cites_appendixB" | "MX.euRegulation_cites_appendixD" | "MX.finnishEnvironmentInstitute2020protectionPrioritySpecies" | "MX.finnishEnvironmentInstitute2010protectionPrioritySpecies" | "MX.gameBird" | "MX.gameMammal" | "MX.unprotectedSpecies" | "MX.nationallySignificantInvasiveSpecies" | "MX.euInvasiveSpeciesList" | "MX.quarantinePlantPest" | "MX.qualityPlantPest" | "MX.otherPlantPest" | "MX.nationalInvasiveSpeciesStrategy" | "MX.otherInvasiveSpeciesList" | "MX.controllingRisksOfInvasiveAlienSpecies" | "MX.finnishEnvironmentInstitute20072010forestSpecies" | "MX.finnishEnvironmentInstitute2020conservationProjectSpecies" | "MX.finnishEnvironmentInstitute2020conservationProjectAapamireSpecies" | "MX.finnishEnvironmentInstitute2020conservationProjectVascularSpecies" | "MX.cropWildRelative" | "MX.finnishEnvironmentInstitute20192021forestSpecies" | "MX.forestCentreSpecies" | "MX.finlex160_1997_appendix4" | "MX.finlex160_1997_appendix4_specialInterest")[];
141
+ hasAlternativeName?: string[];
142
+ hasBasionym?: string[];
143
+ hasHeterotypicSynonym?: string[];
144
+ hasHomotypicSynonym?: string[];
145
+ hasMisappliedName?: string[];
146
+ hasMisspelledName?: string[];
147
+ hasObjectiveSynonym?: string[];
148
+ hasOrthographicVariant?: string[];
149
+ hasSubjectiveSynonym?: string[];
150
+ hasSynonym?: string[];
151
+ hasUncertainSynonym?: string[];
152
+ /**
153
+ * Should this taxon be hidden when showing contents of a checklist (publicly)?
154
+ */
155
+ hiddenTaxon?: boolean;
156
+ identificationText?: string;
157
+ ingressText?: string;
158
+ invasiveCitizenActionsText?: string;
159
+ invasiveEffectText?: string;
160
+ invasivePreventionMethodsText?: string;
161
+ invasiveSpeciesCategory?: "" | "MX.invasiveExtremelyDangerous" | "MX.invasiveDangerous" | "MX.invasiveWatchlist";
162
+ invasiveSpeciesClassificationDescription?: string;
163
+ invasiveSpeciesEarlyWarning?: boolean;
164
+ invasiveSpeciesEstablishment?: "" | "MX.invasiveEstablished" | "MX.invasiveSporadic" | "MX.invasiveNotYetInFinland" | "MX.invasiveEstablishmentUnknown" | "MX.invasiveEstablishmentAccidental" | "MX.invasiveNonWild";
165
+ isPartOf?: string;
166
+ isPartOfInformalTaxonGroup?: string[];
167
+ isPartOfSet?: ("" | "MX.taxonSetSykeButterflyCensusPapilionoidea" | "MX.taxonSetSykeButterflyCensusOther" | "MX.taxonSetWaterbirdWaterbirds" | "MX.taxonSetWaterbirdWaders" | "MX.taxonSetWaterbirdGulls" | "MX.taxonSetWaterbirdPasserines" | "MX.taxonSetWaterbirdAmphibia" | "MX.taxonSetSykeBumblebee" | "MVL.1201" | "MX.taxonSetSykeBumblebeeOther" | "MX.taxonSetBirdAtlasCommon" | "MX.taxonSetBiomonCompleteListOdonata" | "MX.taxonSetBiomonCompleteListButterflies" | "MX.taxonSetBiomonCompleteListMoths" | "MX.taxonSetBiomonCompleteListBombus" | "MX.taxonSetBiomonCompleteListAmphibiaReptilia" | "MX.taxonSetBiomonCompleteListLargeFlowers" | "MX.taxonSetBiomonCompleteListSubarcticPlants" | "MX.taxonSetBiomonCompleteListMacrolichens" | "MX.taxonSetBiomonCompleteListBracketFungi" | "MX.taxonSetBiomonCompleteListPracticalFungi")[];
168
+ /**
169
+ * Eliön elinkierto
170
+ */
171
+ lifeCycle?: string;
172
+ management?: string;
173
+ miscText?: string;
174
+ nameAccordingTo?: string;
175
+ nameDecidedBy?: string;
176
+ nameDecidedDate?: string;
177
+ naturaAreaSecureLevel?: "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
178
+ nestSiteSecureLevel?: "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
179
+ notes?: string;
180
+ /**
181
+ * Names not recommended and no longer (for a long time) commonly used. (For example, names used in the literature in the 20th century, or names transferred to another taxon.
182
+ */
183
+ obsoleteVernacularName?: {
184
+ en?: string[];
185
+ fi?: string[];
186
+ sv?: string[];
187
+ };
188
+ occurrenceInFinland?: "" | "MX.doesNotOccur" | "MX.occurrenceInFinlandPublished" | "MX.occurrenceInFinlandCollected" | "MX.occurrenceInFinlandObserved" | "MX.occurrenceInFinlandPublishedUncertain" | "MX.occurrenceInFinlandCollectedUncertain" | "MX.occurrenceInFinlandObservedUncertain" | "MX.occurrenceInFinlandPublishedError" | "MX.occurrenceInFinlandPresumed";
189
+ occurrenceInFinlandPublication?: string[];
190
+ occurrenceInFinlandSpecimenURI?: string;
191
+ originAndDistributionText?: string;
192
+ originalDescription?: string;
193
+ originalPublication?: string[];
194
+ overridingTargetName?: string[];
195
+ privateNotes?: string;
196
+ productionText?: string;
197
+ redListStatus2000Finland?: "" | "MX.iucnEX" | "MX.iucnEW" | "MX.iucnRE" | "MX.iucnCR" | "MX.iucnEN" | "MX.iucnVU" | "MX.iucnNT" | "MX.iucnLC" | "MX.iucnDD" | "MX.iucnNA" | "MX.iucnNE";
198
+ redListStatus2010Finland?: "" | "MX.iucnEX" | "MX.iucnEW" | "MX.iucnRE" | "MX.iucnCR" | "MX.iucnEN" | "MX.iucnVU" | "MX.iucnNT" | "MX.iucnLC" | "MX.iucnDD" | "MX.iucnNA" | "MX.iucnNE";
199
+ redListStatus2015Finland?: "" | "MX.iucnEX" | "MX.iucnEW" | "MX.iucnRE" | "MX.iucnCR" | "MX.iucnEN" | "MX.iucnVU" | "MX.iucnNT" | "MX.iucnLC" | "MX.iucnDD" | "MX.iucnNA" | "MX.iucnNE";
200
+ redListStatus2019Finland?: "" | "MX.iucnEX" | "MX.iucnEW" | "MX.iucnRE" | "MX.iucnCR" | "MX.iucnEN" | "MX.iucnVU" | "MX.iucnNT" | "MX.iucnLC" | "MX.iucnDD" | "MX.iucnNA" | "MX.iucnNE";
201
+ reproduction?: string;
202
+ /**
203
+ * Kukinta-aika
204
+ */
205
+ reproductionFloweringTime?: string;
206
+ /**
207
+ * Pölytyksen kuvaus
208
+ */
209
+ reproductionPollination?: string;
210
+ scientificName?: string;
211
+ scientificNameAuthorship?: string;
212
+ /**
213
+ * Secure level (salaus-/karkeistustaso) for the data
214
+ */
215
+ secureLevel?: "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
216
+ speciesCardAuthors?: string;
217
+ stopInformalTaxonGroupInheritance?: boolean;
218
+ stopOccurrenceInFinlandPublicationInheritance?: boolean;
219
+ stopOriginalPublicationInheritance?: boolean;
220
+ targetName?: string[];
221
+ taxonEditor?: string[];
222
+ taxonExpert?: string[];
223
+ taxonRank?: "" | "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";
224
+ taxonomyText?: string;
225
+ tradeName?: string[];
226
+ typeOfOccurrenceInFinland?: ("" | "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")[];
227
+ typeOfOccurrenceInFinlandNotes?: string;
228
+ typeSpecimenURI?: string;
229
+ /**
230
+ * Currently recommended name
231
+ */
232
+ vernacularName?: {
233
+ en?: string;
234
+ fi?: string;
235
+ sv?: string;
236
+ };
237
+ winteringSecureLevel?: "" | "MX.secureLevelNone" | "MX.secureLevelKM1" | "MX.secureLevelKM5" | "MX.secureLevelKM10" | "MX.secureLevelKM25" | "MX.secureLevelKM50" | "MX.secureLevelKM100" | "MX.secureLevelHighest" | "MX.secureLevelNoShow";
238
+ createdAtTimestamp?: string;
239
+ sortOrder?: number;
240
+ "skos:exactMatch"?: string;
241
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,13 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the command to regenerate this file.
5
+ */
6
+ export interface TaxonCensus {
7
+ "@context"?: string;
8
+ id?: string;
9
+ "@type"?: string;
10
+ censusTaxonID?: string;
11
+ censusTaxonSetID?: "" | "MX.taxonSetSykeButterflyCensusPapilionoidea" | "MX.taxonSetSykeButterflyCensusOther" | "MX.taxonSetWaterbirdWaterbirds" | "MX.taxonSetWaterbirdWaders" | "MX.taxonSetWaterbirdGulls" | "MX.taxonSetWaterbirdPasserines" | "MX.taxonSetWaterbirdAmphibia" | "MX.taxonSetSykeBumblebee" | "MVL.1201" | "MX.taxonSetSykeBumblebeeOther" | "MX.taxonSetBirdAtlasCommon" | "MX.taxonSetBiomonCompleteListOdonata" | "MX.taxonSetBiomonCompleteListButterflies" | "MX.taxonSetBiomonCompleteListMoths" | "MX.taxonSetBiomonCompleteListBombus" | "MX.taxonSetBiomonCompleteListAmphibiaReptilia" | "MX.taxonSetBiomonCompleteListLargeFlowers" | "MX.taxonSetBiomonCompleteListSubarcticPlants" | "MX.taxonSetBiomonCompleteListMacrolichens" | "MX.taxonSetBiomonCompleteListBracketFungi" | "MX.taxonSetBiomonCompleteListPracticalFungi";
12
+ taxonCensusType: "MY.taxonCensusTypeCounted" | "MY.taxonCensusTypeEstimated" | "MY.taxonCensusTypeNotCounted";
13
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,14 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the command to regenerate this file.
5
+ */
6
+ export interface TaxonConcept {
7
+ "@context"?: string;
8
+ id?: string;
9
+ "@type"?: string;
10
+ congruent?: string[];
11
+ excludes?: string[];
12
+ includedIn?: string[];
13
+ overlaps?: string[];
14
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,12 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the command to regenerate this file.
5
+ */
6
+ export interface TaxonGroupIucnEditors {
7
+ "@context"?: string;
8
+ id?: string;
9
+ "@type"?: string;
10
+ iucnEditor?: string[];
11
+ taxonGroup: string;
12
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,16 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the command to regenerate this file.
5
+ */
6
+ export interface TaxonInteraction {
7
+ "@context"?: string;
8
+ id?: string;
9
+ "@type"?: string;
10
+ interactionType: "MI.taxonInteractionNeutralism" | "MI.taxonInteractionAntagonism" | "MI.taxonInteractionCommensalism" | "MI.taxonInteractionCompetition" | "MI.taxonInteractionAmensalism" | "MI.taxonInteractionMutualism" | "MI.taxonInteractionPredation" | "MI.taxonInteractionParasitism" | "MI.taxonInteractionEctoparasitism" | "MI.taxonInteractionEndoparasitism";
11
+ objectLifeStage?: "" | "MY.lifeStageEgg" | "MY.lifeStageLarva" | "MY.lifeStagePupa" | "MY.lifeStageJuvenile" | "MY.lifeStageNymph" | "MY.lifeStageSubimago" | "MY.lifeStageImmature" | "MY.lifeStageAdult" | "MY.lifeStageFertile" | "MY.lifeStageSterile" | "MY.lifeStageTadpole" | "MY.lifeStageEmbryo" | "MY.lifeStageSubadult" | "MY.lifeStageMature" | "MY.lifeStagePullus" | "MY.lifeStageHatchedEgg" | "MY.lifeStageHatchedPupa" | "MY.lifeStageGall" | "MY.lifeStageMarks" | "MY.lifeStageTriungulin";
12
+ objectTaxon: string;
13
+ originalPublication?: string[];
14
+ subjectLifeStage?: "" | "MY.lifeStageEgg" | "MY.lifeStageLarva" | "MY.lifeStagePupa" | "MY.lifeStageJuvenile" | "MY.lifeStageNymph" | "MY.lifeStageSubimago" | "MY.lifeStageImmature" | "MY.lifeStageAdult" | "MY.lifeStageFertile" | "MY.lifeStageSterile" | "MY.lifeStageTadpole" | "MY.lifeStageEmbryo" | "MY.lifeStageSubadult" | "MY.lifeStageMature" | "MY.lifeStagePullus" | "MY.lifeStageHatchedEgg" | "MY.lifeStageHatchedPupa" | "MY.lifeStageGall" | "MY.lifeStageMarks" | "MY.lifeStageTriungulin";
15
+ subjectTaxon: string;
16
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,10 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the command to regenerate this file.
5
+ */
6
+ export interface TaxonSet {
7
+ "@context"?: string;
8
+ id?: string;
9
+ "@type"?: string;
10
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,196 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the command to regenerate this file.
5
+ */
6
+ export interface Transaction {
7
+ "@context"?: string;
8
+ id?: string;
9
+ "@type"?: string;
10
+ /**
11
+ * Internationally Recognized Certificate of Compliance. Kotka checks from the ABS Clearing House that the entered IRCC number exists and is valid.
12
+ */
13
+ IRCC?: string;
14
+ /**
15
+ * If you choose "Yes, with restrictions", explain the restrictions in the following field "Rights and obligations".
16
+ */
17
+ availableForGeneticResearch?: "" | "HRA.availableForGeneticResearchYes" | "HRA.availableForGeneticResearchWithRestrictions" | "HRA.availableForGeneticResearchNo";
18
+ availableForGeneticResearchNotes?: string;
19
+ away?: string[];
20
+ /**
21
+ * 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.
22
+ */
23
+ collectionID?: string;
24
+ /**
25
+ * Which Luomus' department is shown on loan sheets
26
+ */
27
+ correspondenceHeaderOrganizationCode?: string;
28
+ /**
29
+ * Select the correspondent organization from a list. If not found on the list, you need to add the new organization first.
30
+ */
31
+ correspondentOrganization: string;
32
+ /**
33
+ * Name of the corresponding person. If the transaction goes to a private person, write his/her postal address here.
34
+ */
35
+ correspondentPerson?: string;
36
+ /**
37
+ * Date when the loan needs to be returned.
38
+ */
39
+ dueDate?: string;
40
+ editNotes?: string;
41
+ /**
42
+ * Sender's ID for the transaction.
43
+ */
44
+ externalTransactionID?: string;
45
+ /**
46
+ * 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.
47
+ */
48
+ geneticResourceAcquisitionCountry?: string;
49
+ /**
50
+ * Date when the genetic resource or traditional knowledge was aqcuired.
51
+ */
52
+ geneticResourceAcquisitionDate?: string;
53
+ /**
54
+ * Description of the genetic resource or traditional knowledge (possible identifiers, taxa, number of specimens, region etc.). Instruction source EU DECLARE User manual and QA.
55
+ */
56
+ geneticResourceDescription?: string;
57
+ /**
58
+ * 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.
59
+ */
60
+ geneticResourceRightsAndObligations?: string;
61
+ /**
62
+ * 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.
63
+ */
64
+ geneticResourceSource?: string;
65
+ /**
66
+ * Choose the type of the genetic resource for statistical and reporting purposes.
67
+ */
68
+ geneticResourceType?: "" | "HRA.geneticResourceTypeAnimal" | "HRA.geneticResourceTypePlant" | "HRA.geneticResourceTypeFungus" | "HRA.geneticResourceTypeMicrobe" | "HRA.geneticResourceTypeSoil" | "HRA.geneticResourceTypeAqua";
69
+ /**
70
+ * Whether the resource has an IRCC number or not. If not, more information needs to be filled in.
71
+ */
72
+ hasIRCC?: boolean;
73
+ ids?: string;
74
+ /**
75
+ * Private remarks that are shown only in Kotka and not to the corresponding organisation.
76
+ */
77
+ internalRemarks?: {
78
+ en?: string;
79
+ fi?: string;
80
+ sv?: string;
81
+ };
82
+ /**
83
+ * Responsible team in our museum.
84
+ */
85
+ localDepartment?: "" | "HRA.localDepartmentDipteraHymenoptera" | "HRA.localDepartmentLepidopteraColeoptera" | "HRA.localDepartmentMetazoa" | "HRA.localDepartmentMonitoring" | "HRA.localDepartmentBryology" | "HRA.localDepartmentGarden" | "HRA.localDepartmentMycology" | "HRA.localDepartmentVascularPlants";
86
+ /**
87
+ * Responsible person in our museum.
88
+ */
89
+ localPerson?: string;
90
+ /**
91
+ * Responsible person's email in our museum.
92
+ */
93
+ localPersonEmail?: string;
94
+ /**
95
+ * For incoming loans, name of the researcher receiving the loan.
96
+ */
97
+ localResearcher?: string;
98
+ /**
99
+ * Description of the material included in this transaction.
100
+ */
101
+ material?: {
102
+ en?: string;
103
+ fi?: string;
104
+ sv?: string;
105
+ };
106
+ missing?: string[];
107
+ /**
108
+ * Loan number used in paper loan catalogs or old software (e.g. Curator)
109
+ */
110
+ oldLoanID?: string;
111
+ /**
112
+ * Remarks that are shown to both parties of the transaction.
113
+ */
114
+ publicRemarks?: {
115
+ en?: string;
116
+ fi?: string;
117
+ sv?: string;
118
+ };
119
+ /**
120
+ * When signed loan receipt was received from the loanee
121
+ */
122
+ receiptReturned?: string;
123
+ /**
124
+ * Are you importing genetic resources, traditional knowledge associated to genetic resources or both?
125
+ */
126
+ resourceImported?: "" | "HRA.resourceImportedGeneticResources" | "HRA.resourceImportedTraditionalKnowledge" | "HRA.resourceImportedBoth";
127
+ returned?: string[];
128
+ /**
129
+ * In how many parcels was the transaction sent
130
+ */
131
+ sentParcels?: {
132
+ en?: string;
133
+ fi?: string;
134
+ sv?: string;
135
+ };
136
+ /**
137
+ * Means of sending, mail, courier etc.
138
+ */
139
+ sentType?: "" | "HRA.sentTypePriority" | "HRA.sentTypeEconomy" | "HRA.sentTypeCourier" | "HRA.sentTypeCarried" | "HRA.sentTypeOther" | "HRA.sentTypeImage";
140
+ /**
141
+ * When loan request, loan, gift or exchange was received here.
142
+ */
143
+ transactionRequestReceived: string;
144
+ /**
145
+ * Date when the outgoing loan was returned back from the correspondent to the museum
146
+ */
147
+ transactionReturned?: string;
148
+ /**
149
+ * When the transaction was sent out from us
150
+ */
151
+ transactionSent?: string;
152
+ /**
153
+ * Whether the transaction is closed, outstanding or in process.
154
+ */
155
+ transactionStatus?: "" | "HRA.transactionStatusInProcess" | "HRA.transactionStatusOutstanding" | "HRA.transactionStatusClosed";
156
+ /**
157
+ * What kind of transaction this is.
158
+ */
159
+ transactionType: "HRA.transactionTypeLoanIncoming" | "HRA.transactionTypeGiftIncoming" | "HRA.transactionTypeExchangeIncoming" | "HRA.transactionTypeLoanOutgoing" | "HRA.transactionTypeGiftOutgoing" | "HRA.transactionTypeExchangeOutgoing" | "HRA.transactionTypeFieldCollection" | "HRA.transactionTypeImportNotice" | "HRA.transactionTypeABSNegotiations" | "HRA.transactionTypeVirtualLoanOutgoing";
160
+ /**
161
+ * Is it e.g. non-human genetic material that is going to be used for genetic research as is defined by the protocol?
162
+ */
163
+ underNagoya?: boolean;
164
+ awayOther?: number;
165
+ damaged?: string[];
166
+ damagedOther?: number;
167
+ missingOther?: number;
168
+ returnedOther?: number;
169
+ creator?: string;
170
+ dateCreated?: string;
171
+ dateEdited?: string;
172
+ editor?: string;
173
+ /**
174
+ * Team or organisation that owns the record and can edit it.
175
+ */
176
+ owner?: string;
177
+ /**
178
+ * 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.
179
+ */
180
+ publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
181
+ permits?: {
182
+ id?: string;
183
+ "@type"?: string;
184
+ "@context"?: string;
185
+ permitEndDate?: string;
186
+ permitFile?: string;
187
+ permitNotes?: string;
188
+ permitStartDate?: string;
189
+ permitStatus?: "" | "HRA.permitStatusAvailable" | "HRA.permitStatusNotRequired";
190
+ permitType?: "" | "HRA.permitTypePIC" | "HRA.permitTypeMAT" | "HRA.permitTypeMTA" | "HRA.permitCollectingPermit" | "HRA.permitTypeExportPermit" | "HRA.permitTypeOther" | "HRA.permitTypeMemorandumOfUnderstanding";
191
+ /**
192
+ * Which parent or larger collection this is part of.
193
+ */
194
+ isPartOf?: string;
195
+ }[];
196
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,42 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the command to regenerate this file.
5
+ */
6
+ export interface TransactionEvent {
7
+ "@context"?: string;
8
+ id?: string;
9
+ "@type"?: string;
10
+ eventDate: string;
11
+ eventHandler: string;
12
+ eventType: "HRAA.eventTypeSend" | "HRAA.eventTypeReceive" | "HRAA.eventTypeOther";
13
+ items: [
14
+ {
15
+ id?: string;
16
+ "@type"?: string;
17
+ "@context"?: string;
18
+ collectionID?: string;
19
+ itemCount: number;
20
+ itemID?: string;
21
+ itemLabel?: string;
22
+ itemType: "HRAB.itemTypeSpecimen" | "HRAB.itemTypeSpecimenBatch" | "HRAB.itemTypeImage" | "HRAB.itemTypeOther";
23
+ notes?: string;
24
+ status: "HRAB.statusOk" | "HRAB.statusMissing" | "HRAB.statusDamaged";
25
+ },
26
+ ...{
27
+ id?: string;
28
+ "@type"?: string;
29
+ "@context"?: string;
30
+ collectionID?: string;
31
+ itemCount: number;
32
+ itemID?: string;
33
+ itemLabel?: string;
34
+ itemType: "HRAB.itemTypeSpecimen" | "HRAB.itemTypeSpecimenBatch" | "HRAB.itemTypeImage" | "HRAB.itemTypeOther";
35
+ notes?: string;
36
+ status: "HRAB.statusOk" | "HRAB.statusMissing" | "HRAB.statusDamaged";
37
+ }[]
38
+ ];
39
+ notes?: string;
40
+ numberOfPackages?: number;
41
+ sentBy?: "" | "HRAA.sentByPriority" | "HRAA.sentByEconomy" | "HRAA.sentByCourier" | "HRAA.sentByCarried" | "HRAA.sentByOther";
42
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
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
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,17 @@
1
+ /**
2
+ * This file was automatically generated.
3
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
4
+ * and run the command to regenerate this file.
5
+ */
6
+ export interface TransactionItem {
7
+ "@context"?: string;
8
+ id?: string;
9
+ "@type"?: string;
10
+ collectionID?: string;
11
+ itemCount: number;
12
+ itemID?: string;
13
+ itemLabel?: string;
14
+ itemType: "HRAB.itemTypeSpecimen" | "HRAB.itemTypeSpecimenBatch" | "HRAB.itemTypeImage" | "HRAB.itemTypeOther";
15
+ notes?: string;
16
+ status: "HRAB.statusOk" | "HRAB.statusMissing" | "HRAB.statusDamaged";
17
+ }