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