@luomus/laji-schema 2.0.137 → 2.0.139
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.
package/dist/dto/Sample.dto.ts
CHANGED
|
@@ -2,6 +2,7 @@ import { MFElutionMediumEnum } from './index.dto';
|
|
|
2
2
|
import { MFIndividualsInPreparationEnum } from './index.dto';
|
|
3
3
|
import { MFMaterialEnum } from './index.dto';
|
|
4
4
|
import { MFPreparationTypeEnum } from './index.dto';
|
|
5
|
+
import { Preparation } from './index.dto';
|
|
5
6
|
import { MYPreservations } from './index.dto';
|
|
6
7
|
import { MFQualityEnum } from './index.dto';
|
|
7
8
|
import { MFQualityCheckMethodEnum } from './index.dto';
|
|
@@ -70,6 +71,7 @@ export class Sample {
|
|
|
70
71
|
* Type of preparation/sample
|
|
71
72
|
*/
|
|
72
73
|
preparationType: MFPreparationTypeEnum;
|
|
74
|
+
preparations?: Preparation[];
|
|
73
75
|
/**
|
|
74
76
|
* Preservation methods and materials of the preparation/sample. It is possible to choose several
|
|
75
77
|
*/
|
|
@@ -2,6 +2,7 @@ import { MFElutionMediumEnum } from './';
|
|
|
2
2
|
import { MFIndividualsInPreparationEnum } from './';
|
|
3
3
|
import { MFMaterialEnum } from './';
|
|
4
4
|
import { MFPreparationTypeEnum } from './';
|
|
5
|
+
import { Preparation } from './';
|
|
5
6
|
import { MYPreservations } from './';
|
|
6
7
|
import { MFQualityEnum } from './';
|
|
7
8
|
import { MFQualityCheckMethodEnum } from './';
|
|
@@ -63,6 +64,7 @@ export declare class Sample {
|
|
|
63
64
|
* Type of preparation/sample
|
|
64
65
|
*/
|
|
65
66
|
preparationType: MFPreparationTypeEnum;
|
|
67
|
+
preparations?: Preparation[];
|
|
66
68
|
/**
|
|
67
69
|
* Preservation methods and materials of the preparation/sample. It is possible to choose several
|
|
68
70
|
*/
|
|
@@ -2,6 +2,7 @@ import { MFElutionMediumEnum } from './';
|
|
|
2
2
|
import { MFIndividualsInPreparationEnum } from './';
|
|
3
3
|
import { MFMaterialEnum } from './';
|
|
4
4
|
import { MFPreparationTypeEnum } from './';
|
|
5
|
+
import { Preparation } from './';
|
|
5
6
|
import { MYPreservations } from './';
|
|
6
7
|
import { MFQualityEnum } from './';
|
|
7
8
|
import { MFQualityCheckMethodEnum } from './';
|
|
@@ -63,6 +64,7 @@ export interface Sample {
|
|
|
63
64
|
* Type of preparation/sample
|
|
64
65
|
*/
|
|
65
66
|
preparationType: MFPreparationTypeEnum;
|
|
67
|
+
preparations?: Preparation[];
|
|
66
68
|
/**
|
|
67
69
|
* Preservation methods and materials of the preparation/sample. It is possible to choose several
|
|
68
70
|
*/
|