Skip to content

Commit 2e9f356

Browse files
feat(api): api update
1 parent 516dd5e commit 2e9f356

3 files changed

Lines changed: 14 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: 21
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-a08047fff67bf0bb9fd8223baba5091eea8477e1933954222e0a690ddce41d5c.yml
3-
openapi_spec_hash: 7d2a75a868b25e22515a73835d7e13da
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-b32b07c9efb82b2bc14d0c76a74097cc4465884e3c1bd64525a16efb36f176b6.yml
3+
openapi_spec_hash: 3ec8ccf486481cf56b1625814aa04d72
44
config_hash: ca45358b5407440488ec988e3ee21412

src/hyperspell/types/connection_list_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ class Connection(BaseModel):
1212
id: str
1313
"""The connection's id"""
1414

15+
integration_id: str
16+
"""The connection's integration id"""
17+
1518
label: Optional[str] = None
1619
"""The connection's label"""
1720

src/hyperspell/types/integration_list_response.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ class Integration(BaseModel):
1515
allow_multiple_connections: bool
1616
"""Whether the integration allows multiple connections"""
1717

18+
auth_provider: Literal["nango", "hyperspell", "composio", "whitelabel", "unified"]
19+
"""The integration's auth provider"""
20+
21+
icon: str
22+
"""Generate a display name from the provider by capitalizing each word."""
23+
24+
name: str
25+
"""Generate a display name from the provider by capitalizing each word."""
26+
1827
provider: Literal[
1928
"collections",
2029
"vault",

0 commit comments

Comments
 (0)