@integry/sdk 4.8.45 → 4.8.47
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
|
@@ -276,6 +276,7 @@ type RenderFlowStepOptions = {
|
|
|
276
276
|
functionsListContainerId?: string;
|
|
277
277
|
onCustomFunctionSelect?: (handler: (functionId: number | string) => void | Promise<void>) => void;
|
|
278
278
|
enableExpandedTextarea?: boolean;
|
|
279
|
+
requireAuthentication?: boolean;
|
|
279
280
|
};
|
|
280
281
|
type RenderMappingMenuOptions = {
|
|
281
282
|
containerId: string;
|