@integry/sdk 4.7.26 → 4.7.28

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.
@@ -251,6 +251,7 @@ type ShowFunctionOptions = {
251
251
  connectedAccountId?: string;
252
252
  autoMapPayload?: boolean;
253
253
  version?: string | null;
254
+ allow_workspace_connected_accounts?: boolean;
254
255
  };
255
256
  type TemplateType = Template;
256
257
  type FlowCardProps = {