@techhalo/chat 1.0.1 → 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.
Files changed (38) hide show
  1. package/dist/halochat.d.ts +39 -0
  2. package/package.json +3 -3
  3. package/dist/chat-system/chat-service.d.ts +0 -26
  4. package/dist/chat-system/chat-service.d.ts.map +0 -1
  5. package/dist/chat-system/chat-stream-service.d.ts +0 -80
  6. package/dist/chat-system/chat-stream-service.d.ts.map +0 -1
  7. package/dist/chat-system/chat-system.d.ts +0 -35
  8. package/dist/chat-system/chat-system.d.ts.map +0 -1
  9. package/dist/chat-system/client-side-classifier.d.ts +0 -42
  10. package/dist/chat-system/client-side-classifier.d.ts.map +0 -1
  11. package/dist/chat-system/converstion-service.d.ts +0 -15
  12. package/dist/chat-system/converstion-service.d.ts.map +0 -1
  13. package/dist/chat-system/project-service.d.ts +0 -9
  14. package/dist/chat-system/project-service.d.ts.map +0 -1
  15. package/dist/chat-system/url-parser-service.d.ts +0 -4
  16. package/dist/chat-system/url-parser-service.d.ts.map +0 -1
  17. package/dist/components/ai_part_finder-service.d.ts +0 -11
  18. package/dist/components/ai_part_finder-service.d.ts.map +0 -1
  19. package/dist/embed.d.ts +0 -3
  20. package/dist/embed.d.ts.map +0 -1
  21. package/dist/environment/environment.d.ts +0 -10
  22. package/dist/environment/environment.d.ts.map +0 -1
  23. package/dist/main.d.ts +0 -2
  24. package/dist/main.d.ts.map +0 -1
  25. package/dist/plugins/halo-plugin-integration.d.ts +0 -56
  26. package/dist/plugins/halo-plugin-integration.d.ts.map +0 -1
  27. package/dist/store/step.d.ts +0 -2
  28. package/dist/store/step.d.ts.map +0 -1
  29. package/dist/store/themeStore.d.ts +0 -3
  30. package/dist/store/themeStore.d.ts.map +0 -1
  31. package/dist/types/app-table.d.ts +0 -29
  32. package/dist/types/app-table.d.ts.map +0 -1
  33. package/dist/types/form-request.d.ts +0 -46
  34. package/dist/types/form-request.d.ts.map +0 -1
  35. package/dist/types/halochat.d.ts +0 -71
  36. package/dist/types/halochat.d.ts.map +0 -1
  37. package/dist/utils/createConversationType.d.ts +0 -17
  38. package/dist/utils/createConversationType.d.ts.map +0 -1
@@ -0,0 +1,39 @@
1
+ import { DetailedHTMLProps, HTMLAttributes } from "react";
2
+
3
+ declare module "HaloChat" {}
4
+
5
+ declare global {
6
+ namespace JSX {
7
+ interface IntrinsicElements {
8
+ "halo-chat": DetailedHTMLProps<
9
+ HTMLAttributes<HTMLElement> & {
10
+ projectId: string;
11
+ position: string;
12
+ onCustomEvent?: (event: CustomEvent) => void;
13
+ },
14
+ HTMLElement
15
+ >;
16
+ }
17
+ }
18
+ }
19
+
20
+ declare global {
21
+ interface HTMLElementTagNameMap {
22
+ "halo-chat": HaloChatElement;
23
+ }
24
+ }
25
+
26
+ export interface HaloChatElement extends HTMLElement {
27
+ projectId: string;
28
+ position: string;
29
+ onCustomEvent?: (event: CustomEvent) => void;
30
+ addEventListener(
31
+ type: string,
32
+ listener: EventListenerOrEventListenerObject,
33
+ options?: boolean | AddEventListenerOptions
34
+ ): void;
35
+ }
36
+
37
+ declare module "@HaloChat/HaloChat" {
38
+ export = HaloChatElement;
39
+ }
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@techhalo/chat",
3
3
  "description": "Techhalo Chat Widget",
4
- "version": "1.0.1",
4
+ "version": "1.0.2",
5
5
  "author": "Techhalo",
6
6
  "type": "module",
7
7
  "main": "dist/halo-chat.umd.js",
8
8
  "module": "dist/halo-chat.es.js",
