@medipass/web-sdk 11.69.2-fix-qbe-convert-draft.0 → 11.69.2-fix-qbe-convert-draft.1
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.
|
@@ -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.1",
|
|
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": "078344a9aa82f6002a6dd837c85a202673653b20"
|
|
60
60
|
}
|