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

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.
@@ -336,6 +336,7 @@ interface TemplateStep {
336
336
  id: number;
337
337
  weight: number;
338
338
  title: string;
339
+ description?: string;
339
340
  is_visible: boolean;
340
341
  activity: Activity;
341
342
  authorization_type: AuthorizationType;