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 @@
{
".": "1.36.0"
".": "1.37.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: 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
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Or to pin the version:
<!-- x-release-please-start-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'
```

<!-- x-release-please-end -->
Expand Down
46 changes: 24 additions & 22 deletions connectsession.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "1.36.0" // x-release-please-version
const PackageVersion = "1.37.0" // x-release-please-version
Loading