@natch-the-storage/heathershaw-platform-types 1.10.20 → 1.10.21

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.
@@ -549,6 +549,8 @@ export interface CDScript {
549
549
  scriptInfo: {
550
550
  patient: {
551
551
  customerId: number;
552
+ firstName: string;
553
+ lastName: string;
552
554
  };
553
555
  instructions: string;
554
556
  expiryDate: string;
@@ -560,8 +562,11 @@ export interface CDScript {
560
562
  };
561
563
  };
562
564
  formulation: {
565
+ formulationId: number;
566
+ unit: string;
563
567
  properties: CDScriptProperties[];
564
568
  ingredients: CDScriptIngredients[];
569
+ pricing: CDScriptPriceOption[];
565
570
  };
566
571
  itemCount: number;
567
572
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.10.20",
3
+ "version": "1.10.21",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",