@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.
- package/build/validators.d.ts +1 -1
- package/package.json +1 -1
package/build/validators.d.ts
CHANGED
|
@@ -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;
|