@getopenpay/openpay-js-react 0.2.26 → 0.2.28

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.
package/dist/index.d.ts CHANGED
@@ -361,6 +361,8 @@ declare type LoopCryptoFlowCustomParams =
361
361
  }
362
362
  | {
363
363
  failureDetails: PayInFailedEvent;
364
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
365
+ debugInfo?: Record<string, any>;
364
366
  success: false;
365
367
  }
366
368
  | undefined;