From 4e644d7ab15f3854ff92c3ccd78f3d082c075753 Mon Sep 17 00:00:00 2001 From: Sergey Passichenko Date: Fri, 8 Dec 2023 15:09:05 -0800 Subject: [PATCH] add to proto --- proto/lekko/bff/v1beta1/bff.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/proto/lekko/bff/v1beta1/bff.proto b/proto/lekko/bff/v1beta1/bff.proto index a8ec1f89..be590785 100644 --- a/proto/lekko/bff/v1beta1/bff.proto +++ b/proto/lekko/bff/v1beta1/bff.proto @@ -438,6 +438,7 @@ message GetRepositoryContentsResponse { Feature feature = 3; // The user-defined type registry for the repository google.protobuf.FileDescriptorSet file_descriptor_set = 4; + google.protobuf.Timestamp config_last_used_at = 5; } message GetFeatureRequest {