@veracity/ai 0.0.11 → 0.0.12

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": "@veracity/ai",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "main": "dist/veracity-ai.umd.js",
6
6
  "module": "dist/veracity-ai.es.js",
@@ -1,34 +0,0 @@
1
- import { ChatMessageItem } from "../../ChatMessageItem";
2
- export interface AIChatOptions {
3
- userId: string;
4
- givenName: string;
5
- surname: string;
6
- displayName: string;
7
- url: string;
8
- fetch?: typeof window.fetch;
9
- }
10
- export declare class AIChatBase {
11
- readonly node: HTMLElement;
12
- readonly messages: ChatMessageItem[];
13
- constructor();
14
- }
15
- export declare class AIChat {
16
- readonly node: HTMLElement;
17
- readonly userId: string;
18
- readonly givenName: string;
19
- readonly surname: string;
20
- readonly displayName: string;
21
- readonly avatarLetters: string;
22
- readonly url: string;
23
- readonly fetch: typeof window.fetch;
24
- readonly chatBase: AIChatBase;
25
- readonly statusNode: Node;
26
- readonly frontEndFunctions: {
27
- [functionName: string]: (...args: any[]) => any;
28
- };
29
- private _canSubmit;
30
- get canSubmit(): boolean;
31
- constructor(options: AIChatOptions);
32
- submitMessageAsync(message: string): Promise<void>;
33
- }
34
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/AIChat/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAMxD,MAAM,WAAW,aAAa;IAC5B,MAAM,EAAE,MAAM,CAAC;IACf,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,OAAO,MAAM,CAAC,KAAK,CAAC;CAC7B;AAED,qBAAa,UAAU;IACrB,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,QAAQ,EAAE,eAAe,EAAE,CAAM;;CAI3C;AAED,qBAAa,MAAM;IACjB,QAAQ,CAAC,IAAI,EAAE,WAAW,CAAC;IAC3B,QAAQ,CAAC,MAAM,EAAE,MAAM,CAAC;IACxB,QAAQ,CAAC,SAAS,EAAE,MAAM,CAAC;IAC3B,QAAQ,CAAC,OAAO,EAAE,MAAM,CAAC;IACzB,QAAQ,CAAC,WAAW,EAAE,MAAM,CAAC;IAC7B,QAAQ,CAAC,aAAa,EAAE,MAAM,CAAC;IAC/B,QAAQ,CAAC,GAAG,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,KAAK,EAAE,OAAO,MAAM,CAAC,KAAK,CAAC;IACpC,QAAQ,CAAC,QAAQ,aAAoB;IACrC,QAAQ,CAAC,UAAU,EAAE,IAAI,CAAC;IAC1B,QAAQ,CAAC,iBAAiB,EAAE;QAAE,CAAC,YAAY,EAAE,MAAM,GAAG,CAAC,GAAG,IAAI,EAAE,GAAG,EAAE,KAAK,GAAG,CAAA;KAAE,CAAM;IAErF,OAAO,CAAC,UAAU,CAAQ;IAE1B,IAAI,SAAS,YAEZ;gBAEW,OAAO,EAAE,aAAa;IA6D5B,kBAAkB,CAAC,OAAO,EAAE,MAAM;CA8FzC"}