@luomus/laji-schema 2.0.92 → 2.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/classes/Enums.js +2428 -2244
- package/dist/dto/Annotation.dto.ts +12 -12
- package/dist/dto/Area.dto.ts +2 -2
- package/dist/dto/Audio.dto.ts +12 -12
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -2
- package/dist/dto/Collection.dto.ts +16 -16
- package/dist/dto/CompleteList.dto.ts +2 -2
- package/dist/dto/Dataset.dto.ts +2 -2
- package/dist/dto/Document.dto.ts +12 -12
- package/dist/dto/Endangerment.dto.ts +2 -2
- package/dist/dto/Enums.dto.ts +331 -158
- package/dist/dto/Event.dto.ts +4 -4
- package/dist/dto/Form.dto.ts +5 -5
- package/dist/dto/FormOptions.dto.ts +8 -8
- package/dist/dto/FormPermissionSingle.dto.ts +2 -2
- package/dist/dto/Gathering.dto.ts +28 -28
- package/dist/dto/GatheringEvent.dto.ts +8 -8
- package/dist/dto/GatheringFact.dto.ts +41 -41
- package/dist/dto/Habitat.dto.ts +4 -4
- package/dist/dto/Identification.dto.ts +10 -10
- package/dist/dto/Image.dto.ts +14 -14
- package/dist/dto/Individual.dto.ts +2 -2
- package/dist/dto/InformationSystem.dto.ts +6 -6
- package/dist/dto/IucnRedListEvaluation.dto.ts +22 -22
- package/dist/dto/Model.dto.ts +12 -12
- package/dist/dto/NamedPlace.dto.ts +6 -6
- package/dist/dto/News.dto.ts +2 -2
- package/dist/dto/Notification.dto.ts +2 -2
- package/dist/dto/Occurrence.dto.ts +2 -2
- package/dist/dto/Organization.dto.ts +2 -2
- package/dist/dto/Pdf.dto.ts +4 -4
- package/dist/dto/Permit.dto.ts +4 -4
- package/dist/dto/Person.dto.ts +6 -6
- package/dist/dto/Preparation.dto.ts +4 -4
- package/dist/dto/Profile.dto.ts +4 -4
- package/dist/dto/RegionalStatus.dto.ts +2 -2
- package/dist/dto/Sample.dto.ts +16 -16
- package/dist/dto/SpecimenTransaction.dto.ts +14 -14
- package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -2
- package/dist/dto/SubUnit.dto.ts +2 -2
- package/dist/dto/Tag.dto.ts +5 -5
- package/dist/dto/Taxon.dto.ts +27 -27
- package/dist/dto/TaxonCensus.dto.ts +4 -4
- package/dist/dto/TaxonInteraction.dto.ts +5 -5
- package/dist/dto/Transaction.dto.ts +16 -16
- package/dist/dto/TransactionEvent.dto.ts +4 -4
- package/dist/dto/TransactionItem.dto.ts +4 -4
- package/dist/dto/TypeSpecimen.dto.ts +6 -6
- package/dist/dto/Unit.dto.ts +67 -67
- package/dist/dto/UnitFact.dto.ts +20 -20
- package/dist/dto/Video.dto.ts +12 -12
- package/dist/esm/classes/Enums.js +2424 -2240
- package/dist/types/classes/Annotation.d.ts +12 -12
- package/dist/types/classes/Area.d.ts +2 -2
- package/dist/types/classes/Audio.d.ts +12 -12
- package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +2 -2
- package/dist/types/classes/Collection.d.ts +16 -16
- package/dist/types/classes/CompleteList.d.ts +2 -2
- package/dist/types/classes/Dataset.d.ts +2 -2
- package/dist/types/classes/Document.d.ts +12 -12
- package/dist/types/classes/Endangerment.d.ts +2 -2
- package/dist/types/classes/Enums.d.ts +331 -158
- package/dist/types/classes/Event.d.ts +4 -4
- package/dist/types/classes/Form.d.ts +5 -5
- package/dist/types/classes/FormOptions.d.ts +8 -8
- package/dist/types/classes/FormPermissionSingle.d.ts +2 -2
- package/dist/types/classes/Gathering.d.ts +28 -28
- package/dist/types/classes/GatheringEvent.d.ts +8 -8
- package/dist/types/classes/GatheringFact.d.ts +41 -41
- package/dist/types/classes/Habitat.d.ts +4 -4
- package/dist/types/classes/Identification.d.ts +10 -10
- package/dist/types/classes/Image.d.ts +14 -14
- package/dist/types/classes/Individual.d.ts +2 -2
- package/dist/types/classes/InformationSystem.d.ts +6 -6
- package/dist/types/classes/IucnRedListEvaluation.d.ts +22 -22
- package/dist/types/classes/Model.d.ts +12 -12
- package/dist/types/classes/NamedPlace.d.ts +6 -6
- package/dist/types/classes/News.d.ts +2 -2
- package/dist/types/classes/Notification.d.ts +2 -2
- package/dist/types/classes/Occurrence.d.ts +2 -2
- package/dist/types/classes/Organization.d.ts +2 -2
- package/dist/types/classes/Pdf.d.ts +4 -4
- package/dist/types/classes/Permit.d.ts +4 -4
- package/dist/types/classes/Person.d.ts +6 -6
- package/dist/types/classes/Preparation.d.ts +4 -4
- package/dist/types/classes/Profile.d.ts +4 -4
- package/dist/types/classes/RegionalStatus.d.ts +2 -2
- package/dist/types/classes/Sample.d.ts +16 -16
- package/dist/types/classes/SpecimenTransaction.d.ts +14 -14
- package/dist/types/classes/SpecimenTransactionEvent.d.ts +2 -2
- package/dist/types/classes/SubUnit.d.ts +2 -2
- package/dist/types/classes/Tag.d.ts +5 -5
- package/dist/types/classes/Taxon.d.ts +27 -27
- package/dist/types/classes/TaxonCensus.d.ts +4 -4
- package/dist/types/classes/TaxonInteraction.d.ts +5 -5
- package/dist/types/classes/Transaction.d.ts +16 -16
- package/dist/types/classes/TransactionEvent.d.ts +4 -4
- package/dist/types/classes/TransactionItem.d.ts +4 -4
- package/dist/types/classes/TypeSpecimen.d.ts +6 -6
- package/dist/types/classes/Unit.d.ts +67 -67
- package/dist/types/classes/UnitFact.d.ts +20 -20
- package/dist/types/classes/Video.d.ts +12 -12
- package/dist/types/models/Annotation.d.ts +12 -12
- package/dist/types/models/Area.d.ts +2 -2
- package/dist/types/models/Audio.d.ts +12 -12
- package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +2 -2
- package/dist/types/models/Collection.d.ts +16 -16
- package/dist/types/models/CompleteList.d.ts +2 -2
- package/dist/types/models/Dataset.d.ts +2 -2
- package/dist/types/models/Document.d.ts +12 -12
- package/dist/types/models/Endangerment.d.ts +2 -2
- package/dist/types/models/Enums.d.ts +169 -158
- package/dist/types/models/Event.d.ts +4 -4
- package/dist/types/models/Form.d.ts +5 -5
- package/dist/types/models/FormOptions.d.ts +8 -8
- package/dist/types/models/FormPermissionSingle.d.ts +2 -2
- package/dist/types/models/Gathering.d.ts +28 -28
- package/dist/types/models/GatheringEvent.d.ts +8 -8
- package/dist/types/models/GatheringFact.d.ts +41 -41
- package/dist/types/models/Habitat.d.ts +4 -4
- package/dist/types/models/Identification.d.ts +10 -10
- package/dist/types/models/Image.d.ts +14 -14
- package/dist/types/models/Individual.d.ts +2 -2
- package/dist/types/models/InformationSystem.d.ts +6 -6
- package/dist/types/models/IucnRedListEvaluation.d.ts +22 -22
- package/dist/types/models/Model.d.ts +12 -12
- package/dist/types/models/NamedPlace.d.ts +6 -6
- package/dist/types/models/News.d.ts +2 -2
- package/dist/types/models/Notification.d.ts +2 -2
- package/dist/types/models/Occurrence.d.ts +2 -2
- package/dist/types/models/Organization.d.ts +2 -2
- package/dist/types/models/Pdf.d.ts +4 -4
- package/dist/types/models/Permit.d.ts +4 -4
- package/dist/types/models/Person.d.ts +6 -6
- package/dist/types/models/Preparation.d.ts +4 -4
- package/dist/types/models/Profile.d.ts +4 -4
- package/dist/types/models/RegionalStatus.d.ts +2 -2
- package/dist/types/models/Sample.d.ts +16 -16
- package/dist/types/models/SpecimenTransaction.d.ts +14 -14
- package/dist/types/models/SpecimenTransactionEvent.d.ts +2 -2
- package/dist/types/models/SubUnit.d.ts +2 -2
- package/dist/types/models/Tag.d.ts +5 -5
- package/dist/types/models/Taxon.d.ts +27 -27
- package/dist/types/models/TaxonCensus.d.ts +4 -4
- package/dist/types/models/TaxonInteraction.d.ts +5 -5
- package/dist/types/models/Transaction.d.ts +16 -16
- package/dist/types/models/TransactionEvent.d.ts +4 -4
- package/dist/types/models/TransactionItem.d.ts +4 -4
- package/dist/types/models/TypeSpecimen.d.ts +6 -6
- package/dist/types/models/Unit.d.ts +67 -67
- package/dist/types/models/UnitFact.d.ts +20 -20
- package/dist/types/models/Video.d.ts +12 -12
- package/package.json +1 -1
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
1
|
+
import { MKVDdReasonEnum } from './';
|
|
2
|
+
import { MKVExternalPopulationImpactOnRedListStatusEnum } from './';
|
|
3
|
+
import { MKVPossiblyREEnum } from './';
|
|
4
|
+
import { MKVReasonForStatusChangeEnum } from './';
|
|
5
|
+
import { MXIucnStatuses } from './';
|
|
6
|
+
import { MKVStateEnum } from './';
|
|
7
|
+
import { MXTypeOfOccurrenceEnum } from './';
|
|
8
8
|
export interface IucnRedListEvaluation {
|
|
9
9
|
"@context"?: string;
|
|
10
10
|
id?: string;
|
|
@@ -181,7 +181,7 @@ export interface IucnRedListEvaluation {
|
|
|
181
181
|
/**
|
|
182
182
|
* <ul> <li><b>1. Tuntematon alkuperä.</b> Taksoni tunnetaan vain yhdestä tai muutamasta yksilöstä/ näyteestä, joiden löytöpaikkaa ei tunneta tai paikkatiedot ovat hyvin epätarkat, joten taksonin tilaa ei voida päätellä. </li><li><b>2. Taksonominen epävarmuus.</b> Tietojen vähäisyys voi olla seurausta taksonomisesta epävarmuudesta eli levinneisyydestä, ekologiasta, tilasta, ja uhkista on vähän tietoa, koska vähäinen näytteiden ja/ tai havaintojenmäärä johtuu siitä että taksonia edustaa poikkeava yksilö, hybridi, harvinainen värimuoto tai muun lajin alalajia. Se voi selittää tiedon puutetta yhtä todennäköisesti tai todennäköisemmin kuin se, että taksoni on aidosti harvinainen, uhanalainen tai riittämättömästi etsitty. Tästä on kuitenkin erotettava ne taksonit, joiden taksonomiassa/ taksonomisessa asemassa on jotain epäselvää: ne on joko arvioitava normaalisti tai jätettävä arvioinnin ulkopuolelle (NE) ja tästä arviointilistalle mukaan ottamisesta on päätettävä arvioinnin vaiheessa 1 (luku 2). </li><li><b>3. Puutteelliset tiedot.</b> Tiedot ovat riittämättömät arviointikriteerien soveltamiseksi eli kaikki muut syyt tietojen vähäisyyteen. </li></ul>
|
|
183
183
|
*/
|
|
184
|
-
ddReason?:
|
|
184
|
+
ddReason?: MKVDdReasonEnum;
|
|
185
185
|
ddReasonNotes?: string;
|
|
186
186
|
decreaseDuringPeriod?: string;
|
|
187
187
|
decreaseDuringPeriodNotes?: string;
|
|
@@ -207,7 +207,7 @@ export interface IucnRedListEvaluation {
|
|
|
207
207
|
|
|
208
208
|
<p>Luokka-kenttään asetetaan alennuksen tai korotuksen aiheuttama lopputulos. Tähän kenttään asetetaan tieto tehdystä alennuksesta tai korotuksesta.</p>
|
|
209
209
|
*/
|
|
210
|
-
externalPopulationImpactOnRedListStatus?:
|
|
210
|
+
externalPopulationImpactOnRedListStatus?: MKVExternalPopulationImpactOnRedListStatusEnum;
|
|
211
211
|
externalPopulationImpactOnRedListStatusNotes?: string;
|
|
212
212
|
/**
|
|
213
213
|
* <p>Onko populaatio voimakkaasti pirstoutunut? = enemmän kuin puolet yksilöistä (tai enemmän kuin puolet asutusta elinympäristöstä) on pienissä eristyneissä laikuissa, jotka ovat </p> <li>liian pieniä ylläpitämään elinvoimaista populaatiota ja</li> <li>kaukana muista elinympäristölaikuista suhteessa lajin leviämiskykyyn.</li>
|
|
@@ -279,7 +279,7 @@ export interface IucnRedListEvaluation {
|
|
|
279
279
|
*/
|
|
280
280
|
populationVaries?: boolean;
|
|
281
281
|
populationVariesNotes?: string;
|
|
282
|
-
possiblyRE?:
|
|
282
|
+
possiblyRE?: MKVPossiblyREEnum;
|
|
283
283
|
possiblyRENotes?: string;
|
|
284
284
|
/**
|
|
285
285
|
* <p>Lisämerkinnät:</p>
|
|
@@ -313,35 +313,35 @@ export interface IucnRedListEvaluation {
|
|
|
313
313
|
<p><b>Virheellinen tieto:</b> aiempi luokka on valittu virheellisen tiedon vuoksi väärin (esim. määritysvirhe).</p>
|
|
314
314
|
<p><b>Muu syy:</b> muutos johtuu muusta syystä kuin aiemmista ja/tai vaatii lisäselvitystä (esimerkiksi arvioijien suhtautuminen epävarmuuteen muuttuu tai arvioinnin tulkintaohjeet ovat muuttuneet.</p>
|
|
315
315
|
*/
|
|
316
|
-
reasonForStatusChange?:
|
|
316
|
+
reasonForStatusChange?: MKVReasonForStatusChangeEnum[];
|
|
317
317
|
reasonForStatusChangeNotes?: string;
|
|
318
318
|
/**
|
|
319
319
|
* Tätä ei täytetä kuluvalle vuodelle. Muuttujaa käytetään ainoastaan tarvittaessa jälkikäteen uhanalaisuusindeksin laskemisessa. Jos tätä arviointia jälkikäteen halutaan korjata, arvioinnissa annettua luokkaa ei muuteta, vaan annetaan tässä korjattu luokka.
|
|
320
320
|
*/
|
|
321
|
-
redListIndexCorrection?:
|
|
321
|
+
redListIndexCorrection?: MXIucnStatuses;
|
|
322
322
|
redListIndexCorrectionNotes?: string;
|
|
323
|
-
redListStatus:
|
|
323
|
+
redListStatus: MXIucnStatuses;
|
|
324
324
|
redListStatusAccuracyNotes?: string;
|
|
325
|
-
redListStatusMax?:
|
|
326
|
-
redListStatusMin?:
|
|
325
|
+
redListStatusMax?: MXIucnStatuses;
|
|
326
|
+
redListStatusMin?: MXIucnStatuses;
|
|
327
327
|
redListStatusNotes?: string;
|
|
328
328
|
regionallyThreatenedNotes?: string;
|
|
329
329
|
regionallyThreatenedPrivateNotes?: string;
|
|
330
330
|
remarks?: string[];
|
|
331
331
|
secondaryHabitat?: string[];
|
|
332
|
-
state:
|
|
333
|
-
statusA?:
|
|
332
|
+
state: MKVStateEnum;
|
|
333
|
+
statusA?: MXIucnStatuses;
|
|
334
334
|
statusANotes?: string;
|
|
335
|
-
statusB?:
|
|
335
|
+
statusB?: MXIucnStatuses;
|
|
336
336
|
statusBNotes?: string;
|
|
337
|
-
statusC?:
|
|
337
|
+
statusC?: MXIucnStatuses;
|
|
338
338
|
statusCNotes?: string;
|
|
339
|
-
statusD?:
|
|
339
|
+
statusD?: MXIucnStatuses;
|
|
340
340
|
statusDNotes?: string;
|
|
341
|
-
statusE?:
|
|
341
|
+
statusE?: MXIucnStatuses;
|
|
342
342
|
statusENotes?: string;
|
|
343
343
|
taxonomicNotes?: string;
|
|
344
344
|
threatNotes?: string;
|
|
345
|
-
typeOfOccurrenceInFinland?:
|
|
345
|
+
typeOfOccurrenceInFinland?: MXTypeOfOccurrenceEnum;
|
|
346
346
|
typeOfOccurrenceInFinlandNotes?: string;
|
|
347
347
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { MMTypeEnum } from './';
|
|
2
|
+
import { MYLifeStages } from './';
|
|
3
|
+
import { MYPlantLifeStageEnum } from './';
|
|
4
|
+
import { MYSexes } from './';
|
|
5
|
+
import { MZIntellectualRightsEnum } from './';
|
|
6
|
+
import { MZPublicityRestrictionsEnum } from './';
|
|
7
7
|
export interface Model {
|
|
8
8
|
"@context"?: string;
|
|
9
9
|
id?: string;
|
|
@@ -28,24 +28,24 @@ export interface Model {
|
|
|
28
28
|
taxonURI?: string[];
|
|
29
29
|
taxonVerbatim?: string[];
|
|
30
30
|
thumbnailURL: string;
|
|
31
|
-
type?:
|
|
31
|
+
type?: MMTypeEnum;
|
|
32
32
|
uploadDateTime?: string;
|
|
33
33
|
uploadedBy?: string;
|
|
34
34
|
videoURL: string;
|
|
35
35
|
/**
|
|
36
36
|
* Life stage of the specimen. If multiple present, select the one which was present at the time of collecting. Use Life stage description field for extra information.
|
|
37
37
|
*/
|
|
38
|
-
lifeStage?:
|
|
39
|
-
plantLifeStage?:
|
|
38
|
+
lifeStage?: MYLifeStages;
|
|
39
|
+
plantLifeStage?: MYPlantLifeStageEnum;
|
|
40
40
|
/**
|
|
41
41
|
* Sex of the individual(s)
|
|
42
42
|
*/
|
|
43
|
-
sex?:
|
|
43
|
+
sex?: MYSexes;
|
|
44
44
|
intellectualOwner: string;
|
|
45
|
-
intellectualRights:
|
|
45
|
+
intellectualRights: MZIntellectualRightsEnum;
|
|
46
46
|
/**
|
|
47
47
|
* 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.
|
|
48
48
|
*/
|
|
49
|
-
publicityRestrictions?:
|
|
49
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
50
50
|
sortOrder?: number;
|
|
51
51
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
import { Document } from './';
|
|
2
|
-
import {
|
|
2
|
+
import { MNPAccessibilityEnum } from './';
|
|
3
3
|
import { DateRange } from './';
|
|
4
|
-
import {
|
|
4
|
+
import { MNPPriorityEnum } from './';
|
|
5
5
|
import { Reserve } from './';
|
|
6
|
-
import {
|
|
6
|
+
import { MNPTagEnum } from './';
|
|
7
7
|
export interface NamedPlace {
|
|
8
8
|
"@context"?: string;
|
|
9
9
|
id?: string;
|
|
10
10
|
"@type"?: string;
|
|
11
11
|
acceptedDocument?: Document;
|
|
12
|
-
accessibility?:
|
|
12
|
+
accessibility?: MNPAccessibilityEnum;
|
|
13
13
|
active?: DateRange;
|
|
14
14
|
alternativeIDs?: string[];
|
|
15
15
|
/**
|
|
@@ -42,13 +42,13 @@ export interface NamedPlace {
|
|
|
42
42
|
*/
|
|
43
43
|
owners?: string[];
|
|
44
44
|
prepopulatedDocument?: Document;
|
|
45
|
-
priority?:
|
|
45
|
+
priority?: MNPPriorityEnum;
|
|
46
46
|
privateNotes?: string;
|
|
47
47
|
/**
|
|
48
48
|
* Is the named place publicaly available. (Defaults to false)
|
|
49
49
|
*/
|
|
50
50
|
public?: boolean;
|
|
51
51
|
reserve?: Reserve;
|
|
52
|
-
tags?:
|
|
52
|
+
tags?: MNPTagEnum[];
|
|
53
53
|
taxonIDs?: string[];
|
|
54
54
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MZLanguageEnum } from './';
|
|
2
2
|
export interface News {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
5
5
|
"@type"?: string;
|
|
6
6
|
content: string;
|
|
7
7
|
eventDate: string;
|
|
8
|
-
language:
|
|
8
|
+
language: MZLanguageEnum;
|
|
9
9
|
publishDate?: string;
|
|
10
10
|
targetIndividualIds?: string[];
|
|
11
11
|
targets?: string[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Annotation } from './';
|
|
2
|
-
import {
|
|
2
|
+
import { MHNNotificationReasonEnum } from './';
|
|
3
3
|
export interface Notification {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -8,7 +8,7 @@ export interface Notification {
|
|
|
8
8
|
created: string;
|
|
9
9
|
friendRequest?: string;
|
|
10
10
|
friendRequestAccepted?: string;
|
|
11
|
-
notificationReason?:
|
|
11
|
+
notificationReason?: MHNNotificationReasonEnum;
|
|
12
12
|
seen?: boolean;
|
|
13
13
|
toPerson: string;
|
|
14
14
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MXTypeOfOccurrenceEnum } from './';
|
|
2
2
|
export interface Occurrence {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
@@ -6,7 +6,7 @@ export interface Occurrence {
|
|
|
6
6
|
area: string;
|
|
7
7
|
notes?: string;
|
|
8
8
|
specimenURI?: string;
|
|
9
|
-
status:
|
|
9
|
+
status: MXTypeOfOccurrenceEnum;
|
|
10
10
|
taxon: string;
|
|
11
11
|
threatened?: boolean;
|
|
12
12
|
year?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MOSABBREVIATIONExplanations } from './';
|
|
2
2
|
export interface Organization {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
@@ -18,7 +18,7 @@ export interface Organization {
|
|
|
18
18
|
/**
|
|
19
19
|
* If organisation code is given, the source for it must be chosen.
|
|
20
20
|
*/
|
|
21
|
-
abbreviationExplanation?:
|
|
21
|
+
abbreviationExplanation?: MOSABBREVIATIONExplanations;
|
|
22
22
|
/**
|
|
23
23
|
* Filled in by ICT team
|
|
24
24
|
*/
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { MZIntellectualRightsEnum } from './';
|
|
2
|
+
import { MZPublicityRestrictionsEnum } from './';
|
|
3
3
|
export interface Pdf {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -18,9 +18,9 @@ export interface Pdf {
|
|
|
18
18
|
uploadDateTime?: string;
|
|
19
19
|
uploadedBy?: string;
|
|
20
20
|
intellectualOwner: string;
|
|
21
|
-
intellectualRights:
|
|
21
|
+
intellectualRights: MZIntellectualRightsEnum;
|
|
22
22
|
/**
|
|
23
23
|
* 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.
|
|
24
24
|
*/
|
|
25
|
-
publicityRestrictions?:
|
|
25
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
26
26
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { HRAPermitStatusEnum } from './';
|
|
2
|
+
import { HRAPermitTypeEnum } from './';
|
|
3
3
|
export interface Permit {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -8,8 +8,8 @@ export interface Permit {
|
|
|
8
8
|
permitFile?: string;
|
|
9
9
|
permitNotes?: string;
|
|
10
10
|
permitStartDate?: string;
|
|
11
|
-
permitStatus?:
|
|
12
|
-
permitType?:
|
|
11
|
+
permitStatus?: HRAPermitStatusEnum;
|
|
12
|
+
permitType?: HRAPermitTypeEnum;
|
|
13
13
|
/**
|
|
14
14
|
* Which parent or larger collection this is part of.
|
|
15
15
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { MARoles } from './';
|
|
2
|
+
import { MMANRequiredRolesEnum } from './';
|
|
3
|
+
import { MARoleKotkaEnum } from './';
|
|
4
4
|
export interface Person {
|
|
5
5
|
"@context"?: string;
|
|
6
6
|
id?: string;
|
|
@@ -38,9 +38,9 @@ export interface Person {
|
|
|
38
38
|
organisationAdmin?: string[];
|
|
39
39
|
preferredName?: string;
|
|
40
40
|
previousEmailAddress?: string[];
|
|
41
|
-
role?:
|
|
42
|
-
roleAnnotation?:
|
|
43
|
-
roleKotka?:
|
|
41
|
+
role?: MARoles[];
|
|
42
|
+
roleAnnotation?: MMANRequiredRolesEnum;
|
|
43
|
+
roleKotka?: MARoleKotkaEnum;
|
|
44
44
|
securePortalUserRoleExpires?: string;
|
|
45
45
|
virtuLoginName?: string;
|
|
46
46
|
yearOfBirth?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { MFPreparationMaterialsEnum } from './';
|
|
2
|
+
import { MFPreparationProcessEnum } from './';
|
|
3
3
|
export interface Preparation {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -11,11 +11,11 @@ export interface Preparation {
|
|
|
11
11
|
/**
|
|
12
12
|
* Materials (chemicals, kits etc.) used in the preparation process. It is possible to choose several.
|
|
13
13
|
*/
|
|
14
|
-
preparationMaterials?:
|
|
14
|
+
preparationMaterials?: MFPreparationMaterialsEnum[];
|
|
15
15
|
/**
|
|
16
16
|
* Processes used in the preparation. It is possible to choose several.
|
|
17
17
|
*/
|
|
18
|
-
preparationProcess?:
|
|
18
|
+
preparationProcess?: MFPreparationProcessEnum[];
|
|
19
19
|
/**
|
|
20
20
|
* Additional information about the preparation process.
|
|
21
21
|
*/
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
import { BirdSongRecognitionSkillLevel } from './';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { MABirdwatchingActivityLevelEnum } from './';
|
|
3
|
+
import { MAFinnishBirdSongRecognitionSkillLevelEnum } from './';
|
|
4
4
|
export interface Profile {
|
|
5
5
|
"@context"?: string;
|
|
6
6
|
id?: string;
|
|
7
7
|
"@type"?: string;
|
|
8
8
|
birdSongRecognitionSkillLevels?: BirdSongRecognitionSkillLevel[];
|
|
9
|
-
birdwatchingActivityLevel?:
|
|
9
|
+
birdwatchingActivityLevel?: MABirdwatchingActivityLevelEnum;
|
|
10
10
|
blocked?: string[];
|
|
11
|
-
finnishBirdSongRecognitionSkillLevel?:
|
|
11
|
+
finnishBirdSongRecognitionSkillLevel?: MAFinnishBirdSongRecognitionSkillLevelEnum;
|
|
12
12
|
friendRequests?: string[];
|
|
13
13
|
friends?: string[];
|
|
14
14
|
image?: string;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MXTypeOfOccurrenceEnum } from './';
|
|
2
2
|
export interface RegionalStatus {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
5
5
|
"@type"?: string;
|
|
6
6
|
regionalStatusArea: string;
|
|
7
|
-
regionalStatusStatus:
|
|
7
|
+
regionalStatusStatus: MXTypeOfOccurrenceEnum;
|
|
8
8
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { MFElutionMediumEnum } from './';
|
|
2
|
+
import { MFIndividualsInPreparationEnum } from './';
|
|
3
|
+
import { MFMaterialEnum } from './';
|
|
4
|
+
import { MFPreparationTypeEnum } from './';
|
|
5
|
+
import { MYPreservations } from './';
|
|
6
|
+
import { MFQualityEnum } from './';
|
|
7
|
+
import { MFQualityCheckMethodEnum } from './';
|
|
8
|
+
import { MYStatuses } from './';
|
|
9
9
|
import { Measurement } from './';
|
|
10
10
|
export interface Sample {
|
|
11
11
|
"@context"?: string;
|
|
@@ -38,7 +38,7 @@ export interface Sample {
|
|
|
38
38
|
/**
|
|
39
39
|
* DNA sample elution medium
|
|
40
40
|
*/
|
|
41
|
-
elutionMedium?:
|
|
41
|
+
elutionMedium?: MFElutionMediumEnum;
|
|
42
42
|
/**
|
|
43
43
|
* Diary-style information about what has been done to the preparation/sample
|
|
44
44
|
*/
|
|
@@ -50,11 +50,11 @@ export interface Sample {
|
|
|
50
50
|
/**
|
|
51
51
|
* For example a jar that contains multiple fish individuals can be recorded as one specimen and one preparation. Can also be used for DNA samples (was DNA extracted from single or multiple individuals?).
|
|
52
52
|
*/
|
|
53
|
-
individualsInPreparation?:
|
|
53
|
+
individualsInPreparation?: MFIndividualsInPreparationEnum;
|
|
54
54
|
/**
|
|
55
55
|
* Preparation/sample material. Choose preparation/sample type first.
|
|
56
56
|
*/
|
|
57
|
-
material?:
|
|
57
|
+
material?: MFMaterialEnum;
|
|
58
58
|
/**
|
|
59
59
|
* Additional information about the preparation/sample
|
|
60
60
|
*/
|
|
@@ -62,11 +62,11 @@ export interface Sample {
|
|
|
62
62
|
/**
|
|
63
63
|
* Type of preparation/sample
|
|
64
64
|
*/
|
|
65
|
-
preparationType:
|
|
65
|
+
preparationType: MFPreparationTypeEnum;
|
|
66
66
|
/**
|
|
67
67
|
* Preservation methods and materials of the preparation/sample. It is possible to choose several
|
|
68
68
|
*/
|
|
69
|
-
preservation?:
|
|
69
|
+
preservation?: MYPreservations[];
|
|
70
70
|
/**
|
|
71
71
|
* Publication references or doi's that refer to this preparations/sample. For publications referring to the specimen, use publications field in the Other section (document level).
|
|
72
72
|
*/
|
|
@@ -74,7 +74,7 @@ export interface Sample {
|
|
|
74
74
|
/**
|
|
75
75
|
* DNA sample quality on a three step scale. The quality is defined by quality check measurements
|
|
76
76
|
*/
|
|
77
|
-
quality?:
|
|
77
|
+
quality?: MFQualityEnum;
|
|
78
78
|
/**
|
|
79
79
|
* Date of the latest quality check measurements
|
|
80
80
|
*/
|
|
@@ -82,7 +82,7 @@ export interface Sample {
|
|
|
82
82
|
/**
|
|
83
83
|
* Method or instrument used for quality measurements
|
|
84
84
|
*/
|
|
85
|
-
qualityCheckMethod?:
|
|
85
|
+
qualityCheckMethod?: MFQualityCheckMethodEnum[];
|
|
86
86
|
/**
|
|
87
87
|
* Additional information about the DNA sample quality
|
|
88
88
|
*/
|
|
@@ -95,7 +95,7 @@ export interface Sample {
|
|
|
95
95
|
/**
|
|
96
96
|
* Status of the preparation/sample. For specimen level status use the status field in the basic information section. Empty value means same as "ok" - that there is nothing special about the status of the sample.
|
|
97
97
|
*/
|
|
98
|
-
status?:
|
|
98
|
+
status?: MYStatuses;
|
|
99
99
|
/**
|
|
100
100
|
* Which parent or larger collection this is part of.
|
|
101
101
|
*/
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { HRXAvailableForGeneticResearchEnum } from './';
|
|
2
|
+
import { HRXGeneticResourceTypeEnum } from './';
|
|
3
3
|
import { Permit } from './';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { HRXResourceImportedEnum } from './';
|
|
5
|
+
import { HRXStatusEnum } from './';
|
|
6
6
|
import { SpecimenTransactionEvent } from './';
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
7
|
+
import { HRXTransportMethodEnum } from './';
|
|
8
|
+
import { HRXTypeEnum } from './';
|
|
9
|
+
import { MZPublicityRestrictionsEnum } from './';
|
|
10
10
|
export interface SpecimenTransaction {
|
|
11
11
|
"@context"?: string;
|
|
12
12
|
id?: string;
|
|
@@ -19,7 +19,7 @@ export interface SpecimenTransaction {
|
|
|
19
19
|
/**
|
|
20
20
|
* If you choose "Yes, with restrictions", explain the restrictions in the following field "Rights and obligations".
|
|
21
21
|
*/
|
|
22
|
-
availableForGeneticResearch?:
|
|
22
|
+
availableForGeneticResearch?: HRXAvailableForGeneticResearchEnum;
|
|
23
23
|
awayCount?: number;
|
|
24
24
|
awayIDs?: string[];
|
|
25
25
|
/**
|
|
@@ -71,7 +71,7 @@ export interface SpecimenTransaction {
|
|
|
71
71
|
/**
|
|
72
72
|
* Choose the type of the genetic resource for statistical and reporting purposes.
|
|
73
73
|
*/
|
|
74
|
-
geneticResourceType?:
|
|
74
|
+
geneticResourceType?: HRXGeneticResourceTypeEnum;
|
|
75
75
|
/**
|
|
76
76
|
* Harmonized System code for the customs
|
|
77
77
|
*/
|
|
@@ -150,22 +150,22 @@ export interface SpecimenTransaction {
|
|
|
150
150
|
/**
|
|
151
151
|
* Are you importing genetic resources, traditional knowledge associated to genetic resources or both?
|
|
152
152
|
*/
|
|
153
|
-
resourceImported?:
|
|
153
|
+
resourceImported?: HRXResourceImportedEnum;
|
|
154
154
|
returnedCount?: number;
|
|
155
155
|
returnedIDs?: string[];
|
|
156
156
|
/**
|
|
157
157
|
* Whether the transaction is closed, outstanding, in process or still on loan..
|
|
158
158
|
*/
|
|
159
|
-
status?:
|
|
159
|
+
status?: HRXStatusEnum;
|
|
160
160
|
transactionEvents?: SpecimenTransactionEvent[];
|
|
161
161
|
/**
|
|
162
162
|
* Means of sending, mail, courier etc.
|
|
163
163
|
*/
|
|
164
|
-
transportMethod?:
|
|
164
|
+
transportMethod?: HRXTransportMethodEnum;
|
|
165
165
|
/**
|
|
166
166
|
* What kind of transaction this is.
|
|
167
167
|
*/
|
|
168
|
-
type:
|
|
168
|
+
type: HRXTypeEnum;
|
|
169
169
|
/**
|
|
170
170
|
* Is it e.g. non-human genetic material that is going to be used for genetic research as is defined by the protocol?
|
|
171
171
|
*/
|
|
@@ -181,5 +181,5 @@ export interface SpecimenTransaction {
|
|
|
181
181
|
/**
|
|
182
182
|
* 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.
|
|
183
183
|
*/
|
|
184
|
-
publicityRestrictions?:
|
|
184
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
185
185
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HRXEventTypeEnum } from './';
|
|
2
2
|
export interface SpecimenTransactionEvent {
|
|
3
3
|
"@context"?: string;
|
|
4
4
|
id?: string;
|
|
@@ -18,5 +18,5 @@ export interface SpecimenTransactionEvent {
|
|
|
18
18
|
/**
|
|
19
19
|
* Type of the transaction event. Return for e.g. partial returns and addition e.g. for when more specimens are added to the transaction later.
|
|
20
20
|
*/
|
|
21
|
-
eventType:
|
|
21
|
+
eventType: HRXEventTypeEnum;
|
|
22
22
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { MMANRequiredRolesEnum } from './';
|
|
2
|
+
import { MMANTypeEnum } from './';
|
|
3
3
|
export interface Tag {
|
|
4
4
|
"@context"?: string;
|
|
5
5
|
id?: string;
|
|
@@ -14,7 +14,7 @@ export interface Tag {
|
|
|
14
14
|
fi?: string;
|
|
15
15
|
sv?: string;
|
|
16
16
|
};
|
|
17
|
-
requiredRolesAdd?:
|
|
18
|
-
requiredRolesRemove?:
|
|
19
|
-
type?:
|
|
17
|
+
requiredRolesAdd?: MMANRequiredRolesEnum[];
|
|
18
|
+
requiredRolesRemove?: MMANRequiredRolesEnum[];
|
|
19
|
+
type?: MMANTypeEnum;
|
|
20
20
|
}
|