@integry/sdk 3.8.2 → 3.9.0
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.
package/dist/umd/index.umd.d.ts
CHANGED
|
@@ -322,6 +322,10 @@ interface TemplateField {
|
|
|
322
322
|
}[];
|
|
323
323
|
added_in_mapping?: boolean;
|
|
324
324
|
field_mapping_source?: string;
|
|
325
|
+
is_mappable: boolean;
|
|
326
|
+
is_editable: boolean;
|
|
327
|
+
allow_tags_in_text: boolean;
|
|
328
|
+
is_default_value_auto_mapped?: boolean;
|
|
325
329
|
}
|
|
326
330
|
interface TemplateStep {
|
|
327
331
|
id: number;
|
|
@@ -358,6 +362,7 @@ interface InitConfig {
|
|
|
358
362
|
skipOnDemand?: boolean;
|
|
359
363
|
skipAccountConnectionOnLoad?: boolean;
|
|
360
364
|
deploymentIdFromConfig?: number;
|
|
365
|
+
testMultipurpose?: boolean;
|
|
361
366
|
}
|
|
362
367
|
interface MarketplaceConfig {
|
|
363
368
|
containerId: string;
|