wulf-pulse/lib
root bc01a6aafb fix: handle non-numeric values in Resources integer fields
Autotask API returns string values like 'PRIMARY' for some integer
fields (e.g., emailTypeCode). Added safeInt() helper function to:
- Parse numeric values correctly
- Return null for non-numeric strings
- Handle null/undefined/empty values

This prevents database errors when syncing Resources with non-standard
field values from Autotask API.
2026-01-26 14:48:37 -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: expand Resources entity to include all Autotask API fields 2026-01-26 14:28:51 -05:00
utils fix: handle non-numeric values in Resources integer fields 2026-01-26 14:48:37 -05:00
utils.ts Restructure: rename to Pulse and move app to root 2025-10-28 23:08:54 -04:00