@medipass/web-sdk 12.7.1-fix-aged-care-types.0 → 12.7.2-fix-add-aged-care-created-attribute.0

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.
@@ -411,6 +411,7 @@ export declare type AgedCareClaim = {
411
411
  paymentDateString: string;
412
412
  status: AgedCareClaimStatus;
413
413
  agedCareCreated: string;
414
+ agedCareUpdated: string;
414
415
  createdAtDateTime: string;
415
416
  updatedAtDateTime: string;
416
417
  modified: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.7.1-fix-aged-care-types.0",
3
+ "version": "12.7.2-fix-add-aged-care-created-attribute.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -59,5 +59,5 @@
59
59
  "resolutions": {
60
60
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
61
61
  },
62
- "gitHead": "834e6d1f54f045c6e5945d5455b0c6c88b55a762"
62
+ "gitHead": "84eabc0358a0bd84c01cdf17ab9cc45eacdc39e9"
63
63
  }