@integry/sdk 4.8.1 → 4.8.2

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.
@@ -273,6 +273,8 @@ type RenderAppAuthrozationsOptions = {
273
273
  onAuthCreated?: (auth: Authorization) => void;
274
274
  onAuthDeleted?: (authId: number) => void;
275
275
  isReadOnly?: boolean;
276
+ customTitle?: string;
277
+ showAppIcon?: boolean;
276
278
  };
277
279
  type TemplateType = Template;
278
280
  type FlowCardProps = {