@chatwidgetai/chat-widget 0.1.0 → 0.1.1

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": "@chatwidgetai/chat-widget",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Embeddable AI chat widget powered by your knowledge bases",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",
@@ -1,18 +0,0 @@
1
- /**
2
- * Client Action Executor
3
- * Handles execution of client-side actions
4
- */
5
- export interface ClientAction {
6
- implementation: string;
7
- parameters: Record<string, any>;
8
- }
9
- export interface ActionResult {
10
- success: boolean;
11
- result?: any;
12
- error?: string;
13
- }
14
- /**
15
- * Execute a client-side action
16
- */
17
- export declare function executeClientAction(action: ClientAction): Promise<ActionResult>;
18
- //# sourceMappingURL=actionExecutor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"actionExecutor.d.ts","sourceRoot":"","sources":["../../src/utils/actionExecutor.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,MAAM,WAAW,YAAY;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACjC;AAED,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,OAAO,CAAC;IACjB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,wBAAsB,mBAAmB,CAAC,MAAM,EAAE,YAAY,GAAG,OAAO,CAAC,YAAY,CAAC,CA+BrF"}