@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,319 @@
|
|
|
1
|
+
import { GatheringEvent } from './index.dto';
|
|
2
|
+
import { Gathering } from './index.dto';
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/*
|
|
5
|
+
* This file was automatically generated.
|
|
6
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
7
|
+
* and run the command to regenerate this file.
|
|
8
|
+
*/
|
|
9
|
+
export enum SecureLevels {
|
|
10
|
+
"empty" = "",
|
|
11
|
+
"MX.secureLevelNone" = "MX.secureLevelNone",
|
|
12
|
+
"MX.secureLevelKM1" = "MX.secureLevelKM1",
|
|
13
|
+
"MX.secureLevelKM5" = "MX.secureLevelKM5",
|
|
14
|
+
"MX.secureLevelKM10" = "MX.secureLevelKM10",
|
|
15
|
+
"MX.secureLevelKM25" = "MX.secureLevelKM25",
|
|
16
|
+
"MX.secureLevelKM50" = "MX.secureLevelKM50",
|
|
17
|
+
"MX.secureLevelKM100" = "MX.secureLevelKM100",
|
|
18
|
+
"MX.secureLevelHighest" = "MX.secureLevelHighest",
|
|
19
|
+
"MX.secureLevelNoShow" = "MX.secureLevelNoShow"
|
|
20
|
+
}
|
|
21
|
+
export enum DataOriginEnum {
|
|
22
|
+
"empty" = "",
|
|
23
|
+
"dataOriginPaperForm" = "MY.dataOriginPaperForm",
|
|
24
|
+
"dataOriginWebForm" = "MY.dataOriginWebForm",
|
|
25
|
+
"dataOriginSpreadsheetFile" = "MY.dataOriginSpreadsheetFile"
|
|
26
|
+
}
|
|
27
|
+
export enum Preservations {
|
|
28
|
+
"empty" = "",
|
|
29
|
+
"preservationPressed" = "MY.preservationPressed",
|
|
30
|
+
"preservationDry" = "MY.preservationDry",
|
|
31
|
+
"preservationCriticalPointDrying" = "MY.preservationCriticalPointDrying",
|
|
32
|
+
"preservationPinned" = "MY.preservationPinned",
|
|
33
|
+
"preservationGlued" = "MY.preservationGlued",
|
|
34
|
+
"preservationLiquid" = "MY.preservationLiquid",
|
|
35
|
+
"preservationEthanol" = "MY.preservationEthanol",
|
|
36
|
+
"preservationEthanolPure" = "MY.preservationEthanolPure",
|
|
37
|
+
"preservationEthanol70" = "MY.preservationEthanol70",
|
|
38
|
+
"preservationEthanol80" = "MY.preservationEthanol80",
|
|
39
|
+
"preservationEthanol80Pure" = "MY.preservationEthanol80Pure",
|
|
40
|
+
"preservationEthanol96" = "MY.preservationEthanol96",
|
|
41
|
+
"preservationEthanolDenatured" = "MY.preservationEthanolDenatured",
|
|
42
|
+
"preservationEthanolFormalin" = "MY.preservationEthanolFormalin",
|
|
43
|
+
"preservationEthanolExFormalin" = "MY.preservationEthanolExFormalin",
|
|
44
|
+
"preservationFormalin" = "MY.preservationFormalin",
|
|
45
|
+
"preservationBouinSolution" = "MY.preservationBouinSolution",
|
|
46
|
+
"preservationPampelsFluid" = "MY.preservationPampelsFluid",
|
|
47
|
+
"preservationGlycerol" = "MY.preservationGlycerol",
|
|
48
|
+
"preservationParaffin" = "MY.preservationParaffin",
|
|
49
|
+
"preservationMercuricChloride" = "MY.preservationMercuricChloride",
|
|
50
|
+
"preservationCryopreserved" = "MY.preservationCryopreserved",
|
|
51
|
+
"preservationFrozen" = "MY.preservationFrozen",
|
|
52
|
+
"preservationFrozenMinus80C" = "MY.preservationFrozenMinus80C",
|
|
53
|
+
"preservationFreezeDried" = "MY.preservationFreezeDried",
|
|
54
|
+
"preservationGoldPlated" = "MY.preservationGoldPlated",
|
|
55
|
+
"preservationActiveCulture" = "MY.preservationActiveCulture",
|
|
56
|
+
"preservationLiving" = "MY.preservationLiving",
|
|
57
|
+
"preservationSlide" = "MY.preservationSlide",
|
|
58
|
+
"preservationSlideCanadaBalsam" = "MY.preservationSlideCanadaBalsam",
|
|
59
|
+
"preservationSlideEuparal" = "MY.preservationSlideEuparal",
|
|
60
|
+
"preservationSlidePolyviol" = "MY.preservationSlidePolyviol",
|
|
61
|
+
"preservationStuffed" = "MY.preservationStuffed",
|
|
62
|
+
"preservationCast" = "MY.preservationCast",
|
|
63
|
+
"preservationPlastinated" = "MY.preservationPlastinated",
|
|
64
|
+
"preservationFrozenMinus80CAndEthanolMinus20C" = "MY.preservationFrozenMinus80CAndEthanolMinus20C"
|
|
65
|
+
}
|
|
66
|
+
export enum Statuses {
|
|
67
|
+
"empty" = "",
|
|
68
|
+
"statusOk" = "MY.statusOk",
|
|
69
|
+
"statusMissing" = "MY.statusMissing",
|
|
70
|
+
"statusUnrecoverable" = "MY.statusUnrecoverable",
|
|
71
|
+
"statusLost" = "MY.statusLost",
|
|
72
|
+
"statusDonated" = "MY.statusDonated",
|
|
73
|
+
"statusDeposited" = "MY.statusDeposited",
|
|
74
|
+
"statusDeaccessioned" = "MY.statusDeaccessioned",
|
|
75
|
+
"statusDiscarded" = "MY.statusDiscarded",
|
|
76
|
+
"statusSpent" = "MY.statusSpent",
|
|
77
|
+
"statusDestroyed" = "MY.statusDestroyed",
|
|
78
|
+
"statusUndefined" = "MY.statusUndefined",
|
|
79
|
+
"statusAxenic" = "MY.statusAxenic",
|
|
80
|
+
"statusNonAxenic" = "MY.statusNonAxenic",
|
|
81
|
+
"statusNotAvailable" = "MY.statusNotAvailable",
|
|
82
|
+
"statusDead" = "MY.statusDead",
|
|
83
|
+
"statusNoVoucherRetained" = "MY.statusNoVoucherRetained"
|
|
84
|
+
}
|
|
85
|
+
export enum VerificationStatuses {
|
|
86
|
+
"empty" = "",
|
|
87
|
+
"verificationStatusOk" = "MY.verificationStatusOk",
|
|
88
|
+
"verificationStatusVerify" = "MY.verificationStatusVerify",
|
|
89
|
+
"verificationStatusComplete" = "MY.verificationStatusComplete",
|
|
90
|
+
"verificationStatusGeoreference" = "MY.verificationStatusGeoreference",
|
|
91
|
+
"verificationStatusDet" = "MY.verificationStatusDet",
|
|
92
|
+
"verificationStatusCheckID" = "MY.verificationStatusCheckID",
|
|
93
|
+
"verificationStatusVerifyCoordinates" = "MY.verificationStatusVerifyCoordinates"
|
|
94
|
+
}
|
|
95
|
+
export enum PublicityRestrictionsEnum {
|
|
96
|
+
"empty" = "",
|
|
97
|
+
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
98
|
+
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
99
|
+
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
100
|
+
}
|
|
101
|
+
export class Document {
|
|
102
|
+
"@context"?: string;
|
|
103
|
+
id?: string;
|
|
104
|
+
"@type"?: string;
|
|
105
|
+
/**
|
|
106
|
+
* Secure level (salaus-/karkeistustaso) for the data
|
|
107
|
+
*/
|
|
108
|
+
secureLevel?: SecureLevels;
|
|
109
|
+
/**
|
|
110
|
+
* Leave empty if no sample taken, or if the sample is recorded separately
|
|
111
|
+
*/
|
|
112
|
+
DNASampleLocation?: string;
|
|
113
|
+
/**
|
|
114
|
+
* IPEN Number for the accession
|
|
115
|
+
*/
|
|
116
|
+
IPEN?: string;
|
|
117
|
+
/**
|
|
118
|
+
* URL where more information is available about the specimen
|
|
119
|
+
*/
|
|
120
|
+
URL?: string;
|
|
121
|
+
acknowledgedWarnings?: {
|
|
122
|
+
[k: string]: unknown | undefined;
|
|
123
|
+
}[];
|
|
124
|
+
/**
|
|
125
|
+
* From who/where the specimen was acquired (if not recorded as a transaction)
|
|
126
|
+
*/
|
|
127
|
+
acquiredFrom?: string;
|
|
128
|
+
/**
|
|
129
|
+
* Organization where the accession was acquired from. If the organization is not on the list, add it first.
|
|
130
|
+
*/
|
|
131
|
+
acquiredFromOrganization?: string;
|
|
132
|
+
/**
|
|
133
|
+
* Date (d.m.yyyy) or year (yyyy) on which the specimen was acquired to the collection. Empty means an old specimen acquired on an unknown date.
|
|
134
|
+
*/
|
|
135
|
+
acquisitionDate?: string;
|
|
136
|
+
/**
|
|
137
|
+
* Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
|
|
138
|
+
*/
|
|
139
|
+
additionalIDs?: string[];
|
|
140
|
+
/**
|
|
141
|
+
* BOLD identifier, usually BOLD Sample ID. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
|
|
142
|
+
*/
|
|
143
|
+
bold?: string[];
|
|
144
|
+
caption?: string;
|
|
145
|
+
/**
|
|
146
|
+
* Clad book id number or such
|
|
147
|
+
*/
|
|
148
|
+
cladBookID?: string;
|
|
149
|
+
/**
|
|
150
|
+
* Clad specimen id: usually color description and a number
|
|
151
|
+
*/
|
|
152
|
+
cladSpecimenID?: string;
|
|
153
|
+
/**
|
|
154
|
+
* Verbatim specimen data from clad book
|
|
155
|
+
*/
|
|
156
|
+
cladVerbatim?: string;
|
|
157
|
+
/**
|
|
158
|
+
* The collection which this specimen belongs to
|
|
159
|
+
*/
|
|
160
|
+
collectionID?: string;
|
|
161
|
+
/**
|
|
162
|
+
* Notes on the defects of the specimen (missing parts or such). Empty value means same as "good" or "hyvä" - that there is nothing special to mention about the condition.
|
|
163
|
+
*/
|
|
164
|
+
condition?: string;
|
|
165
|
+
/**
|
|
166
|
+
* Annuality/perenniality or other specialities about cultivation in our conditions.
|
|
167
|
+
*/
|
|
168
|
+
cultivationInformation?: string;
|
|
169
|
+
dataOrigin?: DataOriginEnum[];
|
|
170
|
+
/**
|
|
171
|
+
* Where the data about this specimen or observation is from, in addition to labels. Eg. reference to a publication, field notes or an expedition.
|
|
172
|
+
*/
|
|
173
|
+
dataSource?: string;
|
|
174
|
+
/**
|
|
175
|
+
* The tags this specimen has
|
|
176
|
+
*/
|
|
177
|
+
datasetID?: string[];
|
|
178
|
+
datatype?: string;
|
|
179
|
+
deviceID?: string;
|
|
180
|
+
/**
|
|
181
|
+
* Location of the specimen so that museum personnel can find it. E.g. taxon under which it is stored (if not clear from the identification), or shelf number
|
|
182
|
+
*/
|
|
183
|
+
documentLocation?: string;
|
|
184
|
+
/**
|
|
185
|
+
* Description where duplicates (specimens of the same individual) are located or have been sent to and by which ID's.
|
|
186
|
+
*/
|
|
187
|
+
duplicatesIn?: string;
|
|
188
|
+
/**
|
|
189
|
+
* Reason for this edit or notes about it.
|
|
190
|
+
*/
|
|
191
|
+
editNotes?: string;
|
|
192
|
+
editor?: string;
|
|
193
|
+
/**
|
|
194
|
+
* Date the data was first transcribed into electronic format or paper registry
|
|
195
|
+
*/
|
|
196
|
+
entered?: string;
|
|
197
|
+
/**
|
|
198
|
+
* Free-text diary-style information about what has been done to the specimen and when.
|
|
199
|
+
*/
|
|
200
|
+
event?: string[];
|
|
201
|
+
/**
|
|
202
|
+
* Name of the exsiccatum this specimen belongs to and possible exsiccatum number.
|
|
203
|
+
*/
|
|
204
|
+
exsiccatum?: string;
|
|
205
|
+
/**
|
|
206
|
+
* Id of the form that was used for the document
|
|
207
|
+
*/
|
|
208
|
+
formID?: string;
|
|
209
|
+
gatheringEvent?: GatheringEvent;
|
|
210
|
+
/**
|
|
211
|
+
* Genbank identifier. You can include additonal comment by separating them with colon, e.g. "AY123456:comments here"
|
|
212
|
+
*/
|
|
213
|
+
genbank?: string[];
|
|
214
|
+
hasGathering?: string[];
|
|
215
|
+
isTemplate?: boolean;
|
|
216
|
+
keywords?: string[];
|
|
217
|
+
/**
|
|
218
|
+
* All text from labels word-for-word, including spelling errors. Separate each label on its own row, starting from topmost label.
|
|
219
|
+
*/
|
|
220
|
+
labelsVerbatim?: string;
|
|
221
|
+
/**
|
|
222
|
+
* Language the data is (mainly) written in, if applicable.
|
|
223
|
+
*/
|
|
224
|
+
language?: string;
|
|
225
|
+
/**
|
|
226
|
+
* Collecting number (field identifier, keruunumero) for the specimen
|
|
227
|
+
*/
|
|
228
|
+
legID?: string;
|
|
229
|
+
locked?: boolean;
|
|
230
|
+
namedPlaceID?: string;
|
|
231
|
+
/**
|
|
232
|
+
* Additional information to the data in each section.
|
|
233
|
+
*/
|
|
234
|
+
notes?: string;
|
|
235
|
+
/**
|
|
236
|
+
* Original catalogue number or other original identifier of the specimen. E.g. H9000000
|
|
237
|
+
*/
|
|
238
|
+
originalSpecimenID?: string;
|
|
239
|
+
/**
|
|
240
|
+
* Garden area where this accession is planned to be located.
|
|
241
|
+
*/
|
|
242
|
+
plannedLocation?: string;
|
|
243
|
+
/**
|
|
244
|
+
* Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
|
|
245
|
+
*/
|
|
246
|
+
preservation?: Preservations[];
|
|
247
|
+
/**
|
|
248
|
+
* Location of the primary data if not Kotka.
|
|
249
|
+
*/
|
|
250
|
+
primaryDataLocation?: string;
|
|
251
|
+
/**
|
|
252
|
+
* Notes shown within the system for users signed in but not shown publicly anywhere. Use only for notes that absolutely need to be hidden from public view.
|
|
253
|
+
*/
|
|
254
|
+
privateNotes?: string;
|
|
255
|
+
/**
|
|
256
|
+
* Publication references or doi's that refer to this specimen
|
|
257
|
+
*/
|
|
258
|
+
publication?: string[];
|
|
259
|
+
/**
|
|
260
|
+
* Relationship to another taxon OR specimen. Choose relationship type as prefix and give taxon name or specimen identifier thereafter, e.g. "parasite: Parasiticus specius" OR "host:http://tun.fi/JAA.123"
|
|
261
|
+
*/
|
|
262
|
+
relationship?: string[];
|
|
263
|
+
/**
|
|
264
|
+
* The history of the specimen, for example how it was acquired or in which museums it has been before.
|
|
265
|
+
*/
|
|
266
|
+
sampleHistory?: string;
|
|
267
|
+
/**
|
|
268
|
+
* ID of the specimen from which this has been separated
|
|
269
|
+
*/
|
|
270
|
+
separatedFrom?: string;
|
|
271
|
+
/**
|
|
272
|
+
* ID's of those new specimens that have been separated from this specimen
|
|
273
|
+
*/
|
|
274
|
+
separatedTo?: string[];
|
|
275
|
+
serialNumber?: string;
|
|
276
|
+
sourceID?: string;
|
|
277
|
+
/**
|
|
278
|
+
* Empty value means same as "ok" - that there is not anything special about the status of the specimen.
|
|
279
|
+
*/
|
|
280
|
+
status?: Statuses;
|
|
281
|
+
temp?: boolean;
|
|
282
|
+
templateDescription?: string;
|
|
283
|
+
templateName?: string;
|
|
284
|
+
/**
|
|
285
|
+
* Additional information regarding the data entry or transcription process, e.g. unclarities, explanations for interpretations,
|
|
286
|
+
*/
|
|
287
|
+
transcriberNotes?: string;
|
|
288
|
+
/**
|
|
289
|
+
* Common name of agreement concerning the transfer, if any.
|
|
290
|
+
*/
|
|
291
|
+
transferAgreement?: string;
|
|
292
|
+
/**
|
|
293
|
+
* List of those fields that contain unreliable data. The list is created automatically.
|
|
294
|
+
*/
|
|
295
|
+
unreliableFields?: string;
|
|
296
|
+
/**
|
|
297
|
+
* Information about the quality of the specimen data. Possible to select several.
|
|
298
|
+
*/
|
|
299
|
+
verificationStatus?: VerificationStatuses[];
|
|
300
|
+
/**
|
|
301
|
+
* Identifier of the herbarium voucher specimen or information about it if the identifier is unknown.
|
|
302
|
+
*/
|
|
303
|
+
voucherSpecimenID?: string;
|
|
304
|
+
creator?: string;
|
|
305
|
+
dateCreated?: string;
|
|
306
|
+
dateEdited?: string;
|
|
307
|
+
editors?: string[];
|
|
308
|
+
images?: string[];
|
|
309
|
+
/**
|
|
310
|
+
* Team or organisation that owns the record and can edit it.
|
|
311
|
+
*/
|
|
312
|
+
owner?: string;
|
|
313
|
+
/**
|
|
314
|
+
* 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.
|
|
315
|
+
*/
|
|
316
|
+
publicityRestrictions?: PublicityRestrictionsEnum;
|
|
317
|
+
scheduledForDeletion?: boolean;
|
|
318
|
+
gatherings: [Gathering, ...[Gathering]];
|
|
319
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
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 DownloadRequest {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
apiKeyExpires?: string;
|
|
12
|
+
approximateResultSize: number;
|
|
13
|
+
collectionId?: string[];
|
|
14
|
+
completed: boolean;
|
|
15
|
+
created?: string;
|
|
16
|
+
createdFile?: string;
|
|
17
|
+
createdFileSize?: string;
|
|
18
|
+
dataUsePurpose?: string;
|
|
19
|
+
downloadFormat?: string;
|
|
20
|
+
downloadInclude?: string[];
|
|
21
|
+
downloadType: string;
|
|
22
|
+
downloaded?: string[];
|
|
23
|
+
email?: string;
|
|
24
|
+
failed?: boolean;
|
|
25
|
+
failureReason?: string;
|
|
26
|
+
filter: [string, ...string[]];
|
|
27
|
+
locale?: string;
|
|
28
|
+
person?: string;
|
|
29
|
+
requested: string;
|
|
30
|
+
source: string;
|
|
31
|
+
warehouse: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,42 @@
|
|
|
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 EndangermentReasonEnum {
|
|
8
|
+
"endangermentReasonP" = "MKV.endangermentReasonP",
|
|
9
|
+
"endangermentReasonKe" = "MKV.endangermentReasonKe",
|
|
10
|
+
"endangermentReasonH" = "MKV.endangermentReasonH",
|
|
11
|
+
"endangermentReasonKu" = "MKV.endangermentReasonKu",
|
|
12
|
+
"endangermentReasonR" = "MKV.endangermentReasonR",
|
|
13
|
+
"endangermentReasonKs" = "MKV.endangermentReasonKs",
|
|
14
|
+
"endangermentReasonPm" = "MKV.endangermentReasonPm",
|
|
15
|
+
"endangermentReasonPr" = "MKV.endangermentReasonPr",
|
|
16
|
+
"endangermentReasonN" = "MKV.endangermentReasonN",
|
|
17
|
+
"endangermentReasonM" = "MKV.endangermentReasonM",
|
|
18
|
+
"endangermentReasonMp" = "MKV.endangermentReasonMp",
|
|
19
|
+
"endangermentReasonMv" = "MKV.endangermentReasonMv",
|
|
20
|
+
"endangermentReasonMk" = "MKV.endangermentReasonMk",
|
|
21
|
+
"endangermentReasonMl" = "MKV.endangermentReasonMl",
|
|
22
|
+
"endangermentReasonO" = "MKV.endangermentReasonO",
|
|
23
|
+
"endangermentReasonVr" = "MKV.endangermentReasonVr",
|
|
24
|
+
"endangermentReasonKh" = "MKV.endangermentReasonKh",
|
|
25
|
+
"endangermentReasonI" = "MKV.endangermentReasonI",
|
|
26
|
+
"endangermentReasonS" = "MKV.endangermentReasonS",
|
|
27
|
+
"endangermentReasonKil" = "MKV.endangermentReasonKil",
|
|
28
|
+
"endangermentReasonRis" = "MKV.endangermentReasonRis",
|
|
29
|
+
"endangermentReasonKv" = "MKV.endangermentReasonKv",
|
|
30
|
+
"endangermentReasonU" = "MKV.endangermentReasonU",
|
|
31
|
+
"endangermentReasonVie" = "MKV.endangermentReasonVie",
|
|
32
|
+
"endangermentReasonMuu" = "MKV.endangermentReasonMuu",
|
|
33
|
+
"endangermentReasonT" = "MKV.endangermentReasonT"
|
|
34
|
+
}
|
|
35
|
+
export class Endangerment {
|
|
36
|
+
"@context"?: string;
|
|
37
|
+
id?: string;
|
|
38
|
+
"@type"?: string;
|
|
39
|
+
"herbo:sortOrder"?: number;
|
|
40
|
+
endangerment: EndangermentReasonEnum;
|
|
41
|
+
sortOrder?: number;
|
|
42
|
+
}
|
|
@@ -0,0 +1,85 @@
|
|
|
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 EventType {
|
|
8
|
+
"eventTypeDiscarded" = "MY.eventTypeDiscarded",
|
|
9
|
+
"eventTypeDonating" = "MY.eventTypeDonating",
|
|
10
|
+
"eventTypeInventory" = "MY.eventTypeInventory",
|
|
11
|
+
"eventTypeMarkedDead" = "MY.eventTypeMarkedDead",
|
|
12
|
+
"eventTypeOccasionalRemark" = "MY.eventTypeOccasionalRemark",
|
|
13
|
+
"eventTypeTemporaryPlacement" = "MY.eventTypeTemporaryPlacement",
|
|
14
|
+
"eventTypePlanting" = "MY.eventTypePlanting",
|
|
15
|
+
"eventTypePlantedBackToWild" = "MY.eventTypePlantedBackToWild",
|
|
16
|
+
"eventTypePollination" = "MY.eventTypePollination",
|
|
17
|
+
"eventTypePrickingOut" = "MY.eventTypePrickingOut",
|
|
18
|
+
"eventTypePotting" = "MY.eventTypePotting",
|
|
19
|
+
"eventTypePropagation" = "MY.eventTypePropagation",
|
|
20
|
+
"eventTypePropagationMaterialCollected" = "MY.eventTypePropagationMaterialCollected",
|
|
21
|
+
"eventTypePruning" = "MY.eventTypePruning",
|
|
22
|
+
"eventTypeSowing" = "MY.eventTypeSowing",
|
|
23
|
+
"eventTypeStoring" = "MY.eventTypeStoring",
|
|
24
|
+
"eventTypeTransferring" = "MY.eventTypeTransferring",
|
|
25
|
+
"eventTypeOther" = "MY.eventTypeOther",
|
|
26
|
+
"eventTypeAtlantis" = "MY.eventTypeAtlantis",
|
|
27
|
+
"eventTypeCleaning" = "MY.eventTypeCleaning",
|
|
28
|
+
"eventTypeQuantityEstimation" = "MY.eventTypeQuantityEstimation",
|
|
29
|
+
"eventTypeCutTesting" = "MY.eventTypeCutTesting",
|
|
30
|
+
"eventTypeDrying" = "MY.eventTypeDrying",
|
|
31
|
+
"eventTypeGerminationTesting" = "MY.eventTypeGerminationTesting",
|
|
32
|
+
"eventTypeGerminationRetesting" = "MY.eventTypeGerminationRetesting",
|
|
33
|
+
"eventTypeGerminationControlling" = "MY.eventTypeGerminationControlling",
|
|
34
|
+
"eventTypeTZTesting" = "MY.eventTypeTZTesting",
|
|
35
|
+
"eventTypeSeedExchange" = "MY.eventTypeSeedExchange",
|
|
36
|
+
"eventTypeTPuska" = "MY.eventTypeTPuska"
|
|
37
|
+
}
|
|
38
|
+
export enum PlantLifeStageEnum {
|
|
39
|
+
"empty" = "",
|
|
40
|
+
"plantLifeStageSterile" = "MY.plantLifeStageSterile",
|
|
41
|
+
"plantLifeStageFertile" = "MY.plantLifeStageFertile",
|
|
42
|
+
"plantLifeStageSeed" = "MY.plantLifeStageSeed",
|
|
43
|
+
"plantLifeStageSprout" = "MY.plantLifeStageSprout",
|
|
44
|
+
"plantLifeStageBud" = "MY.plantLifeStageBud",
|
|
45
|
+
"plantLifeStageFlower" = "MY.plantLifeStageFlower",
|
|
46
|
+
"plantLifeStageWitheredFlower" = "MY.plantLifeStageWitheredFlower",
|
|
47
|
+
"plantLifeStageRipeningFruit" = "MY.plantLifeStageRipeningFruit",
|
|
48
|
+
"plantLifeStageRipeFruit" = "MY.plantLifeStageRipeFruit",
|
|
49
|
+
"plantLifeStageDeadSprout" = "MY.plantLifeStageDeadSprout",
|
|
50
|
+
"plantLifeStageSubterranean" = "MY.plantLifeStageSubterranean"
|
|
51
|
+
}
|
|
52
|
+
export class Event {
|
|
53
|
+
"@context"?: string;
|
|
54
|
+
id?: string;
|
|
55
|
+
"@type"?: string;
|
|
56
|
+
agent?: string;
|
|
57
|
+
/**
|
|
58
|
+
* Enter the amount in the branch as n, addition to the previously given amount as +n or reduction as -n
|
|
59
|
+
*/
|
|
60
|
+
amount?: string;
|
|
61
|
+
amountEstimationUnit?: string;
|
|
62
|
+
/**
|
|
63
|
+
* ID for the accossiated branch
|
|
64
|
+
*/
|
|
65
|
+
branchID: string;
|
|
66
|
+
date?: string;
|
|
67
|
+
eRH?: string;
|
|
68
|
+
estimatedSeedQuantity?: number;
|
|
69
|
+
eventType: EventType;
|
|
70
|
+
germinationConditions?: string;
|
|
71
|
+
germinationPercentage?: number;
|
|
72
|
+
germinationRate?: number;
|
|
73
|
+
lifeStage?: PlantLifeStageEnum;
|
|
74
|
+
notes?: string;
|
|
75
|
+
numberOfSeedsEmpty?: number;
|
|
76
|
+
numberOfSeedsFull?: number;
|
|
77
|
+
numberOfSeedsInfested?: number;
|
|
78
|
+
numberOfSeedsMouldy?: number;
|
|
79
|
+
numberOfSeedsPartFull?: number;
|
|
80
|
+
numberOfSeedsTested?: number;
|
|
81
|
+
percentageSeedsFull?: number;
|
|
82
|
+
seedsExchangedInstitution?: string;
|
|
83
|
+
testPassed?: boolean;
|
|
84
|
+
viabilityPercentage?: number;
|
|
85
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
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 Field {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
name?: string;
|
|
12
|
+
fields?: Field[];
|
|
13
|
+
filters?: {
|
|
14
|
+
[k: string]: unknown | undefined;
|
|
15
|
+
};
|
|
16
|
+
label?: string;
|
|
17
|
+
notices?: {
|
|
18
|
+
[k: string]: unknown | undefined;
|
|
19
|
+
};
|
|
20
|
+
options?: {
|
|
21
|
+
[k: string]: unknown | undefined;
|
|
22
|
+
};
|
|
23
|
+
required?: boolean;
|
|
24
|
+
type?: string;
|
|
25
|
+
ui?: {
|
|
26
|
+
[k: string]: unknown | undefined;
|
|
27
|
+
};
|
|
28
|
+
validators?: {
|
|
29
|
+
[k: string]: unknown | undefined;
|
|
30
|
+
};
|
|
31
|
+
value?: string;
|
|
32
|
+
warnings?: {
|
|
33
|
+
[k: string]: unknown | undefined;
|
|
34
|
+
};
|
|
35
|
+
}
|
|
@@ -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 Fieldset {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
}
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import { Field } from './index.dto';
|
|
2
|
+
import { FormOptions } from './index.dto';
|
|
3
|
+
/* tslint:disable */
|
|
4
|
+
/*
|
|
5
|
+
* This file was automatically generated.
|
|
6
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
7
|
+
* and run the command to regenerate this file.
|
|
8
|
+
*/
|
|
9
|
+
export enum CategoryEnum {
|
|
10
|
+
"empty" = "",
|
|
11
|
+
"categoryGeneric" = "MHL.categoryGeneric",
|
|
12
|
+
"categorySurvey" = "MHL.categorySurvey",
|
|
13
|
+
"categoryTaxonomicGroup" = "MHL.categoryTaxonomicGroup",
|
|
14
|
+
"categoryBirdMonitoringSchemes" = "MHL.categoryBirdMonitoringSchemes",
|
|
15
|
+
"categoryCitizenScience" = "MHL.categoryCitizenScience",
|
|
16
|
+
"categoryBiomonCompleteLists" = "MHL.categoryBiomonCompleteLists"
|
|
17
|
+
}
|
|
18
|
+
export enum LanguageEnum {
|
|
19
|
+
"empty" = "",
|
|
20
|
+
"en" = "en",
|
|
21
|
+
"fi" = "fi",
|
|
22
|
+
"sv" = "sv"
|
|
23
|
+
}
|
|
24
|
+
export enum LanguageEnum1 {
|
|
25
|
+
"empty" = "",
|
|
26
|
+
"en" = "en",
|
|
27
|
+
"fi" = "fi",
|
|
28
|
+
"sv" = "sv"
|
|
29
|
+
}
|
|
30
|
+
export class Form {
|
|
31
|
+
"@context"?: string;
|
|
32
|
+
id?: string;
|
|
33
|
+
"@type"?: string;
|
|
34
|
+
baseFormID?: string;
|
|
35
|
+
category?: CategoryEnum;
|
|
36
|
+
/**
|
|
37
|
+
* Id for the collection to where observation useing this form are connected
|
|
38
|
+
*/
|
|
39
|
+
collectionID?: string;
|
|
40
|
+
/**
|
|
41
|
+
* The schema context of the form (e.g. MY.document, MNP.namedPlace...)
|
|
42
|
+
*/
|
|
43
|
+
context?: string;
|
|
44
|
+
description?: string;
|
|
45
|
+
fields?: Field[];
|
|
46
|
+
/**
|
|
47
|
+
* Use fields, uiSchema and translations from the form
|
|
48
|
+
*/
|
|
49
|
+
fieldsFormID?: string;
|
|
50
|
+
language?: LanguageEnum;
|
|
51
|
+
logo?: string;
|
|
52
|
+
name?: string;
|
|
53
|
+
options?: FormOptions;
|
|
54
|
+
patch?: {
|
|
55
|
+
[k: string]: unknown | undefined;
|
|
56
|
+
}[];
|
|
57
|
+
shortDescription?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Shown at sidebar and & as browser title
|
|
60
|
+
*/
|
|
61
|
+
shortTitle?: string;
|
|
62
|
+
supportedLanguage?: LanguageEnum[];
|
|
63
|
+
title?: string;
|
|
64
|
+
translations?: {
|
|
65
|
+
[k: string]: unknown | undefined;
|
|
66
|
+
};
|
|
67
|
+
uiSchema?: {
|
|
68
|
+
[k: string]: unknown | undefined;
|
|
69
|
+
};
|
|
70
|
+
}
|
|
@@ -0,0 +1,21 @@
|
|
|
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 FormFooter {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Text to show for footer
|
|
13
|
+
*/
|
|
14
|
+
footerDescription?: string;
|
|
15
|
+
/**
|
|
16
|
+
* Key is an image URI, value is the URI of the page clicking the image opens
|
|
17
|
+
*/
|
|
18
|
+
footerLogos?: {
|
|
19
|
+
[k: string]: unknown | undefined;
|
|
20
|
+
};
|
|
21
|
+
}
|
|
@@ -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 FormInstructions {
|
|
8
|
+
"@context"?: string;
|
|
9
|
+
id?: string;
|
|
10
|
+
"@type"?: string;
|
|
11
|
+
}
|