@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.
- package/index.d.ts +0 -8
- 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