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