@flumens/models 0.19.0 → 0.19.1

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.
@@ -37,6 +37,14 @@ export interface Data extends DataOriginal {
37
37
  date?: any;
38
38
  sampleMethodId?: number;
39
39
  enteredSrefSystem: 'OSGB' | 'OSIE' | 'utm30ed50' | 4326;
40
+ /**
41
+ * Site the sample was linked to.
42
+ */
43
+ locationId?: string;
44
+ /**
45
+ * Group/project the sample was linked to.
46
+ */
47
+ groupId?: string;
40
48
  /**
41
49
  * Allows record precision to be blurred for public viewing for privacy
42
50
  * (as opposed to sensitivity) reasons. An example might be to obscure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flumens/models",
3
- "version": "0.19.0",
3
+ "version": "0.19.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "scripts": {