nmr-processing 17.3.0 → 17.3.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.
@@ -1007,7 +1007,7 @@ declare interface HOSEPrediction {
1007
1007
  /**
1008
1008
  * The HOSE code used to make the prediction.
1009
1009
  */
1010
- idCode: string;
1010
+ hose: string;
1011
1011
  }
1012
1012
 
1013
1013
  declare type ID = string;