@luomus/laji-schema 2.0.93 → 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 './index.dto';
|
|
2
|
+
import { MKVExternalPopulationImpactOnRedListStatusEnum } from './index.dto';
|
|
3
|
+
import { MKVPossiblyREEnum } from './index.dto';
|
|
4
|
+
import { MKVReasonForStatusChangeEnum } from './index.dto';
|
|
5
|
+
import { MXIucnStatuses } from './index.dto';
|
|
6
|
+
import { MKVStateEnum } from './index.dto';
|
|
7
|
+
import { MXTypeOfOccurrenceEnum } from './index.dto';
|
|
8
8
|
|
|
9
9
|
/* tslint:disable */
|
|
10
10
|
/*
|
|
@@ -188,7 +188,7 @@ export class IucnRedListEvaluation {
|
|
|
188
188
|
/**
|
|
189
189
|
* <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>
|
|
190
190
|
*/
|
|
191
|
-
ddReason?:
|
|
191
|
+
ddReason?: MKVDdReasonEnum;
|
|
192
192
|
ddReasonNotes?: string;
|
|
193
193
|
decreaseDuringPeriod?: string;
|
|
194
194
|
decreaseDuringPeriodNotes?: string;
|
|
@@ -214,7 +214,7 @@ export class IucnRedListEvaluation {
|
|
|
214
214
|
|
|
215
215
|
<p>Luokka-kenttään asetetaan alennuksen tai korotuksen aiheuttama lopputulos. Tähän kenttään asetetaan tieto tehdystä alennuksesta tai korotuksesta.</p>
|
|
216
216
|
*/
|
|
217
|
-
externalPopulationImpactOnRedListStatus?:
|
|
217
|
+
externalPopulationImpactOnRedListStatus?: MKVExternalPopulationImpactOnRedListStatusEnum;
|
|
218
218
|
externalPopulationImpactOnRedListStatusNotes?: string;
|
|
219
219
|
/**
|
|
220
220
|
* <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>
|
|
@@ -286,7 +286,7 @@ export class IucnRedListEvaluation {
|
|
|
286
286
|
*/
|
|
287
287
|
populationVaries?: boolean;
|
|
288
288
|
populationVariesNotes?: string;
|
|
289
|
-
possiblyRE?:
|
|
289
|
+
possiblyRE?: MKVPossiblyREEnum;
|
|
290
290
|
possiblyRENotes?: string;
|
|
291
291
|
/**
|
|
292
292
|
* <p>Lisämerkinnät:</p>
|
|
@@ -320,35 +320,35 @@ export class IucnRedListEvaluation {
|
|
|
320
320
|
<p><b>Virheellinen tieto:</b> aiempi luokka on valittu virheellisen tiedon vuoksi väärin (esim. määritysvirhe).</p>
|
|
321
321
|
<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>
|
|
322
322
|
*/
|
|
323
|
-
reasonForStatusChange?:
|
|
323
|
+
reasonForStatusChange?: MKVReasonForStatusChangeEnum[];
|
|
324
324
|
reasonForStatusChangeNotes?: string;
|
|
325
325
|
/**
|
|
326
326
|
* 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.
|
|
327
327
|
*/
|
|
328
|
-
redListIndexCorrection?:
|
|
328
|
+
redListIndexCorrection?: MXIucnStatuses;
|
|
329
329
|
redListIndexCorrectionNotes?: string;
|
|
330
|
-
redListStatus:
|
|
330
|
+
redListStatus: MXIucnStatuses;
|
|
331
331
|
redListStatusAccuracyNotes?: string;
|
|
332
|
-
redListStatusMax?:
|
|
333
|
-
redListStatusMin?:
|
|
332
|
+
redListStatusMax?: MXIucnStatuses;
|
|
333
|
+
redListStatusMin?: MXIucnStatuses;
|
|
334
334
|
redListStatusNotes?: string;
|
|
335
335
|
regionallyThreatenedNotes?: string;
|
|
336
336
|
regionallyThreatenedPrivateNotes?: string;
|
|
337
337
|
remarks?: string[];
|
|
338
338
|
secondaryHabitat?: string[];
|
|
339
|
-
state:
|
|
340
|
-
statusA?:
|
|
339
|
+
state: MKVStateEnum;
|
|
340
|
+
statusA?: MXIucnStatuses;
|
|
341
341
|
statusANotes?: string;
|
|
342
|
-
statusB?:
|
|
342
|
+
statusB?: MXIucnStatuses;
|
|
343
343
|
statusBNotes?: string;
|
|
344
|
-
statusC?:
|
|
344
|
+
statusC?: MXIucnStatuses;
|
|
345
345
|
statusCNotes?: string;
|
|
346
|
-
statusD?:
|
|
346
|
+
statusD?: MXIucnStatuses;
|
|
347
347
|
statusDNotes?: string;
|
|
348
|
-
statusE?:
|
|
348
|
+
statusE?: MXIucnStatuses;
|
|
349
349
|
statusENotes?: string;
|
|
350
350
|
taxonomicNotes?: string;
|
|
351
351
|
threatNotes?: string;
|
|
352
|
-
typeOfOccurrenceInFinland?:
|
|
352
|
+
typeOfOccurrenceInFinland?: MXTypeOfOccurrenceEnum;
|
|
353
353
|
typeOfOccurrenceInFinlandNotes?: string;
|
|
354
354
|
}
|
package/dist/dto/Model.dto.ts
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
1
|
+
import { MMTypeEnum } from './index.dto';
|
|
2
|
+
import { MYLifeStages } from './index.dto';
|
|
3
|
+
import { MYPlantLifeStageEnum } from './index.dto';
|
|
4
|
+
import { MYSexes } from './index.dto';
|
|
5
|
+
import { MZIntellectualRightsEnum } from './index.dto';
|
|
6
|
+
import { MZPublicityRestrictionsEnum } from './index.dto';
|
|
7
7
|
|
|
8
8
|
/* tslint:disable */
|
|
9
9
|
/*
|
|
@@ -35,24 +35,24 @@ export class Model {
|
|
|
35
35
|
taxonURI?: string[];
|
|
36
36
|
taxonVerbatim?: string[];
|
|
37
37
|
thumbnailURL: string;
|
|
38
|
-
type?:
|
|
38
|
+
type?: MMTypeEnum;
|
|
39
39
|
uploadDateTime?: string;
|
|
40
40
|
uploadedBy?: string;
|
|
41
41
|
videoURL: string;
|
|
42
42
|
/**
|
|
43
43
|
* 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.
|
|
44
44
|
*/
|
|
45
|
-
lifeStage?:
|
|
46
|
-
plantLifeStage?:
|
|
45
|
+
lifeStage?: MYLifeStages;
|
|
46
|
+
plantLifeStage?: MYPlantLifeStageEnum;
|
|
47
47
|
/**
|
|
48
48
|
* Sex of the individual(s)
|
|
49
49
|
*/
|
|
50
|
-
sex?:
|
|
50
|
+
sex?: MYSexes;
|
|
51
51
|
intellectualOwner: string;
|
|
52
|
-
intellectualRights:
|
|
52
|
+
intellectualRights: MZIntellectualRightsEnum;
|
|
53
53
|
/**
|
|
54
54
|
* 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.
|
|
55
55
|
*/
|
|
56
|
-
publicityRestrictions?:
|
|
56
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
57
57
|
sortOrder?: number;
|
|
58
58
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { Document } from './index.dto';
|
|
2
|
-
import {
|
|
2
|
+
import { MNPAccessibilityEnum } from './index.dto';
|
|
3
3
|
import { DateRange } from './index.dto';
|
|
4
|
-
import {
|
|
4
|
+
import { MNPPriorityEnum } from './index.dto';
|
|
5
5
|
import { Reserve } from './index.dto';
|
|
6
|
-
import {
|
|
6
|
+
import { MNPTagEnum } from './index.dto';
|
|
7
7
|
|
|
8
8
|
/* tslint:disable */
|
|
9
9
|
/*
|
|
@@ -16,7 +16,7 @@ export class NamedPlace {
|
|
|
16
16
|
id?: string;
|
|
17
17
|
"@type"?: string;
|
|
18
18
|
acceptedDocument?: Document;
|
|
19
|
-
accessibility?:
|
|
19
|
+
accessibility?: MNPAccessibilityEnum;
|
|
20
20
|
active?: DateRange;
|
|
21
21
|
alternativeIDs?: string[];
|
|
22
22
|
/**
|
|
@@ -49,13 +49,13 @@ export class NamedPlace {
|
|
|
49
49
|
*/
|
|
50
50
|
owners?: string[];
|
|
51
51
|
prepopulatedDocument?: Document;
|
|
52
|
-
priority?:
|
|
52
|
+
priority?: MNPPriorityEnum;
|
|
53
53
|
privateNotes?: string;
|
|
54
54
|
/**
|
|
55
55
|
* Is the named place publicaly available. (Defaults to false)
|
|
56
56
|
*/
|
|
57
57
|
public?: boolean;
|
|
58
58
|
reserve?: Reserve;
|
|
59
|
-
tags?:
|
|
59
|
+
tags?: MNPTagEnum[];
|
|
60
60
|
taxonIDs?: string[];
|
|
61
61
|
}
|
package/dist/dto/News.dto.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MZLanguageEnum } from './index.dto';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/*
|
|
@@ -12,7 +12,7 @@ export class News {
|
|
|
12
12
|
"@type"?: string;
|
|
13
13
|
content: string;
|
|
14
14
|
eventDate: string;
|
|
15
|
-
language:
|
|
15
|
+
language: MZLanguageEnum;
|
|
16
16
|
publishDate?: string;
|
|
17
17
|
targetIndividualIds?: string[];
|
|
18
18
|
targets?: string[];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Annotation } from './index.dto';
|
|
2
|
-
import {
|
|
2
|
+
import { MHNNotificationReasonEnum } from './index.dto';
|
|
3
3
|
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/*
|
|
@@ -15,7 +15,7 @@ export class Notification {
|
|
|
15
15
|
created: string;
|
|
16
16
|
friendRequest?: string;
|
|
17
17
|
friendRequestAccepted?: string;
|
|
18
|
-
notificationReason?:
|
|
18
|
+
notificationReason?: MHNNotificationReasonEnum;
|
|
19
19
|
seen?: boolean;
|
|
20
20
|
toPerson: string;
|
|
21
21
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MXTypeOfOccurrenceEnum } from './index.dto';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/*
|
|
@@ -13,7 +13,7 @@ export class Occurrence {
|
|
|
13
13
|
area: string;
|
|
14
14
|
notes?: string;
|
|
15
15
|
specimenURI?: string;
|
|
16
|
-
status:
|
|
16
|
+
status: MXTypeOfOccurrenceEnum;
|
|
17
17
|
taxon: string;
|
|
18
18
|
threatened?: boolean;
|
|
19
19
|
year?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MOSABBREVIATIONExplanations } from './index.dto';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/*
|
|
@@ -25,7 +25,7 @@ export class Organization {
|
|
|
25
25
|
/**
|
|
26
26
|
* If organisation code is given, the source for it must be chosen.
|
|
27
27
|
*/
|
|
28
|
-
abbreviationExplanation?:
|
|
28
|
+
abbreviationExplanation?: MOSABBREVIATIONExplanations;
|
|
29
29
|
/**
|
|
30
30
|
* Filled in by ICT team
|
|
31
31
|
*/
|
package/dist/dto/Pdf.dto.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { MZIntellectualRightsEnum } from './index.dto';
|
|
2
|
+
import { MZPublicityRestrictionsEnum } from './index.dto';
|
|
3
3
|
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/*
|
|
@@ -25,9 +25,9 @@ export class Pdf {
|
|
|
25
25
|
uploadDateTime?: string;
|
|
26
26
|
uploadedBy?: string;
|
|
27
27
|
intellectualOwner: string;
|
|
28
|
-
intellectualRights:
|
|
28
|
+
intellectualRights: MZIntellectualRightsEnum;
|
|
29
29
|
/**
|
|
30
30
|
* 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.
|
|
31
31
|
*/
|
|
32
|
-
publicityRestrictions?:
|
|
32
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
33
33
|
}
|
package/dist/dto/Permit.dto.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { HRAPermitStatusEnum } from './index.dto';
|
|
2
|
+
import { HRAPermitTypeEnum } from './index.dto';
|
|
3
3
|
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/*
|
|
@@ -15,8 +15,8 @@ export class Permit {
|
|
|
15
15
|
permitFile?: string;
|
|
16
16
|
permitNotes?: string;
|
|
17
17
|
permitStartDate?: string;
|
|
18
|
-
permitStatus?:
|
|
19
|
-
permitType?:
|
|
18
|
+
permitStatus?: HRAPermitStatusEnum;
|
|
19
|
+
permitType?: HRAPermitTypeEnum;
|
|
20
20
|
/**
|
|
21
21
|
* Which parent or larger collection this is part of.
|
|
22
22
|
*/
|
package/dist/dto/Person.dto.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import { MARoles } from './index.dto';
|
|
2
|
+
import { MMANRequiredRolesEnum } from './index.dto';
|
|
3
|
+
import { MARoleKotkaEnum } from './index.dto';
|
|
4
4
|
|
|
5
5
|
/* tslint:disable */
|
|
6
6
|
/*
|
|
@@ -45,9 +45,9 @@ export class Person {
|
|
|
45
45
|
organisationAdmin?: string[];
|
|
46
46
|
preferredName?: string;
|
|
47
47
|
previousEmailAddress?: string[];
|
|
48
|
-
role?:
|
|
49
|
-
roleAnnotation?:
|
|
50
|
-
roleKotka?:
|
|
48
|
+
role?: MARoles[];
|
|
49
|
+
roleAnnotation?: MMANRequiredRolesEnum;
|
|
50
|
+
roleKotka?: MARoleKotkaEnum;
|
|
51
51
|
securePortalUserRoleExpires?: string;
|
|
52
52
|
virtuLoginName?: string;
|
|
53
53
|
yearOfBirth?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { MFPreparationMaterialsEnum } from './index.dto';
|
|
2
|
+
import { MFPreparationProcessEnum } from './index.dto';
|
|
3
3
|
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/*
|
|
@@ -18,11 +18,11 @@ export class Preparation {
|
|
|
18
18
|
/**
|
|
19
19
|
* Materials (chemicals, kits etc.) used in the preparation process. It is possible to choose several.
|
|
20
20
|
*/
|
|
21
|
-
preparationMaterials?:
|
|
21
|
+
preparationMaterials?: MFPreparationMaterialsEnum[];
|
|
22
22
|
/**
|
|
23
23
|
* Processes used in the preparation. It is possible to choose several.
|
|
24
24
|
*/
|
|
25
|
-
preparationProcess?:
|
|
25
|
+
preparationProcess?: MFPreparationProcessEnum[];
|
|
26
26
|
/**
|
|
27
27
|
* Additional information about the preparation process.
|
|
28
28
|
*/
|
package/dist/dto/Profile.dto.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BirdSongRecognitionSkillLevel } from './index.dto';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
2
|
+
import { MABirdwatchingActivityLevelEnum } from './index.dto';
|
|
3
|
+
import { MAFinnishBirdSongRecognitionSkillLevelEnum } from './index.dto';
|
|
4
4
|
|
|
5
5
|
/* tslint:disable */
|
|
6
6
|
/*
|
|
@@ -13,9 +13,9 @@ export class Profile {
|
|
|
13
13
|
id?: string;
|
|
14
14
|
"@type"?: string;
|
|
15
15
|
birdSongRecognitionSkillLevels?: BirdSongRecognitionSkillLevel[];
|
|
16
|
-
birdwatchingActivityLevel?:
|
|
16
|
+
birdwatchingActivityLevel?: MABirdwatchingActivityLevelEnum;
|
|
17
17
|
blocked?: string[];
|
|
18
|
-
finnishBirdSongRecognitionSkillLevel?:
|
|
18
|
+
finnishBirdSongRecognitionSkillLevel?: MAFinnishBirdSongRecognitionSkillLevelEnum;
|
|
19
19
|
friendRequests?: string[];
|
|
20
20
|
friends?: string[];
|
|
21
21
|
image?: string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { MXTypeOfOccurrenceEnum } from './index.dto';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/*
|
|
@@ -11,5 +11,5 @@ export class RegionalStatus {
|
|
|
11
11
|
id?: string;
|
|
12
12
|
"@type"?: string;
|
|
13
13
|
regionalStatusArea: string;
|
|
14
|
-
regionalStatusStatus:
|
|
14
|
+
regionalStatusStatus: MXTypeOfOccurrenceEnum;
|
|
15
15
|
}
|
package/dist/dto/Sample.dto.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
1
|
+
import { MFElutionMediumEnum } from './index.dto';
|
|
2
|
+
import { MFIndividualsInPreparationEnum } from './index.dto';
|
|
3
|
+
import { MFMaterialEnum } from './index.dto';
|
|
4
|
+
import { MFPreparationTypeEnum } from './index.dto';
|
|
5
|
+
import { MYPreservations } from './index.dto';
|
|
6
|
+
import { MFQualityEnum } from './index.dto';
|
|
7
|
+
import { MFQualityCheckMethodEnum } from './index.dto';
|
|
8
|
+
import { MYStatuses } from './index.dto';
|
|
9
9
|
import { Measurement } from './index.dto';
|
|
10
10
|
|
|
11
11
|
/* tslint:disable */
|
|
@@ -45,7 +45,7 @@ export class Sample {
|
|
|
45
45
|
/**
|
|
46
46
|
* DNA sample elution medium
|
|
47
47
|
*/
|
|
48
|
-
elutionMedium?:
|
|
48
|
+
elutionMedium?: MFElutionMediumEnum;
|
|
49
49
|
/**
|
|
50
50
|
* Diary-style information about what has been done to the preparation/sample
|
|
51
51
|
*/
|
|
@@ -57,11 +57,11 @@ export class Sample {
|
|
|
57
57
|
/**
|
|
58
58
|
* 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?).
|
|
59
59
|
*/
|
|
60
|
-
individualsInPreparation?:
|
|
60
|
+
individualsInPreparation?: MFIndividualsInPreparationEnum;
|
|
61
61
|
/**
|
|
62
62
|
* Preparation/sample material. Choose preparation/sample type first.
|
|
63
63
|
*/
|
|
64
|
-
material?:
|
|
64
|
+
material?: MFMaterialEnum;
|
|
65
65
|
/**
|
|
66
66
|
* Additional information about the preparation/sample
|
|
67
67
|
*/
|
|
@@ -69,11 +69,11 @@ export class Sample {
|
|
|
69
69
|
/**
|
|
70
70
|
* Type of preparation/sample
|
|
71
71
|
*/
|
|
72
|
-
preparationType:
|
|
72
|
+
preparationType: MFPreparationTypeEnum;
|
|
73
73
|
/**
|
|
74
74
|
* Preservation methods and materials of the preparation/sample. It is possible to choose several
|
|
75
75
|
*/
|
|
76
|
-
preservation?:
|
|
76
|
+
preservation?: MYPreservations[];
|
|
77
77
|
/**
|
|
78
78
|
* 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).
|
|
79
79
|
*/
|
|
@@ -81,7 +81,7 @@ export class Sample {
|
|
|
81
81
|
/**
|
|
82
82
|
* DNA sample quality on a three step scale. The quality is defined by quality check measurements
|
|
83
83
|
*/
|
|
84
|
-
quality?:
|
|
84
|
+
quality?: MFQualityEnum;
|
|
85
85
|
/**
|
|
86
86
|
* Date of the latest quality check measurements
|
|
87
87
|
*/
|
|
@@ -89,7 +89,7 @@ export class Sample {
|
|
|
89
89
|
/**
|
|
90
90
|
* Method or instrument used for quality measurements
|
|
91
91
|
*/
|
|
92
|
-
qualityCheckMethod?:
|
|
92
|
+
qualityCheckMethod?: MFQualityCheckMethodEnum[];
|
|
93
93
|
/**
|
|
94
94
|
* Additional information about the DNA sample quality
|
|
95
95
|
*/
|
|
@@ -102,7 +102,7 @@ export class Sample {
|
|
|
102
102
|
/**
|
|
103
103
|
* 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.
|
|
104
104
|
*/
|
|
105
|
-
status?:
|
|
105
|
+
status?: MYStatuses;
|
|
106
106
|
/**
|
|
107
107
|
* Which parent or larger collection this is part of.
|
|
108
108
|
*/
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { HRXAvailableForGeneticResearchEnum } from './index.dto';
|
|
2
|
+
import { HRXGeneticResourceTypeEnum } from './index.dto';
|
|
3
3
|
import { Permit } from './index.dto';
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
4
|
+
import { HRXResourceImportedEnum } from './index.dto';
|
|
5
|
+
import { HRXStatusEnum } from './index.dto';
|
|
6
6
|
import { SpecimenTransactionEvent } from './index.dto';
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
7
|
+
import { HRXTransportMethodEnum } from './index.dto';
|
|
8
|
+
import { HRXTypeEnum } from './index.dto';
|
|
9
|
+
import { MZPublicityRestrictionsEnum } from './index.dto';
|
|
10
10
|
|
|
11
11
|
/* tslint:disable */
|
|
12
12
|
/*
|
|
@@ -26,7 +26,7 @@ export class SpecimenTransaction {
|
|
|
26
26
|
/**
|
|
27
27
|
* If you choose "Yes, with restrictions", explain the restrictions in the following field "Rights and obligations".
|
|
28
28
|
*/
|
|
29
|
-
availableForGeneticResearch?:
|
|
29
|
+
availableForGeneticResearch?: HRXAvailableForGeneticResearchEnum;
|
|
30
30
|
awayCount?: number;
|
|
31
31
|
awayIDs?: string[];
|
|
32
32
|
/**
|
|
@@ -78,7 +78,7 @@ export class SpecimenTransaction {
|
|
|
78
78
|
/**
|
|
79
79
|
* Choose the type of the genetic resource for statistical and reporting purposes.
|
|
80
80
|
*/
|
|
81
|
-
geneticResourceType?:
|
|
81
|
+
geneticResourceType?: HRXGeneticResourceTypeEnum;
|
|
82
82
|
/**
|
|
83
83
|
* Harmonized System code for the customs
|
|
84
84
|
*/
|
|
@@ -157,22 +157,22 @@ export class SpecimenTransaction {
|
|
|
157
157
|
/**
|
|
158
158
|
* Are you importing genetic resources, traditional knowledge associated to genetic resources or both?
|
|
159
159
|
*/
|
|
160
|
-
resourceImported?:
|
|
160
|
+
resourceImported?: HRXResourceImportedEnum;
|
|
161
161
|
returnedCount?: number;
|
|
162
162
|
returnedIDs?: string[];
|
|
163
163
|
/**
|
|
164
164
|
* Whether the transaction is closed, outstanding, in process or still on loan..
|
|
165
165
|
*/
|
|
166
|
-
status?:
|
|
166
|
+
status?: HRXStatusEnum;
|
|
167
167
|
transactionEvents?: SpecimenTransactionEvent[];
|
|
168
168
|
/**
|
|
169
169
|
* Means of sending, mail, courier etc.
|
|
170
170
|
*/
|
|
171
|
-
transportMethod?:
|
|
171
|
+
transportMethod?: HRXTransportMethodEnum;
|
|
172
172
|
/**
|
|
173
173
|
* What kind of transaction this is.
|
|
174
174
|
*/
|
|
175
|
-
type:
|
|
175
|
+
type: HRXTypeEnum;
|
|
176
176
|
/**
|
|
177
177
|
* Is it e.g. non-human genetic material that is going to be used for genetic research as is defined by the protocol?
|
|
178
178
|
*/
|
|
@@ -188,5 +188,5 @@ export class SpecimenTransaction {
|
|
|
188
188
|
/**
|
|
189
189
|
* 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.
|
|
190
190
|
*/
|
|
191
|
-
publicityRestrictions?:
|
|
191
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
192
192
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HRXEventTypeEnum } from './index.dto';
|
|
2
2
|
|
|
3
3
|
/* tslint:disable */
|
|
4
4
|
/*
|
|
@@ -25,5 +25,5 @@ export class SpecimenTransactionEvent {
|
|
|
25
25
|
/**
|
|
26
26
|
* 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.
|
|
27
27
|
*/
|
|
28
|
-
eventType:
|
|
28
|
+
eventType: HRXEventTypeEnum;
|
|
29
29
|
}
|
package/dist/dto/SubUnit.dto.ts
CHANGED
package/dist/dto/Tag.dto.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
1
|
+
import { MMANRequiredRolesEnum } from './index.dto';
|
|
2
|
+
import { MMANTypeEnum } from './index.dto';
|
|
3
3
|
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/*
|
|
@@ -21,7 +21,7 @@ export class Tag {
|
|
|
21
21
|
fi?: string;
|
|
22
22
|
sv?: string;
|
|
23
23
|
};
|
|
24
|
-
requiredRolesAdd?:
|
|
25
|
-
requiredRolesRemove?:
|
|
26
|
-
type?:
|
|
24
|
+
requiredRolesAdd?: MMANRequiredRolesEnum[];
|
|
25
|
+
requiredRolesRemove?: MMANRequiredRolesEnum[];
|
|
26
|
+
type?: MMANTypeEnum;
|
|
27
27
|
}
|