avin-ai 0.2.13 → 0.2.14

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/dist/index.d.ts CHANGED
@@ -149,7 +149,10 @@ export declare class ChatService {
149
149
  static listenForAdminReplies(inboxId: string, sender: string, onMessage: (content: string) => void): {
150
150
  close: () => void;
151
151
  };
152
- static createCall(agentId: string, prospectId: string | null, widgetMode: string): Promise<string>;
152
+ static createCall(agentId: string, clientId: string | null, prospectId: string | null, widgetMode: string): Promise<{
153
+ callId: string;
154
+ workerUrl: string;
155
+ }>;
153
156
  }
154
157
 
155
158
  export declare interface ClientToolCall {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "avin-ai",
3
- "version": "0.2.13",
3
+ "version": "0.2.14",
4
4
  "description": "AvinAI Voice & Chat Widget SDK — embed conversational AI into any website with one script tag",
5
5
  "author": "AvinAI <dev@avin.ai>",
6
6
  "license": "MIT",