@vellumai/plugin-api 0.11.4-dev.202608202110.0dbb88d → 0.11.4-dev.202608202309.2fd95bc

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
@@ -5216,6 +5216,7 @@ declare type MessageMetadata = ReturnType<parseMessageMetadata_2>;
5216
5216
  declare type MessageMetadata_2 = z.infer<typeof messageMetadataSchema>;
5217
5217
 
5218
5218
  declare const messageMetadataSchema: z.ZodObject<{
5219
+ sentAt: z.ZodOptional<z.ZodNumber>;
5219
5220
  userMessageChannel: z.ZodOptional<z.ZodEnum<{
5220
5221
  phone: "phone";
5221
5222
  platform: "platform";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vellumai/plugin-api",
3
- "version": "0.11.4-dev.202608202110.0dbb88d",
3
+ "version": "0.11.4-dev.202608202309.2fd95bc",
4
4
  "description": "Public TypeScript authoring contract for Vellum assistant plugins.",
5
5
  "license": "MIT",
6
6
  "type": "module",