@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.
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,19 +1,19 @@
1
- import { InvasiveSpeciesMainGroups } from './';
2
- import { SecureLevels } from './';
3
- import { AdminStatusEnum } from './';
4
- import { InvasiveSpeciesCategories } from './';
5
- import { InvasiveSpeciesEstablishmentStatuses } from './';
6
- import { TaxonSetEnum } from './';
7
- import { OccurrenceInFinlandEnum } from './';
8
- import { IucnStatuses } from './';
9
- import { TaxonRankEnum } from './';
10
- import { TypeOfOccurrenceEnum } from './';
1
+ import { HBEInvasiveSpeciesMainGroups } from './';
2
+ import { MXSecureLevels } from './';
3
+ import { MXAdminStatusEnum } from './';
4
+ import { MXInvasiveSpeciesCategories } from './';
5
+ import { MXInvasiveSpeciesEstablishmentStatuses } from './';
6
+ import { MXTaxonSetEnum } from './';
7
+ import { MXOccurrenceInFinlandEnum } from './';
8
+ import { MXIucnStatuses } from './';
9
+ import { MXTaxonRankEnum } from './';
10
+ import { MXTypeOfOccurrenceEnum } from './';
11
11
  export declare class Taxon {
12
12
  "@context"?: string;
13
13
  id?: string;
14
14
  "@type"?: string;
15
15
  "herbo:sortOrder"?: number;
16
- invasiveSpeciesMainGroup?: InvasiveSpeciesMainGroups[];
16
+ invasiveSpeciesMainGroup?: HBEInvasiveSpeciesMainGroups[];
17
17
  /**
18
18
  * <p>Lisämerkinnät:</p>
19
19
  * <ul>
@@ -57,7 +57,7 @@ export declare class Taxon {
57
57
  */
58
58
  behaviour?: string;
59
59
  birdlifeCode?: string;
60
- breedingSecureLevel?: SecureLevels;
60
+ breedingSecureLevel?: MXSecureLevels;
61
61
  circumscription?: string;
62
62
  /**
63
63
  * Informal but commonly used name. Name that is outdated, unofficial or non-recommended, but which is still commonly used for this taxon.
@@ -142,7 +142,7 @@ export declare class Taxon {
142
142
  * Lajin kasvialusta
143
143
  */
144
144
  habitatSubstrate?: string;
145
- hasAdminStatus?: AdminStatusEnum[];
145
+ hasAdminStatus?: MXAdminStatusEnum[];
146
146
  hasAlternativeName?: string[];
147
147
  hasBasionym?: string[];
148
148
  hasHeterotypicSynonym?: string[];
@@ -163,13 +163,13 @@ export declare class Taxon {
163
163
  invasiveCitizenActionsText?: string;
164
164
  invasiveEffectText?: string;
165
165
  invasivePreventionMethodsText?: string;
166
- invasiveSpeciesCategory?: InvasiveSpeciesCategories;
166
+ invasiveSpeciesCategory?: MXInvasiveSpeciesCategories;
167
167
  invasiveSpeciesClassificationDescription?: string;
168
168
  invasiveSpeciesEarlyWarning?: boolean;
169
- invasiveSpeciesEstablishment?: InvasiveSpeciesEstablishmentStatuses;
169
+ invasiveSpeciesEstablishment?: MXInvasiveSpeciesEstablishmentStatuses;
170
170
  isPartOf?: string;
171
171
  isPartOfInformalTaxonGroup?: string[];
172
- isPartOfSet?: TaxonSetEnum[];
172
+ isPartOfSet?: MXTaxonSetEnum[];
173
173
  /**
174
174
  * Eliön elinkierto
175
175
  */
@@ -179,8 +179,8 @@ export declare class Taxon {
179
179
  nameAccordingTo?: string;
180
180
  nameDecidedBy?: string;
181
181
  nameDecidedDate?: string;
182
- naturaAreaSecureLevel?: SecureLevels;
183
- nestSiteSecureLevel?: SecureLevels;
182
+ naturaAreaSecureLevel?: MXSecureLevels;
183
+ nestSiteSecureLevel?: MXSecureLevels;
184
184
  notes?: string;
185
185
  /**
186
186
  * Names not recommended and no longer (for a long time) commonly used. (For example, names used in the literature in the 20th century, or names transferred to another taxon.
@@ -190,7 +190,7 @@ export declare class Taxon {
190
190
  fi?: string[];
191
191
  sv?: string[];
192
192
  };
193
- occurrenceInFinland?: OccurrenceInFinlandEnum;
193
+ occurrenceInFinland?: MXOccurrenceInFinlandEnum;
194
194
  occurrenceInFinlandPublication?: string[];
195
195
  occurrenceInFinlandSpecimenURI?: string;
196
196
  originAndDistributionText?: string;
@@ -199,10 +199,10 @@ export declare class Taxon {
199
199
  overridingTargetName?: string[];
200
200
  privateNotes?: string;
201
201
  productionText?: string;
202
- redListStatus2000Finland?: IucnStatuses;
203
- redListStatus2010Finland?: IucnStatuses;
204
- redListStatus2015Finland?: IucnStatuses;
205
- redListStatus2019Finland?: IucnStatuses;
202
+ redListStatus2000Finland?: MXIucnStatuses;
203
+ redListStatus2010Finland?: MXIucnStatuses;
204
+ redListStatus2015Finland?: MXIucnStatuses;
205
+ redListStatus2019Finland?: MXIucnStatuses;
206
206
  reproduction?: string;
207
207
  /**
208
208
  * Kukinta-aika
@@ -217,7 +217,7 @@ export declare class Taxon {
217
217
  /**
218
218
  * Secure level (salaus-/karkeistustaso) for the data
219
219
  */
220
- secureLevel?: SecureLevels;
220
+ secureLevel?: MXSecureLevels;
221
221
  speciesCardAuthors?: string;
222
222
  stopInformalTaxonGroupInheritance?: boolean;
223
223
  stopOccurrenceInFinlandPublicationInheritance?: boolean;
@@ -225,10 +225,10 @@ export declare class Taxon {
225
225
  targetName?: string[];
226
226
  taxonEditor?: string[];
227
227
  taxonExpert?: string[];
228
- taxonRank?: TaxonRankEnum;
228
+ taxonRank?: MXTaxonRankEnum;
229
229
  taxonomyText?: string;
230
230
  tradeName?: string[];
231
- typeOfOccurrenceInFinland?: TypeOfOccurrenceEnum[];
231
+ typeOfOccurrenceInFinland?: MXTypeOfOccurrenceEnum[];
232
232
  typeOfOccurrenceInFinlandNotes?: string;
233
233
  typeSpecimenURI?: string;
234
234
  /**
@@ -239,7 +239,7 @@ export declare class Taxon {
239
239
  fi?: string;
240
240
  sv?: string;
241
241
  };
242
- winteringSecureLevel?: SecureLevels;
242
+ winteringSecureLevel?: MXSecureLevels;
243
243
  createdAtTimestamp?: string;
244
244
  sortOrder?: number;
245
245
  "skos:exactMatch"?: string;
@@ -1,10 +1,10 @@
1
- import { TaxonSetEnum } from './';
2
- import { TaxonCensusEnum } from './';
1
+ import { MXTaxonSetEnum } from './';
2
+ import { MYTaxonCensusEnum } from './';
3
3
  export declare class TaxonCensus {
4
4
  "@context"?: string;
5
5
  id?: string;
6
6
  "@type"?: string;
7
7
  censusTaxonID?: string;
8
- censusTaxonSetID?: TaxonSetEnum;
9
- taxonCensusType: TaxonCensusEnum;
8
+ censusTaxonSetID?: MXTaxonSetEnum;
9
+ taxonCensusType: MYTaxonCensusEnum;
10
10
  }
@@ -1,13 +1,13 @@
1
- import { TaxonInteractionEnum } from './';
2
- import { LifeStages } from './';
1
+ import { MITaxonInteractionEnum } from './';
2
+ import { MYLifeStages } from './';
3
3
  export declare class TaxonInteraction {
4
4
  "@context"?: string;
5
5
  id?: string;
6
6
  "@type"?: string;
7
- interactionType: TaxonInteractionEnum;
8
- objectLifeStage?: LifeStages;
7
+ interactionType: MITaxonInteractionEnum;
8
+ objectLifeStage?: MYLifeStages;
9
9
  objectTaxon: string;
10
10
  originalPublication?: string[];
11
- subjectLifeStage?: LifeStages;
11
+ subjectLifeStage?: MYLifeStages;
12
12
  subjectTaxon: string;
13
13
  }
@@ -1,11 +1,11 @@
1
- import { AvailableForGeneticResearchEnum } from './';
2
- import { GeneticResourceTypeEnum } from './';
3
- import { LocalDepartments } from './';
4
- import { ResourceImportedEnum } from './';
5
- import { SentTypes } from './';
6
- import { TransactionStatuses } from './';
7
- import { TransactionTypes } from './';
8
- import { PublicityRestrictionsEnum } from './';
1
+ import { HRAAvailableForGeneticResearchEnum } from './';
2
+ import { HRAGeneticResourceTypeEnum } from './';
3
+ import { HRALocalDepartments } from './';
4
+ import { HRAResourceImportedEnum } from './';
5
+ import { HRASentTypes } from './';
6
+ import { HRATransactionStatuses } from './';
7
+ import { HRATransactionTypes } from './';
8
+ import { MZPublicityRestrictionsEnum } from './';
9
9
  import { Permit } from './';
10
10
  export declare class Transaction {
11
11
  "@context"?: string;
@@ -18,7 +18,7 @@ export declare class Transaction {
18
18
  /**
19
19
  * If you choose "Yes, with restrictions", explain the restrictions in the following field "Rights and obligations".
20
20
  */
21
- availableForGeneticResearch?: AvailableForGeneticResearchEnum;
21
+ availableForGeneticResearch?: HRAAvailableForGeneticResearchEnum;
22
22
  availableForGeneticResearchNotes?: string;
23
23
  away?: string[];
24
24
  /**
@@ -69,7 +69,7 @@ export declare class Transaction {
69
69
  /**
70
70
  * Choose the type of the genetic resource for statistical and reporting purposes.
71
71
  */
72
- geneticResourceType?: GeneticResourceTypeEnum;
72
+ geneticResourceType?: HRAGeneticResourceTypeEnum;
73
73
  /**
74
74
  * Whether the resource has an IRCC number or not. If not, more information needs to be filled in.
75
75
  */
@@ -86,7 +86,7 @@ export declare class Transaction {
86
86
  /**
87
87
  * Responsible team in our museum.
88
88
  */
89
- localDepartment?: LocalDepartments;
89
+ localDepartment?: HRALocalDepartments;
90
90
  /**
91
91
  * Responsible person in our museum.
92
92
  */
@@ -127,7 +127,7 @@ export declare class Transaction {
127
127
  /**
128
128
  * Are you importing genetic resources, traditional knowledge associated to genetic resources or both?
129
129
  */
130
- resourceImported?: ResourceImportedEnum;
130
+ resourceImported?: HRAResourceImportedEnum;
131
131
  returned?: string[];
132
132
  /**
133
133
  * In how many parcels was the transaction sent
@@ -140,7 +140,7 @@ export declare class Transaction {
140
140
  /**
141
141
  * Means of sending, mail, courier etc.
142
142
  */
143
- sentType?: SentTypes;
143
+ sentType?: HRASentTypes;
144
144
  /**
145
145
  * When loan request, loan, gift or exchange was received here.
146
146
  */
@@ -156,11 +156,11 @@ export declare class Transaction {
156
156
  /**
157
157
  * Whether the transaction is closed, outstanding or in process.
158
158
  */
159
- transactionStatus?: TransactionStatuses;
159
+ transactionStatus?: HRATransactionStatuses;
160
160
  /**
161
161
  * What kind of transaction this is.
162
162
  */
163
- transactionType: TransactionTypes;
163
+ transactionType: HRATransactionTypes;
164
164
  /**
165
165
  * Is it e.g. non-human genetic material that is going to be used for genetic research as is defined by the protocol?
166
166
  */
@@ -181,6 +181,6 @@ export declare class Transaction {
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
  permits?: Permit[];
186
186
  }
@@ -1,15 +1,15 @@
1
- import { EventTypeEnum } from './';
1
+ import { HRAAEventTypeEnum } from './';
2
2
  import { TransactionItem } from './';
3
- import { SentByEnum } from './';
3
+ import { HRAASentByEnum } from './';
4
4
  export declare class TransactionEvent {
5
5
  "@context"?: string;
6
6
  id?: string;
7
7
  "@type"?: string;
8
8
  eventDate: string;
9
9
  eventHandler: string;
10
- eventType: EventTypeEnum;
10
+ eventType: HRAAEventTypeEnum;
11
11
  items: [TransactionItem, ...TransactionItem[]];
12
12
  notes?: string;
13
13
  numberOfPackages?: number;
14
- sentBy?: SentByEnum;
14
+ sentBy?: HRAASentByEnum;
15
15
  }
@@ -1,5 +1,5 @@
1
- import { ItemTypeEnum } from './';
2
- import { StatusEnum } from './';
1
+ import { HRABItemTypeEnum } from './';
2
+ import { HRABStatusEnum } from './';
3
3
  export declare class TransactionItem {
4
4
  "@context"?: string;
5
5
  id?: string;
@@ -8,7 +8,7 @@ export declare class TransactionItem {
8
8
  itemCount: number;
9
9
  itemID?: string;
10
10
  itemLabel?: string;
11
- itemType: ItemTypeEnum;
11
+ itemType: HRABItemTypeEnum;
12
12
  notes?: string;
13
- status: StatusEnum;
13
+ status: HRABStatusEnum;
14
14
  }
@@ -1,6 +1,6 @@
1
- import { TypeStatuses } from './';
2
- import { TypeVerifications } from './';
3
- import { PublicityRestrictionsEnum } from './';
1
+ import { MYTypeStatuses } from './';
2
+ import { MYTypeVerifications } from './';
3
+ import { MZPublicityRestrictionsEnum } from './';
4
4
  export declare class TypeSpecimen {
5
5
  "@context"?: string;
6
6
  id?: string;
@@ -36,7 +36,7 @@ export declare class TypeSpecimen {
36
36
  /**
37
37
  * Is this holotype, paratype, syntype etc...
38
38
  */
39
- typeStatus?: TypeStatuses;
39
+ typeStatus?: MYTypeStatuses;
40
40
  /**
41
41
  * Name of the type subspecies
42
42
  */
@@ -48,7 +48,7 @@ export declare class TypeSpecimen {
48
48
  /**
49
49
  * Verification whether this really is a type?
50
50
  */
51
- typeVerification?: TypeVerifications;
51
+ typeVerification?: MYTypeVerifications;
52
52
  /**
53
53
  * Name of the person who chose the type, preferably in the format "Lastname, firstname"
54
54
  */
@@ -60,5 +60,5 @@ export declare class TypeSpecimen {
60
60
  /**
61
61
  * 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.
62
62
  */
63
- publicityRestrictions?: PublicityRestrictionsEnum;
63
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
64
64
  }
@@ -1,39 +1,39 @@
1
- import { AbundanceUnitEnum } from './';
2
- import { AtlasCodeEnum } from './';
3
- import { BatBehaviorEnum } from './';
4
- import { BirdAgeEnum } from './';
5
- import { BirdPlumageEnum } from './';
6
- import { DistanceEnum } from './';
7
- import { EpochOrSeries } from './';
8
- import { FruitTypeEnum } from './';
9
- import { HabitatEnum } from './';
10
- import { IndirectObservationTypeEnum } from './';
11
- import { LifeStages } from './';
1
+ import { MYAbundanceUnitEnum } from './';
2
+ import { MYAtlasCodeEnum } from './';
3
+ import { MYBatBehaviorEnum } from './';
4
+ import { MYBirdAgeEnum } from './';
5
+ import { MYBirdPlumageEnum } from './';
6
+ import { MYDistanceEnum } from './';
7
+ import { MYEpochOrSeries } from './';
8
+ import { MYFruitTypeEnum } from './';
9
+ import { MYHabitatEnum } from './';
10
+ import { MYIndirectObservationTypeEnum } from './';
11
+ import { MYLifeStages } from './';
12
12
  import { Measurement } from './';
13
- import { MicrobiologicalRiskGroupEnum } from './';
14
- import { MovingDirectionEnum } from './';
15
- import { NativeStatusEnum } from './';
16
- import { NestTypeEnum } from './';
17
- import { PlantLifeStageEnum } from './';
18
- import { PlantStatusCodeEnum } from './';
19
- import { Preservations } from './';
20
- import { ProvenanceEnum } from './';
21
- import { RecordBases } from './';
22
- import { RecordPartsEnum } from './';
23
- import { SamplingMethods } from './';
24
- import { SeedMaturityEnum } from './';
25
- import { SeedMorphologyEnum } from './';
26
- import { Sexes } from './';
27
- import { SmellEnum } from './';
28
- import { SubstrateEnum } from './';
29
- import { SubstrateDecayStageEnum } from './';
30
- import { SubstrateTreeClassificationEnum } from './';
31
- import { TasteEnum } from './';
32
- import { TaxonConfidenceEnum } from './';
13
+ import { MYMicrobiologicalRiskGroupEnum } from './';
14
+ import { MYMovingDirectionEnum } from './';
15
+ import { MYNativeStatusEnum } from './';
16
+ import { MYNestTypeEnum } from './';
17
+ import { MYPlantLifeStageEnum } from './';
18
+ import { MYPlantStatusCodeEnum } from './';
19
+ import { MYPreservations } from './';
20
+ import { MYProvenanceEnum } from './';
21
+ import { MYRecordBases } from './';
22
+ import { MYRecordPartsEnum } from './';
23
+ import { MYSamplingMethods } from './';
24
+ import { MYSeedMaturityEnum } from './';
25
+ import { MYSeedMorphologyEnum } from './';
26
+ import { MYSexes } from './';
27
+ import { MYSmellEnum } from './';
28
+ import { MYSubstrateEnum } from './';
29
+ import { MYSubstrateDecayStageEnum } from './';
30
+ import { MYSubstrateTreeClassificationEnum } from './';
31
+ import { MYTasteEnum } from './';
32
+ import { MYTaxonConfidenceEnum } from './';
33
33
  import { UnitFact } from './';
34
34
  import { UnitGathering } from './';
35
- import { WildEnum } from './';
36
- import { PublicityRestrictionsEnum } from './';
35
+ import { MYWildEnum } from './';
36
+ import { MZPublicityRestrictionsEnum } from './';
37
37
  import { Identification } from './';
38
38
  import { TypeSpecimen } from './';
39
39
  export declare class Unit {
@@ -49,7 +49,7 @@ export declare class Unit {
49
49
  */
50
50
  DNASampleLocation?: string;
51
51
  abundanceString?: string;
52
- abundanceUnit?: AbundanceUnitEnum;
52
+ abundanceUnit?: MYAbundanceUnitEnum;
53
53
  /**
54
54
  * Other identifiers this specimen has, in format 'type:identifier'. For example: 'mzhtypes:123' (old MAZ-type number)
55
55
  */
@@ -66,12 +66,12 @@ export declare class Unit {
66
66
  alive?: boolean;
67
67
  ankleInMillimeters?: string[];
68
68
  areaInSquareMeters?: number;
69
- atlasCode?: AtlasCodeEnum;
70
- batBehavior?: BatBehaviorEnum;
69
+ atlasCode?: MYAtlasCodeEnum;
70
+ batBehavior?: MYBatBehaviorEnum;
71
71
  beakInMillimeters?: string[];
72
- birdAge?: BirdAgeEnum;
72
+ birdAge?: MYBirdAgeEnum;
73
73
  birdBehavior?: string[];
74
- birdPlumage?: BirdPlumageEnum;
74
+ birdPlumage?: MYBirdPlumageEnum;
75
75
  breeding?: boolean;
76
76
  broodSize?: number;
77
77
  /**
@@ -91,16 +91,16 @@ export declare class Unit {
91
91
  * Estimation of decay stage (lahoaste in Finnish) on the scale of 1 to 5 and/or description
92
92
  */
93
93
  decayStage?: string;
94
- distance?: DistanceEnum;
94
+ distance?: MYDistanceEnum;
95
95
  /**
96
96
  * For palaeontological specimens, earliest possible geochronologic epoch or lowest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected
97
97
  */
98
- earliestEpochOrLowestSeries?: EpochOrSeries;
98
+ earliestEpochOrLowestSeries?: MYEpochOrSeries;
99
99
  femaleIndividualCount?: number;
100
100
  /**
101
101
  * Fruit type of the collected fruits, used for botanical garden accessions/seed bank.
102
102
  */
103
- fruitType?: FruitTypeEnum;
103
+ fruitType?: MYFruitTypeEnum;
104
104
  /**
105
105
  * Genotype of the microbial strain
106
106
  */
@@ -118,12 +118,12 @@ export declare class Unit {
118
118
  * Microbial culture growth temperature
119
119
  */
120
120
  growthTemperature?: string;
121
- habitat?: HabitatEnum[];
121
+ habitat?: MYHabitatEnum[];
122
122
  hasIdentification?: string[];
123
123
  hasSubUnit?: string[];
124
124
  hostID?: string;
125
125
  hostInformalNameString?: string;
126
- indirectObservationType?: IndirectObservationTypeEnum;
126
+ indirectObservationType?: MYIndirectObservationTypeEnum;
127
127
  individualCount?: number;
128
128
  /**
129
129
  * Description of the infestation status of the collected seeds, used for botanical garden accessions/seed bank.
@@ -149,12 +149,12 @@ export declare class Unit {
149
149
  /**
150
150
  * For palaeontological specimens, latest possible geochronologic epoch or highest chronostratigraphic series attributable to the stratigraphic horizon from which the specimen was collected.
151
151
  */
152
- latestEpochOrHighestSeries?: EpochOrSeries;
152
+ latestEpochOrHighestSeries?: MYEpochOrSeries;
153
153
  lengthInMillimeters?: string[];
154
154
  /**
155
155
  * 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.
156
156
  */
157
- lifeStage?: LifeStages;
157
+ lifeStage?: MYLifeStages;
158
158
  /**
159
159
  * Free-text notes or addtional information about the life stage. If multiple values present, describe them here.
160
160
  */
@@ -172,33 +172,33 @@ export declare class Unit {
172
172
  /**
173
173
  * According to German TRBA August 2015, which is more comprehensive than the EU or Finnish list for bacterial risk groups
174
174
  */
175
- microbiologicalRiskGroup?: MicrobiologicalRiskGroupEnum;
175
+ microbiologicalRiskGroup?: MYMicrobiologicalRiskGroupEnum;
176
176
  /**
177
177
  * Microscopic features and measurements, if not recorded separately into measurement fields.
178
178
  */
179
179
  microscopy?: string;
180
- movingDirection?: MovingDirectionEnum;
180
+ movingDirection?: MYMovingDirectionEnum;
181
181
  movingStatus?: string[];
182
182
  /**
183
183
  * Information on mutant microbial strain.
184
184
  */
185
185
  mutant?: string;
186
- nativeStatus?: NativeStatusEnum;
186
+ nativeStatus?: MYNativeStatusEnum;
187
187
  nestCount?: number;
188
188
  nestNotes?: string;
189
189
  nestTreeDiameterInCentimeters?: number;
190
- nestType?: NestTypeEnum;
190
+ nestType?: MYNestTypeEnum;
191
191
  /**
192
192
  * Additional information to the data in each section.
193
193
  */
194
194
  notes?: string;
195
195
  pairCount?: number;
196
196
  pairCountOpinion?: number;
197
- plantLifeStage?: PlantLifeStageEnum;
197
+ plantLifeStage?: MYPlantLifeStageEnum;
198
198
  /**
199
199
  * Status code for the plant (wild, alien etc.)
200
200
  */
201
- plantStatusCode?: PlantStatusCodeEnum;
201
+ plantStatusCode?: MYPlantStatusCodeEnum;
202
202
  /**
203
203
  * Abundance of the taxon in the field
204
204
  */
@@ -210,7 +210,7 @@ export declare class Unit {
210
210
  /**
211
211
  * Main method of preservation. If parts of the specimen are preserved in different ways, you can choose several methods.
212
212
  */
213
- preservation?: Preservations[];
213
+ preservation?: MYPreservations[];
214
214
  /**
215
215
  * Can be used to highlight one unit as primary specimen/observation if there are many in one document. Only one unit per document can be marked as primary.
216
216
  */
@@ -218,15 +218,15 @@ export declare class Unit {
218
218
  /**
219
219
  * Origin or source of the garden accession
220
220
  */
221
- provenance?: ProvenanceEnum;
221
+ provenance?: MYProvenanceEnum;
222
222
  /**
223
223
  * Type of record, most commonly preserved specimen for museum specimens and observation for associated observations ("seuralaislajihavainto").
224
224
  */
225
- recordBasis?: RecordBases;
225
+ recordBasis?: MYRecordBases;
226
226
  /**
227
227
  * What parts of the record are / have been in storage.
228
228
  */
229
- recordParts?: RecordPartsEnum[];
229
+ recordParts?: MYRecordPartsEnum[];
230
230
  /**
231
231
  * Bird or bat ring number, code, colour code or such
232
232
  */
@@ -234,52 +234,52 @@ export declare class Unit {
234
234
  /**
235
235
  * Main method for (usually intentional) sampling
236
236
  */
237
- samplingMethod?: SamplingMethods;
237
+ samplingMethod?: MYSamplingMethods;
238
238
  samplingMethodNotes?: string;
239
239
  /**
240
240
  * Maturity of the collected seeds, used for botanical garden accessions/seed bank.
241
241
  */
242
- seedMaturity?: SeedMaturityEnum;
242
+ seedMaturity?: MYSeedMaturityEnum;
243
243
  /**
244
244
  * Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
245
245
  */
246
- seedMorphology?: SeedMorphologyEnum;
246
+ seedMorphology?: MYSeedMorphologyEnum;
247
247
  /**
248
248
  * Sex of the individual(s)
249
249
  */
250
- sex?: Sexes;
250
+ sex?: MYSexes;
251
251
  /**
252
252
  * E.g. how sex was determined, by whom and when.
253
253
  */
254
254
  sexNotes?: string;
255
255
  shortHandText?: string;
256
- smell?: SmellEnum;
256
+ smell?: MYSmellEnum;
257
257
  smellNotes?: string;
258
258
  stratigraphyVerbatim?: string;
259
- substrateClassification?: SubstrateEnum;
260
- substrateDecayStage?: SubstrateDecayStageEnum;
259
+ substrateClassification?: MYSubstrateEnum;
260
+ substrateDecayStage?: MYSubstrateDecayStageEnum;
261
261
  substrateNotes?: string;
262
262
  substrateSpecies?: string;
263
263
  substrateSpeciesID?: string;
264
264
  substrateSpeciesInformalNameString?: string;
265
- substrateTreeClassification?: SubstrateTreeClassificationEnum[];
265
+ substrateTreeClassification?: MYSubstrateTreeClassificationEnum[];
266
266
  tailInMillimeters?: string[];
267
- taste?: TasteEnum;
267
+ taste?: MYTasteEnum;
268
268
  tasteNotes?: string;
269
- taxonConfidence?: TaxonConfidenceEnum;
269
+ taxonConfidence?: MYTaxonConfidenceEnum;
270
270
  twitched?: boolean;
271
271
  unitFact?: UnitFact;
272
272
  unitGathering?: UnitGathering;
273
273
  unitType?: string[];
274
274
  weightInGrams?: string[];
275
- wild?: WildEnum;
275
+ wild?: MYWildEnum;
276
276
  wingInMillimeters?: string[];
277
277
  audio?: string[];
278
278
  images?: string[];
279
279
  /**
280
280
  * 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.
281
281
  */
282
- publicityRestrictions?: PublicityRestrictionsEnum;
282
+ publicityRestrictions?: MZPublicityRestrictionsEnum;
283
283
  identifications?: Identification[];
284
284
  typeSpecimens?: TypeSpecimen[];
285
285
  }
@@ -1,39 +1,39 @@
1
- import { GlowWormMicrohabitatEnum } from './';
2
- import { LineTransectObsTypeEnum } from './';
3
- import { LineTransectRouteFieldTypeEnum } from './';
4
- import { LolifeDroppingsCountEnum } from './';
5
- import { LolifeDroppingsQualityEnum } from './';
6
- import { LolifeDroppingsTypeEnum } from './';
7
- import { LolifeNestTreeEnum } from './';
8
- import { WaterbirdFemaleEnum } from './';
9
- import { WaterbirdJuvenileAgeClassEnum } from './';
10
- import { WaterbirdPairCountOpinionReasoningEnum } from './';
1
+ import { MYGlowWormMicrohabitatEnum } from './';
2
+ import { MYLineTransectObsTypeEnum } from './';
3
+ import { MYLineTransectRouteFieldTypeEnum } from './';
4
+ import { MYLolifeDroppingsCountEnum } from './';
5
+ import { MYLolifeDroppingsQualityEnum } from './';
6
+ import { MYLolifeDroppingsTypeEnum } from './';
7
+ import { MYLolifeNestTreeEnum } from './';
8
+ import { MYWaterbirdFemaleEnum } from './';
9
+ import { MYWaterbirdJuvenileAgeClassEnum } from './';
10
+ import { MYWaterbirdPairCountOpinionReasoningEnum } from './';
11
11
  export declare class UnitFact {
12
12
  "@context"?: string;
13
13
  id?: string;
14
14
  "@type"?: string;
15
15
  adultIndividualCount?: number;
16
16
  autocompleteSelectedTaxonID?: string;
17
- glowWormMicrohabitat?: GlowWormMicrohabitatEnum;
17
+ glowWormMicrohabitat?: MYGlowWormMicrohabitatEnum;
18
18
  individualCountFlock?: number;
19
19
  individualCountInner?: number;
20
20
  individualCountOuter?: number;
21
21
  juvenileIndividualCount?: number;
22
- lineTransectObsType?: LineTransectObsTypeEnum;
23
- lineTransectRouteFieldType?: LineTransectRouteFieldTypeEnum;
24
- lolifeDroppingsCount?: LolifeDroppingsCountEnum;
25
- lolifeDroppingsQuality?: LolifeDroppingsQualityEnum;
26
- lolifeDroppingsType?: LolifeDroppingsTypeEnum;
27
- lolifeNestTree?: LolifeNestTreeEnum;
22
+ lineTransectObsType?: MYLineTransectObsTypeEnum;
23
+ lineTransectRouteFieldType?: MYLineTransectRouteFieldTypeEnum;
24
+ lolifeDroppingsCount?: MYLolifeDroppingsCountEnum;
25
+ lolifeDroppingsQuality?: MYLolifeDroppingsQualityEnum;
26
+ lolifeDroppingsType?: MYLolifeDroppingsTypeEnum;
27
+ lolifeNestTree?: MYLolifeNestTreeEnum;
28
28
  pairCountInner?: number;
29
29
  pairCountOuter?: number;
30
30
  pointCountFlock?: string;
31
31
  runningWaterInVicinity?: boolean;
32
- waterbirdFemale?: WaterbirdFemaleEnum;
33
- waterbirdJuvenileAgeClass?: WaterbirdJuvenileAgeClassEnum;
32
+ waterbirdFemale?: MYWaterbirdFemaleEnum;
33
+ waterbirdJuvenileAgeClass?: MYWaterbirdJuvenileAgeClassEnum;
34
34
  waterbirdJuvenileCountAccurate?: boolean;
35
35
  waterbirdObserverOpinionSelectedCensus?: boolean;
36
- waterbirdPairCountOpinionReasoning?: WaterbirdPairCountOpinionReasoningEnum;
36
+ waterbirdPairCountOpinionReasoning?: MYWaterbirdPairCountOpinionReasoningEnum;
37
37
  individualCountBiotopeA?: number;
38
38
  individualCountBiotopeB?: number;
39
39
  individualCountBiotopeC?: number;