@integry/sdk 4.1.49 → 4.2.3

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.
@@ -346,6 +346,7 @@ interface TemplateField {
346
346
  is_default_value_auto_mapped?: boolean;
347
347
  source_flow_integration_invocation_url?: string;
348
348
  is_multiselect?: boolean;
349
+ template_fields?: any[];
349
350
  }
350
351
  interface TemplateStep {
351
352
  id: number;