(objectType: string)
| 126 | ]) |
| 127 | |
| 128 | function resolveSearchPath(objectType: string): string { |
| 129 | if (objectType in BUILT_IN_PATH) { |
| 130 | return BUILT_IN_PATH[objectType as HubSpotBuiltInObjectType] |
| 131 | } |
| 132 | return objectType |
| 133 | } |
| 134 | |
| 135 | /** Contacts use `lastmodifieddate`; the `hs_lastmodifieddate` property is null on contacts. */ |
| 136 | function resolveModifiedDateProperty(objectType: string): string { |
no outgoing calls
no test coverage detected