cogito-client 1.0.59 → 1.0.61

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 +4 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -199,6 +199,10 @@ export declare interface CogitoConfig {
199
199
  model?: string;
200
200
  voice?: string;
201
201
  language?: string;
202
+ voiceOverrides?: {
203
+ voice?: string;
204
+ language?: string;
205
+ }[];
202
206
  pronunciation?: {
203
207
  [k: string]: string;
204
208
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cogito-client",
3
- "version": "1.0.59",
3
+ "version": "1.0.61",
4
4
  "type": "module",
5
5
  "files": [
6
6
  "dist"