Skip to content

Commit ed74a2d

Browse files
feat(api): update via SDK Studio
1 parent 413adec commit ed74a2d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 13
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/klavis-ai-inc%2Fklavis-48c5d47fa8ce81cd391cd04b19c6e68f9f295122de6a520553d60295e6cd9677.yml
3-
openapi_spec_hash: b67def9c314f236585518d7601f49a13
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/klavis-ai-inc%2Fklavis-8ea534b9784751058473475d06a62aab6e865b9affde3a39cd5dc6ecb02d406a.yml
3+
openapi_spec_hash: 5c9a75dc95f3bf64aa73e764d4973dce
44
config_hash: bd5c0fcb0304aa61a463d9078d1f99bd

src/klavis/resources/white_labeling.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ def create(
6767
"Linear",
6868
"Asana",
6969
"Close",
70+
"ClickUp",
7071
],
7172
account_id: Optional[str] | NotGiven = NOT_GIVEN,
7273
callback_url: Optional[str] | NotGiven = NOT_GIVEN,
@@ -195,6 +196,7 @@ async def create(
195196
"Linear",
196197
"Asana",
197198
"Close",
199+
"ClickUp",
198200
],
199201
account_id: Optional[str] | NotGiven = NOT_GIVEN,
200202
callback_url: Optional[str] | NotGiven = NOT_GIVEN,

src/klavis/types/white_labeling_create_params.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ class WhiteLabelingCreateParams(TypedDict, total=False):
3434
"Linear",
3535
"Asana",
3636
"Close",
37+
"ClickUp",
3738
]
3839
]
3940
"""Optional. The name of the server"""

0 commit comments

Comments
 (0)