Skip to content

Commit

Permalink
feat: add title to outreach propsects (#306)
Browse files Browse the repository at this point in the history
* add title

* version bump

* version bump
  • Loading branch information
zkirby authored Aug 21, 2023
1 parent e9d07c9 commit 12b8286
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vesselapi/integrations",
"version": "1.0.74",
"version": "1.0.75",
"description": "Vessel integrations",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/platforms/outreach/schemas.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export const outreachProspect = custom.addNativeToZodSchema(
firstName: z.string().nullable(),
lastName: z.string().nullable(),
occupation: z.string().nullable(),
title: z.string().nullable(),
addressCity: z.string().nullable(),
addressCountry: z.string().nullable(),
addressState: z.string().nullable(),
Expand Down

0 comments on commit 12b8286

Please sign in to comment.