@vellumai/plugin-api 0.10.11-dev.202607221536.1496611 → 0.10.11-dev.202607221733.6d056db

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 +2 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -302,10 +302,6 @@ declare const AssistantConfigSchema: z.ZodObject<{
302
302
  model: z.ZodDefault<z.ZodString>;
303
303
  }, z.core.$strip>>;
304
304
  "web-search": z.ZodDefault<z.ZodObject<{
305
- mode: z.ZodDefault<z.ZodEnum<{
306
- managed: "managed";
307
- "your-own": "your-own";
308
- }>>;
309
305
  provider: z.ZodDefault<z.ZodEnum<{
310
306
  [x: string]: string;
311
307
  }>>;
@@ -852,6 +848,7 @@ declare const AssistantConfigSchema: z.ZodObject<{
852
848
  inference: "inference";
853
849
  vision: "vision";
854
850
  voiceFrontDecision: "voiceFrontDecision";
851
+ voiceFrontDoor: "voiceFrontDoor";
855
852
  trustRuleSuggestion: "trustRuleSuggestion";
856
853
  homeGreeting: "homeGreeting";
857
854
  homeSuggestedPrompts: "homeSuggestedPrompts";
@@ -4012,6 +4009,7 @@ declare const LLMCallSiteEnum: z.ZodEnum<{
4012
4009
  inference: "inference";
4013
4010
  vision: "vision";
4014
4011
  voiceFrontDecision: "voiceFrontDecision";
4012
+ voiceFrontDoor: "voiceFrontDoor";
4015
4013
  trustRuleSuggestion: "trustRuleSuggestion";
4016
4014
  homeGreeting: "homeGreeting";
4017
4015
  homeSuggestedPrompts: "homeSuggestedPrompts";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.11-dev.202607221536.1496611",
3
+ "version": "0.10.11-dev.202607221733.6d056db",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",