You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bump flashduty-sdk to the Timestamp/TimestampMilli release: response time
fields are now self-describing types that render RFC3339, so structured
(JSON/TOON) output shows readable timestamps for free.
- FormatTime takes a small local `instant` interface (satisfied by both
flashduty.Timestamp and flashduty.TimestampMilli) instead of int64.
- Remove formatWarRoomCreatedAt: its magnitude-based ms/sec guess is obsolete
now that war-room created_at is a typed (seconds) Timestamp.
- CreateIncident/CreateStatusIncident now return typed structs; read the typed
IncidentID/ChangeID instead of map[string]any asserts.
0 commit comments