@integry/sdk 3.10.0-beta.8 → 4.0.0-beta.1

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.
@@ -281,6 +281,7 @@ interface TemplateField {
281
281
  description: string;
282
282
  summary: string | null;
283
283
  activity_field: {
284
+ is_editable?: boolean;
284
285
  id: number;
285
286
  machine_name: string;
286
287
  type: string;