Skip to content

Commit 12b8286

Browse files
authored
feat: add title to outreach propsects (#306)
* add title * version bump * version bump
1 parent e9d07c9 commit 12b8286

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vesselapi/integrations",
3-
"version": "1.0.74",
3+
"version": "1.0.75",
44
"description": "Vessel integrations",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

src/platforms/outreach/schemas.ts

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ export const outreachProspect = custom.addNativeToZodSchema(
3030
firstName: z.string().nullable(),
3131
lastName: z.string().nullable(),
3232
occupation: z.string().nullable(),
33+
title: z.string().nullable(),
3334
addressCity: z.string().nullable(),
3435
addressCountry: z.string().nullable(),
3536
addressState: z.string().nullable(),

0 commit comments

Comments
 (0)