@integry/sdk 4.8.24 → 4.8.26

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.
@@ -298,6 +298,7 @@ type RenderAppAuthrozationsOptions = {
298
298
  isReadOnly?: boolean;
299
299
  customTitle?: string;
300
300
  showAppIcon?: boolean;
301
+ allowWorkspaceConnectedAccounts?: boolean;
301
302
  };
302
303
  type TemplateType = Template;
303
304
  type FlowCardProps = {