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

[Bug]: Tracker missing delayed status_detail #411

Closed
dancannon opened this issue Oct 3, 2023 · 3 comments · Fixed by #412
Closed

[Bug]: Tracker missing delayed status_detail #411

dancannon opened this issue Oct 3, 2023 · 3 comments · Fixed by #412
Labels
triage Issue is being researched

Comments

@dancannon
Copy link

Software Version

6.7.2

Language Version

18.16.1

Operating System

N/A

What happened?

ITrackingDetail is missing the description field
ITrackerStatusDetail is missing the delayed value

What was expected?

These values should be present in the typescript mappings

Sample Code

No response

Relevant logs

No response

@dancannon dancannon added the triage Issue is being researched label Oct 3, 2023
@nwithan8
Copy link
Contributor

nwithan8 commented Oct 3, 2023

Hello, thanks for pointing this out! We're on it!

@nwithan8
Copy link
Contributor

nwithan8 commented Oct 4, 2023

Hey @dancannon ! Thanks again for reporting this!

We're adding all the possible values for ITrackerStatusDetail in #412 , which will roll out with some other updates next week. Turns out there's a lot more than just "delayed" that wasn't included...

The "description" field for a TrackingDetail is a legacy property that can be ignored (relevant information is in message), so we won't document it. You'll notice it's often either null or the same as message.

@dancannon
Copy link
Author

Thanks so much!

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

Successfully merging a pull request may close this issue.

2 participants