@integry/sdk 3.0.17-beta.5 → 3.0.17-beta.6

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.
@@ -162,6 +162,7 @@ interface TemplateField {
162
162
  regex: string | null;
163
163
  regex_msg: string | null;
164
164
  is_visible: boolean;
165
+ added_in_mapping?: boolean;
165
166
  }
166
167
  interface TemplateStep {
167
168
  id: number;