v0.8.0
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
tocom.lithic.api.models.EventSubscriptionCreateParams - Rename
com.lithic.api.models.EventsSubscriptionDeleteParams
tocom.lithic.api.models.EventSubscriptionDeleteParams - Rename
com.lithic.api.models.EventsSubscriptionListPageAsync
tocom.lithic.api.models.EventSubscriptionListPageAsync - Rename
com.lithic.api.models.EventsSubscriptionListPage
tocom.lithic.api.models.EventSubscriptionListPage - Rename
com.lithic.api.models.EventsSubscriptionListParams
tocom.lithic.api.models.EventSubscriptionListParams - Rename
com.lithic.api.models.EventsSubscriptionRecoverParams
tocom.lithic.api.models.EventSubscriptionRecoverParams - Rename
com.lithic.api.models.EventsSubscriptionReplayMissingParams
tocom.lithic.api.models.EventSubscriptionReplayMissingParams - Rename
com.lithic.api.models.EventsSubscriptionRetrieveParams
tocom.lithic.api.models.EventSubscriptionRetrieveParams - Rename
com.lithic.api.models.EventsSubscriptionRetrieveSecretParams
tocom.lithic.api.models.EventSubscriptionRetrieveSecretParams - Rename
com.lithic.api.models.EventsSubscriptionRotateSecretParams
tocom.lithic.api.models.EventSubscriptionRotateSecretParams - Rename
com.lithic.api.models.EventsSubscriptionUpdateParams
tocom.lithic.api.models.EventSubscriptionUpdateParams - Rename
com.lithic.api.models.FinancialAccountsBalanceListPageAsync
tocom.lithic.api.models.FinancialAccountBalanceListPageAsync - Rename
com.lithic.api.models.FinancialAccountsBalanceListPage
tocom.lithic.api.models.FinancialAccountBalanceListPage - Rename
com.lithic.api.models.FinancialAccountsBalanceListParams
tocom.lithic.api.models.FinancialAccountBalanceListParams - Rename
com.lithic.api.models.FinancialAccountsFinancialTransactionListPageAsync
tocom.lithic.api.models.FinancialTransactionListPageAsync - Rename
com.lithic.api.models.FinancialAccountsFinancialTransactionListPage
tocom.lithic.api.models.FinancialTransactionListPage - Rename
com.lithic.api.models.FinancialAccountsFinancialTransactionListParams
tocom.lithic.api.models.FinancialTransactionListParams - Rename
com.lithic.api.models.FinancialAccountsFinancialTransactionRetrieveParams
tocom.lithic.api.models.FinancialTransactionRetrieveParams
Other Changes
- fix: correctly send
event_types[]query param - feat: add methods to convert between sync and async clients