Skip to content

Commit 6e4f782

Browse files
feat(api): update via SDK Studio
1 parent 121219a commit 6e4f782

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
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: 14
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-da3b6999bce525461011a620a559d34d4b4ab1d073758e7add4d2ba09f57a2ba.yml
3-
openapi_spec_hash: 7bec5f31fa27666a3955076653c6ac40
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-b8c3224543bfd828075063a87302ec205b54f8b24658cc869b98aa81d995d855.yml
3+
openapi_spec_hash: 52f5b821303fef54e61bae285f185200
44
config_hash: a085d1b39ddf0b26ee798501a9f47e20

src/resources/deployments.ts

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ export namespace DeploymentFollowResponse {
255255
/**
256256
* List of actions available on the app
257257
*/
258-
actions: Array<string>;
258+
actions: Array<AppVersionSummaryEvent.Action>;
259259

260260
/**
261261
* Name of the application
@@ -288,6 +288,15 @@ export namespace DeploymentFollowResponse {
288288
env_vars?: Record<string, string>;
289289
}
290290

291+
export namespace AppVersionSummaryEvent {
292+
export interface Action {
293+
/**
294+
* Name of the action
295+
*/
296+
name: string;
297+
}
298+
}
299+
291300
/**
292301
* An error event from the application.
293302
*/

0 commit comments

Comments
 (0)