File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
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-b8c3224543bfd828075063a87302ec205b54f8b24658cc869b98aa81d995d855 .yml
3- openapi_spec_hash : 52f5b821303fef54e61bae285f185200
2+ openapi_spec_url : https://storage.googleapis.com/stainless-sdk-openapi-specs/kernel%2Fkernel-ba02d679c34c3af5ea47ec2b1a7387785d831e09f35bebfef9f05538ff380c3b .yml
3+ openapi_spec_hash : 7ddbbe7354f65437d4eb567e8b042552
44config_hash : a085d1b39ddf0b26ee798501a9f47e20
Original file line number Diff line number Diff line change @@ -289,11 +289,14 @@ export namespace DeploymentFollowResponse {
289289 }
290290
291291 export namespace AppVersionSummaryEvent {
292+ /**
293+ * An action available on the app
294+ */
292295 export interface Action {
293296 /**
294297 * Name of the action
295298 */
296- name : string ;
299+ name ? : string ;
297300 }
298301 }
299302
You can’t perform that action at this time.
0 commit comments