dromo-uploader-js 2.0.19 → 2.0.20
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/interfaces.d.ts +2 -1
- package/package.json +1 -1
package/dist/interfaces.d.ts
CHANGED
|
@@ -467,6 +467,7 @@ export type IDeveloperSettings = {
|
|
|
467
467
|
manualInputDisabled?: boolean;
|
|
468
468
|
manualInputOnly?: boolean;
|
|
469
469
|
allowCustomFields?: boolean;
|
|
470
|
+
passThroughUnmappedColumns?: boolean;
|
|
470
471
|
maxRecords?: number | null;
|
|
471
472
|
developmentMode?: boolean | undefined;
|
|
472
473
|
displayEncoding?: boolean;
|
|
@@ -485,11 +486,11 @@ export type IDeveloperSettings = {
|
|
|
485
486
|
helpText?: string | null;
|
|
486
487
|
headerRowOverride?: number | null;
|
|
487
488
|
fuzzyMatchHeaders?: boolean;
|
|
488
|
-
alwaysMatchSelectFields?: boolean;
|
|
489
489
|
matchToSchema?: boolean;
|
|
490
490
|
};
|
|
491
491
|
matchValuesStep?: {
|
|
492
492
|
helpText?: string | null;
|
|
493
|
+
maxMappableSelectValues?: number;
|
|
493
494
|
};
|
|
494
495
|
reviewStep?: {
|
|
495
496
|
helpText?: string | null;
|