File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : df959c379e1145106030a4869b006afe
Original file line number Diff line number Diff line change 11// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22
33import { APIResource } from '../core/resource' ;
4- import * as DeploymentsAPI from './deployments' ;
54import * as Shared from './shared' ;
65import { APIPromise } from '../core/api-promise' ;
76import { 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
278273export interface InvocationCreateParams {
279274 /**
You can’t perform that action at this time.
0 commit comments