@vellumai/plugin-api 0.10.11-dev.202607212222.fe33210 → 0.10.11-dev.202607220045.1864bb9

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 +20 -20
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -245,15 +245,15 @@ declare const AssistantActivityStateEventSchema: z.ZodObject<{
245
245
  reason: z.ZodEnum<{
246
246
  thinking_delta: "thinking_delta";
247
247
  generation_cancelled: "generation_cancelled";
248
- tool_use_start: "tool_use_start";
249
- message_complete: "message_complete";
250
248
  message_dequeued: "message_dequeued";
251
249
  first_text_delta: "first_text_delta";
250
+ tool_use_start: "tool_use_start";
252
251
  preview_start: "preview_start";
253
252
  tool_result_received: "tool_result_received";
254
253
  confirmation_requested: "confirmation_requested";
255
254
  confirmation_resolved: "confirmation_resolved";
256
255
  context_compacting: "context_compacting";
256
+ message_complete: "message_complete";
257
257
  error_terminal: "error_terminal";
258
258
  }>;
259
259
  requestId: z.ZodOptional<z.ZodString>;
@@ -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>>>;
@@ -4142,9 +4142,9 @@ declare const messageMetadataSchema: z.ZodObject<{
4142
4142
  subagentId: z.ZodString;
4143
4143
  label: z.ZodString;
4144
4144
  status: z.ZodEnum<{
4145
- completed: "completed";
4146
4145
  failed: "failed";
4147
4146
  aborted: "aborted";
4147
+ completed: "completed";
4148
4148
  running: "running";
4149
4149
  }>;
4150
4150
  error: z.ZodOptional<z.ZodString>;
@@ -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>;
@@ -4185,8 +4185,8 @@ declare const messageMetadataSchema: z.ZodObject<{
4185
4185
  startedAt: z.ZodNumber;
4186
4186
  status: z.ZodEnum<{
4187
4187
  cancelled: "cancelled";
4188
- completed: "completed";
4189
4188
  failed: "failed";
4189
+ completed: "completed";
4190
4190
  }>;
4191
4191
  exitCode: z.ZodNullable<z.ZodNumber>;
4192
4192
  output: z.ZodString;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.11-dev.202607212222.fe33210",
3
+ "version": "0.10.11-dev.202607220045.1864bb9",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",