diff --git a/Makefile b/Makefile index 01a5b8ba..0339e91e 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ PHP_VERSION = 8.2.30 -LEGACY_CLI_VERSION = 4.29.0 +LEGACY_CLI_VERSION = 4.30.0 GORELEASER_ID ?= upsun diff --git a/pkg/mockapi/model.go b/pkg/mockapi/model.go index 1f103243..766257e3 100644 --- a/pkg/mockapi/model.go +++ b/pkg/mockapi/model.go @@ -293,11 +293,12 @@ type Activity struct { } type Variable struct { - Name string `json:"name"` - Value string `json:"value,omitempty"` - IsSensitive bool `json:"is_sensitive"` - VisibleBuild bool `json:"visible_build"` - VisibleRuntime bool `json:"visible_runtime"` + Name string `json:"name"` + Value string `json:"value,omitempty"` + IsSensitive bool `json:"is_sensitive"` + VisibleBuild bool `json:"visible_build"` + VisibleRuntime bool `json:"visible_runtime"` + ApplicationScope []string `json:"application_scope,omitempty"` CreatedAt time.Time `json:"created_at"` UpdatedAt time.Time `json:"updated_at"`