@natch-the-storage/heathershaw-platform-types 1.4.3 → 1.4.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.
@@ -176,6 +176,7 @@ export interface PartnerPharmacyProfile {
176
176
  export interface PartnerPharmacyProfileCreate {
177
177
  userId: string;
178
178
  abn: string;
179
+ pharmacyName: string;
179
180
  contactName: string;
180
181
  invoiceEmail: string;
181
182
  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.3",
3
+ "version": "1.4.4",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",