@luomus/laji-schema 2.0.93 → 2.0.95

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (153) hide show
  1. package/dist/cjs/classes/Enums.js +2428 -2244
  2. package/dist/dto/Annotation.dto.ts +14 -12
  3. package/dist/dto/Area.dto.ts +2 -2
  4. package/dist/dto/Audio.dto.ts +12 -12
  5. package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -2
  6. package/dist/dto/Collection.dto.ts +16 -16
  7. package/dist/dto/CompleteList.dto.ts +2 -2
  8. package/dist/dto/Dataset.dto.ts +2 -2
  9. package/dist/dto/Document.dto.ts +12 -12
  10. package/dist/dto/Endangerment.dto.ts +2 -2
  11. package/dist/dto/Enums.dto.ts +354 -181
  12. package/dist/dto/Event.dto.ts +4 -4
  13. package/dist/dto/Form.dto.ts +5 -5
  14. package/dist/dto/FormOptions.dto.ts +8 -8
  15. package/dist/dto/FormPermissionSingle.dto.ts +2 -2
  16. package/dist/dto/Gathering.dto.ts +28 -28
  17. package/dist/dto/GatheringEvent.dto.ts +8 -8
  18. package/dist/dto/GatheringFact.dto.ts +41 -41
  19. package/dist/dto/Habitat.dto.ts +4 -4
  20. package/dist/dto/Identification.dto.ts +10 -10
  21. package/dist/dto/Image.dto.ts +14 -14
  22. package/dist/dto/Individual.dto.ts +2 -2
  23. package/dist/dto/InformationSystem.dto.ts +6 -6
  24. package/dist/dto/IucnRedListEvaluation.dto.ts +22 -22
  25. package/dist/dto/Model.dto.ts +12 -12
  26. package/dist/dto/NamedPlace.dto.ts +6 -6
  27. package/dist/dto/News.dto.ts +2 -2
  28. package/dist/dto/Notification.dto.ts +2 -2
  29. package/dist/dto/Occurrence.dto.ts +2 -2
  30. package/dist/dto/Organization.dto.ts +2 -2
  31. package/dist/dto/Pdf.dto.ts +4 -4
  32. package/dist/dto/Permit.dto.ts +4 -4
  33. package/dist/dto/Person.dto.ts +6 -6
  34. package/dist/dto/Preparation.dto.ts +4 -4
  35. package/dist/dto/Profile.dto.ts +4 -4
  36. package/dist/dto/RegionalStatus.dto.ts +2 -2
  37. package/dist/dto/Sample.dto.ts +16 -16
  38. package/dist/dto/SpecimenTransaction.dto.ts +14 -14
  39. package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -2
  40. package/dist/dto/SubUnit.dto.ts +2 -2
  41. package/dist/dto/Tag.dto.ts +5 -5
  42. package/dist/dto/Taxon.dto.ts +27 -27
  43. package/dist/dto/TaxonCensus.dto.ts +4 -4
  44. package/dist/dto/TaxonInteraction.dto.ts +5 -5
  45. package/dist/dto/Transaction.dto.ts +16 -16
  46. package/dist/dto/TransactionEvent.dto.ts +4 -4
  47. package/dist/dto/TransactionItem.dto.ts +4 -4
  48. package/dist/dto/TypeSpecimen.dto.ts +6 -6
  49. package/dist/dto/Unit.dto.ts +67 -67
  50. package/dist/dto/UnitFact.dto.ts +20 -20
  51. package/dist/dto/Video.dto.ts +12 -12
  52. package/dist/esm/classes/Enums.js +2424 -2240
  53. package/dist/types/classes/Annotation.d.ts +14 -12
  54. package/dist/types/classes/Area.d.ts +2 -2
  55. package/dist/types/classes/Audio.d.ts +12 -12
  56. package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +2 -2
  57. package/dist/types/classes/Collection.d.ts +16 -16
  58. package/dist/types/classes/CompleteList.d.ts +2 -2
  59. package/dist/types/classes/Dataset.d.ts +2 -2
  60. package/dist/types/classes/Document.d.ts +12 -12
  61. package/dist/types/classes/Endangerment.d.ts +2 -2
  62. package/dist/types/classes/Enums.d.ts +354 -181
  63. package/dist/types/classes/Event.d.ts +4 -4
  64. package/dist/types/classes/Form.d.ts +5 -5
  65. package/dist/types/classes/FormOptions.d.ts +8 -8
  66. package/dist/types/classes/FormPermissionSingle.d.ts +2 -2
  67. package/dist/types/classes/Gathering.d.ts +28 -28
  68. package/dist/types/classes/GatheringEvent.d.ts +8 -8
  69. package/dist/types/classes/GatheringFact.d.ts +41 -41
  70. package/dist/types/classes/Habitat.d.ts +4 -4
  71. package/dist/types/classes/Identification.d.ts +10 -10
  72. package/dist/types/classes/Image.d.ts +14 -14
  73. package/dist/types/classes/Individual.d.ts +2 -2
  74. package/dist/types/classes/InformationSystem.d.ts +6 -6
  75. package/dist/types/classes/IucnRedListEvaluation.d.ts +22 -22
  76. package/dist/types/classes/Model.d.ts +12 -12
  77. package/dist/types/classes/NamedPlace.d.ts +6 -6
  78. package/dist/types/classes/News.d.ts +2 -2
  79. package/dist/types/classes/Notification.d.ts +2 -2
  80. package/dist/types/classes/Occurrence.d.ts +2 -2
  81. package/dist/types/classes/Organization.d.ts +2 -2
  82. package/dist/types/classes/Pdf.d.ts +4 -4
  83. package/dist/types/classes/Permit.d.ts +4 -4
  84. package/dist/types/classes/Person.d.ts +6 -6
  85. package/dist/types/classes/Preparation.d.ts +4 -4
  86. package/dist/types/classes/Profile.d.ts +4 -4
  87. package/dist/types/classes/RegionalStatus.d.ts +2 -2
  88. package/dist/types/classes/Sample.d.ts +16 -16
  89. package/dist/types/classes/SpecimenTransaction.d.ts +14 -14
  90. package/dist/types/classes/SpecimenTransactionEvent.d.ts +2 -2
  91. package/dist/types/classes/SubUnit.d.ts +2 -2
  92. package/dist/types/classes/Tag.d.ts +5 -5
  93. package/dist/types/classes/Taxon.d.ts +27 -27
  94. package/dist/types/classes/TaxonCensus.d.ts +4 -4
  95. package/dist/types/classes/TaxonInteraction.d.ts +5 -5
  96. package/dist/types/classes/Transaction.d.ts +16 -16
  97. package/dist/types/classes/TransactionEvent.d.ts +4 -4
  98. package/dist/types/classes/TransactionItem.d.ts +4 -4
  99. package/dist/types/classes/TypeSpecimen.d.ts +6 -6
  100. package/dist/types/classes/Unit.d.ts +67 -67
  101. package/dist/types/classes/UnitFact.d.ts +20 -20
  102. package/dist/types/classes/Video.d.ts +12 -12
  103. package/dist/types/models/Annotation.d.ts +14 -12
  104. package/dist/types/models/Area.d.ts +2 -2
  105. package/dist/types/models/Audio.d.ts +12 -12
  106. package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +2 -2
  107. package/dist/types/models/Collection.d.ts +16 -16
  108. package/dist/types/models/CompleteList.d.ts +2 -2
  109. package/dist/types/models/Dataset.d.ts +2 -2
  110. package/dist/types/models/Document.d.ts +12 -12
  111. package/dist/types/models/Endangerment.d.ts +2 -2
  112. package/dist/types/models/Enums.d.ts +169 -158
  113. package/dist/types/models/Event.d.ts +4 -4
  114. package/dist/types/models/Form.d.ts +5 -5
  115. package/dist/types/models/FormOptions.d.ts +8 -8
  116. package/dist/types/models/FormPermissionSingle.d.ts +2 -2
  117. package/dist/types/models/Gathering.d.ts +28 -28
  118. package/dist/types/models/GatheringEvent.d.ts +8 -8
  119. package/dist/types/models/GatheringFact.d.ts +41 -41
  120. package/dist/types/models/Habitat.d.ts +4 -4
  121. package/dist/types/models/Identification.d.ts +10 -10
  122. package/dist/types/models/Image.d.ts +14 -14
  123. package/dist/types/models/Individual.d.ts +2 -2
  124. package/dist/types/models/InformationSystem.d.ts +6 -6
  125. package/dist/types/models/IucnRedListEvaluation.d.ts +22 -22
  126. package/dist/types/models/Model.d.ts +12 -12
  127. package/dist/types/models/NamedPlace.d.ts +6 -6
  128. package/dist/types/models/News.d.ts +2 -2
  129. package/dist/types/models/Notification.d.ts +2 -2
  130. package/dist/types/models/Occurrence.d.ts +2 -2
  131. package/dist/types/models/Organization.d.ts +2 -2
  132. package/dist/types/models/Pdf.d.ts +4 -4
  133. package/dist/types/models/Permit.d.ts +4 -4
  134. package/dist/types/models/Person.d.ts +6 -6
  135. package/dist/types/models/Preparation.d.ts +4 -4
  136. package/dist/types/models/Profile.d.ts +4 -4
  137. package/dist/types/models/RegionalStatus.d.ts +2 -2
  138. package/dist/types/models/Sample.d.ts +16 -16
  139. package/dist/types/models/SpecimenTransaction.d.ts +14 -14
  140. package/dist/types/models/SpecimenTransactionEvent.d.ts +2 -2
  141. package/dist/types/models/SubUnit.d.ts +2 -2
  142. package/dist/types/models/Tag.d.ts +5 -5
  143. package/dist/types/models/Taxon.d.ts +27 -27
  144. package/dist/types/models/TaxonCensus.d.ts +4 -4
  145. package/dist/types/models/TaxonInteraction.d.ts +5 -5
  146. package/dist/types/models/Transaction.d.ts +16 -16
  147. package/dist/types/models/TransactionEvent.d.ts +4 -4
  148. package/dist/types/models/TransactionItem.d.ts +4 -4
  149. package/dist/types/models/TypeSpecimen.d.ts +6 -6
  150. package/dist/types/models/Unit.d.ts +67 -67
  151. package/dist/types/models/UnitFact.d.ts +20 -20
  152. package/dist/types/models/Video.d.ts +12 -12
  153. package/package.json +1 -1
