Skip to content

Commit

Permalink
Merge pull request #518 from VorTECHsa/rnd-10672-pt2
Browse files Browse the repository at this point in the history
docs: include `BLNG{1,2,3}-174` routes in freight pricing documentation
  • Loading branch information
samhuk authored Nov 14, 2024
2 parents 3178764 + af194c4 commit cea9139
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vortexasdk/endpoints/freight_pricing_search.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def search(
- Clean routes - `TC1`, `TC2_37`, `TC5`, `TC6`, `TC7`, `TC8`, `TC9`, `TC10`, `TC11`, `TC12`, `TC14`, `TC15`, `TC16`, `TC17`, `TC18`, `TC19`.
- Dirty routes - `TD1`, `TD2`, `TD3C`, `TD6`, `TD7`, `TD8`, `TD9`, `TD12`, `TD14`, `TD15`, `TD17`, `TD18`, `TD19`, `TD20`, `TD21`, `TD22`, `TD23`, `TD24`, `TD25`, `TD26`.
- BLPG routes - `BLPG1`, `BLPG2`, `BLPG3`.
- BLNG routes - `BLNG1g`, `BLNG2g`, `BLNG3g`
- BLNG routes - `BLNG1g`, `BLNG2g`, `BLNG3g`, `BLNG1-174`, `BLNG2-174`, `BLNG3-174`.
days: Used to filter results by day on which the record was generated. Must be an ISO date array or not supplied.
Note that BLNG prices are only published on Tuesdays and Fridays.
Expand Down
2 changes: 1 addition & 1 deletion vortexasdk/endpoints/freight_pricing_timeseries.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def search(
- Clean routes - `TC1`, `TC2_37`, `TC5`, `TC6`, `TC7`, `TC8`, `TC9`, `TC10`, `TC11`, `TC12`, `TC14`, `TC15`, `TC16`, `TC17`, `TC18`, `TC19`.
- Dirty routes - `TD1`, `TD2`, `TD3C`, `TD6`, `TD7`, `TD8`, `TD9`, `TD12`, `TD14`, `TD15`, `TD17`, `TD18`, `TD19`, `TD20`, `TD21`, `TD22`, `TD23`, `TD24`, `TD25`, `TD26`.
- BLPG routes - `BLPG1`, `BLPG2`, `BLPG3`.
- BLNG routes - `BLNG1g`, `BLNG2g`, `BLNG3g`.
- BLNG routes - `BLNG1g`, `BLNG2g`, `BLNG3g`, `BLNG1-174`, `BLNG2-174`, `BLNG3-174`.
# Returns
`TimeSeriesResult`
Expand Down
2 changes: 1 addition & 1 deletion vortexasdk/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.75.3"
__version__ = "0.75.4"

0 comments on commit cea9139

Please sign in to comment.