@integry/sdk 4.7.52 → 4.7.53
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.
package/dist/esm/index.csm.d.ts
CHANGED
|
@@ -261,6 +261,7 @@ type ShowFunctionOptions = {
|
|
|
261
261
|
hideSubmitButton?: boolean; // Optional prop to hide the submit button
|
|
262
262
|
hideFunctionTitle?: boolean; // Optional prop to hide the function title header
|
|
263
263
|
hiddenFields?: string[]; // Field machine names that should be hidden by default
|
|
264
|
+
visibleFields?: string[]; // Field machine names that should be visible
|
|
264
265
|
};
|
|
265
266
|
type RenderAppAuthrozationsOptions = {
|
|
266
267
|
containerId: string;
|