@natch-the-storage/heathershaw-platform-types 1.4.2 → 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.
- package/build/validators.d.ts +2 -0
- package/package.json +1 -1
package/build/validators.d.ts
CHANGED
|
@@ -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;
|
|
@@ -175,6 +176,7 @@ export interface PartnerPharmacyProfile {
|
|
|
175
176
|
export interface PartnerPharmacyProfileCreate {
|
|
176
177
|
userId: string;
|
|
177
178
|
abn: string;
|
|
179
|
+
pharmacyName: string;
|
|
178
180
|
contactName: string;
|
|
179
181
|
invoiceEmail: string;
|
|
180
182
|
discountTier: string;
|