cat-documents-ng 0.4.2 → 0.4.4

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.
@@ -445,6 +445,8 @@ export declare class SHARED {
445
445
  static ERROR_PARSING_CSV_FILE: string;
446
446
  static ERROR_LOADING_CSV_FILE: string;
447
447
  static ERROR_PARSING_CSV_DATA: string;
448
+ static ERROR_PARSING_EMAIL_FILE: string;
449
+ static ERROR_LOADING_EMAIL_FILE: string;
448
450
  static SMOOTH_SCROLL: ScrollBehavior;
449
451
  }
450
452
  /**