@natch-the-storage/heathershaw-platform-types 1.16.8 → 1.16.10

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.
@@ -185,6 +185,7 @@ export interface Order {
185
185
  partnerPharmacyProfileId?: number | null;
186
186
  patientRecordId?: number | null;
187
187
  directUserProfileId?: number | null;
188
+ for: string;
188
189
  address: OrderAddress;
189
190
  trackingNumber?: string;
190
191
  status: OrderStatus;
@@ -306,6 +307,7 @@ export interface PatientRecord {
306
307
  lastName: string;
307
308
  dateOfBirth: string;
308
309
  medicareNumber?: string;
310
+ medicareIrn?: string;
309
311
  email: string;
310
312
  phoneNumber: string;
311
313
  addresses: Address[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@natch-the-storage/heathershaw-platform-types",
3
- "version": "1.16.8",
3
+ "version": "1.16.10",
4
4
  "description": "Interfaces and routes to use on the client",
5
5
  "license": "ISC",
6
6
  "author": "Natch Surana",