Skip to content

Commit 565de84

Browse files
fix(api): remove invalid transform config
1 parent 9f092c7 commit 565de84

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/finch/types/create_access_token_response.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,9 @@ class CreateAccessTokenResponse(BaseModel):
5454
The ID of your customer you provided to Finch when a connect session was created
5555
for this connection
5656
"""
57+
58+
customer_name: Optional[str] = None
59+
"""
60+
The name of your customer you provided to Finch when a connect session was
61+
created for this connection
62+
"""

0 commit comments

Comments
 (0)