@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.
Files changed (153) hide show
  1. package/dist/cjs/classes/Enums.js +2428 -2244
  2. package/dist/dto/Annotation.dto.ts +12 -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 +331 -158
  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 +12 -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 +331 -158
  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 +12 -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 './';
2
- import { ExternalPopulationImpactOnRedListStatusEnum } from './';
3
- import { PossiblyREEnum } from './';
4
- import { ReasonForStatusChangeEnum } from './';
5
- import { IucnStatuses } from './';
6
- import { StateEnum } from './';
7
- import { TypeOfOccurrenceEnum } from './';
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 declare class IucnRedListEvaluation {
9
9
  "@context"?: string;
10
10
  id?: string;
@@ -181,7 +181,7 @@ export declare class 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?: DdReasonEnum;
184
+ ddReason?: MKVDdReasonEnum;
185
185
  ddReasonNotes?: string;
186
186
  decreaseDuringPeriod?: string;
187
187
  decreaseDuringPeriodNotes?: string;
@@ -207,7 +207,7 @@ export declare class 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?: ExternalPopulationImpactOnRedListStatusEnum;
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 declare class IucnRedListEvaluation {
279
279
  */
280
280
  populationVaries?: boolean;
281
281
  populationVariesNotes?: string;
282
- possiblyRE?: PossiblyREEnum;
282
+ possiblyRE?: MKVPossiblyREEnum;
283
283
  possiblyRENotes?: string;
284
284
  /**
285
285
  * <p>Lisämerkinnät:</p>
@@ -313,35 +313,35 @@ export declare class 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?: ReasonForStatusChangeEnum[];
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?: IucnStatuses;
321
+ redListIndexCorrection?: MXIucnStatuses;
322
322
  redListIndexCorrectionNotes?: string;
323
- redListStatus: IucnStatuses;
323
+ redListStatus: MXIucnStatuses;
324
324
  redListStatusAccuracyNotes?: string;
325
- redListStatusMax?: IucnStatuses;
326
- redListStatusMin?: IucnStatuses;
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: StateEnum;
333
- statusA?: IucnStatuses;
332
+ state: MKVStateEnum;
333
+ statusA?: MXIucnStatuses;
334
334
  statusANotes?: string;
335
- statusB?: IucnStatuses;
335
+ statusB?: MXIucnStatuses;
336
336
  statusBNotes?: string;
337
- statusC?: IucnStatuses;
337
+ statusC?: MXIucnStatuses;
338
338
  statusCNotes?: string;
339
- statusD?: IucnStatuses;
339
+ statusD?: MXIucnStatuses;
340
340
  statusDNotes?: string;
341
- statusE?: IucnStatuses;
341
+ statusE?: MXIucnStatuses;
342
342
  statusENotes?: string;
343
343
  taxonomicNotes?: string;
344
344
  threatNotes?: string;
345
- typeOfOccurrenceInFinland?: TypeOfOccurrenceEnum;
345
+ typeOfOccurrenceInFinland?: MXTypeOfOccurrenceEnum;
346
346
  typeOfOccurrenceInFinlandNotes?: string;
347
347
  }
@@ -1,9 +1,9 @@
1
- import { TypeEnum } from './';
2
- import { LifeStages } from './';
3
- import { PlantLifeStageEnum } from './';
4
- import { Sexes } from './';
5
- import { IntellectualRightsEnum } from './';
6
- import { PublicityRestrictionsEnum } from './';
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 declare class Model {
8
8
  "@context"?: string;
9
9
  id?: string;
@@ -28,24 +28,24 @@ export declare class Model {
28
28
  taxonURI?: string[];
29
29
  taxonVerbatim?: string[];
30
30
  thumbnailURL: string;
31
- type?: TypeEnum;
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?: LifeStages;
39
- plantLifeStage?: PlantLifeStageEnum;
38
+ lifeStage?: MYLifeStages;
39
+ plantLifeStage?: MYPlantLifeStageEnum;
40
40
  /**
41
41
  * Sex of the individual(s)
42
42
  */
43
- sex?: Sexes;
43
+ sex?: MYSexes;
44
44
  intellectualOwner: string;
45
- intellectualRights: IntellectualRightsEnum;
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?: PublicityRestrictionsEnum;
49
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
50
50
  sortOrder?: number;
51
51
  }
@@ -1,15 +1,15 @@
1
1
  import { Document } from './';
2
- import { AccessibilityEnum } from './';
2
+ import { MNPAccessibilityEnum } from './';
3
3
  import { DateRange } from './';
4
- import { PriorityEnum } from './';
4
+ import { MNPPriorityEnum } from './';
5
5
  import { Reserve } from './';
6
- import { TagEnum } from './';
6
+ import { MNPTagEnum } from './';
7
7
  export declare class NamedPlace {
8
8
  "@context"?: string;
9
9
  id?: string;
10
10
  "@type"?: string;
11
11
  acceptedDocument?: Document;
12
- accessibility?: AccessibilityEnum;
12
+ accessibility?: MNPAccessibilityEnum;
13
13
  active?: DateRange;
14
14
  alternativeIDs?: string[];
15
15
  /**
@@ -42,13 +42,13 @@ export declare class NamedPlace {
42
42
  */
43
43
  owners?: string[];
44
44
  prepopulatedDocument?: Document;
45
- priority?: PriorityEnum;
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?: TagEnum[];
52
+ tags?: MNPTagEnum[];
53
53
  taxonIDs?: string[];
54
54
  }
@@ -1,11 +1,11 @@
1
- import { LanguageEnum } from './';
1
+ import { MZLanguageEnum } from './';
2
2
  export declare class News {
3
3
  "@context"?: string;
4
4
  id?: string;
5
5
  "@type"?: string;
6
6
  content: string;
7
7
  eventDate: string;
8
- language: LanguageEnum;
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 { NotificationReasonEnum } from './';
2
+ import { MHNNotificationReasonEnum } from './';
3
3
  export declare class Notification {
4
4
  "@context"?: string;
5
5
  id?: string;
@@ -8,7 +8,7 @@ export declare class Notification {
8
8
  created: string;
9
9
  friendRequest?: string;
10
10
  friendRequestAccepted?: string;
11
- notificationReason?: NotificationReasonEnum;
11
+ notificationReason?: MHNNotificationReasonEnum;
12
12
  seen?: boolean;
13
13
  toPerson: string;
14
14
  }
@@ -1,4 +1,4 @@
1
- import { TypeOfOccurrenceEnum } from './';
1
+ import { MXTypeOfOccurrenceEnum } from './';
2
2
  export declare class Occurrence {
3
3
  "@context"?: string;
4
4
  id?: string;
@@ -6,7 +6,7 @@ export declare class Occurrence {
6
6
  area: string;
7
7
  notes?: string;
8
8
  specimenURI?: string;
9
- status: TypeOfOccurrenceEnum;
9
+ status: MXTypeOfOccurrenceEnum;
10
10
  taxon: string;
11
11
  threatened?: boolean;
12
12
  year?: string;
@@ -1,4 +1,4 @@
1
- import { Explanations } from './';
1
+ import { MOSABBREVIATIONExplanations } from './';
2
2
  export declare class Organization {
3
3
  "@context"?: string;
4
4
  id?: string;
@@ -18,7 +18,7 @@ export declare class Organization {
18
18
  /**
19
19
  * If organisation code is given, the source for it must be chosen.
20
20
  */
21
- abbreviationExplanation?: Explanations;
21
+ abbreviationExplanation?: MOSABBREVIATIONExplanations;
22
22
  /**
23
23
  * Filled in by ICT team
24
24
  */
@@ -1,5 +1,5 @@
1
- import { IntellectualRightsEnum } from './';
2
- import { PublicityRestrictionsEnum } from './';
1
+ import { MZIntellectualRightsEnum } from './';
2
+ import { MZPublicityRestrictionsEnum } from './';
3
3
  export declare class Pdf {
4
4
  "@context"?: string;
5
5
  id?: string;
@@ -18,9 +18,9 @@ export declare class Pdf {
18
18
  uploadDateTime?: string;
19
19
  uploadedBy?: string;
20
20
  intellectualOwner: string;
21
- intellectualRights: IntellectualRightsEnum;
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?: PublicityRestrictionsEnum;
25
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
26
26
  }
@@ -1,5 +1,5 @@
1
- import { PermitStatusEnum } from './';
2
- import { PermitTypeEnum } from './';
1
+ import { HRAPermitStatusEnum } from './';
2
+ import { HRAPermitTypeEnum } from './';
3
3
  export declare class Permit {
4
4
  "@context"?: string;
5
5
  id?: string;
@@ -8,8 +8,8 @@ export declare class Permit {
8
8
  permitFile?: string;
9
9
  permitNotes?: string;
10
10
  permitStartDate?: string;
11
- permitStatus?: PermitStatusEnum;
12
- permitType?: PermitTypeEnum;
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 { Roles } from './';
2
- import { RequiredRolesEnum } from './';
3
- import { RoleKotkaEnum } from './';
1
+ import { MARoles } from './';
2
+ import { MMANRequiredRolesEnum } from './';
3
+ import { MARoleKotkaEnum } from './';
4
4
  export declare class Person {
5
5
  "@context"?: string;
6
6
  id?: string;
@@ -38,9 +38,9 @@ export declare class Person {
38
38
  organisationAdmin?: string[];
39
39
  preferredName?: string;
40
40
  previousEmailAddress?: string[];
41
- role?: Roles[];
42
- roleAnnotation?: RequiredRolesEnum;
43
- roleKotka?: RoleKotkaEnum;
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 { PreparationMaterialsEnum } from './';
2
- import { PreparationProcessEnum } from './';
1
+ import { MFPreparationMaterialsEnum } from './';
2
+ import { MFPreparationProcessEnum } from './';
3
3
  export declare class Preparation {
4
4
  "@context"?: string;
5
5
  id?: string;
@@ -11,11 +11,11 @@ export declare class Preparation {
11
11
  /**
12
12
  * Materials (chemicals, kits etc.) used in the preparation process. It is possible to choose several.
13
13
  */
14
- preparationMaterials?: PreparationMaterialsEnum[];
14
+ preparationMaterials?: MFPreparationMaterialsEnum[];
15
15
  /**
16
16
  * Processes used in the preparation. It is possible to choose several.
17
17
  */
18
- preparationProcess?: PreparationProcessEnum[];
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 { BirdwatchingActivityLevelEnum } from './';
3
- import { FinnishBirdSongRecognitionSkillLevelEnum } from './';
2
+ import { MABirdwatchingActivityLevelEnum } from './';
3
+ import { MAFinnishBirdSongRecognitionSkillLevelEnum } from './';
4
4
  export declare class Profile {
5
5
  "@context"?: string;
6
6
  id?: string;
7
7
  "@type"?: string;
8
8
  birdSongRecognitionSkillLevels?: BirdSongRecognitionSkillLevel[];
9
- birdwatchingActivityLevel?: BirdwatchingActivityLevelEnum;
9
+ birdwatchingActivityLevel?: MABirdwatchingActivityLevelEnum;
10
10
  blocked?: string[];
11
- finnishBirdSongRecognitionSkillLevel?: FinnishBirdSongRecognitionSkillLevelEnum;
11
+ finnishBirdSongRecognitionSkillLevel?: MAFinnishBirdSongRecognitionSkillLevelEnum;
12
12
  friendRequests?: string[];
13
13
  friends?: string[];
14
14
  image?: string;
@@ -1,8 +1,8 @@
1
- import { TypeOfOccurrenceEnum } from './';
1
+ import { MXTypeOfOccurrenceEnum } from './';
2
2
  export declare class RegionalStatus {
3
3
  "@context"?: string;
4
4
  id?: string;
5
5
  "@type"?: string;
6
6
  regionalStatusArea: string;
7
- regionalStatusStatus: TypeOfOccurrenceEnum;
7
+ regionalStatusStatus: MXTypeOfOccurrenceEnum;
8
8
  }
@@ -1,11 +1,11 @@
1
- import { ElutionMediumEnum } from './';
2
- import { IndividualsInPreparationEnum } from './';
3
- import { MaterialEnum } from './';
4
- import { PreparationTypeEnum } from './';
5
- import { Preservations } from './';
6
- import { QualityEnum } from './';
7
- import { QualityCheckMethodEnum } from './';
8
- import { Statuses } from './';
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 declare class Sample {
11
11
  "@context"?: string;
@@ -38,7 +38,7 @@ export declare class Sample {
38
38
  /**
39
39
  * DNA sample elution medium
40
40
  */
41
- elutionMedium?: ElutionMediumEnum;
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 declare class 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?: IndividualsInPreparationEnum;
53
+ individualsInPreparation?: MFIndividualsInPreparationEnum;
54
54
  /**
55
55
  * Preparation/sample material. Choose preparation/sample type first.
56
56
  */
57
- material?: MaterialEnum;
57
+ material?: MFMaterialEnum;
58
58
  /**
59
59
  * Additional information about the preparation/sample
60
60
  */
@@ -62,11 +62,11 @@ export declare class Sample {
62
62
  /**
63
63
  * Type of preparation/sample
64
64
  */
65
- preparationType: PreparationTypeEnum;
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?: Preservations[];
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 declare class 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?: QualityEnum;
77
+ quality?: MFQualityEnum;
78
78
  /**
79
79
  * Date of the latest quality check measurements
80
80
  */
@@ -82,7 +82,7 @@ export declare class Sample {
82
82
  /**
83
83
  * Method or instrument used for quality measurements
84
84
  */
85
- qualityCheckMethod?: QualityCheckMethodEnum[];
85
+ qualityCheckMethod?: MFQualityCheckMethodEnum[];
86
86
  /**
87
87
  * Additional information about the DNA sample quality
88
88
  */
@@ -95,7 +95,7 @@ export declare class 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?: Statuses;
98
+ status?: MYStatuses;
99
99
  /**
100
100
  * Which parent or larger collection this is part of.
101
101
  */
@@ -1,12 +1,12 @@
1
- import { AvailableForGeneticResearchEnum } from './';
2
- import { GeneticResourceTypeEnum } from './';
1
+ import { HRXAvailableForGeneticResearchEnum } from './';
2
+ import { HRXGeneticResourceTypeEnum } from './';
3
3
  import { Permit } from './';
4
- import { ResourceImportedEnum } from './';
5
- import { StatusEnum } from './';
4
+ import { HRXResourceImportedEnum } from './';
5
+ import { HRXStatusEnum } from './';
6
6
  import { SpecimenTransactionEvent } from './';
7
- import { TransportMethodEnum } from './';
8
- import { TypeEnum } from './';
9
- import { PublicityRestrictionsEnum } from './';
7
+ import { HRXTransportMethodEnum } from './';
8
+ import { HRXTypeEnum } from './';
9
+ import { MZPublicityRestrictionsEnum } from './';
10
10
  export declare class SpecimenTransaction {
11
11
  "@context"?: string;
12
12
  id?: string;
@@ -19,7 +19,7 @@ export declare class 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?: AvailableForGeneticResearchEnum;
22
+ availableForGeneticResearch?: HRXAvailableForGeneticResearchEnum;
23
23
  awayCount?: number;
24
24
  awayIDs?: string[];
25
25
  /**
@@ -71,7 +71,7 @@ export declare class SpecimenTransaction {
71
71
  /**
72
72
  * Choose the type of the genetic resource for statistical and reporting purposes.
73
73
  */
74
- geneticResourceType?: GeneticResourceTypeEnum;
74
+ geneticResourceType?: HRXGeneticResourceTypeEnum;
75
75
  /**
76
76
  * Harmonized System code for the customs
77
77
  */
@@ -150,22 +150,22 @@ export declare class SpecimenTransaction {
150
150
  /**
151
151
  * Are you importing genetic resources, traditional knowledge associated to genetic resources or both?
152
152
  */
153
- resourceImported?: ResourceImportedEnum;
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?: StatusEnum;
159
+ status?: HRXStatusEnum;
160
160
  transactionEvents?: SpecimenTransactionEvent[];
161
161
  /**
162
162
  * Means of sending, mail, courier etc.
163
163
  */
164
- transportMethod?: TransportMethodEnum;
164
+ transportMethod?: HRXTransportMethodEnum;
165
165
  /**
166
166
  * What kind of transaction this is.
167
167
  */
168
- type: TypeEnum;
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 declare class 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?: PublicityRestrictionsEnum;
184
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
185
185
  }
@@ -1,4 +1,4 @@
1
- import { EventTypeEnum } from './';
1
+ import { HRXEventTypeEnum } from './';
2
2
  export declare class SpecimenTransactionEvent {
3
3
  "@context"?: string;
4
4
  id?: string;
@@ -18,5 +18,5 @@ export declare class 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: EventTypeEnum;
21
+ eventType: HRXEventTypeEnum;
22
22
  }
@@ -1,4 +1,4 @@
1
- import { Sexes } from './';
1
+ import { MYSexes } from './';
2
2
  export declare class SubUnit {
3
3
  "@context"?: string;
4
4
  id?: string;
@@ -11,5 +11,5 @@ export declare class SubUnit {
11
11
  /**
12
12
  * Sex of the individual(s)
13
13
  */
14
- sex?: Sexes;
14
+ sex?: MYSexes;
15
15
  }
@@ -1,5 +1,5 @@
1
- import { RequiredRolesEnum } from './';
2
- import { TypeEnum } from './';
1
+ import { MMANRequiredRolesEnum } from './';
2
+ import { MMANTypeEnum } from './';
3
3
  export declare class Tag {
4
4
  "@context"?: string;
5
5
  id?: string;
@@ -14,7 +14,7 @@ export declare class Tag {
14
14
  fi?: string;
15
15
  sv?: string;
16
16
  };
17
- requiredRolesAdd?: RequiredRolesEnum[];
18
- requiredRolesRemove?: RequiredRolesEnum[];
19
- type?: TypeEnum;
17
+ requiredRolesAdd?: MMANRequiredRolesEnum[];
18
+ requiredRolesRemove?: MMANRequiredRolesEnum[];
19
+ type?: MMANTypeEnum;
20
20
  }