@integry/sdk 3.0.13 → 3.0.15

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.
@@ -163,6 +163,7 @@ interface TemplateStep {
163
163
  button_text: string | null;
164
164
  is_self_step: boolean;
165
165
  summary: string | null;
166
+ is_workspace_app_step: boolean;
166
167
  auth_description: string | null;
167
168
  hide_authorization: boolean;
168
169
  // step_condition: unknown | null;