@@ -1,10 +1,10 @@
1
- import { DdReasonEnum } from './index.dto';
2
- import { ExternalPopulationImpactOnRedListStatusEnum } from './index.dto';
3
- import { PossiblyREEnum } from './index.dto';
4
- import { ReasonForStatusChangeEnum } from './index.dto';
5
- import { IucnStatuses } from './index.dto';
6
- import { StateEnum } from './index.dto';
7
- import { TypeOfOccurrenceEnum } from './index.dto';
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?: DdReasonEnum;
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?: ExternalPopulationImpactOnRedListStatusEnum;
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?: PossiblyREEnum;
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?: ReasonForStatusChangeEnum[];
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?: IucnStatuses;
328
+ redListIndexCorrection?: MXIucnStatuses;
329
329
  redListIndexCorrectionNotes?: string;
330
- redListStatus: IucnStatuses;
330
+ redListStatus: MXIucnStatuses;
331
331
  redListStatusAccuracyNotes?: string;
332
- redListStatusMax?: IucnStatuses;
333
- redListStatusMin?: IucnStatuses;
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: StateEnum;
340
- statusA?: IucnStatuses;
339
+ state: MKVStateEnum;
340
+ statusA?: MXIucnStatuses;
341
341
  statusANotes?: string;
342
- statusB?: IucnStatuses;
342
+ statusB?: MXIucnStatuses;
343
343
  statusBNotes?: string;
