@vellumai/plugin-api 0.10.7-dev.202607092039.003f549 → 0.10.7-dev.202607092134.572d027
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/index.d.ts +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1207,6 +1207,7 @@ declare const AssistantConfigSchema: z.ZodObject<{
|
|
|
1207
1207
|
high: "high";
|
|
1208
1208
|
}>>;
|
|
1209
1209
|
telephonyStreaming: z.ZodDefault<z.ZodBoolean>;
|
|
1210
|
+
utteranceEndMs: z.ZodDefault<z.ZodNumber>;
|
|
1210
1211
|
}, z.core.$strip>>;
|
|
1211
1212
|
callerIdentity: z.ZodDefault<z.ZodObject<{
|
|
1212
1213
|
allowPerCallOverride: z.ZodDefault<z.ZodBoolean>;
|
|
@@ -1227,6 +1228,7 @@ declare const AssistantConfigSchema: z.ZodObject<{
|
|
|
1227
1228
|
speechEnergyThreshold: z.ZodDefault<z.ZodNumber>;
|
|
1228
1229
|
silenceThresholdMs: z.ZodDefault<z.ZodNumber>;
|
|
1229
1230
|
maxTurnDurationMs: z.ZodDefault<z.ZodNumber>;
|
|
1231
|
+
bargeInMinSpeechMs: z.ZodDefault<z.ZodNumber>;
|
|
1230
1232
|
}, z.core.$strip>>;
|
|
1231
1233
|
maxSessionDurationSeconds: z.ZodDefault<z.ZodNumber>;
|
|
1232
1234
|
}, z.core.$strip>>;
|
package/package.json
CHANGED