We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 824fee7 commit b77cdc4Copy full SHA for b77cdc4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@vesselapi/integrations",
3
- "version": "1.0.66",
+ "version": "1.0.67",
4
"description": "Vessel integrations",
5
"main": "dist/index.js",
6
"module": "dist/index.mjs",
src/platforms/hubspot/schemas.ts
@@ -470,6 +470,7 @@ const callPropertiesSchema = z.object({
470
hs_timestamp: custom.date().nullable(),
471
hs_call_body: z.string().nullable(),
472
hs_call_title: z.string().nullable(),
473
+ hs_call_recording_url: z.string().nullable(),
474
hubspot_owner_id: hubspotIdSchema.nullable(),
475
});
476
export const callProperties = Object.keys(callPropertiesSchema.shape);
0 commit comments