Skip to content

Commit 121219a

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

File tree

2 files changed

+7
-7
lines changed

2 files changed

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

src/resources/deployments.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,11 @@ export namespace DeploymentFollowResponse {
252252
*/
253253
id: string;
254254

255+
/**
256+
* List of actions available on the app
257+
*/
258+
actions: Array<string>;
259+
255260
/**
256261
* Name of the application
257262
*/
@@ -277,11 +282,6 @@ export namespace DeploymentFollowResponse {
277282
*/
278283
version: string;
279284

280-
/**
281-
* List of actions available on the app
282-
*/
283-
actions?: Array<string>;
284-
285285
/**
286286
* Environment variables configured for this app version
287287
*/

0 commit comments

Comments
 (0)