File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_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
44config_hash : 5146b12344dae76238940989dac1e8a0
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments