@medipass/web-sdk 12.7.4-feature-aged-care-get-aged-care-claim.2 → 12.7.4-feature-aged-care-get-aged-care-claim.3

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.
@@ -439,7 +439,7 @@ export interface MedipassAgedCareClaim {
439
439
  amountPaid: number;
440
440
  amountPaidString: string;
441
441
  paymentDateString: string;
442
- status: string;
442
+ status: AgedCareClaimStatus;
443
443
  agedCareCreated: string;
444
444
  agedCareUpdated: string;
445
445
  created: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "12.7.4-feature-aged-care-get-aged-care-claim.2",
3
+ "version": "12.7.4-feature-aged-care-get-aged-care-claim.3",
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": "e68804af1ee48063d66866beb04e02c1238c375e"
62
+ "gitHead": "72363847b3bfd300c988d0270b8231355dd3365d"
63
63
  }