@vellumai/plugin-api 0.10.4-dev.202607021641.939c159 → 0.10.4-dev.202607021837.b0213d4

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
@@ -2666,6 +2666,7 @@ declare const OpenPanelEventSchema: z.ZodObject<{
2666
2666
  panelType: z.ZodString;
2667
2667
  data: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
2668
2668
  conversationId: z.ZodOptional<z.ZodString>;
2669
+ surfaceId: z.ZodOptional<z.ZodString>;
2669
2670
  }, z.core.$strip>;
2670
2671
 
2671
2672
  declare type OpenUrlEvent = z.infer<typeof OpenUrlEventSchema>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.10.4-dev.202607021641.939c159",
3
+ "version": "0.10.4-dev.202607021837.b0213d4",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",