Skip to content

Commit d3e77c3

Browse files
feat(api): api update
1 parent 6180902 commit d3e77c3

2 files changed

Lines changed: 5 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: 30
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-f36a4766adbf62d457ea756c663e49bca3b0aaea3690a4985d546806850c2e88.yml
3-
openapi_spec_hash: 5b623572e06fe5afbd5291a90b89e51d
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/hyperspell%2Fhyperspell-23bd01d736c9d8b6a5826bd5e57b051769446e361fa288294175b9f7b0c0abd2.yml
3+
openapi_spec_hash: 2e4983fd11a050ada444d916abdba2db
44
config_hash: 0ed970a9634b33d0af471738b478740d

src/hyperspell/types/integration_list_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ class Integration(BaseModel):
4242
]
4343
"""The integration's provider"""
4444

45+
actions_only: Optional[bool] = None
46+
"""Whether this integration only supports write actions (no sync)"""
47+
4548

4649
class IntegrationListResponse(BaseModel):
4750
integrations: List[Integration]

0 commit comments

Comments
 (0)