Commit 518181f
Fix EconomicEventItem type: add missing period field, make comparison nullable
- Add `period: string | null` — API returns period (e.g., "May", "Q1") but
the type definition was missing it entirely
- Change `comparison: string` → `string | null` — API returns null when no
comparison type applies
Fixes SUPPORT-963
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a6a8546 commit 518181f
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
539 | 539 | | |
540 | 540 | | |
541 | 541 | | |
542 | | - | |
| 542 | + | |
| 543 | + | |
543 | 544 | | |
544 | 545 | | |
545 | 546 | | |
| |||
0 commit comments