Skip to content
Open
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.127.0"
".": "0.128.0"
}
4 changes: 2 additions & 2 deletions .stats.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
configured_endpoints: 195
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-efe780032e44b3cf0f6914407e43bce6aa7176fa50aa6ec018f93c1f28af8490.yml
openapi_spec_hash: fcb4ca53ca59978f23f21d7c74fcc0b0
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/lithic/lithic-93254f6abf9fab9e687be2f48198b5126c298b634e2ad626abf413f560f1cbe1.yml
openapi_spec_hash: 6aaac55fbf96d785ca3867adc3c7ca0e
config_hash: a0a579b0564a5c18568a78f5ba2b6653
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 0.128.0 (2026-06-05)

Full Changelog: [v0.127.0...v0.128.0](https://github.com/lithic-com/lithic-java/compare/v0.127.0...v0.128.0)

### Features

* **api:** Add created field and make completed_at nullable in latest_challenge ([14f5f3b](https://github.com/lithic-com/lithic-java/commit/14f5f3bb2e2ad05201f3b5553d1d96c82419554d))
* **api:** add hold adjustment action to conditional authorization action parameters ([619c52a](https://github.com/lithic-com/lithic-java/commit/619c52ae0c94ab24658f197dfe3a931dad4bffd2))
* **api:** add name_validation field to CardAuthorization ([d92a942](https://github.com/lithic-com/lithic-java/commit/d92a94248f635024ac944b207f174f51faef1cfd))


### Documentation

* **api:** update support contact from email to URL in account and card ([0df9db9](https://github.com/lithic-com/lithic-java/commit/0df9db999c78ee16730eedd995b96496e96576b9))

## 0.127.0 (2026-05-26)

Full Changelog: [v0.126.0...v0.127.0](https://github.com/lithic-com/lithic-java/compare/v0.126.0...v0.127.0)
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<!-- x-release-please-start-version -->

[![Maven Central](https://img.shields.io/maven-central/v/com.lithic.api/lithic-java)](https://central.sonatype.com/artifact/com.lithic.api/lithic-java/0.127.0)
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.127.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.127.0)
[![Maven Central](https://img.shields.io/maven-central/v/com.lithic.api/lithic-java)](https://central.sonatype.com/artifact/com.lithic.api/lithic-java/0.128.0)
[![javadoc](https://javadoc.io/badge2/com.lithic.api/lithic-java/0.128.0/javadoc.svg)](https://javadoc.io/doc/com.lithic.api/lithic-java/0.128.0)

<!-- x-release-please-end -->

Expand All @@ -22,7 +22,7 @@ Use the Lithic MCP Server to enable AI assistants to interact with this API, all

<!-- x-release-please-start-version -->

The REST API documentation can be found on [docs.lithic.com](https://docs.lithic.com). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.lithic.api/lithic-java/0.127.0).
The REST API documentation can be found on [docs.lithic.com](https://docs.lithic.com). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.lithic.api/lithic-java/0.128.0).

<!-- x-release-please-end -->

Expand All @@ -33,7 +33,7 @@ The REST API documentation can be found on [docs.lithic.com](https://docs.lithic
### Gradle

```kotlin
implementation("com.lithic.api:lithic-java:0.127.0")
implementation("com.lithic.api:lithic-java:0.128.0")
```

### Maven
Expand All @@ -42,7 +42,7 @@ implementation("com.lithic.api:lithic-java:0.127.0")
<dependency>
<groupId>com.lithic.api</groupId>
<artifactId>lithic-java</artifactId>
<version>0.127.0</version>
<version>0.128.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {

allprojects {
group = "com.lithic.api"
version = "0.127.0" // x-release-please-version
version = "0.128.0" // x-release-please-version
}

subprojects {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ private constructor(
* * `CLOSED` - Account will not be able to transact or create new cards. `CLOSED` accounts are
* unable to be transitioned to `ACTIVE` or `PAUSED` states. Accounts can be manually set to
* `CLOSED`, or this can be done by Lithic due to failure to pass KYB/KYC or for
* risk/compliance reasons. Please contact [support@lithic.com](mailto:support@lithic.com) if
* you believe this was done by mistake.
* risk/compliance reasons. Please contact [support.lithic.com](https://support.lithic.com/)
* if you believe this was done by mistake.
*
* @throws LithicInvalidDataException if the JSON field has an unexpected type or is
* unexpectedly missing or null (e.g. if the server responded with an unexpected value).
Expand Down Expand Up @@ -391,8 +391,9 @@ private constructor(
* * `CLOSED` - Account will not be able to transact or create new cards. `CLOSED` accounts
* are unable to be transitioned to `ACTIVE` or `PAUSED` states. Accounts can be manually
* set to `CLOSED`, or this can be done by Lithic due to failure to pass KYB/KYC or for
* risk/compliance reasons. Please contact [support@lithic.com](mailto:support@lithic.com)
* if you believe this was done by mistake.
* risk/compliance reasons. Please contact
* [support.lithic.com](https://support.lithic.com/) if you believe this was done by
* mistake.
*/
fun state(state: State) = state(JsonField.of(state))

Expand Down Expand Up @@ -898,8 +899,8 @@ private constructor(
* * `CLOSED` - Account will not be able to transact or create new cards. `CLOSED` accounts are
* unable to be transitioned to `ACTIVE` or `PAUSED` states. Accounts can be manually set to
* `CLOSED`, or this can be done by Lithic due to failure to pass KYB/KYC or for
* risk/compliance reasons. Please contact [support@lithic.com](mailto:support@lithic.com) if
* you believe this was done by mistake.
* risk/compliance reasons. Please contact [support.lithic.com](https://support.lithic.com/)
* if you believe this was done by mistake.
*/
class State @JsonCreator private constructor(private val value: JsonField<String>) : Enum {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,8 @@ private constructor(

/**
* Primary Account Number (PAN) (i.e. the card number). Customers must be PCI compliant to have
* PAN returned as a field in production. Please contact support@lithic.com for questions.
* PAN returned as a field in production. Please contact https://support.lithic.com/ for
* questions.
*
* @throws LithicInvalidDataException if the JSON field has an unexpected type (e.g. if the
* server responded with an unexpected value).
Expand Down Expand Up @@ -1253,8 +1254,8 @@ private constructor(

/**
* Primary Account Number (PAN) (i.e. the card number). Customers must be PCI compliant to
* have PAN returned as a field in production. Please contact support@lithic.com for
* questions.
* have PAN returned as a field in production. Please contact https://support.lithic.com/
* for questions.
*/
fun pan(pan: String) = pan(JsonField.of(pan))

Expand Down
Loading
Loading