@vellumai/plugin-api 0.10.11-dev.202607212323.c5c49c0 → 0.10.11-dev.202607220140.207f77d

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 +16 -16
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -702,20 +702,20 @@ declare const AssistantConfigSchema: z.ZodObject<{
702
702
  llm: z.ZodDefault<z.ZodObject<{
703
703
  profiles: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodObject<{
704
704
  provider: z.ZodOptional<z.ZodEnum<{
705
- anthropic: "anthropic";
706
705
  openai: "openai";
706
+ anthropic: "anthropic";
707
707
  gemini: "gemini";
708
708
  fireworks: "fireworks";
709
+ together: "together";
709
710
  openrouter: "openrouter";
710
- vellum: "vellum";
711
- ollama: "ollama";
712
711
  "vercel-ai-gateway": "vercel-ai-gateway";
712
+ ollama: "ollama";
713
713
  "openai-compatible": "openai-compatible";
714
+ litellm: "litellm";
714
715
  minimax: "minimax";
715
716
  atlascloud: "atlascloud";
716
- together: "together";
717
- litellm: "litellm";
718
717
  baseten: "baseten";
718
+ vellum: "vellum";
719
719
  chatgpt: "chatgpt";
720
720
  }>>;
721
721
  model: z.ZodOptional<z.ZodString>;
@@ -724,9 +724,9 @@ declare const AssistantConfigSchema: z.ZodObject<{
724
724
  low: "low";
725
725
  medium: "medium";
726
726
  high: "high";
727
- none: "none";
728
727
  xhigh: "xhigh";
729
728
  max: "max";
729
+ none: "none";
730
730
  }>>;
731
731
  speed: z.ZodOptional<z.ZodEnum<{
732
732
  standard: "standard";
@@ -839,20 +839,20 @@ declare const AssistantConfigSchema: z.ZodObject<{
839
839
  workflowLeaf: "workflowLeaf";
840
840
  }> & z.core.$partial, z.ZodObject<{
841
841
  provider: z.ZodOptional<z.ZodEnum<{
842
- anthropic: "anthropic";
843
842
  openai: "openai";
843
+ anthropic: "anthropic";
844
844
  gemini: "gemini";
845
845
  fireworks: "fireworks";
846
+ together: "together";
846
847
  openrouter: "openrouter";
847
- vellum: "vellum";
848
- ollama: "ollama";
849
848
  "vercel-ai-gateway": "vercel-ai-gateway";
849
+ ollama: "ollama";
850
850
  "openai-compatible": "openai-compatible";
851
+ litellm: "litellm";
851
852
  minimax: "minimax";
852
853
  atlascloud: "atlascloud";
853
- together: "together";
854
- litellm: "litellm";
855
854
  baseten: "baseten";
855
+ vellum: "vellum";
856
856
  chatgpt: "chatgpt";
857
857
  }>>;
858
858
  model: z.ZodOptional<z.ZodString>;
@@ -861,9 +861,9 @@ declare const AssistantConfigSchema: z.ZodObject<{
861
861
  low: "low";
862
862
  medium: "medium";
863
863
  high: "high";
864
- none: "none";
865
864
  xhigh: "xhigh";
866
865
  max: "max";
866
+ none: "none";
867
867
  }>>;
868
868
  speed: z.ZodOptional<z.ZodEnum<{
869
869
  standard: "standard";
@@ -921,8 +921,8 @@ declare const AssistantConfigSchema: z.ZodObject<{
921
921
  advisorProfile: z.ZodOptional<z.ZodString>;
922
922
  defaultProvider: z.ZodCatch<z.ZodOptional<z.ZodObject<{
923
923
  provider: z.ZodEnum<{
924
- anthropic: "anthropic";
925
924
  openai: "openai";
925
+ anthropic: "anthropic";
926
926
  gemini: "gemini";
927
927
  fireworks: "fireworks";
928
928
  openrouter: "openrouter";
@@ -4117,22 +4117,22 @@ declare type MessageMetadata_2 = z.infer<typeof messageMetadataSchema>;
4117
4117
  declare const messageMetadataSchema: z.ZodObject<{
4118
4118
  userMessageChannel: z.ZodOptional<z.ZodEnum<{
4119
4119
  vellum: "vellum";
4120
+ platform: "platform";
4120
4121
  telegram: "telegram";
4121
4122
  phone: "phone";
4122
4123
  whatsapp: "whatsapp";
4123
4124
  slack: "slack";
4124
4125
  email: "email";
4125
- platform: "platform";
4126
4126
  a2a: "a2a";
4127
4127
  }>>;
4128
4128
  assistantMessageChannel: z.ZodOptional<z.ZodEnum<{
4129
4129
  vellum: "vellum";
4130
+ platform: "platform";
4130
4131
  telegram: "telegram";
4131
4132
  phone: "phone";
4132
4133
  whatsapp: "whatsapp";
4133
4134
  slack: "slack";
4134
4135
  email: "email";
4135
- platform: "platform";
4136
4136
  a2a: "a2a";
4137
4137
  }>>;
4138
4138
  userMessageInterface: z.ZodOptional<z.ZodPipe<z.ZodString, z.ZodTransform<"telegram" | "phone" | "whatsapp" | "slack" | "email" | "a2a" | "macos" | "ios" | "cli" | "web" | "chrome-extension" | "route" | null, string>> & z.ZodType<"telegram" | "phone" | "whatsapp" | "slack" | "email" | "a2a" | "macos" | "ios" | "cli" | "web" | "chrome-extension" | "route", string, z.core.$ZodTypeInternals<"telegram" | "phone" | "whatsapp" | "slack" | "email" | "a2a" | "macos" | "ios" | "cli" | "web" | "chrome-extension" | "route", string>>>;
@@ -4164,12 +4164,12 @@ declare const messageMetadataSchema: z.ZodObject<{
4164
4164
  model: z.ZodOptional<z.ZodString>;
4165
4165
  provenanceSourceChannel: z.ZodOptional<z.ZodEnum<{
4166
4166
  vellum: "vellum";
4167
+ platform: "platform";
4167
4168
  telegram: "telegram";
4168
4169
  phone: "phone";
4169
4170
  whatsapp: "whatsapp";
4170
4171
  slack: "slack";
4171
4172
  email: "email";
4172
- platform: "platform";
4173
4173
  a2a: "a2a";
4174
4174
  }>>;
4175
4175
  provenanceGuardianExternalUserId: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.11-dev.202607212323.c5c49c0",
3
+ "version": "0.10.11-dev.202607220140.207f77d",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",