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