Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.98.1"
".": "0.99.0"
}
6 changes: 3 additions & 3 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 176
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-abe6a4f82f696099fa8ecb1cc44f08979e17d56578ae7ea68b0e9182e21df508.yml
openapi_spec_hash: d2ce51592a9a234c6f34a1168a31f91f
config_hash: 2b2786c821f62db49cc630ba45329336
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic%2Flithic-4ecc06edca2cfad4eaf11573611e89823fda5f56370bac5cd02a498a6b277d09.yml
openapi_spec_hash: 8f4a30bec4348cbde85b1e65bef9189a
config_hash: 9dddee5f7af579864599849cb28a0770
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 0.99.0 (2026-01-08)

Full Changelog: [v0.98.1...v0.99.0](https://github.com/lithic-com/lithic-go/compare/v0.98.1...v0.99.0)

### Features

* **api:** Add card state attribute to tokenization rules ([d2a631a](https://github.com/lithic-com/lithic-go/commit/d2a631ab05d150bdb92e64b9852e7d2cac0ac2c4))
* **api:** Add event_type to ASA request and 3DS decisioning request ([d2a631a](https://github.com/lithic-com/lithic-go/commit/d2a631ab05d150bdb92e64b9852e7d2cac0ac2c4))
* **api:** add external_id to payment_event ([f42a314](https://github.com/lithic-com/lithic-go/commit/f42a31473d6cc020a3e7da98976258de4831883e))
* **api:** add get /v1/transfer_limits endpoint ([f42a314](https://github.com/lithic-com/lithic-go/commit/f42a31473d6cc020a3e7da98976258de4831883e))
* **api:** add post /v1/book_transfers/{book_transfer_token}/retry endpoint ([f42a314](https://github.com/lithic-com/lithic-go/commit/f42a31473d6cc020a3e7da98976258de4831883e))
* **api:** Add user defined status to ledger accounts ([d2a631a](https://github.com/lithic-com/lithic-go/commit/d2a631ab05d150bdb92e64b9852e7d2cac0ac2c4))
* **api:** add WIRE_DRAWDOWN_REQUEST transfer type ([9015ffc](https://github.com/lithic-com/lithic-go/commit/9015ffcce5361aa50cc171ce720b00adda0987ad))
* **api:** Expose Payment Allocation Details ([d2a631a](https://github.com/lithic-com/lithic-go/commit/d2a631ab05d150bdb92e64b9852e7d2cac0ac2c4))
* **api:** remove unnecessary X-Lithic-Pagination header ([9015ffc](https://github.com/lithic-com/lithic-go/commit/9015ffcce5361aa50cc171ce720b00adda0987ad))
* **api:** remove v1/aggregate_balances and related models ([da86140](https://github.com/lithic-com/lithic-go/commit/da861407f17db3494fcbece040e8b695cc4ec7f4))


### Bug Fixes

* **api:** don't mark timestamp parsing as loose when a fallback format succeeds ([78776e3](https://github.com/lithic-com/lithic-go/commit/78776e39e5470b4951dd59da77f706f18ce14861))


### Chores

* **internal:** codegen related update ([0ddba7d](https://github.com/lithic-com/lithic-go/commit/0ddba7d03aaca11c6ee445ea81ce731421ff2aeb))
* update code formatting ([d2a631a](https://github.com/lithic-com/lithic-go/commit/d2a631ab05d150bdb92e64b9852e7d2cac0ac2c4))


### Documentation

* **api:** clarify description of token / retry_token when it serves as idempotency key ([9015ffc](https://github.com/lithic-com/lithic-go/commit/9015ffcce5361aa50cc171ce720b00adda0987ad))
* Update language for Google Web Push Provisioning docs ([d2a631a](https://github.com/lithic-com/lithic-go/commit/d2a631ab05d150bdb92e64b9852e7d2cac0ac2c4))

## 0.98.1 (2025-12-12)

Full Changelog: [v0.98.0...v0.98.1](https://github.com/lithic-com/lithic-go/compare/v0.98.0...v0.98.1)
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.

Copyright 2025 Lithic
Copyright 2026 Lithic

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Or to pin the version:
<!-- x-release-please-start-version -->

```sh
go get -u 'github.com/lithic-com/lithic-go@v0.98.1'
go get -u 'github.com/lithic-com/lithic-go@v0.99.0'
```

<!-- x-release-please-end -->
Expand Down
6 changes: 4 additions & 2 deletions accountactivity.go
Original file line number Diff line number Diff line change
Expand Up @@ -794,11 +794,12 @@ const (
AccountActivityListResponseTypeWireInboundAdmin AccountActivityListResponseType = "WIRE_INBOUND_ADMIN"
AccountActivityListResponseTypeWireOutboundPayment AccountActivityListResponseType = "WIRE_OUTBOUND_PAYMENT"
AccountActivityListResponseTypeWireOutboundAdmin AccountActivityListResponseType = "WIRE_OUTBOUND_ADMIN"
AccountActivityListResponseTypeWireDrawdownRequest AccountActivityListResponseType = "WIRE_DRAWDOWN_REQUEST"
)

func (r AccountActivityListResponseType) IsKnown() bool {
switch r {
case AccountActivityListResponseTypeOriginationCredit, AccountActivityListResponseTypeOriginationDebit, AccountActivityListResponseTypeReceiptCredit, AccountActivityListResponseTypeReceiptDebit, AccountActivityListResponseTypeWireInboundPayment, AccountActivityListResponseTypeWireInboundAdmin, AccountActivityListResponseTypeWireOutboundPayment, AccountActivityListResponseTypeWireOutboundAdmin:
case AccountActivityListResponseTypeOriginationCredit, AccountActivityListResponseTypeOriginationDebit, AccountActivityListResponseTypeReceiptCredit, AccountActivityListResponseTypeReceiptDebit, AccountActivityListResponseTypeWireInboundPayment, AccountActivityListResponseTypeWireInboundAdmin, AccountActivityListResponseTypeWireOutboundPayment, AccountActivityListResponseTypeWireOutboundAdmin, AccountActivityListResponseTypeWireDrawdownRequest:
return true
}
return false
Expand Down Expand Up @@ -1494,11 +1495,12 @@ const (
AccountActivityGetTransactionResponseTypeWireInboundAdmin AccountActivityGetTransactionResponseType = "WIRE_INBOUND_ADMIN"
AccountActivityGetTransactionResponseTypeWireOutboundPayment AccountActivityGetTransactionResponseType = "WIRE_OUTBOUND_PAYMENT"
AccountActivityGetTransactionResponseTypeWireOutboundAdmin AccountActivityGetTransactionResponseType = "WIRE_OUTBOUND_ADMIN"
AccountActivityGetTransactionResponseTypeWireDrawdownRequest AccountActivityGetTransactionResponseType = "WIRE_DRAWDOWN_REQUEST"
)

func (r AccountActivityGetTransactionResponseType) IsKnown() bool {
switch r {
case AccountActivityGetTransactionResponseTypeOriginationCredit, AccountActivityGetTransactionResponseTypeOriginationDebit, AccountActivityGetTransactionResponseTypeReceiptCredit, AccountActivityGetTransactionResponseTypeReceiptDebit, AccountActivityGetTransactionResponseTypeWireInboundPayment, AccountActivityGetTransactionResponseTypeWireInboundAdmin, AccountActivityGetTransactionResponseTypeWireOutboundPayment, AccountActivityGetTransactionResponseTypeWireOutboundAdmin:
case AccountActivityGetTransactionResponseTypeOriginationCredit, AccountActivityGetTransactionResponseTypeOriginationDebit, AccountActivityGetTransactionResponseTypeReceiptCredit, AccountActivityGetTransactionResponseTypeReceiptDebit, AccountActivityGetTransactionResponseTypeWireInboundPayment, AccountActivityGetTransactionResponseTypeWireInboundAdmin, AccountActivityGetTransactionResponseTypeWireOutboundPayment, AccountActivityGetTransactionResponseTypeWireOutboundAdmin, AccountActivityGetTransactionResponseTypeWireDrawdownRequest:
return true
}
return false
Expand Down
166 changes: 0 additions & 166 deletions aggregatebalance.go

This file was deleted.

Loading