@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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zealicsolutions/web-ui",
3
- "version": "0.4.143",
3
+ "version": "0.4.144",
4
4
  "testVersion1": "0.3.327",
5
5
  "testVersion2": "0.2.421",
6
6
  "repository": {