cat-documents-ng 1.0.31 → 1.0.34

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.
@@ -49,7 +49,5 @@ export declare class ERRORS {
49
49
  static ERROR_CALLING_API_WITH_SELECTION: string;
50
50
  static ERROR_FILE_NAME_INVALID_CHARACTERS: string;
51
51
  static ERROR_FILE_NAME_EMPTY: string;
52
- static ERROR_SUMMARY_GENERATION: string;
53
- static ERROR_INSIGHTS_GENERATION: string;
54
52
  static ERROR_QUESTION_GENERATION: string;
55
53
  }
@@ -455,6 +455,8 @@ export declare class SHARED {
455
455
  static ERROR_PARSING_EMAIL_FILE: string;
456
456
  static ERROR_LOADING_EMAIL_FILE: string;
457
457
  static SMOOTH_SCROLL: ScrollBehavior;
458
+ static SUMMARY_PROMPT: string;
459
+ static INSIGHTS_PROMPT: string;
458
460
  }
459
461
  /**
460
462
  * `DUMMYDOCUMENTLIST` is a mock list of document objects used for testing and development purposes.
@@ -123,7 +123,5 @@ export declare class URLS {
123
123
  static CONVERT_TO_PDF: string;
124
124
  static BROKER_DOCUMENT_CATAGORIES: string;
125
125
  static BROKER_DOCUMENT_TYPES: string;
126
- static AI_SUMMARY: string;
127
- static AI_INSIGHTS: string;
128
126
  static AI_QUESTION: string;
129
127
  }