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 : 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
44config_hash : 0ed970a9634b33d0af471738b478740d
Original file line number Diff line number Diff 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
4649class IntegrationListResponse (BaseModel ):
4750 integrations : List [Integration ]
You can’t perform that action at this time.
0 commit comments