344
- statusC?: IucnStatuses;
344
+ statusC?: MXIucnStatuses;
345
345
  statusCNotes?: string;
346
- statusD?: IucnStatuses;
346
+ statusD?: MXIucnStatuses;
347
347
  statusDNotes?: string;
348
- statusE?: IucnStatuses;
348
+ statusE?: MXIucnStatuses;
349
349
  statusENotes?: string;
350
350
  taxonomicNotes?: string;
351
351
  threatNotes?: string;
352
- typeOfOccurrenceInFinland?: TypeOfOccurrenceEnum;
352
+ typeOfOccurrenceInFinland?: MXTypeOfOccurrenceEnum;
353
353
  typeOfOccurrenceInFinlandNotes?: string;
354
354
  }
@@ -1,9 +1,9 @@
1
- import { TypeEnum } from './index.dto';
2
- import { LifeStages } from './index.dto';
3
- import { PlantLifeStageEnum } from './index.dto';
4
- import { Sexes } from './index.dto';
5
- import { IntellectualRightsEnum } from './index.dto';
6
- import { PublicityRestrictionsEnum } from './index.dto';
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?: TypeEnum;
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?: LifeStages;
46
- plantLifeStage?: PlantLifeStageEnum;
45
+ lifeStage?: MYLifeStages;
46
+ plantLifeStage?: MYPlantLifeStageEnum;
47
47
  /**
48
48
  * Sex of the individual(s)
49
49
  */
