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
All date fields I've encountered so far were incorrectly typed as Date instead of string. This includes InstancePoolSummary.timeCreated, Instance.timeCreated, WorkRequest.timeAccepted, WorkRequest.timeFinished, WorkRequest.timeStarted.
Seemingly the dates are serialized to ISO strings, but the codegen incorrectly types (probably all) date fields.
Activity
jhanc-helix commentedon Mar 28, 2025
This applies #327 but the scope seems to be much wider.