@medipass/web-sdk 11.64.1 → 11.64.3-feature-new-page-with-sidebar-component.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.
@@ -218,6 +218,7 @@ export interface HealthPointRegistrationApplicationResponse {
218
218
  specialtyIds: string[];
219
219
  files?: HealthPointProviderSetFilesAttributes[];
220
220
  isCertificationMatch?: boolean;
221
+ rejectionReason?: string;
221
222
  settlement?: HealthPointSettlementAttributes;
222
223
  }[];
223
224
  }[];
@@ -235,6 +236,7 @@ export interface UpdateHealthPointRegistrationApplicationBody {
235
236
  providerSet: {
236
237
  _id: string;
237
238
  isCertificationMatch?: boolean;
239
+ rejectionReason?: string;
238
240
  }[];
239
241
  }[];
240
242
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.64.1",
3
+ "version": "11.64.3-feature-new-page-with-sidebar-component.0",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -46,7 +46,7 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@babel/plugin-transform-runtime": "7.8.3",
49
- "@medipass/utils": "^11.80.1",
49
+ "@medipass/utils": "^11.80.2-feature-new-page-with-sidebar-component.0",
50
50
  "@types/jest": "28.1.6",
51
51
  "@types/mocha": "9.1.1",
52
52
  "@types/node": "20.3.2",
@@ -58,5 +58,5 @@
58
58
  "resolutions": {
59
59
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
60
60
  },
61
- "gitHead": "50da0ec4ffbebadefe0e34158c5c24279cad467d"
61
+ "gitHead": "0b3a53a2a8d257dd70c4f13f33749bf4ae8a5d1a"
62
62
  }