@natch-the-storage/heathershaw-platform-types 1.17.3 → 1.17.4

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.
@@ -360,9 +360,9 @@ export interface Quote {
360
360
  status: QuoteStatus;
361
361
  partnerPharmacyProfileId: number;
362
362
  name: string;
363
- strength: string;
364
363
  form: string;
365
364
  quantity: string;
365
+ strength?: string;
366
366
  details?: string;
367
367
  token?: string;
368
368
  fileKey?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.17.3",
3
+ "version": "1.17.4",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",