@medipass/web-sdk 11.63.15-feature-healthpoint-rejection-reason.0 → 11.63.15-feature-support-multiple-domains.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,7 +218,6 @@ export interface HealthPointRegistrationApplicationResponse {
218
218
  specialtyIds: string[];
219
219
  files?: HealthPointProviderSetFilesAttributes[];
220
220
  isCertificationMatch?: boolean;
221
- rejectionReason?: string;
222
221
  settlement?: HealthPointSettlementAttributes;
223
222
  }[];
224
223
  }[];
@@ -236,7 +235,6 @@ export interface UpdateHealthPointRegistrationApplicationBody {
236
235
  providerSet: {
237
236
  _id: string;
238
237
  isCertificationMatch?: boolean;
239
- rejectionReason?: string;
240
238
  }[];
241
239
  }[];
242
240
  }
@@ -64,6 +64,7 @@ export declare type SetupOpts = {
64
64
  apiVersions?: Record<string, any>;
65
65
  env?: string;
66
66
  region?: keyof typeof COUNTRY_CODES;
67
+ appVersion?: string;
67
68
  };
68
69
  export interface ErrorResponse {
69
70
  statusCode: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.63.15-feature-healthpoint-rejection-reason.0",
3
+ "version": "11.63.15-feature-support-multiple-domains.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.79.7",
49
+ "@medipass/utils": "^11.79.8-feature-support-multiple-domains.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": "01641ff66e2e17b73895bfb947a112ba7812978f"
61
+ "gitHead": "182e69d41db9df2bd39fb5b28f0e550f6aa94fd7"
62
62
  }