Skip to content

Commit 984cd7f

Browse files
feat(api): update via SDK Studio
1 parent 48d0b3d commit 984cd7f

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

.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

deployment.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ type DeploymentFollowResponseUnion struct {
210210
// This field is from variant [DeploymentFollowResponseAppVersionSummaryEvent].
211211
Version string `json:"version"`
212212
// This field is from variant [DeploymentFollowResponseAppVersionSummaryEvent].
213+
Actions []string `json:"actions"`
214+
// This field is from variant [DeploymentFollowResponseAppVersionSummaryEvent].
213215
EnvVars map[string]string `json:"env_vars"`
214216
// This field is from variant [DeploymentFollowResponseErrorEvent].
215217
Error DeploymentFollowResponseErrorEventError `json:"error"`
@@ -222,6 +224,7 @@ type DeploymentFollowResponseUnion struct {
222224
AppName respjson.Field
223225
Region respjson.Field
224226
Version respjson.Field
227+
Actions respjson.Field
225228
EnvVars respjson.Field
226229
Error respjson.Field
227230
raw string
@@ -358,6 +361,8 @@ type DeploymentFollowResponseAppVersionSummaryEvent struct {
358361
Timestamp time.Time `json:"timestamp,required" format:"date-time"`
359362
// Version label for the application
360363
Version string `json:"version,required"`
364+
// List of actions available on the app
365+
Actions []string `json:"actions"`
361366
// Environment variables configured for this app version
362367
EnvVars map[string]string `json:"env_vars"`
363368
// JSON contains metadata for fields, check presence with [respjson.Field.Valid].
@@ -368,6 +373,7 @@ type DeploymentFollowResponseAppVersionSummaryEvent struct {
368373
Region respjson.Field
369374
Timestamp respjson.Field
370375
Version respjson.Field
376+
Actions respjson.Field
371377
EnvVars respjson.Field
372378
ExtraFields map[string]respjson.Field
373379
raw string

0 commit comments

Comments
 (0)