9
- "types": "dist/types/halochat.d.ts",
9
+ "types": "dist/halochat.d.ts",
10
10
  "exports": {
11
11
  ".": {
12
- "types": "./dist/types/halochat.d.ts",
12
+ "types": "./dist/halochat.d.ts",
13
13
  "import": "./dist/halo-chat.es.js",
14
14
  "require": "./dist/halo-chat.umd.js"
15
15
  }
@@ -1,26 +0,0 @@
1
- import { Observable } from "rxjs";
2
- export declare class ChatService {
3
- private currentLine;
4
- private currentParagraph;
5
- private formattedParagraphs;
6
- private incompleteFormatting;
7
- private headingMarkers;
8
- private readonly ABBREVIATIONS;
9
- private readonly patterns;
10
- constructor();
11
- private processStreamedText;
12
- private formatText;
13
- private formatInlineElements;
14
- private processLine;
15
- sendMessage(message: {
16
- user_message: string;
17
- project_id: string;
18
- session_id?: string | number;
19
- }): Observable<any>;
20
- maskPhone(phone: string): string;
21
- maskCreditCard(match: string): string;
22
- maskEmail(email: string): string;
23
- maskSSN(ssn: string): string;
24
- maskSensitiveData(text: string): string;
25
- }
26
- //# sourceMappingURL=chat-service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"chat-service.d.ts","sourceRoot":"","sources":["../../src/chat-system/chat-service.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,MAAM,MAAM,CAAC;AAmBlC,qBAAa,WAAW;IACtB,OAAO,CAAC,WAAW,CAAM;IACzB,OAAO,CAAC,gBAAgB,CAAM;IAC9B,OAAO,CAAC,mBAAmB,CAAgB;IAC3C,OAAO,CAAC,oBAAoB,CAAM;IAClC,OAAO,CAAC,cAAc,CAAM;IAC5B,OAAO,CAAC,QAAQ,CAAC,aAAa,CAC2D;IACzF,OAAO,CAAC,QAAQ,CAAC,QAAQ,CAAW;;IAWpC,OAAO,CAAC,mBAAmB;IA6D3B,OAAO,CAAC,UAAU;IA0BlB,OAAO,CAAC,oBAAoB;IAwB5B,OAAO,CAAC,WAAW;IAuCnB,WAAW,CAAC,OAAO,EAAE;QACnB,YAAY,EAAE,MAAM,CAAC;QACrB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;KAC9B,GAAG,UAAU,CAAC,GAAG,CAAC;IAoCZ,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAKhC,cAAc,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAKrC,SAAS,CAAC,KAAK,EAAE,MAAM,GAAG,MAAM;IAahC,OAAO,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM;IAK5B,iBAAiB,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM;CAyB/C"}
@@ -1,80 +0,0 @@
1
- export interface Source {
2
- url: string;
3
- title: string;
4
- }
5
- export interface Message {
6
- id: string;
7
- content: string;
8
- role: "user" | "assistant";
9
- runId?: string;
10
- sources?: Source[];
11
- sessionId?: string;
12
- inputGovernanceErrors?: any[];
13
- }
14
- export interface ChatHistoryItem {
15
- human: string;
16
- ai: string;
17
- }
18
- export interface SendMessagePayload {
19
- question: string;
20
- metadata?: Record<string, any>;
21
- sessionId: string | null;
22
- llm?: string;
23
- }
24
- export interface FollowUpPayload {
25
- user_message: string;
26
- ai_response: string;
27
- project_id: string;
28
- document_ids: string[];
29
- }
30
- export interface OutputGuardPayload {
31
- user_message: string;
32
- output: string;
33
- }
34
- export interface AssistantMessageUpdate {
35
- content: string;
36
- runId?: string;
37
- sources?: Source[];
38
- messageIndex: number | null;
39
- sessionId?: string;
40
- inputGovernanceErrors?: any[];
41
- }
42
- export interface OnEndedOutput {
43
- aiResponse: string;
44
- question: string;
45
- message: Message;
46
- }
47
- export declare class ChatStreamService {
48
- private readonly apiBaseUrl;
49
- private llm;
50
- private currentMessage;
51
- private messages;
52
- private chatHistory;
53
- private isLoadingSubject;
54
- isLoading$: import("rxjs").Observable<boolean>;
55
- private messageUpdateSubject;
56
- messageUpdate$: import("rxjs").Observable<Message>;
57
- private endedSubject;
58
- ended$: import("rxjs").Observable<OnEndedOutput>;
59
- private errorSubject;
60
- error$: import("rxjs").Observable<any>;
61
- private urlParser;
62
- private abortController;
63
- private readonly maxRetries;
64
- private isAborting;
65
- setLlm(llm: string): void;
66
- getChatHistory(): ChatHistoryItem[];
67
- clearMessages(): void;
68
- sendMessage(payload: SendMessagePayload): Promise<void>;
69
- /**
70
- * Private method to send a message with retry logic
71
- */
72
- private _sendMessageWithRetry;
73
- private _addMessage;
74
- private _updateAssistantMessage;
75
- private _setLoading;
76
- followUpQuestions(payload: FollowUpPayload): Promise<any>;
77
- outputGuard(payload: OutputGuardPayload): Promise<any>;
78
- stop(): void;
79
- }
80
- //# sourceMappingURL=chat-stream-service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"chat-stream-service.d.ts","sourceRoot":"","sources":["../../src/chat-system/chat-stream-service.ts"],"names":[],"mappings":"AASA,MAAM,WAAW,MAAM;IACrB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,OAAO;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,GAAG,WAAW,CAAC;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,MAAM,WAAW,kBAAkB;IACjC,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IAC/B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,GAAG,CAAC,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,eAAe;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,YAAY,EAAE,MAAM,EAAE,CAAC;CACxB;AAED,MAAM,WAAW,kBAAkB;IACjC,YAAY,EAAE,MAAM,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,sBAAsB;IACrC,OAAO,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,EAAE,CAAC;IACnB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB,CAAC,EAAE,GAAG,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,aAAa;IAC5B,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,OAAO,CAAC;CAClB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,QAAQ,CAAC,UAAU,CAA2B;IACtD,OAAO,CAAC,GAAG,CAA0B;IAErC,OAAO,CAAC,cAAc,CAAW;IACjC,OAAO,CAAC,QAAQ,CAAiB;IACjC,OAAO,CAAC,WAAW,CAAyB;IAE5C,OAAO,CAAC,gBAAgB,CAAuC;IAC/D,UAAU,qCAAwC;IAElD,OAAO,CAAC,oBAAoB,CAA0B;IACtD,cAAc,qCAA4C;IAE1D,OAAO,CAAC,YAAY,CAAgC;IACpD,MAAM,2CAAoC;IAE1C,OAAO,CAAC,YAAY,CAAsB;IAC1C,MAAM,iCAAoC;IAC1C,OAAO,CAAC,SAAS,CAA0B;IAE3C,OAAO,CAAC,eAAe,CAAgC;IACvD,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAa;IACxC,OAAO,CAAC,UAAU,CAAS;IAI3B,MAAM,CAAC,GAAG,EAAE,MAAM,GAAG,IAAI;IAIzB,cAAc,IAAI,eAAe,EAAE;IAInC,aAAa,IAAI,IAAI;IAKf,WAAW,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,IAAI,CAAC;IAgF7D;;OAEG;YACW,qBAAqB;IAkJnC,OAAO,CAAC,WAAW;IAKnB,OAAO,CAAC,uBAAuB;IA6B/B,OAAO,CAAC,WAAW;IAIb,iBAAiB,CAAC,OAAO,EAAE,eAAe,GAAG,OAAO,CAAC,GAAG,CAAC;IA+CzD,WAAW,CAAC,OAAO,EAAE,kBAAkB,GAAG,OAAO,CAAC,GAAG,CAAC;IA6CrD,IAAI,IAAI,IAAI;CAiBpB"}
@@ -1,35 +0,0 @@
1
- export declare const eckey: any;
2
- export declare function addImageWrapperClassRegex(htmlString: string): string;
3
- export declare function stripCodeMarkdown(htmlString: string): string;
4
- export declare function parseWithSource(message: string): {
5
- artifact: string;
6
- source: any[];
7
- suggested_followup_questions: string[];
8
- output_governance_errors: any[];
9
- input_governance_errors: any[];
10
- streamEnded: boolean;
11
- };
12
- export declare function getVideoIdsFromArtifact(artifact: string): string[];
13
- export declare function copyResponse(chat: any, showToastCallback?: (message: string) => void): void;
14
- export declare function stripHtml(html: string): string;
15
- export declare function formatDate(dateString: string): string;
16
- export declare function parseSourceAttributionPageContent(pageContent: any): {
17
- transformed_content: string;
18
- structure: string;
19
- tags: any[];
20
- };
21
- /**
22
- * Deciphers an encoded string using a given salt.
23
- * @param {string} salt - The salt to use for deciphering the encoded string.
24
- * @returns A function that takes in an encoded string and returns the deciphered string.
25
- */
26
- export declare function decypher(salt: string): (encoded: any) => any;
27
- /**
28
- * Decrypts a hashed URL using the provided key.
29
- * @param {string} hash - the hashed URL to decrypt
30
- * @param {string} type - the type of URL to decrypt (either "long" or "short")
31
- * @returns {string} - the decrypted URL
32
- */
33
- export declare function decryptURL(hash: string, type: string): string;
34
- export declare function fixMalformedYouTubeLinks(htmlString: string): string;
35
- //# sourceMappingURL=chat-system.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"chat-system.d.ts","sourceRoot":"","sources":["../../src/chat-system/chat-system.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK,KAAoB,CAAC;AACvC,wBAAgB,yBAAyB,CAAC,UAAU,EAAE,MAAM,UAW3D;AAED,wBAAgB,iBAAiB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAM5D;AAWD,wBAAgB,eAAe,CAAC,OAAO,EAAE,MAAM,GAAG;IAChD,QAAQ,EAAE,MAAM,CAAC;IACjB,MAAM,EAAE,GAAG,EAAE,CAAC;IACd,4BAA4B,EAAE,MAAM,EAAE,CAAC;IACvC,wBAAwB,EAAE,GAAG,EAAE,CAAC;IAChC,uBAAuB,EAAE,GAAG,EAAE,CAAC;IAC/B,WAAW,EAAE,OAAO,CAAC;CACtB,CAaA;AAED,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,EAAE,CAqBlE;AAED,wBAAgB,YAAY,CAC1B,IAAI,EAAE,GAAG,EACT,iBAAiB,CAAC,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,QAiD9C;AA0CD,wBAAgB,SAAS,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,CAK9C;AAED,wBAAgB,UAAU,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CASrD;AAED,wBAAgB,iCAAiC,CAAC,WAAW,EAAE,GAAG,GAAG;IACnE,mBAAmB,EAAE,MAAM,CAAC;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,GAAG,EAAE,CAAC;CACb,CAMA;AAED;;;;GAIG;AACH,wBAAgB,QAAQ,CAAC,IAAI,EAAE,MAAM,aAKlB,GAAG,SAOrB;AAED;;;;;GAKG;AACH,wBAAgB,UAAU,CAAC,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAO7D;AAED,wBAAgB,wBAAwB,CAAC,UAAU,EAAE,MAAM,GAAG,MAAM,CAoCnE"}
@@ -1,42 +0,0 @@
1
- /**
2
- * Client-Side Healthcare Query Classification System
3
- * Reduces server load by classifying common queries locally using regex patterns
4
- * Falls back to server-side MiniLM+spaCy for complex cases
5
- */
6
- import { PluginResponse } from "../plugins/halo-plugin-integration";
7
- interface ProcessQueryContext {
8
- [key: string]: any;
9
- }
10
- /**
11
- * Client-Server Integration Handler
12
- */
13
- declare class HealthcareQueryHandler {
14
- private classifier;
15
- private serverEndpoint;
16
- constructor(serverEndpoint?: string);
17
- /**
18
- * Main query processing method
19
- */
20
- processQuery(query: string, sessionId?: string, context?: ProcessQueryContext): Promise<PluginResponse>;
21
- /**
22
- * Format client-side classification result to match server response format
23
- */
24
- private formatClientSideResponse;
25
- /**
26
- * Process query on server-side
27
- */
28
- private processServerSide;
29
- private mapIntentName;
30
- private getMessageForIntent;
31
- private getResponseTextForIntent;
32
- private getRequiredFieldsForIntent;
33
- private getEmptyFieldValues;
34
- private getEmptyFieldValuesForIntent;
35
- private getServerStyleConfidence;
36
- private getServerStyleIntentName;
37
- private generateExtractedInfo;
38
- private generateFrontendData;
39
- }
40
- declare const healthcareQueryHandler: HealthcareQueryHandler;
41
- export { healthcareQueryHandler };
42
- //# sourceMappingURL=client-side-classifier.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"client-side-classifier.d.ts","sourceRoot":"","sources":["../../src/chat-system/client-side-classifier.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAAmC,cAAc,EAAE,MAAM,oCAAoC,CAAC;AAgCrG,UAAU,mBAAmB;IACzB,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACtB;AAwmBD;;GAEG;AACH,cAAM,sBAAsB;IACxB,OAAO,CAAC,UAAU,CAA4B;IAC9C,OAAO,CAAC,cAAc,CAAS;gBAEnB,cAAc,GAAE,MAAsC;IAKlE;;OAEG;IACG,YAAY,CACd,KAAK,EAAE,MAAM,EACb,SAAS,GAAE,MAAyB,EACpC,OAAO,GAAE,mBAAwB,GAClC,OAAO,CAAC,cAAc,CAAC;IAiB1B;;OAEG;IACH,OAAO,CAAC,wBAAwB;IAuBhC;;OAEG;YACW,iBAAiB;IAmD/B,OAAO,CAAC,aAAa;IAWrB,OAAO,CAAC,mBAAmB;IAW3B,OAAO,CAAC,wBAAwB;IAWhC,OAAO,CAAC,0BAA0B;IAWlC,OAAO,CAAC,mBAAmB;IAiB3B,OAAO,CAAC,4BAA4B;IA0BpC,OAAO,CAAC,wBAAwB;IAahC,OAAO,CAAC,wBAAwB;IAWhC,OAAO,CAAC,qBAAqB;IA8C7B,OAAO,CAAC,oBAAoB;CAwN/B;AA2BD,QAAA,MAAM,sBAAsB,wBAA+B,CAAA;AAE3D,OAAO,EAAE,sBAAsB,EAAE,CAAC"}
@@ -1,15 +0,0 @@
1
- import type { CreateOrEditConversationMessage, ICreateOrEditConversationSessionDto } from "../utils/createConversationType";
2
- export declare class ConversationService {
3
- getMessageHistory(conversationSessionSessionTokenFilter: string | undefined, sorting: string | undefined, skipCount?: number | undefined, maxResultCount?: number | undefined): Promise<any>;
4
- getChatSessions(project_id: number, sorting?: string): Promise<any>;
5
- rate(body: {
6
- projectId: number;
7
- responseRating: number;
8
- responseText: string;
9
- queryText: string;
10
- responseComment: string;
11
- }): Promise<any>;
12
- createOrEdit(body: CreateOrEditConversationMessage): Promise<any>;
13
- createSessionToken(body: ICreateOrEditConversationSessionDto): Promise<any>;
14
- }
15
- //# sourceMappingURL=converstion-service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"converstion-service.d.ts","sourceRoot":"","sources":["../../src/chat-system/converstion-service.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,+BAA+B,EAC/B,mCAAmC,EACpC,MAAM,iCAAiC,CAAC;AAEzC,qBAAa,mBAAmB;IACxB,iBAAiB,CACrB,qCAAqC,EAAE,MAAM,GAAG,SAAS,EACzD,OAAO,EAAE,MAAM,GAAG,SAAS,EAC3B,SAAS,GAAE,MAAM,GAAG,SAAa,EACjC,cAAc,GAAE,MAAM,GAAG,SAAe;IAyBpC,eAAe,CACnB,UAAU,EAAE,MAAM,EAClB,OAAO,GAAE,MAAyB;IAyB9B,IAAI,CAAC,IAAI,EAAE;QACf,SAAS,EAAE,MAAM,CAAC;QAClB,cAAc,EAAE,MAAM,CAAC;QACvB,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;QAClB,eAAe,EAAE,MAAM,CAAC;KACzB;IAyCK,YAAY,CAAC,IAAI,EAAE,+BAA+B;IA0BlD,kBAAkB,CAAC,IAAI,EAAE,mCAAmC;CAyBnE"}
@@ -1,9 +0,0 @@
1
- export declare class ProjectService {
2
- getProject(project_id: number): Promise<any>;
3
- getProductGovernanceRules(project_id: number): Promise<any>;
4
- getContextualNotifications(): Promise<any>;
5
- getProjectChildrenHierachy(project_id: number): Promise<any>;
6
- getKnowledgeItemsByProjectId(project_id: number): Promise<any>;
7
- getKnowledgeItemsByProjectIdAndWorkspaceId(project_id: number, workspace_id: string): Promise<any>;
8
- }
9
- //# sourceMappingURL=project-service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"project-service.d.ts","sourceRoot":"","sources":["../../src/chat-system/project-service.ts"],"names":[],"mappings":"AAEA,qBAAa,cAAc;IACnB,UAAU,CAAC,UAAU,EAAE,MAAM;IAwB7B,yBAAyB,CAAC,UAAU,EAAE,MAAM;IAwB5C,0BAA0B;IAwB1B,0BAA0B,CAAC,UAAU,EAAE,MAAM;IAwB7C,4BAA4B,CAAC,UAAU,EAAE,MAAM;IAwB/C,0CAA0C,CAC9C,UAAU,EAAE,MAAM,EAClB,YAAY,EAAE,MAAM;CAwBvB"}
@@ -1,4 +0,0 @@
1
- export declare class UrlParserService {
2
- parseURL(url: string): string | null;
3
- }
4
- //# sourceMappingURL=url-parser-service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"url-parser-service.d.ts","sourceRoot":"","sources":["../../src/chat-system/url-parser-service.ts"],"names":[],"mappings":"AAAA,qBAAa,gBAAgB;IAC3B,QAAQ,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;CAsBrC"}
@@ -1,11 +0,0 @@
1
- export declare class AIPartFinderService {
2
- search(keyword: string, type?: number): Promise<any>;
3
- getSystemTypes(): Promise<any>;
4
- searchParts(keyword: string, EquipmentId: number): Promise<any>;
5
- findEngineByImage(body: {
6
- system_type: number;
7
- image: any;
8
- }): Promise<any>;
9
- getParts(equipmentPartDescriptorId: number): Promise<any>;
10
- }
11
- //# sourceMappingURL=ai_part_finder-service.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ai_part_finder-service.d.ts","sourceRoot":"","sources":["../../src/components/ai_part_finder-service.ts"],"names":[],"mappings":"AAOA,qBAAa,mBAAmB;IACxB,MAAM,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,GAAE,MAAU;IAsB9C,cAAc;IAqBR,WAAW,CAAC,OAAO,EAAE,MAAM,EAAE,WAAW,EAAE,MAAM;IAsBhD,iBAAiB,CAAC,IAAI,EAAE;QAAE,WAAW,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,GAAG,CAAA;KAAE;IA8B3D,QAAQ,CAAC,yBAAyB,EAAE,MAAM;CAqBjD"}
package/dist/embed.d.ts DELETED
@@ -1,3 +0,0 @@
1
- import HaloChat from "./chat-system/chat-system.svelte";
2
- export default HaloChat;
3
- //# sourceMappingURL=embed.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"embed.d.ts","sourceRoot":"","sources":["../src/embed.ts"],"names":[],"mappings":"AAAA,OAAO,QAAQ,MAAM,kCAAkC,CAAC;AAYxD,eAAe,QAAQ,CAAC"}
@@ -1,10 +0,0 @@
1
- export declare const environment: {
2
- production: boolean;
3
- baseUrl: any;
4
- socketUrl: any;
5
- eckey: any;
6
- aiServerUrl: any;
7
- aiPartFinderUrl: any;
8
- pluginUrl: any;
9
- };
10
- //# sourceMappingURL=environment.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"environment.d.ts","sourceRoot":"","sources":["../../src/environment/environment.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,WAAW;;;;;;;;CAWvB,CAAC"}
package/dist/main.d.ts DELETED
@@ -1,2 +0,0 @@
1
- export {};
2
- //# sourceMappingURL=main.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":""}
@@ -1,56 +0,0 @@
1
- /**
2
- * Halo Plugin System Integration Service
3
- * Provides intent detection and fast responses before expensive API calls
4
- * Uses external plugin system with 1000+ hardcoded rules and responses
5
- */
6
- declare global {
7
- interface Window {
8
- HaloPlugins: any;
9
- createHaloInstance: any;
10
- }
11
- }
12
- export interface PluginIntent {
13
- name: string;
14
- confidence: number;
15
- response: string;
16
- metadata?: any;
17
- }
18
- export interface PluginResponse {
19
- isHandled: boolean;
20
- response?: string;
21
- intent?: PluginIntent;
22
- processingTime?: number;
23
- }
24
- export declare class HaloPluginService {
25
- private haloPlugins;
26
- private isInitialized;
27
- private initializationPromise;
28
- private readonly CDN_URL;
29
- private readonly CONFIDENCE_THRESHOLD;
30
- /**
31
- * Initialize the plugin system
32
- */
33
- initialize(): Promise<void>;
34
- private _initializePlugins;
35
- private _loadPluginScript;
36
- /**
37
- * Check status using the plugin system
38
- * Calls halo.checkStatus with form data and type
39
- */
40
- checkStatus(formData: any, type: "eligibility" | "claim"): Promise<any>;
41
- /**
42
- * Try to handle a message with plugins before API call
43
- * This uses the external plugin system with 1000+ hardcoded rules
44
- */
45
- tryHandleMessage(message: string): Promise<PluginResponse>;
46
- /**
47
- * Get plugin system statistics
48
- */
49
- getStats(): any;
50
- /**
51
- * Check if plugin system is ready
52
- */
53
- isReady(): boolean;
54
- }
55
- export declare const haloPluginService: HaloPluginService;
56
- //# sourceMappingURL=halo-plugin-integration.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"halo-plugin-integration.d.ts","sourceRoot":"","sources":["../../src/plugins/halo-plugin-integration.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,MAAM;QACd,WAAW,EAAE,GAAG,CAAC;QACjB,kBAAkB,EAAE,GAAG,CAAC;KACzB;CACF;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,CAAC,EAAE,GAAG,CAAC;CAChB;AAED,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,MAAM,CAAC,EAAE,YAAY,CAAC;IACtB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,qBAAa,iBAAiB;IAC5B,OAAO,CAAC,WAAW,CAAa;IAChC,OAAO,CAAC,aAAa,CAAkB;IACvC,OAAO,CAAC,qBAAqB,CAA8B;IAC3D,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAyB;IAEjD,OAAO,CAAC,QAAQ,CAAC,oBAAoB,CAAO;IAE5C;;OAEG;IACG,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;YAQnB,kBAAkB;IAqBhC,OAAO,CAAC,iBAAiB;IAgBzB;;;OAGG;IACG,WAAW,CACf,QAAQ,EAAE,GAAG,EACb,IAAI,EAAE,aAAa,GAAG,OAAO,GAC5B,OAAO,CAAC,GAAG,CAAC;IA4Bf;;;OAGG;IACG,gBAAgB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,cAAc,CAAC;IAyFhE;;OAEG;IACH,QAAQ,IAAI,GAAG;IAmBf;;OAEG;IACH,OAAO,IAAI,OAAO;CAGnB;AAGD,eAAO,MAAM,iBAAiB,mBAA0B,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare const currentStep: import("svelte/store").Writable<number>;
2
- //# sourceMappingURL=step.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"step.d.ts","sourceRoot":"","sources":["../../src/store/step.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,yCAAc,CAAC"}
@@ -1,3 +0,0 @@
1
- export declare const currentTheme: import("svelte/store").Writable<string>;
2
- export declare function setTheme(newTheme: string): void;
3
- //# sourceMappingURL=themeStore.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"themeStore.d.ts","sourceRoot":"","sources":["../../src/store/themeStore.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,yCAAuB,CAAC;AACjD,wBAAgB,QAAQ,CAAC,QAAQ,EAAE,MAAM,QAIxC"}
@@ -1,29 +0,0 @@
1
- export interface ColumnDefinition {
2
- title: string;
3
- key: string;
4
- columnStyle?: string;
5
- columnDataClass?: string;
6
- render?: (row: any) => any;
7
- sortable?: boolean;
8
- header?: boolean;
9
- pipe?: 'date' | 'currency' | 'date-time' | 'boolean';
10
- hide?: boolean;
11
- sortBy?: 'date' | 'string' | 'number';
12
- template?: string;
13
- iconClass?: string;
14
- iconSrc?: string;
15
- }
16
- export interface TableAction {
17
- label: string;
18
- icon: string;
19
- action: (row: any) => void;
20
- show?: (row: any) => boolean;
21
- }
22
- export interface FetchDataArg {
23
- event?: any;
24
- filterText?: string;
25
- rowsPerPage?: number;
26
- sortingText?: string;
27
- forcedSearchUpdate?: boolean;
28
- }
29
- //# sourceMappingURL=app-table.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"app-table.d.ts","sourceRoot":"","sources":["../../src/types/app-table.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,gBAAgB;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE,MAAM,CAAC;IACZ,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,MAAM,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,GAAG,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,GAAG,UAAU,GAAG,WAAW,GAAG,SAAS,CAAC;IACrD,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAC;IACtC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,MAAM,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IAC3B,IAAI,CAAC,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,OAAO,CAAC;CAC9B;AAED,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,kBAAkB,CAAC,EAAE,OAAO,CAAC;CAC9B"}
@@ -1,46 +0,0 @@
1
- export interface FormRequestOption {
2
- id: string;
3
- label?: string;
4
- value?: string;
5
- /** For mixed inputs */
6
- type?: "text-input" | "text" | "toggle";
7
- required?: boolean;
8
- /** For single-choice routing */
9
- routeTo?: string;
10
- }
11
- export interface FormRequestDisplayItem {
12
- type?: string;
13
- text?: string;
14
- }
15
- export interface FormRequestRouteButton {
16
- id: string;
17
- label: string;
18
- routeTo: string;
19
- }
20
- export interface FormRequestPage {
21
- id: string;
22
- title: string;
23
- order?: number;
24
- inputType: "single-choice" | "multi-choice" | "mixed" | "display-only";
25
- options?: FormRequestOption[];
26
- displayContent?: FormRequestDisplayItem[];
27
- routeButton?: FormRequestRouteButton | null;
28
- }
29
- export interface FormRequestModalData {
30
- type: "form_request";
31
- title?: string;
32
- primary_action?: string;
33
- cancel_action?: string;
34
- extracted_data?: {
35
- extractedInfo?: Record<string, unknown>;
36
- };
37
- original_query?: string;
38
- prefilled_data?: Record<string, unknown>;
39
- name?: string;
40
- description?: string;
41
- pages?: FormRequestPage[];
42
- id?: string;
43
- createdAt?: string;
44
- generatedFrom?: string;
45
- }
46
- //# sourceMappingURL=form-request.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"form-request.d.ts","sourceRoot":"","sources":["../../src/types/form-request.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,uBAAuB;IACvB,IAAI,CAAC,EAAE,YAAY,GAAG,MAAM,GAAG,QAAQ,CAAC;IACxC,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,gCAAgC;IAChC,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,sBAAsB;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,sBAAsB;IACrC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,eAAe,GAAG,cAAc,GAAG,OAAO,GAAG,cAAc,CAAC;IACvE,OAAO,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC9B,cAAc,CAAC,EAAE,sBAAsB,EAAE,CAAC;IAC1C,WAAW,CAAC,EAAE,sBAAsB,GAAG,IAAI,CAAC;CAC7C;AAED,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,cAAc,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,cAAc,CAAC,EAAE;QACf,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KACzC,CAAC;IACF,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,cAAc,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACzC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,CAAC,EAAE,eAAe,EAAE,CAAC;IAC1B,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,aAAa,CAAC,EAAE,MAAM,CAAC;CACxB"}
@@ -1,71 +0,0 @@
1
- /**
2
- * Properties for the HaloChat custom element
3
- */
4
- export interface HaloChatProps {
5
- projectId: string;
6
- position: string;
7
- onCustomEvent?: (event: CustomEvent) => void;
8
- }
9
- /**
10
- * HTML attributes that can be applied to any element
11
- */
12
- export interface BaseHTMLAttributes {
13
- id?: string;
14
- className?: string;
15
- class?: string;
16
- style?: string | Partial<CSSStyleDeclaration>;
17
- title?: string;
18
- role?: string;
19
- tabIndex?: number;
20
- 'data-*'?: string;
21
- 'aria-*'?: string;
22
- onClick?: (event: MouseEvent) => void;
23
- onFocus?: (event: FocusEvent) => void;
24
- onBlur?: (event: FocusEvent) => void;
25
- onMouseOver?: (event: MouseEvent) => void;
26
- onMouseOut?: (event: MouseEvent) => void;
27
- [key: string]: any;
28
- }
29
- /**
30
- * The HaloChat custom element interface
31
- */
32
- export interface HaloChatElement extends HTMLElement {
33
- projectId: string;
34
- position: string;
35
- onCustomEvent?: (event: CustomEvent) => void;
36
- addEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | AddEventListenerOptions): void;
37
- removeEventListener(type: string, listener: EventListenerOrEventListenerObject, options?: boolean | EventListenerOptions): void;
38
- dispatchEvent(event: Event): boolean;
39
- }
40
- /**
41
- * Constructor for the HaloChat element
42
- */
43
- export interface HaloChatElementConstructor {
44
- new (): HaloChatElement;
45
- prototype: HaloChatElement;
46
- }
47
- /**
48
- * HaloChat class that can be instantiated
49
- */
50
- export declare const HaloChat: HaloChatElementConstructor;
51
- /**
52
- * JSX element type for frameworks that support JSX (React, Preact, etc.)
53
- */
54
- export type HaloChatJSXElement = BaseHTMLAttributes & HaloChatProps;
55
- declare global {
56
- namespace JSX {
57
- interface IntrinsicElements {
58
- "halo-chat": HaloChatJSXElement;
59
- }
60
- }
61
- }
62
- declare global {
63
- interface HTMLElementTagNameMap {
64
- "halo-chat": HaloChatElement;
65
- }
66
- }
67
- export default HaloChat;
68
- export type { HaloChatProps as Props };
69
- export type { HaloChatElement as Element };
70
- export type { HaloChatElementConstructor as Constructor };
71
- //# sourceMappingURL=halochat.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"halochat.d.ts","sourceRoot":"","sources":["../../src/types/halochat.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,MAAM,WAAW,aAAa;IAC5B,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;CAC9C;AAED;;GAEG;AACH,MAAM,WAAW,kBAAkB;IACjC,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,KAAK,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAC9C,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,OAAO,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACtC,MAAM,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACrC,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IAC1C,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,UAAU,KAAK,IAAI,CAAC;IACzC,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,eAAgB,SAAQ,WAAW;IAClD,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;IAE7C,gBAAgB,CACd,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,kCAAkC,EAC5C,OAAO,CAAC,EAAE,OAAO,GAAG,uBAAuB,GAC1C,IAAI,CAAC;IAER,mBAAmB,CACjB,IAAI,EAAE,MAAM,EACZ,QAAQ,EAAE,kCAAkC,EAC5C,OAAO,CAAC,EAAE,OAAO,GAAG,oBAAoB,GACvC,IAAI,CAAC;IAER,aAAa,CAAC,KAAK,EAAE,KAAK,GAAG,OAAO,CAAC;CACtC;AAED;;GAEG;AACH,MAAM,WAAW,0BAA0B;IACzC,QAAQ,eAAe,CAAC;IACxB,SAAS,EAAE,eAAe,CAAC;CAC5B;AAED;;GAEG;AACH,MAAM,CAAC,OAAO,CAAC,MAAM,QAAQ,EAAE,0BAA0B,CAAC;AAE1D;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAAG,kBAAkB,GAAG,aAAa,CAAC;AAGpE,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,GAAG,CAAC;QACZ,UAAU,iBAAiB;YACzB,WAAW,EAAE,kBAAkB,CAAC;SACjC;KACF;CACF;AAGD,OAAO,CAAC,MAAM,CAAC;IACb,UAAU,qBAAqB;QAC7B,WAAW,EAAE,eAAe,CAAC;KAC9B;CACF;AAGD,eAAe,QAAQ,CAAC;AAGxB,YAAY,EAAE,aAAa,IAAI,KAAK,EAAE,CAAC;AACvC,YAAY,EAAE,eAAe,IAAI,OAAO,EAAE,CAAC;AAC3C,YAAY,EAAE,0BAA0B,IAAI,WAAW,EAAE,CAAC"}
@@ -1,17 +0,0 @@
1
- export interface CreateOrEditConversationMessage {
2
- message: string | undefined;
3
- isFromUser: boolean;
4
- timeStamp?: string;
5
- conversationSessionId: number | undefined;
6
- id?: number | undefined;
7
- }
8
- export interface ICreateOrEditConversationSessionDto {
9
- sessionToken: string | undefined;
10
- title?: string | undefined;
11
- startTime: string;
12
- endTime: string | undefined;
13
- userId?: number | undefined;
14
- projectId: number | undefined;
15
- id?: number | undefined;
16
- }
17
- //# sourceMappingURL=createConversationType.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"createConversationType.d.ts","sourceRoot":"","sources":["../../src/utils/createConversationType.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,+BAA+B;IAC9C,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,UAAU,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qBAAqB,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1C,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACzB;AAED,MAAM,WAAW,mCAAmC;IAClD,YAAY,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,SAAS,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACzB"}