Skip to content

Commit 325973d

Browse files
fix(api): remove invalid transform config
1 parent e8a5783 commit 325973d

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 46
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-46f433f34d440aa1dfcc48cc8d822c598571b68be2f723ec99e1b4fba6c13b1e.yml
3-
openapi_spec_hash: 5b5cd728776723ac773900f7e8a32c05
4-
config_hash: ccdf6a5b4aaa2a0897c89ac8685d8eb0
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-c012d034aaa88334d6748526b99a0c0e47b0257c515b35c656749ed8f3720b8a.yml
3+
openapi_spec_hash: a3d3c013ebe997d22e08eea4d487ff03
4+
config_hash: d21a244fc073152c8dbecb8ece970209

src/resources/access-tokens.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ export interface CreateAccessTokenResponse {
9898
* for this connection
9999
*/
100100
customer_id?: string | null;
101+
102+
/**
103+
* The name of your customer you provided to Finch when a connect session was
104+
* created for this connection
105+
*/
106+
customer_name?: string | null;
101107
}
102108

103109
export interface AccessTokenCreateParams {

0 commit comments

Comments
 (0)