From 61c041db7f7ed46611d8db6ebd7148dc04d210f8 Mon Sep 17 00:00:00 2001 From: cdxker Date: Tue, 17 Dec 2024 20:24:36 -0800 Subject: [PATCH] feature: add options to removeTriggers and add zIndex to the PublicPageSettings --- clients/ts-sdk/src/types.gen.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/clients/ts-sdk/src/types.gen.ts b/clients/ts-sdk/src/types.gen.ts index efad4fe15..79099af90 100644 --- a/clients/ts-sdk/src/types.gen.ts +++ b/clients/ts-sdk/src/types.gen.ts @@ -2090,6 +2090,7 @@ export type PublicPageParameters = { useGroupSearch?: (boolean) | null; zIndex?: (number) | null; videoLink?: (string) | null; + zIndex?: (number) | null; }; export type PublicPageSearchOptions = {