@integry/sdk 4.1.41 → 4.1.42

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 TemplateField {
345
345
  allow_tags_in_text: boolean;
346
346
  is_default_value_auto_mapped?: boolean;
347
347
  source_flow_integration_invocation_url?: string;
348
+ is_multiselect?: boolean;
348
349
  }
349
350
  interface TemplateStep {
350
351
  id: number;