@medipass/web-sdk 11.62.1 → 11.62.2-chore-fix-publishing.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.
@@ -199,12 +199,12 @@ export interface HealthPointRegistrationApplicationResponse {
199
199
  export interface UpdateHealthPointRegistrationApplicationBody {
200
200
  isMidChecked: boolean;
201
201
  isMidEnabled: boolean;
202
- isMidCheckedForSettlement: boolean;
202
+ isMidCheckedForSettlement?: boolean;
203
203
  staffs: {
204
204
  _id: string;
205
205
  providerSet: {
206
206
  _id: string;
207
- isCertificationMatch: boolean;
207
+ isCertificationMatch?: boolean;
208
208
  }[];
209
209
  }[];
210
210
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.62.1",
3
+ "version": "11.62.2-chore-fix-publishing.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -58,5 +58,5 @@
58
58
  "resolutions": {
59
59
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
60
60
  },
61
- "gitHead": "75499fabd8eb78629c193839b9b80b28fdbc9313"
61
+ "gitHead": "1eb81ddaa69a35d7806e943b40a3291719e01e09"
62
62
  }