@getopenpay/openpay-js 0.2.18 → 0.2.19-alpha.b8b43a7

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
@@ -495,20 +495,13 @@ declare type LoopCryptoFlowCustomParams =
495
495
  | {
496
496
  customer: Omit<CustomerResponse, 'paymentMethods' | 'merchants' | 'dateCreated'>;
497
497
  payin: PayInCompleteEvent;
498
- // TODO: Move these to nonCdeFormInput prop
499
- email?: string;
500
- firstName?: string;
501
- lastName?: string;
502
498
  success: true;
503
499
  }
504
500
  | {
505
- detail: PayInFailedEvent;
506
- // TODO: Move these to nonCdeFormInput prop
507
- email?: string;
508
- firstName?: string;
509
- lastName?: string;
501
+ failureDetails: PayInFailedEvent;
510
502
  success: false;
511
- };
503
+ }
504
+ | undefined;
512
505
 
513
506
  declare type LoopCryptoWidgetProps = {
514
507
  paymentUsdAmount: number;