Skip to content

Commit cb0520e

Browse files
release: 9.12.0 (#662)
* feat(api): api update * release: 9.12.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent c576174 commit cb0520e

9 files changed

Lines changed: 18 additions & 8 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "9.11.2"
2+
".": "9.12.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: 48
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-8a983c70d7cbbc4023463a85ebdabcee1645603ab46337aa9cfa18f1872f0ae1.yml
3-
openapi_spec_hash: a4ca94b3405fc83934c949068943e16c
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-a96dc8196c4f038d042fab2c73851166fcf491ec6a7e9bc76cae4661a8635afb.yml
3+
openapi_spec_hash: 8f65946452f62662cc72ce8cb2f88b76
44
config_hash: 812b56df3e506bc2af056b2898327b8a

CHANGELOG.md

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

3+
## 9.12.0 (2026-06-09)
4+
5+
Full Changelog: [v9.11.2...v9.12.0](https://github.com/Finch-API/finch-api-node/compare/v9.11.2...v9.12.0)
6+
7+
### Features
8+
9+
* **api:** api update ([2ff057f](https://github.com/Finch-API/finch-api-node/commit/2ff057f6be606920674dcfe3844c0d3995519769))
10+
311
## 9.11.2 (2026-05-28)
412

513
Full Changelog: [v9.11.1...v9.11.2](https://github.com/Finch-API/finch-api-node/compare/v9.11.1...v9.11.2)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryfinch/finch-api",
3-
"version": "9.11.2",
3+
"version": "9.12.0",
44
"description": "The official TypeScript library for the Finch API",
55
"author": "Finch <founders@tryfinch.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dxt_version": "0.2",
33
"name": "@tryfinch/finch-api-mcp",
4-
"version": "9.11.2",
4+
"version": "9.12.0",
55
"description": "The official MCP Server for the Finch API",
66
"author": {
77
"name": "Finch",

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryfinch/finch-api-mcp",
3-
"version": "9.11.2",
3+
"version": "9.12.0",
44
"description": "The official MCP Server for the Finch API",
55
"author": "Finch <founders@tryfinch.com>",
66
"types": "dist/index.d.ts",

packages/mcp-server/src/server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export const newMcpServer = async ({
2929
new McpServer(
3030
{
3131
name: 'tryfinch_finch_api_api',
32-
version: '9.11.2',
32+
version: '9.12.0',
3333
},
3434
{
3535
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

src/resources/connect/sessions.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export interface SessionNewParams {
7777
| 'individual'
7878
| 'payment'
7979
| 'pay_statement'
80+
| 'recordkeeping'
8081
| 'ssn'
8182
>;
8283

@@ -156,6 +157,7 @@ export interface SessionReauthenticateParams {
156157
| 'individual'
157158
| 'payment'
158159
| 'pay_statement'
160+
| 'recordkeeping'
159161
| 'ssn'
160162
> | null;
161163

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = '9.11.2'; // x-release-please-version
1+
export const VERSION = '9.12.0'; // x-release-please-version

0 commit comments

Comments
 (0)