Skip to content

Commit

Permalink
[chore] Document all possible status detail values (#412)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Oct 4, 2023
1 parent aea5664 commit b8cf766
Showing 1 changed file with 26 additions and 4 deletions.
30 changes: 26 additions & 4 deletions types/Tracker/TrackerStatusDetail.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,29 @@
export declare type ITrackerStatusDetail =
| 'unknown'
| 'status_update'
| 'departed_facility'
| 'address_correction'
| 'arrived_at_destination'
| 'arrived_at_facility'
| 'arrived_at_pickup_location'
| 'awaiting_information'
| 'cancelled'
| 'damaged'
| 'delayed'
| 'delivery_exception'
| 'departed_facility'
| 'departed_origin_facility'
| 'expired'
| 'failure'
| 'held'
| 'in_transit'
| 'label_created'
| 'lost'
| 'missorted'
| 'out_for_delivery'
| 'arrived_at_destination';
| 'received_at_destination_facility'
| 'received_at_origin_facility'
| 'refused'
| 'return'
| 'status_update'
| 'transferred_to_destination_carrier'
| 'transit_exception'
| 'unknown'
| 'weather_delay';

0 comments on commit b8cf766

Please sign in to comment.