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.
The text was updated successfully, but these errors were encountered:
All date fields I've encountered so far were incorrectly typed as
Date
instead ofstring
. This includesInstancePoolSummary.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.
The text was updated successfully, but these errors were encountered: