@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.
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.11.0",
3
+ "version": "1.11.1",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",