client/managers
Classes
| Class | Description |
|---|---|
| BaseManager | - |
| ContainerManager | - |
| ShipmentManager | - |
| ShippingLineManager | - |
| TrackingRequestManager | - |
Interfaces
| Interface | Description |
|---|---|
| CreateTrackingRequestFromInferOptions | - |
| IterateOptions | Options accepted by BaseManager.createIterator. |
| TrackingRequestListFilters | - |
Type Aliases
| Type Alias | Description |
|---|---|
| TrackingRequestType | - |
Variables
| Variable | Description |
|---|---|
| DEFAULT_ITERATE_MAX_PAGES | Hard safety caps for BaseManager.createIterator. They exist so a no-op or mistakenly broad filter cannot silently walk the entire dataset (and make thousands of requests). They are deliberately large enough not to interfere with realistic pagination, and can be raised per call via maxPages / maxRows when a caller genuinely needs more. |
| DEFAULT_ITERATE_MAX_ROWS | - |