Changelog

0.1.1 - 2025-10-02

Added

  • CheckoutSessionPaymentDetails also returns agreement with type LoopConnectCheckoutAgreement (#1307)

Changed

  • suggestedAuthorizationTokenAmount, minimumAuthorizationTokenAmount, and minimumBalanceTokenAmount properties in all interface and type definitions always return a string, rather than string | undefined (#1307)
  • CheckoutSessionStateChangeEventConfirmingBalance interface renamed amount to minimumBalanceTokenAmount (#1307)
  • CheckoutSessionStateChangeEventConfirmingAuthorization interface renamed minimumAuthorization to minimumAuthorizationTokenAmount (#1307)
  • CheckoutSessionStateChangeEventUpdatingAuthorization interface renamed suggestedAuthorization to suggestedAuthorizationTokenAmount (#1307)

Fixed

  • amountType now defaults to "token" for all interface and type definitions (#1307)
  • CheckoutSessionReadyFailedEvent now correctly returns property type: "checkoutSessionReadyFailed" (#1307)

0.1.0 - 2025-10-01

Added

  • React component LoopConnectCheckoutSession (#1306)
  • Web component loop-connect-checkout-session (#1306)