@medipass/web-sdk 11.71.2-chore-refund-modal-instructions.0 → 11.71.2-chore-refund-modal-instructions.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.
@@ -417,7 +417,7 @@ export declare const terminalInput: (transactionId: string, body: Record<string,
417
417
  * @param {Object} opts - Additional options
418
418
  */
419
419
  export declare const terminalCancellation: (transactionId: string, body: Record<string, any>, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
420
- interface RefundPaymentRequestBody {
420
+ export interface RefundPaymentRequestBody {
421
421
  refundAmount: string;
422
422
  refundReason: string;
423
423
  terminal?: {
@@ -523,4 +523,3 @@ export interface EmailInvoiceRequestBody {
523
523
  * @param {Object} opts - Additional options
524
524
  */
525
525
  export declare const emailInvoice: (transactionId: string, body: EmailInvoiceRequestBody, opts?: MedipassRequestOpts) => Promise<Record<string, any>>;
526
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@medipass/web-sdk",
3
- "version": "11.71.2-chore-refund-modal-instructions.0",
3
+ "version": "11.71.2-chore-refund-modal-instructions.1",
4
4
  "description": "",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",
@@ -59,5 +59,5 @@
59
59
  "resolutions": {
60
60
  "react-scripts/**/@typescript-eslint/eslint-plugin": "5.32.0"
61
61
  },
62
- "gitHead": "71da60ac37279fef88472ce245a91f8858d68dc4"
62
+ "gitHead": "dc13921e05a2e0570da639bf13d6f67b52feefa0"
63
63
  }