@koredev/agentai-web-sdk 1.5.0-rc → 1.5.1-rc

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.
@@ -309,6 +309,7 @@ export declare const ClassMapConstanst: {
309
309
  SETTINGS_FAQ_LINK: string;
310
310
  SETTINGS_KORE_ACADEMY_LINK: string;
311
311
  SETTINGS_DOCUMENTATION_LINK: string;
312
+ WRONG_SUGGESTION_BTN: string;
312
313
  };
313
314
  export declare const IdMapConstant: {
314
315
  PROACTIVE_BTN: string;
@@ -335,4 +336,7 @@ export declare const IdMapConstant: {
335
336
  LOADER_BLOCK_MAIN: string;
336
337
  LOADER_BLOCK_INDIVIDUAL: string;
337
338
  SETTINGS_BTN: string;
339
+ DIALOG_SUGGESTION: string;
340
+ TOOLTIP_TRIGGER: string;
341
+ ASSIST_SECTION: string;
338
342
  };