From 13551b40a62c07f1e5bea58cf0cb2c302fececc0 Mon Sep 17 00:00:00 2001 From: zychen5186 Date: Wed, 19 Jun 2024 23:06:10 -0700 Subject: [PATCH] regenerate flyteidl.d.ts Signed-off-by: zychen5186 --- flyteidl/gen/pb-js/flyteidl.d.ts | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/flyteidl/gen/pb-js/flyteidl.d.ts b/flyteidl/gen/pb-js/flyteidl.d.ts index 084201cfeb..f19253a396 100644 --- a/flyteidl/gen/pb-js/flyteidl.d.ts +++ b/flyteidl/gen/pb-js/flyteidl.d.ts @@ -5743,6 +5743,12 @@ export namespace flyteidl { /** TaskLog ttl */ ttl?: (google.protobuf.IDuration|null); + + /** TaskLog ShowWhilePending */ + ShowWhilePending?: (boolean|null); + + /** TaskLog HideOnceFinished */ + HideOnceFinished?: (boolean|null); } /** Represents a TaskLog. */ @@ -5766,6 +5772,12 @@ export namespace flyteidl { /** TaskLog ttl. */ public ttl?: (google.protobuf.IDuration|null); + /** TaskLog ShowWhilePending. */ + public ShowWhilePending: boolean; + + /** TaskLog HideOnceFinished. */ + public HideOnceFinished: boolean; + /** * Creates a new TaskLog instance using the specified properties. * @param [properties] Properties to set