@integry/sdk 4.0.0-beta.21 → 4.0.0-beta.23

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.
@@ -345,6 +345,7 @@ interface TemplateStep {
345
345
  id: number;
346
346
  weight: number;
347
347
  title: string;
348
+ description?: string;
348
349
  is_visible: boolean;
349
350
  activity: Activity;
350
351
  authorization_type: AuthorizationType;