dromo-uploader-js 2.12.0 → 2.14.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/interfaces.d.ts +2 -0
- package/package.json +1 -1
package/dist/interfaces.d.ts
CHANGED
|
@@ -592,6 +592,7 @@ export type IDeveloperSettings = {
|
|
|
592
592
|
fuzzyMatchHeaders?: boolean;
|
|
593
593
|
matchToSchema?: boolean;
|
|
594
594
|
suggestCustomFirst?: boolean;
|
|
595
|
+
skipIfAllFieldsMatched?: boolean;
|
|
595
596
|
};
|
|
596
597
|
matchValuesStep?: {
|
|
597
598
|
helpText?: string | null;
|
|
@@ -629,6 +630,7 @@ export type IDeveloperSettings = {
|
|
|
629
630
|
} | undefined;
|
|
630
631
|
savePartialSession?: boolean;
|
|
631
632
|
sessionId?: string | null;
|
|
633
|
+
hydrationId?: string | null;
|
|
632
634
|
};
|
|
633
635
|
export type IUser = {
|
|
634
636
|
id: string;
|