@sinequa/atomic-angular 1.0.0 → 1.0.2
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/index.d.ts
CHANGED
|
@@ -3347,9 +3347,7 @@ declare class AuditService {
|
|
|
3347
3347
|
};
|
|
3348
3348
|
previewMultiConversion?: boolean;
|
|
3349
3349
|
};
|
|
3350
|
-
converters
|
|
3351
|
-
* Notify route change
|
|
3352
|
-
*/: _sinequa_atomic_angular.CConverter[];
|
|
3350
|
+
converters?: _sinequa_atomic_angular.CConverter[];
|
|
3353
3351
|
};
|
|
3354
3352
|
documentsUploadSettings?: {
|
|
3355
3353
|
enabled?: boolean;
|
|
@@ -3542,9 +3540,7 @@ declare class AuditService {
|
|
|
3542
3540
|
};
|
|
3543
3541
|
previewMultiConversion?: boolean;
|
|
3544
3542
|
};
|
|
3545
|
-
converters
|
|
3546
|
-
* Notify route change
|
|
3547
|
-
*/: _sinequa_atomic_angular.CConverter[];
|
|
3543
|
+
converters?: _sinequa_atomic_angular.CConverter[];
|
|
3548
3544
|
};
|
|
3549
3545
|
documentsUploadSettings?: {
|
|
3550
3546
|
enabled?: boolean;
|