File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @vesselapi/integrations" ,
3- "version" : " 1.0.37 " ,
3+ "version" : " 1.0.38 " ,
44 "description" : " Vessel integrations" ,
55 "main" : " dist/index.js" ,
66 "module" : " dist/index.mjs" ,
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ export type HubspotContactUpdate = z.infer<
204204const dealPropertiesSchema = z . object ( {
205205 amount : z . union ( [ z . string ( ) , z . number ( ) ] ) . nullable ( ) ,
206206 dealname : z . string ( ) . nullable ( ) ,
207- closedate : custom . date ( ) . nullable ( ) ,
207+ closedate : custom . date ( ) . or ( z . string ( ) ) . nullable ( ) ,
208208 dealstage : z . string ( ) . nullable ( ) ,
209209 hs_deal_stage_probability : z . union ( [ z . string ( ) , z . number ( ) ] ) . nullable ( ) ,
210210 hs_projected_amount : z . union ( [ z . string ( ) , z . number ( ) ] ) . nullable ( ) ,
You can’t perform that action at this time.
0 commit comments