@luomus/laji-schema 2.0.242 → 2.0.243

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.
@@ -100,7 +100,7 @@ export class Sample {
100
100
  * Location of the preparation/sample so that museum personnel can find it. E.g. room, freezer, shelf number etc.
101
101
  */
102
102
  sampleLocation?: string;
103
- specimenID: string;
103
+ specimenID?: string;
104
104
  /**
105
105
  * Status of the preparation/sample. For specimen level status use the status field in the basic information section. Empty value means same as "ok" - that there is nothing special about the status of the sample.
106
106
  */
@@ -93,7 +93,7 @@ export declare class Sample {
93
93
  * Location of the preparation/sample so that museum personnel can find it. E.g. room, freezer, shelf number etc.
94
94
  */
95
95
  sampleLocation?: string;
96
- specimenID: string;
96
+ specimenID?: string;
97
97
  /**
98
98
  * Status of the preparation/sample. For specimen level status use the status field in the basic information section. Empty value means same as "ok" - that there is nothing special about the status of the sample.
99
99
  */
@@ -93,7 +93,7 @@ export interface Sample {
93
93
  * Location of the preparation/sample so that museum personnel can find it. E.g. room, freezer, shelf number etc.
94
94
  */
95
95
  sampleLocation?: string;
96
- specimenID: string;
96
+ specimenID?: string;
97
97
  /**
98
98
  * Status of the preparation/sample. For specimen level status use the status field in the basic information section. Empty value means same as "ok" - that there is nothing special about the status of the sample.
99
99
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@luomus/laji-schema",
3
- "version": "2.0.242",
3
+ "version": "2.0.243",
4
4
  "description": "Common autogenerated Typescript interfaces and classes for the schemas used by LUOMUS.",
5
5
  "license": "MIT",
6
6
  "scripts": {