nmr-processing 18.0.0 → 18.0.2

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.
@@ -40,6 +40,7 @@ import type { Shape1D } from 'ml-peak-shape-generator';
40
40
  import { SpectraDataWithIds as SpectraDataWithIds_2 } from './nmrAssigment';
41
41
  import type { TopicMolecule } from 'openchemlib-utils';
42
42
  import type { XDistributionStats } from 'ml-spectra-processing';
43
+ import type { XRobustDistributionStats } from 'ml-spectra-processing';
43
44
  import type { XYEquallySpacedOptions } from 'ml-spectra-processing';
44
45
  import type { XYNumber } from 'spectrum-generator';
45
46
 
@@ -1341,7 +1342,7 @@ export declare interface NMRSignal1D {
1341
1342
  }
1342
1343
 
1343
1344
  export declare type NMRSignal1DFromPrediction = MakeMandatory<NMRSignal1D, 'nbAtoms' | 'atoms' | 'diaIDs'> & {
1344
- statistics?: XDistributionStats;
1345
+ statistics?: XRobustDistributionStats;
1345
1346
  metadata?: HOSEPrediction;
1346
1347
  };
1347
1348