@getopenpay/openpay-js 0.2.25 → 0.2.27-alpha.03957a5

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
@@ -500,6 +500,8 @@ declare type LoopCryptoFlowCustomParams =
500
500
  }
501
501
  | {
502
502
  failureDetails: PayInFailedEvent;
503
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
504
+ debugInfo?: Record<string, any>;
503
505
  success: false;
504
506
  }
505
507
  | undefined;