Skip to content

Commit c6890ba

Browse files
feat(api): update via SDK Studio
1 parent 842ec55 commit c6890ba

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
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/resources/invocations.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
import { APIResource } from '../core/resource';
4-
import * as DeploymentsAPI from './deployments';
54
import * as Shared from './shared';
65
import { APIPromise } from '../core/api-promise';
76
import { Stream } from '../core/streaming';
@@ -269,11 +268,7 @@ export interface InvocationUpdateResponse {
269268
/**
270269
* Union type representing any invocation event.
271270
*/
272-
export type InvocationFollowResponse =
273-
| Shared.LogEvent
274-
| DeploymentsAPI.DeploymentStateEvent
275-
| InvocationStateEvent
276-
| Shared.ErrorEvent;
271+
export type InvocationFollowResponse = Shared.LogEvent | InvocationStateEvent | Shared.ErrorEvent;
277272

278273
export interface InvocationCreateParams {
279274
/**

0 commit comments

Comments
 (0)