@vellumai/plugin-api 0.10.10-dev.202607170046.8482d40 → 0.10.10-dev.202607170140.fd86251

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 -8
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -300,10 +300,6 @@ declare const AssistantConfigSchema: z.ZodObject<{
300
300
  }>>;
301
301
  }, z.core.$strip>>;
302
302
  stt: z.ZodDefault<z.ZodObject<{
303
- mode: z.ZodDefault<z.ZodEnum<{
304
- managed: "managed";
305
- "your-own": "your-own";
306
- }>>;
307
303
  provider: z.ZodPipe<z.ZodTransform<unknown, unknown>, z.ZodEnum<{
308
304
  vellum: "vellum";
309
305
  deepgram: "deepgram";
@@ -314,10 +310,6 @@ declare const AssistantConfigSchema: z.ZodObject<{
314
310
  providers: z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodDefault<z.ZodRecord<z.ZodString, z.ZodUnknown>>>>;
315
311
  }, z.core.$strip>>;
316
312
  tts: z.ZodDefault<z.ZodObject<{
317
- mode: z.ZodDefault<z.ZodEnum<{
318
- managed: "managed";
319
- "your-own": "your-own";
320
- }>>;
321
313
  provider: z.ZodDefault<z.ZodEnum<{
322
314
  vellum: "vellum";
323
315
  deepgram: "deepgram";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.10-dev.202607170046.8482d40",
3
+ "version": "0.10.10-dev.202607170140.fd86251",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",