We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9d07c9 commit 12b8286Copy full SHA for 12b8286
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vesselapi/integrations",
3
- "version": "1.0.74",
+ "version": "1.0.75",
4
"description": "Vessel integrations",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
src/platforms/outreach/schemas.ts
@@ -30,6 +30,7 @@ export const outreachProspect = custom.addNativeToZodSchema(
30
firstName: z.string().nullable(),
31
lastName: z.string().nullable(),
32
occupation: z.string().nullable(),
33
+ title: z.string().nullable(),
34
addressCity: z.string().nullable(),
35
addressCountry: z.string().nullable(),
36
addressState: z.string().nullable(),
0 commit comments