@d-id/client-sdk 1.2.8-staging.365 → 1.2.8-staging.367

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-BXfxP3Yk.js";
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-6-sjSUC-.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
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@d-id/client-sdk",
3
3
  "private": false,
4
- "version": "1.2.8-staging.365",
4
+ "version": "1.2.8-staging.367",
5
5
  "type": "module",
6
6
  "description": "d-id client sdk",
7
7
  "repository": {