@medipass/web-sdk 11.66.10-chore-add-medicare-verification-types.1 → 11.66.10-chore-add-medicare-verification-types.2

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.
@@ -111,6 +111,7 @@ export declare const unsuspendBusiness: (businessId: string, body: Record<string
111
111
  export interface MedicareVerificationResponse {
112
112
  correlationId: string;
113
113
  patientVerified: boolean;
114
+ concessionVerified?: boolean;
114
115
  isUpdateRequired: boolean;
115
116
  isNotificationRequired: boolean;
116
117
  healthFundAccount: Record<string, any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.66.10-chore-add-medicare-verification-types.1",
3
+ "version": "11.66.10-chore-add-medicare-verification-types.2",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -57,5 +57,5 @@
57
57
  "resolutions": {
58
58
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
59
59
  },
60
- "gitHead": "9c9f97da4199f3503d7a7c37a2ef13f5165d028c"
60
+ "gitHead": "05af4eb91b33d36c41325b905a790826cd6e17d9"
61
61
  }