@luomus/laji-schema 2.0.154 → 2.0.155
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/dto/GatheringFact.dto.ts +1 -0
- package/dist/dto/UnitFact.dto.ts +1 -0
- package/dist/types/classes/GatheringFact.d.ts +1 -0
- package/dist/types/classes/UnitFact.d.ts +1 -0
- package/dist/types/models/GatheringFact.d.ts +1 -0
- package/dist/types/models/UnitFact.d.ts +1 -0
- package/package.json +1 -1
|
@@ -30,6 +30,7 @@ export class GatheringFact {
|
|
|
30
30
|
binocularsUsed?: boolean;
|
|
31
31
|
censusAreaHectares?: number;
|
|
32
32
|
documentation?: string;
|
|
33
|
+
gatheringDescription?: string;
|
|
33
34
|
invasiveControlOtherExpensesInEuros?: number;
|
|
34
35
|
invasiveControlWorkHours?: number;
|
|
35
36
|
lineTransectSegmentCounted?: boolean;
|
package/dist/dto/UnitFact.dto.ts
CHANGED
|
@@ -38,6 +38,7 @@ export class UnitFact {
|
|
|
38
38
|
lolifeDroppingsQuality?: MYLolifeDroppingsQualityEnum;
|
|
39
39
|
lolifeDroppingsType?: MYLolifeDroppingsTypeEnum;
|
|
40
40
|
lolifeNestTree?: MYLolifeNestTreeEnum;
|
|
41
|
+
observationDuration?: string;
|
|
41
42
|
observationHours?: number;
|
|
42
43
|
pairCountInner?: number;
|
|
43
44
|
pairCountOuter?: number;
|
|
@@ -23,6 +23,7 @@ export declare class GatheringFact {
|
|
|
23
23
|
binocularsUsed?: boolean;
|
|
24
24
|
censusAreaHectares?: number;
|
|
25
25
|
documentation?: string;
|
|
26
|
+
gatheringDescription?: string;
|
|
26
27
|
invasiveControlOtherExpensesInEuros?: number;
|
|
27
28
|
invasiveControlWorkHours?: number;
|
|
28
29
|
lineTransectSegmentCounted?: boolean;
|
|
@@ -31,6 +31,7 @@ export declare class UnitFact {
|
|
|
31
31
|
lolifeDroppingsQuality?: MYLolifeDroppingsQualityEnum;
|
|
32
32
|
lolifeDroppingsType?: MYLolifeDroppingsTypeEnum;
|
|
33
33
|
lolifeNestTree?: MYLolifeNestTreeEnum;
|
|
34
|
+
observationDuration?: string;
|
|
34
35
|
observationHours?: number;
|
|
35
36
|
pairCountInner?: number;
|
|
36
37
|
pairCountOuter?: number;
|
|
@@ -23,6 +23,7 @@ export interface GatheringFact {
|
|
|
23
23
|
binocularsUsed?: boolean;
|
|
24
24
|
censusAreaHectares?: number;
|
|
25
25
|
documentation?: string;
|
|
26
|
+
gatheringDescription?: string;
|
|
26
27
|
invasiveControlOtherExpensesInEuros?: number;
|
|
27
28
|
invasiveControlWorkHours?: number;
|
|
28
29
|
lineTransectSegmentCounted?: boolean;
|
|
@@ -31,6 +31,7 @@ export interface UnitFact {
|
|
|
31
31
|
lolifeDroppingsQuality?: MYLolifeDroppingsQualityEnum;
|
|
32
32
|
lolifeDroppingsType?: MYLolifeDroppingsTypeEnum;
|
|
33
33
|
lolifeNestTree?: MYLolifeNestTreeEnum;
|
|
34
|
+
observationDuration?: string;
|
|
34
35
|
observationHours?: number;
|
|
35
36
|
pairCountInner?: number;
|
|
36
37
|
pairCountOuter?: number;
|