Releases: lithic-com/lithic-node
v0.15.0
Adds a lithic.disputes.uploadEvidence(dispute.token, file)
helper which takes care of initiating the evidence upload and then actually uploading the file.
Full Changelog: v0.14.0...v0.15.0
v0.14.0
Adds the new beta /disputes
endpoints, https://docs.lithic.com/docs/disputes-api-beta.
lithic.disputes.create(...)
lithic.disputes.retrieve(...)
lithic.disputes.update(...)
lithic.disputes.list(...)
lithic.disputes.delete(...)
lithic.disputes.deleteEvidence(...)
lithic.disputes.initiateEvidenceUpload(...)
lithic.disputes.listEvidences(...)
lithic.disputes.retrieveEvidence(...)
Also makes url
as a required parameter in lithic.events.subscriptions.update()
Full Changelog: lithic-com/lithic-python@v0.10.2...v0.11.0
v0.13.2
Fix webhook unwrapping to return an event payload rather than an event.
Full Changelog: v0.13.1...v0.13.2
v0.13.1
Adds docs to the README for webhook verification.
Full Changelog: v0.13.0...v0.13.1
v0.13.0
Adds helper methods to support webhook signature verification:
const event: Event = lithic.webhooks.unwrap(body, headers, secret);
lithic.webhooks.verifySignature(body, headers, secret); // throws if invalid.
Also adds mcc
to transactions.
Full Changelog: v0.12.0...v0.13.0
v0.12.0
Adds events and event subscription endpoints.
Also fixes a crash when AbortController
was not defined and sends Accept: application/json
headers on void auth stream enrollment endpoints.
Full Changelog: v0.11.0...v0.12.0
v0.11.0
This release has a few changes which improve the accuracy and convenience of the types we offer, and may cause type errors:
Address
has been moved to its own shared type.SpendLimitDuration
is now a shared type.kyc_exemption_type
is now typed as an enum, instead of any string.workflow
is now typed as the literal'KYC_EXEMPT'
.
Other changes:
merchant_acceptor_id
has been added to Transactions.
Full Changelog: v0.10.3...v0.11.0
v0.10.3
Fixes a few TypeScript sub-dependency issues, and refactors how fetch
is polyfilled.
Full Changelog: v0.10.0...v0.10.3
v0.10.0
This release adds types for the upcoming changes to the Transaction API, going live February 8.
These types document the addition of fields and enum values which are yet to be returned, so that you can start coding against them.
This release also includes a number of internal improvements, and several more minor API updates.
Full Changelog: v0.9.0...v0.10.0
v0.9.0
Full Changelog: v0.8.0...v0.9.0