Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrectly typed dates in response types #353

Open
jhanc-helix opened this issue Mar 28, 2025 · 1 comment
Open

Incorrectly typed dates in response types #353

jhanc-helix opened this issue Mar 28, 2025 · 1 comment

Comments

@jhanc-helix
Copy link

jhanc-helix commented Mar 28, 2025

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.

@jhanc-helix
Copy link
Author

This applies #327 but the scope seems to be much wider.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant