@luomus/laji-schema 2.0.0 → 2.0.1
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/classes/AdministrativeStatus.d.ts +20 -0
- package/dist/classes/AdministrativeStatus.js +12 -0
- package/dist/classes/Agent.d.ts +10 -0
- package/dist/classes/Agent.js +12 -0
- package/dist/classes/Annotation.d.ts +134 -0
- package/dist/classes/Annotation.js +12 -0
- package/dist/classes/AnnotationOccurrence.d.ts +19 -0
- package/dist/classes/AnnotationOccurrence.js +12 -0
- package/dist/classes/Area.d.ts +40 -0
- package/dist/classes/Area.js +12 -0
- package/dist/classes/Audio.d.ts +49 -0
- package/dist/classes/Audio.js +12 -0
- package/dist/classes/BibliographicResource.d.ts +12 -0
- package/dist/classes/BibliographicResource.js +12 -0
- package/dist/classes/BirdSongRecognitionSkillLevel.d.ts +12 -0
- package/dist/classes/BirdSongRecognitionSkillLevel.js +12 -0
- package/dist/classes/Branch.d.ts +27 -0
- package/dist/classes/Branch.js +12 -0
- package/dist/classes/Checklist.d.ts +19 -0
- package/dist/classes/Checklist.js +12 -0
- package/dist/classes/ChecklistVersion.d.ts +22 -0
- package/dist/classes/ChecklistVersion.js +12 -0
- package/dist/classes/Collection.d.ts +277 -0
- package/dist/classes/Collection.js +12 -0
- package/dist/classes/CompleteList.d.ts +12 -0
- package/dist/classes/CompleteList.js +12 -0
- package/dist/classes/Concept.d.ts +16 -0
- package/dist/classes/Concept.js +12 -0
- package/dist/classes/ContentContextDescription.d.ts +10 -0
- package/dist/classes/ContentContextDescription.js +12 -0
- package/dist/classes/DataField.d.ts +34 -0
- package/dist/classes/DataField.js +12 -0
- package/dist/classes/Dataset.d.ts +62 -0
- package/dist/classes/Dataset.js +12 -0
- package/dist/classes/DateRange.d.ts +12 -0
- package/dist/classes/DateRange.js +12 -0
- package/dist/classes/Device.d.ts +18 -0
- package/dist/classes/Device.js +12 -0
- package/dist/classes/DeviceIndividual.d.ts +26 -0
- package/dist/classes/DeviceIndividual.js +12 -0
- package/dist/classes/Document.d.ts +1972 -0
- package/dist/classes/Document.js +12 -0
- package/dist/classes/DownloadRequest.d.ts +31 -0
- package/dist/classes/DownloadRequest.js +12 -0
- package/dist/classes/Endangerment.d.ts +13 -0
- package/dist/classes/Endangerment.js +12 -0
- package/dist/classes/Event.d.ts +39 -0
- package/dist/classes/Event.js +12 -0
- package/dist/classes/Field.d.ts +184 -0
- package/dist/classes/Field.js +12 -0
- package/dist/classes/Fieldset.d.ts +10 -0
- package/dist/classes/Fieldset.js +12 -0
- package/dist/classes/Form.d.ts +2557 -0
- package/dist/classes/Form.js +12 -0
- package/dist/classes/FormFooter.d.ts +20 -0
- package/dist/classes/FormFooter.js +12 -0
- package/dist/classes/FormInstructions.d.ts +10 -0
- package/dist/classes/FormInstructions.js +12 -0
- package/dist/classes/FormNamedPlaceOptions.d.ts +171 -0
- package/dist/classes/FormNamedPlaceOptions.js +12 -0
- package/dist/classes/FormOptions.d.ts +2370 -0
- package/dist/classes/FormOptions.js +12 -0
- package/dist/classes/FormPermission.d.ts +14 -0
- package/dist/classes/FormPermission.js +12 -0
- package/dist/classes/FormPermissionPerson.d.ts +14 -0
- package/dist/classes/FormPermissionPerson.js +12 -0
- package/dist/classes/FormPermissionSingle.d.ts +13 -0
- package/dist/classes/FormPermissionSingle.js +12 -0
- package/dist/classes/FormSeason.d.ts +18 -0
- package/dist/classes/FormSeason.js +12 -0
- package/dist/classes/Gathering.d.ts +803 -0
- package/dist/classes/Gathering.js +12 -0
- package/dist/classes/GatheringEvent.d.ts +157 -0
- package/dist/classes/GatheringEvent.js +12 -0
- package/dist/classes/GatheringFact.d.ts +104 -0
- package/dist/classes/GatheringFact.js +12 -0
- package/dist/classes/Habitat.d.ts +14 -0
- package/dist/classes/Habitat.js +12 -0
- package/dist/classes/Identification.d.ts +97 -0
- package/dist/classes/Identification.js +12 -0
- package/dist/classes/Image.d.ts +50 -0
- package/dist/classes/Image.js +12 -0
- package/dist/classes/Individual.d.ts +33 -0
- package/dist/classes/Individual.js +12 -0
- package/dist/classes/InformalTaxonGroup.d.ts +20 -0
- package/dist/classes/InformalTaxonGroup.js +12 -0
- package/dist/classes/InformationSystem.d.ts +32 -0
- package/dist/classes/InformationSystem.js +12 -0
- package/dist/classes/IucnRedListEvaluation.d.ts +345 -0
- package/dist/classes/IucnRedListEvaluation.js +12 -0
- package/dist/classes/IucnRedListEvaluationYear.d.ts +12 -0
- package/dist/classes/IucnRedListEvaluationYear.js +12 -0
- package/dist/classes/IucnRedListTaxonGroup.d.ts +18 -0
- package/dist/classes/IucnRedListTaxonGroup.js +12 -0
- package/dist/classes/Measurement.d.ts +37 -0
- package/dist/classes/Measurement.js +12 -0
- package/dist/classes/Model.d.ts +49 -0
- package/dist/classes/Model.js +12 -0
- package/dist/classes/Multimedia.d.ts +10 -0
- package/dist/classes/Multimedia.js +12 -0
- package/dist/classes/NamedPlace.d.ts +3991 -0
- package/dist/classes/NamedPlace.js +12 -0
- package/dist/classes/News.d.ts +17 -0
- package/dist/classes/News.js +12 -0
- package/dist/classes/Notification.d.ts +145 -0
- package/dist/classes/Notification.js +12 -0
- package/dist/classes/Occurrence.d.ts +17 -0
- package/dist/classes/Occurrence.js +12 -0
- package/dist/classes/Organization.d.ts +124 -0
- package/dist/classes/Organization.js +12 -0
- package/dist/classes/Pdf.d.ts +29 -0
- package/dist/classes/Pdf.js +12 -0
- package/dist/classes/Permit.d.ts +20 -0
- package/dist/classes/Permit.js +12 -0
- package/dist/classes/Person.d.ts +49 -0
- package/dist/classes/Person.js +12 -0
- package/dist/classes/Pinkka.d.ts +10 -0
- package/dist/classes/Pinkka.js +12 -0
- package/dist/classes/Preparation.d.ts +34 -0
- package/dist/classes/Preparation.js +12 -0
- package/dist/classes/Profile.d.ts +30 -0
- package/dist/classes/Profile.js +12 -0
- package/dist/classes/Publication.d.ts +16 -0
- package/dist/classes/Publication.js +12 -0
- package/dist/classes/RegionalStatus.d.ts +12 -0
- package/dist/classes/RegionalStatus.js +12 -0
- package/dist/classes/Reserve.d.ts +12 -0
- package/dist/classes/Reserve.js +12 -0
- package/dist/classes/Sample.d.ts +139 -0
- package/dist/classes/Sample.js +12 -0
- package/dist/classes/SatelliteTrackingProject.d.ts +17 -0
- package/dist/classes/SatelliteTrackingProject.js +12 -0
- package/dist/classes/SpecimenTransaction.d.ts +195 -0
- package/dist/classes/SpecimenTransaction.js +12 -0
- package/dist/classes/SpecimenTransactionEvent.d.ts +15 -0
- package/dist/classes/SpecimenTransactionEvent.js +12 -0
- package/dist/classes/SubUnit.d.ts +19 -0
- package/dist/classes/SubUnit.js +12 -0
- package/dist/classes/Tag.d.ts +23 -0
- package/dist/classes/Tag.js +12 -0
- package/dist/classes/Taxon.d.ts +241 -0
- package/dist/classes/Taxon.js +12 -0
- package/dist/classes/TaxonCensus.d.ts +13 -0
- package/dist/classes/TaxonCensus.js +12 -0
- package/dist/classes/TaxonConcept.d.ts +14 -0
- package/dist/classes/TaxonConcept.js +12 -0
- package/dist/classes/TaxonGroupIucnEditors.d.ts +12 -0
- package/dist/classes/TaxonGroupIucnEditors.js +12 -0
- package/dist/classes/TaxonInteraction.d.ts +16 -0
- package/dist/classes/TaxonInteraction.js +12 -0
- package/dist/classes/TaxonSet.d.ts +10 -0
- package/dist/classes/TaxonSet.js +12 -0
- package/dist/classes/Transaction.d.ts +196 -0
- package/dist/classes/Transaction.js +12 -0
- package/dist/classes/TransactionEvent.d.ts +42 -0
- package/dist/classes/TransactionEvent.js +12 -0
- package/dist/classes/TransactionItem.d.ts +17 -0
- package/dist/classes/TransactionItem.js +12 -0
- package/dist/classes/Translation.d.ts +19 -0
- package/dist/classes/Translation.js +12 -0
- package/dist/classes/TypeSpecimen.d.ts +66 -0
- package/dist/classes/TypeSpecimen.js +12 -0
- package/dist/classes/Unit.d.ts +479 -0
- package/dist/classes/Unit.js +12 -0
- package/dist/classes/UnitFact.d.ts +40 -0
- package/dist/classes/UnitFact.js +12 -0
- package/dist/classes/UnitGathering.d.ts +24 -0
- package/dist/classes/UnitGathering.js +12 -0
- package/dist/classes/Validator.d.ts +10 -0
- package/dist/classes/Validator.js +12 -0
- package/dist/classes/Video.d.ts +47 -0
- package/dist/classes/Video.js +12 -0
- package/dist/classes/index.d.ts +86 -0
- package/dist/classes/index.js +176 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +13 -0
- package/dist/models/AdministrativeStatus.d.ts +20 -0
- package/dist/models/AdministrativeStatus.js +8 -0
- package/dist/models/Agent.d.ts +10 -0
- package/dist/models/Agent.js +8 -0
- package/dist/models/Annotation.d.ts +134 -0
- package/dist/models/Annotation.js +8 -0
- package/dist/models/AnnotationOccurrence.d.ts +19 -0
- package/dist/models/AnnotationOccurrence.js +8 -0
- package/dist/models/Area.d.ts +40 -0
- package/dist/models/Area.js +8 -0
- package/dist/models/Audio.d.ts +49 -0
- package/dist/models/Audio.js +8 -0
- package/dist/models/BibliographicResource.d.ts +12 -0
- package/dist/models/BibliographicResource.js +8 -0
- package/dist/models/BirdSongRecognitionSkillLevel.d.ts +12 -0
- package/dist/models/BirdSongRecognitionSkillLevel.js +8 -0
- package/dist/models/Branch.d.ts +27 -0
- package/dist/models/Branch.js +8 -0
- package/dist/models/Checklist.d.ts +19 -0
- package/dist/models/Checklist.js +8 -0
- package/dist/models/ChecklistVersion.d.ts +22 -0
- package/dist/models/ChecklistVersion.js +8 -0
- package/dist/models/Collection.d.ts +277 -0
- package/dist/models/Collection.js +8 -0
- package/dist/models/CompleteList.d.ts +12 -0
- package/dist/models/CompleteList.js +8 -0
- package/dist/models/Concept.d.ts +16 -0
- package/dist/models/Concept.js +8 -0
- package/dist/models/ContentContextDescription.d.ts +10 -0
- package/dist/models/ContentContextDescription.js +8 -0
- package/dist/models/DataField.d.ts +34 -0
- package/dist/models/DataField.js +8 -0
- package/dist/models/Dataset.d.ts +62 -0
- package/dist/models/Dataset.js +8 -0
- package/dist/models/DateRange.d.ts +12 -0
- package/dist/models/DateRange.js +8 -0
- package/dist/models/Device.d.ts +18 -0
- package/dist/models/Device.js +8 -0
- package/dist/models/DeviceIndividual.d.ts +26 -0
- package/dist/models/DeviceIndividual.js +8 -0
- package/dist/models/Document.d.ts +1972 -0
- package/dist/models/Document.js +8 -0
- package/dist/models/DownloadRequest.d.ts +31 -0
- package/dist/models/DownloadRequest.js +8 -0
- package/dist/models/Endangerment.d.ts +13 -0
- package/dist/models/Endangerment.js +8 -0
- package/dist/models/Event.d.ts +39 -0
- package/dist/models/Event.js +8 -0
- package/dist/models/Field.d.ts +184 -0
- package/dist/models/Field.js +8 -0
- package/dist/models/Fieldset.d.ts +10 -0
- package/dist/models/Fieldset.js +8 -0
- package/dist/models/Form.d.ts +2557 -0
- package/dist/models/Form.js +8 -0
- package/dist/models/FormFooter.d.ts +20 -0
- package/dist/models/FormFooter.js +8 -0
- package/dist/models/FormInstructions.d.ts +10 -0
- package/dist/models/FormInstructions.js +8 -0
- package/dist/models/FormNamedPlaceOptions.d.ts +171 -0
- package/dist/models/FormNamedPlaceOptions.js +8 -0
- package/dist/models/FormOptions.d.ts +2370 -0
- package/dist/models/FormOptions.js +8 -0
- package/dist/models/FormPermission.d.ts +14 -0
- package/dist/models/FormPermission.js +8 -0
- package/dist/models/FormPermissionPerson.d.ts +14 -0
- package/dist/models/FormPermissionPerson.js +8 -0
- package/dist/models/FormPermissionSingle.d.ts +13 -0
- package/dist/models/FormPermissionSingle.js +8 -0
- package/dist/models/FormSeason.d.ts +18 -0
- package/dist/models/FormSeason.js +8 -0
- package/dist/models/Gathering.d.ts +803 -0
- package/dist/models/Gathering.js +8 -0
- package/dist/models/GatheringEvent.d.ts +157 -0
- package/dist/models/GatheringEvent.js +8 -0
- package/dist/models/GatheringFact.d.ts +104 -0
- package/dist/models/GatheringFact.js +8 -0
- package/dist/models/Habitat.d.ts +14 -0
- package/dist/models/Habitat.js +8 -0
- package/dist/models/Identification.d.ts +97 -0
- package/dist/models/Identification.js +8 -0
- package/dist/models/Image.d.ts +50 -0
- package/dist/models/Image.js +8 -0
- package/dist/models/Individual.d.ts +33 -0
- package/dist/models/Individual.js +8 -0
- package/dist/models/InformalTaxonGroup.d.ts +20 -0
- package/dist/models/InformalTaxonGroup.js +8 -0
- package/dist/models/InformationSystem.d.ts +32 -0
- package/dist/models/InformationSystem.js +8 -0
- package/dist/models/IucnRedListEvaluation.d.ts +345 -0
- package/dist/models/IucnRedListEvaluation.js +8 -0
- package/dist/models/IucnRedListEvaluationYear.d.ts +12 -0
- package/dist/models/IucnRedListEvaluationYear.js +8 -0
- package/dist/models/IucnRedListTaxonGroup.d.ts +18 -0
- package/dist/models/IucnRedListTaxonGroup.js +8 -0
- package/dist/models/Measurement.d.ts +37 -0
- package/dist/models/Measurement.js +8 -0
- package/dist/models/Model.d.ts +49 -0
- package/dist/models/Model.js +8 -0
- package/dist/models/Multimedia.d.ts +10 -0
- package/dist/models/Multimedia.js +8 -0
- package/dist/models/NamedPlace.d.ts +3991 -0
- package/dist/models/NamedPlace.js +8 -0
- package/dist/models/News.d.ts +17 -0
- package/dist/models/News.js +8 -0
- package/dist/models/Notification.d.ts +145 -0
- package/dist/models/Notification.js +8 -0
- package/dist/models/Occurrence.d.ts +17 -0
- package/dist/models/Occurrence.js +8 -0
- package/dist/models/Organization.d.ts +124 -0
- package/dist/models/Organization.js +8 -0
- package/dist/models/Pdf.d.ts +29 -0
- package/dist/models/Pdf.js +8 -0
- package/dist/models/Permit.d.ts +20 -0
- package/dist/models/Permit.js +8 -0
- package/dist/models/Person.d.ts +49 -0
- package/dist/models/Person.js +8 -0
- package/dist/models/Pinkka.d.ts +10 -0
- package/dist/models/Pinkka.js +8 -0
- package/dist/models/Preparation.d.ts +34 -0
- package/dist/models/Preparation.js +8 -0
- package/dist/models/Profile.d.ts +30 -0
- package/dist/models/Profile.js +8 -0
- package/dist/models/Publication.d.ts +16 -0
- package/dist/models/Publication.js +8 -0
- package/dist/models/RegionalStatus.d.ts +12 -0
- package/dist/models/RegionalStatus.js +8 -0
- package/dist/models/Reserve.d.ts +12 -0
- package/dist/models/Reserve.js +8 -0
- package/dist/models/Sample.d.ts +139 -0
- package/dist/models/Sample.js +8 -0
- package/dist/models/SatelliteTrackingProject.d.ts +17 -0
- package/dist/models/SatelliteTrackingProject.js +8 -0
- package/dist/models/SpecimenTransaction.d.ts +195 -0
- package/dist/models/SpecimenTransaction.js +8 -0
- package/dist/models/SpecimenTransactionEvent.d.ts +15 -0
- package/dist/models/SpecimenTransactionEvent.js +8 -0
- package/dist/models/SubUnit.d.ts +19 -0
- package/dist/models/SubUnit.js +8 -0
- package/dist/models/Tag.d.ts +23 -0
- package/dist/models/Tag.js +8 -0
- package/dist/models/Taxon.d.ts +241 -0
- package/dist/models/Taxon.js +8 -0
- package/dist/models/TaxonCensus.d.ts +13 -0
- package/dist/models/TaxonCensus.js +8 -0
- package/dist/models/TaxonConcept.d.ts +14 -0
- package/dist/models/TaxonConcept.js +8 -0
- package/dist/models/TaxonGroupIucnEditors.d.ts +12 -0
- package/dist/models/TaxonGroupIucnEditors.js +8 -0
- package/dist/models/TaxonInteraction.d.ts +16 -0
- package/dist/models/TaxonInteraction.js +8 -0
- package/dist/models/TaxonSet.d.ts +10 -0
- package/dist/models/TaxonSet.js +8 -0
- package/dist/models/Transaction.d.ts +196 -0
- package/dist/models/Transaction.js +8 -0
- package/dist/models/TransactionEvent.d.ts +42 -0
- package/dist/models/TransactionEvent.js +8 -0
- package/dist/models/TransactionItem.d.ts +17 -0
- package/dist/models/TransactionItem.js +8 -0
- package/dist/models/Translation.d.ts +19 -0
- package/dist/models/Translation.js +8 -0
- package/dist/models/TypeSpecimen.d.ts +66 -0
- package/dist/models/TypeSpecimen.js +8 -0
- package/dist/models/Unit.d.ts +479 -0
- package/dist/models/Unit.js +8 -0
- package/dist/models/UnitFact.d.ts +40 -0
- package/dist/models/UnitFact.js +8 -0
- package/dist/models/UnitGathering.d.ts +24 -0
- package/dist/models/UnitGathering.js +8 -0
- package/dist/models/Validator.d.ts +10 -0
- package/dist/models/Validator.js +8 -0
- package/dist/models/Video.d.ts +47 -0
- package/dist/models/Video.js +8 -0
- package/dist/models/index.d.ts +264 -0
- package/dist/models/index.js +370 -0
- package/dist/models/list-response.d.ts +18 -0
- package/dist/models/list-response.js +2 -0
- package/package.json +2 -2
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class AdministrativeStatus {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
administrativeStatusDescription?: {
|
|
11
|
+
en?: string[];
|
|
12
|
+
fi?: string[];
|
|
13
|
+
sv?: string[];
|
|
14
|
+
};
|
|
15
|
+
administrativeStatusLink?: {
|
|
16
|
+
en?: string[];
|
|
17
|
+
fi?: string[];
|
|
18
|
+
sv?: string[];
|
|
19
|
+
};
|
|
20
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.AdministrativeStatus = void 0;
|
|
10
|
+
class AdministrativeStatus {
|
|
11
|
+
}
|
|
12
|
+
exports.AdministrativeStatus = AdministrativeStatus;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class Agent {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.Agent = void 0;
|
|
10
|
+
class Agent {
|
|
11
|
+
}
|
|
12
|
+
exports.Agent = Agent;
|
|
@@ -0,0 +1,134 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class Annotation {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
addedTags?: string[];
|
|
11
|
+
annotationByPerson?: string;
|
|
12
|
+
annotationBySystem?: string;
|
|
13
|
+
annotationClass?: "" | "MAN.annotationClassReliable" | "MAN.annotationClassLikely" | "MAN.annotationClassNeutral" | "MAN.annotationClassSuspicious" | "MAN.annotationClassUnreliable" | "MAN.annotationClassAcknowledged" | "MAN.annotationClassSpam";
|
|
14
|
+
byRole?: "" | "MMAN.expert" | "MMAN.basic" | "MMAN.owner" | "MMAN.formAdmin" | "MMAN.ictAdmin";
|
|
15
|
+
censusAnnotation?: ("" | "MAN.countError" | "MAN.innerCountError" | "MAN.otherError")[];
|
|
16
|
+
created?: string;
|
|
17
|
+
createdTimestamp?: number;
|
|
18
|
+
deletedTimestamp?: number;
|
|
19
|
+
identification?: {
|
|
20
|
+
id?: string;
|
|
21
|
+
"@type"?: string;
|
|
22
|
+
"@context"?: string;
|
|
23
|
+
"herbo:sortOrder"?: number;
|
|
24
|
+
/**
|
|
25
|
+
* Write associated observation taxa names here, separated by a semicolon (;). E.g.: "Betula pendula; Betula pubescens; Poaceae". These will form their own units of the type observation.
|
|
26
|
+
*/
|
|
27
|
+
associatedObservationTaxa?: string;
|
|
28
|
+
/**
|
|
29
|
+
* Author for the taxon
|
|
30
|
+
*/
|
|
31
|
+
author?: string;
|
|
32
|
+
/**
|
|
33
|
+
* Name of the identifier (person) preferably in format "lastname, firstname"
|
|
34
|
+
*/
|
|
35
|
+
det?: string;
|
|
36
|
+
/**
|
|
37
|
+
* Date or year when the identification was done, preferably in format "d.m.Y" or "Y"
|
|
38
|
+
*/
|
|
39
|
+
detDate?: string;
|
|
40
|
+
detMethod?: "" | "MY.detMethodFreshSample" | "MY.detMethodMicroscopy" | "MY.detMethodPhoto";
|
|
41
|
+
/**
|
|
42
|
+
* Name of the identifier and date of identification in original format (e.g. from the label), errors and all
|
|
43
|
+
*/
|
|
44
|
+
detVerbatim?: string;
|
|
45
|
+
/**
|
|
46
|
+
* Additional qualifier or specifier at genus level (e.g. aff., cf.)
|
|
47
|
+
*/
|
|
48
|
+
genusQualifier?: string;
|
|
49
|
+
identificationBasis?: ("" | "MY.identificationBasisDNA" | "MY.identificationBasisGenitals" | "MY.identificationBasisGenitalPreparate" | "MY.identificationBasisSpores" | "MY.identificationBasisHandled" | "MY.identificationBasisChemical" | "MY.identificationBasisHeard" | "MY.identificationBasisMicroscope" | "MY.identificationBasisSeen" | "MY.identificationBasisPreservedSpecimen" | "MY.identificationBasisFreshSpecimen" | "MY.identificationBasisMedia")[];
|
|
50
|
+
/**
|
|
51
|
+
* Additional information on the identification, basis or such
|
|
52
|
+
*/
|
|
53
|
+
identificationNotes?: string;
|
|
54
|
+
/**
|
|
55
|
+
* Author for the taxon below species level/infra epithet
|
|
56
|
+
*/
|
|
57
|
+
infraAuthor?: string;
|
|
58
|
+
/**
|
|
59
|
+
* Taxon name for the epithet below species level
|
|
60
|
+
*/
|
|
61
|
+
infraEpithet?: string;
|
|
62
|
+
/**
|
|
63
|
+
* Taxonomic level of the epithet below species level
|
|
64
|
+
*/
|
|
65
|
+
infraRank?: "" | "MY.infraRankSsp" | "MY.infraRankVar" | "MY.infraRankBeta" | "MY.infraRankB" | "MY.infraRankForma" | "MY.infraRankHybrid" | "MY.infraRankAnamorph" | "MY.infraRankAggregate" | "MY.infraRankAberration" | "MY.infraRankCultivar" | "MY.infraRankMorpha" | "MY.infraRankUnknown" | "MY.infraRankNothosubspecies" | "MY.infraRankCultivarGroup" | "MY.infraRankFsp";
|
|
66
|
+
/**
|
|
67
|
+
* Pathovars, serovars and other infrasubspecific subdivisions of microbes.
|
|
68
|
+
*/
|
|
69
|
+
infrasubspecificSubdivision?: string;
|
|
70
|
+
/**
|
|
71
|
+
* Which parent or larger collection this is part of.
|
|
72
|
+
*/
|
|
73
|
+
isPartOf?: string;
|
|
74
|
+
isTaxonGroup?: boolean;
|
|
75
|
+
/**
|
|
76
|
+
* This can be used to select one of the identifications as 'recommended', which is the used as default when displaying information about the specimen.
|
|
77
|
+
*/
|
|
78
|
+
preferredIdentification?: string;
|
|
79
|
+
/**
|
|
80
|
+
* Publication reference for the taxon concept, that was used in identification
|
|
81
|
+
*/
|
|
82
|
+
sec?: string;
|
|
83
|
+
/**
|
|
84
|
+
* Additional qualifier at species level (e.g. aff., cf., sp. n., coll.)
|
|
85
|
+
*/
|
|
86
|
+
speciesQualifier?: string;
|
|
87
|
+
/**
|
|
88
|
+
* Taxon name
|
|
89
|
+
*/
|
|
90
|
+
taxon?: string;
|
|
91
|
+
/**
|
|
92
|
+
* ID for the taxon if has some other than an MX code
|
|
93
|
+
*/
|
|
94
|
+
taxonID?: string;
|
|
95
|
+
/**
|
|
96
|
+
* Taxonomic level for the identification
|
|
97
|
+
*/
|
|
98
|
+
taxonRank?: "" | "MX.superdomain" | "MX.domain" | "MX.kingdom" | "MX.subkingdom" | "MX.infrakingdom" | "MX.superphylum" | "MX.phylum" | "MX.subphylum" | "MX.infraphylum" | "MX.superdivision" | "MX.division" | "MX.subdivision" | "MX.infradivision" | "MX.superclass" | "MX.class" | "MX.subclass" | "MX.infraclass" | "MX.parvclass" | "MX.superorder" | "MX.order" | "MX.suborder" | "MX.infraorder" | "MX.parvorder" | "MX.superfamily" | "MX.family" | "MX.subfamily" | "MX.tribe" | "MX.subtribe" | "MX.supergenus" | "MX.genus" | "MX.nothogenus" | "MX.subgenus" | "MX.section" | "MX.subsection" | "MX.series" | "MX.subseries" | "MX.infragenericTaxon" | "MX.aggregate" | "MX.speciesAggregate" | "MX.species" | "MX.nothospecies" | "MX.infraspecificTaxon" | "MX.subspecificAggregate" | "MX.subspecies" | "MX.nothosubspecies" | "MX.variety" | "MX.subvariety" | "MX.form" | "MX.subform" | "MX.hybrid" | "MX.anamorph" | "MX.ecotype" | "MX.populationGroup" | "MX.intergenericHybrid" | "MX.infragenericHybrid" | "MX.cultivar" | "MX.group" | "MX.grex";
|
|
99
|
+
taxonSpecifier?: string;
|
|
100
|
+
taxonURI?: string;
|
|
101
|
+
/**
|
|
102
|
+
* Taxon name in original format (e.g. from the label), errors and all
|
|
103
|
+
*/
|
|
104
|
+
taxonVerbatim?: string;
|
|
105
|
+
/**
|
|
106
|
+
* 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.
|
|
107
|
+
*/
|
|
108
|
+
publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
109
|
+
sortOrder?: number;
|
|
110
|
+
};
|
|
111
|
+
invasiveControlEffectiveness?: "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
|
|
112
|
+
lineTransectAnnotation?: ("" | "MAN.birdCountError" | "MAN.innerCountError" | "MAN.otherError")[];
|
|
113
|
+
notes?: string;
|
|
114
|
+
occurrenceAtTimeOfAnnotation?: {
|
|
115
|
+
countryVerbatim?: string;
|
|
116
|
+
dateBegin?: string;
|
|
117
|
+
dateEnd?: string;
|
|
118
|
+
locality?: string;
|
|
119
|
+
municipalityVerbatim?: string;
|
|
120
|
+
taxonId?: string;
|
|
121
|
+
taxonVerbatim?: string;
|
|
122
|
+
wgs84centerPointLat?: number;
|
|
123
|
+
wgs84centerPointLon?: number;
|
|
124
|
+
};
|
|
125
|
+
opinion?: string;
|
|
126
|
+
removedTags?: string[];
|
|
127
|
+
rootID?: string;
|
|
128
|
+
targetID?: string;
|
|
129
|
+
type?: "" | "MAN.typeOpinion" | "MAN.typeInvasiveControlEffectiveness" | "MAN.typeUnidentifiable" | "MAN.typeAdmin";
|
|
130
|
+
createdBySystem?: string;
|
|
131
|
+
deleted?: boolean;
|
|
132
|
+
deletedByPerson?: string;
|
|
133
|
+
deletedDateTime?: string;
|
|
134
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.Annotation = void 0;
|
|
10
|
+
class Annotation {
|
|
11
|
+
}
|
|
12
|
+
exports.Annotation = Annotation;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class AnnotationOccurrence {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
countryVerbatim?: string;
|
|
11
|
+
dateBegin?: string;
|
|
12
|
+
dateEnd?: string;
|
|
13
|
+
locality?: string;
|
|
14
|
+
municipalityVerbatim?: string;
|
|
15
|
+
taxonId?: string;
|
|
16
|
+
taxonVerbatim?: string;
|
|
17
|
+
wgs84centerPointLat?: number;
|
|
18
|
+
wgs84centerPointLon?: number;
|
|
19
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.AnnotationOccurrence = void 0;
|
|
10
|
+
class AnnotationOccurrence {
|
|
11
|
+
}
|
|
12
|
+
exports.AnnotationOccurrence = AnnotationOccurrence;
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class Area {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
/**
|
|
11
|
+
* Aluetyyppi
|
|
12
|
+
*/
|
|
13
|
+
areaType: "ML.country" | "ML.biogeographicalProvince" | "ML.municipality" | "ML.oldMunicipality" | "ML.elyCentre" | "ML.province" | "ML.continent" | "ML.iucnEvaluationArea" | "ML.birdAssociationArea";
|
|
14
|
+
/**
|
|
15
|
+
* Country code ISO alpha 2
|
|
16
|
+
*/
|
|
17
|
+
countryCodeISOalpha2?: string;
|
|
18
|
+
/**
|
|
19
|
+
* country code ISO alpha 3
|
|
20
|
+
*/
|
|
21
|
+
countryCodeISOalpha3?: string;
|
|
22
|
+
isPartOf?: string;
|
|
23
|
+
isPartOfBirdAssociationArea?: string;
|
|
24
|
+
isPartOfEnvironmentalELY?: string;
|
|
25
|
+
isPartOfProvince?: string;
|
|
26
|
+
name: {
|
|
27
|
+
en?: string;
|
|
28
|
+
fi?: string;
|
|
29
|
+
sv?: string;
|
|
30
|
+
};
|
|
31
|
+
previouslyOfficialName?: string[];
|
|
32
|
+
provinceCodeAlpha?: {
|
|
33
|
+
en?: string;
|
|
34
|
+
fi?: string;
|
|
35
|
+
sv?: string;
|
|
36
|
+
};
|
|
37
|
+
provinceCodeNumeric?: string;
|
|
38
|
+
ringingDepartmentBirdAssociationAreaCode?: string;
|
|
39
|
+
ringingDepartmentMunicipalityCode?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.Area = void 0;
|
|
10
|
+
class Area {
|
|
11
|
+
}
|
|
12
|
+
exports.Area = Area;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class Audio {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
caption?: string;
|
|
11
|
+
captureDateTime?: string;
|
|
12
|
+
capturerVerbatim?: string[];
|
|
13
|
+
documentURI?: string[];
|
|
14
|
+
fullResolutionMediaAvailable?: boolean;
|
|
15
|
+
fullURL: string;
|
|
16
|
+
keyword?: string[];
|
|
17
|
+
mp3URL: string;
|
|
18
|
+
originalFilename?: string;
|
|
19
|
+
primaryForTaxon?: string[];
|
|
20
|
+
sourceSystem: string;
|
|
21
|
+
taxonDescriptionCaption?: {
|
|
22
|
+
en?: string;
|
|
23
|
+
fi?: string;
|
|
24
|
+
sv?: string;
|
|
25
|
+
};
|
|
26
|
+
taxonURI?: string[];
|
|
27
|
+
taxonVerbatim?: string[];
|
|
28
|
+
thumbnailURL: string;
|
|
29
|
+
type?: "" | "MM.typeEnumLive" | "MM.typeEnumSpecimen" | "MM.typeEnumGenitalia" | "MM.typeEnumMicroscopy" | "MM.typeEnumCarcass" | "MM.typeEnumSkeletal" | "MM.typeEnumHabitat" | "MM.typeEnumLabel";
|
|
30
|
+
uploadDateTime?: string;
|
|
31
|
+
uploadedBy?: string;
|
|
32
|
+
wavURL?: string;
|
|
33
|
+
/**
|
|
34
|
+
* 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.
|
|
35
|
+
*/
|
|
36
|
+
lifeStage?: "" | "MY.lifeStageEgg" | "MY.lifeStageLarva" | "MY.lifeStagePupa" | "MY.lifeStageJuvenile" | "MY.lifeStageNymph" | "MY.lifeStageSubimago" | "MY.lifeStageImmature" | "MY.lifeStageAdult" | "MY.lifeStageFertile" | "MY.lifeStageSterile" | "MY.lifeStageTadpole" | "MY.lifeStageEmbryo" | "MY.lifeStageSubadult" | "MY.lifeStageMature" | "MY.lifeStagePullus" | "MY.lifeStageHatchedEgg" | "MY.lifeStageHatchedPupa" | "MY.lifeStageGall" | "MY.lifeStageMarks" | "MY.lifeStageTriungulin";
|
|
37
|
+
plantLifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
|
|
38
|
+
/**
|
|
39
|
+
* Sex of the individual(s)
|
|
40
|
+
*/
|
|
41
|
+
sex?: "" | "MY.sexM" | "MY.sexF" | "MY.sexW" | "MY.sexU" | "MY.sexN" | "MY.sexX" | "MY.sexE" | "MY.sexC";
|
|
42
|
+
intellectualOwner: string;
|
|
43
|
+
intellectualRights: "MZ.intellectualRightsCC-BY-SA-4.0" | "MZ.intellectualRightsCC-BY-NC-4.0" | "MZ.intellectualRightsCC-BY-NC-SA-4.0" | "MZ.intellectualRightsCC-BY-4.0" | "MZ.intellectualRightsCC0-4.0" | "MZ.intellectualRightsODBL-1.0" | "MZ.intellectualRightsPD" | "MZ.intellectualRightsARR" | "MZ.intellectualRightsCC-BY-2.0" | "MZ.intellectualRightsCC-BY-SA-2.0" | "MZ.intellectualRightsCC-BY-SA-2.0-DE" | "MZ.intellectualRightsCC-BY-NC-2.0" | "MZ.intellectualRightsCC-BY-NC-SA-2.0" | "MZ.intellectualRightsCC-BY-NC-ND-2.0" | "MZ.intellectualRightsCC-BY-SA-2.5" | "MZ.intellectualRightsCC-BY-SA-2.5-SE" | "MZ.intellectualRightsCC-BY-3.0" | "MZ.intellectualRightsCC-BY-SA-3.0" | "MZ.intellectualRightsCC-BY-NC-SA-3.0" | "MZ.intellectualRightsCC-BY-ND-4.0" | "MZ.intellectualRightsCC-BY-NC-ND-4.0" | "MY.intellectualRightsCC-BY" | "MY.intellectualRightsCC0";
|
|
44
|
+
/**
|
|
45
|
+
* 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.
|
|
46
|
+
*/
|
|
47
|
+
publicityRestrictions?: "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
48
|
+
sortOrder?: number;
|
|
49
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.Audio = void 0;
|
|
10
|
+
class Audio {
|
|
11
|
+
}
|
|
12
|
+
exports.Audio = Audio;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class BibliographicResource {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
isPublic: boolean;
|
|
11
|
+
owner: string;
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.BibliographicResource = void 0;
|
|
10
|
+
class BibliographicResource {
|
|
11
|
+
}
|
|
12
|
+
exports.BibliographicResource = BibliographicResource;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class BirdSongRecognitionSkillLevel {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
birdSongRecognitionArea: string;
|
|
11
|
+
birdSongRecognitionSkillLevel: "MA.birdSongRecognitionSkillLevelEnum1" | "MA.birdSongRecognitionSkillLevelEnum2" | "MA.birdSongRecognitionSkillLevelEnum3" | "MA.birdSongRecognitionSkillLevelEnum4";
|
|
12
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.BirdSongRecognitionSkillLevel = void 0;
|
|
10
|
+
class BirdSongRecognitionSkillLevel {
|
|
11
|
+
}
|
|
12
|
+
exports.BirdSongRecognitionSkillLevel = BirdSongRecognitionSkillLevel;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class Branch {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
accessionID: string;
|
|
11
|
+
/**
|
|
12
|
+
* Garden area
|
|
13
|
+
*/
|
|
14
|
+
collectionID: string;
|
|
15
|
+
/**
|
|
16
|
+
* Is the branch alive or not?
|
|
17
|
+
*/
|
|
18
|
+
exists?: boolean;
|
|
19
|
+
gardenLocationNotes?: string;
|
|
20
|
+
/**
|
|
21
|
+
* Sublocation within the garden area, free-text
|
|
22
|
+
*/
|
|
23
|
+
location?: string;
|
|
24
|
+
notes?: string;
|
|
25
|
+
wgs84Latitude?: string;
|
|
26
|
+
wgs84Longitude?: string;
|
|
27
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.Branch = void 0;
|
|
10
|
+
class Branch {
|
|
11
|
+
}
|
|
12
|
+
exports.Branch = Branch;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class Checklist {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
"dc:bibliographicCitation"?: {
|
|
11
|
+
en?: string;
|
|
12
|
+
fi?: string;
|
|
13
|
+
sv?: string;
|
|
14
|
+
};
|
|
15
|
+
isPublic: boolean;
|
|
16
|
+
owner: string;
|
|
17
|
+
rootTaxon: string;
|
|
18
|
+
"rdfs:comment"?: string;
|
|
19
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.Checklist = void 0;
|
|
10
|
+
class Checklist {
|
|
11
|
+
}
|
|
12
|
+
exports.Checklist = Checklist;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was automatically generated.
|
|
3
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
4
|
+
* and run the command to regenerate this file.
|
|
5
|
+
*/
|
|
6
|
+
export declare class ChecklistVersion {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
versionChecklist?: string;
|
|
11
|
+
versionDate?: string;
|
|
12
|
+
versionDescription?: {
|
|
13
|
+
en?: string;
|
|
14
|
+
fi?: string;
|
|
15
|
+
sv?: string;
|
|
16
|
+
};
|
|
17
|
+
versionName?: {
|
|
18
|
+
en?: string;
|
|
19
|
+
fi?: string;
|
|
20
|
+
sv?: string;
|
|
21
|
+
};
|
|
22
|
+
}
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/* tslint:disable */
|
|
3
|
+
/**
|
|
4
|
+
* This file was automatically generated.
|
|
5
|
+
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
|
+
* and run the command to regenerate this file.
|
|
7
|
+
*/
|
|
8
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
9
|
+
exports.ChecklistVersion = void 0;
|
|
10
|
+
class ChecklistVersion {
|
|
11
|
+
}
|
|
12
|
+
exports.ChecklistVersion = ChecklistVersion;
|