@vellumai/plugin-api 0.11.4-dev.202608202341.f06cdd5 → 0.11.4-dev.202608210233.c7ef027

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 +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -656,8 +656,8 @@ declare const AssistantConfigSchema: z.ZodObject<{
656
656
  }>>;
657
657
  disableCache: z.ZodOptional<z.ZodBoolean>;
658
658
  source: z.ZodOptional<z.ZodEnum<{
659
- user: "user";
660
659
  managed: "managed";
660
+ user: "user";
661
661
  }>>;
662
662
  label: z.ZodOptional<z.ZodNullable<z.ZodString>>;
663
663
  description: z.ZodOptional<z.ZodString>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.11.4-dev.202608202341.f06cdd5",
3
+ "version": "0.11.4-dev.202608210233.c7ef027",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",