@natch-the-storage/heathershaw-platform-types 1.4.2 → 1.4.3

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.
@@ -162,6 +162,7 @@ export interface PartnerPharmacyProfile {
162
162
  id: number;
163
163
  userId?: string;
164
164
  abn?: string;
165
+ pharmacyName?: string;
165
166
  contactName?: string;
166
167
  invoiceEmail?: string;
167
168
  discountTier?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",