We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
wsdl-tsclient/src/parser.ts
Lines 44 to 45 in 16ff043
This is correctly typing the interfaces with Date but the actual values are passed as string, We need to wrap the values with new Date(wsdl-value)
Date
new Date(wsdl-value)
The text was updated successfully, but these errors were encountered:
This actually seems to be the case with numeric values as well, the interface shows 'number` but the values are strings
Talking about the returning values of course
Sorry, something went wrong.
No branches or pull requests
wsdl-tsclient/src/parser.ts
Lines 44 to 45 in 16ff043
This is correctly typing the interfaces with
Date
but the actual values are passed as string,We need to wrap the values with
new Date(wsdl-value)
The text was updated successfully, but these errors were encountered: