@vanira/sdk 0.0.87 → 0.0.90

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.ts CHANGED
@@ -18,6 +18,9 @@ export interface VaniraClientConfig {
18
18
  callId?: string;
19
19
  iceServers?: RTCIceServer[];
20
20
  prospectId?: string;
21
+ prospectName?: string;
22
+ welcomeMessage?: string;
23
+ extraDetails?: Record<string, unknown>;
21
24
  sessionBehavior?: 'continue' | 'new';
22
25
  runtime?: unknown;
23
26
  liveVision?: Record<string, unknown>;
@@ -217,6 +220,7 @@ export interface VaniraCallBoxProps {
217
220
  callId?: string;
218
221
  serverUrl?: string;
219
222
  prospectName?: string;
223
+ welcomeMessage?: string;
220
224
  extraDetails?: Record<string, unknown>;
221
225
  iceServers?: RTCIceServer[];
222
226
  autoStart?: boolean;