@luomus/laji-schema 2.0.161 → 2.0.163

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.
@@ -30,7 +30,6 @@ export class GatheringFact {
30
30
  binocularsUsed?: boolean;
31
31
  censusAreaHectares?: number;
32
32
  documentation?: string;
33
- gatheringDescription?: string;
34
33
  invasiveControlOtherExpensesInEuros?: number;
35
34
  invasiveControlWorkHours?: number;
36
35
  lineTransectSegmentCounted?: boolean;
@@ -58,4 +58,5 @@ export class NamedPlace {
58
58
  reserve?: Reserve;
59
59
  tags?: MNPTagEnum[];
60
60
  taxonIDs?: string[];
61
+ samplingMethodNotes?: string;
61
62
  }
@@ -23,7 +23,6 @@ export declare class GatheringFact {
23
23
  binocularsUsed?: boolean;
24
24
  censusAreaHectares?: number;
25
25
  documentation?: string;
26
- gatheringDescription?: string;
27
26
  invasiveControlOtherExpensesInEuros?: number;
28
27
  invasiveControlWorkHours?: number;
29
28
  lineTransectSegmentCounted?: boolean;
@@ -51,4 +51,5 @@ export declare class NamedPlace {
51
51
  reserve?: Reserve;
52
52
  tags?: MNPTagEnum[];
53
53
  taxonIDs?: string[];
54
+ samplingMethodNotes?: string;
54
55
  }
@@ -23,7 +23,6 @@ export interface GatheringFact {
23
23
  binocularsUsed?: boolean;
24
24
  censusAreaHectares?: number;
25
25
  documentation?: string;
26
- gatheringDescription?: string;
27
26
  invasiveControlOtherExpensesInEuros?: number;
28
27
  invasiveControlWorkHours?: number;
29
28
  lineTransectSegmentCounted?: boolean;
@@ -51,4 +51,5 @@ export interface NamedPlace {
51
51
  reserve?: Reserve;
52
52
  tags?: MNPTagEnum[];
53
53
  taxonIDs?: string[];
54
+ samplingMethodNotes?: string;
54
55
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.161",
3
+ "version": "2.0.163",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {