From 9af51ed1e11009fa4f4520a89b7d709bee56b725 Mon Sep 17 00:00:00 2001 From: avallete <8771783+avallete@users.noreply.github.com> Date: Fri, 4 Jul 2025 05:16:18 +0000 Subject: [PATCH] chore: sync API types from infrastructure --- pkg/api/types.gen.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/api/types.gen.go b/pkg/api/types.gen.go index 1f9546a0cb..21b2fc110a 100644 --- a/pkg/api/types.gen.go +++ b/pkg/api/types.gen.go @@ -1611,6 +1611,7 @@ type DeleteProviderResponse struct { type DeployFunctionResponse struct { CreatedAt *int64 `json:"created_at,omitempty"` EntrypointPath *string `json:"entrypoint_path,omitempty"` + EzbrSha256 *string `json:"ezbr_sha256,omitempty"` Id string `json:"id"` ImportMap *bool `json:"import_map,omitempty"` ImportMapPath *string `json:"import_map_path,omitempty"`