@vellumai/plugin-api 0.10.7-dev.202607101343.e727d4c → 0.10.7-dev.202607101554.2aa9767

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 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -3882,6 +3882,7 @@ declare const messageMetadataSchema: z.ZodObject<{
3882
3882
  trusted_contact: "trusted_contact";
3883
3883
  unverified_contact: "unverified_contact";
3884
3884
  }>>;
3885
+ model: z.ZodOptional<z.ZodString>;
3885
3886
  provenanceSourceChannel: z.ZodOptional<z.ZodEnum<{
3886
3887
  vellum: "vellum";
3887
3888
  telegram: "telegram";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.7-dev.202607101343.e727d4c",
3
+ "version": "0.10.7-dev.202607101554.2aa9767",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",