@luomus/laji-schema 2.0.61 → 2.0.63
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/Annotation.js +1 -51
- package/dist/cjs/classes/Area.js +1 -13
- package/dist/cjs/classes/Audio.js +1 -97
- package/dist/cjs/classes/BirdSongRecognitionSkillLevel.js +1 -8
- package/dist/cjs/classes/Collection.js +1 -76
- package/dist/cjs/classes/CompleteList.js +1 -8
- package/dist/cjs/classes/Dataset.js +1 -6
- package/dist/cjs/classes/Document.js +1 -100
- package/dist/cjs/classes/Endangerment.js +1 -30
- package/dist/cjs/classes/Enums.js +2238 -0
- package/dist/cjs/classes/Event.js +1 -48
- package/dist/cjs/classes/Form.js +1 -25
- package/dist/cjs/classes/FormOptions.js +1 -30
- package/dist/cjs/classes/FormPermissionSingle.js +1 -8
- package/dist/cjs/classes/Gathering.js +1 -325
- package/dist/cjs/classes/GatheringEvent.js +1 -61
- package/dist/cjs/classes/GatheringFact.js +1 -249
- package/dist/cjs/classes/Habitat.js +1 -112
- package/dist/cjs/classes/Identification.js +1 -112
- package/dist/cjs/classes/Image.js +1 -103
- package/dist/cjs/classes/Individual.js +1 -27
- package/dist/cjs/classes/InformationSystem.js +1 -25
- package/dist/cjs/classes/IucnRedListEvaluation.js +1 -224
- package/dist/cjs/classes/Model.js +1 -97
- package/dist/cjs/classes/NamedPlace.js +1 -30
- package/dist/cjs/classes/News.js +1 -7
- package/dist/cjs/classes/Notification.js +1 -7
- package/dist/cjs/classes/Occurrence.js +1 -49
- package/dist/cjs/classes/Organization.js +1 -7
- package/dist/cjs/classes/Pdf.js +1 -34
- package/dist/cjs/classes/Permit.js +1 -18
- package/dist/cjs/classes/Person.js +1 -34
- package/dist/cjs/classes/Preparation.js +1 -38
- package/dist/cjs/classes/Profile.js +1 -17
- package/dist/cjs/classes/RegionalStatus.js +1 -49
- package/dist/cjs/classes/Sample.js +1 -143
- package/dist/cjs/classes/SpecimenTransaction.js +1 -64
- package/dist/cjs/classes/SpecimenTransactionEvent.js +1 -6
- package/dist/cjs/classes/SubUnit.js +1 -13
- package/dist/cjs/classes/Tag.js +1 -30
- package/dist/cjs/classes/Taxon.js +1 -377
- package/dist/cjs/classes/TaxonCensus.js +1 -33
- package/dist/cjs/classes/TaxonInteraction.js +1 -62
- package/dist/cjs/classes/Transaction.js +1 -74
- package/dist/cjs/classes/TransactionEvent.js +1 -16
- package/dist/cjs/classes/TransactionItem.js +1 -14
- package/dist/cjs/classes/TypeSpecimen.js +1 -45
- package/dist/cjs/classes/Unit.js +1 -609
- package/dist/cjs/classes/UnitFact.js +1 -96
- package/dist/cjs/classes/Video.js +1 -97
- package/dist/cjs/classes/index.js +11 -0
- package/dist/cjs/models/Enums.js +2 -0
- package/dist/cjs/models/index.js +11 -0
- package/dist/dto/Annotation.dto.ts +7 -44
- package/dist/dto/Area.dto.ts +2 -11
- package/dist/dto/Audio.dto.ts +7 -90
- package/dist/dto/BirdSongRecognitionSkillLevel.dto.ts +2 -6
- package/dist/dto/Collection.dto.ts +9 -67
- package/dist/dto/CompleteList.dto.ts +2 -6
- package/dist/dto/Dataset.dto.ts +2 -4
- package/dist/dto/Document.dto.ts +7 -93
- package/dist/dto/Endangerment.dto.ts +2 -28
- package/dist/dto/Enums.dto.ts +2074 -0
- package/dist/dto/Event.dto.ts +3 -45
- package/dist/dto/Form.dto.ts +3 -21
- package/dist/dto/FormOptions.dto.ts +5 -25
- package/dist/dto/FormPermissionSingle.dto.ts +2 -6
- package/dist/dto/Gathering.dto.ts +15 -310
- package/dist/dto/GatheringEvent.dto.ts +4 -55
- package/dist/dto/GatheringFact.dto.ts +18 -224
- package/dist/dto/Habitat.dto.ts +3 -109
- package/dist/dto/Identification.dto.ts +6 -106
- package/dist/dto/Image.dto.ts +8 -95
- package/dist/dto/Individual.dto.ts +2 -25
- package/dist/dto/InformationSystem.dto.ts +4 -21
- package/dist/dto/IucnRedListEvaluation.dto.ts +8 -208
- package/dist/dto/Model.dto.ts +7 -90
- package/dist/dto/NamedPlace.dto.ts +4 -26
- package/dist/dto/News.dto.ts +2 -5
- package/dist/dto/Notification.dto.ts +2 -5
- package/dist/dto/Occurrence.dto.ts +2 -47
- package/dist/dto/Organization.dto.ts +2 -5
- package/dist/dto/Pdf.dto.ts +3 -31
- package/dist/dto/Permit.dto.ts +3 -15
- package/dist/dto/Person.dto.ts +4 -30
- package/dist/dto/Preparation.dto.ts +3 -35
- package/dist/dto/Profile.dto.ts +3 -14
- package/dist/dto/RegionalStatus.dto.ts +2 -47
- package/dist/dto/Sample.dto.ts +9 -134
- package/dist/dto/SpecimenTransaction.dto.ts +8 -56
- package/dist/dto/SpecimenTransactionEvent.dto.ts +2 -4
- package/dist/dto/SubUnit.dto.ts +2 -11
- package/dist/dto/Tag.dto.ts +3 -26
- package/dist/dto/Taxon.dto.ts +11 -359
- package/dist/dto/TaxonCensus.dto.ts +3 -30
- package/dist/dto/TaxonInteraction.dto.ts +3 -58
- package/dist/dto/Transaction.dto.ts +9 -65
- package/dist/dto/TransactionEvent.dto.ts +3 -13
- package/dist/dto/TransactionItem.dto.ts +3 -11
- package/dist/dto/TypeSpecimen.dto.ts +4 -41
- package/dist/dto/Unit.dto.ts +33 -575
- package/dist/dto/UnitFact.dto.ts +11 -85
- package/dist/dto/Video.dto.ts +7 -90
- package/dist/dto/index.dto.ts +2 -1
- package/dist/esm/classes/Annotation.js +0 -50
- package/dist/esm/classes/Area.js +0 -12
- package/dist/esm/classes/Audio.js +0 -96
- package/dist/esm/classes/BirdSongRecognitionSkillLevel.js +0 -7
- package/dist/esm/classes/Collection.js +0 -75
- package/dist/esm/classes/CompleteList.js +0 -7
- package/dist/esm/classes/Dataset.js +0 -5
- package/dist/esm/classes/Document.js +0 -99
- package/dist/esm/classes/Endangerment.js +0 -29
- package/dist/esm/classes/Enums.js +2232 -0
- package/dist/esm/classes/Event.js +0 -47
- package/dist/esm/classes/Form.js +0 -24
- package/dist/esm/classes/FormOptions.js +0 -29
- package/dist/esm/classes/FormPermissionSingle.js +0 -7
- package/dist/esm/classes/Gathering.js +0 -324
- package/dist/esm/classes/GatheringEvent.js +0 -60
- package/dist/esm/classes/GatheringFact.js +0 -248
- package/dist/esm/classes/Habitat.js +0 -111
- package/dist/esm/classes/Identification.js +0 -111
- package/dist/esm/classes/Image.js +0 -102
- package/dist/esm/classes/Individual.js +0 -26
- package/dist/esm/classes/InformationSystem.js +0 -24
- package/dist/esm/classes/IucnRedListEvaluation.js +0 -223
- package/dist/esm/classes/Model.js +0 -96
- package/dist/esm/classes/NamedPlace.js +0 -29
- package/dist/esm/classes/News.js +0 -6
- package/dist/esm/classes/Notification.js +0 -6
- package/dist/esm/classes/Occurrence.js +0 -48
- package/dist/esm/classes/Organization.js +0 -6
- package/dist/esm/classes/Pdf.js +0 -33
- package/dist/esm/classes/Permit.js +0 -17
- package/dist/esm/classes/Person.js +0 -33
- package/dist/esm/classes/Preparation.js +0 -37
- package/dist/esm/classes/Profile.js +0 -16
- package/dist/esm/classes/RegionalStatus.js +0 -48
- package/dist/esm/classes/Sample.js +0 -142
- package/dist/esm/classes/SpecimenTransaction.js +0 -63
- package/dist/esm/classes/SpecimenTransactionEvent.js +0 -5
- package/dist/esm/classes/SubUnit.js +0 -12
- package/dist/esm/classes/Tag.js +0 -29
- package/dist/esm/classes/Taxon.js +0 -376
- package/dist/esm/classes/TaxonCensus.js +0 -32
- package/dist/esm/classes/TaxonInteraction.js +0 -61
- package/dist/esm/classes/Transaction.js +0 -73
- package/dist/esm/classes/TransactionEvent.js +0 -15
- package/dist/esm/classes/TransactionItem.js +0 -13
- package/dist/esm/classes/TypeSpecimen.js +0 -44
- package/dist/esm/classes/Unit.js +0 -608
- package/dist/esm/classes/UnitFact.js +0 -95
- package/dist/esm/classes/Video.js +0 -96
- package/dist/esm/classes/index.js +1 -0
- package/dist/esm/models/Enums.js +1 -0
- package/dist/esm/models/index.js +1 -0
- package/dist/types/classes/Annotation.d.ts +6 -44
- package/dist/types/classes/Area.d.ts +1 -11
- package/dist/types/classes/Audio.d.ts +6 -90
- package/dist/types/classes/BirdSongRecognitionSkillLevel.d.ts +1 -6
- package/dist/types/classes/Collection.d.ts +8 -67
- package/dist/types/classes/CompleteList.d.ts +1 -6
- package/dist/types/classes/Dataset.d.ts +1 -4
- package/dist/types/classes/Document.d.ts +6 -93
- package/dist/types/classes/Endangerment.d.ts +1 -28
- package/dist/types/classes/Enums.d.ts +2074 -0
- package/dist/types/classes/Event.d.ts +2 -45
- package/dist/types/classes/Form.d.ts +2 -21
- package/dist/types/classes/FormOptions.d.ts +4 -25
- package/dist/types/classes/FormPermissionSingle.d.ts +1 -6
- package/dist/types/classes/Gathering.d.ts +14 -310
- package/dist/types/classes/GatheringEvent.d.ts +3 -55
- package/dist/types/classes/GatheringFact.d.ts +17 -224
- package/dist/types/classes/Habitat.d.ts +2 -109
- package/dist/types/classes/Identification.d.ts +5 -106
- package/dist/types/classes/Image.d.ts +7 -95
- package/dist/types/classes/Individual.d.ts +1 -25
- package/dist/types/classes/InformationSystem.d.ts +3 -21
- package/dist/types/classes/IucnRedListEvaluation.d.ts +7 -208
- package/dist/types/classes/Model.d.ts +6 -90
- package/dist/types/classes/NamedPlace.d.ts +3 -26
- package/dist/types/classes/News.d.ts +1 -5
- package/dist/types/classes/Notification.d.ts +1 -5
- package/dist/types/classes/Occurrence.d.ts +1 -47
- package/dist/types/classes/Organization.d.ts +1 -5
- package/dist/types/classes/Pdf.d.ts +2 -31
- package/dist/types/classes/Permit.d.ts +2 -15
- package/dist/types/classes/Person.d.ts +3 -30
- package/dist/types/classes/Preparation.d.ts +2 -35
- package/dist/types/classes/Profile.d.ts +2 -14
- package/dist/types/classes/RegionalStatus.d.ts +1 -47
- package/dist/types/classes/Sample.d.ts +8 -134
- package/dist/types/classes/SpecimenTransaction.d.ts +7 -56
- package/dist/types/classes/SpecimenTransactionEvent.d.ts +1 -4
- package/dist/types/classes/SubUnit.d.ts +1 -11
- package/dist/types/classes/Tag.d.ts +2 -26
- package/dist/types/classes/Taxon.d.ts +10 -359
- package/dist/types/classes/TaxonCensus.d.ts +2 -30
- package/dist/types/classes/TaxonInteraction.d.ts +2 -58
- package/dist/types/classes/Transaction.d.ts +8 -65
- package/dist/types/classes/TransactionEvent.d.ts +2 -13
- package/dist/types/classes/TransactionItem.d.ts +2 -11
- package/dist/types/classes/TypeSpecimen.d.ts +3 -41
- package/dist/types/classes/Unit.d.ts +32 -575
- package/dist/types/classes/UnitFact.d.ts +10 -85
- package/dist/types/classes/Video.d.ts +6 -90
- package/dist/types/classes/index.d.ts +1 -0
- package/dist/types/models/Annotation.d.ts +6 -6
- package/dist/types/models/Area.d.ts +1 -1
- package/dist/types/models/Audio.d.ts +6 -6
- package/dist/types/models/BirdSongRecognitionSkillLevel.d.ts +1 -1
- package/dist/types/models/Collection.d.ts +8 -8
- package/dist/types/models/CompleteList.d.ts +1 -1
- package/dist/types/models/Dataset.d.ts +1 -1
- package/dist/types/models/Document.d.ts +6 -6
- package/dist/types/models/Endangerment.d.ts +1 -1
- package/dist/types/models/Enums.d.ts +158 -0
- package/dist/types/models/Event.d.ts +2 -2
- package/dist/types/models/Form.d.ts +2 -3
- package/dist/types/models/FormOptions.d.ts +4 -4
- package/dist/types/models/FormPermissionSingle.d.ts +1 -1
- package/dist/types/models/Gathering.d.ts +14 -14
- package/dist/types/models/GatheringEvent.d.ts +3 -5
- package/dist/types/models/GatheringFact.d.ts +17 -24
- package/dist/types/models/Habitat.d.ts +2 -2
- package/dist/types/models/Identification.d.ts +5 -5
- package/dist/types/models/Image.d.ts +7 -7
- package/dist/types/models/Individual.d.ts +1 -1
- package/dist/types/models/InformationSystem.d.ts +3 -3
- package/dist/types/models/IucnRedListEvaluation.d.ts +7 -15
- package/dist/types/models/Model.d.ts +6 -6
- package/dist/types/models/NamedPlace.d.ts +3 -3
- package/dist/types/models/News.d.ts +1 -1
- package/dist/types/models/Notification.d.ts +1 -1
- package/dist/types/models/Occurrence.d.ts +1 -1
- package/dist/types/models/Organization.d.ts +1 -1
- package/dist/types/models/Pdf.d.ts +2 -2
- package/dist/types/models/Permit.d.ts +2 -2
- package/dist/types/models/Person.d.ts +3 -3
- package/dist/types/models/Preparation.d.ts +2 -2
- package/dist/types/models/Profile.d.ts +2 -2
- package/dist/types/models/RegionalStatus.d.ts +1 -1
- package/dist/types/models/Sample.d.ts +8 -8
- package/dist/types/models/SpecimenTransaction.d.ts +7 -7
- package/dist/types/models/SpecimenTransactionEvent.d.ts +1 -1
- package/dist/types/models/SubUnit.d.ts +1 -1
- package/dist/types/models/Tag.d.ts +2 -3
- package/dist/types/models/Taxon.d.ts +10 -17
- package/dist/types/models/TaxonCensus.d.ts +2 -2
- package/dist/types/models/TaxonInteraction.d.ts +2 -3
- package/dist/types/models/Transaction.d.ts +8 -8
- package/dist/types/models/TransactionEvent.d.ts +2 -2
- package/dist/types/models/TransactionItem.d.ts +2 -2
- package/dist/types/models/TypeSpecimen.d.ts +3 -3
- package/dist/types/models/Unit.d.ts +32 -33
- package/dist/types/models/UnitFact.d.ts +10 -10
- package/dist/types/models/Video.d.ts +6 -6
- package/dist/types/models/index.d.ts +1 -0
- package/package.json +1 -1
|
@@ -1,30 +1,13 @@
|
|
|
1
|
+
import { Publicities } from './index.dto';
|
|
2
|
+
import { States } from './index.dto';
|
|
3
|
+
import { Types } from './index.dto';
|
|
4
|
+
|
|
1
5
|
/* tslint:disable */
|
|
2
6
|
/*
|
|
3
7
|
* This file was automatically generated.
|
|
4
8
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
9
|
* and run the command to regenerate this file.
|
|
6
10
|
*/
|
|
7
|
-
export enum Publicities {
|
|
8
|
-
"inUseByLuomus" = "KE.inUseByLuomus",
|
|
9
|
-
"inPublicUse" = "KE.inPublicUse",
|
|
10
|
-
"adminOnly" = "KE.adminOnly",
|
|
11
|
-
"thirdParty" = "KE.thirdParty"
|
|
12
|
-
}
|
|
13
|
-
export enum States {
|
|
14
|
-
"productionState" = "KE.productionState",
|
|
15
|
-
"developmentState" = "KE.developmentState",
|
|
16
|
-
"abandonedState" = "KE.abandonedState"
|
|
17
|
-
}
|
|
18
|
-
export enum Types {
|
|
19
|
-
"webApplication" = "KE.webApplication",
|
|
20
|
-
"webService" = "KE.webService",
|
|
21
|
-
"softwareComponent" = "KE.softwareComponent",
|
|
22
|
-
"program" = "KE.program",
|
|
23
|
-
"database" = "KE.database",
|
|
24
|
-
"hardware" = "KE.hardware",
|
|
25
|
-
"server" = "KE.server",
|
|
26
|
-
"mobileApp" = "KE.mobileApp"
|
|
27
|
-
}
|
|
28
11
|
export class InformationSystem {
|
|
29
12
|
"@context"?: string;
|
|
30
13
|
id?: string;
|
|
@@ -1,217 +1,17 @@
|
|
|
1
|
+
import { DdReasonEnum } from './index.dto';
|
|
2
|
+
import { ExternalPopulationImpactOnRedListStatusEnum } from './index.dto';
|
|
3
|
+
import { PossiblyREEnum } from './index.dto';
|
|
4
|
+
import { ReasonForStatusChangeEnum } from './index.dto';
|
|
5
|
+
import { IucnStatuses } from './index.dto';
|
|
6
|
+
import { StateEnum } from './index.dto';
|
|
7
|
+
import { TypeOfOccurrenceEnum } from './index.dto';
|
|
8
|
+
|
|
1
9
|
/* tslint:disable */
|
|
2
10
|
/*
|
|
3
11
|
* This file was automatically generated.
|
|
4
12
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
13
|
* and run the command to regenerate this file.
|
|
6
14
|
*/
|
|
7
|
-
export enum DdReasonEnum {
|
|
8
|
-
"empty" = "",
|
|
9
|
-
"ddReasonIncompleteSpatialData" = "MKV.ddReasonIncompleteSpatialData",
|
|
10
|
-
"ddReasonIncompleteTaxonomicData" = "MKV.ddReasonIncompleteTaxonomicData",
|
|
11
|
-
"ddReasonIncompleteOtherData" = "MKV.ddReasonIncompleteOtherData"
|
|
12
|
-
}
|
|
13
|
-
export enum ExternalPopulationImpactOnRedListStatusEnum {
|
|
14
|
-
"empty" = "",
|
|
15
|
-
"externalPopulationImpactOnRedListStatusEnumMinus1" = "MKV.externalPopulationImpactOnRedListStatusEnumMinus1",
|
|
16
|
-
"externalPopulationImpactOnRedListStatusEnumMinus2" = "MKV.externalPopulationImpactOnRedListStatusEnumMinus2",
|
|
17
|
-
"externalPopulationImpactOnRedListStatusEnumPlus1" = "MKV.externalPopulationImpactOnRedListStatusEnumPlus1",
|
|
18
|
-
"externalPopulationImpactOnRedListStatusEnumPlus2" = "MKV.externalPopulationImpactOnRedListStatusEnumPlus2"
|
|
19
|
-
}
|
|
20
|
-
export enum PossiblyREEnum {
|
|
21
|
-
"empty" = "",
|
|
22
|
-
"MX.iucnRE" = "MX.iucnRE",
|
|
23
|
-
"MX.iucnEW" = "MX.iucnEW",
|
|
24
|
-
"MX.iucnEX" = "MX.iucnEX"
|
|
25
|
-
}
|
|
26
|
-
export enum ReasonForStatusChangeEnum {
|
|
27
|
-
"empty" = "",
|
|
28
|
-
"reasonForStatusChangeGenuine" = "MKV.reasonForStatusChangeGenuine",
|
|
29
|
-
"reasonForStatusChangeGenuineBeforePreviousEvaluation" = "MKV.reasonForStatusChangeGenuineBeforePreviousEvaluation",
|
|
30
|
-
"reasonForStatusChangeChangesInCriteria" = "MKV.reasonForStatusChangeChangesInCriteria",
|
|
31
|
-
"reasonForStatusChangeMoreInformation" = "MKV.reasonForStatusChangeMoreInformation",
|
|
32
|
-
"reasonForStatusChangeChangesInTaxonomy" = "MKV.reasonForStatusChangeChangesInTaxonomy",
|
|
33
|
-
"reasonForStatusChangeError" = "MKV.reasonForStatusChangeError",
|
|
34
|
-
"reasonForStatusChangeErroneousInformation" = "MKV.reasonForStatusChangeErroneousInformation",
|
|
35
|
-
"reasonForStatusChangeOther" = "MKV.reasonForStatusChangeOther"
|
|
36
|
-
}
|
|
37
|
-
export enum IucnStatuses {
|
|
38
|
-
"empty" = "",
|
|
39
|
-
"MX.iucnEX" = "MX.iucnEX",
|
|
40
|
-
"MX.iucnEW" = "MX.iucnEW",
|
|
41
|
-
"MX.iucnRE" = "MX.iucnRE",
|
|
42
|
-
"MX.iucnCR" = "MX.iucnCR",
|
|
43
|
-
"MX.iucnEN" = "MX.iucnEN",
|
|
44
|
-
"MX.iucnVU" = "MX.iucnVU",
|
|
45
|
-
"MX.iucnNT" = "MX.iucnNT",
|
|
46
|
-
"MX.iucnLC" = "MX.iucnLC",
|
|
47
|
-
"MX.iucnDD" = "MX.iucnDD",
|
|
48
|
-
"MX.iucnNA" = "MX.iucnNA",
|
|
49
|
-
"MX.iucnNE" = "MX.iucnNE"
|
|
50
|
-
}
|
|
51
|
-
export enum IucnStatuses1 {
|
|
52
|
-
"MX.iucnEX" = "MX.iucnEX",
|
|
53
|
-
"MX.iucnEW" = "MX.iucnEW",
|
|
54
|
-
"MX.iucnRE" = "MX.iucnRE",
|
|
55
|
-
"MX.iucnCR" = "MX.iucnCR",
|
|
56
|
-
"MX.iucnEN" = "MX.iucnEN",
|
|
57
|
-
"MX.iucnVU" = "MX.iucnVU",
|
|
58
|
-
"MX.iucnNT" = "MX.iucnNT",
|
|
59
|
-
"MX.iucnLC" = "MX.iucnLC",
|
|
60
|
-
"MX.iucnDD" = "MX.iucnDD",
|
|
61
|
-
"MX.iucnNA" = "MX.iucnNA",
|
|
62
|
-
"MX.iucnNE" = "MX.iucnNE"
|
|
63
|
-
}
|
|
64
|
-
export enum IucnStatuses2 {
|
|
65
|
-
"empty" = "",
|
|
66
|
-
"MX.iucnEX" = "MX.iucnEX",
|
|
67
|
-
"MX.iucnEW" = "MX.iucnEW",
|
|
68
|
-
"MX.iucnRE" = "MX.iucnRE",
|
|
69
|
-
"MX.iucnCR" = "MX.iucnCR",
|
|
70
|
-
"MX.iucnEN" = "MX.iucnEN",
|
|
71
|
-
"MX.iucnVU" = "MX.iucnVU",
|
|
72
|
-
"MX.iucnNT" = "MX.iucnNT",
|
|
73
|
-
"MX.iucnLC" = "MX.iucnLC",
|
|
74
|
-
"MX.iucnDD" = "MX.iucnDD",
|
|
75
|
-
"MX.iucnNA" = "MX.iucnNA",
|
|
76
|
-
"MX.iucnNE" = "MX.iucnNE"
|
|
77
|
-
}
|
|
78
|
-
export enum IucnStatuses3 {
|
|
79
|
-
"empty" = "",
|
|
80
|
-
"MX.iucnEX" = "MX.iucnEX",
|
|
81
|
-
"MX.iucnEW" = "MX.iucnEW",
|
|
82
|
-
"MX.iucnRE" = "MX.iucnRE",
|
|
83
|
-
"MX.iucnCR" = "MX.iucnCR",
|
|
84
|
-
"MX.iucnEN" = "MX.iucnEN",
|
|
85
|
-
"MX.iucnVU" = "MX.iucnVU",
|
|
86
|
-
"MX.iucnNT" = "MX.iucnNT",
|
|
87
|
-
"MX.iucnLC" = "MX.iucnLC",
|
|
88
|
-
"MX.iucnDD" = "MX.iucnDD",
|
|
89
|
-
"MX.iucnNA" = "MX.iucnNA",
|
|
90
|
-
"MX.iucnNE" = "MX.iucnNE"
|
|
91
|
-
}
|
|
92
|
-
export enum StateEnum {
|
|
93
|
-
"stateReady" = "MKV.stateReady",
|
|
94
|
-
"stateReadyForComments" = "MKV.stateReadyForComments",
|
|
95
|
-
"stateStarted" = "MKV.stateStarted"
|
|
96
|
-
}
|
|
97
|
-
export enum IucnStatuses4 {
|
|
98
|
-
"empty" = "",
|
|
99
|
-
"MX.iucnEX" = "MX.iucnEX",
|
|
100
|
-
"MX.iucnEW" = "MX.iucnEW",
|
|
101
|
-
"MX.iucnRE" = "MX.iucnRE",
|
|
102
|
-
"MX.iucnCR" = "MX.iucnCR",
|
|
103
|
-
"MX.iucnEN" = "MX.iucnEN",
|
|
104
|
-
"MX.iucnVU" = "MX.iucnVU",
|
|
105
|
-
"MX.iucnNT" = "MX.iucnNT",
|
|
106
|
-
"MX.iucnLC" = "MX.iucnLC",
|
|
107
|
-
"MX.iucnDD" = "MX.iucnDD",
|
|
108
|
-
"MX.iucnNA" = "MX.iucnNA",
|
|
109
|
-
"MX.iucnNE" = "MX.iucnNE"
|
|
110
|
-
}
|
|
111
|
-
export enum IucnStatuses5 {
|
|
112
|
-
"empty" = "",
|
|
113
|
-
"MX.iucnEX" = "MX.iucnEX",
|
|
114
|
-
"MX.iucnEW" = "MX.iucnEW",
|
|
115
|
-
"MX.iucnRE" = "MX.iucnRE",
|
|
116
|
-
"MX.iucnCR" = "MX.iucnCR",
|
|
117
|
-
"MX.iucnEN" = "MX.iucnEN",
|
|
118
|
-
"MX.iucnVU" = "MX.iucnVU",
|
|
119
|
-
"MX.iucnNT" = "MX.iucnNT",
|
|
120
|
-
"MX.iucnLC" = "MX.iucnLC",
|
|
121
|
-
"MX.iucnDD" = "MX.iucnDD",
|
|
122
|
-
"MX.iucnNA" = "MX.iucnNA",
|
|
123
|
-
"MX.iucnNE" = "MX.iucnNE"
|
|
124
|
-
}
|
|
125
|
-
export enum IucnStatuses6 {
|
|
126
|
-
"empty" = "",
|
|
127
|
-
"MX.iucnEX" = "MX.iucnEX",
|
|
128
|
-
"MX.iucnEW" = "MX.iucnEW",
|
|
129
|
-
"MX.iucnRE" = "MX.iucnRE",
|
|
130
|
-
"MX.iucnCR" = "MX.iucnCR",
|
|
131
|
-
"MX.iucnEN" = "MX.iucnEN",
|
|
132
|
-
"MX.iucnVU" = "MX.iucnVU",
|
|
133
|
-
"MX.iucnNT" = "MX.iucnNT",
|
|
134
|
-
"MX.iucnLC" = "MX.iucnLC",
|
|
135
|
-
"MX.iucnDD" = "MX.iucnDD",
|
|
136
|
-
"MX.iucnNA" = "MX.iucnNA",
|
|
137
|
-
"MX.iucnNE" = "MX.iucnNE"
|
|
138
|
-
}
|
|
139
|
-
export enum IucnStatuses7 {
|
|
140
|
-
"empty" = "",
|
|
141
|
-
"MX.iucnEX" = "MX.iucnEX",
|
|
142
|
-
"MX.iucnEW" = "MX.iucnEW",
|
|
143
|
-
"MX.iucnRE" = "MX.iucnRE",
|
|
144
|
-
"MX.iucnCR" = "MX.iucnCR",
|
|
145
|
-
"MX.iucnEN" = "MX.iucnEN",
|
|
146
|
-
"MX.iucnVU" = "MX.iucnVU",
|
|
147
|
-
"MX.iucnNT" = "MX.iucnNT",
|
|
148
|
-
"MX.iucnLC" = "MX.iucnLC",
|
|
149
|
-
"MX.iucnDD" = "MX.iucnDD",
|
|
150
|
-
"MX.iucnNA" = "MX.iucnNA",
|
|
151
|
-
"MX.iucnNE" = "MX.iucnNE"
|
|
152
|
-
}
|
|
153
|
-
export enum IucnStatuses8 {
|
|
154
|
-
"empty" = "",
|
|
155
|
-
"MX.iucnEX" = "MX.iucnEX",
|
|
156
|
-
"MX.iucnEW" = "MX.iucnEW",
|
|
157
|
-
"MX.iucnRE" = "MX.iucnRE",
|
|
158
|
-
"MX.iucnCR" = "MX.iucnCR",
|
|
159
|
-
"MX.iucnEN" = "MX.iucnEN",
|
|
160
|
-
"MX.iucnVU" = "MX.iucnVU",
|
|
161
|
-
"MX.iucnNT" = "MX.iucnNT",
|
|
162
|
-
"MX.iucnLC" = "MX.iucnLC",
|
|
163
|
-
"MX.iucnDD" = "MX.iucnDD",
|
|
164
|
-
"MX.iucnNA" = "MX.iucnNA",
|
|
165
|
-
"MX.iucnNE" = "MX.iucnNE"
|
|
166
|
-
}
|
|
167
|
-
export enum TypeOfOccurrenceEnum {
|
|
168
|
-
"empty" = "",
|
|
169
|
-
"MX.doesNotOccur" = "MX.doesNotOccur",
|
|
170
|
-
"MX.typeOfOccurrenceOccurs" = "MX.typeOfOccurrenceOccurs",
|
|
171
|
-
"MX.typeOfOccurrenceStablePopulation" = "MX.typeOfOccurrenceStablePopulation",
|
|
172
|
-
"MX.typeOfOccurrenceCommon" = "MX.typeOfOccurrenceCommon",
|
|
173
|
-
"MX.typeOfOccurrenceRare" = "MX.typeOfOccurrenceRare",
|
|
174
|
-
"MX.typeOfOccurrenceVeryRare" = "MX.typeOfOccurrenceVeryRare",
|
|
175
|
-
"MX.typeOfOccurrenceVagrant" = "MX.typeOfOccurrenceVagrant",
|
|
176
|
-
"MX.typeOfOccurrenceRareVagrant" = "MX.typeOfOccurrenceRareVagrant",
|
|
177
|
-
"MX.typeOfOccurrenceMigrant" = "MX.typeOfOccurrenceMigrant",
|
|
178
|
-
"MX.typeOfOccurrenceImport" = "MX.typeOfOccurrenceImport",
|
|
179
|
-
"MX.typeOfOccurrenceAnthropogenic" = "MX.typeOfOccurrenceAnthropogenic",
|
|
180
|
-
"MX.typeOfOccurrenceNotEstablished" = "MX.typeOfOccurrenceNotEstablished",
|
|
181
|
-
"MX.typeOfOccurrenceExtirpated" = "MX.typeOfOccurrenceExtirpated",
|
|
182
|
-
"MX.typeOfOccurrenceOldRecords" = "MX.typeOfOccurrenceOldRecords",
|
|
183
|
-
"MX.typeOfOccurrenceUncertain" = "MX.typeOfOccurrenceUncertain",
|
|
184
|
-
"MX.typeOfOccurrenceSpontaneousOldResident" = "MX.typeOfOccurrenceSpontaneousOldResident",
|
|
185
|
-
"MX.typeOfOccurrenceSpontaneousNewResident" = "MX.typeOfOccurrenceSpontaneousNewResident",
|
|
186
|
-
"MX.typeOfOccurrenceAlienOldResident" = "MX.typeOfOccurrenceAlienOldResident",
|
|
187
|
-
"MX.typeOfOccurrenceSpontaneousNewEphemeral" = "MX.typeOfOccurrenceSpontaneousNewEphemeral",
|
|
188
|
-
"MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld" = "MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld",
|
|
189
|
-
"MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct" = "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct",
|
|
190
|
-
"MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct" = "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct",
|
|
191
|
-
"MX.typeOfOccurrenceAlienNewEphemeral" = "MX.typeOfOccurrenceAlienNewEphemeral",
|
|
192
|
-
"MX.typeOfOccurrenceAlienNewEphemeralOnlyold" = "MX.typeOfOccurrenceAlienNewEphemeralOnlyold",
|
|
193
|
-
"MX.typeOfOccurrenceAlienNewResident" = "MX.typeOfOccurrenceAlienNewResident",
|
|
194
|
-
"MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct" = "MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct",
|
|
195
|
-
"MX.typeOfOccurrenceAlienOldExtinct" = "MX.typeOfOccurrenceAlienOldExtinct",
|
|
196
|
-
"MX.typeOfOccurrenceSmallDegreeCultivatedOrigin" = "MX.typeOfOccurrenceSmallDegreeCultivatedOrigin",
|
|
197
|
-
"MX.typeOfOccurrenceNotableDegreeCultivatedOrigin" = "MX.typeOfOccurrenceNotableDegreeCultivatedOrigin",
|
|
198
|
-
"MX.typeOfOccurrenceCompletelyCultivatedOrigin" = "MX.typeOfOccurrenceCompletelyCultivatedOrigin",
|
|
199
|
-
"MX.typeOfOccurrenceOnlyCultivated" = "MX.typeOfOccurrenceOnlyCultivated",
|
|
200
|
-
"MX.typeOfOccurrenceMaxShortDistanceEscape" = "MX.typeOfOccurrenceMaxShortDistanceEscape",
|
|
201
|
-
"MX.typeOfOccurrenceMaxSoilImmigrant" = "MX.typeOfOccurrenceMaxSoilImmigrant",
|
|
202
|
-
"MX.typeOfOccurrenceMaxReplanted" = "MX.typeOfOccurrenceMaxReplanted",
|
|
203
|
-
"MX.typeOfOccurrenceMaxRelict" = "MX.typeOfOccurrenceMaxRelict",
|
|
204
|
-
"MX.typeOfOccurrenceNotEvaluated" = "MX.typeOfOccurrenceNotEvaluated",
|
|
205
|
-
"MX.typeOfOccurrenceRegularBreeder" = "MX.typeOfOccurrenceRegularBreeder",
|
|
206
|
-
"MX.typeOfOccurrenceIrregularBreeder" = "MX.typeOfOccurrenceIrregularBreeder",
|
|
207
|
-
"MX.typeOfOccurrencePassageMigrant" = "MX.typeOfOccurrencePassageMigrant",
|
|
208
|
-
"MX.typeOfOccurrenceBirdLifeCategoryA" = "MX.typeOfOccurrenceBirdLifeCategoryA",
|
|
209
|
-
"MX.typeOfOccurrenceBirdLifeCategoryB" = "MX.typeOfOccurrenceBirdLifeCategoryB",
|
|
210
|
-
"MX.typeOfOccurrenceBirdLifeCategoryC" = "MX.typeOfOccurrenceBirdLifeCategoryC",
|
|
211
|
-
"MX.typeOfOccurrenceBirdLifeCategoryD" = "MX.typeOfOccurrenceBirdLifeCategoryD",
|
|
212
|
-
"MX.typeOfOccurrenceBirdLifeCategoryE" = "MX.typeOfOccurrenceBirdLifeCategoryE",
|
|
213
|
-
"MX.typeOfOccurrenceOccursBasedOnOccurrences" = "MX.typeOfOccurrenceOccursBasedOnOccurrences"
|
|
214
|
-
}
|
|
215
15
|
export class IucnRedListEvaluation {
|
|
216
16
|
"@context"?: string;
|
|
217
17
|
id?: string;
|
package/dist/dto/Model.dto.ts
CHANGED
|
@@ -1,99 +1,16 @@
|
|
|
1
|
+
import { TypeEnum } from './index.dto';
|
|
2
|
+
import { LifeStages } from './index.dto';
|
|
3
|
+
import { PlantLifeStageEnum } from './index.dto';
|
|
4
|
+
import { Sexes } from './index.dto';
|
|
5
|
+
import { IntellectualRightsEnum } from './index.dto';
|
|
6
|
+
import { PublicityRestrictionsEnum } from './index.dto';
|
|
7
|
+
|
|
1
8
|
/* tslint:disable */
|
|
2
9
|
/*
|
|
3
10
|
* This file was automatically generated.
|
|
4
11
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
12
|
* and run the command to regenerate this file.
|
|
6
13
|
*/
|
|
7
|
-
export enum TypeEnum {
|
|
8
|
-
"empty" = "",
|
|
9
|
-
"typeEnumLive" = "MM.typeEnumLive",
|
|
10
|
-
"typeEnumSpecimen" = "MM.typeEnumSpecimen",
|
|
11
|
-
"typeEnumGenitalia" = "MM.typeEnumGenitalia",
|
|
12
|
-
"typeEnumMicroscopy" = "MM.typeEnumMicroscopy",
|
|
13
|
-
"typeEnumCarcass" = "MM.typeEnumCarcass",
|
|
14
|
-
"typeEnumSkeletal" = "MM.typeEnumSkeletal",
|
|
15
|
-
"typeEnumHabitat" = "MM.typeEnumHabitat",
|
|
16
|
-
"typeEnumLabel" = "MM.typeEnumLabel"
|
|
17
|
-
}
|
|
18
|
-
export enum LifeStages {
|
|
19
|
-
"empty" = "",
|
|
20
|
-
"lifeStageAdult" = "MY.lifeStageAdult",
|
|
21
|
-
"lifeStageNymph" = "MY.lifeStageNymph",
|
|
22
|
-
"lifeStageLarva" = "MY.lifeStageLarva",
|
|
23
|
-
"lifeStageEgg" = "MY.lifeStageEgg",
|
|
24
|
-
"lifeStagePupa" = "MY.lifeStagePupa",
|
|
25
|
-
"lifeStageJuvenile" = "MY.lifeStageJuvenile",
|
|
26
|
-
"lifeStageSubimago" = "MY.lifeStageSubimago",
|
|
27
|
-
"lifeStageImmature" = "MY.lifeStageImmature",
|
|
28
|
-
"lifeStageFertile" = "MY.lifeStageFertile",
|
|
29
|
-
"lifeStageSterile" = "MY.lifeStageSterile",
|
|
30
|
-
"lifeStageTadpole" = "MY.lifeStageTadpole",
|
|
31
|
-
"lifeStageEmbryo" = "MY.lifeStageEmbryo",
|
|
32
|
-
"lifeStageSubadult" = "MY.lifeStageSubadult",
|
|
33
|
-
"lifeStageMature" = "MY.lifeStageMature",
|
|
34
|
-
"lifeStagePullus" = "MY.lifeStagePullus",
|
|
35
|
-
"lifeStageHatchedEgg" = "MY.lifeStageHatchedEgg",
|
|
36
|
-
"lifeStageHatchedPupa" = "MY.lifeStageHatchedPupa",
|
|
37
|
-
"lifeStageGall" = "MY.lifeStageGall",
|
|
38
|
-
"lifeStageMarks" = "MY.lifeStageMarks",
|
|
39
|
-
"lifeStageTriungulin" = "MY.lifeStageTriungulin"
|
|
40
|
-
}
|
|
41
|
-
export enum PlantLifeStageEnum {
|
|
42
|
-
"empty" = "",
|
|
43
|
-
"plantLifeStageSterile" = "MY.plantLifeStageSterile",
|
|
44
|
-
"plantLifeStageFertile" = "MY.plantLifeStageFertile",
|
|
45
|
-
"plantLifeStageSeed" = "MY.plantLifeStageSeed",
|
|
46
|
-
"plantLifeStageSprout" = "MY.plantLifeStageSprout",
|
|
47
|
-
"plantLifeStageBud" = "MY.plantLifeStageBud",
|
|
48
|
-
"plantLifeStageFlower" = "MY.plantLifeStageFlower",
|
|
49
|
-
"plantLifeStageWitheredFlower" = "MY.plantLifeStageWitheredFlower",
|
|
50
|
-
"plantLifeStageRipeningFruit" = "MY.plantLifeStageRipeningFruit",
|
|
51
|
-
"plantLifeStageRipeFruit" = "MY.plantLifeStageRipeFruit",
|
|
52
|
-
"plantLifeStageDeadSprout" = "MY.plantLifeStageDeadSprout",
|
|
53
|
-
"plantLifeStageSubterranean" = "MY.plantLifeStageSubterranean"
|
|
54
|
-
}
|
|
55
|
-
export enum Sexes {
|
|
56
|
-
"empty" = "",
|
|
57
|
-
"sexM" = "MY.sexM",
|
|
58
|
-
"sexF" = "MY.sexF",
|
|
59
|
-
"sexW" = "MY.sexW",
|
|
60
|
-
"sexU" = "MY.sexU",
|
|
61
|
-
"sexN" = "MY.sexN",
|
|
62
|
-
"sexX" = "MY.sexX",
|
|
63
|
-
"sexE" = "MY.sexE",
|
|
64
|
-
"sexC" = "MY.sexC"
|
|
65
|
-
}
|
|
66
|
-
export enum IntellectualRightsEnum {
|
|
67
|
-
"intellectualRightsCC-BY-SA-4.0" = "MZ.intellectualRightsCC-BY-SA-4.0",
|
|
68
|
-
"intellectualRightsCC-BY-NC-4.0" = "MZ.intellectualRightsCC-BY-NC-4.0",
|
|
69
|
-
"intellectualRightsCC-BY-NC-SA-4.0" = "MZ.intellectualRightsCC-BY-NC-SA-4.0",
|
|
70
|
-
"intellectualRightsCC-BY-4.0" = "MZ.intellectualRightsCC-BY-4.0",
|
|
71
|
-
"intellectualRightsCC0-4.0" = "MZ.intellectualRightsCC0-4.0",
|
|
72
|
-
"intellectualRightsODBL-1.0" = "MZ.intellectualRightsODBL-1.0",
|
|
73
|
-
"intellectualRightsPD" = "MZ.intellectualRightsPD",
|
|
74
|
-
"intellectualRightsARR" = "MZ.intellectualRightsARR",
|
|
75
|
-
"intellectualRightsCC-BY-2.0" = "MZ.intellectualRightsCC-BY-2.0",
|
|
76
|
-
"intellectualRightsCC-BY-SA-2.0" = "MZ.intellectualRightsCC-BY-SA-2.0",
|
|
77
|
-
"intellectualRightsCC-BY-SA-2.0-DE" = "MZ.intellectualRightsCC-BY-SA-2.0-DE",
|
|
78
|
-
"intellectualRightsCC-BY-NC-2.0" = "MZ.intellectualRightsCC-BY-NC-2.0",
|
|
79
|
-
"intellectualRightsCC-BY-NC-SA-2.0" = "MZ.intellectualRightsCC-BY-NC-SA-2.0",
|
|
80
|
-
"intellectualRightsCC-BY-NC-ND-2.0" = "MZ.intellectualRightsCC-BY-NC-ND-2.0",
|
|
81
|
-
"intellectualRightsCC-BY-SA-2.5" = "MZ.intellectualRightsCC-BY-SA-2.5",
|
|
82
|
-
"intellectualRightsCC-BY-SA-2.5-SE" = "MZ.intellectualRightsCC-BY-SA-2.5-SE",
|
|
83
|
-
"intellectualRightsCC-BY-3.0" = "MZ.intellectualRightsCC-BY-3.0",
|
|
84
|
-
"intellectualRightsCC-BY-SA-3.0" = "MZ.intellectualRightsCC-BY-SA-3.0",
|
|
85
|
-
"intellectualRightsCC-BY-NC-SA-3.0" = "MZ.intellectualRightsCC-BY-NC-SA-3.0",
|
|
86
|
-
"intellectualRightsCC-BY-ND-4.0" = "MZ.intellectualRightsCC-BY-ND-4.0",
|
|
87
|
-
"intellectualRightsCC-BY-NC-ND-4.0" = "MZ.intellectualRightsCC-BY-NC-ND-4.0",
|
|
88
|
-
"intellectualRightsCC-BY" = "MY.intellectualRightsCC-BY",
|
|
89
|
-
"intellectualRightsCC0" = "MY.intellectualRightsCC0"
|
|
90
|
-
}
|
|
91
|
-
export enum PublicityRestrictionsEnum {
|
|
92
|
-
"empty" = "",
|
|
93
|
-
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
94
|
-
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
95
|
-
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
96
|
-
}
|
|
97
14
|
export class Model {
|
|
98
15
|
"@context"?: string;
|
|
99
16
|
id?: string;
|
|
@@ -1,38 +1,16 @@
|
|
|
1
1
|
import { Document } from './index.dto';
|
|
2
|
+
import { AccessibilityEnum } from './index.dto';
|
|
2
3
|
import { DateRange } from './index.dto';
|
|
4
|
+
import { PriorityEnum } from './index.dto';
|
|
3
5
|
import { Reserve } from './index.dto';
|
|
6
|
+
import { TagEnum } from './index.dto';
|
|
7
|
+
|
|
4
8
|
/* tslint:disable */
|
|
5
9
|
/*
|
|
6
10
|
* This file was automatically generated.
|
|
7
11
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
8
12
|
* and run the command to regenerate this file.
|
|
9
13
|
*/
|
|
10
|
-
export enum AccessibilityEnum {
|
|
11
|
-
"empty" = "",
|
|
12
|
-
"accessibilityEasy" = "MNP.accessibilityEasy",
|
|
13
|
-
"accessibilityModerate" = "MNP.accessibilityModerate",
|
|
14
|
-
"accessibilityDifficult" = "MNP.accessibilityDifficult"
|
|
15
|
-
}
|
|
16
|
-
export enum PriorityEnum {
|
|
17
|
-
"empty" = "",
|
|
18
|
-
"priority1" = "MNP.priority1",
|
|
19
|
-
"priority2" = "MNP.priority2",
|
|
20
|
-
"priority3" = "MNP.priority3",
|
|
21
|
-
"priority4" = "MNP.priority4",
|
|
22
|
-
"priority5" = "MNP.priority5"
|
|
23
|
-
}
|
|
24
|
-
export enum TagEnum {
|
|
25
|
-
"empty" = "",
|
|
26
|
-
"tagAccessibilityEasy" = "MNP.tagAccessibilityEasy",
|
|
27
|
-
"tagAccessibilityModerate" = "MNP.tagAccessibilityModerate",
|
|
28
|
-
"tagAccessibilityDifficult" = "MNP.tagAccessibilityDifficult",
|
|
29
|
-
"tagHabitatImportant" = "MNP.tagHabitatImportant",
|
|
30
|
-
"tagCensusRare" = "MNP.tagCensusRare",
|
|
31
|
-
"tagHabitatFarmland" = "MNP.tagHabitatFarmland",
|
|
32
|
-
"tagHabitatMire" = "MNP.tagHabitatMire",
|
|
33
|
-
"tagHabitatMountain" = "MNP.tagHabitatMountain",
|
|
34
|
-
"tagSuitable" = "MNP.tagSuitable"
|
|
35
|
-
}
|
|
36
14
|
export class NamedPlace {
|
|
37
15
|
"@context"?: string;
|
|
38
16
|
id?: string;
|
package/dist/dto/News.dto.ts
CHANGED
|
@@ -1,14 +1,11 @@
|
|
|
1
|
+
import { LanguageEnum } from './index.dto';
|
|
2
|
+
|
|
1
3
|
/* tslint:disable */
|
|
2
4
|
/*
|
|
3
5
|
* This file was automatically generated.
|
|
4
6
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
7
|
* and run the command to regenerate this file.
|
|
6
8
|
*/
|
|
7
|
-
export enum LanguageEnum {
|
|
8
|
-
"en" = "en",
|
|
9
|
-
"fi" = "fi",
|
|
10
|
-
"sv" = "sv"
|
|
11
|
-
}
|
|
12
9
|
export class News {
|
|
13
10
|
"@context"?: string;
|
|
14
11
|
id?: string;
|
|
@@ -1,15 +1,12 @@
|
|
|
1
1
|
import { Annotation } from './index.dto';
|
|
2
|
+
import { NotificationReasonEnum } from './index.dto';
|
|
3
|
+
|
|
2
4
|
/* tslint:disable */
|
|
3
5
|
/*
|
|
4
6
|
* This file was automatically generated.
|
|
5
7
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
6
8
|
* and run the command to regenerate this file.
|
|
7
9
|
*/
|
|
8
|
-
export enum NotificationReasonEnum {
|
|
9
|
-
"empty" = "",
|
|
10
|
-
"notificationReasonOwnDocumentAnnotated" = "MHN.notificationReasonOwnDocumentAnnotated",
|
|
11
|
-
"notificationReasonAnnotatedDocumentAnnotated" = "MHN.notificationReasonAnnotatedDocumentAnnotated"
|
|
12
|
-
}
|
|
13
10
|
export class Notification {
|
|
14
11
|
"@context"?: string;
|
|
15
12
|
id?: string;
|
|
@@ -1,56 +1,11 @@
|
|
|
1
|
+
import { TypeOfOccurrenceEnum } from './index.dto';
|
|
2
|
+
|
|
1
3
|
/* tslint:disable */
|
|
2
4
|
/*
|
|
3
5
|
* This file was automatically generated.
|
|
4
6
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
7
|
* and run the command to regenerate this file.
|
|
6
8
|
*/
|
|
7
|
-
export enum TypeOfOccurrenceEnum {
|
|
8
|
-
"MX.doesNotOccur" = "MX.doesNotOccur",
|
|
9
|
-
"MX.typeOfOccurrenceOccurs" = "MX.typeOfOccurrenceOccurs",
|
|
10
|
-
"MX.typeOfOccurrenceStablePopulation" = "MX.typeOfOccurrenceStablePopulation",
|
|
11
|
-
"MX.typeOfOccurrenceCommon" = "MX.typeOfOccurrenceCommon",
|
|
12
|
-
"MX.typeOfOccurrenceRare" = "MX.typeOfOccurrenceRare",
|
|
13
|
-
"MX.typeOfOccurrenceVeryRare" = "MX.typeOfOccurrenceVeryRare",
|
|
14
|
-
"MX.typeOfOccurrenceVagrant" = "MX.typeOfOccurrenceVagrant",
|
|
15
|
-
"MX.typeOfOccurrenceRareVagrant" = "MX.typeOfOccurrenceRareVagrant",
|
|
16
|
-
"MX.typeOfOccurrenceMigrant" = "MX.typeOfOccurrenceMigrant",
|
|
17
|
-
"MX.typeOfOccurrenceImport" = "MX.typeOfOccurrenceImport",
|
|
18
|
-
"MX.typeOfOccurrenceAnthropogenic" = "MX.typeOfOccurrenceAnthropogenic",
|
|
19
|
-
"MX.typeOfOccurrenceNotEstablished" = "MX.typeOfOccurrenceNotEstablished",
|
|
20
|
-
"MX.typeOfOccurrenceExtirpated" = "MX.typeOfOccurrenceExtirpated",
|
|
21
|
-
"MX.typeOfOccurrenceOldRecords" = "MX.typeOfOccurrenceOldRecords",
|
|
22
|
-
"MX.typeOfOccurrenceUncertain" = "MX.typeOfOccurrenceUncertain",
|
|
23
|
-
"MX.typeOfOccurrenceSpontaneousOldResident" = "MX.typeOfOccurrenceSpontaneousOldResident",
|
|
24
|
-
"MX.typeOfOccurrenceSpontaneousNewResident" = "MX.typeOfOccurrenceSpontaneousNewResident",
|
|
25
|
-
"MX.typeOfOccurrenceAlienOldResident" = "MX.typeOfOccurrenceAlienOldResident",
|
|
26
|
-
"MX.typeOfOccurrenceSpontaneousNewEphemeral" = "MX.typeOfOccurrenceSpontaneousNewEphemeral",
|
|
27
|
-
"MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld" = "MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld",
|
|
28
|
-
"MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct" = "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct",
|
|
29
|
-
"MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct" = "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct",
|
|
30
|
-
"MX.typeOfOccurrenceAlienNewEphemeral" = "MX.typeOfOccurrenceAlienNewEphemeral",
|
|
31
|
-
"MX.typeOfOccurrenceAlienNewEphemeralOnlyold" = "MX.typeOfOccurrenceAlienNewEphemeralOnlyold",
|
|
32
|
-
"MX.typeOfOccurrenceAlienNewResident" = "MX.typeOfOccurrenceAlienNewResident",
|
|
33
|
-
"MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct" = "MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct",
|
|
34
|
-
"MX.typeOfOccurrenceAlienOldExtinct" = "MX.typeOfOccurrenceAlienOldExtinct",
|
|
35
|
-
"MX.typeOfOccurrenceSmallDegreeCultivatedOrigin" = "MX.typeOfOccurrenceSmallDegreeCultivatedOrigin",
|
|
36
|
-
"MX.typeOfOccurrenceNotableDegreeCultivatedOrigin" = "MX.typeOfOccurrenceNotableDegreeCultivatedOrigin",
|
|
37
|
-
"MX.typeOfOccurrenceCompletelyCultivatedOrigin" = "MX.typeOfOccurrenceCompletelyCultivatedOrigin",
|
|
38
|
-
"MX.typeOfOccurrenceOnlyCultivated" = "MX.typeOfOccurrenceOnlyCultivated",
|
|
39
|
-
"MX.typeOfOccurrenceMaxShortDistanceEscape" = "MX.typeOfOccurrenceMaxShortDistanceEscape",
|
|
40
|
-
"MX.typeOfOccurrenceMaxSoilImmigrant" = "MX.typeOfOccurrenceMaxSoilImmigrant",
|
|
41
|
-
"MX.typeOfOccurrenceMaxReplanted" = "MX.typeOfOccurrenceMaxReplanted",
|
|
42
|
-
"MX.typeOfOccurrenceMaxRelict" = "MX.typeOfOccurrenceMaxRelict",
|
|
43
|
-
"MX.typeOfOccurrenceNotEvaluated" = "MX.typeOfOccurrenceNotEvaluated",
|
|
44
|
-
"MX.typeOfOccurrenceRegularBreeder" = "MX.typeOfOccurrenceRegularBreeder",
|
|
45
|
-
"MX.typeOfOccurrenceIrregularBreeder" = "MX.typeOfOccurrenceIrregularBreeder",
|
|
46
|
-
"MX.typeOfOccurrencePassageMigrant" = "MX.typeOfOccurrencePassageMigrant",
|
|
47
|
-
"MX.typeOfOccurrenceBirdLifeCategoryA" = "MX.typeOfOccurrenceBirdLifeCategoryA",
|
|
48
|
-
"MX.typeOfOccurrenceBirdLifeCategoryB" = "MX.typeOfOccurrenceBirdLifeCategoryB",
|
|
49
|
-
"MX.typeOfOccurrenceBirdLifeCategoryC" = "MX.typeOfOccurrenceBirdLifeCategoryC",
|
|
50
|
-
"MX.typeOfOccurrenceBirdLifeCategoryD" = "MX.typeOfOccurrenceBirdLifeCategoryD",
|
|
51
|
-
"MX.typeOfOccurrenceBirdLifeCategoryE" = "MX.typeOfOccurrenceBirdLifeCategoryE",
|
|
52
|
-
"MX.typeOfOccurrenceOccursBasedOnOccurrences" = "MX.typeOfOccurrenceOccursBasedOnOccurrences"
|
|
53
|
-
}
|
|
54
9
|
export class Occurrence {
|
|
55
10
|
"@context"?: string;
|
|
56
11
|
id?: string;
|
|
@@ -1,14 +1,11 @@
|
|
|
1
|
+
import { Explanations } from './index.dto';
|
|
2
|
+
|
|
1
3
|
/* tslint:disable */
|
|
2
4
|
/*
|
|
3
5
|
* This file was automatically generated.
|
|
4
6
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
7
|
* and run the command to regenerate this file.
|
|
6
8
|
*/
|
|
7
|
-
export enum Explanations {
|
|
8
|
-
"empty" = "",
|
|
9
|
-
"abbreviation-explanationIndexHerbariorum" = "MOS.abbreviation-explanationIndexHerbariorum",
|
|
10
|
-
"abbreviation-explanationInsectAndSpiderCollectionsOfTheWorld" = "MOS.abbreviation-explanationInsectAndSpiderCollectionsOfTheWorld"
|
|
11
|
-
}
|
|
12
9
|
export class Organization {
|
|
13
10
|
"@context"?: string;
|
|
14
11
|
id?: string;
|
package/dist/dto/Pdf.dto.ts
CHANGED
|
@@ -1,40 +1,12 @@
|
|
|
1
|
+
import { IntellectualRightsEnum } from './index.dto';
|
|
2
|
+
import { PublicityRestrictionsEnum } from './index.dto';
|
|
3
|
+
|
|
1
4
|
/* tslint:disable */
|
|
2
5
|
/*
|
|
3
6
|
* This file was automatically generated.
|
|
4
7
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
8
|
* and run the command to regenerate this file.
|
|
6
9
|
*/
|
|
7
|
-
export enum IntellectualRightsEnum {
|
|
8
|
-
"intellectualRightsCC-BY-SA-4.0" = "MZ.intellectualRightsCC-BY-SA-4.0",
|
|
9
|
-
"intellectualRightsCC-BY-NC-4.0" = "MZ.intellectualRightsCC-BY-NC-4.0",
|
|
10
|
-
"intellectualRightsCC-BY-NC-SA-4.0" = "MZ.intellectualRightsCC-BY-NC-SA-4.0",
|
|
11
|
-
"intellectualRightsCC-BY-4.0" = "MZ.intellectualRightsCC-BY-4.0",
|
|
12
|
-
"intellectualRightsCC0-4.0" = "MZ.intellectualRightsCC0-4.0",
|
|
13
|
-
"intellectualRightsODBL-1.0" = "MZ.intellectualRightsODBL-1.0",
|
|
14
|
-
"intellectualRightsPD" = "MZ.intellectualRightsPD",
|
|
15
|
-
"intellectualRightsARR" = "MZ.intellectualRightsARR",
|
|
16
|
-
"intellectualRightsCC-BY-2.0" = "MZ.intellectualRightsCC-BY-2.0",
|
|
17
|
-
"intellectualRightsCC-BY-SA-2.0" = "MZ.intellectualRightsCC-BY-SA-2.0",
|
|
18
|
-
"intellectualRightsCC-BY-SA-2.0-DE" = "MZ.intellectualRightsCC-BY-SA-2.0-DE",
|
|
19
|
-
"intellectualRightsCC-BY-NC-2.0" = "MZ.intellectualRightsCC-BY-NC-2.0",
|
|
20
|
-
"intellectualRightsCC-BY-NC-SA-2.0" = "MZ.intellectualRightsCC-BY-NC-SA-2.0",
|
|
21
|
-
"intellectualRightsCC-BY-NC-ND-2.0" = "MZ.intellectualRightsCC-BY-NC-ND-2.0",
|
|
22
|
-
"intellectualRightsCC-BY-SA-2.5" = "MZ.intellectualRightsCC-BY-SA-2.5",
|
|
23
|
-
"intellectualRightsCC-BY-SA-2.5-SE" = "MZ.intellectualRightsCC-BY-SA-2.5-SE",
|
|
24
|
-
"intellectualRightsCC-BY-3.0" = "MZ.intellectualRightsCC-BY-3.0",
|
|
25
|
-
"intellectualRightsCC-BY-SA-3.0" = "MZ.intellectualRightsCC-BY-SA-3.0",
|
|
26
|
-
"intellectualRightsCC-BY-NC-SA-3.0" = "MZ.intellectualRightsCC-BY-NC-SA-3.0",
|
|
27
|
-
"intellectualRightsCC-BY-ND-4.0" = "MZ.intellectualRightsCC-BY-ND-4.0",
|
|
28
|
-
"intellectualRightsCC-BY-NC-ND-4.0" = "MZ.intellectualRightsCC-BY-NC-ND-4.0",
|
|
29
|
-
"intellectualRightsCC-BY" = "MY.intellectualRightsCC-BY",
|
|
30
|
-
"intellectualRightsCC0" = "MY.intellectualRightsCC0"
|
|
31
|
-
}
|
|
32
|
-
export enum PublicityRestrictionsEnum {
|
|
33
|
-
"empty" = "",
|
|
34
|
-
"publicityRestrictionsPublic" = "MZ.publicityRestrictionsPublic",
|
|
35
|
-
"publicityRestrictionsProtected" = "MZ.publicityRestrictionsProtected",
|
|
36
|
-
"publicityRestrictionsPrivate" = "MZ.publicityRestrictionsPrivate"
|
|
37
|
-
}
|
|
38
10
|
export class Pdf {
|
|
39
11
|
"@context"?: string;
|
|
40
12
|
id?: string;
|
package/dist/dto/Permit.dto.ts
CHANGED
|
@@ -1,24 +1,12 @@
|
|
|
1
|
+
import { PermitStatusEnum } from './index.dto';
|
|
2
|
+
import { PermitTypeEnum } from './index.dto';
|
|
3
|
+
|
|
1
4
|
/* tslint:disable */
|
|
2
5
|
/*
|
|
3
6
|
* This file was automatically generated.
|
|
4
7
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
8
|
* and run the command to regenerate this file.
|
|
6
9
|
*/
|
|
7
|
-
export enum PermitStatusEnum {
|
|
8
|
-
"empty" = "",
|
|
9
|
-
"permitStatusAvailable" = "HRA.permitStatusAvailable",
|
|
10
|
-
"permitStatusNotRequired" = "HRA.permitStatusNotRequired"
|
|
11
|
-
}
|
|
12
|
-
export enum PermitTypeEnum {
|
|
13
|
-
"empty" = "",
|
|
14
|
-
"permitTypePIC" = "HRA.permitTypePIC",
|
|
15
|
-
"permitTypeMAT" = "HRA.permitTypeMAT",
|
|
16
|
-
"permitTypeMTA" = "HRA.permitTypeMTA",
|
|
17
|
-
"permitCollectingPermit" = "HRA.permitCollectingPermit",
|
|
18
|
-
"permitTypeExportPermit" = "HRA.permitTypeExportPermit",
|
|
19
|
-
"permitTypeOther" = "HRA.permitTypeOther",
|
|
20
|
-
"permitTypeMemorandumOfUnderstanding" = "HRA.permitTypeMemorandumOfUnderstanding"
|
|
21
|
-
}
|
|
22
10
|
export class Permit {
|
|
23
11
|
"@context"?: string;
|
|
24
12
|
id?: string;
|
package/dist/dto/Person.dto.ts
CHANGED
|
@@ -1,39 +1,13 @@
|
|
|
1
|
+
import { Roles } from './index.dto';
|
|
2
|
+
import { RequiredRolesEnum } from './index.dto';
|
|
3
|
+
import { RoleKotkaEnum } from './index.dto';
|
|
4
|
+
|
|
1
5
|
/* tslint:disable */
|
|
2
6
|
/*
|
|
3
7
|
* This file was automatically generated.
|
|
4
8
|
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
|
|
5
9
|
* and run the command to regenerate this file.
|
|
6
10
|
*/
|
|
7
|
-
export enum Roles {
|
|
8
|
-
"empty" = "",
|
|
9
|
-
"admin" = "MA.admin",
|
|
10
|
-
"securePortalUser" = "MA.securePortalUser",
|
|
11
|
-
"sensitiveInformationApprovalRequestHandler" = "MA.sensitiveInformationApprovalRequestHandler",
|
|
12
|
-
"taxonEditorUser" = "MA.taxonEditorUser",
|
|
13
|
-
"taxonEditorUserDescriptionWriterOnly" = "MA.taxonEditorUserDescriptionWriterOnly",
|
|
14
|
-
"haukkaUser" = "MA.haukkaUser",
|
|
15
|
-
"satelliteDataManagementUser" = "MA.satelliteDataManagementUser",
|
|
16
|
-
"invasivePortalAdmin" = "MA.invasivePortalAdmin",
|
|
17
|
-
"speciesChallengeAdmin" = "MA.speciesChallengeAdmin",
|
|
18
|
-
"luomusSpaceCalendarUser" = "MA.luomusSpaceCalendarUser",
|
|
19
|
-
"luomusSpaceOpeningTimesUser" = "MA.luomusSpaceOpeningTimesUser",
|
|
20
|
-
"taxonIdEditor" = "MA.taxonIdEditor"
|
|
21
|
-
}
|
|
22
|
-
export enum RequiredRolesEnum {
|
|
23
|
-
"empty" = "",
|
|
24
|
-
"expert" = "MMAN.expert",
|
|
25
|
-
"basic" = "MMAN.basic",
|
|
26
|
-
"owner" = "MMAN.owner",
|
|
27
|
-
"formAdmin" = "MMAN.formAdmin",
|
|
28
|
-
"ictAdmin" = "MMAN.ictAdmin"
|
|
29
|
-
}
|
|
30
|
-
export enum RoleKotkaEnum {
|
|
31
|
-
"empty" = "",
|
|
32
|
-
"admin" = "MA.admin",
|
|
33
|
-
"advanced" = "MA.advanced",
|
|
34
|
-
"member" = "MA.member",
|
|
35
|
-
"guest" = "MA.guest"
|
|
36
|
-
}
|
|
37
11
|
export class Person {
|
|
38
12
|
"@context"?: string;
|
|
39
13
|
id?: string;
|