@luomus/laji-schema 2.0.298 → 2.0.300
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.
|
@@ -1456,6 +1456,7 @@ var MNPTagEnum;
|
|
|
1456
1456
|
MNPTagEnum["tagTypePartialIsland"] = "MNP.tagTypePartialIsland";
|
|
1457
1457
|
MNPTagEnum["tagTypeIslandGroup"] = "MNP.tagTypeIslandGroup";
|
|
1458
1458
|
MNPTagEnum["tagTypeWater"] = "MNP.tagTypeWater";
|
|
1459
|
+
MNPTagEnum["tagTypeShoreline"] = "MNP.tagTypeShoreline";
|
|
1459
1460
|
MNPTagEnum["tagTypeMixed"] = "MNP.tagTypeMixed";
|
|
1460
1461
|
MNPTagEnum["tagTypeUnknown"] = "MNP.tagTypeUnknown";
|
|
1461
1462
|
})(MNPTagEnum = exports.MNPTagEnum || (exports.MNPTagEnum = {}));
|
package/dist/dto/Enums.dto.ts
CHANGED
|
@@ -1359,6 +1359,7 @@ export enum MNPTagEnum {
|
|
|
1359
1359
|
"tagTypePartialIsland" = "MNP.tagTypePartialIsland",
|
|
1360
1360
|
"tagTypeIslandGroup" = "MNP.tagTypeIslandGroup",
|
|
1361
1361
|
"tagTypeWater" = "MNP.tagTypeWater",
|
|
1362
|
+
"tagTypeShoreline" = "MNP.tagTypeShoreline",
|
|
1362
1363
|
"tagTypeMixed" = "MNP.tagTypeMixed",
|
|
1363
1364
|
"tagTypeUnknown" = "MNP.tagTypeUnknown"
|
|
1364
1365
|
}
|
|
@@ -1450,6 +1450,7 @@ export var MNPTagEnum;
|
|
|
1450
1450
|
MNPTagEnum["tagTypePartialIsland"] = "MNP.tagTypePartialIsland";
|
|
1451
1451
|
MNPTagEnum["tagTypeIslandGroup"] = "MNP.tagTypeIslandGroup";
|
|
1452
1452
|
MNPTagEnum["tagTypeWater"] = "MNP.tagTypeWater";
|
|
1453
|
+
MNPTagEnum["tagTypeShoreline"] = "MNP.tagTypeShoreline";
|
|
1453
1454
|
MNPTagEnum["tagTypeMixed"] = "MNP.tagTypeMixed";
|
|
1454
1455
|
MNPTagEnum["tagTypeUnknown"] = "MNP.tagTypeUnknown";
|
|
1455
1456
|
})(MNPTagEnum || (MNPTagEnum = {}));
|
|
@@ -1359,6 +1359,7 @@ export declare enum MNPTagEnum {
|
|
|
1359
1359
|
"tagTypePartialIsland" = "MNP.tagTypePartialIsland",
|
|
1360
1360
|
"tagTypeIslandGroup" = "MNP.tagTypeIslandGroup",
|
|
1361
1361
|
"tagTypeWater" = "MNP.tagTypeWater",
|
|
1362
|
+
"tagTypeShoreline" = "MNP.tagTypeShoreline",
|
|
1362
1363
|
"tagTypeMixed" = "MNP.tagTypeMixed",
|
|
1363
1364
|
"tagTypeUnknown" = "MNP.tagTypeUnknown"
|
|
1364
1365
|
}
|
|
@@ -88,7 +88,7 @@ export declare type MKVStateEnum = "MKV.stateReady" | "MKV.stateReadyForComments
|
|
|
88
88
|
export declare type MXTypeOfOccurrenceEnum = "" | "MX.doesNotOccur" | "MX.typeOfOccurrenceOccurs" | "MX.typeOfOccurrenceStablePopulation" | "MX.typeOfOccurrenceCommon" | "MX.typeOfOccurrenceRare" | "MX.typeOfOccurrenceVeryRare" | "MX.typeOfOccurrenceVagrant" | "MX.typeOfOccurrenceRareVagrant" | "MX.typeOfOccurrenceMigrant" | "MX.typeOfOccurrenceImport" | "MX.typeOfOccurrenceAnthropogenic" | "MX.typeOfOccurrenceNotEstablished" | "MX.typeOfOccurrenceExtirpated" | "MX.typeOfOccurrenceOldRecords" | "MX.typeOfOccurrenceUncertain" | "MX.typeOfOccurrenceSpontaneousOldResident" | "MX.typeOfOccurrenceSpontaneousNewResident" | "MX.typeOfOccurrenceAlienOldResident" | "MX.typeOfOccurrenceSpontaneousNewEphemeral" | "MX.typeOfOccurrenceSpontaneousNewEphemeralOnlyOld" | "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentPossiblyExtinct" | "MX.typeOfOccurrenceSpontaneousOldFormerlyResidentExtinct" | "MX.typeOfOccurrenceAlienNewEphemeral" | "MX.typeOfOccurrenceAlienNewEphemeralOnlyold" | "MX.typeOfOccurrenceAlienNewResident" | "MX.typeOfOccurrenceAlienOldFormerlyResidentPossiblyExtinct" | "MX.typeOfOccurrenceAlienOldExtinct" | "MX.typeOfOccurrenceSmallDegreeCultivatedOrigin" | "MX.typeOfOccurrenceNotableDegreeCultivatedOrigin" | "MX.typeOfOccurrenceCompletelyCultivatedOrigin" | "MX.typeOfOccurrenceOnlyCultivated" | "MX.typeOfOccurrenceMaxShortDistanceEscape" | "MX.typeOfOccurrenceMaxSoilImmigrant" | "MX.typeOfOccurrenceMaxReplanted" | "MX.typeOfOccurrenceMaxRelict" | "MX.typeOfOccurrenceNotEvaluated" | "MX.typeOfOccurrenceRegularBreeder" | "MX.typeOfOccurrenceIrregularBreeder" | "MX.typeOfOccurrencePassageMigrant" | "MX.typeOfOccurrenceBirdLifeCategoryA" | "MX.typeOfOccurrenceBirdLifeCategoryB" | "MX.typeOfOccurrenceBirdLifeCategoryC" | "MX.typeOfOccurrenceBirdLifeCategoryD" | "MX.typeOfOccurrenceBirdLifeCategoryE" | "MX.typeOfOccurrenceOccursBasedOnOccurrences";
|
|
89
89
|
export declare type MNPAccessibilityEnum = "" | "MNP.accessibilityEasy" | "MNP.accessibilityModerate" | "MNP.accessibilityDifficult";
|
|
90
90
|
export declare type MNPPriorityEnum = "" | "MNP.priority1" | "MNP.priority2" | "MNP.priority3" | "MNP.priority4" | "MNP.priority5";
|
|
91
|
-
export declare type MNPTagEnum = "" | "MNP.tagAccessibilityEasy" | "MNP.tagAccessibilityModerate" | "MNP.tagAccessibilityDifficult" | "MNP.tagHabitatImportant" | "MNP.tagCensusRare" | "MNP.tagHabitatFarmland" | "MNP.tagHabitatMire" | "MNP.tagHabitatMountain" | "MNP.tagSuitable" | "MNP.tagTypeIsland" | "MNP.tagTypePartialIsland" | "MNP.tagTypeIslandGroup" | "MNP.tagTypeWater" | "MNP.tagTypeMixed" | "MNP.tagTypeUnknown";
|
|
91
|
+
export declare type MNPTagEnum = "" | "MNP.tagAccessibilityEasy" | "MNP.tagAccessibilityModerate" | "MNP.tagAccessibilityDifficult" | "MNP.tagHabitatImportant" | "MNP.tagCensusRare" | "MNP.tagHabitatFarmland" | "MNP.tagHabitatMire" | "MNP.tagHabitatMountain" | "MNP.tagSuitable" | "MNP.tagTypeIsland" | "MNP.tagTypePartialIsland" | "MNP.tagTypeIslandGroup" | "MNP.tagTypeWater" | "MNP.tagTypeShoreline" | "MNP.tagTypeMixed" | "MNP.tagTypeUnknown";
|
|
92
92
|
export declare type MHNNotificationReasonEnum = "" | "MHN.notificationReasonOwnDocumentAnnotated" | "MHN.notificationReasonAnnotatedDocumentAnnotated";
|
|
93
93
|
export declare type MOSABBREVIATIONExplanations = "" | "MOS.abbreviation-explanationIndexHerbariorum" | "MOS.abbreviation-explanationInsectAndSpiderCollectionsOfTheWorld";
|
|
94
94
|
export declare type HRAPermitStatusEnum = "" | "HRA.permitStatusAvailable" | "HRA.permitStatusNotRequired";
|