@integry/sdk 3.0.17-beta.12 → 3.0.17-beta.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.
@@ -168,6 +168,7 @@ interface TemplateField {
168
168
  value: string | number;
169
169
  }[];
170
170
  added_in_mapping?: boolean;
171
+ field_mapping_source?: string;
171
172
  }
172
173
  interface TemplateStep {
173
174
  id: number;