Contacts use `lastmodifieddate`; the `hs_lastmodifieddate` property is null on contacts.
(objectType: string)
| 134 | |
| 135 | /** Contacts use `lastmodifieddate`; the `hs_lastmodifieddate` property is null on contacts. */ |
| 136 | function resolveModifiedDateProperty(objectType: string): string { |
| 137 | return objectType === 'contact' ? 'lastmodifieddate' : 'hs_lastmodifieddate' |
| 138 | } |
| 139 | |
| 140 | const DEFAULT_PROPERTIES: Record<HubSpotBuiltInObjectType, string[]> = { |
| 141 | contact: [ |