@vellumai/plugin-api 0.10.11-dev.202607222226.fdf0e3d → 0.10.11-dev.202607222325.35fc367
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 +2 -0
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2633,6 +2633,8 @@ declare const DocumentPreviewSurfaceDataSchema: z.ZodObject<{
|
|
|
2633
2633
|
title: z.ZodCatch<z.ZodString>;
|
|
2634
2634
|
surfaceId: z.ZodCatch<z.ZodString>;
|
|
2635
2635
|
subtitle: z.ZodCatch<z.ZodOptional<z.ZodString>>;
|
|
2636
|
+
content: z.ZodCatch<z.ZodOptional<z.ZodString>>;
|
|
2637
|
+
mimeType: z.ZodCatch<z.ZodOptional<z.ZodString>>;
|
|
2636
2638
|
}, z.core.$strip>;
|
|
2637
2639
|
|
|
2638
2640
|
declare interface DocumentSaveResponse {
|
package/package.json
CHANGED