Skip to content

Commit 413adec

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

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
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-8ea534b9784751058473475d06a62aab6e865b9affde3a39cd5dc6ecb02d406a.yml
3-
openapi_spec_hash: 5c9a75dc95f3bf64aa73e764d4973dce
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/klavis-ai-inc%2Fklavis-48c5d47fa8ce81cd391cd04b19c6e68f9f295122de6a520553d60295e6cd9677.yml
3+
openapi_spec_hash: b67def9c314f236585518d7601f49a13
44
config_hash: bd5c0fcb0304aa61a463d9078d1f99bd

src/klavis/resources/white_labeling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ def create(
6767
"Linear",
6868
"Asana",
6969
"Close",
70-
"ClickUp",
7170
],
7271
account_id: Optional[str] | NotGiven = NOT_GIVEN,
7372
callback_url: Optional[str] | NotGiven = NOT_GIVEN,
@@ -196,7 +195,6 @@ async def create(
196195
"Linear",
197196
"Asana",
198197
"Close",
199-
"ClickUp",
200198
],
201199
account_id: Optional[str] | NotGiven = NOT_GIVEN,
202200
callback_url: Optional[str] | NotGiven = NOT_GIVEN,

src/klavis/types/white_labeling_create_params.py

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

0 commit comments

Comments
 (0)