@vellumai/plugin-api 0.11.3-staging.3 → 0.11.3-staging.4

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.
Files changed (2) hide show
  1. package/index.d.ts +3 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1083,6 +1083,9 @@ declare const AssistantConfigSchema: z.ZodObject<{
1083
1083
  silenceThresholdMs: z.ZodDefault<z.ZodNumber>;
1084
1084
  maxTurnDurationMs: z.ZodDefault<z.ZodNumber>;
1085
1085
  bargeInMinSpeechMs: z.ZodDefault<z.ZodNumber>;
1086
+ echoBargeInMargin: z.ZodDefault<z.ZodNumber>;
1087
+ echoEmaHalfLifeMs: z.ZodDefault<z.ZodNumber>;
1088
+ echoDrainSlackMs: z.ZodDefault<z.ZodNumber>;
1086
1089
  }, z.core.$strip>>;
1087
1090
  frontModel: z.ZodDefault<z.ZodObject<{
1088
1091
  endpointDecisionTimeoutMs: z.ZodDefault<z.ZodNumber>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.11.3-staging.3",
3
+ "version": "0.11.3-staging.4",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",