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
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.
Software Version
6.7.2
Language Version
18.16.1
Operating System
N/A
What happened?
ITrackingDetail
is missing thedescription
fieldITrackerStatusDetail
is missing thedelayed
valueWhat was expected?
These values should be present in the typescript mappings
Sample Code
No response
Relevant logs
No response
The text was updated successfully, but these errors were encountered: