@zakodium/nmr-types 0.5.9 → 0.5.10

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.
@@ -371,6 +371,7 @@ export declare interface Info {
371
371
  solvent?: string;
372
372
  pulseSequence?: string;
373
373
  name: string;
374
+ spectrumSource?: SpectrumSource;
374
375
  }
375
376
 
376
377
  export declare interface Info1D extends Info {
@@ -724,6 +725,8 @@ export declare interface SineBellOptions {
724
725
 
725
726
  export declare type SineSquareOptions = Omit<SineBellOptions, 'exponent'>;
726
727
 
728
+ export declare type SpectrumSource = 'prediction' | 'database' | 'unknown';
729
+
727
730
  declare interface StringField extends Field<string> {
728
731
  type: 'string';
729
732
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zakodium/nmr-types",
3
- "version": "0.5.9",
3
+ "version": "0.5.10",
4
4
  "description": "Types related to NMR data processing.",
5
5
  "author": "Zakodium Sàrl",
6
6
  "license": "CC-BY-NC-SA-4.0",
@@ -38,5 +38,5 @@
38
38
  "volta": {
39
39
  "extends": "../../../package.json"
40
40
  },
41
- "gitHead": "40ac12f7777c90a4c90c5f5e6507f22ef0d37a13"
41
+ "gitHead": "33548bbb69c0f3d6eb5ded49caf404d5f53cf7ac"
42
42
  }