@vellumai/plugin-api 0.10.11-dev.202607241933.decb522 → 0.10.11-dev.202607242023.78fd032

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 +0 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -95,10 +95,6 @@ declare const AssistantConfigSchema: z.ZodObject<{
95
95
  services: z.ZodDefault<z.ZodObject<{
96
96
  inference: z.ZodDefault<z.ZodObject<{}, z.core.$strip>>;
97
97
  "image-generation": z.ZodDefault<z.ZodObject<{
98
- mode: z.ZodDefault<z.ZodEnum<{
99
- managed: "managed";
100
- "your-own": "your-own";
101
- }>>;
102
98
  provider: z.ZodDefault<z.ZodEnum<{
103
99
  openai: "openai";
104
100
  gemini: "gemini";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.11-dev.202607241933.decb522",
3
+ "version": "0.10.11-dev.202607242023.78fd032",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",