@vellumai/plugin-api 0.10.4-dev.202607021641.939c159 → 0.10.4-dev.202607021737.083736d
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 +1 -0
- 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