@luomus/laji-schema 2.0.29 → 2.0.30
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/index.js +182 -90
- package/dist/dto/index.dto.ts +90 -180
- package/dist/esm/classes/index.js +90 -90
- package/dist/types/classes/index.d.ts +90 -180
- package/package.json +1 -1
|
@@ -1,92 +1,184 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
3
|
+
exports.Model = exports.Measurement = exports.IucnRedListTaxonGroup = exports.IucnRedListEvaluationYear = exports.IucnRedListEvaluation = exports.InformationSystem = exports.InformalTaxonGroup = exports.Individual = exports.Image = exports.Identification = exports.Habitat = exports.GatheringFact = exports.GatheringEvent = exports.Gathering = exports.FormSeason = exports.FormPermissionSingle = exports.FormPermissionPerson = exports.FormPermission = exports.FormOptions = exports.FormNamedPlaceOptions = exports.FormInstructions = exports.FormFooter = exports.Form = exports.Fieldset = exports.Field = exports.Event = exports.Endangerment = exports.DownloadRequest = exports.Document = exports.DeviceIndividual = exports.Device = exports.DateRange = exports.Dataset = exports.DataField = exports.ContentContextDescription = exports.CompleteList = exports.Collection = exports.ChecklistVersion = exports.Checklist = exports.Branch = exports.BirdSongRecognitionSkillLevel = exports.Audio = exports.Area = exports.AnnotationOccurrence = exports.Annotation = exports.Agent = exports.AdministrativeStatus = exports.Pinkka = exports.Concept = exports.BibliographicResource = void 0;
|
|
4
|
+
exports.Video = exports.Validator = exports.UnitOfMeasurement = exports.UnitGathering = exports.UnitFact = exports.Unit = exports.TypeSpecimen = exports.Translation = exports.TransactionItem = exports.TransactionEvent = exports.Transaction = exports.TraitGroup = exports.TraitEnumValue = exports.Trait = exports.TaxonSet = exports.TaxonInteraction = exports.TaxonGroupIucnEditors = exports.TaxonConcept = exports.TaxonCensus = exports.Taxon = exports.Tag = exports.SubUnit = exports.SpecimenTransactionEvent = exports.SpecimenTransaction = exports.SatelliteTrackingProject = exports.Sample = exports.Reserve = exports.RegionalStatus = exports.Publication = exports.Profile = exports.Preparation = exports.Person = exports.Permit = exports.Pdf = exports.Organization = exports.Occurrence = exports.Notification = exports.News = exports.NamedPlace = exports.Multimedia = void 0;
|
|
5
|
+
var BibliographicResource_1 = require("./BibliographicResource");
|
|
6
|
+
Object.defineProperty(exports, "BibliographicResource", { enumerable: true, get: function () { return BibliographicResource_1.BibliographicResource; } });
|
|
7
|
+
var Concept_1 = require("./Concept");
|
|
8
|
+
Object.defineProperty(exports, "Concept", { enumerable: true, get: function () { return Concept_1.Concept; } });
|
|
9
|
+
var Pinkka_1 = require("./Pinkka");
|
|
10
|
+
Object.defineProperty(exports, "Pinkka", { enumerable: true, get: function () { return Pinkka_1.Pinkka; } });
|
|
11
|
+
var AdministrativeStatus_1 = require("./AdministrativeStatus");
|
|
12
|
+
Object.defineProperty(exports, "AdministrativeStatus", { enumerable: true, get: function () { return AdministrativeStatus_1.AdministrativeStatus; } });
|
|
13
|
+
var Agent_1 = require("./Agent");
|
|
14
|
+
Object.defineProperty(exports, "Agent", { enumerable: true, get: function () { return Agent_1.Agent; } });
|
|
15
|
+
var Annotation_1 = require("./Annotation");
|
|
16
|
+
Object.defineProperty(exports, "Annotation", { enumerable: true, get: function () { return Annotation_1.Annotation; } });
|
|
17
|
+
var AnnotationOccurrence_1 = require("./AnnotationOccurrence");
|
|
18
|
+
Object.defineProperty(exports, "AnnotationOccurrence", { enumerable: true, get: function () { return AnnotationOccurrence_1.AnnotationOccurrence; } });
|
|
19
|
+
var Area_1 = require("./Area");
|
|
20
|
+
Object.defineProperty(exports, "Area", { enumerable: true, get: function () { return Area_1.Area; } });
|
|
21
|
+
var Audio_1 = require("./Audio");
|
|
22
|
+
Object.defineProperty(exports, "Audio", { enumerable: true, get: function () { return Audio_1.Audio; } });
|
|
23
|
+
var BirdSongRecognitionSkillLevel_1 = require("./BirdSongRecognitionSkillLevel");
|
|
24
|
+
Object.defineProperty(exports, "BirdSongRecognitionSkillLevel", { enumerable: true, get: function () { return BirdSongRecognitionSkillLevel_1.BirdSongRecognitionSkillLevel; } });
|
|
25
|
+
var Branch_1 = require("./Branch");
|
|
26
|
+
Object.defineProperty(exports, "Branch", { enumerable: true, get: function () { return Branch_1.Branch; } });
|
|
27
|
+
var Checklist_1 = require("./Checklist");
|
|
28
|
+
Object.defineProperty(exports, "Checklist", { enumerable: true, get: function () { return Checklist_1.Checklist; } });
|
|
29
|
+
var ChecklistVersion_1 = require("./ChecklistVersion");
|
|
30
|
+
Object.defineProperty(exports, "ChecklistVersion", { enumerable: true, get: function () { return ChecklistVersion_1.ChecklistVersion; } });
|
|
31
|
+
var Collection_1 = require("./Collection");
|
|
32
|
+
Object.defineProperty(exports, "Collection", { enumerable: true, get: function () { return Collection_1.Collection; } });
|
|
33
|
+
var CompleteList_1 = require("./CompleteList");
|
|
34
|
+
Object.defineProperty(exports, "CompleteList", { enumerable: true, get: function () { return CompleteList_1.CompleteList; } });
|
|
35
|
+
var ContentContextDescription_1 = require("./ContentContextDescription");
|
|
36
|
+
Object.defineProperty(exports, "ContentContextDescription", { enumerable: true, get: function () { return ContentContextDescription_1.ContentContextDescription; } });
|
|
37
|
+
var DataField_1 = require("./DataField");
|
|
38
|
+
Object.defineProperty(exports, "DataField", { enumerable: true, get: function () { return DataField_1.DataField; } });
|
|
39
|
+
var Dataset_1 = require("./Dataset");
|
|
40
|
+
Object.defineProperty(exports, "Dataset", { enumerable: true, get: function () { return Dataset_1.Dataset; } });
|
|
41
|
+
var DateRange_1 = require("./DateRange");
|
|
42
|
+
Object.defineProperty(exports, "DateRange", { enumerable: true, get: function () { return DateRange_1.DateRange; } });
|
|
43
|
+
var Device_1 = require("./Device");
|
|
44
|
+
Object.defineProperty(exports, "Device", { enumerable: true, get: function () { return Device_1.Device; } });
|
|
45
|
+
var DeviceIndividual_1 = require("./DeviceIndividual");
|
|
46
|
+
Object.defineProperty(exports, "DeviceIndividual", { enumerable: true, get: function () { return DeviceIndividual_1.DeviceIndividual; } });
|
|
47
|
+
var Document_1 = require("./Document");
|
|
48
|
+
Object.defineProperty(exports, "Document", { enumerable: true, get: function () { return Document_1.Document; } });
|
|
49
|
+
var DownloadRequest_1 = require("./DownloadRequest");
|
|
50
|
+
Object.defineProperty(exports, "DownloadRequest", { enumerable: true, get: function () { return DownloadRequest_1.DownloadRequest; } });
|
|
51
|
+
var Endangerment_1 = require("./Endangerment");
|
|
52
|
+
Object.defineProperty(exports, "Endangerment", { enumerable: true, get: function () { return Endangerment_1.Endangerment; } });
|
|
53
|
+
var Event_1 = require("./Event");
|
|
54
|
+
Object.defineProperty(exports, "Event", { enumerable: true, get: function () { return Event_1.Event; } });
|
|
55
|
+
var Field_1 = require("./Field");
|
|
56
|
+
Object.defineProperty(exports, "Field", { enumerable: true, get: function () { return Field_1.Field; } });
|
|
57
|
+
var Fieldset_1 = require("./Fieldset");
|
|
58
|
+
Object.defineProperty(exports, "Fieldset", { enumerable: true, get: function () { return Fieldset_1.Fieldset; } });
|
|
59
|
+
var Form_1 = require("./Form");
|
|
60
|
+
Object.defineProperty(exports, "Form", { enumerable: true, get: function () { return Form_1.Form; } });
|
|
61
|
+
var FormFooter_1 = require("./FormFooter");
|
|
62
|
+
Object.defineProperty(exports, "FormFooter", { enumerable: true, get: function () { return FormFooter_1.FormFooter; } });
|
|
63
|
+
var FormInstructions_1 = require("./FormInstructions");
|
|
64
|
+
Object.defineProperty(exports, "FormInstructions", { enumerable: true, get: function () { return FormInstructions_1.FormInstructions; } });
|
|
65
|
+
var FormNamedPlaceOptions_1 = require("./FormNamedPlaceOptions");
|
|
66
|
+
Object.defineProperty(exports, "FormNamedPlaceOptions", { enumerable: true, get: function () { return FormNamedPlaceOptions_1.FormNamedPlaceOptions; } });
|
|
67
|
+
var FormOptions_1 = require("./FormOptions");
|
|
68
|
+
Object.defineProperty(exports, "FormOptions", { enumerable: true, get: function () { return FormOptions_1.FormOptions; } });
|
|
69
|
+
var FormPermission_1 = require("./FormPermission");
|
|
70
|
+
Object.defineProperty(exports, "FormPermission", { enumerable: true, get: function () { return FormPermission_1.FormPermission; } });
|
|
71
|
+
var FormPermissionPerson_1 = require("./FormPermissionPerson");
|
|
72
|
+
Object.defineProperty(exports, "FormPermissionPerson", { enumerable: true, get: function () { return FormPermissionPerson_1.FormPermissionPerson; } });
|
|
73
|
+
var FormPermissionSingle_1 = require("./FormPermissionSingle");
|
|
74
|
+
Object.defineProperty(exports, "FormPermissionSingle", { enumerable: true, get: function () { return FormPermissionSingle_1.FormPermissionSingle; } });
|
|
75
|
+
var FormSeason_1 = require("./FormSeason");
|
|
76
|
+
Object.defineProperty(exports, "FormSeason", { enumerable: true, get: function () { return FormSeason_1.FormSeason; } });
|
|
77
|
+
var Gathering_1 = require("./Gathering");
|
|
78
|
+
Object.defineProperty(exports, "Gathering", { enumerable: true, get: function () { return Gathering_1.Gathering; } });
|
|
79
|
+
var GatheringEvent_1 = require("./GatheringEvent");
|
|
80
|
+
Object.defineProperty(exports, "GatheringEvent", { enumerable: true, get: function () { return GatheringEvent_1.GatheringEvent; } });
|
|
81
|
+
var GatheringFact_1 = require("./GatheringFact");
|
|
82
|
+
Object.defineProperty(exports, "GatheringFact", { enumerable: true, get: function () { return GatheringFact_1.GatheringFact; } });
|
|
83
|
+
var Habitat_1 = require("./Habitat");
|
|
84
|
+
Object.defineProperty(exports, "Habitat", { enumerable: true, get: function () { return Habitat_1.Habitat; } });
|
|
85
|
+
var Identification_1 = require("./Identification");
|
|
86
|
+
Object.defineProperty(exports, "Identification", { enumerable: true, get: function () { return Identification_1.Identification; } });
|
|
87
|
+
var Image_1 = require("./Image");
|
|
88
|
+
Object.defineProperty(exports, "Image", { enumerable: true, get: function () { return Image_1.Image; } });
|
|
89
|
+
var Individual_1 = require("./Individual");
|
|
90
|
+
Object.defineProperty(exports, "Individual", { enumerable: true, get: function () { return Individual_1.Individual; } });
|
|
91
|
+
var InformalTaxonGroup_1 = require("./InformalTaxonGroup");
|
|
92
|
+
Object.defineProperty(exports, "InformalTaxonGroup", { enumerable: true, get: function () { return InformalTaxonGroup_1.InformalTaxonGroup; } });
|
|
93
|
+
var InformationSystem_1 = require("./InformationSystem");
|
|
94
|
+
Object.defineProperty(exports, "InformationSystem", { enumerable: true, get: function () { return InformationSystem_1.InformationSystem; } });
|
|
95
|
+
var IucnRedListEvaluation_1 = require("./IucnRedListEvaluation");
|
|
96
|
+
Object.defineProperty(exports, "IucnRedListEvaluation", { enumerable: true, get: function () { return IucnRedListEvaluation_1.IucnRedListEvaluation; } });
|
|
97
|
+
var IucnRedListEvaluationYear_1 = require("./IucnRedListEvaluationYear");
|
|
98
|
+
Object.defineProperty(exports, "IucnRedListEvaluationYear", { enumerable: true, get: function () { return IucnRedListEvaluationYear_1.IucnRedListEvaluationYear; } });
|
|
99
|
+
var IucnRedListTaxonGroup_1 = require("./IucnRedListTaxonGroup");
|
|
100
|
+
Object.defineProperty(exports, "IucnRedListTaxonGroup", { enumerable: true, get: function () { return IucnRedListTaxonGroup_1.IucnRedListTaxonGroup; } });
|
|
101
|
+
var Measurement_1 = require("./Measurement");
|
|
102
|
+
Object.defineProperty(exports, "Measurement", { enumerable: true, get: function () { return Measurement_1.Measurement; } });
|
|
103
|
+
var Model_1 = require("./Model");
|
|
104
|
+
Object.defineProperty(exports, "Model", { enumerable: true, get: function () { return Model_1.Model; } });
|
|
105
|
+
var Multimedia_1 = require("./Multimedia");
|
|
106
|
+
Object.defineProperty(exports, "Multimedia", { enumerable: true, get: function () { return Multimedia_1.Multimedia; } });
|
|
107
|
+
var NamedPlace_1 = require("./NamedPlace");
|
|
108
|
+
Object.defineProperty(exports, "NamedPlace", { enumerable: true, get: function () { return NamedPlace_1.NamedPlace; } });
|
|
109
|
+
var News_1 = require("./News");
|
|
110
|
+
Object.defineProperty(exports, "News", { enumerable: true, get: function () { return News_1.News; } });
|
|
111
|
+
var Notification_1 = require("./Notification");
|
|
112
|
+
Object.defineProperty(exports, "Notification", { enumerable: true, get: function () { return Notification_1.Notification; } });
|
|
113
|
+
var Occurrence_1 = require("./Occurrence");
|
|
114
|
+
Object.defineProperty(exports, "Occurrence", { enumerable: true, get: function () { return Occurrence_1.Occurrence; } });
|
|
115
|
+
var Organization_1 = require("./Organization");
|
|
116
|
+
Object.defineProperty(exports, "Organization", { enumerable: true, get: function () { return Organization_1.Organization; } });
|
|
117
|
+
var Pdf_1 = require("./Pdf");
|
|
118
|
+
Object.defineProperty(exports, "Pdf", { enumerable: true, get: function () { return Pdf_1.Pdf; } });
|
|
119
|
+
var Permit_1 = require("./Permit");
|
|
120
|
+
Object.defineProperty(exports, "Permit", { enumerable: true, get: function () { return Permit_1.Permit; } });
|
|
121
|
+
var Person_1 = require("./Person");
|
|
122
|
+
Object.defineProperty(exports, "Person", { enumerable: true, get: function () { return Person_1.Person; } });
|
|
123
|
+
var Preparation_1 = require("./Preparation");
|
|
124
|
+
Object.defineProperty(exports, "Preparation", { enumerable: true, get: function () { return Preparation_1.Preparation; } });
|
|
125
|
+
var Profile_1 = require("./Profile");
|
|
126
|
+
Object.defineProperty(exports, "Profile", { enumerable: true, get: function () { return Profile_1.Profile; } });
|
|
127
|
+
var Publication_1 = require("./Publication");
|
|
128
|
+
Object.defineProperty(exports, "Publication", { enumerable: true, get: function () { return Publication_1.Publication; } });
|
|
129
|
+
var RegionalStatus_1 = require("./RegionalStatus");
|
|
130
|
+
Object.defineProperty(exports, "RegionalStatus", { enumerable: true, get: function () { return RegionalStatus_1.RegionalStatus; } });
|
|
131
|
+
var Reserve_1 = require("./Reserve");
|
|
132
|
+
Object.defineProperty(exports, "Reserve", { enumerable: true, get: function () { return Reserve_1.Reserve; } });
|
|
133
|
+
var Sample_1 = require("./Sample");
|
|
134
|
+
Object.defineProperty(exports, "Sample", { enumerable: true, get: function () { return Sample_1.Sample; } });
|
|
135
|
+
var SatelliteTrackingProject_1 = require("./SatelliteTrackingProject");
|
|
136
|
+
Object.defineProperty(exports, "SatelliteTrackingProject", { enumerable: true, get: function () { return SatelliteTrackingProject_1.SatelliteTrackingProject; } });
|
|
137
|
+
var SpecimenTransaction_1 = require("./SpecimenTransaction");
|
|
138
|
+
Object.defineProperty(exports, "SpecimenTransaction", { enumerable: true, get: function () { return SpecimenTransaction_1.SpecimenTransaction; } });
|
|
139
|
+
var SpecimenTransactionEvent_1 = require("./SpecimenTransactionEvent");
|
|
140
|
+
Object.defineProperty(exports, "SpecimenTransactionEvent", { enumerable: true, get: function () { return SpecimenTransactionEvent_1.SpecimenTransactionEvent; } });
|
|
141
|
+
var SubUnit_1 = require("./SubUnit");
|
|
142
|
+
Object.defineProperty(exports, "SubUnit", { enumerable: true, get: function () { return SubUnit_1.SubUnit; } });
|
|
143
|
+
var Tag_1 = require("./Tag");
|
|
144
|
+
Object.defineProperty(exports, "Tag", { enumerable: true, get: function () { return Tag_1.Tag; } });
|
|
145
|
+
var Taxon_1 = require("./Taxon");
|
|
146
|
+
Object.defineProperty(exports, "Taxon", { enumerable: true, get: function () { return Taxon_1.Taxon; } });
|
|
147
|
+
var TaxonCensus_1 = require("./TaxonCensus");
|
|
148
|
+
Object.defineProperty(exports, "TaxonCensus", { enumerable: true, get: function () { return TaxonCensus_1.TaxonCensus; } });
|
|
149
|
+
var TaxonConcept_1 = require("./TaxonConcept");
|
|
150
|
+
Object.defineProperty(exports, "TaxonConcept", { enumerable: true, get: function () { return TaxonConcept_1.TaxonConcept; } });
|
|
151
|
+
var TaxonGroupIucnEditors_1 = require("./TaxonGroupIucnEditors");
|
|
152
|
+
Object.defineProperty(exports, "TaxonGroupIucnEditors", { enumerable: true, get: function () { return TaxonGroupIucnEditors_1.TaxonGroupIucnEditors; } });
|
|
153
|
+
var TaxonInteraction_1 = require("./TaxonInteraction");
|
|
154
|
+
Object.defineProperty(exports, "TaxonInteraction", { enumerable: true, get: function () { return TaxonInteraction_1.TaxonInteraction; } });
|
|
155
|
+
var TaxonSet_1 = require("./TaxonSet");
|
|
156
|
+
Object.defineProperty(exports, "TaxonSet", { enumerable: true, get: function () { return TaxonSet_1.TaxonSet; } });
|
|
157
|
+
var Trait_1 = require("./Trait");
|
|
158
|
+
Object.defineProperty(exports, "Trait", { enumerable: true, get: function () { return Trait_1.Trait; } });
|
|
159
|
+
var TraitEnumValue_1 = require("./TraitEnumValue");
|
|
160
|
+
Object.defineProperty(exports, "TraitEnumValue", { enumerable: true, get: function () { return TraitEnumValue_1.TraitEnumValue; } });
|
|
161
|
+
var TraitGroup_1 = require("./TraitGroup");
|
|
162
|
+
Object.defineProperty(exports, "TraitGroup", { enumerable: true, get: function () { return TraitGroup_1.TraitGroup; } });
|
|
163
|
+
var Transaction_1 = require("./Transaction");
|
|
164
|
+
Object.defineProperty(exports, "Transaction", { enumerable: true, get: function () { return Transaction_1.Transaction; } });
|
|
165
|
+
var TransactionEvent_1 = require("./TransactionEvent");
|
|
166
|
+
Object.defineProperty(exports, "TransactionEvent", { enumerable: true, get: function () { return TransactionEvent_1.TransactionEvent; } });
|
|
167
|
+
var TransactionItem_1 = require("./TransactionItem");
|
|
168
|
+
Object.defineProperty(exports, "TransactionItem", { enumerable: true, get: function () { return TransactionItem_1.TransactionItem; } });
|
|
169
|
+
var Translation_1 = require("./Translation");
|
|
170
|
+
Object.defineProperty(exports, "Translation", { enumerable: true, get: function () { return Translation_1.Translation; } });
|
|
171
|
+
var TypeSpecimen_1 = require("./TypeSpecimen");
|
|
172
|
+
Object.defineProperty(exports, "TypeSpecimen", { enumerable: true, get: function () { return TypeSpecimen_1.TypeSpecimen; } });
|
|
173
|
+
var Unit_1 = require("./Unit");
|
|
174
|
+
Object.defineProperty(exports, "Unit", { enumerable: true, get: function () { return Unit_1.Unit; } });
|
|
175
|
+
var UnitFact_1 = require("./UnitFact");
|
|
176
|
+
Object.defineProperty(exports, "UnitFact", { enumerable: true, get: function () { return UnitFact_1.UnitFact; } });
|
|
177
|
+
var UnitGathering_1 = require("./UnitGathering");
|
|
178
|
+
Object.defineProperty(exports, "UnitGathering", { enumerable: true, get: function () { return UnitGathering_1.UnitGathering; } });
|
|
179
|
+
var UnitOfMeasurement_1 = require("./UnitOfMeasurement");
|
|
180
|
+
Object.defineProperty(exports, "UnitOfMeasurement", { enumerable: true, get: function () { return UnitOfMeasurement_1.UnitOfMeasurement; } });
|
|
181
|
+
var Validator_1 = require("./Validator");
|
|
182
|
+
Object.defineProperty(exports, "Validator", { enumerable: true, get: function () { return Validator_1.Validator; } });
|
|
183
|
+
var Video_1 = require("./Video");
|
|
184
|
+
Object.defineProperty(exports, "Video", { enumerable: true, get: function () { return Video_1.Video; } });
|
package/dist/dto/index.dto.ts
CHANGED
|
@@ -1,181 +1,91 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
export
|
|
4
|
-
|
|
5
|
-
export
|
|
6
|
-
|
|
7
|
-
export
|
|
8
|
-
|
|
9
|
-
export
|
|
10
|
-
|
|
11
|
-
export
|
|
12
|
-
|
|
13
|
-
export
|
|
14
|
-
|
|
15
|
-
export
|
|
16
|
-
|
|
17
|
-
export
|
|
18
|
-
|
|
19
|
-
export
|
|
20
|
-
|
|
21
|
-
export
|
|
22
|
-
|
|
23
|
-
export
|
|
24
|
-
|
|
25
|
-
export
|
|
26
|
-
|
|
27
|
-
export
|
|
28
|
-
|
|
29
|
-
export
|
|
30
|
-
|
|
31
|
-
export
|
|
32
|
-
|
|
33
|
-
export
|
|
34
|
-
|
|
35
|
-
export
|
|
36
|
-
|
|
37
|
-
export
|
|
38
|
-
|
|
39
|
-
export
|
|
40
|
-
|
|
41
|
-
export
|
|
42
|
-
|
|
43
|
-
export
|
|
44
|
-
|
|
45
|
-
export
|
|
46
|
-
|
|
47
|
-
export
|
|
48
|
-
|
|
49
|
-
export
|
|
50
|
-
|
|
51
|
-
export
|
|
52
|
-
|
|
53
|
-
export
|
|
54
|
-
|
|
55
|
-
export
|
|
56
|
-
|
|
57
|
-
export
|
|
58
|
-
|
|
59
|
-
export
|
|
60
|
-
|
|
61
|
-
export
|
|
62
|
-
|
|
63
|
-
export
|
|
64
|
-
|
|
65
|
-
export
|
|
66
|
-
|
|
67
|
-
export
|
|
68
|
-
|
|
69
|
-
export
|
|
70
|
-
|
|
71
|
-
export
|
|
72
|
-
|
|
73
|
-
export
|
|
74
|
-
|
|
75
|
-
export
|
|
76
|
-
|
|
77
|
-
export
|
|
78
|
-
|
|
79
|
-
export
|
|
80
|
-
|
|
81
|
-
export
|
|
82
|
-
|
|
83
|
-
export
|
|
84
|
-
|
|
85
|
-
export
|
|
86
|
-
|
|
87
|
-
export
|
|
88
|
-
|
|
89
|
-
export
|
|
90
|
-
|
|
91
|
-
export
|
|
92
|
-
import { IucnRedListEvaluation } from './IucnRedListEvaluation.dto'
|
|
93
|
-
export type { IucnRedListEvaluation }
|
|
94
|
-
import { IucnRedListEvaluationYear } from './IucnRedListEvaluationYear.dto'
|
|
95
|
-
export type { IucnRedListEvaluationYear }
|
|
96
|
-
import { IucnRedListTaxonGroup } from './IucnRedListTaxonGroup.dto'
|
|
97
|
-
export type { IucnRedListTaxonGroup }
|
|
98
|
-
import { Measurement } from './Measurement.dto'
|
|
99
|
-
export type { Measurement }
|
|
100
|
-
import { Model } from './Model.dto'
|
|
101
|
-
export type { Model }
|
|
102
|
-
import { Multimedia } from './Multimedia.dto'
|
|
103
|
-
export type { Multimedia }
|
|
104
|
-
import { NamedPlace } from './NamedPlace.dto'
|
|
105
|
-
export type { NamedPlace }
|
|
106
|
-
import { News } from './News.dto'
|
|
107
|
-
export type { News }
|
|
108
|
-
import { Notification } from './Notification.dto'
|
|
109
|
-
export type { Notification }
|
|
110
|
-
import { Occurrence } from './Occurrence.dto'
|
|
111
|
-
export type { Occurrence }
|
|
112
|
-
import { Organization } from './Organization.dto'
|
|
113
|
-
export type { Organization }
|
|
114
|
-
import { Pdf } from './Pdf.dto'
|
|
115
|
-
export type { Pdf }
|
|
116
|
-
import { Permit } from './Permit.dto'
|
|
117
|
-
export type { Permit }
|
|
118
|
-
import { Person } from './Person.dto'
|
|
119
|
-
export type { Person }
|
|
120
|
-
import { Preparation } from './Preparation.dto'
|
|
121
|
-
export type { Preparation }
|
|
122
|
-
import { Profile } from './Profile.dto'
|
|
123
|
-
export type { Profile }
|
|
124
|
-
import { Publication } from './Publication.dto'
|
|
125
|
-
export type { Publication }
|
|
126
|
-
import { RegionalStatus } from './RegionalStatus.dto'
|
|
127
|
-
export type { RegionalStatus }
|
|
128
|
-
import { Reserve } from './Reserve.dto'
|
|
129
|
-
export type { Reserve }
|
|
130
|
-
import { Sample } from './Sample.dto'
|
|
131
|
-
export type { Sample }
|
|
132
|
-
import { SatelliteTrackingProject } from './SatelliteTrackingProject.dto'
|
|
133
|
-
export type { SatelliteTrackingProject }
|
|
134
|
-
import { SpecimenTransaction } from './SpecimenTransaction.dto'
|
|
135
|
-
export type { SpecimenTransaction }
|
|
136
|
-
import { SpecimenTransactionEvent } from './SpecimenTransactionEvent.dto'
|
|
137
|
-
export type { SpecimenTransactionEvent }
|
|
138
|
-
import { SubUnit } from './SubUnit.dto'
|
|
139
|
-
export type { SubUnit }
|
|
140
|
-
import { Tag } from './Tag.dto'
|
|
141
|
-
export type { Tag }
|
|
142
|
-
import { Taxon } from './Taxon.dto'
|
|
143
|
-
export type { Taxon }
|
|
144
|
-
import { TaxonCensus } from './TaxonCensus.dto'
|
|
145
|
-
export type { TaxonCensus }
|
|
146
|
-
import { TaxonConcept } from './TaxonConcept.dto'
|
|
147
|
-
export type { TaxonConcept }
|
|
148
|
-
import { TaxonGroupIucnEditors } from './TaxonGroupIucnEditors.dto'
|
|
149
|
-
export type { TaxonGroupIucnEditors }
|
|
150
|
-
import { TaxonInteraction } from './TaxonInteraction.dto'
|
|
151
|
-
export type { TaxonInteraction }
|
|
152
|
-
import { TaxonSet } from './TaxonSet.dto'
|
|
153
|
-
export type { TaxonSet }
|
|
154
|
-
import { Trait } from './Trait.dto'
|
|
155
|
-
export type { Trait }
|
|
156
|
-
import { TraitEnumValue } from './TraitEnumValue.dto'
|
|
157
|
-
export type { TraitEnumValue }
|
|
158
|
-
import { TraitGroup } from './TraitGroup.dto'
|
|
159
|
-
export type { TraitGroup }
|
|
160
|
-
import { Transaction } from './Transaction.dto'
|
|
161
|
-
export type { Transaction }
|
|
162
|
-
import { TransactionEvent } from './TransactionEvent.dto'
|
|
163
|
-
export type { TransactionEvent }
|
|
164
|
-
import { TransactionItem } from './TransactionItem.dto'
|
|
165
|
-
export type { TransactionItem }
|
|
166
|
-
import { Translation } from './Translation.dto'
|
|
167
|
-
export type { Translation }
|
|
168
|
-
import { TypeSpecimen } from './TypeSpecimen.dto'
|
|
169
|
-
export type { TypeSpecimen }
|
|
170
|
-
import { Unit } from './Unit.dto'
|
|
171
|
-
export type { Unit }
|
|
172
|
-
import { UnitFact } from './UnitFact.dto'
|
|
173
|
-
export type { UnitFact }
|
|
174
|
-
import { UnitGathering } from './UnitGathering.dto'
|
|
175
|
-
export type { UnitGathering }
|
|
176
|
-
import { UnitOfMeasurement } from './UnitOfMeasurement.dto'
|
|
177
|
-
export type { UnitOfMeasurement }
|
|
178
|
-
import { Validator } from './Validator.dto'
|
|
179
|
-
export type { Validator }
|
|
180
|
-
import { Video } from './Video.dto'
|
|
181
|
-
export type { Video }
|
|
2
|
+
export { BibliographicResource } from './BibliographicResource.dto'
|
|
3
|
+
export { Concept } from './Concept.dto'
|
|
4
|
+
export { Pinkka } from './Pinkka.dto'
|
|
5
|
+
export { AdministrativeStatus } from './AdministrativeStatus.dto'
|
|
6
|
+
export { Agent } from './Agent.dto'
|
|
7
|
+
export { Annotation } from './Annotation.dto'
|
|
8
|
+
export { AnnotationOccurrence } from './AnnotationOccurrence.dto'
|
|
9
|
+
export { Area } from './Area.dto'
|
|
10
|
+
export { Audio } from './Audio.dto'
|
|
11
|
+
export { BirdSongRecognitionSkillLevel } from './BirdSongRecognitionSkillLevel.dto'
|
|
12
|
+
export { Branch } from './Branch.dto'
|
|
13
|
+
export { Checklist } from './Checklist.dto'
|
|
14
|
+
export { ChecklistVersion } from './ChecklistVersion.dto'
|
|
15
|
+
export { Collection } from './Collection.dto'
|
|
16
|
+
export { CompleteList } from './CompleteList.dto'
|
|
17
|
+
export { ContentContextDescription } from './ContentContextDescription.dto'
|
|
18
|
+
export { DataField } from './DataField.dto'
|
|
19
|
+
export { Dataset } from './Dataset.dto'
|
|
20
|
+
export { DateRange } from './DateRange.dto'
|
|
21
|
+
export { Device } from './Device.dto'
|
|
22
|
+
export { DeviceIndividual } from './DeviceIndividual.dto'
|
|
23
|
+
export { Document } from './Document.dto'
|
|
24
|
+
export { DownloadRequest } from './DownloadRequest.dto'
|
|
25
|
+
export { Endangerment } from './Endangerment.dto'
|
|
26
|
+
export { Event } from './Event.dto'
|
|
27
|
+
export { Field } from './Field.dto'
|
|
28
|
+
export { Fieldset } from './Fieldset.dto'
|
|
29
|
+
export { Form } from './Form.dto'
|
|
30
|
+
export { FormFooter } from './FormFooter.dto'
|
|
31
|
+
export { FormInstructions } from './FormInstructions.dto'
|
|
32
|
+
export { FormNamedPlaceOptions } from './FormNamedPlaceOptions.dto'
|
|
33
|
+
export { FormOptions } from './FormOptions.dto'
|
|
34
|
+
export { FormPermission } from './FormPermission.dto'
|
|
35
|
+
export { FormPermissionPerson } from './FormPermissionPerson.dto'
|
|
36
|
+
export { FormPermissionSingle } from './FormPermissionSingle.dto'
|
|
37
|
+
export { FormSeason } from './FormSeason.dto'
|
|
38
|
+
export { Gathering } from './Gathering.dto'
|
|
39
|
+
export { GatheringEvent } from './GatheringEvent.dto'
|
|
40
|
+
export { GatheringFact } from './GatheringFact.dto'
|
|
41
|
+
export { Habitat } from './Habitat.dto'
|
|
42
|
+
export { Identification } from './Identification.dto'
|
|
43
|
+
export { Image } from './Image.dto'
|
|
44
|
+
export { Individual } from './Individual.dto'
|
|
45
|
+
export { InformalTaxonGroup } from './InformalTaxonGroup.dto'
|
|
46
|
+
export { InformationSystem } from './InformationSystem.dto'
|
|
47
|
+
export { IucnRedListEvaluation } from './IucnRedListEvaluation.dto'
|
|
48
|
+
export { IucnRedListEvaluationYear } from './IucnRedListEvaluationYear.dto'
|
|
49
|
+
export { IucnRedListTaxonGroup } from './IucnRedListTaxonGroup.dto'
|
|
50
|
+
export { Measurement } from './Measurement.dto'
|
|
51
|
+
export { Model } from './Model.dto'
|
|
52
|
+
export { Multimedia } from './Multimedia.dto'
|
|
53
|
+
export { NamedPlace } from './NamedPlace.dto'
|
|
54
|
+
export { News } from './News.dto'
|
|
55
|
+
export { Notification } from './Notification.dto'
|
|
56
|
+
export { Occurrence } from './Occurrence.dto'
|
|
57
|
+
export { Organization } from './Organization.dto'
|
|
58
|
+
export { Pdf } from './Pdf.dto'
|
|
59
|
+
export { Permit } from './Permit.dto'
|
|
60
|
+
export { Person } from './Person.dto'
|
|
61
|
+
export { Preparation } from './Preparation.dto'
|
|
62
|
+
export { Profile } from './Profile.dto'
|
|
63
|
+
export { Publication } from './Publication.dto'
|
|
64
|
+
export { RegionalStatus } from './RegionalStatus.dto'
|
|
65
|
+
export { Reserve } from './Reserve.dto'
|
|
66
|
+
export { Sample } from './Sample.dto'
|
|
67
|
+
export { SatelliteTrackingProject } from './SatelliteTrackingProject.dto'
|
|
68
|
+
export { SpecimenTransaction } from './SpecimenTransaction.dto'
|
|
69
|
+
export { SpecimenTransactionEvent } from './SpecimenTransactionEvent.dto'
|
|
70
|
+
export { SubUnit } from './SubUnit.dto'
|
|
71
|
+
export { Tag } from './Tag.dto'
|
|
72
|
+
export { Taxon } from './Taxon.dto'
|
|
73
|
+
export { TaxonCensus } from './TaxonCensus.dto'
|
|
74
|
+
export { TaxonConcept } from './TaxonConcept.dto'
|
|
75
|
+
export { TaxonGroupIucnEditors } from './TaxonGroupIucnEditors.dto'
|
|
76
|
+
export { TaxonInteraction } from './TaxonInteraction.dto'
|
|
77
|
+
export { TaxonSet } from './TaxonSet.dto'
|
|
78
|
+
export { Trait } from './Trait.dto'
|
|
79
|
+
export { TraitEnumValue } from './TraitEnumValue.dto'
|
|
80
|
+
export { TraitGroup } from './TraitGroup.dto'
|
|
81
|
+
export { Transaction } from './Transaction.dto'
|
|
82
|
+
export { TransactionEvent } from './TransactionEvent.dto'
|
|
83
|
+
export { TransactionItem } from './TransactionItem.dto'
|
|
84
|
+
export { Translation } from './Translation.dto'
|
|
85
|
+
export { TypeSpecimen } from './TypeSpecimen.dto'
|
|
86
|
+
export { Unit } from './Unit.dto'
|
|
87
|
+
export { UnitFact } from './UnitFact.dto'
|
|
88
|
+
export { UnitGathering } from './UnitGathering.dto'
|
|
89
|
+
export { UnitOfMeasurement } from './UnitOfMeasurement.dto'
|
|
90
|
+
export { Validator } from './Validator.dto'
|
|
91
|
+
export { Video } from './Video.dto'
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
1
|
+
export { BibliographicResource } from './BibliographicResource';
|
|
2
|
+
export { Concept } from './Concept';
|
|
3
|
+
export { Pinkka } from './Pinkka';
|
|
4
|
+
export { AdministrativeStatus } from './AdministrativeStatus';
|
|
5
|
+
export { Agent } from './Agent';
|
|
6
|
+
export { Annotation } from './Annotation';
|
|
7
|
+
export { AnnotationOccurrence } from './AnnotationOccurrence';
|
|
8
|
+
export { Area } from './Area';
|
|
9
|
+
export { Audio } from './Audio';
|
|
10
|
+
export { BirdSongRecognitionSkillLevel } from './BirdSongRecognitionSkillLevel';
|
|
11
|
+
export { Branch } from './Branch';
|
|
12
|
+
export { Checklist } from './Checklist';
|
|
13
|
+
export { ChecklistVersion } from './ChecklistVersion';
|
|
14
|
+
export { Collection } from './Collection';
|
|
15
|
+
export { CompleteList } from './CompleteList';
|
|
16
|
+
export { ContentContextDescription } from './ContentContextDescription';
|
|
17
|
+
export { DataField } from './DataField';
|
|
18
|
+
export { Dataset } from './Dataset';
|
|
19
|
+
export { DateRange } from './DateRange';
|
|
20
|
+
export { Device } from './Device';
|
|
21
|
+
export { DeviceIndividual } from './DeviceIndividual';
|
|
22
|
+
export { Document } from './Document';
|
|
23
|
+
export { DownloadRequest } from './DownloadRequest';
|
|
24
|
+
export { Endangerment } from './Endangerment';
|
|
25
|
+
export { Event } from './Event';
|
|
26
|
+
export { Field } from './Field';
|
|
27
|
+
export { Fieldset } from './Fieldset';
|
|
28
|
+
export { Form } from './Form';
|
|
29
|
+
export { FormFooter } from './FormFooter';
|
|
30
|
+
export { FormInstructions } from './FormInstructions';
|
|
31
|
+
export { FormNamedPlaceOptions } from './FormNamedPlaceOptions';
|
|
32
|
+
export { FormOptions } from './FormOptions';
|
|
33
|
+
export { FormPermission } from './FormPermission';
|
|
34
|
+
export { FormPermissionPerson } from './FormPermissionPerson';
|
|
35
|
+
export { FormPermissionSingle } from './FormPermissionSingle';
|
|
36
|
+
export { FormSeason } from './FormSeason';
|
|
37
|
+
export { Gathering } from './Gathering';
|
|
38
|
+
export { GatheringEvent } from './GatheringEvent';
|
|
39
|
+
export { GatheringFact } from './GatheringFact';
|
|
40
|
+
export { Habitat } from './Habitat';
|
|
41
|
+
export { Identification } from './Identification';
|
|
42
|
+
export { Image } from './Image';
|
|
43
|
+
export { Individual } from './Individual';
|
|
44
|
+
export { InformalTaxonGroup } from './InformalTaxonGroup';
|
|
45
|
+
export { InformationSystem } from './InformationSystem';
|
|
46
|
+
export { IucnRedListEvaluation } from './IucnRedListEvaluation';
|
|
47
|
+
export { IucnRedListEvaluationYear } from './IucnRedListEvaluationYear';
|
|
48
|
+
export { IucnRedListTaxonGroup } from './IucnRedListTaxonGroup';
|
|
49
|
+
export { Measurement } from './Measurement';
|
|
50
|
+
export { Model } from './Model';
|
|
51
|
+
export { Multimedia } from './Multimedia';
|
|
52
|
+
export { NamedPlace } from './NamedPlace';
|
|
53
|
+
export { News } from './News';
|
|
54
|
+
export { Notification } from './Notification';
|
|
55
|
+
export { Occurrence } from './Occurrence';
|
|
56
|
+
export { Organization } from './Organization';
|
|
57
|
+
export { Pdf } from './Pdf';
|
|
58
|
+
export { Permit } from './Permit';
|
|
59
|
+
export { Person } from './Person';
|
|
60
|
+
export { Preparation } from './Preparation';
|
|
61
|
+
export { Profile } from './Profile';
|
|
62
|
+
export { Publication } from './Publication';
|
|
63
|
+
export { RegionalStatus } from './RegionalStatus';
|
|
64
|
+
export { Reserve } from './Reserve';
|
|
65
|
+
export { Sample } from './Sample';
|
|
66
|
+
export { SatelliteTrackingProject } from './SatelliteTrackingProject';
|
|
67
|
+
export { SpecimenTransaction } from './SpecimenTransaction';
|
|
68
|
+
export { SpecimenTransactionEvent } from './SpecimenTransactionEvent';
|
|
69
|
+
export { SubUnit } from './SubUnit';
|
|
70
|
+
export { Tag } from './Tag';
|
|
71
|
+
export { Taxon } from './Taxon';
|
|
72
|
+
export { TaxonCensus } from './TaxonCensus';
|
|
73
|
+
export { TaxonConcept } from './TaxonConcept';
|
|
74
|
+
export { TaxonGroupIucnEditors } from './TaxonGroupIucnEditors';
|
|
75
|
+
export { TaxonInteraction } from './TaxonInteraction';
|
|
76
|
+
export { TaxonSet } from './TaxonSet';
|
|
77
|
+
export { Trait } from './Trait';
|
|
78
|
+
export { TraitEnumValue } from './TraitEnumValue';
|
|
79
|
+
export { TraitGroup } from './TraitGroup';
|
|
80
|
+
export { Transaction } from './Transaction';
|
|
81
|
+
export { TransactionEvent } from './TransactionEvent';
|
|
82
|
+
export { TransactionItem } from './TransactionItem';
|
|
83
|
+
export { Translation } from './Translation';
|
|
84
|
+
export { TypeSpecimen } from './TypeSpecimen';
|
|
85
|
+
export { Unit } from './Unit';
|
|
86
|
+
export { UnitFact } from './UnitFact';
|
|
87
|
+
export { UnitGathering } from './UnitGathering';
|
|
88
|
+
export { UnitOfMeasurement } from './UnitOfMeasurement';
|
|
89
|
+
export { Validator } from './Validator';
|
|
90
|
+
export { Video } from './Video';
|
|
@@ -1,180 +1,90 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
|
|
4
|
-
export
|
|
5
|
-
|
|
6
|
-
export
|
|
7
|
-
|
|
8
|
-
export
|
|
9
|
-
|
|
10
|
-
export
|
|
11
|
-
|
|
12
|
-
export
|
|
13
|
-
|
|
14
|
-
export
|
|
15
|
-
|
|
16
|
-
export
|
|
17
|
-
|
|
18
|
-
export
|
|
19
|
-
|
|
20
|
-
export
|
|
21
|
-
|
|
22
|
-
export
|
|
23
|
-
|
|
24
|
-
export
|
|
25
|
-
|
|
26
|
-
export
|
|
27
|
-
|
|
28
|
-
export
|
|
29
|
-
|
|
30
|
-
export
|
|
31
|
-
|
|
32
|
-
export
|
|
33
|
-
|
|
34
|
-
export
|
|
35
|
-
|
|
36
|
-
export
|
|
37
|
-
|
|
38
|
-
export
|
|
39
|
-
|
|
40
|
-
export
|
|
41
|
-
|
|
42
|
-
export
|
|
43
|
-
|
|
44
|
-
export
|
|
45
|
-
|
|
46
|
-
export
|
|
47
|
-
|
|
48
|
-
export
|
|
49
|
-
|
|
50
|
-
export
|
|
51
|
-
|
|
52
|
-
export
|
|
53
|
-
|
|
54
|
-
export
|
|
55
|
-
|
|
56
|
-
export
|
|
57
|
-
|
|
58
|
-
export
|
|
59
|
-
|
|
60
|
-
export
|
|
61
|
-
|
|
62
|
-
export
|
|
63
|
-
|
|
64
|
-
export
|
|
65
|
-
|
|
66
|
-
export
|
|
67
|
-
|
|
68
|
-
export
|
|
69
|
-
|
|
70
|
-
export
|
|
71
|
-
|
|
72
|
-
export
|
|
73
|
-
|
|
74
|
-
export
|
|
75
|
-
|
|
76
|
-
export
|
|
77
|
-
|
|
78
|
-
export
|
|
79
|
-
|
|
80
|
-
export
|
|
81
|
-
|
|
82
|
-
export
|
|
83
|
-
|
|
84
|
-
export
|
|
85
|
-
|
|
86
|
-
export
|
|
87
|
-
|
|
88
|
-
export
|
|
89
|
-
|
|
90
|
-
export
|
|
91
|
-
import { IucnRedListEvaluation } from './IucnRedListEvaluation';
|
|
92
|
-
export type { IucnRedListEvaluation };
|
|
93
|
-
import { IucnRedListEvaluationYear } from './IucnRedListEvaluationYear';
|
|
94
|
-
export type { IucnRedListEvaluationYear };
|
|
95
|
-
import { IucnRedListTaxonGroup } from './IucnRedListTaxonGroup';
|
|
96
|
-
export type { IucnRedListTaxonGroup };
|
|
97
|
-
import { Measurement } from './Measurement';
|
|
98
|
-
export type { Measurement };
|
|
99
|
-
import { Model } from './Model';
|
|
100
|
-
export type { Model };
|
|
101
|
-
import { Multimedia } from './Multimedia';
|
|
102
|
-
export type { Multimedia };
|
|
103
|
-
import { NamedPlace } from './NamedPlace';
|
|
104
|
-
export type { NamedPlace };
|
|
105
|
-
import { News } from './News';
|
|
106
|
-
export type { News };
|
|
107
|
-
import { Notification } from './Notification';
|
|
108
|
-
export type { Notification };
|
|
109
|
-
import { Occurrence } from './Occurrence';
|
|
110
|
-
export type { Occurrence };
|
|
111
|
-
import { Organization } from './Organization';
|
|
112
|
-
export type { Organization };
|
|
113
|
-
import { Pdf } from './Pdf';
|
|
114
|
-
export type { Pdf };
|
|
115
|
-
import { Permit } from './Permit';
|
|
116
|
-
export type { Permit };
|
|
117
|
-
import { Person } from './Person';
|
|
118
|
-
export type { Person };
|
|
119
|
-
import { Preparation } from './Preparation';
|
|
120
|
-
export type { Preparation };
|
|
121
|
-
import { Profile } from './Profile';
|
|
122
|
-
export type { Profile };
|
|
123
|
-
import { Publication } from './Publication';
|
|
124
|
-
export type { Publication };
|
|
125
|
-
import { RegionalStatus } from './RegionalStatus';
|
|
126
|
-
export type { RegionalStatus };
|
|
127
|
-
import { Reserve } from './Reserve';
|
|
128
|
-
export type { Reserve };
|
|
129
|
-
import { Sample } from './Sample';
|
|
130
|
-
export type { Sample };
|
|
131
|
-
import { SatelliteTrackingProject } from './SatelliteTrackingProject';
|
|
132
|
-
export type { SatelliteTrackingProject };
|
|
133
|
-
import { SpecimenTransaction } from './SpecimenTransaction';
|
|
134
|
-
export type { SpecimenTransaction };
|
|
135
|
-
import { SpecimenTransactionEvent } from './SpecimenTransactionEvent';
|
|
136
|
-
export type { SpecimenTransactionEvent };
|
|
137
|
-
import { SubUnit } from './SubUnit';
|
|
138
|
-
export type { SubUnit };
|
|
139
|
-
import { Tag } from './Tag';
|
|
140
|
-
export type { Tag };
|
|
141
|
-
import { Taxon } from './Taxon';
|
|
142
|
-
export type { Taxon };
|
|
143
|
-
import { TaxonCensus } from './TaxonCensus';
|
|
144
|
-
export type { TaxonCensus };
|
|
145
|
-
import { TaxonConcept } from './TaxonConcept';
|
|
146
|
-
export type { TaxonConcept };
|
|
147
|
-
import { TaxonGroupIucnEditors } from './TaxonGroupIucnEditors';
|
|
148
|
-
export type { TaxonGroupIucnEditors };
|
|
149
|
-
import { TaxonInteraction } from './TaxonInteraction';
|
|
150
|
-
export type { TaxonInteraction };
|
|
151
|
-
import { TaxonSet } from './TaxonSet';
|
|
152
|
-
export type { TaxonSet };
|
|
153
|
-
import { Trait } from './Trait';
|
|
154
|
-
export type { Trait };
|
|
155
|
-
import { TraitEnumValue } from './TraitEnumValue';
|
|
156
|
-
export type { TraitEnumValue };
|
|
157
|
-
import { TraitGroup } from './TraitGroup';
|
|
158
|
-
export type { TraitGroup };
|
|
159
|
-
import { Transaction } from './Transaction';
|
|
160
|
-
export type { Transaction };
|
|
161
|
-
import { TransactionEvent } from './TransactionEvent';
|
|
162
|
-
export type { TransactionEvent };
|
|
163
|
-
import { TransactionItem } from './TransactionItem';
|
|
164
|
-
export type { TransactionItem };
|
|
165
|
-
import { Translation } from './Translation';
|
|
166
|
-
export type { Translation };
|
|
167
|
-
import { TypeSpecimen } from './TypeSpecimen';
|
|
168
|
-
export type { TypeSpecimen };
|
|
169
|
-
import { Unit } from './Unit';
|
|
170
|
-
export type { Unit };
|
|
171
|
-
import { UnitFact } from './UnitFact';
|
|
172
|
-
export type { UnitFact };
|
|
173
|
-
import { UnitGathering } from './UnitGathering';
|
|
174
|
-
export type { UnitGathering };
|
|
175
|
-
import { UnitOfMeasurement } from './UnitOfMeasurement';
|
|
176
|
-
export type { UnitOfMeasurement };
|
|
177
|
-
import { Validator } from './Validator';
|
|
178
|
-
export type { Validator };
|
|
179
|
-
import { Video } from './Video';
|
|
180
|
-
export type { Video };
|
|
1
|
+
export { BibliographicResource } from './BibliographicResource';
|
|
2
|
+
export { Concept } from './Concept';
|
|
3
|
+
export { Pinkka } from './Pinkka';
|
|
4
|
+
export { AdministrativeStatus } from './AdministrativeStatus';
|
|
5
|
+
export { Agent } from './Agent';
|
|
6
|
+
export { Annotation } from './Annotation';
|
|
7
|
+
export { AnnotationOccurrence } from './AnnotationOccurrence';
|
|
8
|
+
export { Area } from './Area';
|
|
9
|
+
export { Audio } from './Audio';
|
|
10
|
+
export { BirdSongRecognitionSkillLevel } from './BirdSongRecognitionSkillLevel';
|
|
11
|
+
export { Branch } from './Branch';
|
|
12
|
+
export { Checklist } from './Checklist';
|
|
13
|
+
export { ChecklistVersion } from './ChecklistVersion';
|
|
14
|
+
export { Collection } from './Collection';
|
|
15
|
+
export { CompleteList } from './CompleteList';
|
|
16
|
+
export { ContentContextDescription } from './ContentContextDescription';
|
|
17
|
+
export { DataField } from './DataField';
|
|
18
|
+
export { Dataset } from './Dataset';
|
|
19
|
+
export { DateRange } from './DateRange';
|
|
20
|
+
export { Device } from './Device';
|
|
21
|
+
export { DeviceIndividual } from './DeviceIndividual';
|
|
22
|
+
export { Document } from './Document';
|
|
23
|
+
export { DownloadRequest } from './DownloadRequest';
|
|
24
|
+
export { Endangerment } from './Endangerment';
|
|
25
|
+
export { Event } from './Event';
|
|
26
|
+
export { Field } from './Field';
|
|
27
|
+
export { Fieldset } from './Fieldset';
|
|
28
|
+
export { Form } from './Form';
|
|
29
|
+
export { FormFooter } from './FormFooter';
|
|
30
|
+
export { FormInstructions } from './FormInstructions';
|
|
31
|
+
export { FormNamedPlaceOptions } from './FormNamedPlaceOptions';
|
|
32
|
+
export { FormOptions } from './FormOptions';
|
|
33
|
+
export { FormPermission } from './FormPermission';
|
|
34
|
+
export { FormPermissionPerson } from './FormPermissionPerson';
|
|
35
|
+
export { FormPermissionSingle } from './FormPermissionSingle';
|
|
36
|
+
export { FormSeason } from './FormSeason';
|
|
37
|
+
export { Gathering } from './Gathering';
|
|
38
|
+
export { GatheringEvent } from './GatheringEvent';
|
|
39
|
+
export { GatheringFact } from './GatheringFact';
|
|
40
|
+
export { Habitat } from './Habitat';
|
|
41
|
+
export { Identification } from './Identification';
|
|
42
|
+
export { Image } from './Image';
|
|
43
|
+
export { Individual } from './Individual';
|
|
44
|
+
export { InformalTaxonGroup } from './InformalTaxonGroup';
|
|
45
|
+
export { InformationSystem } from './InformationSystem';
|
|
46
|
+
export { IucnRedListEvaluation } from './IucnRedListEvaluation';
|
|
47
|
+
export { IucnRedListEvaluationYear } from './IucnRedListEvaluationYear';
|
|
48
|
+
export { IucnRedListTaxonGroup } from './IucnRedListTaxonGroup';
|
|
49
|
+
export { Measurement } from './Measurement';
|
|
50
|
+
export { Model } from './Model';
|
|
51
|
+
export { Multimedia } from './Multimedia';
|
|
52
|
+
export { NamedPlace } from './NamedPlace';
|
|
53
|
+
export { News } from './News';
|
|
54
|
+
export { Notification } from './Notification';
|
|
55
|
+
export { Occurrence } from './Occurrence';
|
|
56
|
+
export { Organization } from './Organization';
|
|
57
|
+
export { Pdf } from './Pdf';
|
|
58
|
+
export { Permit } from './Permit';
|
|
59
|
+
export { Person } from './Person';
|
|
60
|
+
export { Preparation } from './Preparation';
|
|
61
|
+
export { Profile } from './Profile';
|
|
62
|
+
export { Publication } from './Publication';
|
|
63
|
+
export { RegionalStatus } from './RegionalStatus';
|
|
64
|
+
export { Reserve } from './Reserve';
|
|
65
|
+
export { Sample } from './Sample';
|
|
66
|
+
export { SatelliteTrackingProject } from './SatelliteTrackingProject';
|
|
67
|
+
export { SpecimenTransaction } from './SpecimenTransaction';
|
|
68
|
+
export { SpecimenTransactionEvent } from './SpecimenTransactionEvent';
|
|
69
|
+
export { SubUnit } from './SubUnit';
|
|
70
|
+
export { Tag } from './Tag';
|
|
71
|
+
export { Taxon } from './Taxon';
|
|
72
|
+
export { TaxonCensus } from './TaxonCensus';
|
|
73
|
+
export { TaxonConcept } from './TaxonConcept';
|
|
74
|
+
export { TaxonGroupIucnEditors } from './TaxonGroupIucnEditors';
|
|
75
|
+
export { TaxonInteraction } from './TaxonInteraction';
|
|
76
|
+
export { TaxonSet } from './TaxonSet';
|
|
77
|
+
export { Trait } from './Trait';
|
|
78
|
+
export { TraitEnumValue } from './TraitEnumValue';
|
|
79
|
+
export { TraitGroup } from './TraitGroup';
|
|
80
|
+
export { Transaction } from './Transaction';
|
|
81
|
+
export { TransactionEvent } from './TransactionEvent';
|
|
82
|
+
export { TransactionItem } from './TransactionItem';
|
|
83
|
+
export { Translation } from './Translation';
|
|
84
|
+
export { TypeSpecimen } from './TypeSpecimen';
|
|
85
|
+
export { Unit } from './Unit';
|
|
86
|
+
export { UnitFact } from './UnitFact';
|
|
87
|
+
export { UnitGathering } from './UnitGathering';
|
|
88
|
+
export { UnitOfMeasurement } from './UnitOfMeasurement';
|
|
89
|
+
export { Validator } from './Validator';
|
|
90
|
+
export { Video } from './Video';
|