@luomus/laji-schema 2.0.401 → 2.0.403

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.
@@ -20,7 +20,7 @@ export class Event {
20
20
  /**
21
21
  * ID for the accossiated branch
22
22
  */
23
- branchID: string;
23
+ branchID?: string;
24
24
  date?: string;
25
25
  eRH?: string;
26
26
  estimatedSeedQuantity?: number;
@@ -13,7 +13,7 @@ export declare class Event {
13
13
  /**
14
14
  * ID for the accossiated branch
15
15
  */
16
- branchID: string;
16
+ branchID?: string;
17
17
  date?: string;
18
18
  eRH?: string;
19
19
  estimatedSeedQuantity?: number;
@@ -13,7 +13,7 @@ export interface Event {
13
13
  /**
14
14
  * ID for the accossiated branch
15
15
  */
16
- branchID: string;
16
+ branchID?: string;
17
17
  date?: string;
18
18
  eRH?: string;
19
19
  estimatedSeedQuantity?: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.401",
3
+ "version": "2.0.403",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {