@integry/sdk 4.9.22 → 4.9.24

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.
@@ -380,6 +380,7 @@ type RenderAppAuthrozationsOptions = {
380
380
  showAppIcon?: boolean;
381
381
  allowWorkspaceConnectedAccounts?: boolean;
382
382
  authName?: string;
383
+ botIconUrl?: string;
383
384
  enableAutoRefresh?: boolean;
384
385
  };
385
386
  type TemplateType = Template;