@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.
- package/index.d.ts +1 -0
- 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