@natch-the-storage/heathershaw-platform-types 1.16.9 → 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.
@@ -307,6 +307,7 @@ export interface PatientRecord {
307
307
  lastName: string;
308
308
  dateOfBirth: string;
309
309
  medicareNumber?: string;
310
+ medicareIrn?: string;
310
311
  email: string;
311
312
  phoneNumber: string;
312
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.9",
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",