@zealicsolutions/web-ui 0.4.143 → 0.4.144
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.
|
@@ -161,9 +161,9 @@ export interface BaseMolecule {
|
|
|
161
161
|
instance: 'molecule';
|
|
162
162
|
metadata: MetadataType;
|
|
163
163
|
moleculeLibraryId: string;
|
|
164
|
-
dataCaptureProperties
|
|
164
|
+
dataCaptureProperties: {
|
|
165
165
|
sourceDataModelFieldId: string;
|
|
166
|
-
};
|
|
166
|
+
} | null;
|
|
167
167
|
organismLibraryMoleculeId: string;
|
|
168
168
|
}
|
|
169
169
|
export interface ImageMolecule extends BaseMolecule {
|
|
@@ -161,9 +161,9 @@ export interface BaseMolecule {
|
|
|
161
161
|
instance: 'molecule';
|
|
162
162
|
metadata: MetadataType;
|
|
163
163
|
moleculeLibraryId: string;
|
|
164
|
-
dataCaptureProperties
|
|
164
|
+
dataCaptureProperties: {
|
|
165
165
|
sourceDataModelFieldId: string;
|
|
166
|
-
};
|
|
166
|
+
} | null;
|
|
167
167
|
organismLibraryMoleculeId: string;
|
|
168
168
|
}
|
|
169
169
|
export interface ImageMolecule extends BaseMolecule {
|
package/dist/index.d.ts
CHANGED
|
@@ -455,9 +455,9 @@ interface BaseMolecule {
|
|
|
455
455
|
instance: 'molecule';
|
|
456
456
|
metadata: MetadataType;
|
|
457
457
|
moleculeLibraryId: string;
|
|
458
|
-
dataCaptureProperties
|
|
458
|
+
dataCaptureProperties: {
|
|
459
459
|
sourceDataModelFieldId: string;
|
|
460
|
-
};
|
|
460
|
+
} | null;
|
|
461
461
|
organismLibraryMoleculeId: string;
|
|
462
462
|
}
|
|
463
463
|
interface ImageMolecule extends BaseMolecule {
|