@d-id/client-sdk 1.2.8-staging.365 → 1.2.8-staging.366
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.
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { c as Ue, C as z, S as f, a as Oe, b as je, A as g, d as Ne, l as le, e as ze, t as Be, f as A, g as O, h as Je, i as Qe, j as R, n as We } from "./index-
|
|
1
|
+
import { c as Ue, C as z, S as f, a as Oe, b as je, A as g, d as Ne, l as le, e as ze, t as Be, f as A, g as O, h as Je, i as Qe, j as R, n as We } from "./index-DutjNwn9.js";
|
|
2
2
|
function qe() {
|
|
3
3
|
try {
|
|
4
4
|
return Intl.DateTimeFormat().resolvedOptions().timeZone ?? "";
|
|
@@ -27,6 +27,11 @@ export interface Stream_Text_Script extends BaseStreamScript {
|
|
|
27
27
|
* @default false
|
|
28
28
|
*/
|
|
29
29
|
ssml?: boolean;
|
|
30
|
+
/**
|
|
31
|
+
* Queue this speak behind the current speech instead of interrupting it.
|
|
32
|
+
* @default false
|
|
33
|
+
*/
|
|
34
|
+
should_queue_speaks?: boolean;
|
|
30
35
|
}
|
|
31
36
|
export interface Stream_Audio_Script extends BaseStreamScript {
|
|
32
37
|
/**
|