@luomus/laji-schema 2.0.0 → 2.0.2
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 +10 -8
|
@@ -0,0 +1,8 @@
|
|
|
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 });
|
|
@@ -0,0 +1,31 @@
|
|
|
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 interface DownloadRequest {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
apiKeyExpires?: string;
|
|
11
|
+
approximateResultSize: number;
|
|
12
|
+
collectionId?: string[];
|
|
13
|
+
completed: boolean;
|
|
14
|
+
created?: string;
|
|
15
|
+
createdFile?: string;
|
|
16
|
+
createdFileSize?: string;
|
|
17
|
+
dataUsePurpose?: string;
|
|
18
|
+
downloadFormat?: string;
|
|
19
|
+
downloadInclude?: string[];
|
|
20
|
+
downloadType: string;
|
|
21
|
+
downloaded?: string[];
|
|
22
|
+
email?: string;
|
|
23
|
+
failed?: boolean;
|
|
24
|
+
failureReason?: string;
|
|
25
|
+
filter: [string, ...string[]];
|
|
26
|
+
locale?: string;
|
|
27
|
+
person?: string;
|
|
28
|
+
requested: string;
|
|
29
|
+
source: string;
|
|
30
|
+
warehouse: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
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 });
|
|
@@ -0,0 +1,13 @@
|
|
|
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 interface Endangerment {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
"herbo:sortOrder"?: number;
|
|
11
|
+
endangerment: "MKV.endangermentReasonP" | "MKV.endangermentReasonKe" | "MKV.endangermentReasonH" | "MKV.endangermentReasonKu" | "MKV.endangermentReasonR" | "MKV.endangermentReasonKs" | "MKV.endangermentReasonPm" | "MKV.endangermentReasonPr" | "MKV.endangermentReasonN" | "MKV.endangermentReasonM" | "MKV.endangermentReasonMp" | "MKV.endangermentReasonMv" | "MKV.endangermentReasonMk" | "MKV.endangermentReasonMl" | "MKV.endangermentReasonO" | "MKV.endangermentReasonVr" | "MKV.endangermentReasonKh" | "MKV.endangermentReasonI" | "MKV.endangermentReasonS" | "MKV.endangermentReasonKil" | "MKV.endangermentReasonRis" | "MKV.endangermentReasonKv" | "MKV.endangermentReasonU" | "MKV.endangermentReasonVie" | "MKV.endangermentReasonMuu" | "MKV.endangermentReasonT";
|
|
12
|
+
sortOrder?: number;
|
|
13
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
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 });
|
|
@@ -0,0 +1,39 @@
|
|
|
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 interface Event {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
agent?: string;
|
|
11
|
+
/**
|
|
12
|
+
* Enter the amount in the branch as n, addition to the previously given amount as +n or reduction as -n
|
|
13
|
+
*/
|
|
14
|
+
amount?: string;
|
|
15
|
+
amountEstimationUnit?: string;
|
|
16
|
+
/**
|
|
17
|
+
* ID for the accossiated branch
|
|
18
|
+
*/
|
|
19
|
+
branchID: string;
|
|
20
|
+
date?: string;
|
|
21
|
+
eRH?: string;
|
|
22
|
+
estimatedSeedQuantity?: number;
|
|
23
|
+
eventType: "MY.eventTypeDiscarded" | "MY.eventTypeDonating" | "MY.eventTypeInventory" | "MY.eventTypeMarkedDead" | "MY.eventTypeOccasionalRemark" | "MY.eventTypeTemporaryPlacement" | "MY.eventTypePlanting" | "MY.eventTypePlantedBackToWild" | "MY.eventTypePollination" | "MY.eventTypePrickingOut" | "MY.eventTypePotting" | "MY.eventTypePropagation" | "MY.eventTypePropagationMaterialCollected" | "MY.eventTypePruning" | "MY.eventTypeSowing" | "MY.eventTypeStoring" | "MY.eventTypeTransferring" | "MY.eventTypeOther" | "MY.eventTypeAtlantis" | "MY.eventTypeCleaning" | "MY.eventTypeQuantityEstimation" | "MY.eventTypeCutTesting" | "MY.eventTypeDrying" | "MY.eventTypeGerminationTesting" | "MY.eventTypeGerminationRetesting" | "MY.eventTypeGerminationControlling" | "MY.eventTypeTZTesting" | "MY.eventTypeSeedExchange" | "MY.eventTypeTPuska";
|
|
24
|
+
germinationConditions?: string;
|
|
25
|
+
germinationPercentage?: number;
|
|
26
|
+
germinationRate?: number;
|
|
27
|
+
lifeStage?: "" | "MY.plantLifeStageSterile" | "MY.plantLifeStageFertile" | "MY.plantLifeStageSeed" | "MY.plantLifeStageSprout" | "MY.plantLifeStageBud" | "MY.plantLifeStageFlower" | "MY.plantLifeStageWitheredFlower" | "MY.plantLifeStageRipeningFruit" | "MY.plantLifeStageRipeFruit" | "MY.plantLifeStageDeadSprout" | "MY.plantLifeStageSubterranean";
|
|
28
|
+
notes?: string;
|
|
29
|
+
numberOfSeedsEmpty?: number;
|
|
30
|
+
numberOfSeedsFull?: number;
|
|
31
|
+
numberOfSeedsInfested?: number;
|
|
32
|
+
numberOfSeedsMouldy?: number;
|
|
33
|
+
numberOfSeedsPartFull?: number;
|
|
34
|
+
numberOfSeedsTested?: number;
|
|
35
|
+
percentageSeedsFull?: number;
|
|
36
|
+
seedsExchangedInstitution?: string;
|
|
37
|
+
testPassed?: boolean;
|
|
38
|
+
viabilityPercentage?: number;
|
|
39
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
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 });
|
|
@@ -0,0 +1,184 @@
|
|
|
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 interface Field {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
name?: string;
|
|
11
|
+
fields?: {
|
|
12
|
+
name?: string;
|
|
13
|
+
fields?: {
|
|
14
|
+
name?: string;
|
|
15
|
+
fields?: {
|
|
16
|
+
name?: string;
|
|
17
|
+
fields?: {
|
|
18
|
+
name?: string;
|
|
19
|
+
fields?: {
|
|
20
|
+
name?: string;
|
|
21
|
+
fields?: {
|
|
22
|
+
name?: string;
|
|
23
|
+
fields?: {}[];
|
|
24
|
+
filters?: {
|
|
25
|
+
[k: string]: unknown | undefined;
|
|
26
|
+
};
|
|
27
|
+
label?: string;
|
|
28
|
+
notices?: {
|
|
29
|
+
[k: string]: unknown | undefined;
|
|
30
|
+
};
|
|
31
|
+
options?: {
|
|
32
|
+
[k: string]: unknown | undefined;
|
|
33
|
+
};
|
|
34
|
+
required?: boolean;
|
|
35
|
+
type?: string;
|
|
36
|
+
ui?: {
|
|
37
|
+
[k: string]: unknown | undefined;
|
|
38
|
+
};
|
|
39
|
+
validators?: {
|
|
40
|
+
[k: string]: unknown | undefined;
|
|
41
|
+
};
|
|
42
|
+
value?: string;
|
|
43
|
+
warnings?: {
|
|
44
|
+
[k: string]: unknown | undefined;
|
|
45
|
+
};
|
|
46
|
+
}[];
|
|
47
|
+
filters?: {
|
|
48
|
+
[k: string]: unknown | undefined;
|
|
49
|
+
};
|
|
50
|
+
label?: string;
|
|
51
|
+
notices?: {
|
|
52
|
+
[k: string]: unknown | undefined;
|
|
53
|
+
};
|
|
54
|
+
options?: {
|
|
55
|
+
[k: string]: unknown | undefined;
|
|
56
|
+
};
|
|
57
|
+
required?: boolean;
|
|
58
|
+
type?: string;
|
|
59
|
+
ui?: {
|
|
60
|
+
[k: string]: unknown | undefined;
|
|
61
|
+
};
|
|
62
|
+
validators?: {
|
|
63
|
+
[k: string]: unknown | undefined;
|
|
64
|
+
};
|
|
65
|
+
value?: string;
|
|
66
|
+
warnings?: {
|
|
67
|
+
[k: string]: unknown | undefined;
|
|
68
|
+
};
|
|
69
|
+
}[];
|
|
70
|
+
filters?: {
|
|
71
|
+
[k: string]: unknown | undefined;
|
|
72
|
+
};
|
|
73
|
+
label?: string;
|
|
74
|
+
notices?: {
|
|
75
|
+
[k: string]: unknown | undefined;
|
|
76
|
+
};
|
|
77
|
+
options?: {
|
|
78
|
+
[k: string]: unknown | undefined;
|
|
79
|
+
};
|
|
80
|
+
required?: boolean;
|
|
81
|
+
type?: string;
|
|
82
|
+
ui?: {
|
|
83
|
+
[k: string]: unknown | undefined;
|
|
84
|
+
};
|
|
85
|
+
validators?: {
|
|
86
|
+
[k: string]: unknown | undefined;
|
|
87
|
+
};
|
|
88
|
+
value?: string;
|
|
89
|
+
warnings?: {
|
|
90
|
+
[k: string]: unknown | undefined;
|
|
91
|
+
};
|
|
92
|
+
}[];
|
|
93
|
+
filters?: {
|
|
94
|
+
[k: string]: unknown | undefined;
|
|
95
|
+
};
|
|
96
|
+
label?: string;
|
|
97
|
+
notices?: {
|
|
98
|
+
[k: string]: unknown | undefined;
|
|
99
|
+
};
|
|
100
|
+
options?: {
|
|
101
|
+
[k: string]: unknown | undefined;
|
|
102
|
+
};
|
|
103
|
+
required?: boolean;
|
|
104
|
+
type?: string;
|
|
105
|
+
ui?: {
|
|
106
|
+
[k: string]: unknown | undefined;
|
|
107
|
+
};
|
|
108
|
+
validators?: {
|
|
109
|
+
[k: string]: unknown | undefined;
|
|
110
|
+
};
|
|
111
|
+
value?: string;
|
|
112
|
+
warnings?: {
|
|
113
|
+
[k: string]: unknown | undefined;
|
|
114
|
+
};
|
|
115
|
+
}[];
|
|
116
|
+
filters?: {
|
|
117
|
+
[k: string]: unknown | undefined;
|
|
118
|
+
};
|
|
119
|
+
label?: string;
|
|
120
|
+
notices?: {
|
|
121
|
+
[k: string]: unknown | undefined;
|
|
122
|
+
};
|
|
123
|
+
options?: {
|
|
124
|
+
[k: string]: unknown | undefined;
|
|
125
|
+
};
|
|
126
|
+
required?: boolean;
|
|
127
|
+
type?: string;
|
|
128
|
+
ui?: {
|
|
129
|
+
[k: string]: unknown | undefined;
|
|
130
|
+
};
|
|
131
|
+
validators?: {
|
|
132
|
+
[k: string]: unknown | undefined;
|
|
133
|
+
};
|
|
134
|
+
value?: string;
|
|
135
|
+
warnings?: {
|
|
136
|
+
[k: string]: unknown | undefined;
|
|
137
|
+
};
|
|
138
|
+
}[];
|
|
139
|
+
filters?: {
|
|
140
|
+
[k: string]: unknown | undefined;
|
|
141
|
+
};
|
|
142
|
+
label?: string;
|
|
143
|
+
notices?: {
|
|
144
|
+
[k: string]: unknown | undefined;
|
|
145
|
+
};
|
|
146
|
+
options?: {
|
|
147
|
+
[k: string]: unknown | undefined;
|
|
148
|
+
};
|
|
149
|
+
required?: boolean;
|
|
150
|
+
type?: string;
|
|
151
|
+
ui?: {
|
|
152
|
+
[k: string]: unknown | undefined;
|
|
153
|
+
};
|
|
154
|
+
validators?: {
|
|
155
|
+
[k: string]: unknown | undefined;
|
|
156
|
+
};
|
|
157
|
+
value?: string;
|
|
158
|
+
warnings?: {
|
|
159
|
+
[k: string]: unknown | undefined;
|
|
160
|
+
};
|
|
161
|
+
}[];
|
|
162
|
+
filters?: {
|
|
163
|
+
[k: string]: unknown | undefined;
|
|
164
|
+
};
|
|
165
|
+
label?: string;
|
|
166
|
+
notices?: {
|
|
167
|
+
[k: string]: unknown | undefined;
|
|
168
|
+
};
|
|
169
|
+
options?: {
|
|
170
|
+
[k: string]: unknown | undefined;
|
|
171
|
+
};
|
|
172
|
+
required?: boolean;
|
|
173
|
+
type?: string;
|
|
174
|
+
ui?: {
|
|
175
|
+
[k: string]: unknown | undefined;
|
|
176
|
+
};
|
|
177
|
+
validators?: {
|
|
178
|
+
[k: string]: unknown | undefined;
|
|
179
|
+
};
|
|
180
|
+
value?: string;
|
|
181
|
+
warnings?: {
|
|
182
|
+
[k: string]: unknown | undefined;
|
|
183
|
+
};
|
|
184
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
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 });
|
|
@@ -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 interface Fieldset {
|
|
7
|
+
"@context"?: string;
|
|
8
|
+
id?: string;
|
|
9
|
+
"@type"?: string;
|
|
10
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
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 });
|