Skip to content

Commit 5315bac

Browse files
feat(api): api update
1 parent a183c96 commit 5315bac

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.stats.yml

+2-2
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-bf858f37d7ab420841ddc6329dad8c46377308b6a5c8e935908011d0f9845e22.yml
3-
openapi_spec_hash: 2523952a32436e3c7fd3b55508c2e7ee
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-ff61a38530dfae03860bceb49379e84bfc7434eeb5d2f1dc9677cb162014faf1.yml
3+
openapi_spec_hash: df3bdaf4acf575bb07767cae7ca24d69
44
config_hash: 53778a0b839c4f6ad34fbba051f5e8a6

src/finch/types/introspection.py

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ class ConnectionStatus(BaseModel):
3636

3737

3838
class Introspection(BaseModel):
39+
id: str
40+
"""The Finch UUID of the token being introspected."""
41+
3942
account_id: str
4043
"""
4144
[DEPRECATED] Use `connection_id` to associate tokens with a Finch connection

0 commit comments

Comments
 (0)