Skip to content

Commit dff3e39

Browse files
feat(api): update via SDK Studio
1 parent d26c519 commit dff3e39

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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: 15
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-b1b412b00906fca75bfa73cff7267dbb5bf975581778072e0a90c73ad7ba9cb1.yml
3-
openapi_spec_hash: 9b7a1b29bcb4963fe6da37005c357d27
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-5d4e11bc46eeecee7363d56a9dfe946acee997d5b352c2b0a50c20e742c54d2d.yml
3+
openapi_spec_hash: 333e53ad9c706296b9afdb8ff73bec8f
44
config_hash: df959c379e1145106030a4869b006afe

src/kernel/types/invocation_follow_response.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,10 @@
66
from .._utils import PropertyInfo
77
from .shared.log_event import LogEvent
88
from .shared.error_event import ErrorEvent
9-
from .deployment_state_event import DeploymentStateEvent
109
from .invocation_state_event import InvocationStateEvent
1110

1211
__all__ = ["InvocationFollowResponse"]
1312

1413
InvocationFollowResponse: TypeAlias = Annotated[
15-
Union[LogEvent, DeploymentStateEvent, InvocationStateEvent, ErrorEvent], PropertyInfo(discriminator="event")
14+
Union[LogEvent, InvocationStateEvent, ErrorEvent], PropertyInfo(discriminator="event")
1615
]

0 commit comments

Comments
 (0)