@integry/sdk 4.7.50 → 4.7.51

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -259,6 +259,8 @@ type ShowFunctionOptions = {
259
259
  value: any;
260
260
  }) => void;
261
261
  hideSubmitButton?: boolean; // Optional prop to hide the submit button
262
+ hideFunctionTitle?: boolean; // Optional prop to hide the function title header
263
+ hiddenFields?: string[]; // Field machine names that should be hidden by default
262
264
  };
263
265
  type RenderAppAuthrozationsOptions = {
264
266
  containerId: string;