Skip to content

Commit ef99764

Browse files
feat(api): update via SDK Studio
1 parent e4ad78d commit ef99764

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
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-aec3b879aa30638614c6217afbafcf737f37ac78ef3a51186dbf7b6fbf9e91ef.yml
3-
openapi_spec_hash: 0aba27c707612e35b4068b1d748dc379
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-aac74422364f9d25e30fcefd510297580b77be4b84c71416c5b9de5b882e5945.yml
3+
openapi_spec_hash: 4d42a5d93bd82754acf11e32e7438a04
44
config_hash: a085d1b39ddf0b26ee798501a9f47e20

src/resources/deployments.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,11 @@ export namespace DeploymentFollowResponse {
277277
*/
278278
version: string;
279279

280+
/**
281+
* List of actions available on the app
282+
*/
283+
actions?: Array<string>;
284+
280285
/**
281286
* Environment variables configured for this app version
282287
*/

0 commit comments

Comments
 (0)