@luomus/laji-schema 2.0.92 → 2.0.94
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/classes/Enums.js +2428 -2244
- package/dist/dto/Annotation.dto.ts +12 -12
- package/dist/dto/Area.dto.ts +2 -2
- package/dist/dto/Audio.dto.ts +12 -12
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -2
- package/dist/dto/Collection.dto.ts +16 -16
- package/dist/dto/CompleteList.dto.ts +2 -2
- package/dist/dto/Dataset.dto.ts +2 -2
- package/dist/dto/Document.dto.ts +12 -12
- package/dist/dto/Endangerment.dto.ts +2 -2
- package/dist/dto/Enums.dto.ts +331 -158
- package/dist/dto/Event.dto.ts +4 -4
- package/dist/dto/Form.dto.ts +5 -5
- package/dist/dto/FormOptions.dto.ts +8 -8
- package/dist/dto/FormPermissionSingle.dto.ts +2 -2
- package/dist/dto/Gathering.dto.ts +28 -28
- package/dist/dto/GatheringEvent.dto.ts +8 -8
- package/dist/dto/GatheringFact.dto.ts +41 -41
- package/dist/dto/Habitat.dto.ts +4 -4
- package/dist/dto/Identification.dto.ts +10 -10
- package/dist/dto/Image.dto.ts +14 -14
- package/dist/dto/Individual.dto.ts +2 -2
- package/dist/dto/InformationSystem.dto.ts +6 -6
- package/dist/dto/IucnRedListEvaluation.dto.ts +22 -22
- package/dist/dto/Model.dto.ts +12 -12
- package/dist/dto/NamedPlace.dto.ts +6 -6
- package/dist/dto/News.dto.ts +2 -2
- package/dist/dto/Notification.dto.ts +2 -2
- package/dist/dto/Occurrence.dto.ts +2 -2
- package/dist/dto/Organization.dto.ts +2 -2
- package/dist/dto/Pdf.dto.ts +4 -4
- package/dist/dto/Permit.dto.ts +4 -4
- package/dist/dto/Person.dto.ts +6 -6
- package/dist/dto/Preparation.dto.ts +4 -4
- package/dist/dto/Profile.dto.ts +4 -4
- package/dist/dto/RegionalStatus.dto.ts +2 -2
- package/dist/dto/Sample.dto.ts +16 -16
- package/dist/dto/SpecimenTransaction.dto.ts +14 -14
- package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -2
- package/dist/dto/SubUnit.dto.ts +2 -2
- package/dist/dto/Tag.dto.ts +5 -5
- package/dist/dto/Taxon.dto.ts +27 -27
- package/dist/dto/TaxonCensus.dto.ts +4 -4
- package/dist/dto/TaxonInteraction.dto.ts +5 -5
- package/dist/dto/Transaction.dto.ts +16 -16
- package/dist/dto/TransactionEvent.dto.ts +4 -4
- package/dist/dto/TransactionItem.dto.ts +4 -4
- package/dist/dto/TypeSpecimen.dto.ts +6 -6
- package/dist/dto/Unit.dto.ts +67 -67
- package/dist/dto/UnitFact.dto.ts +20 -20
- package/dist/dto/Video.dto.ts +12 -12
- package/dist/esm/classes/Enums.js +2424 -2240
- package/dist/types/classes/Annotation.d.ts +12 -12
- package/dist/types/classes/Area.d.ts +2 -2
- package/dist/types/classes/Audio.d.ts +12 -12
- package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +2 -2
- package/dist/types/classes/Collection.d.ts +16 -16
- package/dist/types/classes/CompleteList.d.ts +2 -2
- package/dist/types/classes/Dataset.d.ts +2 -2
- package/dist/types/classes/Document.d.ts +12 -12
- package/dist/types/classes/Endangerment.d.ts +2 -2
- package/dist/types/classes/Enums.d.ts +331 -158
- package/dist/types/classes/Event.d.ts +4 -4
- package/dist/types/classes/Form.d.ts +5 -5
- package/dist/types/classes/FormOptions.d.ts +8 -8
- package/dist/types/classes/FormPermissionSingle.d.ts +2 -2
- package/dist/types/classes/Gathering.d.ts +28 -28
- package/dist/types/classes/GatheringEvent.d.ts +8 -8
- package/dist/types/classes/GatheringFact.d.ts +41 -41
- package/dist/types/classes/Habitat.d.ts +4 -4
- package/dist/types/classes/Identification.d.ts +10 -10
- package/dist/types/classes/Image.d.ts +14 -14
- package/dist/types/classes/Individual.d.ts +2 -2
- package/dist/types/classes/InformationSystem.d.ts +6 -6
- package/dist/types/classes/IucnRedListEvaluation.d.ts +22 -22
- package/dist/types/classes/Model.d.ts +12 -12
- package/dist/types/classes/NamedPlace.d.ts +6 -6
- package/dist/types/classes/News.d.ts +2 -2
- package/dist/types/classes/Notification.d.ts +2 -2
- package/dist/types/classes/Occurrence.d.ts +2 -2
- package/dist/types/classes/Organization.d.ts +2 -2
- package/dist/types/classes/Pdf.d.ts +4 -4
- package/dist/types/classes/Permit.d.ts +4 -4
- package/dist/types/classes/Person.d.ts +6 -6
- package/dist/types/classes/Preparation.d.ts +4 -4
- package/dist/types/classes/Profile.d.ts +4 -4
- package/dist/types/classes/RegionalStatus.d.ts +2 -2
- package/dist/types/classes/Sample.d.ts +16 -16
- package/dist/types/classes/SpecimenTransaction.d.ts +14 -14
- package/dist/types/classes/SpecimenTransactionEvent.d.ts +2 -2
- package/dist/types/classes/SubUnit.d.ts +2 -2
- package/dist/types/classes/Tag.d.ts +5 -5
- package/dist/types/classes/Taxon.d.ts +27 -27
- package/dist/types/classes/TaxonCensus.d.ts +4 -4
- package/dist/types/classes/TaxonInteraction.d.ts +5 -5
- package/dist/types/classes/Transaction.d.ts +16 -16
- package/dist/types/classes/TransactionEvent.d.ts +4 -4
- package/dist/types/classes/TransactionItem.d.ts +4 -4
- package/dist/types/classes/TypeSpecimen.d.ts +6 -6
- package/dist/types/classes/Unit.d.ts +67 -67
- package/dist/types/classes/UnitFact.d.ts +20 -20
- package/dist/types/classes/Video.d.ts +12 -12
- package/dist/types/models/Annotation.d.ts +12 -12
- package/dist/types/models/Area.d.ts +2 -2
- package/dist/types/models/Audio.d.ts +12 -12
- package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +2 -2
- package/dist/types/models/Collection.d.ts +16 -16
- package/dist/types/models/CompleteList.d.ts +2 -2
- package/dist/types/models/Dataset.d.ts +2 -2
- package/dist/types/models/Document.d.ts +12 -12
- package/dist/types/models/Endangerment.d.ts +2 -2
- package/dist/types/models/Enums.d.ts +169 -158
- package/dist/types/models/Event.d.ts +4 -4
- package/dist/types/models/Form.d.ts +5 -5
- package/dist/types/models/FormOptions.d.ts +8 -8
- package/dist/types/models/FormPermissionSingle.d.ts +2 -2
- package/dist/types/models/Gathering.d.ts +28 -28
- package/dist/types/models/GatheringEvent.d.ts +8 -8
- package/dist/types/models/GatheringFact.d.ts +41 -41
- package/dist/types/models/Habitat.d.ts +4 -4
- package/dist/types/models/Identification.d.ts +10 -10
- package/dist/types/models/Image.d.ts +14 -14
- package/dist/types/models/Individual.d.ts +2 -2
- package/dist/types/models/InformationSystem.d.ts +6 -6
- package/dist/types/models/IucnRedListEvaluation.d.ts +22 -22
- package/dist/types/models/Model.d.ts +12 -12
- package/dist/types/models/NamedPlace.d.ts +6 -6
- package/dist/types/models/News.d.ts +2 -2
- package/dist/types/models/Notification.d.ts +2 -2
- package/dist/types/models/Occurrence.d.ts +2 -2
- package/dist/types/models/Organization.d.ts +2 -2
- package/dist/types/models/Pdf.d.ts +4 -4
- package/dist/types/models/Permit.d.ts +4 -4
- package/dist/types/models/Person.d.ts +6 -6
- package/dist/types/models/Preparation.d.ts +4 -4
- package/dist/types/models/Profile.d.ts +4 -4
- package/dist/types/models/RegionalStatus.d.ts +2 -2
- package/dist/types/models/Sample.d.ts +16 -16
- package/dist/types/models/SpecimenTransaction.d.ts +14 -14
- package/dist/types/models/SpecimenTransactionEvent.d.ts +2 -2
- package/dist/types/models/SubUnit.d.ts +2 -2
- package/dist/types/models/Tag.d.ts +5 -5
- package/dist/types/models/Taxon.d.ts +27 -27
- package/dist/types/models/TaxonCensus.d.ts +4 -4
- package/dist/types/models/TaxonInteraction.d.ts +5 -5
- package/dist/types/models/Transaction.d.ts +16 -16
- package/dist/types/models/TransactionEvent.d.ts +4 -4
- package/dist/types/models/TransactionItem.d.ts +4 -4
- package/dist/types/models/TypeSpecimen.d.ts +6 -6
- package/dist/types/models/Unit.d.ts +67 -67
- package/dist/types/models/UnitFact.d.ts +20 -20
- package/dist/types/models/Video.d.ts +12 -12
- package/package.json +1 -1
|
@@ -1,19 +1,19 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
166
|
+
invasiveSpeciesCategory?: MXInvasiveSpeciesCategories;
|
|
167
167
|
invasiveSpeciesClassificationDescription?: string;
|
|
168
168
|
invasiveSpeciesEarlyWarning?: boolean;
|
|
169
|
-
invasiveSpeciesEstablishment?:
|
|
169
|
+
invasiveSpeciesEstablishment?: MXInvasiveSpeciesEstablishmentStatuses;
|
|
170
170
|
isPartOf?: string;
|
|
171
171
|
isPartOfInformalTaxonGroup?: string[];
|
|
172
|
-
isPartOfSet?:
|
|
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?:
|
|
183
|
-
nestSiteSecureLevel?:
|
|
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?:
|
|
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?:
|
|
203
|
-
redListStatus2010Finland?:
|
|
204
|
-
redListStatus2015Finland?:
|
|
205
|
-
redListStatus2019Finland?:
|
|
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?:
|
|
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?:
|
|
228
|
+
taxonRank?: MXTaxonRankEnum;
|
|
229
229
|
taxonomyText?: string;
|
|
230
230
|
tradeName?: string[];
|
|
231
|
-
typeOfOccurrenceInFinland?:
|
|
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?:
|
|
242
|
+
winteringSecureLevel?: MXSecureLevels;
|
|
243
243
|
createdAtTimestamp?: string;
|
|
244
244
|
sortOrder?: number;
|
|
245
245
|
"skos:exactMatch"?: string;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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?:
|
|
9
|
-
taxonCensusType:
|
|
8
|
+
censusTaxonSetID?: MXTaxonSetEnum;
|
|
9
|
+
taxonCensusType: MYTaxonCensusEnum;
|
|
10
10
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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:
|
|
8
|
-
objectLifeStage?:
|
|
7
|
+
interactionType: MITaxonInteractionEnum;
|
|
8
|
+
objectLifeStage?: MYLifeStages;
|
|
9
9
|
objectTaxon: string;
|
|
10
10
|
originalPublication?: string[];
|
|
11
|
-
subjectLifeStage?:
|
|
11
|
+
subjectLifeStage?: MYLifeStages;
|
|
12
12
|
subjectTaxon: string;
|
|
13
13
|
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
159
|
+
transactionStatus?: HRATransactionStatuses;
|
|
160
160
|
/**
|
|
161
161
|
* What kind of transaction this is.
|
|
162
162
|
*/
|
|
163
|
-
transactionType:
|
|
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?:
|
|
184
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
185
185
|
permits?: Permit[];
|
|
186
186
|
}
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { HRAAEventTypeEnum } from './';
|
|
2
2
|
import { TransactionItem } from './';
|
|
3
|
-
import {
|
|
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:
|
|
10
|
+
eventType: HRAAEventTypeEnum;
|
|
11
11
|
items: [TransactionItem, ...TransactionItem[]];
|
|
12
12
|
notes?: string;
|
|
13
13
|
numberOfPackages?: number;
|
|
14
|
-
sentBy?:
|
|
14
|
+
sentBy?: HRAASentByEnum;
|
|
15
15
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
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:
|
|
11
|
+
itemType: HRABItemTypeEnum;
|
|
12
12
|
notes?: string;
|
|
13
|
-
status:
|
|
13
|
+
status: HRABStatusEnum;
|
|
14
14
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
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?:
|
|
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?:
|
|
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?:
|
|
63
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
64
64
|
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
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 {
|
|
14
|
-
import {
|
|
15
|
-
import {
|
|
16
|
-
import {
|
|
17
|
-
import {
|
|
18
|
-
import {
|
|
19
|
-
import {
|
|
20
|
-
import {
|
|
21
|
-
import {
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
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 {
|
|
36
|
-
import {
|
|
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?:
|
|
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?:
|
|
70
|
-
batBehavior?:
|
|
69
|
+
atlasCode?: MYAtlasCodeEnum;
|
|
70
|
+
batBehavior?: MYBatBehaviorEnum;
|
|
71
71
|
beakInMillimeters?: string[];
|
|
72
|
-
birdAge?:
|
|
72
|
+
birdAge?: MYBirdAgeEnum;
|
|
73
73
|
birdBehavior?: string[];
|
|
74
|
-
birdPlumage?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
121
|
+
habitat?: MYHabitatEnum[];
|
|
122
122
|
hasIdentification?: string[];
|
|
123
123
|
hasSubUnit?: string[];
|
|
124
124
|
hostID?: string;
|
|
125
125
|
hostInformalNameString?: string;
|
|
126
|
-
indirectObservationType?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
180
|
+
movingDirection?: MYMovingDirectionEnum;
|
|
181
181
|
movingStatus?: string[];
|
|
182
182
|
/**
|
|
183
183
|
* Information on mutant microbial strain.
|
|
184
184
|
*/
|
|
185
185
|
mutant?: string;
|
|
186
|
-
nativeStatus?:
|
|
186
|
+
nativeStatus?: MYNativeStatusEnum;
|
|
187
187
|
nestCount?: number;
|
|
188
188
|
nestNotes?: string;
|
|
189
189
|
nestTreeDiameterInCentimeters?: number;
|
|
190
|
-
nestType?:
|
|
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?:
|
|
197
|
+
plantLifeStage?: MYPlantLifeStageEnum;
|
|
198
198
|
/**
|
|
199
199
|
* Status code for the plant (wild, alien etc.)
|
|
200
200
|
*/
|
|
201
|
-
plantStatusCode?:
|
|
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?:
|
|
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?:
|
|
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?:
|
|
225
|
+
recordBasis?: MYRecordBases;
|
|
226
226
|
/**
|
|
227
227
|
* What parts of the record are / have been in storage.
|
|
228
228
|
*/
|
|
229
|
-
recordParts?:
|
|
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?:
|
|
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?:
|
|
242
|
+
seedMaturity?: MYSeedMaturityEnum;
|
|
243
243
|
/**
|
|
244
244
|
* Seed morphology of the collected seeds, used for botanical garden accessions/seed bank.
|
|
245
245
|
*/
|
|
246
|
-
seedMorphology?:
|
|
246
|
+
seedMorphology?: MYSeedMorphologyEnum;
|
|
247
247
|
/**
|
|
248
248
|
* Sex of the individual(s)
|
|
249
249
|
*/
|
|
250
|
-
sex?:
|
|
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?:
|
|
256
|
+
smell?: MYSmellEnum;
|
|
257
257
|
smellNotes?: string;
|
|
258
258
|
stratigraphyVerbatim?: string;
|
|
259
|
-
substrateClassification?:
|
|
260
|
-
substrateDecayStage?:
|
|
259
|
+
substrateClassification?: MYSubstrateEnum;
|
|
260
|
+
substrateDecayStage?: MYSubstrateDecayStageEnum;
|
|
261
261
|
substrateNotes?: string;
|
|
262
262
|
substrateSpecies?: string;
|
|
263
263
|
substrateSpeciesID?: string;
|
|
264
264
|
substrateSpeciesInformalNameString?: string;
|
|
265
|
-
substrateTreeClassification?:
|
|
265
|
+
substrateTreeClassification?: MYSubstrateTreeClassificationEnum[];
|
|
266
266
|
tailInMillimeters?: string[];
|
|
267
|
-
taste?:
|
|
267
|
+
taste?: MYTasteEnum;
|
|
268
268
|
tasteNotes?: string;
|
|
269
|
-
taxonConfidence?:
|
|
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?:
|
|
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?:
|
|
282
|
+
publicityRestrictions?: MZPublicityRestrictionsEnum;
|
|
283
283
|
identifications?: Identification[];
|
|
284
284
|
typeSpecimens?: TypeSpecimen[];
|
|
285
285
|
}
|
|
@@ -1,39 +1,39 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
4
|
-
import {
|
|
5
|
-
import {
|
|
6
|
-
import {
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
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?:
|
|
17
|
+
glowWormMicrohabitat?: MYGlowWormMicrohabitatEnum;
|
|
18
18
|
individualCountFlock?: number;
|
|
19
19
|
individualCountInner?: number;
|
|
20
20
|
individualCountOuter?: number;
|
|
21
21
|
juvenileIndividualCount?: number;
|
|
22
|
-
lineTransectObsType?:
|
|
23
|
-
lineTransectRouteFieldType?:
|
|
24
|
-
lolifeDroppingsCount?:
|
|
25
|
-
lolifeDroppingsQuality?:
|
|
26
|
-
lolifeDroppingsType?:
|
|
27
|
-
lolifeNestTree?:
|
|
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?:
|
|
33
|
-
waterbirdJuvenileAgeClass?:
|
|
32
|
+
waterbirdFemale?: MYWaterbirdFemaleEnum;
|
|
33
|
+
waterbirdJuvenileAgeClass?: MYWaterbirdJuvenileAgeClassEnum;
|
|
34
34
|
waterbirdJuvenileCountAccurate?: boolean;
|
|
35
35
|
waterbirdObserverOpinionSelectedCensus?: boolean;
|
|
36
|
-
waterbirdPairCountOpinionReasoning?:
|
|
36
|
+
waterbirdPairCountOpinionReasoning?: MYWaterbirdPairCountOpinionReasoningEnum;
|
|
37
37
|
individualCountBiotopeA?: number;
|
|
38
38
|
individualCountBiotopeB?: number;
|
|
39
39
|
individualCountBiotopeC?: number;
|