Skip to content

Commit 89a6e65

Browse files
release: 5.4.0 (#545)
* codegen metadata * chore(ci): add timeout thresholds for CI jobs * feat(api): api update * release: 5.4.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent dba2661 commit 89a6e65

File tree

8 files changed

+48
-9
lines changed

8 files changed

+48
-9
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010

1111
jobs:
1212
lint:
13+
timeout-minutes: 10
1314
name: lint
1415
runs-on: ubuntu-latest
1516
steps:
@@ -30,6 +31,7 @@ jobs:
3031
- name: Run lints
3132
run: ./scripts/lint
3233
test:
34+
timeout-minutes: 10
3335
name: test
3436
runs-on: ubuntu-latest
3537
steps:

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.3.0"
2+
".": "5.4.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 45
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-46640c1b468813b828be61b1af5cb5450f9555c4c757c5a740189906a8d56672.yml
3-
openapi_spec_hash: 1d5845ae61d2c0a143db43d579b048c5
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-a9dc15ba77c4c6e40c8f2429b1d614e7fe6888910579b54002fb90d418682d09.yml
3+
openapi_spec_hash: be98b11d320aa0a1f3443650ce1b5b90
44
config_hash: 53778a0b839c4f6ad34fbba051f5e8a6

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 5.4.0 (2025-04-22)
4+
5+
Full Changelog: [v5.3.0...v5.4.0](https://github.com/Finch-API/finch-api-java/compare/v5.3.0...v5.4.0)
6+
7+
### Features
8+
9+
* **api:** api update ([b8eba3e](https://github.com/Finch-API/finch-api-java/commit/b8eba3e183936982616060b0a73178e18e6db94a))
10+
11+
12+
### Chores
13+
14+
* **ci:** add timeout thresholds for CI jobs ([6504b18](https://github.com/Finch-API/finch-api-java/commit/6504b185e8e4f58384f6eab74da25b6697e66d8d))
15+
316
## 5.3.0 (2025-04-18)
417

518
Full Changelog: [v5.2.0...v5.3.0](https://github.com/Finch-API/finch-api-java/compare/v5.2.0...v5.3.0)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

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

5-
[![Maven Central](https://img.shields.io/maven-central/v/com.tryfinch.api/finch-java)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/5.3.0)
6-
[![javadoc](https://javadoc.io/badge2/com.tryfinch.api/finch-java/5.3.0/javadoc.svg)](https://javadoc.io/doc/com.tryfinch.api/finch-java/5.3.0)
5+
[![Maven Central](https://img.shields.io/maven-central/v/com.tryfinch.api/finch-java)](https://central.sonatype.com/artifact/com.tryfinch.api/finch-java/5.4.0)
6+
[![javadoc](https://javadoc.io/badge2/com.tryfinch.api/finch-java/5.4.0/javadoc.svg)](https://javadoc.io/doc/com.tryfinch.api/finch-java/5.4.0)
77

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

@@ -15,7 +15,7 @@ It is generated with [Stainless](https://www.stainless.com/).
1515

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

18-
The REST API documentation can be found on [developer.tryfinch.com](https://developer.tryfinch.com/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.tryfinch.api/finch-java/5.3.0).
18+
The REST API documentation can be found on [developer.tryfinch.com](https://developer.tryfinch.com/). Javadocs are available on [javadoc.io](https://javadoc.io/doc/com.tryfinch.api/finch-java/5.4.0).
1919

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

@@ -26,7 +26,7 @@ The REST API documentation can be found on [developer.tryfinch.com](https://deve
2626
### Gradle
2727

2828
```kotlin
29-
implementation("com.tryfinch.api:finch-java:5.3.0")
29+
implementation("com.tryfinch.api:finch-java:5.4.0")
3030
```
3131

3232
### Maven
@@ -35,7 +35,7 @@ implementation("com.tryfinch.api:finch-java:5.3.0")
3535
<dependency>
3636
<groupId>com.tryfinch.api</groupId>
3737
<artifactId>finch-java</artifactId>
38-
<version>5.3.0</version>
38+
<version>5.4.0</version>
3939
</dependency>
4040
```
4141

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88

99
allprojects {
1010
group = "com.tryfinch.api"
11-
version = "5.3.0" // x-release-please-version
11+
version = "5.4.0" // x-release-please-version
1212
}
1313

1414
subprojects {

finch-java-core/src/main/kotlin/com/tryfinch/api/models/ConnectSessionNewParams.kt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,6 +1049,10 @@ private constructor(
10491049

10501050
@JvmField val SSN = of("ssn")
10511051

1052+
@JvmField val DEDUCTION = of("deduction")
1053+
1054+
@JvmField val DOCUMENTS = of("documents")
1055+
10521056
@JvmStatic fun of(value: String) = ConnectProducts(JsonField.of(value))
10531057
}
10541058

@@ -1062,6 +1066,8 @@ private constructor(
10621066
PAY_STATEMENT,
10631067
BENEFITS,
10641068
SSN,
1069+
DEDUCTION,
1070+
DOCUMENTS,
10651071
}
10661072

10671073
/**
@@ -1082,6 +1088,8 @@ private constructor(
10821088
PAY_STATEMENT,
10831089
BENEFITS,
10841090
SSN,
1091+
DEDUCTION,
1092+
DOCUMENTS,
10851093
/**
10861094
* An enum member indicating that [ConnectProducts] was instantiated with an unknown
10871095
* value.
@@ -1106,6 +1114,8 @@ private constructor(
11061114
PAY_STATEMENT -> Value.PAY_STATEMENT
11071115
BENEFITS -> Value.BENEFITS
11081116
SSN -> Value.SSN
1117+
DEDUCTION -> Value.DEDUCTION
1118+
DOCUMENTS -> Value.DOCUMENTS
11091119
else -> Value._UNKNOWN
11101120
}
11111121

@@ -1127,6 +1137,8 @@ private constructor(
11271137
PAY_STATEMENT -> Known.PAY_STATEMENT
11281138
BENEFITS -> Known.BENEFITS
11291139
SSN -> Known.SSN
1140+
DEDUCTION -> Known.DEDUCTION
1141+
DOCUMENTS -> Known.DOCUMENTS
11301142
else -> throw FinchInvalidDataException("Unknown ConnectProducts: $value")
11311143
}
11321144

finch-java-core/src/main/kotlin/com/tryfinch/api/models/ConnectSessionReauthenticateParams.kt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -718,6 +718,10 @@ private constructor(
718718

719719
@JvmField val SSN = of("ssn")
720720

721+
@JvmField val DEDUCTION = of("deduction")
722+
723+
@JvmField val DOCUMENTS = of("documents")
724+
721725
@JvmStatic fun of(value: String) = ConnectProducts(JsonField.of(value))
722726
}
723727

@@ -731,6 +735,8 @@ private constructor(
731735
PAY_STATEMENT,
732736
BENEFITS,
733737
SSN,
738+
DEDUCTION,
739+
DOCUMENTS,
734740
}
735741

736742
/**
@@ -751,6 +757,8 @@ private constructor(
751757
PAY_STATEMENT,
752758
BENEFITS,
753759
SSN,
760+
DEDUCTION,
761+
DOCUMENTS,
754762
/**
755763
* An enum member indicating that [ConnectProducts] was instantiated with an unknown
756764
* value.
@@ -775,6 +783,8 @@ private constructor(
775783
PAY_STATEMENT -> Value.PAY_STATEMENT
776784
BENEFITS -> Value.BENEFITS
777785
SSN -> Value.SSN
786+
DEDUCTION -> Value.DEDUCTION
787+
DOCUMENTS -> Value.DOCUMENTS
778788
else -> Value._UNKNOWN
779789
}
780790

@@ -796,6 +806,8 @@ private constructor(
796806
PAY_STATEMENT -> Known.PAY_STATEMENT
797807
BENEFITS -> Known.BENEFITS
798808
SSN -> Known.SSN
809+
DEDUCTION -> Known.DEDUCTION
810+
DOCUMENTS -> Known.DOCUMENTS
799811
else -> throw FinchInvalidDataException("Unknown ConnectProducts: $value")
800812
}
801813

0 commit comments

Comments
 (0)