This is the changelog for the Payabli TypeScript SDK. It includes updates, bug fixes, and new features.


v0.0.147

Fixed an issue where the TypeScript SDK wasn’t properly deserializing the extraData field in certain API response models.



v0.0.144

Fixed a bug that caused the CustomerSummary object to be deserialized incorrectly in customer records. Fixed a bug that caused the InvoiceData object to be deserialized incorrectly in transaction records. Regenerated the TypeScript SDK to incorporate latest API definition updates.


v0.0.143

Fixed a bug that caused moneyIn.getpaidv2 to error when deserializing the response. Regenerated the TypeScript SDK to incorporate latest API definition updates.




v0.0.133

Changed the TransactionDetailCustomer.AdditionalData type from string? to Record<string, string>? to match the API.