Skip to content

Commit c1c3ff9

Browse files
feat(api): api update
1 parent 077e53b commit c1c3ff9

2 files changed

Lines changed: 5 additions & 3 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: 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
44
config_hash: e093e38f7eba5f830c65f8a5d7705c82

src/profound/types/organizations/category_topics_response.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
from typing import List
4-
from typing_extensions import TypeAlias
4+
from typing_extensions import Literal, TypeAlias
55

66
from ..._models import BaseModel
77

@@ -13,5 +13,7 @@ class CategoryTopicsResponseItem(BaseModel):
1313

1414
name: str
1515

16+
status: Literal["active", "disabled"]
17+
1618

1719
CategoryTopicsResponse: TypeAlias = List[CategoryTopicsResponseItem]

0 commit comments

Comments
 (0)