50
- sex?: Sexes;
50
+ sex?: MYSexes;
51
51
  intellectualOwner: string;
52
- intellectualRights: IntellectualRightsEnum;
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?: PublicityRestrictionsEnum;
56
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
57
57
  sortOrder?: number;
58
58
  }
@@ -1,9 +1,9 @@
1
1
  import { Document } from './index.dto';
2
- import { AccessibilityEnum } from './index.dto';
2
+ import { MNPAccessibilityEnum } from './index.dto';
3
3
  import { DateRange } from './index.dto';
4
- import { PriorityEnum } from './index.dto';
4
+ import { MNPPriorityEnum } from './index.dto';
5
5
  import { Reserve } from './index.dto';
6
- import { TagEnum } from './index.dto';
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?: AccessibilityEnum;
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?: PriorityEnum;
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?: TagEnum[];
59
+ tags?: MNPTagEnum[];
60
60
  taxonIDs?: string[];
61
61
  }
@@ -1,4 +1,4 @@
1
- import { LanguageEnum } from './index.dto';
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: LanguageEnum;
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 { NotificationReasonEnum } from './index.dto';
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?: NotificationReasonEnum;
18
+ notificationReason?: MHNNotificationReasonEnum;
19
19
  seen?: boolean;
20
20
  toPerson: string;
21
21
  }
@@ -1,4 +1,4 @@
1
- import { TypeOfOccurrenceEnum } from './index.dto';
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: TypeOfOccurrenceEnum;
16
+ status: MXTypeOfOccurrenceEnum;
17
17
  taxon: string;
18
18
  threatened?: boolean;
19
19
  year?: string;
@@ -1,4 +1,4 @@
1
- import { Explanations } from './index.dto';
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?: Explanations;
28
+ abbreviationExplanation?: MOSABBREVIATIONExplanations;
29
29
  /**
30
30
  * Filled in by ICT team
31
31
  */
@@ -1,5 +1,5 @@
1
- import { IntellectualRightsEnum } from './index.dto';
2
- import { PublicityRestrictionsEnum } from './index.dto';
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: IntellectualRightsEnum;
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?: PublicityRestrictionsEnum;
32
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
33
33
  }
@@ -1,5 +1,5 @@
1
- import { PermitStatusEnum } from './index.dto';
2
- import { PermitTypeEnum } from './index.dto';
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?: PermitStatusEnum;
19
- permitType?: PermitTypeEnum;
18
+ permitStatus?: HRAPermitStatusEnum;
19
+ permitType?: HRAPermitTypeEnum;
20
20
  /**
21
21
  * Which parent or larger collection this is part of.
22
22
  */
@@ -1,6 +1,6 @@
1
- import { Roles } from './index.dto';
2
- import { RequiredRolesEnum } from './index.dto';
3
- import { RoleKotkaEnum } from './index.dto';
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?: Roles[];
49
- roleAnnotation?: RequiredRolesEnum;
50
- roleKotka?: RoleKotkaEnum;
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 { PreparationMaterialsEnum } from './index.dto';
2
- import { PreparationProcessEnum } from './index.dto';
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?: PreparationMaterialsEnum[];
21
+ preparationMaterials?: MFPreparationMaterialsEnum[];
22
22
  /**
23
23
  * Processes used in the preparation. It is possible to choose several.
24
24
  */
25
- preparationProcess?: PreparationProcessEnum[];
25
+ preparationProcess?: MFPreparationProcessEnum[];
26
26
  /**
27
27
  * Additional information about the preparation process.
28
28
  */
@@ -1,6 +1,6 @@
1
1
  import { BirdSongRecognitionSkillLevel } from './index.dto';
2
- import { BirdwatchingActivityLevelEnum } from './index.dto';
3
- import { FinnishBirdSongRecognitionSkillLevelEnum } from './index.dto';
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?: BirdwatchingActivityLevelEnum;
16
+ birdwatchingActivityLevel?: MABirdwatchingActivityLevelEnum;
17
17
  blocked?: string[];
