@resolveio/client-lib-core 21.3.7 → 21.3.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "21.3.7",
3
+ "version": "21.3.8",
4
4
  "module": "fesm2022/resolveio-client-lib-core.min.mjs",
5
5
  "typings": "types/resolveio-client-lib-core.d.ts",
6
6
  "exports": {
@@ -1145,6 +1145,7 @@ type AiTerminalConfig = {
1145
1145
  };
1146
1146
  declare class AiAssistantComponent implements OnChanges {
1147
1147
  private router;
1148
+ private _account;
1148
1149
  idClient: string;
1149
1150
  idApp: string;
1150
1151
  title: string;
@@ -1161,7 +1162,7 @@ declare class AiAssistantComponent implements OnChanges {
1161
1162
  terminal?: AiTerminalComponent;
1162
1163
  contextMode: 'current' | 'all' | 'auto';
1163
1164
  private hoverOpened;
1164
- constructor(router: Router);
1165
+ constructor(router: Router, _account: AccountManagerService);
1165
1166
  ngOnChanges(changes: SimpleChanges): void;
1166
1167
  get terminalConfig(): AiTerminalConfig;
1167
1168
  closePanel(): void;
@@ -1173,6 +1174,7 @@ declare class AiAssistantComponent implements OnChanges {
1173
1174
  openSupportTicket(): void;
1174
1175
  handleBackdropClick(event: MouseEvent): void;
1175
1176
  private buildSystemPrompt;
1177
+ private buildCustomerScopeLine;
1176
1178
  private buildSupportTicketSummary;
1177
1179
  private sanitizeSummary;
1178
1180
  private truncate;