@medipass/web-sdk 11.64.0 → 11.64.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.
- package/lib/types/documents.d.ts +2 -0
- package/package.json +3 -3
package/lib/types/documents.d.ts
CHANGED
|
@@ -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.
|
|
3
|
+
"version": "11.64.2",
|
|
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.
|
|
49
|
+
"@medipass/utils": "^11.80.1",
|
|
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": "
|
|
61
|
+
"gitHead": "2ed2c71096655c4d1a643d45793c23064bf93380"
|
|
62
62
|
}
|