Skip to content

Commit 7f1f3fc

Browse files
feat(api): api update
1 parent ffcc48a commit 7f1f3fc

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.stats.yml

Lines changed: 2 additions & 2 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-6d0c6a1feba5ccb895a6779cd98c2a0ae87d6394f5e98a9da51f17258c4eb297.yml
3-
openapi_spec_hash: ac3be0c8a992103e5f467fe1bcb20a81
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/finch%2Ffinch-bf86910e96e83e583689cf5d1a5c583268754026ec68288994fa6a969dc248f2.yml
3+
openapi_spec_hash: 195038e056891afec204c49dadce3b95
44
config_hash: 5146b12344dae76238940989dac1e8a0

src/finch/types/introspection.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,12 @@ class Introspection(BaseModel):
9898
created for this connection
9999
"""
100100

101+
entity_ids: Optional[List[str]] = None
102+
"""Array of entity IDs associated with this connection."""
103+
104+
entity_mode: Optional[Literal["single", "multi"]] = None
105+
"""Indicates whether this connection manages a single entity or multiple entities."""
106+
101107
manual: Optional[bool] = None
102108
"""
103109
Whether the connection associated with the `access_token` uses the Assisted

0 commit comments

Comments
 (0)