@vellumai/plugin-api 0.10.11-dev.202607231649.18b8bbb → 0.10.11-dev.202607231833.6582892

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 +5 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -689,6 +689,11 @@ declare const AssistantConfigSchema: z.ZodObject<{
689
689
  enabled: z.ZodDefault<z.ZodBoolean>;
690
690
  }, z.core.$strip>>;
691
691
  }, z.core.$strip>>;
692
+ userRoutes: z.ZodDefault<z.ZodObject<{
693
+ host: z.ZodDefault<z.ZodObject<{
694
+ enabled: z.ZodDefault<z.ZodBoolean>;
695
+ }, z.core.$strip>>;
696
+ }, z.core.$strip>>;
692
697
  dataDir: z.ZodDefault<z.ZodString>;
693
698
  timeouts: z.ZodDefault<z.ZodObject<{
694
699
  shellMaxTimeoutSec: z.ZodDefault<z.ZodNumber>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.11-dev.202607231649.18b8bbb",
3
+ "version": "0.10.11-dev.202607231833.6582892",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",