@medipass/web-sdk 11.69.2-fix-qbe-convert-draft.0 → 11.69.2-fix-qbe-convert-draft.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.
|
@@ -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
|
|
@@ -497,7 +497,7 @@ export declare const createPhiInvoice: (body: Record<string, any>, opts?: Medipa
|
|
|
497
497
|
*/
|
|
498
498
|
export declare const createPhiQuote: (body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
|
|
499
499
|
export interface EmailInvoiceRequestBody {
|
|
500
|
-
|
|
500
|
+
emailTo: string[];
|
|
501
501
|
message: string;
|
|
502
502
|
}
|
|
503
503
|
/**
|
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.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": "f0ada242163b0b60c743d4cdb810e7443b678aad"
|
|
60
60
|
}
|