wulf-pulse/lib
root fc284aba85 fix: disable incremental sync for Companies and Resources
Companies and Resources entities in Autotask API do not support
date-based filtering for incremental syncs. When attempting incremental
sync, Autotask returns errors:
- Companies: 'Unable to find lastTrackedModificationDateTime'
- Resources: 'Unable to find lastModifiedDate'

Solution:
- Skip incremental sync for these entities
- Always perform full sync for Companies and Resources
- Log informational message when falling back to full sync
- Other entities continue to support incremental sync normally

This prevents sync failures while maintaining data freshness for
Companies and Resources through full syncs.
2026-01-26 12:07:52 -05:00
..
hooks Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00
services fix: disable incremental sync for Companies and Resources 2026-01-26 12:07:52 -05:00
types feat: add IP address logging to webhooks for whitelisting 2026-01-24 17:28:56 -05:00
utils fix: correct Autotask API field names for incremental sync 2026-01-26 10:37:10 -05:00
utils.ts Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00