@d-id/client-sdk 1.1.22-staging.104 → 1.1.22-staging.105

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 oe, a as ae, S as se, d as ce, T as de, C as S, b as E, A as _, e as U, f as R, g as j } from "./index-sABN87aB.js";
1
+ import { c as oe, a as ae, S as se, d as ce, T as de, C as S, b as E, A as _, e as U, f as R, g as j } from "./index-VqW3e8UX.js";
2
2
  function ue(m, T, h, i) {
3
3
  const y = oe(m, `${T}/v2/agents/${h}`, i);
4
4
  return {
@@ -131,7 +131,7 @@ interface StreamOptions {
131
131
  export interface AgentManagerOptions {
132
132
  auth: Auth;
133
133
  callbacks: ManagerCallbacks;
134
- mode: ChatMode;
134
+ mode?: ChatMode;
135
135
  baseURL?: string;
136
136
  wsURL?: string;
137
137
  debug?: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@d-id/client-sdk",
3
3
  "private": false,
4
- "version": "1.1.22-staging.104",
4
+ "version": "1.1.22-staging.105",
5
5
  "type": "module",
6
6
  "description": "d-id client sdk",
7
7
  "repository": {