@vellumai/plugin-api 0.10.11-dev.202607221636.b1b80c3 → 0.10.11-dev.202607221815.530ef8d

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 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -848,6 +848,7 @@ declare const AssistantConfigSchema: z.ZodObject<{
848
848
  inference: "inference";
849
849
  vision: "vision";
850
850
  voiceFrontDecision: "voiceFrontDecision";
851
+ voiceFrontDoor: "voiceFrontDoor";
851
852
  trustRuleSuggestion: "trustRuleSuggestion";
852
853
  homeGreeting: "homeGreeting";
853
854
  homeSuggestedPrompts: "homeSuggestedPrompts";
@@ -4008,6 +4009,7 @@ declare const LLMCallSiteEnum: z.ZodEnum<{
4008
4009
  inference: "inference";
4009
4010
  vision: "vision";
4010
4011
  voiceFrontDecision: "voiceFrontDecision";
4012
+ voiceFrontDoor: "voiceFrontDoor";
4011
4013
  trustRuleSuggestion: "trustRuleSuggestion";
4012
4014
  homeGreeting: "homeGreeting";
4013
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.202607221636.b1b80c3",
3
+ "version": "0.10.11-dev.202607221815.530ef8d",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",