@d-id/client-sdk 2.0.5-staging.393 → 2.0.5-staging.394
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-CqEijjwH.js → index-u0VeiaKu.js} +10 -6
- package/dist/index.js +17 -16
- package/dist/index.umd.cjs +5 -5
- package/dist/livekit-manager-C-yzHglH.js +521 -0
- package/dist/src/index.d.ts +1 -0
- package/dist/src/types/entities/agents/manager.d.ts +6 -0
- package/dist/src/types/stream/stream.d.ts +14 -0
- package/dist/src/utils/tool-calls.d.ts +8 -0
- package/dist/src/utils/tool-calls.test.d.ts +1 -0
- package/package.json +1 -1
- package/dist/livekit-manager-CNMyAnJt.js +0 -495
|
@@ -20000,7 +20000,7 @@ function za(n) {
|
|
|
20000
20000
|
function is(n) {
|
|
20001
20001
|
return n instanceof Dt ? n.toJson() : { kind: "UnknownError", message: Lp(n) || "UnknownError" };
|
|
20002
20002
|
}
|
|
20003
|
-
const Vp = "2.0.5-staging.
|
|
20003
|
+
const Vp = "2.0.5-staging.394", qp = "https://api-js.mixpanel.com/track/?verbose=1&ip=1", Kd = 50, Nt = [];
|
|
20004
20004
|
let ss = !1;
|
|
20005
20005
|
async function Hd(n) {
|
|
20006
20006
|
const e = await fetch(qp, {
|
|
@@ -20795,7 +20795,7 @@ async function pg(n, e, t, i) {
|
|
|
20795
20795
|
const { version: r, ...o } = e;
|
|
20796
20796
|
switch (o.transport.provider) {
|
|
20797
20797
|
case Bs.Livekit:
|
|
20798
|
-
const { createLiveKitStreamingManager: a } = await import("./livekit-manager-
|
|
20798
|
+
const { createLiveKitStreamingManager: a } = await import("./livekit-manager-C-yzHglH.js");
|
|
20799
20799
|
return a(s, o, t);
|
|
20800
20800
|
default:
|
|
20801
20801
|
throw new Error(`Unsupported transport provider: ${o.transport.provider}`);
|
|
@@ -21363,6 +21363,9 @@ async function Dg(n, e) {
|
|
|
21363
21363
|
unregisterClientTool: T
|
|
21364
21364
|
};
|
|
21365
21365
|
}
|
|
21366
|
+
function xg(n) {
|
|
21367
|
+
return n.some((e) => e.executionMode === "blocking");
|
|
21368
|
+
}
|
|
21366
21369
|
export {
|
|
21367
21370
|
Mn as A,
|
|
21368
21371
|
Dt as B,
|
|
@@ -21398,8 +21401,9 @@ export {
|
|
|
21398
21401
|
cl as s,
|
|
21399
21402
|
is as t,
|
|
21400
21403
|
Dg as u,
|
|
21401
|
-
|
|
21402
|
-
|
|
21403
|
-
|
|
21404
|
-
|
|
21404
|
+
xg as v,
|
|
21405
|
+
Rg as w,
|
|
21406
|
+
Pg as x,
|
|
21407
|
+
yl as y,
|
|
21408
|
+
Mg as z
|
|
21405
21409
|
};
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { A as s, B as r, k as t, m as o, o as i, C as n, f as S, g as d, D as p, H as
|
|
1
|
+
import { A as s, B as r, k as t, m as o, o as i, C as n, f as S, g as d, D as p, H as g, K as c, N as E, P as m, R as y, p as C, e as T, S as v, b as A, j as D, q as V, T as w, V as P, r as h, s as l, W as M, u, v as K, w as N, x as R, y as b } from "./index-u0VeiaKu.js";
|
|
2
2
|
export {
|
|
3
3
|
s as AgentActivityState,
|
|
4
4
|
r as BaseError,
|
|
@@ -9,24 +9,25 @@ export {
|
|
|
9
9
|
S as ConnectionState,
|
|
10
10
|
d as ConnectivityState,
|
|
11
11
|
p as DocumentType,
|
|
12
|
-
|
|
13
|
-
|
|
12
|
+
g as HttpError,
|
|
13
|
+
c as KnowledgeType,
|
|
14
14
|
E as NetworkError,
|
|
15
15
|
m as Providers,
|
|
16
|
-
|
|
17
|
-
|
|
16
|
+
y as RateState,
|
|
17
|
+
C as SDK_VERSION,
|
|
18
18
|
T as StreamError,
|
|
19
19
|
v as StreamEvents,
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
20
|
+
A as StreamType,
|
|
21
|
+
D as StreamingState,
|
|
22
|
+
V as Subject,
|
|
23
|
+
w as TransportProvider,
|
|
24
|
+
P as ValidationError,
|
|
25
|
+
h as VideoType,
|
|
26
|
+
l as VoiceAccess,
|
|
27
|
+
M as WsError,
|
|
28
28
|
u as createAgentManager,
|
|
29
|
-
K as
|
|
30
|
-
N as
|
|
31
|
-
R as
|
|
29
|
+
K as isAwaitingTool,
|
|
30
|
+
N as isDIDError,
|
|
31
|
+
R as mapVideoType,
|
|
32
|
+
b as parseMessageParts
|
|
32
33
|
};
|