From 6eba64c97560d9f75f182fad449657b8a6bc803f Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Tue, 26 Mar 2024 09:41:32 -0400 Subject: [PATCH] fix merge --- backend/src/lib/api-docs/constants.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backend/src/lib/api-docs/constants.ts b/backend/src/lib/api-docs/constants.ts index 18cedad30d..0f121e7c9f 100644 --- a/backend/src/lib/api-docs/constants.ts +++ b/backend/src/lib/api-docs/constants.ts @@ -380,6 +380,8 @@ export const DYNAMIC_SECRET_LEASES = { leaseId: "The ID of the dynamic secret lease.", isForced: "A boolean flag to delete the the dynamic secret from infisical without trying to remove it from external provider. Used when the dynamic secret got modified externally." + } +} as const; export const SECRET_TAGS = { LIST: { projectId: "The ID of the project to list tags from."