@vellumai/plugin-api 0.10.7-dev.202607101343.e727d4c → 0.10.7-dev.202607101554.2aa9767
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
|
@@ -3882,6 +3882,7 @@ declare const messageMetadataSchema: z.ZodObject<{
|
|
|
3882
3882
|
trusted_contact: "trusted_contact";
|
|
3883
3883
|
unverified_contact: "unverified_contact";
|
|
3884
3884
|
}>>;
|
|
3885
|
+
model: z.ZodOptional<z.ZodString>;
|
|
3885
3886
|
provenanceSourceChannel: z.ZodOptional<z.ZodEnum<{
|
|
3886
3887
|
vellum: "vellum";
|
|
3887
3888
|
telegram: "telegram";
|
package/package.json
CHANGED