From fc9000e3141ba11ce7a69ffb3adb6853cfdd9547 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 d4627f08f..8254be62d 100644 --- a/clients/ts-sdk/src/types.gen.ts +++ b/clients/ts-sdk/src/types.gen.ts @@ -2083,6 +2083,7 @@ export type PublicPageParameters = { useGroupSearch?: (boolean) | null; zIndex?: (number) | null; videoLink?: (string) | null; + zIndex?: (number) | null; }; export type PublicPageSearchOptions = {