From e90c9690f5a3966b6e6ea060ad01edff85fac1d7 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:20:43 +0000 Subject: [PATCH 1/2] feat(api): api update --- .stats.yml | 4 ++-- connectsession.go | 46 ++++++++++++++++++++++++---------------------- 2 files changed, 26 insertions(+), 24 deletions(-) diff --git a/.stats.yml b/.stats.yml index 2bdeb15..b6643dc 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 48 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-8a983c70d7cbbc4023463a85ebdabcee1645603ab46337aa9cfa18f1872f0ae1.yml -openapi_spec_hash: a4ca94b3405fc83934c949068943e16c +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch/finch-a96dc8196c4f038d042fab2c73851166fcf491ec6a7e9bc76cae4661a8635afb.yml +openapi_spec_hash: 8f65946452f62662cc72ce8cb2f88b76 config_hash: 812b56df3e506bc2af056b2898327b8a diff --git a/connectsession.go b/connectsession.go index f3adf73..a8bbbbd 100644 --- a/connectsession.go +++ b/connectsession.go @@ -131,21 +131,22 @@ func (r ConnectSessionNewParams) MarshalJSON() (data []byte, err error) { type ConnectSessionNewParamsProduct string const ( - ConnectSessionNewParamsProductBenefits ConnectSessionNewParamsProduct = "benefits" - ConnectSessionNewParamsProductCompany ConnectSessionNewParamsProduct = "company" - ConnectSessionNewParamsProductDeduction ConnectSessionNewParamsProduct = "deduction" - ConnectSessionNewParamsProductDirectory ConnectSessionNewParamsProduct = "directory" - ConnectSessionNewParamsProductDocuments ConnectSessionNewParamsProduct = "documents" - ConnectSessionNewParamsProductEmployment ConnectSessionNewParamsProduct = "employment" - ConnectSessionNewParamsProductIndividual ConnectSessionNewParamsProduct = "individual" - ConnectSessionNewParamsProductPayment ConnectSessionNewParamsProduct = "payment" - ConnectSessionNewParamsProductPayStatement ConnectSessionNewParamsProduct = "pay_statement" - ConnectSessionNewParamsProductSsn ConnectSessionNewParamsProduct = "ssn" + ConnectSessionNewParamsProductBenefits ConnectSessionNewParamsProduct = "benefits" + ConnectSessionNewParamsProductCompany ConnectSessionNewParamsProduct = "company" + ConnectSessionNewParamsProductDeduction ConnectSessionNewParamsProduct = "deduction" + ConnectSessionNewParamsProductDirectory ConnectSessionNewParamsProduct = "directory" + ConnectSessionNewParamsProductDocuments ConnectSessionNewParamsProduct = "documents" + ConnectSessionNewParamsProductEmployment ConnectSessionNewParamsProduct = "employment" + ConnectSessionNewParamsProductIndividual ConnectSessionNewParamsProduct = "individual" + ConnectSessionNewParamsProductPayment ConnectSessionNewParamsProduct = "payment" + ConnectSessionNewParamsProductPayStatement ConnectSessionNewParamsProduct = "pay_statement" + ConnectSessionNewParamsProductRecordkeeping ConnectSessionNewParamsProduct = "recordkeeping" + ConnectSessionNewParamsProductSsn ConnectSessionNewParamsProduct = "ssn" ) func (r ConnectSessionNewParamsProduct) IsKnown() bool { switch r { - case ConnectSessionNewParamsProductBenefits, ConnectSessionNewParamsProductCompany, ConnectSessionNewParamsProductDeduction, ConnectSessionNewParamsProductDirectory, ConnectSessionNewParamsProductDocuments, ConnectSessionNewParamsProductEmployment, ConnectSessionNewParamsProductIndividual, ConnectSessionNewParamsProductPayment, ConnectSessionNewParamsProductPayStatement, ConnectSessionNewParamsProductSsn: + case ConnectSessionNewParamsProductBenefits, ConnectSessionNewParamsProductCompany, ConnectSessionNewParamsProductDeduction, ConnectSessionNewParamsProductDirectory, ConnectSessionNewParamsProductDocuments, ConnectSessionNewParamsProductEmployment, ConnectSessionNewParamsProductIndividual, ConnectSessionNewParamsProductPayment, ConnectSessionNewParamsProductPayStatement, ConnectSessionNewParamsProductRecordkeeping, ConnectSessionNewParamsProductSsn: return true } return false @@ -218,21 +219,22 @@ func (r ConnectSessionReauthenticateParams) MarshalJSON() (data []byte, err erro type ConnectSessionReauthenticateParamsProduct string const ( - ConnectSessionReauthenticateParamsProductBenefits ConnectSessionReauthenticateParamsProduct = "benefits" - ConnectSessionReauthenticateParamsProductCompany ConnectSessionReauthenticateParamsProduct = "company" - ConnectSessionReauthenticateParamsProductDeduction ConnectSessionReauthenticateParamsProduct = "deduction" - ConnectSessionReauthenticateParamsProductDirectory ConnectSessionReauthenticateParamsProduct = "directory" - ConnectSessionReauthenticateParamsProductDocuments ConnectSessionReauthenticateParamsProduct = "documents" - ConnectSessionReauthenticateParamsProductEmployment ConnectSessionReauthenticateParamsProduct = "employment" - ConnectSessionReauthenticateParamsProductIndividual ConnectSessionReauthenticateParamsProduct = "individual" - ConnectSessionReauthenticateParamsProductPayment ConnectSessionReauthenticateParamsProduct = "payment" - ConnectSessionReauthenticateParamsProductPayStatement ConnectSessionReauthenticateParamsProduct = "pay_statement" - ConnectSessionReauthenticateParamsProductSsn ConnectSessionReauthenticateParamsProduct = "ssn" + ConnectSessionReauthenticateParamsProductBenefits ConnectSessionReauthenticateParamsProduct = "benefits" + ConnectSessionReauthenticateParamsProductCompany ConnectSessionReauthenticateParamsProduct = "company" + ConnectSessionReauthenticateParamsProductDeduction ConnectSessionReauthenticateParamsProduct = "deduction" + ConnectSessionReauthenticateParamsProductDirectory ConnectSessionReauthenticateParamsProduct = "directory" + ConnectSessionReauthenticateParamsProductDocuments ConnectSessionReauthenticateParamsProduct = "documents" + ConnectSessionReauthenticateParamsProductEmployment ConnectSessionReauthenticateParamsProduct = "employment" + ConnectSessionReauthenticateParamsProductIndividual ConnectSessionReauthenticateParamsProduct = "individual" + ConnectSessionReauthenticateParamsProductPayment ConnectSessionReauthenticateParamsProduct = "payment" + ConnectSessionReauthenticateParamsProductPayStatement ConnectSessionReauthenticateParamsProduct = "pay_statement" + ConnectSessionReauthenticateParamsProductRecordkeeping ConnectSessionReauthenticateParamsProduct = "recordkeeping" + ConnectSessionReauthenticateParamsProductSsn ConnectSessionReauthenticateParamsProduct = "ssn" ) func (r ConnectSessionReauthenticateParamsProduct) IsKnown() bool { switch r { - case ConnectSessionReauthenticateParamsProductBenefits, ConnectSessionReauthenticateParamsProductCompany, ConnectSessionReauthenticateParamsProductDeduction, ConnectSessionReauthenticateParamsProductDirectory, ConnectSessionReauthenticateParamsProductDocuments, ConnectSessionReauthenticateParamsProductEmployment, ConnectSessionReauthenticateParamsProductIndividual, ConnectSessionReauthenticateParamsProductPayment, ConnectSessionReauthenticateParamsProductPayStatement, ConnectSessionReauthenticateParamsProductSsn: + case ConnectSessionReauthenticateParamsProductBenefits, ConnectSessionReauthenticateParamsProductCompany, ConnectSessionReauthenticateParamsProductDeduction, ConnectSessionReauthenticateParamsProductDirectory, ConnectSessionReauthenticateParamsProductDocuments, ConnectSessionReauthenticateParamsProductEmployment, ConnectSessionReauthenticateParamsProductIndividual, ConnectSessionReauthenticateParamsProductPayment, ConnectSessionReauthenticateParamsProductPayStatement, ConnectSessionReauthenticateParamsProductRecordkeeping, ConnectSessionReauthenticateParamsProductSsn: return true } return false From 82bbda58f989eaf1a168d1d466e43128b8512f87 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 18:21:04 +0000 Subject: [PATCH 2/2] release: 1.37.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ README.md | 2 +- internal/version.go | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f29e96b..36116e1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.36.0" + ".": "1.37.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d19304..f854931 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.37.0 (2026-06-09) + +Full Changelog: [v1.36.0...v1.37.0](https://github.com/Finch-API/finch-api-go/compare/v1.36.0...v1.37.0) + +### Features + +* **api:** api update ([e90c969](https://github.com/Finch-API/finch-api-go/commit/e90c9690f5a3966b6e6ea060ad01edff85fac1d7)) + ## 1.36.0 (2026-05-15) Full Changelog: [v1.35.0...v1.36.0](https://github.com/Finch-API/finch-api-go/compare/v1.35.0...v1.36.0) diff --git a/README.md b/README.md index 77ce6c5..6d97ea7 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Or to pin the version: ```sh -go get -u 'github.com/Finch-API/finch-api-go@v1.36.0' +go get -u 'github.com/Finch-API/finch-api-go@v1.37.0' ``` diff --git a/internal/version.go b/internal/version.go index d6caaff..5549d4b 100644 --- a/internal/version.go +++ b/internal/version.go @@ -2,4 +2,4 @@ package internal -const PackageVersion = "1.36.0" // x-release-please-version +const PackageVersion = "1.37.0" // x-release-please-version