File tree Expand file tree Collapse file tree
src/profound/types/organizations Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11configured_endpoints : 26
2- openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-38055e158e5b6cec7a652a2a9605b518b821cb543cc84c4034f919d3f94a7529 .yml
3- openapi_spec_hash : 78bc28d13e37f4cd3b5d964149a12758
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/profound%2Fprofound-b8fa31a58942bda0ba5657999d25a84c0c28bc8dc2cc3510a6dd91119693e74b .yml
3+ openapi_spec_hash : 22cd9c5f85f6961f3eac725721e86d43
44config_hash : e093e38f7eba5f830c65f8a5d7705c82
Original file line number Diff line number Diff line change 11# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33from typing import List
4- from typing_extensions import TypeAlias
4+ from typing_extensions import Literal , TypeAlias
55
66from ..._models import BaseModel
77
@@ -13,5 +13,7 @@ class CategoryTopicsResponseItem(BaseModel):
1313
1414 name : str
1515
16+ status : Literal ["active" , "disabled" ]
17+
1618
1719CategoryTopicsResponse : TypeAlias = List [CategoryTopicsResponseItem ]
You can’t perform that action at this time.
0 commit comments