cogito-client 1.0.70 → 1.0.72

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 (2) hide show
  1. package/dist/index.d.ts +6 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -222,8 +222,13 @@ export declare interface CogitoConfig {
222
222
  [k: string]: unknown;
223
223
  };
224
224
  agents: CogitoAgent[];
225
+ voice?: {
226
+ inactivityTimeout?: number;
227
+ inactivityMessage?: string;
228
+ [k: string]: unknown;
229
+ };
225
230
  webhooks?: {
226
- events: ("message" | "call-completed" | "call-started")[];
231
+ events: ("message" | "call-completed" | "call-started" | "logs")[];
227
232
  uri: string;
228
233
  [k: string]: unknown;
229
234
  }[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogito-client",
3
- "version": "1.0.70",
3
+ "version": "1.0.72",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"