@natch-the-storage/heathershaw-platform-types 1.6.5 → 1.6.7

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.
@@ -409,6 +409,9 @@ export interface CDScriptProperties {
409
409
  code: string;
410
410
  type: string;
411
411
  }
412
+ export interface CDScriptIngredients {
413
+ name: string;
414
+ }
412
415
  export interface CDScriptList {
413
416
  draftScriptId: number;
414
417
  customerId: number;
@@ -433,7 +436,7 @@ export interface CDScriptList {
433
436
  costPrice: number;
434
437
  }
435
438
  export interface CDScript {
436
- draftScriptId: number;
439
+ key: string;
437
440
  name: string;
438
441
  price: number;
439
442
  quantity: number;
@@ -455,6 +458,7 @@ export interface CDScript {
455
458
  };
456
459
  formulation: {
457
460
  properties?: CDScriptProperties[];
461
+ ingredients?: CDScriptIngredients[];
458
462
  };
459
463
  itemCount: number;
460
464
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.6.5",
3
+ "version": "1.6.7",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",