File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed
Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11configured_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
44config_hash : a085d1b39ddf0b26ee798501a9f47e20
Original file line number Diff line number Diff 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 */
You can’t perform that action at this time.
0 commit comments