@medipass/web-sdk 11.69.2-fix-qbe-convert-draft.1 → 11.69.2-fix-qbe-convert-draft.3
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
|
|
@@ -390,7 +390,7 @@ export declare const saveDraft: (businessId: string, body: Record<string, any>,
|
|
|
390
390
|
* @param {Object} body - Request body
|
|
391
391
|
* @param {Object} opts - Additional options
|
|
392
392
|
*/
|
|
393
|
-
export declare const convertDraft: (transactionId: string, body
|
|
393
|
+
export declare const convertDraft: (transactionId: string, body?: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Transaction>;
|
|
394
394
|
/**
|
|
395
395
|
* Archive an invoice
|
|
396
396
|
* @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-fix-qbe-convert-draft.
|
|
3
|
+
"version": "11.69.2-fix-qbe-convert-draft.3",
|
|
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": "f55b9f2571f29e39e95ee8e891825176e7f68edd"
|
|
60
60
|
}
|