@vellumai/plugin-api 0.10.10-dev.202607172024.ca75f7f → 0.10.10-dev.202607172220.2adaf99

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 +3 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -358,7 +358,9 @@ declare const AssistantConfigSchema: z.ZodObject<{
358
358
  sampleRate: z.ZodDefault<z.ZodNumber>;
359
359
  bitRate: z.ZodDefault<z.ZodNumber>;
360
360
  }, z.core.$strip>>;
361
- vellum: z.ZodDefault<z.ZodObject<{}, z.core.$strip>>;
361
+ vellum: z.ZodDefault<z.ZodObject<{
362
+ model: z.ZodOptional<z.ZodString>;
363
+ }, z.core.$strip>>;
362
364
  }, z.core.$strip>>;
363
365
  }, z.core.$strip>>;
364
366
  "google-oauth": z.ZodDefault<z.ZodObject<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.10-dev.202607172024.ca75f7f",
3
+ "version": "0.10.10-dev.202607172220.2adaf99",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",