Skip to content

Commit 8620a2c

Browse files
release: 9.11.0 (#659)
* feat(api): add enroll many * chore(tests): remove redundant File import * fix(typescript): upgrade tsc-multi so that it works with Node 26 * release: 9.11.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 1fceb6d commit 8620a2c

12 files changed

Lines changed: 39 additions & 17 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.10.1"
2+
".": "9.11.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-5092370ef89959c46138a85f9d6d3c919682a5492a0f9f85ac4421de702f35a8.yml
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-8a983c70d7cbbc4023463a85ebdabcee1645603ab46337aa9cfa18f1872f0ae1.yml
33
openapi_spec_hash: a4ca94b3405fc83934c949068943e16c
4-
config_hash: a1c4b7d897cbf8ed42c5f474b3161d79
4+
config_hash: 812b56df3e506bc2af056b2898327b8a

CHANGELOG.md

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

3+
## 9.11.0 (2026-05-18)
4+
5+
Full Changelog: [v9.10.1...v9.11.0](https://github.com/Finch-API/finch-api-node/compare/v9.10.1...v9.11.0)
6+
7+
### Features
8+
9+
* **api:** add enroll many ([189493c](https://github.com/Finch-API/finch-api-node/commit/189493ce9ddeb12108e270a6af61181233ae5dce))
10+
11+
12+
### Bug Fixes
13+
14+
* **typescript:** upgrade tsc-multi so that it works with Node 26 ([7697cf3](https://github.com/Finch-API/finch-api-node/commit/7697cf3bc25074ec873fa0a82b53b2626f481ea8))
15+
16+
17+
### Chores
18+
19+
* **tests:** remove redundant File import ([2586040](https://github.com/Finch-API/finch-api-node/commit/2586040b1f1724ebf1c1c79977bec5bb9556c19d))
20+
321
## 9.10.1 (2026-05-13)
422

523
Full Changelog: [v9.10.0...v9.10.1](https://github.com/Finch-API/finch-api-node/compare/v9.10.0...v9.10.1)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryfinch/finch-api",
3-
"version": "9.10.1",
3+
"version": "9.11.0",
44
"description": "The official TypeScript library for the Finch API",
55
"author": "Finch <founders@tryfinch.com>",
66
"types": "dist/index.d.ts",
@@ -45,7 +45,7 @@
4545
"publint": "^0.2.12",
4646
"ts-jest": "^29.1.0",
4747
"ts-node": "^10.5.0",
48-
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
48+
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz",
4949
"tsconfig-paths": "^4.0.0",
5050
"tslib": "^2.8.1",
5151
"typescript": "5.8.3",

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.10.1",
4+
"version": "9.11.0",
55
"description": "The official MCP Server for the Finch API",
66
"author": {
77
"name": "Finch",

packages/mcp-server/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tryfinch/finch-api-mcp",
3-
"version": "9.10.1",
3+
"version": "9.11.0",
44
"description": "The official MCP Server for the Finch API",
55
"author": "Finch <founders@tryfinch.com>",
66
"types": "dist/index.d.ts",
@@ -74,7 +74,7 @@
7474
"ts-jest": "^29.1.0",
7575
"ts-morph": "^19.0.0",
7676
"ts-node": "^10.5.0",
77-
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz",
77+
"tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz",
7878
"tsconfig-paths": "^4.0.0"
7979
},
8080
"imports": {

packages/mcp-server/src/local-docs-search.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1270,6 +1270,11 @@ const EMBEDDED_METHODS: MethodEntry[] = [
12701270
example:
12711271
'package com.tryfinch.api.example\n\nimport com.tryfinch.api.client.FinchClient\nimport com.tryfinch.api.client.okhttp.FinchOkHttpClient\nimport com.tryfinch.api.models.EnrolledIndividualBenefitResponse\nimport com.tryfinch.api.models.HrisBenefitIndividualEnrollManyParams\n\nfun main() {\n val client: FinchClient = FinchOkHttpClient.builder()\n .fromEnv()\n .accessToken("My Access Token")\n .build()\n\n val enrolledIndividualBenefitResponse: EnrolledIndividualBenefitResponse = client.hris().benefits().individuals().enrollMany("benefit_id")\n}',
12721272
},
1273+
go: {
1274+
method: 'client.HRIS.Benefits.Individuals.EnrollMany',
1275+
example:
1276+
'package main\n\nimport (\n\t"context"\n\t"fmt"\n\n\t"github.com/Finch-API/finch-api-go"\n\t"github.com/Finch-API/finch-api-go/option"\n)\n\nfunc main() {\n\tclient := finchgo.NewClient(\n\t\toption.WithAccessToken("My Access Token"),\n\t)\n\tenrolledIndividualBenefitResponse, err := client.HRIS.Benefits.Individuals.EnrollMany(\n\t\tcontext.TODO(),\n\t\t"benefit_id",\n\t\tfinchgo.HRISBenefitIndividualEnrollManyParams{},\n\t)\n\tif err != nil {\n\t\tpanic(err.Error())\n\t}\n\tfmt.Printf("%+v\\n", enrolledIndividualBenefitResponse.JobID)\n}\n',
1277+
},
12731278
ruby: {
12741279
method: 'hris.benefits.individuals.enroll_many',
12751280
example:

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.10.1',
32+
version: '9.11.0',
3333
},
3434
{
3535
instructions: await getInstructions({ stainlessApiKey, customInstructionsPath }),

packages/mcp-server/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3921,9 +3921,9 @@ ts-node@^10.5.0:
39213921
v8-compile-cache-lib "^3.0.1"
39223922
yn "3.1.1"
39233923

3924-
"tsc-multi@https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz":
3925-
version "1.1.9"
3926-
resolved "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.9/tsc-multi.tgz#777f6f5d9e26bf0e94e5170990dd3a841d6707cd"
3924+
"tsc-multi@https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz":
3925+
version "1.1.11"
3926+
resolved "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.11/tsc-multi.tgz#010247051be13b55abdc98f787c017285149f4f2"
39273927
dependencies:
39283928
debug "^4.3.7"
39293929
fast-glob "^3.3.2"

src/version.ts

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

0 commit comments

Comments
 (0)