Skip to content

v0.8.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 11 May 21:21
· 320 commits to main since this release

Breaking Changes

Rename nested parameter & page classes to use singular instead of plural. The following types have been renamed:

  • Rename com.lithic.api.models.EventsSubscriptionCreateParams
    to com.lithic.api.models.EventSubscriptionCreateParams
  • Rename com.lithic.api.models.EventsSubscriptionDeleteParams
    to com.lithic.api.models.EventSubscriptionDeleteParams
  • Rename com.lithic.api.models.EventsSubscriptionListPageAsync
    to com.lithic.api.models.EventSubscriptionListPageAsync
  • Rename com.lithic.api.models.EventsSubscriptionListPage
    to com.lithic.api.models.EventSubscriptionListPage
  • Rename com.lithic.api.models.EventsSubscriptionListParams
    to com.lithic.api.models.EventSubscriptionListParams
  • Rename com.lithic.api.models.EventsSubscriptionRecoverParams
    to com.lithic.api.models.EventSubscriptionRecoverParams
  • Rename com.lithic.api.models.EventsSubscriptionReplayMissingParams
    to com.lithic.api.models.EventSubscriptionReplayMissingParams
  • Rename com.lithic.api.models.EventsSubscriptionRetrieveParams
    to com.lithic.api.models.EventSubscriptionRetrieveParams
  • Rename com.lithic.api.models.EventsSubscriptionRetrieveSecretParams
    to com.lithic.api.models.EventSubscriptionRetrieveSecretParams
  • Rename com.lithic.api.models.EventsSubscriptionRotateSecretParams
    to com.lithic.api.models.EventSubscriptionRotateSecretParams
  • Rename com.lithic.api.models.EventsSubscriptionUpdateParams
    to com.lithic.api.models.EventSubscriptionUpdateParams
  • Rename com.lithic.api.models.FinancialAccountsBalanceListPageAsync
    to com.lithic.api.models.FinancialAccountBalanceListPageAsync
  • Rename com.lithic.api.models.FinancialAccountsBalanceListPage
    to com.lithic.api.models.FinancialAccountBalanceListPage
  • Rename com.lithic.api.models.FinancialAccountsBalanceListParams
    to com.lithic.api.models.FinancialAccountBalanceListParams
  • Rename com.lithic.api.models.FinancialAccountsFinancialTransactionListPageAsync
    to com.lithic.api.models.FinancialTransactionListPageAsync
  • Rename com.lithic.api.models.FinancialAccountsFinancialTransactionListPage
    to com.lithic.api.models.FinancialTransactionListPage
  • Rename com.lithic.api.models.FinancialAccountsFinancialTransactionListParams
    to com.lithic.api.models.FinancialTransactionListParams
  • Rename com.lithic.api.models.FinancialAccountsFinancialTransactionRetrieveParams
    to com.lithic.api.models.FinancialTransactionRetrieveParams

Other Changes

  • fix: correctly send event_types[] query param
  • feat: add methods to convert between sync and async clients