@luomus/laji-schema 2.0.368 → 2.0.370

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,4 +1,5 @@
1
1
  import { MYBatCollectorEnum } from './index.dto';
2
+ import { LineTransectNest } from './index.dto';
2
3
  import { MYLolifeSiteClassificationEnum } from './index.dto';
3
4
  import { MYPointCountHabitatEnum } from './index.dto';
4
5
  import { MYSykeButterFlyCensusWindEnum } from './index.dto';
@@ -33,7 +34,7 @@ export class GatheringFact {
33
34
  documentation?: string;
34
35
  invasiveControlOtherExpensesInEuros?: number;
35
36
  invasiveControlWorkHours?: number;
36
- lineTransectNests?: string[];
37
+ lineTransectNests?: LineTransectNest[];
37
38
  lineTransectSegmentCounted?: boolean;
38
39
  lineTransectSegmentMetersEnd?: number;
39
40
  lineTransectSegmentMetersStart?: number;
@@ -12,6 +12,7 @@ export class LineTransectNest {
12
12
  "@context"?: string;
13
13
  id?: string;
14
14
  "@type"?: string;
15
+ autocompleteSelectedTaxonID?: string;
15
16
  lineTransectNestMeters?: number;
16
17
  lineTransectRouteFieldType?: MYLineTransectRouteFieldTypeEnum;
17
18
  nestCount?: number;
@@ -1,4 +1,5 @@
1
1
  import { MYBatCollectorEnum } from './';
2
+ import { LineTransectNest } from './';
2
3
  import { MYLolifeSiteClassificationEnum } from './';
3
4
  import { MYPointCountHabitatEnum } from './';
4
5
  import { MYSykeButterFlyCensusWindEnum } from './';
@@ -26,7 +27,7 @@ export declare class GatheringFact {
26
27
  documentation?: string;
27
28
  invasiveControlOtherExpensesInEuros?: number;
28
29
  invasiveControlWorkHours?: number;
29
- lineTransectNests?: string[];
30
+ lineTransectNests?: LineTransectNest[];
30
31
  lineTransectSegmentCounted?: boolean;
31
32
  lineTransectSegmentMetersEnd?: number;
32
33
  lineTransectSegmentMetersStart?: number;
@@ -5,6 +5,7 @@ export declare class LineTransectNest {
5
5
  "@context"?: string;
6
6
  id?: string;
7
7
  "@type"?: string;
8
+ autocompleteSelectedTaxonID?: string;
8
9
  lineTransectNestMeters?: number;
9
10
  lineTransectRouteFieldType?: MYLineTransectRouteFieldTypeEnum;
10
11
  nestCount?: number;
@@ -1,4 +1,5 @@
1
1
  import { MYBatCollectorEnum } from './';
2
+ import { LineTransectNest } from './';
2
3
  import { MYLolifeSiteClassificationEnum } from './';
3
4
  import { MYPointCountHabitatEnum } from './';
4
5
  import { MYSykeButterFlyCensusWindEnum } from './';
@@ -26,7 +27,7 @@ export interface GatheringFact {
26
27
  documentation?: string;
27
28
  invasiveControlOtherExpensesInEuros?: number;
28
29
  invasiveControlWorkHours?: number;
29
- lineTransectNests?: string[];
30
+ lineTransectNests?: LineTransectNest[];
30
31
  lineTransectSegmentCounted?: boolean;
31
32
  lineTransectSegmentMetersEnd?: number;
32
33
  lineTransectSegmentMetersStart?: number;
@@ -5,6 +5,7 @@ export interface LineTransectNest {
5
5
  "@context"?: string;
6
6
  id?: string;
7
7
  "@type"?: string;
8
+ autocompleteSelectedTaxonID?: string;
8
9
  lineTransectNestMeters?: number;
9
10
  lineTransectRouteFieldType?: MYLineTransectRouteFieldTypeEnum;
10
11
  nestCount?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.368",
3
+ "version": "2.0.370",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {