Skip to content

Releases: lithic-com/lithic-node

v0.139.0

11 May 20:45

Choose a tag to compare

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

07 May 08:55

Choose a tag to compare

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

  • api: improve SettlementDetail event_tokens and transaction_token descriptions (4d4db79)
  • clarify forwards compat behavior (6d4c205)
  • update http mcp docs (e4ee6ee)
  • update logging docs (0121676)
  • update with proxy auth info (ec4f6ca)

v0.137.0

20 Apr 18:13

Choose a tag to compare

0.137.0 (2026-04-20)

Full Changelog: v0.136.0...v0.137.0

Features

  • api: Add card/account/business account signals endpoints and behavioral rule attributes (77e743c)
  • api: add CardAuthorizationChallengeResponseWebhookEvent to webhooks (2e285c4)
  • api: add setVerificationMethod to externalBankAccounts (fd9c676)

v0.136.0

15 Apr 13:30

Choose a tag to compare

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 oidc dir (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

  • api: clarify nature_of_business and qr_code_url field constraints (c36c997)
  • improve examples (5a40af5)
  • update examples (4f9b19d)

v0.135.0

23 Mar 22:04

Choose a tag to compare

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)

v0.134.0

18 Mar 15:47

Choose a tag to compare

0.134.0 (2026-03-17)

Full Changelog: v0.133.0...v0.134.0

Features

  • api: add remittance_information field to Payment (133fe04)

Bug Fixes

  • types: make address/dob/email/government_id optional in account-holders (0966648)

Chores

  • internal: support x-stainless-mcp-client-permissions headers in MCP servers (f5266e6)
  • internal: switch npm publishing from token authentication to OIDC (2831ff1)
  • internal: tweak CI branches (cb5acc3)

Documentation

  • api: update supported file types in account holder document uploads (dd26f0e)

v0.133.0

16 Mar 13:25

Choose a tag to compare

0.133.0 (2026-03-16)

Full Changelog: v0.132.1...v0.133.0

Features

  • api: add ACH_RECEIPT_RELEASED_EARLY event type to payments (0bb4d95)
  • api: add excluded_account_tokens to auth rules v2 (30cfe26)
  • api: add mcp-server package, CI/CD workflows, build scripts, update README (d942481)
  • api: add penalty_rates field to interest tier schedule (aa412d0)
  • api: add versions field to auth rules v2 report response (aa20bdb)
  • api: add WIRE category/events, remove remittance_information from payments (8808ca2)

Bug Fixes

  • api: [breaking] unify webhook schemas for digital_wallet.tokenization_approval_request webhooks (4166fbc). Removed TokenizationDecisioningRequestWebhookEvent. Use DigitalWalletTokenizationApprovalRequestWebhookEvent instead.
  • types: make start/end required, remove auth_rule_token from backtests (f61f218)

Documentation

  • api: update disputes terminology to chargeback request (2128851)

v0.132.1

10 Mar 17:13

Choose a tag to compare

0.132.1 (2026-03-10)

Full Changelog: v0.132.0...v0.132.1

Features

  • api: Add event_subtype to statement line items (82db0f8)
  • api: add loan_tape_date field to statement line items (a3995b6)

Chores

  • ci: updating publishing method (02b0749)

v0.132.0

10 Mar 08:24

Choose a tag to compare

0.132.0 (2026-03-10)

Full Changelog: v0.131.0...v0.132.0

Features

  • api: add EARLY_DIRECT_DEPOSIT_FLOAT type to financial accounts (20f0c4c)
  • api: add typescript rule type, draft state tracking to auth_rules v2 (8f4eabb)

Bug Fixes

  • api: Disable MCP server to fix TypeScript SDK package publishing (8a4d2aa)

Chores

  • internal: update dependencies to address dependabot vulnerabilities (fefdd61)
  • mcp-server: improve instructions (8051570)

v0.131.0

05 Mar 20:13

Choose a tag to compare

0.131.0 (2026-03-05)

Full Changelog: v0.130.0...v0.131.0

Features

  • api: add action_counts to rule performance reports and code to authorization actions (b721196)
  • api: Add Hold API for financial account fund reservations (582aeb7)
  • api: Remove deprecated beneficial owner entities field (e0b8292)

Chores

  • internal: codegen related update (e159665)
  • internal: codegen related update (bccb03c)