@luomus/laji-schema 2.0.346 → 2.0.348

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.
@@ -69,6 +69,7 @@ export class Gathering {
69
69
  * Name of an expedition or such.
70
70
  */
71
71
  collectingEventName?: string;
72
+ conditionNotes?: string;
72
73
  controlActivitiesNotes?: string;
73
74
  /**
74
75
  * Free-text notes about the coordinates.
@@ -62,6 +62,7 @@ export declare class Gathering {
62
62
  * Name of an expedition or such.
63
63
  */
64
64
  collectingEventName?: string;
65
+ conditionNotes?: string;
65
66
  controlActivitiesNotes?: string;
66
67
  /**
67
68
  * Free-text notes about the coordinates.
@@ -62,6 +62,7 @@ export interface Gathering {
62
62
  * Name of an expedition or such.
63
63
  */
64
64
  collectingEventName?: string;
65
+ conditionNotes?: string;
65
66
  controlActivitiesNotes?: string;
66
67
  /**
67
68
  * Free-text notes about the coordinates.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.346",
3
+ "version": "2.0.348",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {