@natch-the-storage/heathershaw-platform-types 1.11.0 → 1.11.1
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 +4 -0
- package/package.json +1 -1
package/build/validators.d.ts
CHANGED
|
@@ -103,6 +103,9 @@ export interface Sms {
|
|
|
103
103
|
to: string;
|
|
104
104
|
}
|
|
105
105
|
export interface PaymentLinkCreate {
|
|
106
|
+
partnerPharmacyProfileId?: number;
|
|
107
|
+
patientRecordId?: number;
|
|
108
|
+
directUserProfileId?: number;
|
|
106
109
|
phone?: string;
|
|
107
110
|
email?: string;
|
|
108
111
|
}
|
|
@@ -186,6 +189,7 @@ export interface OrderAddress {
|
|
|
186
189
|
type: OrderFulfillment;
|
|
187
190
|
name: string;
|
|
188
191
|
address: string;
|
|
192
|
+
deliveryInstructions?: string;
|
|
189
193
|
}
|
|
190
194
|
export interface PaperScriptReminder {
|
|
191
195
|
id: number;
|