18
- finnishBirdSongRecognitionSkillLevel?: FinnishBirdSongRecognitionSkillLevelEnum;
18
+ finnishBirdSongRecognitionSkillLevel?: MAFinnishBirdSongRecognitionSkillLevelEnum;
19
19
  friendRequests?: string[];
20
20
  friends?: string[];
21
21
  image?: string;
@@ -1,4 +1,4 @@
1
- import { TypeOfOccurrenceEnum } from './index.dto';
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: TypeOfOccurrenceEnum;
14
+ regionalStatusStatus: MXTypeOfOccurrenceEnum;
15
15
  }
@@ -1,11 +1,11 @@
1
- import { ElutionMediumEnum } from './index.dto';
2
- import { IndividualsInPreparationEnum } from './index.dto';
3
- import { MaterialEnum } from './index.dto';
4
- import { PreparationTypeEnum } from './index.dto';
5
- import { Preservations } from './index.dto';
6
- import { QualityEnum } from './index.dto';
7
- import { QualityCheckMethodEnum } from './index.dto';
8
- import { Statuses } from './index.dto';
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?: ElutionMediumEnum;
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?: IndividualsInPreparationEnum;
60
+ individualsInPreparation?: MFIndividualsInPreparationEnum;
61
61
  /**
62
62
  * Preparation/sample material. Choose preparation/sample type first.
63
63
  */
64
- material?: MaterialEnum;
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: PreparationTypeEnum;
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?: Preservations[];
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?: QualityEnum;
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?: QualityCheckMethodEnum[];
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?: Statuses;
105
+ status?: MYStatuses;
106
106
  /**
107
107
  * Which parent or larger collection this is part of.
108
108
  */
@@ -1,12 +1,12 @@
1
- import { AvailableForGeneticResearchEnum } from './index.dto';
2
- import { GeneticResourceTypeEnum } from './index.dto';
1
+ import { HRXAvailableForGeneticResearchEnum } from './index.dto';
2
+ import { HRXGeneticResourceTypeEnum } from './index.dto';
3
3
  import { Permit } from './index.dto';
4
- import { ResourceImportedEnum } from './index.dto';
5
- import { StatusEnum } from './index.dto';
4
+ import { HRXResourceImportedEnum } from './index.dto';
5
+ import { HRXStatusEnum } from './index.dto';
6
6
  import { SpecimenTransactionEvent } from './index.dto';
7
- import { TransportMethodEnum } from './index.dto';
8
- import { TypeEnum } from './index.dto';
9
- import { PublicityRestrictionsEnum } from './index.dto';
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?: AvailableForGeneticResearchEnum;
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?: GeneticResourceTypeEnum;
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?: ResourceImportedEnum;
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?: StatusEnum;
166
+ status?: HRXStatusEnum;
167
167
  transactionEvents?: SpecimenTransactionEvent[];
168
168
  /**
169
169
  * Means of sending, mail, courier etc.
170
170
  */
171
- transportMethod?: TransportMethodEnum;
171
+ transportMethod?: HRXTransportMethodEnum;
172
172
  /**
173
173
  * What kind of transaction this is.
174
174
  */
175
- type: TypeEnum;
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?: PublicityRestrictionsEnum;
191
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
192
192
  }
@@ -1,4 +1,4 @@
1
- import { EventTypeEnum } from './index.dto';
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: EventTypeEnum;
28
+ eventType: HRXEventTypeEnum;
29
29
  }
@@ -1,4 +1,4 @@
1
- import { Sexes } from './index.dto';
1
+ import { MYSexes } from './index.dto';
2
2
 
3
3
  /* tslint:disable */
4
4
  /*
@@ -18,5 +18,5 @@ export class SubUnit {
18
18
  /**
19
19
  * Sex of the individual(s)
20
20
  */
21
- sex?: Sexes;
21
+ sex?: MYSexes;
22
22
  }
@@ -1,5 +1,5 @@
1
- import { RequiredRolesEnum } from './index.dto';
2
- import { TypeEnum } from './index.dto';
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?: RequiredRolesEnum[];
25
- requiredRolesRemove?: RequiredRolesEnum[];
26
- type?: TypeEnum;
24
+ requiredRolesAdd?: MMANRequiredRolesEnum[];
25
+ requiredRolesRemove?: MMANRequiredRolesEnum[];
26
+ type?: MMANTypeEnum;
27
27
  }