@luomus/laji-schema 2.0.335 → 2.0.337

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,6 +30,7 @@ export class UnitFact {
30
30
  */
31
31
  detOnSite?: MYDetOnSiteEnum;
32
32
  distanceMeters?: number;
33
+ eggCount?: number;
33
34
  femalesWithBroodsCount?: number;
34
35
  glowWormMicrohabitat?: MYGlowWormMicrohabitatEnum;
35
36
  individualCountFlock?: number;
@@ -47,6 +48,7 @@ export class UnitFact {
47
48
  pairCountInner?: number;
48
49
  pairCountOuter?: number;
49
50
  pointCountFlock?: string;
51
+ pullusIndividualCount?: number;
50
52
  runningWaterInVicinity?: boolean;
51
53
  /**
52
54
  * Oma arvio lajimäärityksen luotettavuudesta
@@ -23,6 +23,7 @@ export declare class UnitFact {
23
23
  */
24
24
  detOnSite?: MYDetOnSiteEnum;
25
25
  distanceMeters?: number;
26
+ eggCount?: number;
26
27
  femalesWithBroodsCount?: number;
27
28
  glowWormMicrohabitat?: MYGlowWormMicrohabitatEnum;
28
29
  individualCountFlock?: number;
@@ -40,6 +41,7 @@ export declare class UnitFact {
40
41
  pairCountInner?: number;
41
42
  pairCountOuter?: number;
42
43
  pointCountFlock?: string;
44
+ pullusIndividualCount?: number;
43
45
  runningWaterInVicinity?: boolean;
44
46
  /**
45
47
  * Oma arvio lajimäärityksen luotettavuudesta
@@ -23,6 +23,7 @@ export interface UnitFact {
23
23
  */
24
24
  detOnSite?: MYDetOnSiteEnum;
25
25
  distanceMeters?: number;
26
+ eggCount?: number;
26
27
  femalesWithBroodsCount?: number;
27
28
  glowWormMicrohabitat?: MYGlowWormMicrohabitatEnum;
28
29
  individualCountFlock?: number;
@@ -40,6 +41,7 @@ export interface UnitFact {
40
41
  pairCountInner?: number;
41
42
  pairCountOuter?: number;
42
43
  pointCountFlock?: string;
44
+ pullusIndividualCount?: number;
43
45
  runningWaterInVicinity?: boolean;
44
46
  /**
45
47
  * Oma arvio lajimäärityksen luotettavuudesta
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.335",
3
+ "version": "2.0.337",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {