Skip to content

Commit

Permalink
feature: add options to removeTriggers and add zIndex to the PublicPa…
Browse files Browse the repository at this point in the history
…geSettings
  • Loading branch information
cdxker authored and skeptrunedev committed Dec 19, 2024
1 parent 975cf20 commit 61c041d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clients/ts-sdk/src/types.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2090,6 +2090,7 @@ export type PublicPageParameters = {
useGroupSearch?: (boolean) | null;
zIndex?: (number) | null;
videoLink?: (string) | null;
zIndex?: (number) | null;
};

export type PublicPageSearchOptions = {
Expand Down

0 comments on commit 61c041d

Please sign in to comment.