@natch-the-storage/heathershaw-platform-types 1.4.1 → 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.
- package/build/validators.d.ts +2 -0
- package/package.json +1 -1
package/build/validators.d.ts
CHANGED
|
@@ -22,6 +22,7 @@ export interface Address {
|
|
|
22
22
|
state: string;
|
|
23
23
|
postcode: string;
|
|
24
24
|
deliveryInstructions?: string;
|
|
25
|
+
addressName?: string;
|
|
25
26
|
defaultAddress?: boolean;
|
|
26
27
|
}
|
|
27
28
|
export interface PrescriberSelect {
|
|
@@ -161,6 +162,7 @@ export interface PartnerPharmacyProfile {
|
|
|
161
162
|
id: number;
|
|
162
163
|
userId?: string;
|
|
163
164
|
abn?: string;
|
|
165
|
+
pharmacyName?: string;
|
|
164
166
|
contactName?: string;
|
|
165
167
|
invoiceEmail?: string;
|
|
166
168
|
discountTier?: string;
|