@luomus/laji-schema 2.0.19 → 2.0.20
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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.Gathering = exports.PublicityRestrictionsEnum = exports.SamplingMethods = exports.PredominantTreeEnum = exports.InvasiveControlMethodsEnum = exports.InvasiveControlEffectivenessEnum = exports.HabitatAttributesEnum = exports.HabitatEnum = exports.GeoreferenceSources = exports.GatheringTypeEnum = exports.ForestVegetationZones = exports.CoordinateSystems = exports.CoordinateSources = exports.BatHabitatEnum = void 0;
|
|
3
|
+
exports.Gathering = exports.PublicityRestrictionsEnum = exports.SamplingMethods = exports.PredominantTreeEnum = exports.MothSamplingMethodEnum = exports.InvasiveControlMethodsEnum = exports.InvasiveControlEffectivenessEnum = exports.HabitatAttributesEnum = exports.HabitatEnum = exports.GeoreferenceSources = exports.GatheringTypeEnum = exports.ForestVegetationZones = exports.CoordinateSystems = exports.CoordinateSources = exports.BatHabitatEnum = void 0;
|
|
4
4
|
/* tslint:disable */
|
|
5
5
|
/*
|
|
6
6
|
* This file was automatically generated.
|
|
@@ -240,6 +240,16 @@ var InvasiveControlMethodsEnum;
|
|
|
240
240
|
InvasiveControlMethodsEnum["invasiveControlMethodsBiological"] = "MY.invasiveControlMethodsBiological";
|
|
241
241
|
InvasiveControlMethodsEnum["invasiveControlMethodsOther"] = "MY.invasiveControlMethodsOther";
|
|
242
242
|
})(InvasiveControlMethodsEnum = exports.InvasiveControlMethodsEnum || (exports.InvasiveControlMethodsEnum = {}));
|
|
243
|
+
var MothSamplingMethodEnum;
|
|
244
|
+
(function (MothSamplingMethodEnum) {
|
|
245
|
+
MothSamplingMethodEnum["empty"] = "";
|
|
246
|
+
MothSamplingMethodEnum["mothSamplingMethodJA500"] = "MY.mothSamplingMethodJA500";
|
|
247
|
+
MothSamplingMethodEnum["mothSamplingMethodLHG"] = "MY.mothSamplingMethodLHG";
|
|
248
|
+
MothSamplingMethodEnum["mothSamplingMethodLS"] = "MY.mothSamplingMethodLS";
|
|
249
|
+
MothSamplingMethodEnum["mothSamplingMethodMAARY"] = "MY.mothSamplingMethodMAARY";
|
|
250
|
+
MothSamplingMethodEnum["mothSamplingMethodPR125"] = "MY.mothSamplingMethodPR125";
|
|
251
|
+
MothSamplingMethodEnum["mothSamplingMethodPR250"] = "MY.mothSamplingMethodPR250";
|
|
252
|
+
})(MothSamplingMethodEnum = exports.MothSamplingMethodEnum || (exports.MothSamplingMethodEnum = {}));
|
|
243
253
|
var PredominantTreeEnum;
|
|
244
254
|
(function (PredominantTreeEnum) {
|
|
245
255
|
PredominantTreeEnum["empty"] = "";
|
|
@@ -237,6 +237,16 @@ export var InvasiveControlMethodsEnum;
|
|
|
237
237
|
InvasiveControlMethodsEnum["invasiveControlMethodsBiological"] = "MY.invasiveControlMethodsBiological";
|
|
238
238
|
InvasiveControlMethodsEnum["invasiveControlMethodsOther"] = "MY.invasiveControlMethodsOther";
|
|
239
239
|
})(InvasiveControlMethodsEnum || (InvasiveControlMethodsEnum = {}));
|
|
240
|
+
export var MothSamplingMethodEnum;
|
|
241
|
+
(function (MothSamplingMethodEnum) {
|
|
242
|
+
MothSamplingMethodEnum["empty"] = "";
|
|
243
|
+
MothSamplingMethodEnum["mothSamplingMethodJA500"] = "MY.mothSamplingMethodJA500";
|
|
244
|
+
MothSamplingMethodEnum["mothSamplingMethodLHG"] = "MY.mothSamplingMethodLHG";
|
|
245
|
+
MothSamplingMethodEnum["mothSamplingMethodLS"] = "MY.mothSamplingMethodLS";
|
|
246
|
+
MothSamplingMethodEnum["mothSamplingMethodMAARY"] = "MY.mothSamplingMethodMAARY";
|
|
247
|
+
MothSamplingMethodEnum["mothSamplingMethodPR125"] = "MY.mothSamplingMethodPR125";
|
|
248
|
+
MothSamplingMethodEnum["mothSamplingMethodPR250"] = "MY.mothSamplingMethodPR250";
|
|
249
|
+
})(MothSamplingMethodEnum || (MothSamplingMethodEnum = {}));
|
|
240
250
|
export var PredominantTreeEnum;
|
|
241
251
|
(function (PredominantTreeEnum) {
|
|
242
252
|
PredominantTreeEnum["empty"] = "";
|
|
@@ -224,6 +224,15 @@ export declare enum InvasiveControlMethodsEnum {
|
|
|
224
224
|
"invasiveControlMethodsBiological" = "MY.invasiveControlMethodsBiological",
|
|
225
225
|
"invasiveControlMethodsOther" = "MY.invasiveControlMethodsOther"
|
|
226
226
|
}
|
|
227
|
+
export declare enum MothSamplingMethodEnum {
|
|
228
|
+
"empty" = "",
|
|
229
|
+
"mothSamplingMethodJA500" = "MY.mothSamplingMethodJA500",
|
|
230
|
+
"mothSamplingMethodLHG" = "MY.mothSamplingMethodLHG",
|
|
231
|
+
"mothSamplingMethodLS" = "MY.mothSamplingMethodLS",
|
|
232
|
+
"mothSamplingMethodMAARY" = "MY.mothSamplingMethodMAARY",
|
|
233
|
+
"mothSamplingMethodPR125" = "MY.mothSamplingMethodPR125",
|
|
234
|
+
"mothSamplingMethodPR250" = "MY.mothSamplingMethodPR250"
|
|
235
|
+
}
|
|
227
236
|
export declare enum PredominantTreeEnum {
|
|
228
237
|
"empty" = "",
|
|
229
238
|
"MX.37819" = "MX.37819",
|
|
@@ -471,6 +480,7 @@ export declare class Gathering {
|
|
|
471
480
|
* Longitude. For western longitudes, use negative value.
|
|
472
481
|
*/
|
|
473
482
|
longitude?: string;
|
|
483
|
+
mothSamplingMethod?: MothSamplingMethodEnum;
|
|
474
484
|
/**
|
|
475
485
|
* Municipality, commune, town, city or civil parish
|
|
476
486
|
*/
|
|
@@ -11,6 +11,7 @@ export declare type HabitatEnum = "" | "MY.habitatEnumValue1" | "MY.habitatEnumV
|
|
|
11
11
|
export declare type HabitatAttributesEnum = "" | "MY.habitatAttributesEnumValue1" | "MY.habitatAttributesEnumValue2" | "MY.habitatAttributesEnumValue3" | "MY.habitatAttributesEnumValue4" | "MY.habitatAttributesEnumValue5" | "MY.habitatAttributesEnumValue6" | "MY.habitatAttributesEnumValue7" | "MY.habitatAttributesEnumValue8" | "MY.habitatAttributesEnumValue9" | "MY.habitatAttributesEnumValue10" | "MY.habitatAttributesEnumValue11" | "MY.habitatAttributesEnumValue12" | "MY.habitatAttributesEnumValue13" | "MY.habitatAttributesEnumValue14" | "MY.habitatAttributesEnumValue15" | "MY.habitatAttributesEnumValue16" | "MY.habitatAttributesEnumValue17" | "MY.habitatAttributesEnumValue18" | "MY.habitatAttributesEnumValue19" | "MY.habitatAttributesEnumValue20" | "MY.habitatAttributesEnumValue21" | "MY.habitatAttributesEnumValue22";
|
|
12
12
|
export declare type InvasiveControlEffectivenessEnum = "" | "MY.invasiveControlEffectivenessFull" | "MY.invasiveControlEffectivenessPartial" | "MY.invasiveControlEffectivenessNone" | "MY.invasiveControlEffectivenessNotFound";
|
|
13
13
|
export declare type InvasiveControlMethodsEnum = "" | "MY.invasiveControlMethodsMechanical" | "MY.invasiveControlMethodsChemical" | "MY.invasiveControlMethodsBiological" | "MY.invasiveControlMethodsOther";
|
|
14
|
+
export declare type MothSamplingMethodEnum = "" | "MY.mothSamplingMethodJA500" | "MY.mothSamplingMethodLHG" | "MY.mothSamplingMethodLS" | "MY.mothSamplingMethodMAARY" | "MY.mothSamplingMethodPR125" | "MY.mothSamplingMethodPR250";
|
|
14
15
|
export declare type PredominantTreeEnum = "" | "MX.37819" | "MX.37812" | "MX.37992" | "MX.38004" | "MX.38590" | "MX.38686" | "MX.38563" | "MX.38527" | "MX.41344" | "MX.38016" | "MX.39331" | "MX.37990" | "MX.38008" | "MX.38010" | "MX.37975" | "MX.37976" | "MX.39122" | "MX.37815";
|
|
15
16
|
export declare type SamplingMethods = "" | "MY.samplingMethodCarnet" | "MY.samplingMethodFeromonetrap" | "MY.samplingMethodNet" | "MY.samplingMethodDrag" | "MY.samplingMethodWindowtrap" | "MY.samplingMethodDigging" | "MY.samplingMethodFishNet" | "MY.samplingMethodHand" | "MY.samplingMethodReared" | "MY.samplingMethodEpupa" | "MY.samplingMethodExovo" | "MY.samplingMethodElarva" | "MY.samplingMethodFishTrap" | "MY.samplingMethodYellowWindowTrap" | "MY.samplingMethodYellowpan" | "MY.samplingMethodTriangleDrag" | "MY.samplingMethodPitfall" | "MY.samplingMethodEclectortrap" | "MY.samplingMethodDungTrap" | "MY.samplingMethodBoard" | "MY.samplingMethodYellowtrap" | "MY.samplingMethodMistnet" | "MY.samplingMethodSweeping" | "MY.samplingMethodSoilsample" | "MY.samplingMethodWashing" | "MY.samplingMethodMalaise" | "MY.samplingMethodPantrap" | "MY.samplingMethodSeine" | "MY.samplingMethodAngleFishing" | "MY.samplingMethodTrampling" | "MY.samplingMethodBeamTrawl" | "MY.samplingMethodTrap" | "MY.samplingMethodDropping" | "MY.samplingMethodTrunkWindowTrap" | "MY.samplingMethodElectrofishing" | "MY.samplingMethodSifting" | "MY.samplingMethodDiverInsectTrap" | "MY.samplingMethodDiving" | "MY.samplingMethodBait" | "MY.samplingMethodBaittrap" | "MY.samplingMethodTrawling" | "MY.samplingMethodLight" | "MY.samplingMethodLightTrap" | "MY.samplingMethodWaterBucket" | "MY.samplingMethodAquaticNet" | "MY.samplingMethodAquaticEmergenceTrap" | "MY.samplingMethodWaterSieve" | "MY.samplingMethodOther";
|
|
16
17
|
export declare type PublicityRestrictionsEnum = "" | "MZ.publicityRestrictionsPublic" | "MZ.publicityRestrictionsProtected" | "MZ.publicityRestrictionsPrivate";
|
|
@@ -183,6 +184,7 @@ export interface Gathering {
|
|
|
183
184
|
* Longitude. For western longitudes, use negative value.
|
|
184
185
|
*/
|
|
185
186
|
longitude?: string;
|
|
187
|
+
mothSamplingMethod?: MothSamplingMethodEnum;
|
|
186
188
|
/**
|
|
187
189
|
* Municipality, commune, town, city or civil parish
|
|
188
190
|
*/
|