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

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.
@@ -119,6 +119,11 @@ export interface MedicareVerificationResponse {
119
119
  message: string;
120
120
  responded: string;
121
121
  };
122
+ concession: {
123
+ code: number;
124
+ message: string;
125
+ responded: string;
126
+ };
122
127
  }
123
128
  /**
124
129
  * Verify Medicare
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.0",
3
+ "version": "11.66.10-chore-add-medicare-verification-types.1",
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": "551f152bab571d102054df5ffd09d8d58123f521"
60
+ "gitHead": "9c9f97da4199f3503d7a7c37a2ef13f5165d028c"
61
61
  }