@apteva/apteva-kit 0.1.129 → 0.1.131

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.mts CHANGED
@@ -312,6 +312,9 @@ interface ChatProps {
312
312
  silenceTimeout?: number;
313
313
  autoSend?: boolean;
314
314
  };
315
+ enableVoice?: boolean;
316
+ voiceProvider?: string;
317
+ voiceId?: string;
315
318
  className?: string;
316
319
  }
317
320
  interface CommandProps {
package/dist/index.d.ts CHANGED
@@ -312,6 +312,9 @@ interface ChatProps {
312
312
  silenceTimeout?: number;
313
313
  autoSend?: boolean;
314
314
  };
315
+ enableVoice?: boolean;
316
+ voiceProvider?: string;
317
+ voiceId?: string;
315
318
  className?: string;
316
319
  }
317
320
  interface CommandProps {