@medipass/web-sdk 11.69.2-fix-qbe-convert-draft.1 → 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: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Transaction>;
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.1",
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": "078344a9aa82f6002a6dd837c85a202673653b20"
59
+ "gitHead": "f0ada242163b0b60c743d4cdb810e7443b678aad"
60
60
  }