@medipass/web-sdk 11.69.2-fix-qbe-convert-draft.2 → 11.69.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.
|
@@ -327,7 +327,7 @@ export declare const cancelClaim: (transactionId: string, claimId: string, body:
|
|
|
327
327
|
* @param {Object} body - Request body
|
|
328
328
|
* @param {Object} opts - Additional options
|
|
329
329
|
*/
|
|
330
|
-
export declare const submitClaim: (transactionId: string, claimId: string, body
|
|
330
|
+
export declare const submitClaim: (transactionId: string, claimId: string, body?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
331
331
|
/**
|
|
332
332
|
* Save claim details
|
|
333
333
|
* @param {String} transactionId - Transaction ID
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medipass/web-sdk",
|
|
3
|
-
"version": "11.69.2
|
|
3
|
+
"version": "11.69.2",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"types": "lib/index.d.ts",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"resolutions": {
|
|
57
57
|
"react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "8fb3a0bd52cb6c82bc73ed9b252741c2a533925b"
|
|
60
60
|
}
|