Releases: lithic-com/lithic-node
Releases · lithic-com/lithic-node
Release list
v0.144.0
0.144.0 (2026-06-29)
Full Changelog: v0.143.0...v0.144.0
Features
- api: add category discriminator and payment fields to case transactions (c9a95d6)
Documentation
- api: update cash_amount field description in card authorizations (44ba106)
v0.143.0
v0.142.0
v0.141.0
0.141.0 (2026-06-16)
Full Changelog: v0.140.0...v0.141.0
Features
- api: add CARD_TRANSACTION feature type to auth rules (b0a0853)
- api: add condition attributes and parameters to auth rules v2 (7723499)
- api: Add created field and make completed_at nullable in latest_challenge (a346991)
- api: add day_of_period field to loan tapes response (68b8a9d)
- api: add hold adjustment action option to auth_rules.v2 (a5646fa)
- api: add name_validation field to card authorizations (648f48a)
- api: add route method to transactions (543639a)
- api: add tags field to payment responses (527bd29)
- api: add transactionMonitoring resource with cases/queues/comments/files endpoints (a156e4d)
Bug Fixes
- client: send content-type header for requests with an omitted optional body (7d5d03d)
- mcp: use
pure-lockfilewhen building mcp server (52fcdae)
Documentation
- api: update support contact from email to URL (6d084ee)
v0.140.0
0.140.0 (2026-05-26)
Full Changelog: v0.139.0...v0.140.0
Features
- api: add card_authorization.challenge webhook event (aa5e447)
- api: add INVALID_PAN decline reason to tokenizations (f0eb327)
- api: add method field, DECLINED status, OUT_OF_BAND support to card authorization challenges (79c9536)
- api: add pause method to external_bank_accounts (5f3dea5)
- api: Add schemas for authorization adjustment rules (d439bf0)
Bug Fixes
- api: Change conditional value numeric type from integer to number (6e86c29)
- types: add null to parent_company, external_id, naics_code in account-holders (4ef1a13)
- typescript: upgrade tsc-multi so that it works with Node 26 (560e785)
- types: expand enums and add nullability across balance/statement/report types (cfdea1a)
- types: make cardholder_currency nullable in CardProgram (4367c8f)
Chores
- tests: remove redundant File import (71e2edc)
Documentation
- api: clarify ACCOUNT_AGE attribute in auth rules v2 (a492725)
v0.139.0
0.139.0 (2026-05-08)
Full Changelog: v0.138.0...v0.139.0
Features
- api: add retrieveSignals methods to accounts and cards (e5f850d)
- api: add unit param and travel attributes to auth rules v2 conditions (306ba11)
Chores
- redact api-key headers in debug logs (071bf9f)
v0.138.0
0.138.0 (2026-05-06)
Full Changelog: v0.137.0...v0.138.0
Features
- api: add AMEX to network enum in settlement reports (d0f5362)
- api: add CARD_TRANSACTION_UPDATE support to auth rules v2 (63b51b8)
- api: add IS_NEW_MERCHANT metric to auth rules v2 (f2b26de)
- support setting headers via env (2406cf7)
- Update card expiration from 6 years to 5 years (7031267)
Bug Fixes
- types: make fields nullable in account-holders, accounts, and cards (c5475ef)
Chores
- avoid formatting file that gets changed during releases (062a350)
- format: run eslint and prettier separately (10aa40f)
- formatter: run prettier and eslint separately (d78245b)
- internal: codegen related update (17f1170)
- internal: codegen related update (c38ad4c)
- internal: more robust bootstrap script (eb0bf7c)
- internal: update docs ordering (bb95c1f)
- restructure docs search code (f64d754)
Documentation
v0.137.0
v0.136.0
0.136.0 (2026-04-13)
Full Changelog: v0.135.0...v0.136.0
Features
- api: add decline count attributes to auth-rules v2 (d004ede)
- api: add DELINQUENT status value to financial accounts update params (e40c1d9)
- api: add INTERCHANGE, CHARGEBACK, PROVISIONAL_CREDIT_ACCOUNT to financial account type (847706f)
- api: add override_company_name parameter to payments ACH (954b27e)
- api: add statement_totals field to Statement response (e3813f7)
- api: add transaction_token field to auth rules v2 backtest and report responses (20eedcc)
- api: add transaction_token field to auth rules v2 results response (0f61795)
- types: [breaking] remove deprecated fields from auth_rules v2 ReportStats (3e9c80b)
Bug Fixes
- internal: gitignore generated
oidcdir (08c0b61) - types: make credit_product_token optional in Statement (17b829f)
- types: make fields required, remove hostname in card authorization approval webhook (019491a)
- types: remove INTERCHANGE/CHARGEBACK from FinancialAccount types (d66715a)
Chores
- ci: escape input path in publish-npm workflow (699d85e)
- ci: skip lint on metadata-only changes (10dfba6)
- internal: codegen related update (b35ca0b)
- internal: codegen related update (b84877d)
- internal: codegen related update (827a434)
- internal: fix MCP docker image builds in yarn projects (cd92ad7)
- internal: fix MCP server import ordering (7c9afea)
- internal: improve local docs search for MCP servers (f3658af)
- internal: improve local docs search for MCP servers (231f6a0)
- internal: show error causes in MCP servers when running in local mode (8f2eb65)
- internal: support custom-instructions-path flag in MCP servers (21854f4)
- internal: support local docs search in MCP servers (c7f9b6a)
- internal: support type annotations when running MCP in local execution mode (4f94af4)
- internal: use link instead of file in MCP server package.json files (9c8e9af)
- mcp-server: add support for session id, forward client info (9f3f1cb)
- mcp-server: increase local docs search result count from 5 to 10 (b95dd60)
- mcp-server: log client info (2e1174a)
Documentation
v0.135.0
0.135.0 (2026-03-23)
Full Changelog: v0.134.0...v0.135.0
Features
- api: add card_age/account_age attributes to auth rules v2 (37971d6)
- api: add override_company_name parameter to external payments create (868f064)
- api: add service location fields to auth rules v2 and merchant models (c364f7b)
Chores
- internal: fix MCP server TS errors that occur with required client options (42fb3a8)
- internal: switch from steady to prism for mock server (90699a3)
- internal: update gitignore (b49bfc6)
- tests: bump steady to v0.19.4 (9491eb7)
- tests: bump steady to v0.19.5 (37b04df)
- tests: bump steady to v0.19.6 (f9125f0)
Documentation
- api: update nature_of_business and qr_code_url field descriptions (3f262d6)
Refactors
- tests: switch from prism to steady (5d648e0)